@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
}

/* 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 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. 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 */
}

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

html {
  font-size: 100%;
}

body {
  background-color: #f7f7f7;
  color: #404040;
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

iframe {
  width: 100%;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea {
  background-color: #e5e5e5;
  border: #e5e5e5 solid 1px;
  padding: 0.5rem 20px;
  width: 100%;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus {
  background-color: #fcf1d3;
  outline: none;
}

input[type=checkbox] {
  margin-right: 0.5rem;
  appearance: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  right: 0;
  left: 0;
  height: 20px;
  width: 20px;
  color: white;
  transition: all 0.15s ease-out 0s;
  outline: none;
  border-radius: 10%;
  border: 2px solid #bfbfbf;
  background: #f7f7f7;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  position: absolute;
  content: "";
  background-color: white;
  transition: all 0.2s ease-in-out;
}
input[type=checkbox]::before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
}
input[type=checkbox]::after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
}
input[type=checkbox]:checked, input[type=checkbox]:indeterminate {
  background: #0070b7;
}
input[type=checkbox]:checked::before {
  left: 2px;
  top: 11px;
  width: 5px;
  height: 2px;
}
input[type=checkbox]:checked::after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}
input[type=checkbox]:indeterminate::before, input[type=checkbox]:indeterminate::after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
}
input[type=checkbox]:indeterminate::before {
  left: 1px;
  top: 7px;
}
input[type=checkbox]:indeterminate::after {
  right: 1px;
  bottom: 7px;
}

h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 2rem auto;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  border-left: #000000 solid 10px;
  padding-left: 1rem;
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #e5e5e5;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

a {
  color: #0070b7;
  transition: all 0.3s;
}
a:hover {
  color: #edad0b;
}

main a img {
  transition: all 0.3s;
}
main a img:hover {
  filter: brightness(1.2);
}

dl dt {
  margin-top: 1rem;
  font-weight: 700;
}
dl dt:first-child {
  margin-top: 0;
}
dl dt::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 0.5rem;
}
dl dd {
  color: #808080;
}

.wp-block-search__button {
  white-space: nowrap;
}

.wp-block-quote {
  border: #e5e5e5 solid 3px;
  padding: 1rem 1rem 1rem 4.5rem;
  background-color: #ffffff;
  color: #808080;
  position: relative;
}
.wp-block-quote::before {
  color: #e5e5e5;
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-size: 2.7rem;
  font-weight: 900;
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
}
.wp-block-quote p {
  margin: 1rem auto 0 auto;
  position: relative;
}
.wp-block-quote p:first-child {
  margin: 0 auto;
}
.wp-block-quote cite {
  display: block;
  margin-top: 1rem;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 20px 30px;
  }
}
.l-header.logged-in {
  top: 32px;
}

.l-footer {
  width: 100%;
}

.c-logo {
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
}
.c-logo a {
  color: #000000;
}
.c-logo img {
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .c-logo {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-logo img {
    height: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-logo {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-trigger__nav {
  background-color: #0070b7;
  height: 40px;
  width: 40px;
  padding: 7px;
  transition: all 0.3s;
}
.c-trigger__nav:hover {
  background-color: #edad0b;
}
.c-trigger__line {
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 3px;
  position: relative;
  opacity: 1;
  transition: all 0.1s ease-out;
}
.c-trigger__line::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  margin-top: -10px;
  transition: all 0.3s ease-out;
}
.c-trigger__line::after {
  display: block;
  content: "";
  position: absolute;
  top: initial;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  bottom: 0;
  margin-bottom: -10px;
  transition: all 0.3s ease-out;
}

.is-display-nav .c-trigger__line {
  height: 0;
}
.is-display-nav .c-trigger__line::before {
  transform: rotate(45deg);
  margin-top: -1.5px;
}
.is-display-nav .c-trigger__line::after {
  transform: rotate(-45deg);
  margin-bottom: -1.5px;
}

.c-button__link {
  border: #0070b7 solid 1px;
  background-color: #0070b7;
  color: #ffffff;
  line-height: 1;
  transition: all 0.3s;
  padding: 0.7rem 19px;
}
.c-button__link:hover {
  background-color: #edad0b;
  border-color: #edad0b;
  color: #ffffff;
}
.c-button__link:visited {
  color: #ffffff;
}
.c-button__archive {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 2.5rem;
}
.c-button__posts {
  display: block;
  margin: 1rem auto 0 auto;
}
.c-button__contact {
  width: 100%;
  padding: 0.8rem 20px;
  background-color: #0070b7;
  color: #ffffff;
  text-align: center;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.c-button__contact:hover {
  background-color: #edad0b;
}
.c-button__submit {
  background-color: #0070b7;
  color: #ffffff;
  padding: 1rem;
  text-align: center;
  width: 100%;
  font-weight: 900;
  margin: 2rem auto 0 auto;
  transition: all 0.3s;
}
.c-button__submit:hover {
  background-color: #edad0b;
}
.c-button__back {
  background-color: #e5e5e5;
  color: #808080;
  margin: 2rem auto 0 auto;
  text-align: center;
  width: 100%;
  padding: 1rem 0;
}

.c-posts__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .c-posts__list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 3.5%;
    row-gap: 2rem;
  }
  .c-posts__list .c-posts__item {
    width: 31%;
  }
}
@media screen and (min-width: 1280px) {
  .c-posts__list {
    row-gap: 3rem;
  }
}
.c-posts__item {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 3rem;
}
.c-posts__item .c-button__posts {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.c-posts__thumbnail {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.c-posts__thumbnail img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.c-posts__summary {
  padding: 20px;
}
.c-posts__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .c-posts__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-posts__lead {
  color: #808080;
}
.c-posts__lead, .c-posts .c-date, .c-posts .c-taxonomy__category, .c-posts .c-taxonomy__tag {
  margin-top: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .is-display-sidebar .c-posts, .is-display-sidebar .c-post {
    width: 65.5%;
    column-gap: 5.3435%;
    row-gap: 2rem;
    flex-wrap: wrap;
  }
  .is-display-sidebar .c-posts .c-posts__item, .is-display-sidebar .c-post .c-posts__item {
    width: 47.3283%;
  }
}
@media screen and (min-width: 1280px) {
  .is-display-sidebar .c-posts, .is-display-sidebar .c-post {
    row-gap: 3rem;
  }
}

.c-post__body ul {
  list-style-type: disc;
  margin-left: 1.2rem;
  margin-bottom: 2rem;
}
.c-post__body ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.c-post__body ol li::marker {
  font-weight: bold;
}
.c-post__body table ul, .c-post__body table ol {
  margin-bottom: 0;
}
.c-post__body .wp-block-group {
  border: #eee solid 4px;
  padding: 2rem 20px 0;
  margin: 2rem auto;
}

.c-sns {
  display: flex;
  gap: 24px;
}
.c-sns__link::before {
  display: inline-block;
  content: "";
  position: static;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .c-sns__link::before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-sns__link span {
  display: none;
}
.c-sns__site::before {
  font-family: "Font Awesome 6 Free";
  content: "\f02e";
}
.c-sns__twitter::before {
  content: "\f099";
}
.c-sns__facebook::before {
  content: "\f39e";
}
.c-sns__instagram::before {
  content: "\f16d";
}
.c-sns__youtube::before {
  content: "\f167";
}
.c-sns__git::before {
  content: "\f09b";
}
.c-sns__rss::before {
  content: "\f09e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.c-post__share {
  margin-top: 3rem;
}
@media screen and (min-width: 1280px) {
  .c-post__share {
    margin-top: 5rem;
  }
}
.c-post__share .c-sns {
  justify-content: center;
}
.c-post__share .c-sns__link::before {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .c-post__share .c-sns__link::before {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-post__share .c-sns__twitter::before {
  content: "\f081";
}
.c-post__share .c-sns__facebook::before {
  content: "\f082";
}
.c-post__share .c-sns__line::before {
  content: "\f3c0";
}
.c-post__share .c-sns__pocket::before {
  content: "\f265";
}

.pagination {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 1280px) {
  .pagination {
    margin-top: 3rem;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .nav-links {
    column-gap: 2rem;
  }
}

.page-numbers {
  display: block;
  border: #e5e5e5 solid 1px;
  line-height: 1;
  padding: 5px 7px;
  color: #808080;
  transition: 0.3s all;
}
.page-numbers.current, .page-numbers:not(.prev):not(.next):hover {
  background-color: #bfbfbf;
  color: #ffffff;
}
.page-numbers.prev, .page-numbers.next {
  border: none;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  text-decoration: underline;
  color: #404040;
}
.page-numbers.prev::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
}
.page-numbers.next::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
}

.pagination-post {
  column-gap: 1rem;
  display: flex;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .pagination-post {
    column-gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .pagination-post {
    margin-top: 5rem;
  }
}
.pagination-post__item {
  width: 50%;
  position: relative;
}
.pagination-post__thumbnail {
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .pagination-post__thumbnail {
    padding-top: 30%;
  }
}
.pagination-post__thumbnail img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.pagination-post__thumbnail:hover img {
  opacity: 1;
  filter: grayscale(0);
}
.pagination-post__left .pagination-post__title, .pagination-post__right .pagination-post__title {
  position: absolute;
  top: 0;
  padding: 5px;
  background-color: rgba(247, 247, 247, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
}
.pagination-post__left .pagination-post__title {
  left: 0;
}
.pagination-post__left .u-align-left {
  background-color: #ffffff;
  padding: 0.5rem 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .pagination-post__left .u-align-left {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.pagination-post__right .pagination-post__title {
  right: 0;
}
.pagination-post__right .u-align-right {
  background-color: #ffffff;
  padding: 0.5rem 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .pagination-post__right .u-align-right {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-breadcrumb {
  color: #808080;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__list li::before {
  content: "/";
  margin: 0 10px;
}
.c-breadcrumb__list li:first-child::before {
  content: none;
}
.c-breadcrumb__list li:nth-child(2)::before {
  content: ":";
}
.c-breadcrumb__list li a::before {
  content: " , ";
}
.c-breadcrumb__list li a:first-child::before {
  content: none;
}
.c-breadcrumb__list li a.c-breadcrumb__home::before {
  display: inline-block;
  content: "";
  position: static;
  top: auto;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.c-breadcrumb__list li a.c-breadcrumb__home::before {
  content: "\f015";
}
.c-breadcrumb__list li a.c-breadcrumb__home span {
  display: none;
}

.c-post .c-breadcrumb,
.c-posts .c-breadcrumb {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1280px) {
  .c-post .c-breadcrumb,
.c-posts .c-breadcrumb {
    margin-bottom: 3rem;
  }
}

.c-date {
  color: #808080;
  display: flex;
}
.c-date__publish, .c-date__update {
  padding-left: 1.5rem;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 1rem;
}
.c-date__publish::before, .c-date__update::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .c-date__publish, .c-date__update {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-date__publish::before {
  content: "\f017";
}
.c-date__update::before {
  content: "\f0ad";
}

.c-post .c-date {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1280px) {
  .c-post .c-date {
    margin-bottom: 3rem;
  }
}

.c-taxonomy {
  color: #808080;
}
.c-taxonomy__category, .c-taxonomy__tag {
  display: flex;
  padding-left: 1.5rem;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-taxonomy__category::before, .c-taxonomy__tag::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .c-taxonomy__category, .c-taxonomy__tag {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-taxonomy__category::before {
  content: "\f07c";
}
.c-taxonomy__category li::before {
  content: ",";
  margin: 0 0.3rem;
}
.c-taxonomy__category li:first-child::before {
  content: none;
}
.c-taxonomy__tag::before {
  content: "\f02b";
}
.c-taxonomy__tag li {
  margin-right: 0.3rem;
}
.c-taxonomy__tag li::before {
  content: "#";
}

.c-post__content .c-taxonomy {
  margin-top: 2rem;
}
@media screen and (min-width: 1280px) {
  .c-post__content .c-taxonomy {
    margin-top: 3rem;
  }
}
.c-post__content .c-taxonomy__tag {
  margin-top: 1.5rem;
}

.c-noimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #808080;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
}
.c-noimg span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-comment {
  padding-top: 2rem;
}
@media screen and (min-width: 1280px) {
  .c-comment {
    padding-top: 3rem;
  }
}
.c-comment .required {
  color: #c9171e;
}
.c-comment__list li {
  margin-top: 1rem;
  border: #e5e5e5 solid 1px;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .c-comment__list li {
    padding: 1rem;
  }
}
.c-comment__list li:first-child {
  margin-top: 0;
}
.c-comment__list li:nth-child(odd) {
  background-color: #ffffff;
}
.c-comment__list li:nth-child(even) {
  background-color: #f7f7f7;
}
.c-comment__title {
  font-weight: 900;
  padding: 1rem 0;
}
.c-comment__title::before {
  content: "\f4ad";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 0.5rem;
}
.c-comment label[for=comment], .c-comment label[for=author], .c-comment label[for=email], .c-comment label[for=url] {
  display: block;
  margin-bottom: 0.5rem;
}
.c-comment label[for=comment]::before, .c-comment label[for=author]::before, .c-comment label[for=email]::before, .c-comment label[for=url]::before {
  content: "\f304";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 0.5rem;
}
.c-comment p.form-submit {
  text-align: center;
  margin-top: 2rem;
}
.c-comment p.form-submit input[type=submit] {
  background-color: #0070b7;
  color: #ffffff;
  font-weight: 900;
  margin: auto;
  padding: 1rem 2rem;
}
.c-comment .required-field-message {
  display: block;
}

.comment-author img {
  width: auto;
  margin-right: 1rem;
}
.comment-metadata {
  margin-top: 1rem;
  color: #808080;
}
.comment-awaiting-moderation {
  background-color: #e5e5e5;
  border: #e5e5e5 solid 1px;
  display: block;
  padding: 0.5rem;
  margin-top: 0.5rem;
}
.comment-content {
  margin-top: 1rem;
}
.comment-content + .reply {
  text-align: center;
  margin-bottom: 10px;
}
.comment-content + .reply a {
  background-color: #808080;
  color: #ffffff;
  display: block;
  padding: 0.3rem;
  width: 80px;
  line-height: 1;
  margin: auto;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1280px) {
  .comment-content + .reply a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url, .comment-form-cookies-consent {
  margin-top: 1rem;
}

.p-header {
  transition: all 0.4s ease-out;
}
.p-header.is-scroll {
  background-color: rgba(255, 255, 255, 0.8);
}
.p-header__logo {
  line-height: 1.4;
}

.p-global-nav {
  position: fixed;
  top: 0;
  transition: all 0.5s ease-out;
  height: 100vh;
  width: 100%;
  right: -100%;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .p-global-nav {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .p-global-nav {
    width: 40%;
    max-width: 580px;
  }
}
.p-global-nav__inner {
  background-color: #f7f7f7;
  height: 100vh;
  overflow: auto;
  padding: 80px 30px;
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-global-nav__inner {
    padding: 80px 60px;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .p-global-nav__inner {
    width: 40%;
    max-width: 580px;
  }
}
.p-global-nav__list .menu-item {
  border-top: #e5e5e5 solid 1px;
}
.p-global-nav__list .menu-item:first-child {
  border-top: none;
}
.p-global-nav__list .menu-item a {
  background-color: #bfbfbf;
  display: block;
  padding: 0.8rem 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  color: #404040;
}
.p-global-nav__list .menu-item a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -190px;
  width: 200px;
  height: 130px;
  background-color: #404040;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.p-global-nav__list .menu-item a:hover {
  padding-left: 30px;
}
.p-global-nav__list .menu-item a:hover::before {
  border-radius: 50%;
  left: -180px;
}
.p-global-nav__list .menu-item .sub-menu .menu-item {
  border-top: #f7f7f7 solid 1px;
}
.p-global-nav__list .menu-item .sub-menu .menu-item.menu-item-has-children::after {
  color: #808080;
}
.p-global-nav__list .menu-item .sub-menu .menu-item a {
  background-color: #e5e5e5;
}
.p-global-nav__list .menu-item .sub-menu .menu-item a::before {
  background-color: #808080;
}
.p-global-nav__list .menu-item .sub-menu .menu-item .sub-menu .menu-item {
  border-top: #ffffff solid 1px;
}
.p-global-nav__list .menu-item .sub-menu .menu-item .sub-menu .menu-item.menu-item-has-children::after {
  color: #bfbfbf;
}
.p-global-nav__list .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
  background-color: #f7f7f7;
}
.p-global-nav__list .menu-item .sub-menu .menu-item .sub-menu .menu-item a::before {
  background-color: #bfbfbf;
}
.p-global-nav__list .menu-item .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item {
  border-top: #e5e5e5 dotted 1px;
}
.p-global-nav__list .menu-item .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item.menu-item-has-children::after {
  color: #e5e5e5;
}
.p-global-nav__list .menu-item .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
  background-color: #ffffff;
}
.p-global-nav__list .menu-item .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a::before {
  background-color: #e5e5e5;
}
.p-global-nav__cover {
  position: fixed;
  width: 0%;
  height: 100vh;
  background-color: #000000;
  z-index: 10;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.p-global-nav__sns {
  margin-top: 1rem;
}
.p-global-nav__sns .c-sns {
  justify-content: center;
}

.p-sub-nav__list {
  border-bottom: #e5e5e5 solid 1px;
  margin-top: 1rem;
}
.p-sub-nav__list li {
  border-left: #e5e5e5 solid 1px;
  border-right: #e5e5e5 solid 1px;
  border-top: #e5e5e5 solid 1px;
}
.p-sub-nav__list li:first-child {
  margin-top: 0;
}
.p-sub-nav__list a {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .p-sub-nav__list a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
  }
}
.p-sub-nav__list a:hover {
  background-color: #e5e5e5;
}

.is-display-nav .p-global-nav {
  right: 0;
}
.is-display-nav .p-global-nav__cover {
  width: 100%;
  opacity: 0.3;
  visibility: visible;
}

.logged-in + .p-global-nav .p-global-nav__inner {
  top: 32px;
}

.p-hero,
.p-hero-archive,
.p-hero-page,
.p-hero-post {
  width: 100%;
  position: relative;
}
.p-hero__still, .p-hero__slide, .p-hero__youtube, .p-hero__video,
.p-hero-archive__still,
.p-hero-archive__slide,
.p-hero-archive__youtube,
.p-hero-archive__video,
.p-hero-page__still,
.p-hero-page__slide,
.p-hero-page__youtube,
.p-hero-page__video,
.p-hero-post__still,
.p-hero-post__slide,
.p-hero-post__youtube,
.p-hero-post__video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-hero__still img,
.p-hero-archive__still img,
.p-hero-page__still img,
.p-hero-post__still img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-hero__swiper,
.p-hero-archive__swiper,
.p-hero-page__swiper,
.p-hero-post__swiper {
  height: 100%;
}
.p-hero__swiper img,
.p-hero-archive__swiper img,
.p-hero-page__swiper img,
.p-hero-post__swiper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-hero__slide-item,
.p-hero-archive__slide-item,
.p-hero-page__slide-item,
.p-hero-post__slide-item {
  height: 100vh;
}
.p-hero__youtube::after,
.p-hero-archive__youtube::after,
.p-hero-page__youtube::after,
.p-hero-post__youtube::after {
  content: "";
  width: 100%;
  height: 100%;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__video video,
.p-hero-archive__video video,
.p-hero-page__video video,
.p-hero-post__video video {
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-hero__display,
.p-hero-archive__display,
.p-hero-page__display,
.p-hero-post__display {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: auto;
  z-index: 10;
}

.p-hero {
  height: 100vh;
}
.p-hero__display-right, .p-hero__display-left {
  transform: translate(0, -50%);
}
.p-hero__display-left {
  left: 5%;
  text-align: left;
  padding-right: 5%;
}
.p-hero__display-right {
  left: initial;
  right: 5%;
  text-align: right;
  padding-left: 5%;
}
.p-hero__catch {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-hero__catch {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__catch {
    font-size: 80px;
    font-size: 5rem;
  }
}
.p-hero__button {
  margin: 1rem auto 0 auto;
}
.p-hero__button button {
  background-color: #c9171e;
  color: #ffffff;
  max-width: 360px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.p-hero__caution {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #808080;
}

.p-hero-archive,
.p-hero-page,
.p-hero-post {
  height: 30vh;
}

.p-hero-archive__inner,
.p-hero-page__inner,
.p-hero-post__inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-hero-archive__inner img,
.p-hero-page__inner img,
.p-hero-post__inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-hero-archive__display,
.p-hero-page__display,
.p-hero-post__display {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-hero-archive__heading-primary,
.p-hero-page__heading-primary,
.p-hero-post__heading-primary {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .p-hero-archive__heading-primary,
.p-hero-page__heading-primary,
.p-hero-post__heading-primary {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-hero-archive__heading-primary,
.p-hero-page__heading-primary,
.p-hero-post__heading-primary {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.p-hero-archive__heading-secondary,
.p-hero-page__heading-secondary,
.p-hero-post__heading-secondary {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .p-hero-archive__heading-secondary,
.p-hero-page__heading-secondary,
.p-hero-post__heading-secondary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-value-proposition {
  background-color: #e5e5e5;
}
.p-value-proposition__list {
  display: flex;
  flex-direction: column;
  max-width: 1320px;
  gap: 20px;
  padding: 5rem 20px;
}
@media screen and (min-width: 1024px) {
  .p-value-proposition__list {
    gap: 3.5%;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    padding: 6rem 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-value-proposition__list {
    padding: 8rem 20px;
  }
}
.p-value-proposition__item {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-value-proposition__item {
    width: 31%;
  }
}
.p-value-proposition__thumbnail {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  background-color: #bfbfbf;
}
.p-value-proposition__thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-value-proposition__summary {
  padding: 20px;
}
.p-value-proposition__title {
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-value-proposition__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-value-proposition__lead {
  margin-top: 1rem;
}
.p-value-proposition__button {
  display: block;
  margin: 1rem auto 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
}

.p-message {
  background-color: #f2f2f2;
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-message__background {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-message__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-message__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  max-width: 1320px;
}
.p-message__heading {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .p-message__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-main-archive,
.p-main-post {
  margin: auto;
  padding: 5rem 20px;
}
@media screen and (min-width: 1024px) {
  .p-main-archive,
.p-main-post {
    padding: 6rem 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-main-archive,
.p-main-post {
    padding: 8rem 20px;
  }
}
.p-main-archive.is-display-sidebar,
.p-main-post.is-display-sidebar {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-main-archive.is-display-sidebar,
.p-main-post.is-display-sidebar {
    flex-direction: row;
    column-gap: 3.5%;
  }
}

.p-main-archive {
  max-width: 1320px;
}

.p-main-post {
  max-width: 840px;
}
.p-main-post.is-display-sidebar {
  max-width: 1320px;
}

.p-carousel {
  width: 100%;
  overflow: hidden;
  padding: 2.5rem 20px;
}
@media screen and (min-width: 1024px) {
  .p-carousel {
    padding: 3.5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-carousel {
    padding: 0 0 8rem 0;
  }
}
.p-carousel__list {
  position: relative;
}
.p-carousel__item {
  position: relative;
}
.p-carousel__image {
  background-color: #bfbfbf;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.p-carousel__image img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  filter: grayscale(1);
}
.p-carousel__image img:hover {
  filter: grayscale(0);
}
.p-carousel__summary {
  position: absolute;
  top: 0;
  left: 0;
}
.p-carousel__title {
  background-color: #404040;
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5rem 10px;
}
@media screen and (min-width: 1024px) {
  .p-carousel__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-carousel__excerpt {
  padding: 0.5rem 10px;
}

.p-map {
  width: 100%;
  height: 25vh;
  min-height: 240px;
  overflow: hidden;
}
.p-map iframe {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-map {
    min-height: 360px;
  }
}

.p-footer {
  background-color: #e5e5e5;
  padding: 2.5rem 20px;
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 3.5rem 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer {
    padding: 6rem 20px;
  }
}
.p-footer__inner {
  max-width: 1320px;
  margin: auto;
}
.p-footer__logo img {
  width: auto;
}
.p-footer__address, .p-footer__sns {
  margin-top: 1rem;
}
.p-footer__utility {
  text-align: center;
}
.p-footer .c-sns {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-footer.is-display-sidebar .p-footer__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer.is-display-sidebar .p-footer__utility {
    width: 28%;
    text-align: left;
  }
}
.p-footer.is-display-sidebar .p-footer__sidebar {
  background-color: #ffffff;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-footer.is-display-sidebar .p-footer__sidebar {
    margin-top: 0;
    width: 68%;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer.is-display-sidebar .c-sns {
    justify-content: left;
  }
}

.p-copyright {
  padding: 2.5rem 20px;
  text-align: center;
  background-color: #ffffff;
}

.p-cta {
  padding-top: 2rem;
  width: 100%;
  max-width: 1320px;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .p-cta {
    padding-top: 3rem;
  }
}

.p-sidebar {
  background-color: #ffffff;
  margin-top: 2.5rem;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .p-sidebar {
    width: 31%;
    margin-top: 0;
  }
}
.p-sidebar h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .p-sidebar h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-sidebar__footer {
  padding: 20px;
}
.p-sidebar__footer h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 auto 1.5rem auto;
}
@media screen and (min-width: 1280px) {
  .p-sidebar__footer h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-sidebar__footer .p-footer__widgets {
  display: flex;
  gap: 2rem;
}
.p-sidebar__footer .p-footer__widgets li.widget {
  width: 100%;
}

.p-heading-archive__inner,
.p-heading-posts__inner {
  margin: auto;
  padding: 120px 20px 0 20px;
}
@media screen and (min-width: 1024px) {
  .p-heading-archive__inner,
.p-heading-posts__inner {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .p-heading-archive__inner,
.p-heading-posts__inner {
    padding: 160px 20px 0;
  }
}
.p-heading-archive__primary,
.p-heading-posts__primary {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .p-heading-archive__primary,
.p-heading-posts__primary {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-heading-archive__primary,
.p-heading-posts__primary {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.p-heading-archive__secondary,
.p-heading-posts__secondary {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #808080;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .p-heading-archive__secondary,
.p-heading-posts__secondary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-heading-posts__inner {
  max-width: 840px;
}

.p-heading-archive__inner {
  max-width: 1320px;
}

.is-display-sidebar .p-heading-posts__inner {
  max-width: 1320px;
}

.p-related {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 1280px) {
  .p-related {
    margin-top: 5rem;
  }
}
.p-related__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-related__list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 3.5%;
  }
}
.p-related__item {
  position: relative;
  z-index: 1;
}
.p-related__item::after {
  content: "関連記事";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 10px;
  background-color: #808080;
  color: white;
}
@media screen and (min-width: 1024px) {
  .p-related__item {
    width: 31%;
  }
}
.p-related__thumbnail {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.p-related__thumbnail img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-related__title {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 0.3rem;
}
@media screen and (min-width: 1024px) {
  .p-related__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-search {
  margin-bottom: 1rem;
}
.p-search__form fieldset {
  display: flex;
}
.p-search__label {
  display: none;
}
.p-search__input {
  height: 40px;
  width: calc(100% - 40px) !important;
}
.p-search__submit {
  background-color: #404040;
  height: 40px;
  position: relative;
  width: 40px;
}
.p-search__submit::after {
  display: inline-block;
  content: "\f002";
  position: absolute;
  top: 50%;
  left: initial;
  width: auto;
  height: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.p-search__submit span {
  display: none;
}

.p-contact {
  margin-top: 2rem;
}
@media screen and (min-width: 1280px) {
  .p-contact {
    margin-top: 3rem;
  }
}
.p-contact__req {
  color: #c9171e;
  margin-bottom: 2rem;
  font-weight: 900;
}
.p-contact__item {
  padding-top: 2rem;
}
.p-contact__item:first-child {
  padding-top: 0;
}
.p-contact__heading {
  position: relative;
  padding-left: 24px;
}
.p-contact__heading::before {
  display: inline-block;
  content: "\f304";
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .p-contact__heading {
    padding-left: 28px;
  }
}
.p-contact__heading.confirm {
  color: #808080;
}
.p-contact__input {
  margin-top: 1rem;
}
.p-contact__input textarea {
  height: 100px;
}
.p-contact__input.confirm {
  background-color: #e5e5e5;
  padding: 0.5rem 20px;
  font-weight: 900;
}
.p-contact__checkbox, .p-contact__submit {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__checkbox, .p-contact__submit {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-contact__label {
  font-weight: 900;
  vertical-align: middle;
}
.p-contact__checkbox input[type=checkbox] {
  appearance: none;
  background-color: #f7f7f7;
  border: #e5e5e5 solid 2px;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 7px;
  position: relative;
  cursor: pointer;
  right: 0;
  transition: all 0.15s ease-out 0s;
  outline: none;
  width: 20px;
}
.p-contact__checkbox input[type=checkbox]::before, .p-contact__checkbox input[type=checkbox]::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.p-contact__checkbox input[type=checkbox]::before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
}
.p-contact__checkbox input[type=checkbox]::after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
}
.p-contact__checkbox input[type=checkbox]:checked, .p-contact__checkbox input[type=checkbox]:indeterminate {
  background: #0070b7;
}
.p-contact__checkbox input[type=checkbox]:checked::before {
  left: 2px;
  top: 10px;
  width: 6px;
  height: 2px;
}
.p-contact__checkbox input[type=checkbox]:checked::after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}
.p-contact__checkbox input[type=checkbox]:indeterminate::before, .p-contact__checkbox input[type=checkbox]:indeterminate::after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
}
.p-contact__checkbox input[type=checkbox]:indeterminate::before {
  left: 1px;
  top: 7px;
}
.p-contact__checkbox input[type=checkbox]:indeterminate::after {
  right: 1px;
  bottom: 7px;
}
.p-contact__checkbox.confirm {
  font-weight: 900;
}
.p-contact__error {
  margin-top: 2rem;
  padding: 1rem;
  border: #c9171e solid 2px;
}
.p-contact__error .p-error__list li {
  margin-top: 1rem;
  font-weight: 900;
  font-size: 110%;
}
.p-contact__error .p-error__list li:first-child {
  margin-top: 0;
}
.p-contact__error .p-error__list li::before {
  content: "!";
  color: #c9171e;
}
.p-contact__error .p-error__list li em {
  color: #c9171e;
}

.p-toc {
  margin-bottom: 2rem;
  border: #f7f7f7 solid 1px;
  background-color: #ffffff;
  padding: 1rem;
}
@media screen and (min-width: 1280px) {
  .p-toc {
    margin-bottom: 3rem;
    padding: 2rem;
  }
}
.p-toc__title {
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .p-toc__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-toc__title::before {
  content: "\f03a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.p-toc ul {
  counter-reset: section;
  list-style: none;
  margin-left: 0;
}
.p-toc li {
  padding-top: 1rem;
}
.p-toc li::before {
  color: #808080;
  counter-increment: section;
  content: counters(section, ".") "-";
  font-weight: 700;
  margin-right: 0.5rem;
}
.p-toc__list > li::before {
  font-size: 110%;
}
.p-toc__list > li > a {
  color: #000000;
  font-weight: 700;
}
.p-toc__list > li > ul {
  font-size: 14.5px;
  font-size: 0.90625rem;
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-toc__list > li > ul {
    font-size: 16.5px;
    font-size: 1.03125rem;
  }
}
.p-toc__list > li > ul > li > a {
  color: #000000;
}
.p-toc__list > li > ul > li > ul > li > a {
  color: #404040;
}
.p-toc__list > li > ul > li > ul > li > ul > li > a {
  color: #808080;
}
.p-toc__list > li > ul > li > ul > li > ul > li > ul > li > a {
  color: #808080;
}
.p-toc__list a:hover {
  text-decoration: underline;
}

.p-author {
  text-align: center;
  margin-top: 3rem;
  border-bottom: #e5e5e5 solid;
  border-top: #e5e5e5 solid;
  padding: 2rem 0;
}
@media screen and (min-width: 1280px) {
  .p-author {
    margin-top: 5rem;
  }
}
.p-author__name {
  margin-top: 1rem;
}
.p-author__name span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .p-author__name span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-author__sns {
  padding: 1rem 0;
}
.p-author__sns.c-sns {
  justify-content: center;
}
.p-author__sns.c-sns a {
  color: #808080;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

body.is-display-nav {
  overflow: hidden;
}

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