@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 3.125vw;
  }
}

@media (min-width: 1281px) and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  html {
    font-size: 0.62125vw;
  }
}

body {
  font-family: "Noto Serif JP", "游ゴシック", "Yu Gothic", "游ゴシック体",
 "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
 "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #262626;
  background-color: #faf7eb;
  word-break: normal;
  line-break: strict;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

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

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

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

.text-bold {
  font-weight: 700;
}

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

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

.c-white {
  color: #fff;
}

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

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 123rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-view.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (max-width: 768px) {
  .p-wrapper {
    overflow: hidden;
  }
}

.page-main {
  margin-top: 10.9rem;
}

@media screen and (max-width: 768px) {
  .page-main {
    margin-top: 6.5rem;
  }
}

.page-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
  -ms-flex: row wrap;
  flex: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 122rem;
  margin: 0 auto;
  gap: 0 3rem;
  position: relative;
  padding: 3.5rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .page-row {
    padding: 3rem 1rem 5rem;
  }
}

.page-row_sidebar {
  width: 25rem;
  position: relative;
}

.page-row_sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 768px) {
  .page-row_sidebar {
    display: none;
  }
}

.page-row_content {
  width: 94rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .page-row_content {
    width: 100%;
  }
}

.p-wrap {
  background-color: #fff;
  padding: 3.5rem 3.5rem 5rem;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .p-wrap {
    padding: 2rem 1rem 3rem;
    border-radius: 0.5rem;
  }
}

.p-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2.4rem 3.2rem;
  margin-top: 5rem;
}

.p-banner li {
  width: calc(100%/4 - 2.4rem);
}

@media screen and (max-width: 768px) {
  .p-banner {
    gap: 1.4rem 0.7rem;
    margin-top: 2.4rem;
  }
  .p-banner li {
    width: calc(100%/2 - 0.4rem);
  }
}

@media screen and (min-width: 769px) {
  .p-bnr_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-bnr_sp {
    display: block;
    max-width: 18rem;
    margin: 2.6rem auto 0;
  }
  .p-bnr_sp li a {
    display: block;
    line-height: 0;
  }
  .p-bnr_sp li a img {
    width: 100%;
    height: auto;
  }
  .p-bnr_sp li + li {
    margin-top: 2.5rem;
  }
}

.breadcrumb {
  display: block;
  padding: 1rem 0;
  border-top: 0.2rem solid #262626;
  border-bottom: 0.1rem solid #262626;
  margin-bottom: 4rem;
}

.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.breadcrumb li + li {
  margin-left: 1rem;
  position: relative;
}

.breadcrumb li + li::before {
  content: " / ";
  position: absolute;
  left: -1rem;
  top: 0;
  color: #262626;
}

.breadcrumb li a {
  display: inline-block;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0.7rem 0;
    margin-bottom: 3rem;
  }
  .breadcrumb li {
    font-size: 1rem;
  }
  .breadcrumb li + li {
    margin-left: 0.5rem;
  }
  .breadcrumb li + li::before {
    left: -0.5rem;
  }
}

.page-heading {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

.page-heading::after {
  content: "";
  display: block;
  width: 12rem;
  height: 0.1rem;
  background-color: #262626;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .page-heading {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
  .page-heading::after {
    width: 8rem;
    height: 0.1rem;
  }
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.cat-list li {
  width: calc(100%/5 - 1.2rem);
}

.cat-list li a {
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  padding: 0.9rem 0.8rem;
  text-align: center;
  border: 0.1rem solid #e2d9b4;
  background-color: #faf7eb;
  font-size: 1.3rem;
}

.cat-list li a:hover {
  background-color: #262626;
  color: #faf7eb;
}

.cat-list li.active a {
  background-color: #262626;
  color: #faf7eb;
}

@media screen and (max-width: 768px) {
  .cat-list {
    gap: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .cat-list li {
    width: calc(100%/3 - 0.55rem);
  }
  .cat-list li a {
    padding: 0.7rem 0.5rem;
    font-size: 0.9rem;
  }
}

.cat-list-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
   font-size: 1.4rem!important;
   font-weight: bold;

}

.cat-list-single span {
  width: calc(100%/5 - 0.5rem);
  list-style: none!important;
  margin-left: 0!important;
  font-weight: normal;
 
}









@media screen and (max-width: 768px) {
  .cat-list-single {
    gap: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .cat-list-single li {
    width: calc(100%/3 - 0.55rem);
    font-size: 0.9rem;
  }

}

.news-cat {
  width: 16.2rem;
  height: 3rem;
  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;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #e2d9b4;
}

@media screen and (max-width: 768px) {
  .news-cat {
    width: 13rem;
    height: 2.4rem;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}

.news-date {
  display: inline-block;
  width: 19rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border-right: 0.1rem solid #e2d9b4;
}

@media screen and (max-width: 768px) {
  .news-date {
    width: 100%;
    border-right: none;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0.8rem;
  }
}

.news-title {
  display: block;
  width: 51.8rem;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.88235;
  text-decoration: underline;
  padding: 0 2.2rem;
}

@media screen and (max-width: 768px) {
  .news-title {
    width: 100%;
    font-size: 1.2rem;
    padding: 0 1.2rem;
    line-height: 1.5;
    padding: 0;
  }
}

.news-item + .news-item {
  border-top: 0.1rem solid #262626;
}

.news-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 3.3rem 0;
}

.news-item_link:hover .news-title {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .news-item_link {
    padding: 1.7rem 0;
  }
}

.back-link {
  margin-top: 5rem;
}

.back-link a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .back-link {
    margin-top: 3rem;
  }
  .back-link a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-study .cat-list {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-study .study-list .news-title {
    width: 67.8rem;
  }
  .p-study .study-list .news-date {
    border-color: #262626;
  }
}

.p-post p {
  line-height: 2;
}

.p-post p + p {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-post p {
    line-height: 1.75;
  }
  .p-post p + p {
    margin-top: 2rem;
  }
}

.p-post strong, .p-post b, .p-post em {
  font-weight: 700;
}
.p-post li{
  margin-bottom: 1.3rem;
}
.p-post ol li {
  list-style: decimal;
  margin-left: 2rem;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-post ol li {
    font-size: 1.1rem;
    line-height: 1.75;
  }
}

.js-tab-content {
  display: none;
}

.js-tab-content.is-active {
  display: block;
}

.js-tab-trigger.is-active {
  font-weight: bold;
  text-decoration: underline;
}

.p-404 .p-404_txt {
  text-align: center;
}

.p-404 .p-404_btn {
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-404 .p-404_btn {
    margin-top: 2rem;
  }
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  border-top: 0.5rem solid #262626;
  border-bottom: 0.2rem solid #262626;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #faf7eb;
  padding-left: 3rem;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 0 0 0 1rem;
  }
}

.header-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-link .logo {
  display: inline-block;
  width: 9.8rem;
}

@media screen and (max-width: 768px) {
  .header-logo-link .logo {
    width: 5.3rem;
  }
}

.header-logo-link .desc {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .header-logo-link .desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 1.5rem;
  }
}

.g-global {
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  background-color: #faf7eb;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  text-align: center;
  padding: 5rem 0 4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .g-global {
    padding: 2rem 0 2rem;
  }
}

.g-global_logo {
  display: inline-block;
  width: 13.8rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .g-global_logo {
    width: 10rem;
    margin-bottom: 2rem;
  }
}

.g-global_list li a {
  display: block;
  font-weight: 700;
}

.g-global_item {
  position: relative;
}

.g-global_item::before, .g-global_item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}

.g-global_item::before {
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  background-color: #262626;
}

.g-global_item_link {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 2.5rem 0;
}

@media screen and (max-width: 768px) {
  .g-global_item_link {
    font-size: 1.2rem;
    padding: 2rem 0;
  }
}

.g-global_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  width: 18rem;
  margin: 0 auto;
}

.g-global_sub li a {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .g-global_sub {
    width: 14rem;
  }
  .g-global_sub li a {
    font-size: 1rem;
    line-height: 2;
  }
}

.g-global.open {
  opacity: 1;
  visibility: visible;
}

.header-btn {
  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: 17rem;
  height: 10.4rem;
  border-left: 0.1rem solid #262626;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-btn {
    display: none;
  }
}

/** footer
======================================= **/
.page-footer {
  padding: 6rem 19rem 4rem 3rem;
  border-top: 0.5rem solid #262626;
  border-bottom: 0.5rem solid #262626;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 0 0 1.5rem;
  }
}

.footer-inner {
  max-width: 138rem;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer-info {
    padding: 3rem 1.5rem;
  }
}

.footer-info_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .footer-info_ttl {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}

.footer-info_txt {
  line-height: 2;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .footer-info_txt {
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 8.2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .footer-menu {
    width: 23rem;
    position: relative;
  }
  .footer-menu::before, .footer-menu::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
  }
  .footer-menu::before {
    width: 100%;
    height: 0.1rem;
    top: 0;
    background-color: #262626;
  }
  /*.footer-menu::after {
    width: 13.5rem;
    height: 0.3rem;
    top: -0.1rem;
    background-color: #262626;
  }*/
}

@media screen and (max-width: 768px) {
  .footer-menu {
    width: 100%;
  }
  .footer-menu:last-child {
    border-bottom: 0.1rem solid #262626;
  }
}

.footer-menu a {
  display: block;
  font-weight: 700;
  line-height: 1.3333;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .footer-menu_item {
    position: relative;
  }
  .footer-menu_item::before, .footer-menu_item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
  }
  .footer-menu_item::before {
    width: 100%;
    height: 0.1rem;
    bottom: 0;
    background-color: #262626;
  }
  /*.footer-menu_item::after {
    width: 13.5rem;
    height: 0.3rem;
    bottom: -0.1rem;
    background-color: #262626;
  }*/
}

@media screen and (max-width: 768px) {
  .footer-menu_item {
    border-top: 0.1rem solid #262626;
  }
}

.footer-menu_item_link {
  padding: 2.2rem 0;
}

@media screen and (max-width: 768px) {
  .footer-menu_item_link {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu_sub {
    padding: 0 1.5rem 2rem 1.5rem;
  }
}

.footer-menu_sub li a {
  font-size: 1.3rem;
  line-height: 2.153846;
}

@media screen and (max-width: 768px) {
  .footer-menu_sub li a {
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .footer-menu:nth-child(3) .footer-menu_item {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 0 1.5rem;
    margin-top: 2.5rem;
  }
}

.footer-bottom p {
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .footer-bottom p {
    font-size: 1.1rem;
    line-height: 1.45;
  }
}

.copyright {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  margin-top: 1rem;
  font-family: "Lusitana", sans-serif;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1.4rem;
  }
}

.pagetop {
  display: inline-block;
  position: fixed;
  right: 4rem;
  bottom: 8rem;
  width: 5.2rem;
  line-height: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 1rem;
    bottom: 2rem;
    width: 3.2rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 2.2rem;
  height: 2.2rem;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #e2d9b4;
}

.arrow img,
.arrow svg {
  display: block;
  width: 0.5rem;
  height: 0.9rem;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
  .arrow img,
  .arrow svg {
    display: block;
    width: 0.3rem;
    height: 0.6rem;
  }
}

.p-btn {
  width: 24rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #faf7eb;
  border: 0.1rem solid #262626;
  border-radius: 8rem;
  position: relative;
  padding-right: 0.5rem;
}

.p-btn .txt {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-btn .txt {
    font-size: 1.1rem;
  }
}

.p-btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-btn {
    width: 16rem;
    height: 3.4rem;
  }
  .p-btn .arrow {
    right: 1rem;
  }
}

.heading-lv1 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.142857;
  letter-spacing: 0.03em;
  margin: 0 0 6rem;
  padding: 2rem;
  position: relative;
}

.heading-lv1::before, .heading-lv1::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 6.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/heading_splash.svg") no-repeat center center;
  background-size: cover;
}

.heading-lv1::before {
  left: 0;
}

.heading-lv1::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(-180deg);
  transform: translateY(-50%) rotateY(-180deg);
}

@media screen and (max-width: 768px) {
  .heading-lv1 {
    font-size: 1.5rem;
    padding: 1rem;
    margin: 0 0 4rem;
  }
  .heading-lv1::before, .heading-lv1::after {
    width: 1.35rem;
    height: 4.5rem;
  }
}

.heading-lv2 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3333;
  letter-spacing: 0.03em;
  margin: 0 0 3rem;
  padding: 1rem 2rem;
  background-color: #e2d9b4;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
    margin-bottom: 1.5rem;
  }
}

.heading-lv3 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3333;
  letter-spacing: 0.03em;
  margin: 5rem 0 3rem;
  padding: 1rem 2rem;
  background-color: #262626;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .heading-lv3 {
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
    margin: 3rem 0 1.5rem;
  }
}

.img-shadow {
  position: relative;
  z-index: 1;
}

.img-shadow::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.img-anim {
  overflow: hidden;
}

.img-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 30%;
  object-position: 0 30%;
  -webkit-transform: translate3d(0px, -2px, 0px) scale(1.2);
  transform: translate3d(0px, -2px, 0px) scale(1.2);
  opacity: 0;
}

.img-anim.is-inview img {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
  transform: translate3d(0px, 0px, 0px) scale(1);
  will-change: transform;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}

.p-wrapper {
  position: relative;
}

@media screen and (min-width: 769px) {
  .js-ctn {
    display: block !important;
  }
}

/** header area
====================================== **/
#hambuger {
  width: 17rem;
  height: 10.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  border-left: 0.1rem solid #262626;
}

@media screen and (max-width: 768px) {
  #hambuger {
    width: 6rem;
    height: 6rem;
  }
}

#hambuger span {
  display: inline-block;
  line-height: 1;
  font-family: "Lusitana", sans-serif;
  margin-top: 1.5rem;
}

#hambuger span.open {
  display: inline-block;
}

#hambuger span.close {
  display: none;
}

@media screen and (max-width: 768px) {
  #hambuger span {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

#hambuger.open {
  border-left: none;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 6rem;
  height: 1.6rem;
}

@media screen and (max-width: 768px) {
  .nav-icon ul {
    width: 3.2rem;
    height: 1rem;
  }
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #262626;
  width: 100%;
  height: 0.1rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 48%;
  display: none;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(27deg);
  transform: translate(-50%, -50%) rotate(27deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-27deg);
  transform: translate(-50%, -50%) rotate(-27deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

/** header area
====================================== **/
.sidebar-menu li a {
  display: block;
  font-weight: 700;
}

.sidebar-menu_item {
  position: relative;
}

.sidebar-menu_item::before, .sidebar-menu_item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}

.sidebar-menu_item::before {
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  background-color: #262626;
}

.sidebar-menu_item_link {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 3rem 0 3rem 2rem;
}

@media screen and (max-width: 768px) {
  .sidebar-menu_item_link {
    font-size: 1.2rem;
    padding: 2rem 0;
  }
}

.sidebar-menu_item:last-child::before, .sidebar-menu_item:last-child::after {
  display: none;
  width: 0;
  height: 0;
  background: none;
}

.sidebar-menu_sub {
  padding-left: 2rem;
}

.sidebar-menu_sub li a {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .sidebar-menu_sub li a {
    font-size: 1rem;
    line-height: 2;
  }
}

.sidebar-banner {
  margin: 5rem auto 0;
  max-width: 18rem;
}

.sidebar-banner li a {
  display: block;
  line-height: 0;
}

.sidebar-banner li a img {
  width: 100%;
  height: auto;
}

.sidebar-banner li + li {
  margin-top: 2.2rem;
}

/** home
======================================= **/
@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.main-visual {
  position: relative;
}

.main-visual .mv-ttl {
  max-width: 85.5rem;
}

.main-visual .mv-txt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
  max-width: 62rem;
  margin: 7.5rem 0 0 auto;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-txt {
    max-width: 100%;
    font-size: 1.1rem;
    line-height: 1.636;
    margin: 6rem 0 0;
  }
}

.main-visual .mv-img {
  display: inline-block;
  width: 43.3rem;
  position: absolute;
  top: 13.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-img {
    width: 14rem;
    top: 4.5rem;
  }
}

.p-top_news {
  margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-top_news {
    margin-top: 3rem;
  }
}

.p-top_news .top-news_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 4rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top_news .top-news_heading {
    gap: 0 2rem;
    margin-bottom: 1.5rem;
  }
}

.p-top_news .top-news_heading span {
  display: inline-block;
}

.p-top_news .top-news_heading span.en {
  font-size: 4rem;
  font-family: "Lusitana", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top_news .top-news_heading span.en {
    font-size: 2.2rem;
  }
}

.p-top_news .top-news_heading span.ja {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-top_news .top-news_heading span.ja {
    font-size: 1.1rem;
  }
}

.p-top_news .p-btn {
  margin: 2.2rem auto 0;
}

/** home
======================================= **/
.pagination {
  margin: 6rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 4rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

.page-numbers .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: 3.5rem;
  height: 3.5rem;
  font-weight: 700;
  line-height: 1;
  border: 0.1rem solid #e2d9b4;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  background-color: #e2d9b4;
}

@media screen and (max-width: 768px) {
  .page-numbers {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .page-numbers .page-numbers {
    width: 3rem;
    height: 3rem;
  }
}

.group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 3.3rem;
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 768px) {
  .group-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem 0;
    margin-bottom: 4.5rem;
  }
}

.p-report .report-lead {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 768px) {
  .p-report .report-lead {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
}

.p-report .report-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
  margin: -3.5rem -2.5rem;
  position: relative;
}

.p-report .report-list::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 5rem);
  height: calc(100% - 6rem);
  border-left: 2.5rem solid #fff;
  border-right: 2.5rem solid #fff;
  border-top: 3.5rem solid #fff;
  border-bottom: 3.5rem solid #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-report .report-list {
    margin: -2rem -1rem;
    padding: 0 1rem;
  }
  .p-report .report-list::after {
    width: calc(100% - 4rem);
    height: calc(100% - 3rem);
    border-left: 2rem solid #fff;
    border-right: 2rem solid #fff;
    border-top: 2rem solid #fff;
    border-bottom: 2rem solid #fff;
  }
}

.p-report .report-item {
  width: calc(100%/3);
  padding: 3.5rem 2.5rem;
  border-bottom: 0.1rem solid #262626;
}

.p-report .report-item_ttl {
  display: block;
  margin-top: 1.8rem;
  letter-spacing: 0;
  text-align: center;
}

.p-report .report-item_link {
  position: relative;
  z-index: 2;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-report .report-item {
    width: calc(100%/2);
    padding: 2rem 1rem;
  }
  .p-report .report-item_ttl {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.p-report .rp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 6rem;
}

.p-report .rp-flex ._img {
  width: 30rem;
}

.p-report .rp-flex ._ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-report .rp-flex {
    display: block;
  }
  .p-report .rp-flex ._img {
    width: 100%;
    max-width: 15rem;
    margin: 0 auto 2rem;
  }
  .p-report .rp-flex ._ctn {
    width: 100%;
  }
}

.p-about .about-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0 4rem;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 768px) {
  .p-about .about-anchor {
    margin-bottom: 4.5rem;
    gap: 0 1rem;
  }
  .p-about .about-anchor .p-btn {
    width: 13.5rem;
    height: 3rem;
    padding-right: 1.5rem;
  }
  .p-about .about-anchor .p-btn .txt {
    font-size: 1.1rem;
  }
}

.p-about_outline .outline-intro {
  margin-top: 4rem;
}

.p-about_outline .outline-intro figure {
  margin: 0 auto 4rem;
  width: 17.4rem;
}

@media screen and (max-width: 768px) {
  .p-about_outline .outline-intro figure {
    width: 10rem;
    margin-bottom: 3rem;
  }
}

.p-about_outline .outline-intro p {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-about_outline .outline-intro p {
    font-size: 1.1rem;
  }
}

.p-about_guideline {
  margin: 12rem 0 0;
}

.p-about_guideline p {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-about_guideline p + p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-about_guideline {
    margin: 5rem 0 0;
  }
  .p-about_guideline p {
    font-size: 1.1rem;
    line-height: 1.75;
  }
  .p-about_guideline p + p {
    margin-top: 2rem;
  }
}

.outline-box {
  margin-top: 5rem;
}

.outline-box_art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 2;
  border-bottom: 0.1rem solid #262626;
  padding: 2rem 0;
}

.outline-box_art_tl {
  width: 14.5rem;
  font-weight: 700;
}

.outline-box_art_tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.outline-box_art:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .outline-box_art {
    padding: 1.5rem 0;
    font-size: 1.1rem;
    line-height: 1.75;
  }
  .outline-box_art .outline-box_art_tl {
    width: 9rem;
  }
}

.outline-link {
  margin-top: 4rem;
}

.p-member .heading-lv1 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-member .heading-lv1 {
    margin-bottom: 3rem;
  }
}

.p-member_info .member-info_txt {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-member_info .member-info_txt {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.p-member_info .member-info_lead {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .p-member_info .member-info_lead {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }
}

.p-member_cta {
  margin: 10rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-member_cta {
    margin: 5rem 0 0;
  }
}

.p-member_cta dl dt {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-member_cta dl dt {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}

.p-member_cta dl dd {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-member_cta dl dd {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.p-report_submit .p-post h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.142857;
  letter-spacing: 0.03em;
  margin-bottom: 1.5rem;
}

.p-report_submit .p-post h4:not(:first-child) {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-report_submit .p-post h4 {
    font-size: 1.3rem;
  }
  .p-report_submit .p-post h4:not(:first-child) {
    margin-top: 3rem;
  }
}

.p-report_submit .p-post p {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-report_submit .p-post p {
    margin-top: 3rem;
  }
}

.p-report_submit .p-post .p-btn {
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-report_submit .p-post .p-btn {
    margin-top: 3rem;
  }
}

.p-wrap.page-post p a{
  text-decoration: underline;
}
.p-wrap.page-post p a:hover{
  text-decoration: none;
}

.page-post p {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .page-post p {
    font-size: 1.1rem;
  }
}

.page-post .wp-block-button__link,
.page-post .wp-element-button {
  width: 24rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #faf7eb;
  border: 0.1rem solid #262626;
  border-radius: 8rem;
  position: relative;
  padding-right: 0.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #262626;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  padding-right: 3.5rem;
}

.page-post .wp-block-button__link::after,
.page-post .wp-element-button::after {
  position: absolute;
  content: '';
  width: 2.2rem;
  height: 2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.2rem;
  background: url(../img/common/arr_btn.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-post .wp-block-button__link,
  .page-post .wp-element-button {
    font-size: 1.1rem;
    width: 16rem;
    height: 3.4rem;
  }
  .page-post .wp-block-button__link::after,
  .page-post .wp-element-button::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
}

.page-post .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 4rem;
  margin: 5rem auto;
}

@media screen and (max-width: 768px) {
  .page-post .wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem 0;
    margin: 3rem auto;
  }
}

.page-post .wp-block-heading {
  margin: 6rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .page-post .wp-block-heading {
    margin: 3rem 0 1.5rem;
  }
}

.page-post .wp-block-image {
  margin: 5rem auto;
}

.page-post .wp-block-image.is-resized {
  max-width: 75rem;
}

@media screen and (max-width: 768px) {
  .page-post .wp-block-image {
    margin: 2rem auto;
  }
}

.wp-block-file{
  display: flex;

  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
  margin-bottom: 1rem;
}
.wp-block-file a{
  display: inline-block;
}
.wp-block-file__button{
  padding: 0.3rem 2rem;
      margin-left: 0!important;
          margin-right: .75em;
}

.p-post h1,.p-post h2,.p-post h3,
.p-post h4,.p-post h5{
  margin-bottom: 2rem;
}

.page-post .mgt0 {
  margin-top: 0 !important;
}

.page-post .mgt50 {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .page-post .mgt50 {
    margin-top: 3rem;
  }
}

.p-update{
  text-align: right;
  margin-bottom: 3rem;
}