/*! 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
}

:root {
  --block__color: #2D2D2D;
  --white__color: #FFFFFF;
  --lightgray__color: #F8F8F8;
  --gray__color: #DADADA;
  --palegray__color: #A2A2A2;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Inter", sans-serif;
  color: var(--block__color);
}

img {
  display: block;
  width: 100%;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.3rem;
  }
}
.l-header {
  opacity: 1;
  height: auto;
  overflow: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.l-header .l-header-logo {
  position: fixed;
  max-width: 325px;
  top: 40px;
  left: 64px;
  z-index: 99;
}
.l-header .pc-none {
  display: none;
}
.l-header .l-header-gnav {
  position: fixed;
  top: 40px;
  right: 64px;
  z-index: 98;
}
.l-header .l-header-button {
  margin-bottom: 56px;
}
.l-header .l-header-button__link {
  display: block;
  padding: 12px 32px 12px 16px;
  font-size: 1.2rem;
  border: 1px solid var(--block__color);
}
.l-header .l-header-button__link--arrow {
  position: relative;
}
.l-header .l-header-button__link--arrow::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  height: 8px;
  width: 8px;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.l-header .l-header-list__item {
  text-align: right;
  font-size: 1.2rem;
}
.l-header .l-header-list__item:not(:last-child) {
  margin-bottom: 24px;
}
.l-header .l-header-list__item--top {
  justify-content: flex-end;
}
.l-header .l-header-list__item--border {
  position: relative;
  width: 9px;
  height: 9px;
  margin-right: 8px;
}
.l-header .l-header-list__item--border::before,
.l-header .l-header-list__item--border::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: var(--block__color);
}
.l-header .l-header-list__item--border::after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.l-header .js-menu-trigger.is_open .l-header-list__item--border::after {
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
}
.l-header .l-header-list__item__sub {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.l-header .js-menu-trigger.is_open .l-header-list__item__sub {
  padding-top: 16px;
  opacity: 1;
  height: auto;
  overflow: auto;
}
.l-header .l-header-list__item__subitem .l-header-list__item__sublink {
  display: block;
  margin-bottom: 16px;
}
.l-header .l-header-hamburger {
  display: none;
}

.l-header.hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .l-header .pc-none {
    display: block;
  }
  .l-header .sp-none {
    display: none;
  }
  .l-header .l-header-gnav {
    top: 0;
    right: 0;
    width: 0;
  }
  .l-header .l-header-gnav.is_open {
    left: 0;
    height: 100%;
    width: 100%;
  }
  .l-header .l-header-nav {
    position: relative;
    padding: 188px 64px 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white__color);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
  }
  .l-header .l-header-nav.is_open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .l-header .l-header-list__item {
    text-align: left;
  }
  .l-header .l-header-list__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .l-header .l-header-list__item--top {
    justify-content: flex-start;
  }
  .l-header .l-header-hamburger {
    display: block;
    position: absolute;
    top: 56px;
    right: 64px;
    width: 32px;
    height: 4px;
    z-index: 99;
  }
  .l-header .l-header-hamburger .l-header-hamburge--border {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--block__color);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
  }
  .l-header .l-header-hamburger .l-header-hamburge--border:nth-child(2) {
    margin-top: 4px;
  }
  .l-header .l-header-hamburger.is_open .l-header-hamburge--border:nth-child(1) {
    transform: translate(0px, 3px) rotate(45deg);
    -webkit-transform: translate(0px, 3px) rotate(45deg);
    -moz-transform: translate(0px, 3px) rotate(45deg);
    -ms-transform: translate(0px, 3px) rotate(45deg);
    -o-transform: translate(0px, 3px) rotate(45deg);
  }
  .l-header .l-header-hamburger.is_open .l-header-hamburge--border:nth-child(2) {
    transform: translate(0px, -3px) rotate(-45deg);
    -webkit-transform: translate(0px, -3px) rotate(-45deg);
    -moz-transform: translate(0px, -3px) rotate(-45deg);
    -ms-transform: translate(0px, -3px) rotate(-45deg);
    -o-transform: translate(0px, -3px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: var(--white__color);
    z-index: 90;
  }
  .l-header .l-header-logo {
    max-width: 224px;
    top: 24px;
    left: 24px;
  }
  .l-header .l-header-nav {
    padding: 144px 24px 0;
  }
  .l-header .l-header-hamburger {
    top: 40px;
    right: 24px;
  }
}
@media screen and (max-width: 320px) {
  .l-header .l-header-logo {
    max-width: 173px;
  }
}
.l-footer {
  padding: 144px 0 64px;
}
.l-footer .l-footer-inner {
  max-width: 1200px;
  margin: 0 auto 64px;
  padding: 0 24px;
}
.l-footer .l-footer-top__image {
  max-width: 333px;
}
.l-footer .l-footer-sns__link {
  width: 32px;
  display: block;
}
.l-footer .l-footer-copyright {
  font-size: 1.4rem;
  color: var(--palegray__color);
}
.l-footer .l-footer-list {
  width: 678px;
  row-gap: 56px;
}
.l-footer .l-footer-item {
  width: calc(33.3333333333% - 16px);
}
.l-footer .l-footer-item .l-footer-item--top {
  cursor: pointer;
  height: 48px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--palegray__color);
}
.l-footer .l-footer-item .l-footer-item__title {
  font-size: 1.4rem;
  color: var(--white__color);
}
.l-footer .l-footer-item .l-footer-item__button {
  display: none;
}
.l-footer .l-footer-item .l-footer-item__sub__item:not(:last-child) {
  margin-bottom: 16px;
}
.l-footer .l-footer-item .l-footer-item__sub__link {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 80px 0 64px;
  }
  .l-footer .l-footer-inner {
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  .l-footer .l-footer-list {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
  .l-footer .l-footer-item {
    width: 100%;
  }
  .l-footer .l-footer-item .l-footer-item--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .l-footer .l-footer-item .l-footer-item__title {
    display: block;
  }
  .l-footer .l-footer-item .l-footer-item__button {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
  }
  .l-footer .l-footer-item .l-footer-item__sub__list {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .l-footer .js-animeMenu .l-footer-item__button::before,
  .l-footer .js-animeMenu .l-footer-item__button::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    background-color: var(--white__color);
  }
  .l-footer .js-animeMenu .l-footer-item__button::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
  }
  .l-footer .js-animeMenu.is_click .l-footer-item__button::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .l-footer .js-animeMenu.is_click .l-footer-item__sub__list {
    margin-top: 16px;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
  .l-footer .l-footer-top__image {
    max-width: 240px;
  }
  .l-footer .l-footer-sns {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .l-footer .l-footer-sns__link {
    width: 24px;
  }
}
.wpcf7-submit {
  background-color: var(--block__color);
  color: var(--white__color);
  width: 100%;
  text-align: center;
  padding: 16px;
  font-size: 1.6rem;
}

.wpcf7-list-item input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  vertical-align: inherit;
}

.wpcf7-list-item-label {
  font-size: 1.6rem;
}

.wpcf7-select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.wp-block-table td,
.wp-block-table th {
  line-height: 1.8;
}

.wp-block-file a {
  font-size: 1.6rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 8px 72px;
  color: var(--white__color);
  background-color: var(--block__color);
}

.grecaptcha-badge {
  visibility: hidden;
}

.u-clamp-2 {
  display: box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-font-inter {
  font-family: "Inter";
  font-weight: 300;
}

.u-font-bold {
  font-weight: bold;
}

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

.u-text-underline {
  text-decoration: underline;
}

.u-display-flex {
  display: flex;
}

.u-align-items-center {
  align-items: center;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-space-between {
  justify-content: space-between;
}

.u-flex-direction-column {
  flex-direction: column;
}

.u-flex-wap {
  flex-wrap: wrap;
}

.u-column-gap-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.u-column-gap-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.u-column-gap-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.u-column-gap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.u-column-gap-56 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.u-width-154 {
  width: 154px;
}

.u-text-gray {
  color: var(--palegray__color);
}

.u-text-white {
  color: var(--white__color);
}

.u-bg-gray {
  background-color: var(--lightgray__color);
}

.u-bg-black {
  background-color: var(--block__color);
}

.u-bg-white {
  background-color: var(--white__color);
}

.l-section {
  padding: 92px 0;
}

.l-section--first {
  padding: 160px 0 136px;
}

.l-section--second {
  padding: 0 0 92px;
}

.l-section--last {
  padding: 92px 0 160px;
}

.l-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.l-section__top {
  align-items: flex-end;
}

.l-section__heading {
  font-size: 4rem;
}

.p-section {
  padding-top: 136px;
}

.p-section--first {
  padding-top: 144px;
}

.p-section--last {
  padding-bottom: 160px;
}

.p-section-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.p-section-heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 24px;
  line-height: 1.5;
  border-bottom: 1px solid var(--gray__color);
}

.p-section-heading::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 1px;
  background-color: var(--block__color);
  left: 0;
  bottom: -2px;
}

.p-section-text__heading {
  font-size: 2rem;
}

.p-page--top {
  padding: 392px 0 0 64px;
}

.p-page-heading {
  font-size: 4rem;
}

.p-page-pankuzushi__item:first-child {
  text-decoration: underline;
}

.p-page-pankuzushi__item:not(:first-child) {
  color: var(--gray__color);
}

.p-page-pankuzushi__item--arrow {
  position: relative;
}

.p-page-pankuzushi__item--arrow::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 8px;
  height: 8px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.p-page-pankuzushi__link {
  font-size: 1.4rem;
}

.p-page-acanchors__link {
  display: block;
  font-size: 1.6rem;
}

.p-page-acanchors__link:not(:last-child) {
  margin-bottom: 16px;
}

.p-page-beside__tr {
  border-bottom: 1px solid var(--gray__color);
}

.p-page-acanchors__link--arrow {
  position: relative;
}

.p-page-acanchors__link--arrow::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 12px;
  height: 12px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.p-page-list--dot {
  padding-left: 24px;
  list-style: disc;
}

.p-page-list--num {
  padding-left: 24px;
  list-style: auto;
  font-size: 1.6rem;
}

.p-page-item--num:not(:last-child) {
  margin-bottom: 8px;
}

.p-page-item--dot:not(:last-child) {
  margin-bottom: 16px;
}

.p-page-beside__tr:first-child .p-page-beside__th,
.p-page-beside__tr:first-child .p-page-beside__td {
  padding-top: 0;
}

.p-page-beside__th {
  width: 213px;
  font-size: 1.6rem;
  padding: 40px 0 32px;
}

.p-page-beside__td {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 40px 0 32px 40px;
}

.p-column-list {
  row-gap: 104px;
}

.p-column-item {
  width: calc(33.3333333333% - 26.6666666667px);
}

.p-column-item__link {
  height: 100%;
}

.p-column-item__wrap {
  aspect-ratio: 420/297;
  width: 100%;
  overflow: hidden;
}

.p-column-item__thumbnail {
  height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column-item__thumbnail--top {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.p-column-item__categry {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 8px;
  padding: 4px 8px;
  font-size: 1.4rem;
  line-height: 1;
}

.p-column-item__time {
  font-size: 1.6rem;
}

.p-column-item__title {
  font-size: 2.4rem;
}

.p-column-item__handle {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--block__color);
}

.p-column-item__handle--arrow {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 24px;
  font-weight: normal;
}

.p-column-item__handle--arrow::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.p-pagenation {
  font-size: 1.6rem;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.p-project-bg {
  aspect-ratio: 250/250;
  padding: 16px;
}

.p-project-link__thumbnail {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.p-page-form__block:not(:last-child) {
  margin-bottom: 40px;
}

.p-page-form__label {
  display: block;
  font-size: 1.6rem;
}

.p-page-form__input {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  background-color: var(--white__color);
}

.p-page-form__input::-moz-placeholder {
  color: var(--gray__color);
}

.p-page-form__input::placeholder {
  color: var(--gray__color);
}

.p-page-form__file {
  font-size: 1.6rem;
}

.p-page-form__radio {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  vertical-align: inherit;
}

.p-page-form__select {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  background-color: var(--white__color);
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.p-page-item--alert:not(:last-child) {
  margin-bottom: 16px;
}

.p-page-caution {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-mv {
  position: relative;
  height: 100vh;
  padding-bottom: 64px;
  background-size: 1000px;
  background-position: center;
  background-repeat: no-repeat;
}

.p-mv__inner {
  height: 100%;
  padding: 0 64px;
}

.p-mv__catch .p-mv__alert {
  display: inline-block;
  padding: 16px;
  border: 2px solid var(--block__color);
}
.p-mv__catch .p-mv__heading {
  margin-bottom: 32px;
  font-size: 3.2rem;
  line-height: 1.8;
}
.p-mv__catch .p-mv__text {
  width: 658px;
  font-size: 1.6rem;
}

.p-about .p-about__heading {
  font-size: 2.4rem;
  line-height: 1.8;
}
.p-about .p-about__button {
  margin: 0 auto 136px;
}
.p-about .p-about__slider__column {
  width: 100% !important;
}

.p-anchor .p-anchor-item {
  width: calc(33.3333333333% - 16px);
  padding: 40px 8px 24px;
  border-bottom: 1px solid var(--block__color);
}
.p-anchor .p-anchor-item .p-anchor-item__en {
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1;
}
.p-anchor .p-anchor-item:nth-child(-n+3) {
  border-top: 1px solid var(--block__color);
}
.p-anchor .p-anchor-item__link--arrow {
  position: relative;
}
.p-anchor .p-anchor-item__link--arrow::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}

.p-business .p-business-item--category {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray__color);
}
.p-business .p-business-item--category:not(:last-child) {
  margin-bottom: 40px;
}
.p-business .p-business-item__left {
  flex-shrink: 0;
}
.p-business .p-business-item__link {
  display: block;
}
.p-business .p-business-item__image {
  height: 112px;
  width: auto;
}

.p-performance .p-performance-item {
  padding: 48px 0;
  border-bottom: 1px solid var(--block__color);
}
.p-performance .p-performance-item:first-child {
  border-top: 1px solid var(--block__color);
}
.p-performance .p-performance-item_thumbnail {
  max-width: 328px;
}
.p-performance .p-performance-item__date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-performance .p-performance-item__title {
  font-size: 2.4rem;
}

@media screen and (max-width: 1440px) {
  .p-mv {
    background-size: 724px;
  }
}
@media screen and (max-width: 1024px) {
  .p-anchor .p-anchor-item {
    width: calc(50% - 12px);
  }
  .p-anchor .p-anchor-item .p-anchor-item__en {
    font-size: 1.6rem;
  }
  .p-anchor .p-anchor-item:nth-child(3) {
    border-top: none;
  }
  .p-column-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
  .wp-block-file a {
    width: 100%;
  }
  .u-clamp-2 {
    text-align: left !important;
  }
  .l-section {
    padding: 92px 0 48px;
  }
  .l-section--first {
    padding: 120px 0 0;
  }
  .l-section__inner {
    max-width: 100%;
  }
  .l-section__heading {
    font-size: 2.4rem;
  }
  .p-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .p-section-inner {
    max-width: 100%;
  }
  .p-section--first {
    padding-top: 64px;
  }
  .p-section--last {
    padding-bottom: 120px;
  }
  .p-section-heading {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .p-page--top {
    padding: 240px 0 0 24px;
  }
  .p-page-beside__th {
    display: block;
    padding: 32px 0 8px;
  }
  .p-page-beside__td {
    display: block;
    padding: 0 0 24px;
    font-size: 1.4rem;
  }
  .p-page-heading {
    font-size: 2.4rem;
    margin-bottom: 40px !important;
  }
  .p-page-pankuzushi {
    display: none;
  }
  .p-page-group {
    margin-bottom: 32px !important;
  }
  .p-page-text {
    margin-bottom: 8px !important;
  }
  .p-page-item--dot:not(:last-child) {
    margin-bottom: 8px;
  }
  .p-section-heading {
    text-align: left;
    margin-bottom: 32px !important;
    font-size: 1.8rem;
  }
  .p-section-text__heading {
    font-size: 1.6rem;
  }
  .p-column-list {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 48px;
  }
  .p-column-item {
    width: calc(50% - 12px);
  }
  .p-column-item__wrap {
    margin-bottom: 16px !important;
  }
  .p-column-item__top {
    margin-bottom: 0px !important;
  }
  .p-column-item__categry {
    margin-right: 0;
    font-size: 1.3rem;
  }
  .p-column-item__data {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
  .p-column-item__time {
    font-size: 1.3rem;
  }
  .p-column-item__title {
    margin-bottom: 8px !important;
    font-size: 1.6rem;
  }
  .p-column-item__text {
    margin-bottom: 24px !important;
  }
  .p-column-item__handle--arrow {
    margin-bottom: 0 !important;
  }
  .p-performance-form__group--radio {
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
  .p-performance-form__group--file {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-thanks-text {
    text-align: left;
  }
  .p-mv {
    position: relative;
    height: 100svh;
    padding-bottom: 32px;
    background-size: 548px;
  }
  .p-mv .p-mv__inner {
    padding: 0 24px;
  }
  .p-mv .p-mv__catch .p-mv__heading {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .p-mv .p-mv__catch .p-mv__text {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .p-mv .p-mv__catch .p-mv__text .pc-br {
    display: none;
  }
  .p-topics .p-topics-column {
    margin-bottom: 56px;
  }
  .p-about .p-about__heading {
    text-align: left;
  }
  .p-about .p-about__text {
    text-align: left;
  }
  .p-about .p-about__button {
    margin: 0 0 64px;
  }
  .p-about .swiper {
    margin-bottom: 0px;
  }
  .p-about .p-about__slider__wrap {
    height: 250px;
  }
  .p-anchor .p-anchor-list {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .p-anchor .p-anchor-item {
    width: 100%;
  }
  .p-anchor .p-anchor-item__en {
    margin-bottom: 0;
  }
  .p-anchor .p-anchor-item:nth-child(2) {
    border-top: none;
  }
  .p-anchor .p-anchor-item:nth-child(3) {
    border-top: none;
  }
  .p-business .p-business-item--category {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
  }
  .p-performance .p-performance-item {
    padding: 24px 0;
  }
  .p-performance .p-performance-item_thumbnail {
    max-width: 100%;
  }
  .p-performance .p-performance-item__link {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
}
@media screen and (max-width: 390px) {
  .l-section__heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-mv {
    background-size: 342px;
  }
  .p-mv .p-mv__catch .p-mv__heading {
    margin-bottom: 8px;
    font-size: 2rem;
  }
  .p-mv .p-mv__catch .p-mv__text {
    font-size: 1.6rem;
  }
}
.c-button {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button .c-button__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 72px 8px 8px;
  border-bottom: 1px solid var(--block__color);
}
.c-button .c-button__link--arrow {
  position: relative;
}
.c-button .c-button__link--arrow::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.c-button .c-button__text {
  font-size: 1.6rem;
}

.c-button--more {
  width: 373px;
  margin: auto 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--block__color);
}
.c-button--more .c-button__link--arrow {
  position: relative;
}
.c-button--more .c-button__link--arrow::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 13px;
  height: 13px;
  top: 50%;
  right: -8px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}
.c-button--more .c-button__text {
  font-size: 1.6rem;
  padding-right: 16px;
}

.c-button_trigger:hover {
  opacity: 0.7;
}

.c-button-sp {
  display: none;
}

.c-topics-button {
  width: 100%;
}
.c-topics-button .l-sort-buttons__item {
  width: calc(33.3333333333% - 26.6666666667px);
  padding: 16px;
  border: 1px solid var(--block__color);
}
.c-topics-button .c-button--sort {
  display: block;
  width: 100%;
}
.c-topics-button .sort-button {
  font-size: 1.6rem;
}
.c-topics-button .c-button__link--arrow {
  position: relative;
  display: block;
  width: 100%;
}
.c-topics-button .c-button__link--arrow::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}

.c-main-button .c-main-button__link {
  display: block;
  padding: 16px;
  color: var(--white__color);
  background-color: var(--block__color);
}
.c-main-button .c-main-button__text {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .c-topics-button .l-sort-buttons {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .c-topics-button .l-sort-buttons__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-button .c-button__link--pc {
    display: none;
  }
  .c-button .c-button__text {
    font-size: 1.4rem;
  }
  .c-button-sp {
    display: block;
    margin: 40px auto 0;
  }
  .c-button-sp .c-button__link {
    padding: 8px 56px 8px 0;
  }
  .c-topics-button .l-sort-buttons {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .c-topics-button .l-sort-buttons__item {
    width: 100%;
  }
  .p-topics .c-button {
    width: 120px;
  }
  .p-topics .c-button--more {
    width: 100%;
    text-align: left;
  }
  .p-topics .c-button--more .c-button__text {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .p-topics .c-button--more .c-button__link--arrow::before {
    right: 0;
  }
  .p-anchor .p-anchor-item__link--arrow {
    display: block;
    width: 100%;
  }
  .p-anchor .p-anchor-item__link--arrow::before {
    left: initial;
  }
}
.p-article {
  padding: 144px 24px 160px;
}

.p-article--first {
  padding: 144px 24px 0;
}

.p-page-single {
  max-width: 800px;
  margin: 0 auto;
  padding: 96px 0 160px;
}

.p-article-heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray__color);
}

.p-article-heading::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 1px;
  background-color: var(--block__color);
  left: 0;
  bottom: -2px;
}

.p-performance-item__date {
  display: block;
  font-size: 1.4rem;
}

.p-archive-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.p-page-category__text {
  font-size: 1.8rem;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray__color);
}

.p-page-category__anchors {
  row-gap: 24px;
}

.p-page-category__link {
  display: block;
  width: calc(33.3333333333% - 26.6666666667px);
  border: 1px solid var(--block__color);
  padding: 16px;
  font-size: 1.4rem;
}

.p-page-category__link--arrow {
  position: relative;
}

.p-page-category__link--arrow::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .p-archive-inner {
    max-width: 100%;
  }
  .p-page-category__link {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-article {
    padding: 80px 24px;
  }
  .p-article--first {
    padding: 80px 24px 40px;
  }
  .p-page-category__text {
    font-size: 1.6rem;
  }
  .p-page-single {
    max-width: 100%;
    padding: 64px 0 88px;
  }
  .p-single-top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    margin-bottom: 8px !important;
  }
  .p-article-heading {
    font-size: 1.8rem;
  }
  .p-contest-categorys__anchors {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
  .p-page-category__anchors {
    margin-bottom: 56px !important;
  }
  .p-page-category__link {
    width: 100%;
  }
  .p-performance-item__date {
    margin-bottom: 16px !important;
  }
}
.u-margin-auto {
  margin: 0 auto;
}

.u-margin-right-8 {
  margin-right: 8px;
}

.u-margin-bottom-16 {
  margin-bottom: 16px;
}

.u-margin-bottom-24 {
  margin-bottom: 24px;
}

.u-margin-bottom-32 {
  margin-bottom: 32px;
}

.u-margin-bottom-40 {
  margin-bottom: 40px;
}

.u-margin-bottom-48 {
  margin-bottom: 48px;
}

.u-margin-bottom-56 {
  margin-bottom: 56px;
}

.u-margin-bottom-64 {
  margin-bottom: 64px;
}

.u-margin-bottom-72 {
  margin-bottom: 72px;
}

.u-margin-bottom-80 {
  margin-bottom: 80px;
}

.u-margin-bottom-96 {
  margin-bottom: 96px;
}

.u-margin-bottom-104 {
  margin-bottom: 104px;
}

.u-margin-bottom-184 {
  margin-bottom: 184px;
}/*# sourceMappingURL=style.css.map */