@charset "UTF-8";
:root {
  --spDesign: 375;
  --spViewport: 375;
  --breakPointSpMin: 374px;
  --breakPointWide: 768px;
  --widthDefault: 98.4rem;
  --widthPcNarrow: 107rem;
  --widthMax: 140rem;
  --widthMin: 100rem;
  --heightHeaderSp:6rem;
  --heightHeaderPc:8rem;
  --headerHeight:calc((var(--heightHeaderSp) + var(--heightHeaderPc)) / 2);
  --vh:100vh;
  --vw:100vw;
  --sidePaddingSp1:3rem;
  --sidePaddingPc1:4rem;
  --fontBase: "Noto Sans JP","Yu Gothic Medium","游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  --fontEn1:"Barlow", sans-serif;
  --colorMain1: #009878;
  --colorMain2: #007A5B;
  --colorMain3: #54B69F;
  --colorMain4: #E3F3EE;
  --colorSub1: #0092A6;
  --colorSub1_hover: #017B98;
  --colorSub2: #005A7F;
  --colorSub2_hover: #003B5A;
  --colorSub3: #3777A1;
  --colorSub4: #DFE7EE;
  --colorBg1: #F7F7F7;
  --colorBg2: #F0F0F0;
  --colorText1: #2D3432;
  --colorText2: #646C6A;
  --colorBorder1:#DAE3E1;
  --colorBorder2:#B7B7B7;
  --colorBorder3:#379579;
  --colorBorder4:#78BFAB;
  --colorBorder5:#E0E0E0;
  --colorCaution1:#EF1914;
  --colorCaution2:#FCF1F0;
  --colorGradient1:linear-gradient(0deg, var(--colorMain2) 0%, var(--colorMain2) 50%, var(--colorMain3) 50%, var(--colorMain3) 100%);
  --zIndexHeader:100;
  --zIndexFixedBar:99;
  --filterColorWhite:invert(100%) sepia(0%) saturate(0%) hue-rotate(34deg) brightness(103%) contrast(104%);
  --filterColorMain1: invert(35%) sepia(98%) saturate(1175%) hue-rotate(141deg) brightness(89%) contrast(101%);
  --filterColorSub2:invert(24%) sepia(35%) saturate(3670%) hue-rotate(173deg) brightness(89%) contrast(103%);
  --transitionBase:.3s;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  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;
}

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

a:focus,
*:focus {
  outline: none;
}

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

em {
  font-style: normal;
}

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

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;
}

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

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

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

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

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

.m-bg-inner {
  width: 100%;
  padding-right: var(--sidePaddingSp1);
  padding-left: var(--sidePaddingSp1);
  background: #fff;
  border-radius: 1.2rem;
}

.m-section-heading {
  border-bottom: 1px solid var(--colorBorder1);
  padding-bottom: 1.6rem;
  position: relative;
}
.m-section-heading::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  background: var(--colorMain1);
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}
.m-section-heading--border-none {
  padding-bottom: 0;
  border-bottom: none;
}
.m-section-heading--border-none::after {
  content: none;
}
.m-section-heading--color-white {
  border-bottom-color: var(--colorBorder4);
}
.m-section-heading--color-white::after {
  background: #FFF;
}
.m-section-heading--color-half-white::after {
  background: var(--colorMain3);
}
.m-section-heading--align-center {
  text-align: center;
}
.m-section-heading--align-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.m-section-heading__en {
  display: block;
  color: var(--colorMain1);
  font-family: var(--fontEn1);
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  padding-left: 1.1rem;
}
.m-section-heading__en::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--colorMain1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-section-heading--color-half-white .m-section-heading__en {
  color: var(--colorMain3);
}
.m-section-heading--color-half-white .m-section-heading__en::before {
  background: var(--colorMain3);
}
.m-section-heading--color-white .m-section-heading__en {
  color: #fff;
}
.m-section-heading--color-white .m-section-heading__en::before {
  background: #fff;
}
.m-section-heading--align-center .m-section-heading__en::before {
  position: static;
  transform: translate(0, 0);
  margin-right: auto;
  margin-left: auto;
}

.m-section-heading__ja {
  display: block;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
.m-section-heading__ja .m-section-heading--color-half-white, .m-section-heading--color-white .m-section-heading__ja {
  color: #fff;
}

.m-section-heading__ja-sub {
  color: var(--colorMain1);
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  display: inline-block;
}

.m-secondary-heading {
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--colorMain2);
  padding-left: 1.5rem;
}
.m-secondary-heading::before {
  content: "";
  display: block;
  background: var(--colorGradient1);
  width: 0.3rem;
  height: calc(100% - 0.6rem);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.1rem;
  pointer-events: none;
}

.m-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.6rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  position: relative;
  font-weight: 500;
  background: var(--colorMain1);
  overflow: hidden;
  transition: background var(--transitionBase);
}
.m-primary-button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--colorMain2);
  transform: translateX(-100%);
  transition: transform var(--transitionBase);
}
.m-primary-button::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background: var(--colorMain2);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.m-primary-button--pastel {
  color: var(--colorMain2);
  background: var(--colorMain4);
}
.m-primary-button--disabled {
  background: var(--colorBorder2);
  pointer-events: none;
}
.m-primary-button--disabled::after {
  content: none;
}

.m-primary-button__text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 4rem;
  transition: var(--transitionBase);
}
.m-primary-button__text::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border: solid #FFF;
  border-width: 0.2rem 0.2rem 0 0;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.5rem);
  transform: rotate(45deg);
  pointer-events: none;
  transition: var(--transitionBase);
}
.m-primary-button--pastel .m-primary-button__text::after {
  border-color: var(--colorMain2);
}
.m-primary-button--back .m-primary-button__text::after {
  right: auto;
  left: 2rem;
  border-width: 0 0 0.2rem 0.2rem;
}

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

.m-secondary-button {
  border-bottom: 1px solid var(--colorBorder1);
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  min-width: 14.4rem;
  display: inline-flex;
  color: var(--colorMain2);
  padding-bottom: 0.3rem;
}
.m-secondary-button::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.1rem;
  background: var(--colorMain1);
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}
.m-secondary-button::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border: solid var(--colorMain1);
  border-width: 0.2rem 0.2rem 0 0;
  position: absolute;
  right: 0.9rem;
  top: calc(50% - 0.5rem);
  transform: rotate(45deg);
  pointer-events: none;
}

.m-cta-button {
  background: var(--colorSub2);
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 5.6rem;
  border-radius: 0.6rem;
  padding: 0 3rem;
}
.m-cta-button::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border: solid #FFF;
  border-width: 0.2rem 0.2rem 0 0;
  margin-left: auto;
}
.m-cta-button--pastel {
  background: var(--colorSub1);
}

.m-cta-button__text {
  font-size: 1.4rem;
  font-weight: 500;
}

.m-cta-button__icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0;
  filter: var(--filterColorWhite);
  margin-right: 0.7rem;
  flex: none;
}
.m-cta-button__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-article-date {
  font-family: var(--fontEn1);
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--colorSub3);
}

.m-article-label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.m-article-label__item {
  font-size: 1.2rem;
  line-height: 1.4;
  background: var(--colorSub4);
  border-radius: 999rem;
  padding: 0.12rem 0.8rem;
}

.m-article-title {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.m-article-large-title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 0.8rem;
}

.m-article-description {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.m-article-arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid var(--colorMain1);
  position: relative;
  box-sizing: border-box;
}
.m-article-arrow::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(45deg);
  border: solid var(--colorMain1);
  border-width: 0.2rem 0.2rem 0 0;
  position: absolute;
  top: calc(50% - 0.3rem);
  left: calc(50% - 0.4rem);
  box-sizing: border-box;
}
.m-article-arrow--color-white {
  border-color: #FFF;
}
.m-article-arrow--color-white::after {
  border-color: #FFF;
}

.m-minimum-article {
  border-bottom: 1px solid var(--colorBorder1);
}
.m-minimum-article + .m-minimum-article .m-minimum-article__inner {
  padding-top: 1.7rem;
}
.m-minimum-article .m-article-title {
  width: 100%;
}
.m-minimum-article .m-article-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.8rem;
  margin-right: 2rem;
}
.m-minimum-article .m-article-arrow {
  position: absolute;
  right: 0;
}

.m-minimum-article__inner {
  display: block;
  padding-bottom: 2.5rem;
  position: relative;
}

.m-panel-article .m-article-label {
  margin-bottom: 0.7rem;
}
.m-panel-article .m-article-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.m-panel-article .m-panel-article__inner {
  position: relative;
  display: block;
}
.m-panel-article .m-panel-article__body {
  margin: 1rem 0.8rem 0;
  padding-right: 2rem;
}
.m-panel-article .m-article-arrow {
  position: absolute;
  right: 0.8rem;
  bottom: 0;
}

.m-panel-article__thumbnail {
  aspect-ratio: 274/197;
}

.m-panel-article__thumbnail__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.m-panel-article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.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 h2 {
  background: #EFF5F3;
  color: var(--colorMain2);
  font-weight: 700;
  line-height: 1.35;
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 2px solid var(--colorMain2);
  padding: 0.6rem 1.2rem 0.8rem;
}
.m-article-post-content h3 {
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--colorBorder5);
  position: relative;
  color: var(--colorMain2);
  padding-bottom: 1.5rem;
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
}
.m-article-post-content h3::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1px;
  background: var(--colorMain2);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.m-article-post-content h4 {
  background: var(--colorBg2);
  color: var(--colorMain2);
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.5rem 2rem 0.5rem 3.6rem;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.m-article-post-content h4::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: var(--colorMain2);
  position: absolute;
  left: 0;
  top: 50%;
}
.m-article-post-content h5 {
  color: var(--colorMain2);
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 3.3rem;
  margin-bottom: 1rem;
}
.m-article-post-content p {
  margin-bottom: 1em;
}
.m-article-post-content a {
  text-decoration: underline;
  color: var(--colorMain1);
}
.m-article-post-content a[target=_blank]::after {
  content: "";
  display: inline-block;
  aspect-ratio: 14/12;
  width: 1.4rem;
  margin-left: 0.2rem;
  background: url("/assets/img/common/icon_window.svg") no-repeat center center/contain;
  filter: var(--filterColorMain1);
}
.m-article-post-content strong {
  font-weight: 700;
}
.m-article-post-content ol, .m-article-post-content ul {
  margin: 3rem 0;
}
.m-article-post-content li {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 1em;
}
.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 {
  border: 1px solid var(--colorBorder5);
  margin: 5.2rem 0;
  padding: 2.4rem 2rem;
  border-radius: 1.6rem;
  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.1rem;
  aspect-ratio: 41/30;
  background: url("/assets/img/common/icon_quote.svg") no-repeat center center/contain;
  filter: var(--filterColorSub2);
  position: absolute;
  z-index: 1;
}
.m-article-post-content blockquote::before {
  left: 2rem;
  top: -1.3rem;
}
.m-article-post-content blockquote::after {
  right: 2rem;
  bottom: -1.3rem;
  transform: scale(-1, -1);
}
.m-article-post-content figure {
  margin: 4rem 0;
}
.m-article-post-content figure figcaption {
  font-size: 1.3rem;
  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-article-back {
  margin-top: 6rem;
  text-align: center;
}

#toc_container {
  border: 1px solid var(--colorBorder1);
  background: var(--colorBg1);
  padding: 1.5rem 1.6rem;
  margin-top: 3rem;
}
#toc_container .toc_title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.9rem;
  color: var(--colorSub2);
  position: relative;
  padding-left: 1.35rem;
}
#toc_container .toc_title::before {
  content: "";
  display: block;
  height: 1em;
  width: 0.3rem;
  background: currentColor;
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  translate: 0 -50%;
}
#toc_container > ul > li {
  padding-left: 0;
}
#toc_container > ul ul li {
  padding-left: 1em;
}
#toc_container > ul ul li::before {
  content: "";
  width: 0.7em;
  height: 1px;
  top: 0.5lh;
  background: var(--colorSub2);
}
#toc_container ul {
  margin-block: 0;
}
#toc_container ul li {
  margin-bottom: 0.35em;
  line-height: 1.7;
}
#toc_container ul li::before {
  content: none;
}
#toc_container a {
  color: var(--colorText1);
}

.m-subpage-mv__heading .m-section-heading__ja {
  color: var(--colorMain2);
  font-size: 2.4rem;
}

.m-subpage-mv__image {
  width: 34.5rem;
  height: 18rem;
  margin: 2.3rem 0 0 auto;
  border-radius: 1.6rem 0 0 1.6rem;
  overflow: hidden;
}
.m-subpage-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.m-anchor-menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.m-anchor-menu__link {
  background: linear-gradient(90deg, var(--colorMain4) 50%, #FFF 50%) right center/200% 100%;
  display: flex;
  align-items: center;
  min-height: 4.8rem;
  height: 100%;
  padding: 0.8rem 3rem 0.8rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}
.m-anchor-menu__link::before {
  content: "";
  display: block;
  background: var(--colorGradient1);
  width: 0.4rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.m-anchor-menu__link::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border: solid var(--colorMain1);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 1.8rem;
  top: calc(50% - 0.5rem);
  pointer-events: none;
}

.m-local-menu {
  background: var(--colorBg2);
  padding: 4rem 0;
}

.m-local-menu__list {
  display: flex;
}

.m-local-menu__link {
  position: relative;
  display: block;
}

.m-local-menu__image {
  overflow: hidden;
}
.m-local-menu__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}

.m-local-menu__heading {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  left: 2.4rem;
  top: 2rem;
}

.m-local-menu__arrow {
  position: absolute;
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  right: 1.6rem;
  bottom: 1.6rem;
}

.m-form-box {
  padding-top: 5rem;
  padding-bottom: 5.8rem;
}

.m-form-block {
  margin-bottom: 2.4rem;
}

.m-form-label__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  display: inline;
}

.m-form-label__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: 1.7rem;
  background: var(--colorCaution1);
  color: #fff;
  font-size: 1.2rem;
  padding-bottom: 0.1rem;
  margin-left: 0.3rem;
  position: relative;
  top: -0.1rem;
}

.m-form-title {
  font-size: 1.5rem;
  margin-top: 1.8rem;
}

.m-form-input {
  margin-top: 0.6rem;
}

.m-form-input__multiple-errors-trigger {
  display: none;
}

.m-form-input__content {
  border: 1px solid var(--colorBorder5);
  background: #fff;
  width: 100%;
  min-height: 5.8rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;
}
.m-form-input__content--textarea {
  min-height: 23rem;
}
.m-form-input--error .m-form-input__content {
  border-color: var(--colorCaution1);
  background: var(--colorCaution2);
}

.m-form-flex-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.m-form-flex-input__text {
  flex: none;
  font-size: 1.4rem;
}

.m-form-name {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.m-form-name__box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.m-form-number .m-form-input__content {
  width: 21rem;
  max-width: 100%;
}

.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: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
.m-form-agree__text::before {
  content: "";
  display: block;
  width: 2.2rem;
  aspect-ratio: 1/1;
  border: 1px solid var(--colorSub2);
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.m-form-agree__text::after {
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  background: var(--colorSub2);
  position: absolute;
  left: 0.5rem;
  top: 0.6rem;
  opacity: 0;
}
.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;
  color: var(--colorSub2);
}

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

.m-form-buttons__item {
  width: 100%;
  text-align: center;
}
.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-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.m-form-confirm-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.8rem;
  padding-left: 2rem;
}
.m-form-confirm-text--small {
  font-size: 1.4rem;
  font-weight: normal;
}

.m-form-send__heading {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

.m-form-send__text {
  font-size: 1.4rem;
  margin-top: 1.8rem;
}

.m-form-send__button {
  text-align: center;
  margin-top: 3rem;
}

.m-form-box .wpcf7-response-output {
  display: none;
}
.m-form-box .wpcf7-not-valid-tip {
  color: var(--colorCaution1);
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

form.submitting .m-primary-button {
  pointer-events: none;
}
.m-primary-button .wpcf7-submit {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0;
}
.m-primary-button .wpcf7-spinner {
  position: absolute;
  margin: auto;
  z-index: 10;
  inset: 0;
  background: var(--colorText3);
}

.m-archive-filter {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}

.m-archive-filter__title {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: var(--fontEn1);
  color: var(--colorMain2);
}

.m-archive-filter__pulldown {
  background: #fff;
  height: 4rem;
  position: relative;
}
.m-archive-filter__pulldown::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.6rem;
  background: var(--colorMain1);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.m-archive-filter__pulldown__content {
  width: 100%;
  height: 100%;
  padding-left: 1.6rem;
  font-weight: 500;
  color: inherit;
}

.m-archive-list__item {
  display: flex;
}
.m-archive-list__item:last-child {
  margin-bottom: 0;
}

.m-archive-list__title {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--fontEn1);
  color: var(--colorSub2);
}

.m-archive-pager {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5.8rem auto 0;
  padding: 0 7.5rem;
}
.m-archive-pager .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.m-archive-pager .first,
.m-archive-pager .last,
.m-archive-pager .previouspostslink,
.m-archive-pager .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 100%;
  overflow: hidden;
  width: 2rem;
  white-space: nowrap;
  aspect-ratio: 1/1;
}
.m-archive-pager .first::before, .m-archive-pager .first::after,
.m-archive-pager .last::before,
.m-archive-pager .last::after,
.m-archive-pager .previouspostslink::before,
.m-archive-pager .previouspostslink::after,
.m-archive-pager .nextpostslink::before,
.m-archive-pager .nextpostslink::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1rem;
  border: 1px solid var(--colorText1);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
}
.m-archive-pager .previouspostslink::after,
.m-archive-pager .nextpostslink::after {
  content: none;
}
.m-archive-pager .first::before, .m-archive-pager .first::after,
.m-archive-pager .previouspostslink::before,
.m-archive-pager .previouspostslink::after {
  border-top-width: 0;
  border-right-width: 0;
  left: calc(50% - 0.4rem);
}
.m-archive-pager .last::before, .m-archive-pager .last::after,
.m-archive-pager .nextpostslink::before,
.m-archive-pager .nextpostslink::after {
  border-bottom-width: 0;
  border-left-width: 0;
  right: calc(50% - 0.4rem);
}
.m-archive-pager .first {
  left: 0;
}
.m-archive-pager .first::after {
  left: 50%;
}
.m-archive-pager .last {
  right: 0;
}
.m-archive-pager .last::after {
  right: 50%;
}
.m-archive-pager .previouspostslink {
  left: 3.5rem;
}
.m-archive-pager .nextpostslink {
  right: 3.5rem;
}
.m-archive-pager .page, .m-archive-pager .current {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fontEn1);
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  width: 2.6rem;
  aspect-ratio: 1/1;
  flex: none;
  padding-bottom: 0.1rem;
  border-radius: 50%;
}
.m-archive-pager .page:hover,
.m-archive-pager .current {
  opacity: 1;
  background: var(--colorBorder4);
  color: #fff;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes clipPathToRight {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
.m-animation {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  pointer-events: none;
}
.m-animation--fadein {
  opacity: 0;
}
.m-animation--fadein.js-animation.is-intersect {
  pointer-events: auto;
  animation-name: fadein;
}
.m-animation--child-fadein {
  opacity: 0;
}
.m-animation--fadeup {
  opacity: 0;
  transform: translateY(15px);
}
.m-animation--fadeup.js-animation.is-intersect {
  pointer-events: auto;
  animation-name: fadeup;
}
.m-animation--child-fadeup {
  opacity: 0;
  transform: translateY(15px);
}
.m-animation--child-clippath-right {
  opacity: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.2, 0, 0.1, 1);
}

.js-animation.is-intersect .m-animation--child-fadeup {
  pointer-events: auto;
  animation-name: fadeup;
}
.js-animation.is-intersect .m-animation--child-fadein {
  pointer-events: auto;
  animation-name: fadein;
}
.js-animation.is-intersect .m-animation--child-clippath-right {
  pointer-events: auto;
  animation-name: clipPathToRight;
}

.m-bulleted-text {
  padding-left: 1.25em;
  position: relative;
}
.m-bulleted-text + .m-bulleted-text {
  margin-top: 0.5rem;
}
.m-bulleted-text:before {
  content: "●";
  color: var(--colorMain3);
  position: absolute;
  left: 0;
  top: 0;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: var(--zIndexHeader);
  background: var(--colorBg1);
  width: 100%;
  height: var(--heightHeaderSp);
  transition: 0.4s;
}
.l-header--hide {
  transform: translateY(-100%);
  opacity: 0;
}
.l-header--show {
  transform: translateY(0);
  opacity: 1;
}

.l-header__inner {
  height: 100%;
}

.l-header__logo {
  width: 14.4rem;
  font-size: 0;
  filter: invert(26%) sepia(10%) saturate(449%) hue-rotate(118deg) brightness(98%) contrast(85%);
}

.l-header__humberger__text {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: var(--fontEn1);
  color: #fff;
}

.l-header__humberger__lines {
  width: 1.6rem;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-header--menu-open .l-header__humberger__lines {
  margin-top: 0.7rem;
  margin-bottom: -0.7rem;
}

.l-header__humberger__lines__item {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: relative;
}
.l-header--menu-open .l-header__humberger__lines__item:nth-child(1) {
  transform: rotate(45deg);
}
.l-header--menu-open .l-header__humberger__lines__item:nth-child(2) {
  display: none;
}
.l-header--menu-open .l-header__humberger__lines__item:nth-child(3) {
  transform: rotate(-45deg);
  top: -1.08rem;
}

.l-header__menu__link {
  display: flex;
  align-items: center;
  position: relative;
}

.l-header__contact__heading {
  text-align: center;
  font-size: 1.6rem;
  color: var(--colorMain2);
  font-weight: 700;
  border-bottom: 0.1rem solid var(--colorBorder5);
  margin-bottom: 1.7rem;
  padding-bottom: 0.9rem;
  position: relative;
}
.l-header__contact__heading::after {
  content: "";
  width: 2.4rem;
  height: 0.1rem;
  background: var(--colorMain3);
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  transform: translateX(-50%);
}

.l-header__contact__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.l-header__contact__buttons .m-cta-button {
  padding-right: 1rem;
}
.l-header__contact__buttons .m-cta-button::after {
  width: 2rem;
  height: 2rem;
  background: url("/assets/img/common/icon_arrow.svg") no-repeat center center/contain;
  transform: rotate(0);
  border: none;
  filter: var(--filterColorWhite);
}

.l-header__contact__tel {
  text-align: center;
  margin-top: 1.2rem;
}

.l-header__contact__tel__title {
  font-size: 1.4rem;
  font-weight: 700;
}

.l-header__contact__tel__number {
  font-size: 2.9rem;
  line-height: 1;
  font-family: var(--fontEn1);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.l-header__contact__tel__number::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2.1rem;
  margin-top: 0.2rem;
  background: url("/assets/img/common/icon_tel.svg") no-repeat center center/contain;
}

.l-header__contact__tel__time {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  line-height: 1.5;
}

.l-header__cta__link {
  background: var(--colorSub2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  height: 100%;
  width: 12rem;
  transition: background var(--transitionBase);
}
.l-header__cta__link:nth-child(1) {
  background: var(--colorSub1);
}
.l-header__cta__link:nth-child(1):hover {
  background: var(--colorSub1_hover);
}

.l-header__cta__icon {
  width: 1.6rem;
  height: 1.7rem;
  display: block;
  font-size: 0;
  filter: var(--filterColorWhite);
}
.l-header__cta__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__cta__text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

.l-footer {
  background: var(--colorText1);
  color: #fff;
}

.l-footer__pagetop {
  width: 13.4rem;
  height: 4.8rem;
  background: var(--colorMain2);
  font-family: var(--fontEn1);
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-left: auto;
  cursor: pointer;
}
.l-footer__pagetop::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: solid #FFF;
  border-width: 0.1rem 0 0 0.1rem;
  transform: rotate(45deg);
  margin-top: 0.4rem;
}

.l-footer__logo {
  width: 21.6rem;
  filter: var(--filterColorWhite);
  margin: 2.7rem auto 0;
}

.l-footer__address {
  margin-top: 1.9rem;
  line-height: 1.75;
}

.l-footer__navi {
  display: flex;
}

.l-footer__navi__list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.l-footer__navi__link {
  color: var(--colorBorder2);
  font-weight: 500;
  position: relative;
}
.l-footer__navi__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 0.1rem;
  background: var(--colorBorder2);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform var(--transitionBase);
}

.l-footer__bottom {
  display: flex;
  margin-top: 3rem;
}

.l-footer__link a {
  color: #fff;
  font-size: 1.3rem;
  position: relative;
}
.l-footer__link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 0.1rem;
  background: var(--colorBorder2);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform var(--transitionBase);
}

.l-footer__copyright {
  font-size: 1.3rem;
}

.l-contact {
  padding: 5.4rem 0 7.6rem;
}

.l-contact__buttons {
  width: 100%;
  display: flex;
}

.l-contact__buttons__item {
  width: 50%;
}

.l-contact__tel {
  text-align: center;
  margin-top: 2rem;
}

.l-contact__tel__title {
  font-size: 1.6rem;
  font-weight: 700;
}

.l-contact__tel__number {
  font-size: 3.6rem;
  line-height: 1;
  font-family: var(--fontEn1);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
}
.l-contact__tel__number::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.5rem;
  margin-top: 0.5rem;
  background: url("/assets/img/common/icon_tel.svg") no-repeat center center/contain;
}

.l-contact__tel__time {
  text-align: center;
  font-size: 1.3rem;
}

.l-breadcrumb {
  margin-top: 0.3rem;
  margin-bottom: 3rem;
}

.l-breadcrumb__inner {
  overflow: auto;
  text-align: right;
}

.l-breadcrumb__list {
  display: inline-flex;
}

.l-breadcrumb__item {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: var(--colorText2);
}
.l-breadcrumb__item:not(:last-child):after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border: solid var(--colorBorder2);
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin: 0 0.6rem;
}

.l-breadcrumb__link {
  display: block;
}

@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    min-width: var(--widthMin);
  }
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .only-sp {
    display: none !important;
  }
  .m-inner {
    max-width: calc(var(--widthDefault) + var(--sidePaddingPc1) * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--sidePaddingPc1);
    padding-left: var(--sidePaddingPc1);
  }
  .m-inner--pc-narrow {
    max-width: calc(81.6rem + var(--sidePaddingPc1) * 2);
  }
  .m-bg-inner {
    width: calc(100% - var(--sidePaddingPc1) * 2);
    max-width: var(--widthDefault);
    padding-left: clamp(var(--sidePaddingPc1), (100% - 81.6rem) / 2, 8.4rem);
    padding-right: clamp(var(--sidePaddingPc1), (100% - 81.6rem) / 2, 8.4rem);
    margin-right: auto;
    margin-left: auto;
    border-radius: 1.6rem;
  }
  .m-bg-inner--pc-narrow {
    max-width: 81.6rem;
  }
  .m-section-heading {
    padding-bottom: 2.4rem;
  }
  .m-section-heading::after {
    width: 3.2rem;
  }
  .m-section-heading--border-none {
    padding-bottom: 0;
  }
  .m-section-heading__en {
    font-size: 1.5rem;
    padding-left: 1.5rem;
  }
  .m-section-heading__en::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .m-section-heading__ja {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .m-section-heading__ja-sub {
    font-size: 1.5rem;
  }
  .m-secondary-heading {
    font-size: 2.8rem;
    padding-left: 2rem;
  }
  .m-secondary-heading::before {
    width: 0.4rem;
    height: calc(100% - 1.2rem);
    margin-top: 0.2rem;
  }
  .m-primary-button {
    min-width: 22.8rem;
  }
  .m-primary-button:hover {
    opacity: 1;
  }
  .m-primary-button:hover::before {
    transform: translateX(0);
  }
  .m-primary-button:hover .m-primary-button__text {
    color: #fff;
  }
  .m-primary-button:hover .m-primary-button__text::after {
    border-color: #FFF;
  }
  .m-secondary-button::before {
    transition: width var(--transitionBase);
  }
  .m-secondary-button:hover {
    opacity: 1;
  }
  .m-secondary-button:hover::before {
    width: 100%;
  }
  .m-cta-button {
    height: 7.2rem;
    transition: var(--transitionBase);
  }
  .m-cta-button:hover {
    opacity: 1;
    background: var(--colorSub2_hover);
  }
  .m-cta-button--pastel:hover {
    background: var(--colorSub1_hover);
  }
  .m-cta-button__text {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .m-cta-button__icon {
    margin-right: 1.5rem;
  }
  .m-article-label {
    gap: 0.8rem;
  }
  .m-article-label__item {
    font-size: 1.3rem;
  }
  .m-article-large-title {
    font-size: 3.2rem;
    margin-top: 0.2rem;
  }
  .m-article-arrow {
    width: 3.2rem;
    height: 3.2rem;
    transition: var(--transitionBase);
  }
  .m-article-arrow::after {
    width: 0.7rem;
    height: 0.7rem;
    left: calc(50% - 0.5rem);
    transition: var(--transitionBase);
  }
  a:hover .m-article-arrow {
    background: var(--colorMain1);
  }
  a:hover .m-article-arrow::after {
    border-color: #FFF;
  }
  a:hover .m-article-arrow--color-white {
    background: #fff;
  }
  a:hover .m-article-arrow--color-white::after {
    border-color: var(--colorMain1);
  }
  .m-article-single-head {
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
  .m-minimum-article:last-child {
    border-bottom: none;
  }
  .m-minimum-article + .m-minimum-article .m-minimum-article__inner {
    padding-top: 2.6rem;
  }
  .m-minimum-article .m-article-date {
    margin-right: 1.6rem;
  }
  .m-minimum-article .m-article-label {
    flex: none;
  }
  .m-minimum-article .m-article-title {
    margin-top: 0.2rem;
  }
  .m-minimum-article .m-article-description {
    -webkit-line-clamp: 1;
  }
  .m-minimum-article .m-article-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .m-minimum-article__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 5rem;
    padding-bottom: 3.1rem;
  }
  .m-minimum-article__inner:hover {
    opacity: 1;
  }
  .m-panel-article .m-panel-article__inner:hover {
    opacity: 1;
  }
  .m-panel-article .m-panel-article__body {
    padding-right: 5rem;
  }
  .m-panel-article .m-article-arrow {
    right: 0;
  }
  .m-panel-article-list {
    gap: 4rem 2.4rem;
  }
  .m-panel-article-list .m-panel-article {
    width: calc((100% - 4.8rem) / 3);
  }
  .m-article-post-content {
    margin-top: 5rem;
  }
  .m-article-post-content h2 {
    margin-top: 5.5rem;
    font-size: 2.4rem;
    padding: 1.3rem 2rem 1.3rem;
  }
  .m-article-post-content h3 {
    font-size: 2rem;
    margin-top: 5.5rem;
    padding-bottom: 1.3rem;
  }
  .m-article-post-content h3::before {
    width: 3.2rem;
  }
  .m-article-post-content h4 {
    font-size: 1.8rem;
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
    margin-top: 5rem;
  }
  .m-article-post-content h5 {
    margin-top: 5rem;
  }
  .m-article-post-content blockquote {
    padding: 3.2rem 4rem;
  }
  .m-article-post-content figure {
    margin: 6.4rem 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-article-back {
    margin-top: 10rem;
  }
  #toc_container {
    margin-top: 3.5rem;
    max-width: 50%;
    padding: 1.5rem 2.4rem;
  }
  #toc_container .toc_title {
    font-size: 1.7rem;
  }
  .m-subpage-mv__heading .m-section-heading__ja {
    font-size: 3.6rem;
  }
  .m-subpage-mv__image {
    height: 30rem;
    width: calc(50% + 49.2rem);
    max-width: calc(100% - var(--sidePaddingPc1));
    margin-top: 4rem;
  }
  .m-anchor-menu__list {
    gap: 2.4rem;
  }
  .m-anchor-menu--column-pc-2 .m-anchor-menu__list {
    max-width: 64.8rem;
  }
  .m-anchor-menu--column-pc-3 .m-anchor-menu__list {
    max-width: 73.2rem;
  }
  .m-anchor-menu--column-pc-2 .m-anchor-menu__item {
    width: calc((100% - 2.4rem) / 2);
  }
  .m-anchor-menu--column-pc-3 .m-anchor-menu__item {
    width: calc((100% - 4.8rem) / 3);
  }
  .m-anchor-menu__link {
    min-height: 5.6rem;
  }
  .m-anchor-menu__link:hover {
    opacity: 1;
    background-position: left center;
  }
  .m-local-menu {
    padding: 6.4rem 0;
  }
  .m-local-menu__list {
    gap: 2.4rem;
  }
  .m-local-menu__item {
    width: calc((100% - 4.8rem) / 3);
  }
  .m-local-menu__link:hover {
    opacity: 1;
  }
  .m-local-menu__image {
    aspect-ratio: 312/200;
  }
  .m-local-menu__image:hover img {
    transform: scale(1.2, 1.2);
  }
  a:hover .m-local-menu__arrow {
    background: #379579;
    border-color: #379579;
  }
  a:hover .m-local-menu__arrow::after {
    border-color: #FFF;
  }
  .m-form-title {
    margin-top: 1.5rem;
  }
  .m-form-input__content {
    font-size: 1.6rem;
  }
  .m-form-input__content--textarea {
    min-height: 17.5rem;
  }
  .m-form-flex-input {
    gap: 1rem;
  }
  .m-form-flex-input .m-form-input__content {
    max-width: 11.5rem;
  }
  .m-form-flex-input__text {
    font-size: 1.5rem;
  }
  .m-form-name__box {
    gap: 1rem;
  }
  .m-form-number .m-form-input__content {
    width: 25rem;
  }
  .m-form-bottom-box {
    margin-top: 4.8rem;
  }
  .m-form-buttons {
    gap: 2.4rem;
  }
  .m-form-buttons__item {
    width: -moz-fit-content;
    width: fit-content;
  }
  .m-form-buttons__item--narrow {
    width: 14.4rem;
  }
  .m-archive-filter__item {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
  .m-archive-filter__pulldown {
    width: 22.8rem;
  }
  .m-archive-list__item {
    border-bottom: 1px solid var(--colorBorder1);
  }
  .m-archive-list__title {
    width: 16rem;
    flex: none;
    padding-top: 2rem;
    padding-left: 4rem;
  }
  .m-archive-list__articles .m-minimum-article__inner {
    padding-top: 2.6rem;
  }
  .m-archive-pager {
    padding: 0 8.5rem;
    margin-top: 10rem;
  }
  .m-archive-pager .wp-pagenavi {
    gap: 1.2rem;
  }
  .m-archive-pager .first,
  .m-archive-pager .last,
  .m-archive-pager .previouspostslink,
  .m-archive-pager .nextpostslink {
    width: 3rem;
  }
  .m-archive-pager .previouspostslink {
    left: 4rem;
  }
  .m-archive-pager .nextpostslink {
    right: 4rem;
  }
  .m-archive-pager .page, .m-archive-pager .current {
    font-size: 2rem;
    width: 3.2rem;
  }
  .l-header {
    height: var(--heightHeaderPc);
    min-width: var(--widthMin);
  }
  .l-header__inner {
    display: flex;
    align-items: center;
    max-width: calc(136.6rem + var(--sidePaddingPc1) * 2);
  }
  .l-header__logo {
    width: 19.4rem;
  }
  .l-header__logo a:hover {
    opacity: 1;
  }
  .l-header__humberger {
    display: none;
  }
  .l-header__navi {
    flex: 1 1;
    padding-right: 22rem;
  }
  .l-header__menu {
    display: flex;
    justify-content: flex-end;
  }
  .l-header__menu__link {
    padding: 0 1.6rem;
    font-size: 1.4rem;
    font-weight: 500;
    transition: color var(--transitionBase);
  }
  .l-header__menu__link:hover {
    color: var(--colorMain1);
    opacity: 1;
  }
  .l-header__menu__link::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 1.2rem;
    background: var(--colorBorder2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__menu__item:last-child .l-header__menu__link::after {
    content: none;
  }
  .l-header__menu__link--current {
    color: var(--colorMain1);
  }
  .l-header__contact {
    display: none;
  }
  .l-header__cta {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .l-header__cta__link:hover {
    background: var(--colorSub2_hover);
    opacity: 1;
  }
  .l-footer {
    padding-bottom: 3rem;
  }
  .l-footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .l-footer__pagetop {
    width: 19rem;
    justify-content: flex-start;
    padding-left: 2rem;
    transition: var(--transitionBase);
  }
  .l-footer__pagetop:hover {
    background: var(--colorMain1);
  }
  .l-footer__logo {
    margin: 1rem 0 0;
  }
  .l-footer__address {
    margin-top: 1.3rem;
  }
  .l-footer__navi {
    gap: 1.9rem 4.2rem;
    margin-right: 14.4rem;
  }
  .l-footer__navi__list {
    gap: 0.6rem;
  }
  .l-footer__navi__link:hover {
    opacity: 1;
  }
  .l-footer__navi__link:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-footer__bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
  }
  .l-footer__link a:hover {
    opacity: 1;
  }
  .l-footer__link a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-contact {
    padding: 9.5rem 0 8.2rem;
  }
  .l-contact__inner {
    max-width: calc(81.6rem + var(--sidePaddingPc1) * 2);
  }
  .l-contact__buttons {
    gap: 2.4rem;
    margin-top: 6rem;
  }
  .l-contact__buttons__item .m-cta-button {
    padding-left: 5rem;
  }
  .l-contact__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5.1rem;
  }
  .l-contact__tel__title {
    margin-right: 2.8rem;
  }
  .l-contact__tel__number {
    margin-right: 1.6rem;
    margin-top: -0.3rem;
  }
  .l-breadcrumb {
    margin-top: 1.2rem;
  }
}

@media (max-width: 767px) {
  .only-wide {
    display: none !important;
  }
  .m-primary-button {
    width: 100%;
    max-width: 25.5rem;
  }
  .m-minimum-article .m-article-label {
    margin-bottom: 0.7rem;
  }
  .m-minimum-article .m-article-arrow {
    bottom: 2.5rem;
  }
  .m-anchor-menu__list {
    flex-direction: column;
    gap: 0.4rem;
    max-width: 28rem;
  }
  .m-local-menu__list {
    flex-direction: column;
    gap: 1.6rem;
  }
  .m-form-name {
    flex-direction: column;
  }
  .m-form-buttons {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .m-archive-filter {
    border-radius: 1.6rem;
    background: var(--colorBg1);
    padding: 2.4rem 3.8rem 3.2rem;
  }
  .m-archive-list__item {
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3.7rem;
  }
  .m-archive-list__title {
    text-align: center;
  }
  .l-header__main-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: background 0s;
  }
  .l-header--menu-open .l-header__main-block {
    background: var(--colorMain2);
    transition-delay: 0.4s;
  }
  .l-header--menu-open .l-header__logo {
    filter: var(--filterColorWhite);
  }
  .l-header__humberger {
    width: 6rem;
    height: 100%;
    background: var(--colorMain2);
    margin-right: calc(var(--sidePaddingSp1) * -1);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0.8rem;
  }
  .l-header__navi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: var(--vh);
    z-index: 1;
    background: var(--colorMain2);
    padding: 8rem var(--sidePaddingSp1) 9rem;
    overflow: auto;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  .l-header--menu-open .l-header__navi {
    transform: translateX(0);
  }
  .l-header__menu__item {
    border: solid var(--colorMain1);
    border-width: 0.1rem 0 0 0;
  }
  .l-header__menu__item:last-child {
    border-bottom-width: 0.1rem;
  }
  .l-header__menu__link {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    height: 6.2rem;
    display: flex;
    justify-content: space-between;
  }
  .l-header__menu__link::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("/assets/img/common/icon_arrow.svg") no-repeat center center/contain;
    filter: var(--filterColorWhite);
  }
  .l-header__menu__link--current {
    color: rgba(255, 255, 255, 0.5);
  }
  .l-header__contact {
    margin-top: 5rem;
    background: #fff;
    border-radius: 0.8rem;
    padding: 2rem 3rem 2.4rem;
  }
  .l-header__cta {
    display: none;
  }
  .l-footer {
    text-align: center;
    padding-bottom: 9rem;
  }
  .l-footer__inner {
    padding-right: 0;
    padding-left: 0;
  }
  .l-footer__navi {
    margin-top: 3.5rem;
    flex-direction: column;
    gap: 1.2rem;
  }
  .l-footer__bottom {
    flex-direction: column;
    gap: 0.8rem;
  }
  .l-contact__buttons {
    position: fixed;
    left: 0;
    bottom: 1.5rem;
    z-index: var(--zIndexFixedBar);
    padding: 0 2rem;
    gap: 1rem;
  }
  .l-contact__buttons__item .m-cta-button {
    padding-left: 1.5rem;
    padding-right: 1rem;
    min-height: 4.8rem;
    border: 0.1rem solid #FFF;
  }
  .l-contact__buttons__item .m-cta-button::after {
    width: 2rem;
    height: 2rem;
    background: url("/assets/img/common/icon_arrow.svg") no-repeat center center/contain;
    border: none;
    transform: rotate(0);
    filter: var(--filterColorWhite);
  }
  .l-contact__buttons__item .m-cta-button__text {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .l-contact__tel__time {
    margin-top: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1330px) {
  .l-header__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .l-header__logo {
    width: max(15.5vw, 16rem);
  }
  .l-header__navi {
    padding-right: max(12.5rem, 15.2vw);
  }
  .l-header__menu__link {
    padding: 0 1rem;
    font-size: 1.3rem;
  }
}

@media (max-width: 1330px) {
  .l-header__cta__link {
    width: max(7.6vw, 7.5rem);
    gap: 0.4rem;
  }
  .l-header__cta__icon {
    width: 1.9rem;
    height: 1.9rem;
  }
  .l-header__cta__text {
    font-size: max(0.92vw, 1rem);
    letter-spacing: 0;
  }
}