@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

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

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ base ▼▼----------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  overflow: auto;
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, span, table, thead, tbody, tfoot, th, td, header, footer, main, section, article, aside, nav {
  box-sizing: border-box;
  line-height: 1.8;
}

body {
  margin: 0;
  text-align: left;
  background-color: #FFF;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
main {
  position: relative;
  z-index: 10;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #128B81;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
body.is-drawer-open {
  overflow: hidden;
}

:root {
  --header-h: 80px;
}

@media screen and (max-width: 767px) {
  :root {
    --header-h: 60px;
  }
}
main {
  padding-top: var(--header-h);
}

#wpadminbar .quicklinks > ul > li#wp-admin-bar-aioseo-main {
  display: none;
}

@media screen and (max-width: 782px) {
  html[lang=ja] {
    margin-top: 0 !important;
  }
  html #wpadminbar {
    display: none;
  }
}
.l-header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.admin-bar .l-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .l-header {
    top: 0;
  }
}
.l-header__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    position: relative;
    z-index: 201;
  }
}
.l-header__logo a {
  display: inline-block;
}
.l-header__logo img {
  width: 198px;
  height: 48px;
}
.l-header__cont {
  display: flex;
  align-items: center;
  gap: 32px;
}
.l-header__list {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.3s;
}
.l-header__link:hover {
  color: #1E927B;
}
.l-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 32px;
  background-color: #1E927B;
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.l-header__cta:hover {
  opacity: 0.8;
}
.l-header__lang {
  display: none;
  font-size: 16px;
  color: #707070;
}
.l-header__lang a {
  color: #707070;
  text-decoration: none;
  transition: color 0.3s;
}
.l-header__lang a:hover {
  color: #1E927B;
}
.l-header__hamburger {
  display: none;
}

.l-header-mega {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 99;
}
.l-header-mega.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header-mega__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3px 58px 60px;
}
.l-header-mega__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 62px;
  border-bottom: 1px solid #1E927B;
}
.l-header-mega__title {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
.l-header-mega__btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s;
  flex-shrink: 0;
}
.l-header-mega__btn:hover {
  opacity: 0.8;
}
.l-header-mega__btn--lg {
  gap: 48px;
}
.l-header-mega__btn--sm {
  width: 100%;
  justify-content: space-between;
}
.l-header-mega__arrow {
  display: block;
  background-color: #1E927B;
  border-radius: 50%;
  position: relative;
}
.l-header-mega__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 53.125%;
  transform: translate(-50%, -50%);
  mask-image: url(../img/common/arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #ffffff;
}
.l-header-mega__btn--lg .l-header-mega__arrow {
  width: 32px;
  height: 32px;
}
.l-header-mega__btn--lg .l-header-mega__arrow:after {
  width: 8px;
  height: 12px;
}
.l-header-mega__btn--sm .l-header-mega__arrow {
  width: 18px;
  height: 18px;
}
.l-header-mega__btn--sm .l-header-mega__arrow:after {
  width: 6px;
  height: 10px;
}
.l-header-mega__body {
  display: flex;
  gap: 32px;
  padding: 24px 62px;
}
.l-header-mega__col {
  width: 100%;
  max-width: 276px;
}
.l-header-mega__col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #1E927B;
  margin-bottom: 16px;
}
.l-header-mega__col-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.l-header-mega__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header-mega__links li {
  margin-bottom: 0;
}
.l-header-mega__links a {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.3s;
}
.l-header-mega__links a:hover {
  color: #1E927B;
}

@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0 30px;
  }
  .l-header__cont {
    gap: 20px;
  }
  .l-header__list {
    gap: 15px;
  }
  .l-header__link {
    font-size: 14px;
  }
  .l-header__cta {
    width: 140px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
  .l-header__inner {
    padding: 0 20px;
  }
  .l-header__logo img {
    width: 120px;
    height: auto;
  }
  .l-header__nav, .l-header__btns {
    display: none;
  }
  .l-header__lang {
    display: none;
  }
  .l-header__hamburger {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0;
    z-index: 201;
  }
  .l-header__hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 14px;
  }
  .l-header__hamburger span:nth-child(2) {
    display: none;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__hamburger span:nth-child(3) {
    bottom: 14px;
  }
  .l-header__hamburger.is-active span {
    background: #333;
  }
  .l-header__hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center;
  }
  .l-header__hamburger.is-active span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center;
  }
  .l-header-mega {
    display: none;
  }
}
.l-drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: #fff;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  .l-drawer.is-active {
    transform: translateX(0);
  }
}
.l-drawer__nav {
  margin-top: 60px;
  padding: 0 20px 40px;
  background-color: #1E927B;
}
.l-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
  background-color: #1E927B;
}
.l-drawer__item {
  border-bottom: 2px solid #FFF;
}
.l-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.l-drawer__link-text {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  flex: 1;
}
.l-drawer__link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.l-drawer__link-arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  mask-image: url(../img/common/arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #454545;
}
.l-drawer__item--has-child .l-drawer__link-arrow {
  transition: transform 0.3s;
}
.l-drawer__item--has-child .l-drawer__link-arrow::after {
  border-width: 7px 5px 0 5px;
  border-color: #454545 transparent transparent transparent;
}
.l-drawer__item--has-child.is-open .l-drawer__link-arrow {
  transform: rotate(90deg);
}
.l-drawer__child {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: #fff;
}
.is-open > .l-drawer__child {
  display: block;
}
.l-drawer__child li {
  padding: 0 16px;
}
.l-drawer__child li:first-child a {
  border-top: none;
}
.l-drawer__child a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
  border-top: 2px solid #1E927B;
}
.l-drawer__child a::after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  mask-image: url(../img/common/arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #454545;
}
.l-drawer__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 18px 32px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  color: #1E927B;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.l-drawer__contact-icon {
  width: 29px;
  height: 20px;
  background-image: url(../img/common/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-drawer__contact-text {
  flex: 1;
}
.l-drawer__contact-arrow {
  display: block;
  width: 10px;
  height: 15px;
  mask-image: url(../img/common/arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #1E927B;
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
/* フッター */
.l-footer {
  background-color: #fff;
  color: #333;
  position: relative;
  z-index: 90;
  border-top: 1px solid #1E927B;
  padding: 0 20px;
}
.l-footer__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer-pagetop {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  display: flex;
  justify-content: center;
}
.l-footer-pagetop__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #128B81;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer-pagetop__btn:hover {
  opacity: 0.8;
}
.l-footer-pagetop__btn span {
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: 4px;
}
.l-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 0;
  gap: 24px;
}
.l-footer__info {
  width: 260px;
}
.l-footer__logo img {
  width: 256px;
  height: auto;
}
.l-footer__org {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.36px;
  margin-top: 10px;
  color: #333;
}
.l-footer__nav-area {
  flex: 1;
  max-width: 808px;
  width: 100%;
}
.l-footer__nav-separator {
  width: 100%;
  height: 1px;
  background-color: #1E927B;
  margin-bottom: 24px;
}
.l-footer__main-nav {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
}
.l-footer__main-nav-col {
  width: 100%;
  max-width: 202px;
}
.l-footer__main-nav-title {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  margin-bottom: 8px;
}
.l-footer__main-nav-title a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer__main-nav-title a:hover {
  opacity: 0.7;
}
.l-footer__main-nav-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
}
.l-footer__main-nav-item:before {
  content: "－";
  display: inline-block;
}
.l-footer__main-nav-item a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer__main-nav-item a:hover {
  opacity: 0.7;
}
.l-footer__nav {
  display: flex;
  gap: 80px;
  width: 100%;
}
.l-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__item {
  margin-bottom: 16px;
}
.l-footer__item a {
  color: #4C4C4C;
  text-decoration: none;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  transition: opacity 0.3s;
}
.l-footer__item a:hover {
  opacity: 0.7;
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 0 25px;
}
.l-footer__link {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  width: fit-content;
  order: 2;
}
.l-footer__link-sns {
  display: inline-block;
  transition: opacity 0.3s;
}
.l-footer__link-sns:hover {
  opacity: 0.7;
}
.l-footer__link-banner {
  display: inline-block;
  transition: opacity 0.3s;
  max-width: 180px;
}
.l-footer__link-banner:hover {
  opacity: 0.7;
}
.l-footer__copy {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .l-footer__top {
    flex-wrap: wrap;
  }
  .l-footer__nav-area {
    flex: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0;
  }
  .l-footer__inner {
    padding: 0 5vw;
  }
  .l-footer-pagetop {
    display: none;
  }
  .l-footer__top {
    flex-direction: column;
    gap: 50px;
    padding: 32px 0 32px;
  }
  .l-footer__logo img {
    width: 168px;
  }
  .l-footer__org {
    font-size: 0.6875rem;
  }
  .l-footer__nav-area {
    align-items: flex-start;
    width: 100%;
  }
  .l-footer__main-nav {
    flex-wrap: wrap;
    gap: 16px 0;
    margin-bottom: 16px;
  }
  .l-footer__main-nav-title {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .l-footer__main-nav-item {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .l-footer__main-nav-item:last-child {
    margin-bottom: 0;
  }
  .l-footer__main-nav-col {
    width: 50%;
  }
  .l-footer__nav-separator {
    height: 2px;
  }
  .l-footer__nav {
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #1E927B;
  }
  .l-footer__item {
    margin-bottom: 20px;
    line-height: 1;
  }
  .l-footer__item:last-child {
    margin-bottom: 0;
  }
  .l-footer__item a {
    font-size: 0.875rem;
    line-height: 1;
  }
  .l-footer__bottom {
    flex-direction: column;
    gap: 32px;
    padding: 0 0 14px;
    text-align: center;
  }
  .l-footer__link {
    order: 0;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    max-width: 256px;
    margin: 0 auto;
  }
  .l-footer__link-sns {
    width: calc(50% - 16px);
  }
  .l-footer__link-sns:nth-child(1) {
    order: 3;
    width: 36px;
  }
  .l-footer__link-banner {
    max-width: 120px;
  }
  .l-footer__copy {
    text-align: center;
    font-size: 0.625rem;
    margin: 0 auto;
  }
}
/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
[id] {
  scroll-margin-top: var(--header-h);
}

.l-inner {
  padding: 0 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5vw;
  }
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
/*----------▲▲ module ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.c-cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 150;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.c-cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent.is-show {
    bottom: 30px;
  }
}
.c-cookieConsent__text {
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.c-cookieConsent__agree {
  font-size: 0.875rem;
  color: #333333;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.c-cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #128B81;
}

.c-cookieConsent.is-ccHide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ block ▼▼----------*/
html :where(.wp-block) {
  max-width: 1200px;
}

/* --- 1. 見出し（H2）のカスタマイズ --- */
h2.wp-block-heading {
  padding: 18px 19px;
  border-radius: 0 32px 32px 0;
  background: #1E927B;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667; /* 116.667% */
  margin-top: 4rem;
  margin-bottom: 2rem;
}
h2.wp-block-heading:first-child {
  margin-top: 0;
}

h3.wp-block-heading {
  border-bottom: 1px solid #1E927B;
  padding: 18px 19px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h4.wp-block-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h5.wp-block-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h6.wp-block-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-page-content > p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8125; /* 181.25% */
  margin-bottom: 3rem;
}

/* --- 2. リストのカスタマイズ --- */
ul.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 1.5em;
}
ul.wp-block-list > li {
  position: relative;
  list-style: disc;
}
ul.wp-block-list > li > ul,
ul.wp-block-list > li > ol {
  margin-top: 24px;
}

ol.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 1.5em;
}
ol.wp-block-list > li {
  list-style: decimal;
  position: relative;
}
ol.wp-block-list > li > ul,
ol.wp-block-list > li > ol {
  margin-top: 24px;
}

/* --- 3. 引用ブロックのカスタマイズ --- */
.wp-block-quote {
  border-left: 4px solid #1E927B !important;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* 軽い浮遊感 */
  padding: 30px !important;
  font-style: italic;
  position: relative;
}
.wp-block-quote:after {
  content: "”"; /* 閉じクオートを表示 */
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 60px;
  color: #e0e0e0;
  line-height: 1;
}

/* --- 4. メディアとテキストの画像に角丸と影 --- */
.wp-block-media-text__media img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* --- 5. テーブル（表）を読みやすく --- */
.wp-block-table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.wp-block-table th {
  background-color: #1E927B;
  color: #ffffff;
  padding: 15px;
  text-align: center;
}
.wp-block-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

/* --- 6. ボタン --- */
.wp-block-buttons-is-layout-flex {
  gap: 16px 28px;
}
.wp-block-buttons-is-layout-flex .wp-block-button__link {
  display: inline-flex;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 14px;
  background: #D2E9E5;
  color: #1E927B;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
}
.wp-block-buttons-is-layout-flex .wp-block-button__link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  mask-image: url(../img/common/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #1E927B;
}

/* --- 7. カバーブロックの中央配置を強化 --- */
.wp-block-cover__inner-container {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 文字の視認性アップ */
}

.--page-in-link {
  margin-bottom: 50px;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}
@media screen and (max-width: 767px) {
  .--page-in-link {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.--page-in-link .wp-block-buttons {
  border-right: 2px solid #1E927B;
}
.--page-in-link .wp-block-buttons:last-child {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .--page-in-link .wp-block-buttons:nth-child(2n+1) {
    border-right: 2px solid #1E927B;
  }
  .--page-in-link .wp-block-buttons:nth-child(2n) {
    border-right: 0;
  }
}
.--page-in-link .wp-block-buttons .wp-block-button {
  width: 100%;
}
.--page-in-link .wp-block-buttons .wp-block-button__link {
  color: #333;
  text-align: center;
  font-family: YuGothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 200% */
  background-color: white;
  flex-direction: column;
  gap: 0;
}
.--page-in-link .wp-block-buttons .wp-block-button__link:after {
  width: 24px;
  height: 24px;
  mask-image: none;
  background-color: transparent;
  background-image: url(../img/common/arrow-green-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.--page-in-link .wp-block-buttons .wp-block-button__link:hover {
  border-radius: 0;
  background: rgba(30, 146, 123, 0.2);
}

.wp-block-buttons .wp-block-button.--button-prev {
  margin-top: 48px;
}
.wp-block-buttons .wp-block-button.--button-prev .wp-block-button__link {
  display: inline-flex;
  height: 64px;
  padding: 17px 29px;
  justify-content: center;
  align-items: center;
  gap: 33px;
  border-radius: 5px;
  background: #1E927B;
  color: #FFFFFF;
}
.wp-block-buttons .wp-block-button.--button-prev .wp-block-button__link:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  mask-image: url(../img/common/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #FFFFFF;
  transform: rotate(180deg);
}
.wp-block-buttons .wp-block-button.--button-prev .wp-block-button__link:after {
  display: none;
}
.wp-block-buttons .wp-block-button.--download .wp-block-button__link:after {
  width: 12px;
  height: 16px;
  mask-image: url(../img/common/download.svg);
  background-color: #1E927B;
}
.wp-block-buttons .wp-block-button.--no-bg-color .wp-block-button__link {
  background: transparent;
}
.wp-block-buttons .wp-block-button.--font-weight-bold .wp-block-button__link {
  font-weight: bold;
}
.wp-block-buttons .wp-block-button.--color-black .wp-block-button__link {
  color: #000000;
}
.wp-block-buttons .wp-block-button.--no-padding .wp-block-button__link {
  padding: 0;
}

.wp-block-media-text__media {
  max-width: 480px;
}
.wp-block-media-text__media img {
  border-radius: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content p {
  margin-bottom: 16px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content .wp-block-buttons {
  margin-bottom: 16px;
}

.p-overview-tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-overview-tabs {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
  }
}
.p-overview-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  height: 64px;
  padding: 0 16px 0 20px;
  background: #FFF;
  border: 1px solid #1E927B;
  border-radius: 32px;
  color: #1E927B;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  gap: 12px;
}
.p-overview-tabs__item::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url(../img/common/arrow-green-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.2s;
}
.p-overview-tabs__item.is-active, .p-overview-tabs__item:hover {
  background: #1E927B;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-overview-tabs__item {
    width: calc(50% - 6px);
    height: 52px;
    font-size: 0.875rem;
  }
}

.p-overview-table {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #FFF;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-overview-table {
    margin-bottom: 40px;
  }
}
.p-overview-table__row {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .p-overview-table__row {
    flex-direction: column;
    gap: 0;
  }
}
.p-overview-table__label {
  flex: 0 0 25.6%;
  background: rgba(30, 146, 123, 0.2);
  color: #1E927B;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8125;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-overview-table__label {
    flex: none;
    width: 100%;
    padding: 10px 16px;
    font-size: 0.875rem;
  }
}
.p-overview-table__content {
  flex: 1;
  background: #F1F2F4;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8125;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .p-overview-table__content {
    padding: 12px 16px;
    font-size: 0.875rem;
  }
}
.p-overview-table__content p {
  margin: 0;
}
.p-overview-table__map {
  margin-top: 24px;
}
.p-overview-table__map iframe {
  width: 100%;
  height: 447px;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-overview-table__map iframe {
    height: 250px;
  }
}

.p-facility-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px 48px;
}
@media screen and (max-width: 767px) {
  .p-facility-list {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }
}
.p-facility-list h2.wp-block-heading {
  margin-bottom: 1.5rem;
}
.p-facility-list__header {
  background: #1E927B;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .p-facility-list__header {
    font-size: 1.125rem;
    height: 52px;
    margin-bottom: 16px;
  }
}
.p-facility-list__images {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-facility-list__images {
    gap: 12px;
  }
}
.p-facility-list__image {
  width: 100%;
}
.p-facility-list__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 276/160;
  display: block;
}

/*----------▲▲ block ▲▲----------*/
/*----------▼▼ wysiwyg ▼▼----------*/
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
.c-wysiwyg h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
.c-wysiwyg h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  border-left: solid 1px #ccc;
}
.c-wysiwyg h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #111;
}
.c-wysiwyg h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #111;
}
.c-wysiwyg h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.c-wysiwyg p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  margin-top: 48px;
}
.c-wysiwyg p a {
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg li {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  position: relative;
}
.c-wysiwyg li + li {
  margin-top: 20px;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin: 30px 0;
}
.c-wysiwyg ul li::before {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.c-wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #ccc;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 16px;
  color: #333;
  padding: 1em;
}
.c-wysiwyg table th {
  font-weight: bold;
  width: 20%;
  background-color: #F4F3F0;
}
.c-wysiwyg dl {
  line-height: 36px;
}
.c-wysiwyg dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg dl dd {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg form {
  margin-top: 100px;
}
.c-wysiwyg h2:first-child,
.c-wysiwyg h3:first-child,
.c-wysiwyg h4:first-child,
.c-wysiwyg h5:first-child,
.c-wysiwyg h6:first-child,
.c-wysiwyg p:first-child {
  margin-top: 0;
}

/*----------▲▲ wysiwyg ▲▲----------*/
/*----------▼▼ breadcrumb ▼▼----------*/
.c-breadcrumb {
  width: 100%;
  margin: 0;
}
.c-breadcrumb span {
  margin: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb span {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.5px; /* 145% */
  }
}
.c-breadcrumb span:first-child {
  margin-left: 0;
}
.c-breadcrumb span:last-child {
  margin-right: 0;
}
.c-breadcrumb a {
  color: #333333;
}

/*----------▲▲ breadcrumb ▲▲----------*/
.p-page-content .wp-pagenavi {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.p-page-content .wp-pagenavi a,
.p-page-content .wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 40px;
  border-radius: 5px;
  background: #D2E9E5;
  color: #1E927B;
  font-family: YuGothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  border: none;
  margin: 0;
}
.p-page-content .wp-pagenavi span.current {
  border-radius: 5px;
  background: #1E927B;
  color: #FFF;
  font-family: YuGothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.p-page-content .wp-pagenavi .previouspostslink,
.p-page-content .wp-pagenavi .nextpostslink {
  position: relative;
  background: none;
}
.p-page-content .wp-pagenavi .previouspostslink:before,
.p-page-content .wp-pagenavi .nextpostslink:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  aspect-ratio: 5/4;
  mask-image: url(../img/common/pagenavi-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #1E927B;
}
.p-page-content .wp-pagenavi .previouspostslink:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-page-content .wp-pagenavi .extend {
  align-items: center;
  padding: 0;
  border: none;
  color: #4C4C4C;
  text-align: center;
  font-family: YuGothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  background: none;
  width: auto;
}

/*----------▼▼ home ▼▼----------*/
.p-home-mv {
  position: relative;
  height: 720px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home-mv {
    height: 685px;
  }
}
.p-home-mv__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-home-mv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .p-home-mv__slide {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}
.p-home-mv__slide.is-active {
  opacity: 1;
}
.p-home-mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-home-mv__slide img {
    height: 325px;
  }
}
.p-home-mv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 30px;
  max-width: calc(1200px + 30px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home-mv__overlay {
    position: static;
    padding: 0 5vw;
  }
}
.p-home-mv__content {
  max-width: 624px;
  color: #fff;
}
.p-home-mv__label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #454545;
  background-color: #fff;
  padding: 4px 16px;
  margin-bottom: 16px;
  width: 112px;
  border-radius: 5px;
  line-height: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home-mv__label {
    background: #1E927B;
    margin-bottom: 8px;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
  }
}
.p-home-mv__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .p-home-mv__title {
    color: #454545;
    font-size: 1.125rem;
    margin-bottom: 8px;
    text-shadow: none;
  }
}
.p-home-mv__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 32px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .p-home-mv__text {
    color: #454545;
    font-size: 0.75rem;
    margin-bottom: 12px;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mv__btn {
    text-align: center;
  }
}
.p-home-mv__readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 8px 28px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
  border-radius: 24px;
  border: 2px solid #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-home-mv__readmore {
    border-radius: 16px;
    border: 1px solid #454545;
    box-shadow: none;
    text-shadow: none;
    color: #454545;
    width: 112px;
    padding: 4px 14px;
    font-family: YuGothic;
    font-size: 0.75rem;
  }
}
.p-home-mv__readmore:hover {
  opacity: 0.8;
}
.p-home-mv__dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-home-mv__dots {
    top: 350px;
    bottom: auto;
  }
}
.p-home-mv__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E5E5E5;
  cursor: pointer;
  transition: background-color 0.3s;
}
.p-home-mv__dot.is-active {
  background-color: #128B81;
}
.p-home-mv__prev, .p-home-mv__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 32px;
  height: 64px;
  aspect-ratio: 1/2;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home-mv__prev, .p-home-mv__next {
    top: 162px;
    width: 16px;
    height: 32px;
  }
}
.p-home-mv__prev::after, .p-home-mv__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 64px;
  aspect-ratio: 1/2;
  background-image: url(../img/front-page/mv-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-home-mv__prev::after, .p-home-mv__next::after {
    width: 16px;
    height: 32px;
  }
}
.p-home-mv__prev {
  left: 32px;
}
@media screen and (max-width: 767px) {
  .p-home-mv__prev {
    left: 12px;
  }
}
.p-home-mv__prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-home-mv__next {
  right: 32px;
}
@media screen and (max-width: 767px) {
  .p-home-mv__next {
    right: 12px;
  }
}
.p-home-menu {
  padding: 80px 0;
  background-color: #F1F2F4;
}
@media screen and (max-width: 767px) {
  .p-home-menu {
    padding: 36px 0;
  }
}
.p-home-menu__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-home-menu__inner {
    padding: 0 5vw;
  }
}
.p-home-menu__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-home-menu__head {
    margin-bottom: 32px;
  }
}
.p-home-menu__title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #128B81;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-home-menu__title {
    font-size: 1.875rem;
  }
}
.p-home-menu__subtitle {
  font-size: 0.875rem;
  color: #333333;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-home-menu__subtitle {
    margin-top: -10px;
    font-size: 0.625rem;
  }
}
.p-home-menu__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-home-menu__list {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.p-home-menu__item {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
  border-radius: 10px;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .p-home-menu__item {
    max-width: 100%;
  }
}
.p-home-menu__item:hover {
  opacity: 0.85;
}
.p-home-menu__image {
  aspect-ratio: 380/540;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home-menu__image {
    aspect-ratio: 335/120;
  }
}
.p-home-menu__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home-menu__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(30, 146, 123, 0) 0%, #1E927B 57.04%);
  padding: 86px 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-menu__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 18px 14px 88px;
    max-width: 250px;
    margin-left: auto;
    background: linear-gradient(90deg, rgba(30, 146, 123, 0) 10.36%, #1E927B 38.65%);
    height: 100%;
  }
}
.p-home-menu__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .p-home-menu__item-title {
    font-size: 0.875rem;
    line-height: 21px;
    margin-bottom: 8px;
  }
}
.p-home-menu__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .p-home-menu__item-list {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-home-menu__item-list li {
    line-height: 1.5;
  }
}
.p-home-menu__item-list li::before {
  content: "・";
}
.p-home-menu__item-arrow {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-home-menu__item-arrow {
    bottom: auto;
    left: auto;
    top: 18px;
    right: 18px;
    transform: none;
    width: 24px;
    height: 24px;
  }
}
.p-home-menu__item-arrow span {
  display: block;
  width: 8px;
  height: 12px;
  mask-image: url(../img/common/arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-home-menu__item-arrow span {
    width: 7px;
    height: 10px;
  }
}
.p-home-menu__links {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-home-menu__links {
    flex-direction: column;
    gap: 16px;
  }
}
.p-home-menu__link-item {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: #333333;
  transition: opacity 0.3s;
  border-radius: 5px;
  border: 1px solid #1E927B;
  background: #FFF;
  padding: 14px 35px 18px 16px;
  width: 100%;
  max-width: 588px;
}
@media screen and (max-width: 767px) {
  .p-home-menu__link-item {
    gap: 16px;
    padding: 8px 18px 8px 8px;
    width: 100%;
    max-width: 100%;
  }
}
.p-home-menu__link-item:hover {
  opacity: 0.7;
}
.p-home-menu__link-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #F1F2F4;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-home-menu__link-icon {
    width: 56px;
    height: 56px;
    background-size: 32px;
  }
}
.p-home-menu__link-icon.--icon1 {
  background-image: url(../img/front-page/menu-links-icon-01.svg);
}
.p-home-menu__link-icon.--icon2 {
  background-image: url(../img/front-page/menu-links-icon-02.svg);
}
.p-home-menu__link-text {
  flex: 1;
}
.p-home-menu__link-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-home-menu__link-title {
    font-size: 0.9375rem;
  }
}
.p-home-menu__link-desc {
  display: block;
  font-size: 1.125rem;
  color: #333333;
  line-height: 32px; /* 177.778% */
}
@media screen and (max-width: 767px) {
  .p-home-menu__link-desc {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
.p-home-menu__link-arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #128B81;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-menu__link-arrow {
    width: 24px;
    height: 24px;
  }
}
.p-home-menu__link-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 12px;
  mask-image: url(../img/common/arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-home-menu__link-arrow:before {
    width: 7px;
    height: 10px;
  }
}
.p-home-news {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-news {
    padding: 36px 0 80px;
  }
}
.p-home-news__inner {
  max-width: 892px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-home-news__inner {
    padding: 0 5vw;
  }
}
.p-home-news__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-home-news__head {
    margin-bottom: 48px;
  }
}
.p-home-news__title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #128B81;
  letter-spacing: 0.1em;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
@media screen and (max-width: 767px) {
  .p-home-news__title {
    font-size: 1.875rem;
  }
}
.p-home-news__subtitle {
  font-size: 0.875rem;
  color: #333333;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-home-news__subtitle {
    margin-top: -10px;
    font-size: 0.625rem;
  }
}
.p-home-news__list {
  margin-bottom: 40px;
  border-top: 1px solid #B4B4B4;
}
@media screen and (max-width: 767px) {
  .p-home-news__list {
    margin-bottom: 16px;
  }
}
.p-home-news__item {
  border-bottom: 1px solid #B4B4B4;
}
.p-home-news__link {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  text-decoration: none;
  color: #333333;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home-news__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 48px 24px 8px;
    position: relative;
  }
}
.p-home-news__link:hover {
  opacity: 0.7;
}
.p-home-news__date {
  width: 130px;
  flex-shrink: 0;
  font-size: 1rem;
  color: #333333;
  border-right: 1px dashed #666;
  padding-right: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-home-news__date {
    width: auto;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    font-size: 0.6875rem;
  }
}
.p-home-news__item-title {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-home-news__item-title {
    font-size: 0.75rem;
  }
}
.p-home-news__arrow {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #D2E9E5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-news__arrow {
    width: 24px;
    height: 24px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}
.p-home-news__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 12px;
  mask-image: url(../img/common/arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #1E927B;
}
@media screen and (max-width: 767px) {
  .p-home-news__arrow::after {
    width: 7px;
    height: 10px;
  }
}
.p-home-news__footer {
  text-align: right;
}
.p-home-news__more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #333333;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home-news__more {
    font-size: 0.75rem;
  }
}
.p-home-news__more:hover {
  opacity: 0.7;
}
.p-home-news__more-arrow {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .p-home-news__more-arrow {
    width: 7px;
    height: 10px;
  }
}
.p-home-news__more-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 12px;
  mask-image: url(../img/common/arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #1E927B;
}
@media screen and (max-width: 767px) {
  .p-home-news__more-arrow:after {
    width: 7px;
    height: 10px;
  }
}

/*----------▲▲ home ▲▲----------*/
.p-page {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}
.p-page__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-page-header {
  padding: 152px 0 0;
  margin-bottom: 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-header {
    padding: 120px 0 0;
    margin-bottom: 32px;
  }
}
.p-page-header-title-ja {
  color: #333;
  font-family: YuGothic;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 87.5% */
}
@media screen and (max-width: 767px) {
  .p-page-header-title-ja {
    font-size: 24px;
    line-height: 14px; /* 58.333% */
  }
}
.p-page-header-title-en {
  position: absolute;
  bottom: -9px;
  right: 0;
  color: #1E927B;
  text-align: right;
  font-family: Inter;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.203125;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-page-header-title-en {
    font-size: 32px;
    line-height: 1.21875;
  }
}
.p-page-header-breadcrumb {
  position: absolute;
  top: 48px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-page-header-breadcrumb {
    top: 12px;
  }
}
.p-page.p-contact .p-contact-body {
  max-width: 892px;
  margin: 0 auto;
}
.p-page.p-contact .p-contact-desc {
  text-align: center;
  margin-bottom: 48px;
  color: #333;
  font-family: YuGothic;
  font-size: 1rem;
  font-weight: 500;
  line-height: 29px; /* 181.25% */
}
.p-page.p-contact .wpcf7 {
  width: 100%;
}
.p-page.p-contact .c-form-table {
  width: 100%;
  border-top: 1px solid #CCC;
  margin-bottom: 0;
}
.p-page.p-contact .c-form-row {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .p-page.p-contact .c-form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.p-page.p-contact .c-form-row--last {
  align-items: flex-start;
}
.p-page.p-contact .c-form-label {
  flex: 0 0 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 25px;
  padding-top: 13px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-page.p-contact .c-form-label {
    flex: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-page.p-contact .c-form-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 24px;
  background: #128B81;
  color: #FFF;
  padding: 0 9px;
  border-radius: 2px;
  white-space: nowrap;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 25px; /* 178.571% */
}
.p-page.p-contact .c-form-field {
  flex: 1;
  min-width: 0;
}
.p-page.p-contact .c-form-field .wpcf7-text,
.p-page.p-contact .c-form-field .wpcf7-email,
.p-page.p-contact .c-form-field .wpcf7-tel {
  width: 100%;
  height: 50px;
  background: #F1F2F4;
  border: 1px solid #888;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 1.125rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  appearance: none;
}
.p-page.p-contact .c-form-field .wpcf7-text:focus,
.p-page.p-contact .c-form-field .wpcf7-email:focus,
.p-page.p-contact .c-form-field .wpcf7-tel:focus {
  outline: 2px solid #128B81;
  background: #fff;
}
.p-page.p-contact .c-form-field .wpcf7-textarea {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 1.125rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  resize: vertical;
  background: #F1F2F4;
  border: 1px solid #888;
}
.p-page.p-contact .c-form-field .wpcf7-textarea:focus {
  outline: 2px solid #128B81;
  background: #fff;
}
.p-page.p-contact .c-form-field .wpcf7-not-valid-tip {
  color: #E53935;
  font-size: 1rem;
  margin-top: 4px;
  display: block;
}
.p-page.p-contact .c-form-field.--pre-wrap-style {
  white-space: pre-wrap;
}
.p-page.p-contact .c-form-field--radio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
}
.p-page.p-contact .c-form-field--radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.p-page.p-contact .c-form-field--radio .wpcf7-list-item input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #128B81;
  cursor: pointer;
  flex-shrink: 0;
  border: 2px solid #707070;
  border-radius: 50%;
  appearance: auto;
}
.p-page.p-contact .c-form-field--radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.125rem;
  line-height: 25px;
  color: #333333;
  cursor: pointer;
  padding-left: 12px;
}
.p-page.p-contact .c-form-privacy {
  background: #F1F2F4;
  padding: 50px;
  margin-top: 64px;
  border-radius: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page.p-contact .c-form-privacy {
    padding: 28px 20px;
    margin-top: 32px;
  }
}
.p-page.p-contact .c-form-privacy p {
  font-size: 1rem;
  color: #333333;
  line-height: 29px;
  margin-bottom: 48px;
}
.p-page.p-contact .c-form-privacy p a {
  color: #1F6FB0;
  text-decoration: underline;
}
.p-page.p-contact .c-form-privacy p a:hover {
  text-decoration: none;
}
.p-page.p-contact .c-form-privacy .wpcf7-acceptance {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.p-page.p-contact .c-form-privacy .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.p-page.p-contact .c-form-privacy .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin: 0;
}
.p-page.p-contact .c-form-privacy .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #128B81;
  flex-shrink: 0;
  border: 2px solid #707070;
  appearance: auto;
  margin-top: 3px;
}
.p-page.p-contact .c-form-privacy .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.125rem;
  line-height: 25px;
  color: #333333;
  cursor: pointer;
  padding-left: 12px;
  font-weight: 700;
}
.p-page.p-contact .c-form-privacy .wpcf7-submit {
  display: inline-flex;
  height: 64px;
  padding: 17px 29px;
  justify-content: center;
  align-items: center;
  gap: 33px;
  border-radius: 5px;
  background: #1E927B;
  color: #FFFFFF;
  position: relative;
}
.p-page.p-contact .c-form-privacy .wpcf7-submit::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  mask-image: url(../img/common/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #FFFFFF;
}
.p-page.p-contact .c-form-privacy .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-page.p-contact .c-form-privacy .wpcf7-submit {
    width: 100%;
  }
}
.p-page.p-contact .c-form-privacy .wpcf7-spinner {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.p-page.p-contact .wpcf7-response-output {
  padding: 12px 16px;
  margin: 24px 0 0;
  border-radius: 4px;
  font-size: 0.875rem;
  border: none;
}
.p-page.p-contact .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #E8F5E9;
  color: #128B81;
}
.p-page.p-contact .wpcf7-response-output.wpcf7-validation-errors, .p-page.p-contact .wpcf7-response-output.wpcf7-spam-blocked, .p-page.p-contact .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #FFEBEE;
  color: #E53935;
}
.p-page-content.--single-information {
  width: 100%;
  max-width: 892px;
  margin: 0 auto;
}
.p-page-content.--single-information h1 {
  background: #D2E9E5;
  color: #1E927B;
  font-family: YuGothic;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 187.5% */
  padding: 10px 16px 9px;
  margin-bottom: 24px;
}
.p-page-content.--single-information .p-page-date {
  color: #333;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 181.25% */
  margin-bottom: 62px;
  text-align: right;
}

/*----------▼▼ page-404 ▼▼----------*/
/*----------▲▲ page_404 ▲▲----------*/
/*----------▼▼ archive ▼▼----------*/
.p-archive-information-news {
  max-width: 892px;
  margin: 0 auto;
}

/*----------▲▲ archive ▲▲----------*/
/*----------▼▼ single ▼▼----------*/
.p-page-content-footer .wp-block-buttons {
  justify-content: center;
}

/*----------▲▲ single ▲▲----------*/
/*----------▼▼ utility ▼▼----------*/
@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: inherit !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pcOnly {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

/*----------▲▲ utility ▲▲----------*/

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