@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.l-header {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 6.25rem;
  background: #FDFBF2;
  padding: 0 2.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: rgba(253, 251, 242, 0);
    padding: 0;
  }
}
.l-header__inner {
  position: relative;
  width: 100%;
  max-width: 100.625rem;
  margin: 0 auto;
  padding-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-top: 0rem;
  }
}
.l-header__logo {
  position: absolute;
  top: 2.25rem;
  left: 0;
  width: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    top: 2.5rem;
    left: 1.6875rem;
    width: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 71.8604651163%;
    height: 100vh;
    background: #FDFBF2;
    padding: 9.0625rem 0 3.125rem 2.8125rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l-header__nav_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 12.8125rem;
    height: 1.9375rem;
    border-radius: 1.3125rem;
    background: #DEB872;
    font-size: 0.875rem;
    letter-spacing: 0.07em;
    margin-top: 1.75rem;
  }
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875rem;
    padding-left: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav li {
    list-style: disc;
  }
}
.l-header__nav a {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .l-header__nav a {
    font-size: 0.9375rem;
  }
}

.l-main {
  width: 100%;
  max-width: 100%;
  background: #FDFBF2;
  overflow: hidden;
}

.l-footer {
  width: 100%;
  max-width: 100%;
  background: #FDFBF2;
}
.l-footer__inner {
  width: 100%;
  max-width: 104.375rem;
  margin: 0 auto;
}
.l-footer__border {
  width: 100%;
}
.l-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6875rem;
  padding: 2rem 3.75% 4.6875rem 3.75%;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
    padding: 1.4375rem 0 2.5rem 0;
  }
}
.l-footer__logo {
  width: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 4.5rem;
  }
}
.l-footer__text {
  font-size: 1rem;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}

.c-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.c-text_mb110 {
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .c-text_mb110 {
    margin-bottom: 5.3125rem;
  }
}

.c-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.07em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6666666667;
  }
}
.c-title_mb45 {
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-title_mb45 {
    margin-bottom: 2.1875rem;
  }
}

.navigation {
  width: 100%;
  max-width: 68.4375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .navigation {
    max-width: 79.5348837209%;
  }
}

.nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-previous {
  position: absolute;
  top: 0;
  left: 0;
}
.nav-previous a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .nav-previous a {
    gap: 0.5625rem;
    font-size: 0.9375rem;
  }
}
.nav-previous a:hover {
  opacity: 0.7;
}
.nav-previous a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 2.25rem 1.25rem 0;
  border-color: transparent #DEB872 transparent transparent;
}
@media screen and (max-width: 767px) {
  .nav-previous a::before {
    border-width: 0.5rem 1.125rem 0.5rem 0;
  }
}

.nav-next {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .nav-next a {
    gap: 0.5625rem;
    font-size: 0.9375rem;
  }
}
.nav-next a:hover {
  opacity: 0.7;
}
.nav-next a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 0rem 1.25rem 2.25rem;
  border-color: transparent transparent transparent #DEB872;
}
@media screen and (max-width: 767px) {
  .nav-next a::after {
    border-width: 0.5rem 0rem 0.5rem 1.125rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    position: fixed;
    top: 3.4375rem;
    right: 2.75rem;
    display: block;
    width: 2.0625rem;
    height: 1.4375rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  width: 2.0625rem;
  height: 0.1875rem;
  left: 0rem;
  background: #E1BE7F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-child(1) {
  top: 0rem;
}
.c-hamburger span:nth-child(2) {
  top: 0.625rem;
}
.c-hamburger span:nth-child(3) {
  top: 1.25rem;
}

.c-hamburger.active span:nth-child(1) {
  top: 0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  top: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* このクラスを、jQueryで付与・削除する */
.l-header__nav.active {
  z-index: 997;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-front-top {
  width: 100%;
}
.p-front-top__inner {
  position: relative;
  width: 100%;
  padding-top: 50.9375%;
}
@media screen and (max-width: 767px) {
  .p-front-top__inner {
    padding-top: 177.2093023256%;
  }
}

.p-front-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.p-front-slider__list {
  position: relative;
}
.p-front-slider__img {
  position: relative;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-topics {
  width: 100%;
  padding: 6rem 1.25rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-topics {
    padding: 2.625rem 5.8139534884% 0 5.8139534884%;
  }
}
.p-front-topics__inner {
  width: 100%;
  max-width: 105.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-topics__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-front-topics__title {
  width: 100%;
  max-width: 17.3125rem;
}
@media screen and (max-width: 767px) {
  .p-front-topics__title {
    max-width: 11.0625rem;
  }
}
.p-front-topics__article {
  width: 100%;
  max-width: 68.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-front-topics__article {
    max-width: 100%;
  }
}
.p-front-topics__slider {
  position: relative;
  width: 100%;
}
.p-front-topics__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-front-topics__slider .slick-prev {
  display: none !important;
}
.p-front-topics__slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.4479166667%;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-front-topics__slider .slick-next {
    display: none !important;
  }
}
.p-front-topics__slider .slick-next::before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5625rem 0 0.5625rem 1.3125rem;
  border-color: transparent transparent transparent #000;
}
.p-front-topics__list {
  width: 100%;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-front-topics__list {
    margin: 0 0.375rem;
  }
}
.p-front-topics__link {
  width: 100%;
}
.p-front-topics__link img {
  width: 100%;
}

.p-front-news {
  width: 100%;
}
.p-front-news__inner {
  width: 100%;
  padding: 10.625rem 0 8.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-front-news__inner {
    padding: 4.5rem 0 8.375rem 0;
  }
}
.p-front-news__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-front-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.6875rem;
  }
}
.p-front-news__linkBox {
  text-align: center;
  margin-top: 2.375rem;
  margin-bottom: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .p-front-news__linkBox {
    margin-top: 1rem;
    margin-bottom: 7.5rem;
  }
}
.p-front-news__link {
  position: relative;
  font-size: 1rem;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-front-news__link {
    font-size: 1.1875rem;
  }
}
.p-front-news__link::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.125rem 0.65625rem 0 0.65625rem;
  border-color: #000000 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-front-news__link::before {
    border-width: 0.8125rem 0.59375rem 0 0.59375rem;
  }
}

.p-front-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7.625rem;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-front-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.6875rem;
    padding-left: 0rem;
  }
}
.p-front-page__link {
  width: 100%;
  max-width: 16.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-page__link {
    max-width: 10.375rem;
  }
}
.p-front-page__link02 {
  width: 100%;
  max-width: 20.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-page__link02 {
    position: relative;
    left: -0.1875rem;
    max-width: 12.125rem;
  }
}

.p-front-about {
  width: 100%;
  background: #DEB873;
}
@media screen and (max-width: 767px) {
  .p-front-about {
    overflow: hidden;
  }
}
.p-front-about__inner {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-front-about__inner {
    padding: 13.875rem 0 4.4375rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-about__inner {
    max-width: 21.125rem;
    margin: 0 auto;
    text-align: right;
  }
}
.p-front-about__title {
  color: #ffffff;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0.07em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-front-about__title {
    font-size: 2rem;
    margin-bottom: 0.3125rem;
  }
}
.p-front-about__bigText {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.325;
  letter-spacing: 0.07em;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-front-about__bigText {
    font-size: 1.5625rem;
    margin-bottom: 2.5rem;
  }
}
.p-front-about__text {
  width: 100%;
  max-width: 43.4375rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  text-align: justify;
  margin: 0 auto 1.875rem auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-front-about__text {
    display: none;
  }
}
.p-front-about__img {
  width: 100%;
  max-width: 55.875rem;
  margin: 0 auto 6.25rem auto;
}
@media screen and (max-width: 767px) {
  .p-front-about__img {
    position: absolute;
    top: -2.5rem;
    left: -2.9375rem;
    width: 17.75rem;
    margin: 0;
  }
}
.p-front-about__link {
  position: relative;
  display: block;
  width: 18.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-front-about__link {
    width: 8.9375rem;
    margin: 0 0 0 auto;
  }
}
.p-front-about__link::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.8125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.125rem 0.65625rem 0 0.65625rem;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-front-about__link::before {
    top: -1.0625rem;
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    right: 0;
    border-width: 0.5625rem 0.3125rem 0 0.3125rem;
  }
}

.p-front-img {
  width: 100%;
  padding-bottom: 7.9375rem;
}
@media screen and (max-width: 767px) {
  .p-front-img {
    padding-bottom: 3.6875rem;
  }
}

.p-about-fv {
  position: relative;
  width: 100%;
}
.p-about-fv__inner {
  position: relative;
  width: 100%;
  padding-top: 50.9375%;
  background-image: url(../imgs/fv_img02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-fv__inner {
    padding-top: 138.3720930233%;
    background-image: url(../imgs/fv_img02_sp02.jpg);
    text-align: center;
  }
}
.p-about-fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-about-fv__title {
    width: 100%;
    top: 39.4957983193%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    font-size: 1.875rem;
  }
}

.p-about {
  width: 100%;
}
.p-about__inner {
  width: 100%;
  padding: 6.25rem 0 15.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 3.5625rem 0 7.5rem 0;
  }
}
.p-about__box {
  width: 100%;
  max-width: 43.4375rem;
  margin: 0 auto 7.5rem auto;
}
@media screen and (max-width: 767px) {
  .p-about__box {
    max-width: 20rem;
    margin: 0 auto 3.75rem auto;
  }
}
.p-about__box02 {
  width: 100%;
  max-width: 43.4375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about__box02 {
    max-width: 20rem;
  }
}
.p-about__logo {
  width: 11.5rem;
  margin: 0 auto 6.25rem auto;
}
@media screen and (max-width: 767px) {
  .p-about__logo {
    width: 4.5rem;
    margin: 0 auto 2.875rem auto;
  }
}
.p-about__img {
  width: 100%;
  max-width: 58.75rem;
  margin: 0 auto 9.375rem auto;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    max-width: 21.75rem;
    margin: 0 auto 2.9375rem auto;
  }
}

.p-video-fv {
  width: 100%;
}
.p-video-fv__inner {
  width: 100%;
}
.p-video-fv__img {
  width: 100%;
}

.p-video {
  width: 100%;
}
.p-video__inner {
  width: 100%;
  max-width: 28.375rem;
  margin: 0 auto;
  padding: 7.3125rem 0 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .p-video__inner {
    max-width: 62.7906976744%;
    padding: 3.75rem 0 3.3125rem 0;
  }
}
.p-video h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.07em;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-video h2 {
    font-size: 0.8125rem;
  }
}
.p-video .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.2%;
  margin-bottom: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-video .wp-block-embed__wrapper {
    margin-bottom: 6.0625rem;
  }
}
.p-video iframe {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
}

.p-contact {
  position: relative;
  width: 100%;
}
.p-contact__inner {
  width: 100%;
  padding: 6.75rem 0 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 9.375rem 0 2.5rem 0;
  }
}
.p-contact__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.325;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.5625rem;
    line-height: 2.12;
    margin-bottom: 2rem;
  }
}
.p-contact__text {
  width: 100%;
  max-width: 30.3125rem;
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.2em;
  text-align: justify;
  margin: 0 auto 4.25rem auto;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    max-width: 69.7674418605%;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: justify;
    margin: 0 auto 2rem auto;
  }
}

.p-contact-form {
  width: 100%;
}
.p-contact-form input {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6923076923;
}
.p-contact-form textarea {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6923076923;
}
.p-contact-form__inner {
  width: 100%;
  max-width: 17.375rem;
  margin: 0 auto;
}
.p-contact-form__box {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__box {
    left: 4.125rem;
  }
}
.p-contact-form__name {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -7.8125rem;
  width: 6.875rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6923076923;
  letter-spacing: 0.2em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-contact-form__name {
    left: -7.8125rem;
    width: 7.5rem;
  }
}
.p-contact-form__name_pozi {
  top: 0%;
  -webkit-transform: none;
          transform: none;
}
.p-contact-form__inputBox {
  width: 100%;
  margin-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inputBox {
    max-width: 16.875rem;
  }
}
.p-contact-form__inputBox input {
  width: 100%;
  height: 2.125rem;
  padding: 0.9375rem;
  background: #ffffff;
  border: 0.0625rem solid #707070;
}
.p-contact-form__textareaBox {
  width: 100%;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__textareaBox {
    max-width: 16.875rem;
  }
}
.p-contact-form__textareaBox textarea {
  width: 100%;
  height: 12.5rem;
  background: #ffffff;
  border: 0.0625rem solid #707070;
  padding: 0.9375rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button {
    padding-left: 4.125rem;
  }
}
.p-contact-form__button input {
  width: 6.0625rem;
  height: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6923076923;
  letter-spacing: 0.2em;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button input {
    width: 14.75rem;
    height: 3.6875rem;
  }
}

.p-thanks {
  position: relative;
  width: 100%;
}
.p-thanks__inner {
  width: 100%;
  padding: 18.75rem 0 18.3125rem 0;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: 17.9375rem 0 15.625rem 0;
  }
}
.p-thanks__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.325;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.5625rem;
    margin-bottom: 3.75rem;
  }
}
.p-thanks__text {
  width: 100%;
  max-width: 30.3125rem;
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.2em;
  text-align: justify;
  margin: 0 auto 5rem auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    max-width: 69.7674418605%;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}
.p-thanks__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.25rem;
  height: 4.125rem;
  border-radius: 2.6875rem;
  background: #DEB872;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__button {
    width: 12.6875rem;
    height: 2.5625rem;
    font-size: 0.9375rem;
  }
}

.p-news {
  position: relative;
  width: 100%;
}
.p-news__inner {
  width: 100%;
  padding: 5.3125rem 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding: 9.625rem 0 10rem 0;
  }
}
.p-news__title {
  position: relative;
  left: 1.75rem;
  width: 13.9375rem;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    width: 9.0625rem;
    left: 0.875rem;
    margin: 0 auto 0rem auto;
  }
}
@media screen and (max-width: 767px) {
  .p-news__article {
    position: relative;
    margin-top: -1.25rem;
    z-index: 2;
  }
}
.p-news__lists {
  width: 100%;
  max-width: 42.8125rem;
  margin: 0 auto;
  padding-left: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__lists {
    position: relative;
    left: 0rem;
    max-width: 18.75rem;
    padding-left: 0rem;
  }
}
.p-news__list {
  list-style: disc;
}
.p-news__text {
  font-size: 1rem;
  line-height: 2.1111111111;
  letter-spacing: 0.2em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    font-size: 0.9375rem;
    line-height: 2.3333333333;
  }
}
.p-news__pageNav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__pageNav .nav-links {
    gap: 0.625rem;
  }
}
.p-news__pageNav .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50%;
  background: #DEB872;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__pageNav .page-numbers {
    font-size: 0.875rem;
  }
}
.p-news__pageNav .page-numbers:hover {
  opacity: 0.6;
}
.p-news__pageNav .current {
  color: #000;
}

.p-single {
  width: 100%;
}
.p-single__inner {
  width: 100%;
  max-width: 68.4375rem;
  padding: 14.625rem 0 25rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 12.75rem 0 6.25rem 0;
  }
}
.p-single__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.325;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    max-width: 55.8139534884%;
    font-size: 1.5625rem;
    line-height: 1.32;
    margin: 0 auto 4.375rem auto;
  }
}
.p-single__content {
  width: 100%;
  max-width: 41.25rem;
  margin: 0 auto 18.75rem auto;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    max-width: 74.4186046512%;
    margin: 0 auto 7.8125rem auto;
  }
}
.p-single__content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-single-custom {
  width: 100%;
}
.p-single-custom__inner {
  width: 100%;
  max-width: 68.75rem;
  padding: 4.9375rem 0 35.625rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single-custom__inner {
    padding: 10.4375rem 0 6.875rem 0;
  }
}
.p-single-custom__thumbnail {
  width: 100%;
  margin-bottom: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-single-custom__thumbnail {
    margin-bottom: 1.5625rem;
  }
}
.p-single-custom__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  text-align: justify;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-custom__text {
    max-width: 74.4186046512%;
    font-size: 0.9375rem;
    line-height: 2;
    margin: 0 auto 2.8125rem auto;
  }
}
.p-single-custom__imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-custom__imgBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.875rem;
    max-width: 77.6744186047%;
    margin: 0 auto 3.625rem auto;
  }
}
.p-single-custom__img {
  position: relative;
  width: 100%;
  padding-top: 36.2%;
}
@media screen and (max-width: 767px) {
  .p-single-custom__img {
    padding-top: 76.9461077844%;
  }
}
.p-single-custom__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-single-custom__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-custom__table {
    max-width: 83.7209302326%;
    margin: 0 auto 1.625rem auto;
  }
}
.p-single-custom__table dt {
  width: 5.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-single-custom__table dt {
    width: 4.25rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.p-single-custom__table dd {
  width: calc(100% - 5.25rem);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-single-custom__table dd {
    width: calc(100% - 4.25rem);
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.p-single-custom__table_wid {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single-custom__table_wid {
    margin-bottom: 3.625rem;
  }
}
.p-single-custom__table_wid dt {
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-custom__table_wid dt {
    width: 5.3125rem;
  }
}
.p-single-custom__table_wid dd {
  width: calc(100% - 6.25rem);
}
@media screen and (max-width: 767px) {
  .p-single-custom__table_wid dd {
    width: calc(100% - 5.3125rem);
  }
}
@media screen and (max-width: 767px) {
  .p-single-custom__buttonBox {
    max-width: 83.7209302326%;
    margin: 0 auto;
  }
}
.p-single-custom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.25rem;
  height: 4.125rem;
  background: #DEB872;
  border-radius: 2.6875rem;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding-bottom: 0.1875rem;
  margin-bottom: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-custom__button {
    width: 17.5625rem;
    height: 3.5625rem;
    font-size: 1.25rem;
  }
}

.p-topics {
  width: 100%;
}
.p-topics__inner {
  position: relative;
  width: 100%;
  max-width: 94.375rem;
  margin: 0 auto;
  padding: 12.125rem 0 20rem 0;
}
@media screen and (max-width: 767px) {
  .p-topics__inner {
    padding: 10.5rem 0 10rem 0;
  }
}
.p-topics__thumbnail {
  width: 78.6458333333%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topics__thumbnail {
    width: 88.3720930233%;
  }
}
.p-topics__content {
  width: 100%;
  max-width: 43.4375rem;
  margin: 0 auto;
  padding: 6.0625rem 0 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-topics__content {
    max-width: 87.9069767442%;
    padding: 3.125rem 0 6.25rem 0;
  }
}
.p-topics__content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
  text-align: justify;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-topics__content p {
    max-width: 74.4186046512%;
    margin: 0 auto 3.125rem auto;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.p-topics__content img {
  width: 100%;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-topics__content img {
    margin-bottom: 1.875rem;
  }
}

.p-topics-archive {
  width: 100%;
}
.p-topics-archive__inner {
  position: relative;
  width: 100%;
  max-width: 94.375rem;
  margin: 0 auto;
  padding: 6.375rem 0 16.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-topics-archive__inner {
    padding: 10rem 0 6.25rem 0;
  }
}
.p-topics-archive__thumbnail {
  display: block;
  width: 78.6458333333%;
  margin: 0 auto 10.375rem auto;
}
@media screen and (max-width: 767px) {
  .p-topics-archive__thumbnail {
    width: 88.3720930233%;
    margin: 0 auto 2.5rem auto;
  }
}
.p-topics-archive__title {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-bottom: 3.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topics-archive__title {
    font-size: 2rem;
    margin-bottom: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topics-archive__title_pc {
    display: none;
  }
}
.p-topics-archive__title_md {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-topics-archive__title_md {
    display: block;
  }
}
.p-topics-archive__lists {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-topics-archive__lists {
    max-width: 59.5348837209%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.8125rem;
  }
}
.p-topics-archive__link {
  width: 100%;
}

.p-archive {
  width: 100%;
}
.p-archive__inner {
  width: 100%;
  max-width: 102.5rem;
  margin: 0 auto;
  padding: 3.8125rem 2.5rem 13.75rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-archive__inner {
    max-width: 77.9069767442%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 7.6875rem 0rem 10rem 0rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0rem;
  }
}
.p-archive__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.6875rem;
  height: 2.625rem;
  background: #DEB872;
  border-radius: 1.3125rem;
  font-size: 1.25rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-archive__button {
    display: none;
  }
}
.p-archive__wrapper {
  width: 100%;
  max-width: 68.75rem;
}
.p-archive__title {
  position: relative;
  left: -3.625rem;
  width: 100%;
  max-width: 16.75rem;
  margin: 0 auto 4.25rem auto;
  padding-top: 2.9375rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-archive__title {
    max-width: 10.375rem;
    left: 0rem;
    margin: 0 auto 3.25rem auto;
    padding-top: 1.75rem;
  }
}
.p-archive__title02 {
  position: relative;
  left: -3.3125rem;
  width: 100%;
  max-width: 20.875rem;
  margin: 0 auto 4.25rem auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-archive__title02 {
    max-width: 11.8125rem;
    left: 0rem;
    margin: 0 auto 2.8125rem auto;
  }
}
.p-archive__lists {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-archive__lists {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.3125rem;
  }
}
.p-archive__link {
  width: 100%;
}
.p-archive__text {
  position: absolute;
  left: calc(50% - 3.75rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-archive__text {
    left: 50%;
  }
}
.p-archive__spButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-archive__spButton {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.1875rem;
    height: 2.625rem;
    background: #DEB872;
    border-radius: 1.3125rem;
    font-size: 1.25rem;
    letter-spacing: 0.07em;
    margin: 0 auto 1.875rem auto;
  }
}
.p-archive__spButton_mb {
  margin-bottom: 3.75rem;
}

.p-archive-category {
  width: 100%;
  max-width: 17.6875rem;
  min-width: 17.6875rem;
  padding-top: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-archive-category {
    display: none;
    max-width: 100%;
    min-width: auto;
    padding-top: 0rem;
  }
}
.p-archive-category__inner {
  width: 100%;
}
.p-archive-category__title {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-bottom: 1.875rem;
}
.p-archive-category__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-archive-category__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
.p-archive-category__link::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  width: 1.8125rem;
  height: 1.875rem;
  background-image: url(../imgs/icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none !important;
  }
}
.u-change_md {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-change_md {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */