@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* common
---------------------------------------------------------------------------- */
/* common
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------- */
@media all and (min-width: 767.01px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* Wisywigエディタ スタイル
---------------------------------------------------------------------------- */
.m-single-content {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.m-single-content p + p {
  margin-top: 1.8em;
}
.m-single-content p > a {
  color: #587f68;
  text-decoration: underline;
  transition: all 0.3s;
  margin-right: 0.4rem;
}
.m-single-content p > a::after {
  display: inline-block;
  content: "";
  color: #587f68;
  width: 2rem;
  aspect-ratio: 1;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  translate: 0.4rem 0.4rem;
  mask-image: url(./../../images/common/icn_internal.svg);
  background-color: currentColor;
}
.m-single-content p > a[target=_blank]::after {
  mask-image: url(./../../images/common/icn_external.svg);
}
.m-single-content p > a[href$=".pdf"]::after {
  mask-image: url(./../../images/common/icn_pdf.svg);
}
@media (any-hover: hover) {
  .m-single-content p > a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.m-single-content p > a:has(> img)::after {
  content: none;
}
.m-single-content h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  background-color: #f0f0f0;
  padding-block: 1.2rem 1.1rem;
  padding-inline: 2rem;
  position: relative;
  margin-bottom: 1.8rem;
}
.m-single-content h2::before {
  content: "";
  width: 0.3rem;
  height: 100%;
  background-color: #587f68;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.m-single-content h2:not(:first-child) {
  margin-top: 5.4rem;
}
.m-single-content h3 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #dfdfdf;
  position: relative;
  margin-block: 5.4rem 2.2rem;
}
.m-single-content h3::before {
  content: "";
  width: 6rem;
  height: 0.3rem;
  background-color: #587f68;
  position: absolute;
  top: 100%;
  left: 0;
  translate: 0 -50%;
}
.m-single-content h4 {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  color: #587f68;
  margin-block: 2.4rem;
}
.m-single-content h5 {
  font-size: 1.4em;
  font-weight: 500;
  clear: both;
}
.m-single-content h6 {
  font-size: 1.2em;
  font-weight: 500;
  clear: both;
}
.m-single-content .wp-block-table {
  margin-block: 5.4rem;
}
.m-single-content table {
  width: 100%;
}
.m-single-content table thead {
  border-bottom: none;
  border: 1px solid #587f68;
}
.m-single-content table th {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background-color: #587f68;
  border-right: 1px solid #dfdfdf;
  border-right: none;
  padding-block: 1.45rem;
  padding-inline: 1.9rem;
  vertical-align: middle;
  text-align: center;
}
.m-single-content table td {
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  padding-block: 1.45rem;
  padding-inline: 1.9rem;
  vertical-align: middle;
}
.m-single-content .wp-block-image {
  margin-block: 2rem;
}
.m-single-content ol.wp-block-list,
.m-single-content ul.wp-block-list {
  margin-block: 2rem;
}
.m-single-content ol.wp-block-list .wp-block-list,
.m-single-content ul.wp-block-list .wp-block-list {
  margin-block: 0;
}
.m-single-content ul.wp-block-list li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.m-single-content ol.wp-block-list li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.m-single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.m-single-content .alignright {
  float: right;
  margin-left: 1em;
}
.m-single-content .alignleft {
  float: left;
  margin-left: 1em;
}
.m-single-content strong {
  font-weight: bold;
}
.m-single-content em {
  font-style: italic;
}
.m-single-content blockquote {
  display: block;
  position: relative;
  padding: 1rem 1.5rem 1rem 6rem;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 1.5em;
}
.m-single-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: "“";
  color: #cfcfcf;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}
.m-single-content hr {
  clear: both;
}
.m-single-content figcaption,
.m-single-content small {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #989898;
}
.m-single-content figcaption {
  margin-top: 1.1rem;
}
.m-single-content .wp-block-embed-youtube {
  width: 50rem;
  aspect-ratio: 500/282;
  margin-block: 6rem;
}
.m-single-content .wp-block-embed-youtube * {
  width: 100%;
  height: 100%;
}
.m-single-content .wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .m-single-content {
    font-size: 4.2666666667vw;
  }
  .m-single-content p + p {
    margin-top: 1em;
  }
  .m-single-content p > a {
    margin-right: 1.0666666667vw;
  }
  .m-single-content p > a::after {
    width: 4.8vw;
    translate: 1.0666666667vw 1.0666666667vw;
  }
  .m-single-content h2 {
    font-size: 5.3333333333vw;
    padding-block: 3.2vw 2.9333333333vw;
    padding-inline: 4vw;
    margin-bottom: 4.8vw;
  }
  .m-single-content h2::before {
    width: 0.8vw;
  }
  .m-single-content h2:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
  .m-single-content h3 {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    border-bottom: 0.2666666667vw solid #dfdfdf;
    margin-block: 8vw 4.8vw;
  }
  .m-single-content h3::before {
    width: 16vw;
    height: 0.8vw;
  }
  .m-single-content h4 {
    font-size: 4.2666666667vw;
    margin-block: 4.8vw;
  }
  .m-single-content .wp-block-table {
    margin-block: 8vw;
  }
  .m-single-content .wp-block-table .has-fixed-layout {
    table-layout: auto;
    width: 100%;
  }
  .m-single-content table th {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-block: 3.8666666667vw;
    padding-inline: 5.0666666667vw;
    min-width: 40vw;
  }
  .m-single-content table td {
    padding-block: 3.8666666667vw;
    padding-inline: 5.0666666667vw;
  }
  .m-single-content .wp-block-image {
    margin-block: 5.3333333333vw;
  }
  .m-single-content ol.wp-block-list,
  .m-single-content ul.wp-block-list {
    margin-block: 5.3333333333vw;
  }
  .m-single-content ol.wp-block-list .wp-block-list,
  .m-single-content ul.wp-block-list .wp-block-list {
    margin-block: 0;
  }
  .m-single-content blockquote {
    padding: 2.6666666667vw 4vw 2.6666666667vw 16vw;
  }
  .m-single-content blockquote:before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  .m-single-content figcaption,
  .m-single-content small {
    font-size: 3.7333333333vw;
  }
  .m-single-content figcaption {
    margin-top: 2.9333333333vw;
  }
  .m-single-content .wp-block-embed-youtube {
    width: 100%;
    margin-block: 8vw;
  }
}
/* 目次
------------------------------------------ */
div#ez-toc-container {
  width: 80%;
  margin-inline: auto;
  background-color: #f2f2f2;
  border: 1px solid #c5c5c5;
  padding-block: 1.4rem 1.8rem;
  padding-inline: 3.7rem 10.8rem;
  border-radius: 0.4rem;
  margin-block: 0 7rem;
  position: relative;
}
div#ez-toc-container .ez-toc-title {
  font-size: 2rem !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  color: #000a21 !important;
}
div#ez-toc-container a.ez-toc-toggle {
  color: #393939;
  position: absolute;
  top: 1.6rem;
  right: 2.6rem;
  margin-left: 0;
}
div#ez-toc-container .ez-toc-js-icon-con {
  border: none;
  left: 0;
  width: auto;
}
div#ez-toc-container .ez-toc-js-icon-con .ez-toc-icon-toggle-span .list-377408 {
  fill: #000a21 !important;
  color: #000a21 !important;
  width: 3.1rem !important;
  height: 3.1rem !important;
}
div#ez-toc-container .ez-toc-js-icon-con .ez-toc-icon-toggle-span .arrow-unsorted-368013 {
  display: none;
}
div#ez-toc-container .ez-toc-list-level-1 {
  margin-top: 1.3rem;
}
div#ez-toc-container .ez-toc-heading-level-2:not(:first-of-type) {
  margin-top: 1.8rem;
}
div#ez-toc-container .ez-toc-heading-level-2 > a {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000a21;
  position: relative;
  padding-left: 1.9rem;
}
div#ez-toc-container .ez-toc-heading-level-2 > a::before {
  display: inline-block;
  --width: 1rem;
  --height: 0.6rem;
  --theta: atan2(var(--height), calc(var(--width) / 2));
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: var(--width);
  height: calc(var(--width) / 2 * tan(var(--theta)));
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  translate: 0 -50%;
}
div#ez-toc-container .ez-toc-heading-level-2 > a.no-before::before {
  content: none;
}
div#ez-toc-container .ez-toc-heading-level-3 {
  margin-top: 1.2rem;
}
div#ez-toc-container .ez-toc-heading-level-3 > a {
  font-weight: 500;
  position: relative;
  padding-left: 1.1rem;
  color: #333;
}
div#ez-toc-container .ez-toc-heading-level-3 > a::before {
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
div#ez-toc-container .ez-toc-heading-level-4 {
  margin-top: 1.3rem;
  opacity: 1;
  transition: opacity 0.3s;
}
div#ez-toc-container .ez-toc-heading-level-4 > a {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333;
  text-decoration: underline;
  padding-left: 1.4rem;
}
@media (any-hover: hover) {
  div#ez-toc-container .ez-toc-heading-level-4 > a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  div#ez-toc-container {
    width: 100%;
    padding-block: 2.6666666667vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    margin-block: 8vw 10.6666666667vw;
  }
  div#ez-toc-container .ez-toc-title {
    font-size: 5.3333333333vw !important;
    line-height: 1.65 !important;
  }
  div#ez-toc-container a.ez-toc-toggle {
    top: 3.2vw;
    right: 5.3333333333vw;
  }
  div#ez-toc-container .ez-toc-js-icon-con .ez-toc-icon-toggle-span .list-377408 {
    width: 8.2666666667vw !important;
    height: 8.2666666667vw !important;
  }
  div#ez-toc-container .ez-toc-list-level-1 {
    margin-top: 3.4666666667vw;
  }
  div#ez-toc-container .ez-toc-heading-level-2:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
  div#ez-toc-container .ez-toc-heading-level-2 > a {
    font-size: 4vw;
    line-height: 1.5333333333;
    padding-left: 5.0666666667vw;
  }
  div#ez-toc-container .ez-toc-heading-level-2 > a::before {
    left: 0.5333333333vw;
  }
  div#ez-toc-container .ez-toc-heading-level-3 {
    margin-top: 3.4666666667vw;
  }
  div#ez-toc-container .ez-toc-heading-level-3 > a {
    padding-left: 2.9333333333vw;
  }
  div#ez-toc-container .ez-toc-heading-level-3 > a::before {
    width: 1.6vw;
    top: 3.2vw;
  }
  div#ez-toc-container .ez-toc-heading-level-4 {
    margin-top: 2.6666666667vw;
  }
  div#ez-toc-container .ez-toc-heading-level-4 > a {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding-left: 3.7333333333vw;
  }
}
/* 記事なしメッセージ
------------------------------------------ */
.m-normal-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #333;
  margin-block: 4rem;
}

@media screen and (max-width: 767px) {
  .m-normal-txt {
    font-size: 4.2666666667vw;
    margin-block: 10.6666666667vw;
  }
}
/* m-pager
------------------------------------------ */
.m-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}

.m-pager .page-numbers {
  --col-txt: #26563b;
  --col-bg: #e8f0ff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: var(--col-txt);
  text-align: center;
  align-content: center;
  display: inline-block;
  width: 5rem;
  background-color: var(--col-bg);
  aspect-ratio: 1;
  border-radius: 0.4rem;
  margin-inline: 0.5rem;
  opacity: 1;
  transition: all 0.3s;
}
.m-pager .page-numbers.current {
  --col-txt: #fff;
  --col-bg: #26563b;
}
.m-pager .page-numbers.dots {
  pointer-events: none;
  --col-txt: #989898;
  --col-bg: transparent;
  margin-inline: 0rem;
}
.m-pager .page-numbers.next, .m-pager .page-numbers.prev {
  --col-bg: #fff;
  border: 0.2rem solid #26563b;
  border-radius: 0.6rem;
  position: relative;
}
.m-pager .page-numbers.next::before, .m-pager .page-numbers.prev::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  width: 2rem;
  aspect-ratio: 1;
  mask-image: url(./../../images/common/icn_arrow_right.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #26563b;
}
.m-pager .page-numbers.prev {
  transform: scaleX(-1);
}

@media (any-hover: hover) {
  .m-pager .page-numbers:hover {
    --col-txt: #fff;
    --col-bg: #26563b;
  }
  .m-pager .page-numbers:hover.next::before, .m-pager .page-numbers:hover.prev::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .m-pager {
    margin-top: 10.6666666667vw;
  }
  .m-pager .page-numbers {
    font-size: 4.8vw;
    width: 13.3333333333vw;
    border-radius: 1.0666666667vw;
    margin-inline: 1.3333333333vw;
  }
  .m-pager .page-numbers.dots {
    margin-inline: 0;
  }
  .m-pager .page-numbers.next, .m-pager .page-numbers.prev {
    border: 0.5333333333vw solid #26563b;
    border-radius: 1.6vw;
  }
  .m-pager .page-numbers.next::before, .m-pager .page-numbers.prev::before {
    width: 4.8vw;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
.m-ttl-underline-2color {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  width: 100%;
  --line-height: 0.4rem;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: var(--line-height) solid #f5f5f5;
  position: relative;
}

.m-ttl-underline-2color::before {
  content: "";
  width: 20%;
  height: var(--line-height);
  background-color: #26563b;
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .m-ttl-underline-2color {
    font-size: 5.3333333333vw;
    --line-height: calc(4/375 * 100vw);
    padding-bottom: 2.6666666667vw;
    border-bottom: var(--line-height) solid #f5f5f5;
  }
  .m-ttl-underline-2color::before {
    height: var(--line-height);
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
/* m-btn-sns-list
------------------------------------------ */
.m-btn-sns-list {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.m-btn-sns-link {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .m-btn-sns-list {
    gap: 2.6666666667vw;
  }
  .m-btn-sns-link {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
/* m-btn-circle-arrow
------------------------------------------ */
.m-btn-circle-arrow {
  --col-txt: #587f68;
  --col-icn: #587f68;
  --col-border: #26563b;
  --col-bg: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: var(--col-txt);
  width: fit-content;
  margin-inline: auto;
  background-color: var(--col-bg);
  border: 2px solid var(--col-border);
  padding-block: 1.2rem 1.3rem;
  padding-inline: 3rem;
  border-radius: 0.4rem;
  transition: 0.3s;
}
.m-btn-circle-arrow::after {
  content: "";
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  mask-image: url(../../../assets/images/common/icn_arrow_circle_right.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--col-icn);
  transition: 0.3s;
}

@media (any-hover: hover) {
  .m-btn-circle-arrow:hover {
    --col-txt: #fff;
    --col-icn: #fff;
    --col-bg: #587f68;
  }
}
@media screen and (max-width: 767px) {
  .m-btn-circle-arrow {
    gap: 2.6666666667vw;
    font-size: 4.2666666667vw;
    padding-block: 2.6666666667vw 2.9333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  .m-btn-circle-arrow::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
/* m-post-detail-dates
------------------------------------------ */
.m-post-detail-dates {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #959FA8;
}

.m-post-detail-dates-published,
.m-post-detail-dates-updated {
  position: relative;
  padding-left: 2.4rem;
}
.m-post-detail-dates-published::before,
.m-post-detail-dates-updated::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #959FA8;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.m-post-detail-dates-published::before {
  mask-image: url("../../images/common/icn_time.svg");
}

.m-post-detail-dates-updated::before {
  mask-image: url("../../images/common/icn_updated.svg");
}

@media screen and (max-width: 767px) {
  .m-post-detail-dates {
    flex-direction: column;
    align-items: start;
    gap: 0;
    font-size: 4.2666666667vw;
  }
  .m-post-detail-dates-published,
  .m-post-detail-dates-updated {
    padding-left: 6.4vw;
  }
  .m-post-detail-dates-published::before,
  .m-post-detail-dates-updated::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
/* m-child-mv
---------------------------------------- */
.m-child-mv {
  background-color: #f5f5f5;
}

.m-child-mv-ttl-group {
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

.m-child-mv-ttl {
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.m-child-mv-txt {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-child-mv-ttl-group {
    height: 40vw;
    gap: 2.6666666667vw;
  }
  .m-child-mv-ttl {
    font-size: 8vw;
  }
  .m-child-mv-txt {
    font-size: 4.2666666667vw;
  }
}
/* ブログカードレイアウト
---------------------------------------- */
.m-blog-card-link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  color: #333;
  border: 1px solid #CECECE;
  border-radius: 0.5rem;
  padding: 2rem;
}

.m-blog-card-img {
  width: 30rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid #CECECE;
}
.m-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  scale: 1;
  transition: scale 0.3s;
}

.m-blog-card-date {
  margin-block: 1rem;
}

.m-blog-card-date-updated,
.m-blog-card-date-published {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #959FA8;
}

.m-blog-card-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-decoration: none;
}

.m-blog-card-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.m-blog-card-category-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  color: #26563b;
  border: 1px solid;
  background-color: #fff;
  border-radius: 0.4rem;
  padding-block: 0.2rem;
  padding-inline: 1rem;
}

.m-blog-card-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.m-blog-card-tag-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  color: #26563b;
  border: 1px solid;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  padding-block: 0.2rem;
  padding-inline: 1rem;
}

@media (any-hover: hover) {
  .m-blog-card-link:hover .m-blog-card-ttl {
    text-decoration: underline;
  }
  .m-blog-card-link:hover .m-blog-card-img img {
    scale: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .m-blog-card-link {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw;
  }
  .m-blog-card-img {
    width: 100%;
    border-radius: 1.3333333333vw;
  }
  .m-blog-card-date {
    margin-block: 2.6666666667vw;
  }
  .m-blog-card-date-updated,
  .m-blog-card-date-published {
    font-size: 4.2666666667vw;
  }
  .m-blog-card-ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .m-blog-card-category-list {
    gap: 2.6666666667vw;
  }
  .m-blog-card-category-item {
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
    padding-block: 0.5333333333vw;
    padding-inline: 1.3333333333vw;
  }
  .m-blog-card-tag-list {
    gap: 2.6666666667vw;
  }
  .m-blog-card-tag-item {
    font-size: 3.7333333333vw;
    padding-block: 0.5333333333vw;
    padding-inline: 1.3333333333vw;
  }
}
/*
---------------------------------------- */
/* layout
-----------------------------------------------------------------------------*/
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff");
	font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format("woff");
	font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff");
	font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff");
	font-display: swap;
    font-weight: 900;
    font-style: normal;
}*/
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

@media screen and (max-width: 1280px) and (min-width: 767.01px) {
  html {
    font-size: 0.7421875vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
/*------------- .l-main -------------*/
.l-main {
  width: 100%;
  overflow: hidden;
  margin-top: 6rem;
}

.l-detail {
  padding-block: 0 10rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

.l-detail-box:not(:last-child) {
  margin-bottom: 5rem;
}

.l-content {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}
.l-content._1920 {
  max-width: 192rem;
}

@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 16vw;
  }
  .l-content {
    max-width: 100%;
    padding-inline: 5.3333333333vw;
  }
  .l-content._1920 {
    max-width: 100%;
  }
  .l-content._sp-px-0 {
    padding-inline: 0;
  }
  .l-content._sp-px-10 {
    padding-inline: 2.6666666667vw;
  }
}
/*------------- .l-header -------------*/
.l-header {
  position: fixed;
  inset: 0;
  z-index: 9000;
  height: 6rem;
  background-color: #fff;
}

.l-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 192rem;
  padding-inline: 3rem 5rem;
  margin-inline: auto;
  height: 100%;
}

.l-header.is-detail {
  position: fixed;
}
.l-header.is-detail::before {
  opacity: 1;
}

.l-header.is-detail .l-header-inner {
  padding-top: 0;
}

.l-header.is-fixed {
  position: fixed;
}
.l-header.is-fixed::before {
  opacity: 1;
}

.l-header.is-fixed .l-header-inner {
  padding-top: 0;
}

.l-header-logo a {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #333;
  display: grid;
  place-items: center;
}

.l-menu-cover {
  display: none;
}

@media (max-width: 767px) {
  .l-header {
    height: 16vw;
  }
  .l-header-inner {
    max-width: 100%;
    padding-inline: 5.3333333333vw;
  }
  .l-header.is-detail::before,
  .l-header.is-fixed::before {
    opacity: 1;
  }
  .l-header-logo a {
    font-size: 6.4vw;
  }
  .l-hamburger {
    display: block;
    width: 7.8666666667vw;
    height: 4.8vw;
    position: relative;
    z-index: 8000;
    background-color: transparent;
  }
  .l-hamburger-line {
    --color-bar: #333;
    display: block;
    height: 0.5333333333vw;
    width: 100%;
    background-color: var(--color-bar);
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }
  .l-hamburger-line:before,
  .l-hamburger-line:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5333333333vw;
    position: absolute;
    background-color: var(--color-bar);
    transition: inherit;
  }
  .l-hamburger-line:before {
    top: -2.1333333333vw;
  }
  .l-hamburger-line:after {
    top: 2.1333333333vw;
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line {
    background-color: transparent;
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .l-hamburger.is-hamburger-open .l-hamburger-line::after {
    top: 0;
    transform: rotate(-45deg);
  }
}
/*------------- .l-gnav -------------*/
.l-header-gnav-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
}

.l-header-gnav {
  height: 100%;
  margin-right: 0;
}

.l-header-gnav-list {
  display: flex;
  gap: 0 4.9rem;
  height: 100%;
}
.l-header-gnav-list > li {
  height: 100%;
  position: relative;
}

.l-header-gnav-link {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #333;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-header-gnav-link::before {
  --color: transparent;
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .l-header-gnav-link:hover {
    color: #587f68;
  }
  .l-header-gnav-link:hover::before {
    --color: #587f68;
  }
}
.l-header-gnav-link ._icn {
  display: none;
}

.l-meganavi {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  width: max-content;
  padding-block: 0;
  padding-inline: 0;
  background-color: #fff;
  border-top: 0.1rem solid #dfdfdf;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.l-meganavi-inner {
  padding-block: 3rem;
  padding-inline: 6rem;
  margin-inline: auto;
}

.l-meganavi-link {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.l-meganavi-link:not(:last-child) {
  margin-bottom: 3rem;
}

.l-header-gnav-item.has-meganavi:focus-within .l-meganavi {
  opacity: 1;
  visibility: visible;
}

@media (any-hover: hover) {
  .l-header-gnav-item.has-meganavi:hover .l-meganavi {
    opacity: 1;
    visibility: visible;
  }
  .l-meganavi-link:hover {
    color: #587f68;
  }
}
@media (max-width: 767px) {
  .l-header-gnav-wrap {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 16vw;
    right: -120%;
    z-index: 8000;
    overflow: auto;
    width: 100%;
    height: fit-content;
    max-height: calc(100vh - 16vw);
    transition: all 0.3s;
    background-color: #fff;
  }
  .l-header-gnav-wrap.is-open {
    right: 0;
  }
  .l-header-gnav {
    width: 100%;
    height: fit-content;
    background-color: #fff;
    padding-block: 5.3333333333vw 8vw;
    padding-inline: 5.3333333333vw;
  }
  .l-header-gnav-list {
    flex-direction: column;
  }
  .l-header-gnav-list > :last-child .l-header-gnav-link {
    margin-bottom: 0;
  }
  .l-header-gnav-link {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    font-size: 4.5333333333vw;
    color: #333;
    text-align: left;
    height: auto;
    align-items: center;
    padding-bottom: 4vw;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 4vw;
  }
  .l-header-gnav-link::before {
    content: none;
  }
  .l-header-gnav-link ._ico {
    display: block;
    width: 2.4rem;
    aspect-ratio: 1;
    border-radius: 50%;
  }
  .l-header-gnav-link ._ico::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../../assets/images/common/icn_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-header-gnav-link:not(:has(+ .l-meganavi)) ._icn {
    --size: calc(10 / 375 * 100vw);
    --border-width: calc(2 / 375 * 100vw);
    display: block;
    width: var(--size);
    height: var(--size);
    border-top: var(--border-width) solid #333;
    border-right: var(--border-width) solid #333;
    rotate: 45deg;
    translate: -1.3333333333vw 0;
  }
  .l-header-gnav-link:has(+ .l-meganavi) ._icn {
    --size: calc(15 / 375 * 100vw);
    --border-width: calc(2 / 375 * 100vw);
    display: block;
    width: var(--size);
    height: var(--size);
    position: relative;
  }
  .l-header-gnav-link:has(+ .l-meganavi) ._icn::after,
  .l-header-gnav-link:has(+ .l-meganavi) ._icn::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.5333333333vw;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    transition: rotate 0.3s;
  }
  .l-header-gnav-link:has(+ .l-meganavi) ._icn::after {
    rotate: 90deg;
  }
  .l-header-gnav-link:has(+ .l-meganavi) ._icn::after {
    rotate: 90deg;
  }
  .l-header-gnav-item.is-meganavi-open .l-header-gnav-link:has(+ .l-meganavi) ._icn::after {
    rotate: 0deg;
  }
  .l-meganavi {
    position: static;
    left: 0;
    translate: 0 0;
    display: grid;
    grid-template-rows: 0fr;
    width: 100%;
    border-top: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transition: grid-template-rows 0.3s ease;
  }
  .l-header-gnav-item.is-meganavi-open .l-meganavi {
    grid-template-rows: 1fr;
  }
  .l-meganavi-inner {
    min-height: 0;
    overflow: hidden;
    padding-block: 5.3333333333vw 0;
    padding-inline: 5.3333333333vw;
    width: 100%;
  }
  .l-meganavi-link {
    font-size: 4.8vw;
    position: relative;
  }
  .l-meganavi-link::before {
    content: "";
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #333;
    border-right: 0.5333333333vw solid #333;
    rotate: 45deg;
    translate: -1.3333333333vw 0;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .l-meganavi-link:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
/*------------- .l-news-gnav -------------*/
.l-news-gnav-right {
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
}

.l-header-news-gnav-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
}

.l-header-news-gnav-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0.3rem;
  height: 100%;
  padding-top: 1rem;
}

.l-header-news-gnav-language-text {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #333;
}
.l-header-news-gnav-language-text::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../../../assets/images/common/icn_language.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header-news-gnav {
  height: 100%;
}

.l-header-news-gnav-list {
  display: flex;
  gap: 0 3.9rem;
  height: 100%;
}
.l-header-news-gnav-list > li {
  height: 100%;
}

.l-header-news-gnav-link {
  --col-txt: #3a3a3a;
  display: inline-block;
  height: 100%;
  font-size: 1.7rem;
  line-height: 1.7058823529;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: var(--col-txt);
  position: relative;
}
.l-header-news-gnav-link::before {
  --color: transparent;
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .l-header-news-gnav-link:hover {
    --col-txt: #b80000;
  }
  .l-header-news-gnav-link:hover::before {
    --color: #b80000;
  }
}
.l-news-gnav-tv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
  height: 100%;
  padding-inline: 2rem;
  background-color: #f0f0f0;
  margin-left: 3.9rem;
}

.l-news-gnav-tv-txt {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #b80000;
}
.l-news-gnav-tv-txt::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../../../assets/images/common/icn_header_tv.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-news-gnav-tv-inner {
  display: flex;
  gap: 0.5rem;
}

.l-news-gnav-tv-link {
  display: block;
}

.l-news-gnav-tv-img {
  width: 6rem;
  height: 3rem;
}
.l-news-gnav-tv-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-news-gnav-newsSite {
  height: 100%;
}

.l-news-gnav-newsSite-link {
  --col-bg: #fff;
  --col-txt: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.2rem;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: var(--col-txt);
  background-color: var(--col-bg);
  transition: all 0.3s;
}
.l-news-gnav-newsSite-link span {
  width: fit-content;
  position: relative;
  padding-left: 4rem;
}
.l-news-gnav-newsSite-link span::before {
  content: "";
  display: block;
  width: 2.91rem;
  height: 2.46rem;
  background-image: url(../../../assets/images/common/icn_header_newsSite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.l-news-gnav-newsSite-link span::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../../../assets/images/common/icn_header_newsSite_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
}

@media (any-hover: hover) {
  .l-news-gnav-newsSite-link:hover {
    --col-bg: #3a3a3a;
    --col-txt: #fff;
  }
}
@media (max-width: 767px) {
  .l-news-gnav-right {
    display: flex;
    align-items: center;
    gap: 0;
    height: 100%;
  }
  .l-header-news-gnav-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    height: 100%;
  }
  .l-header-news-gnav-wrap {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 16vw;
    right: -120%;
    z-index: 8000;
    overflow: auto;
    width: 100%;
    height: fit-content;
    max-height: calc(100vh - 16vw);
    transition: all 0.3s;
    background-color: #fff;
  }
  .l-header-news-gnav-wrap.is-open {
    right: 0;
  }
  .l-header-news-gnav-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 0.8vw;
    height: 100%;
    padding-top: 2.6666666667vw;
  }
  .l-header-news-gnav-language-text {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
    color: #333;
  }
  .l-header-news-gnav-language-text::before {
    content: "";
    display: block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-image: url(../../../assets/images/common/icn_language.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-header-news-gnav {
    height: 100%;
  }
  .l-header-news-gnav-list {
    display: flex;
    gap: 0 10.4vw;
    height: 100%;
  }
  .l-header-news-gnav-list > li {
    height: 100%;
  }
  .l-header-news-gnav-link {
    --col-txt: #3a3a3a;
    display: inline-block;
    height: 100%;
    font-size: 4.5333333333vw;
    color: var(--col-txt);
    position: relative;
  }
  .l-header-news-gnav-link::before {
    --color: transparent;
    content: "";
    display: block;
    width: 100%;
    height: 0.8vw;
    position: absolute;
    bottom: 0;
    background-color: var(--color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 767px) and (any-hover: hover) {
  .l-header-news-gnav-link:hover {
    --col-txt: #b80000;
  }
  .l-header-news-gnav-link:hover::before {
    --color: #b80000;
  }
}
@media (max-width: 767px) {
  .l-news-gnav-tv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.8666666667vw;
    height: 100%;
    padding-inline: 5.3333333333vw;
    background-color: #f0f0f0;
    margin-left: 10.4vw;
  }
  .l-news-gnav-tv-txt {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 2.1333333333vw;
    font-size: 4vw;
    color: #b80000;
  }
  .l-news-gnav-tv-txt::after {
    content: "";
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(../../../assets/images/common/icn_header_tv.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-news-gnav-tv-inner {
    display: flex;
    gap: 1.3333333333vw;
  }
  .l-news-gnav-tv-link {
    display: block;
  }
  .l-news-gnav-tv-img {
    width: 16vw;
    height: 8vw;
  }
  .l-news-gnav-tv-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .l-news-gnav-newsSite {
    height: 100%;
  }
  .l-news-gnav-newsSite-link {
    width: 37.8666666667vw;
    height: 100%;
    font-size: 3.7333333333vw;
  }
  .l-news-gnav-newsSite-link span {
    padding-left: 10.6666666667vw;
  }
  .l-news-gnav-newsSite-link span::before {
    width: 7.76vw;
    height: 6.56vw;
  }
  .l-news-gnav-newsSite-link span::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-left: 1.3333333333vw;
  }
  .l-hamburger-wrap {
    display: grid;
    place-items: center;
    width: 16vw;
    height: 16vw;
    background-color: #f0f0f0;
  }
  .l-menu-cover {
    display: block;
    position: fixed;
    top: 0;
    right: -120%;
    width: 100vw;
    height: calc(100svh + 16vw);
    background-color: rgba(51, 51, 51, 0.5);
    z-index: 7999;
    transition: all 0.3s;
  }
  .l-menu-cover.is-open {
    right: 0;
  }
}
/* l-breadcrumbs
---------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  padding-block: 1rem;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
}

.l-breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 2em;
}
.l-breadcrumbs ol li {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
}
.l-breadcrumbs ol li::before {
  position: absolute;
  content: "ー";
  top: 0;
  right: -0.5em;
  transform: translateX(100%);
  font-weight: 400;
}
.l-breadcrumbs ol li a {
  display: inline-block;
  width: max-content;
  color: #26563b;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-decoration: underline;
}
.l-breadcrumbs ol li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-breadcrumbs ol li:last-child::before {
  content: none;
}
.l-breadcrumbs ol li:last-child {
  color: #333;
}
.l-breadcrumbs ol li:last-child a {
  display: inline-block;
  width: fit-content;
  pointer-events: none;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    /* はみ出し部分をスクロールする */
    overflow-x: auto;
    overflow-y: hidden;
    /* テキストを改行しないようにする */
    word-break: keep-all;
    white-space: nowrap;
    /* スクロールの動きを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールバーを非表示にする（Firefox用） */
    scrollbar-width: none;
  }
  .l-breadcrumbs::-webkit-scrollbar {
    /* スクロールバーを非表示にする（Chrome, Safari用） */
    display: none;
  }
  .l-breadcrumbs ol {
    gap: 6.6666666667vw;
  }
  .l-breadcrumbs ol li {
    font-size: 3.2vw;
  }
}
/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 1000;
}
.l-pagetop.is-fix {
  position: absolute;
  bottom: initial;
  translate: 0 -50%;
}

.l-pagetop a {
  display: block;
  width: 7rem;
  height: 7rem;
  background-color: #587f68;
  border-radius: 50%;
  position: relative;
  border: 0.3rem solid #fff;
}

.l-pagetop a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 57%;
  left: 50%;
  translate: -50% -50%;
}

@media (max-width: 767px) {
  .l-pagetop {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .l-pagetop a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border: 0.5333333333vw solid #fff;
  }
  .l-pagetop a::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border-top: 0.8vw solid #fff;
    border-right: 0.8vw solid #fff;
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  position: relative;
  padding-top: 5rem;
  background-color: #303030;
  color: #fff;
}

.l-footer-top {
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 0 25rem;
}

.l-footer-top-logo-link {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}

.l-footer-top-tel-link {
  display: block;
}

.l-footer-top-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 4rem;
}

.l-footer-page {
  display: grid;
  grid-template: "item1 item2 item3" auto/auto auto auto;
  gap: 2rem 4rem;
}
.l-footer-page > :nth-child(1) {
  grid-area: item1;
}
.l-footer-page > :nth-child(2) {
  grid-area: item2;
}
.l-footer-page > :nth-child(3) {
  grid-area: item3;
}

.l-footer-page-item-link {
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #CECECE;
}

.l-footer-page-child {
  margin-top: 2rem;
}

.l-footer-page-child-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l-footer-page-child-item {
  padding-left: 0;
}

.l-footer-page-child-item-link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.6rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}

.l-footer-page-child-item-link::before {
  content: "";
  width: 1.4rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 10vmax;
}

.l-footer-bottom-container {
  padding-block: 1rem;
  background-color: #303030;
}

.l-footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
}

.l-footer-bottom-wrap {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}

.l-footer-bottom-wrap-list-link {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.l-footer-bottom-wrap-list-link:hover {
  text-decoration: none;
}

.l-footer-bottom-copy {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .l-footer {
    padding-top: 10.6666666667vw;
  }
  .l-footer-top {
    padding-bottom: 8vw;
    grid-template-columns: 1fr;
    justify-content: initial;
    gap: initial;
  }
  .l-footer-top-wrap {
    display: contents;
  }
  .l-footer-top-logo {
    text-align: center;
  }
  .l-footer-top-logo-link {
    font-size: 9.3333333333vw;
  }
  .l-footer-top-txt {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
  .l-footer-page {
    display: grid;
    grid-template: "item1" auto "item2" auto "item3" auto/1fr;
    gap: 5.3333333333vw;
    margin-top: 7.4666666667vw;
  }
  .l-footer-page-item-link {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: start;
    column-gap: 2.6666666667vw;
    padding-left: initial;
    font-size: 4.5333333333vw;
  }
  .l-footer-page-item-link:not(:has(+ .l-footer-page-child)) span {
    width: 3.2vw;
    aspect-ratio: 1;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
    transform: rotate(45deg);
    translate: -2.4vw;
  }
  .l-footer-page-item-link:has(+ .l-footer-page-child) span {
    width: 5.8666666667vw;
    aspect-ratio: 1;
    position: relative;
  }
  .l-footer-page-item-link:has(+ .l-footer-page-child) span::before,
  .l-footer-page-item-link:has(+ .l-footer-page-child) span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    background-color: #fff;
  }
  .l-footer-page-item-link:has(+ .l-footer-page-child) span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s ease;
  }
  .l-footer-page-item-link:has(+ .l-footer-page-child).is-open span::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .l-footer-page-child {
    margin-top: 4vw;
    display: none;
  }
  .l-footer-page-child-items {
    gap: 4vw;
  }
  .l-footer-page-child-item {
    padding-inline: 2.6666666667vw;
  }
  .l-footer-page-child-item-link {
    grid-template-columns: 1fr auto;
    column-gap: 1.3333333333vw;
    font-size: 4vw;
  }
  .l-footer-page-child-item-link::before {
    content: none;
  }
  .l-footer-page-child-item-link::after {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
    transform: rotate(45deg);
  }
  .l-footer-page-child-banner-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .l-footer-page-child-banner-item-link {
    width: 100%;
    aspect-ratio: 150/40;
  }
  .l-footer-page-child-banner-item-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .l-footer-bottom-container {
    padding-block: 3.4666666667vw 3.2vw;
  }
  .l-footer-bottom-wrapper {
    flex-direction: column;
    justify-content: initial;
    gap: 2.1333333333vw;
  }
  .l-footer-bottom-wrap {
    gap: 0 3.4666666667vw;
  }
  .l-footer-bottom-wrap-list-link {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    text-underline-offset: 0.5333333333vw;
  }
  .l-footer-bottom-copy {
    font-size: 3.7333333333vw;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
