@charset "UTF-8";
/*--------------------------------------
    IMPORT
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/*--------------------------------------
    BASE
--------------------------------------*/
html {
  height: 100%;
}

body {
  min-width: 1200px;
  background-color: #ffffff;
  color: #231815;
  font-style: normal;
  line-height: 1.75;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: justify;
  animation: fadeIn 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}
body.nav-open {
  overflow-y: hidden;
}

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

/* widndows用フォントスタイル */
.win body {
  font-family: Verdana, "メイリオ", Meiryo, Roboto, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

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

/*--------------------------------------
    TEXT
--------------------------------------*/
em {
  font-weight: 700;
  font-style: normal;
}

/*--------------------------------------
    LINK
--------------------------------------*/
a {
  color: #3f3b39;
  transition: opacity 0.3s ease-out;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

:hover.over {
  text-decoration: none;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  :hover.over {
    opacity: 1;
  }
}
/*--------------------------------------
    CLEARFIX
--------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.l-container__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .l-container__inner {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}
.l-container__inner--w1000 {
  max-width: 65rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .l-container__inner--w1000 {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}
.l-container__inner--w880 {
  max-width: 55rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .l-container__inner--w880 {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}
.l-container__inner--w840 {
  max-width: 52.5rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .l-container__inner--w840 {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}

.l-footer {
  width: 100%;
}

.l-header {
  position: absolute;
  width: 100%;
  padding: 30px 15px 0;
}
@media screen and (max-width: 1024px) {
  .l-header {
    position: relative;
    padding: 0;
    height: auto;
    background-color: #fcf9ef;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pageTop {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-120%);
  }
  30.1% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.c-box {
  display: block;
}

.c-box:hover {
  text-decoration: none;
}

.c-box-over {
  display: inline-block;
  overflow: hidden;
}

.c-box-over--pict {
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .c-box-over--pict {
    border-radius: 8px;
  }
}

.c-box-over--icon {
  border-radius: 50%;
}

.c-box-over--border {
  border: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .c-box-over--border {
    border: none;
  }
}

.c-box-over img {
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-box:hover .c-box-over img {
  transform: scale(1.04);
}
@media screen and (max-width: 1024px) {
  .c-box:hover .c-box-over img {
    transform: scale(1);
  }
}

.c-box:hover .c-box-text {
  opacity: 0.5;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
  .c-box:hover .c-box-text {
    opacity: 1;
  }
}

.c-breadcrumbs__list {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumbs__list {
    padding-left: 20px;
    font-size: 10px;
  }
}
.c-breadcrumbs__item:not(:first-child)::before {
  display: inline-block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: 0 0.75em 0 0.5em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  vertical-align: 1.5px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .c-breadcrumbs__item:not(:first-child)::before {
    width: 4px;
    height: 4px;
  }
}

.c-link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border: 2px solid;
  border-radius: 100vh;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-link-button {
    padding-right: 15px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.25;
  }
}
.c-link-button::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 15px;
  font-family: "Material Icons";
  font-size: 28px;
  border-radius: 100vh;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-link-button::after {
    position: absolute;
    right: 17px;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
.c-link-button--c01 {
  border-color: #44ae35;
  color: #008300;
}
.c-link-button--c02 {
  border-color: #004d9f;
  color: #004d9f;
}
.c-link-button--c03 {
  border-color: #e3005a;
  color: #e3005a;
}
.c-link-button--c04 {
  border-color: #231815;
  color: #231815;
}
.c-link-button--c01::after {
  background-color: #44ae35;
}
.c-link-button--c02::after {
  background-color: #004d9f;
}
.c-link-button--c03::after {
  background-color: #e3005a;
}
.c-link-button--c04::after {
  background-color: #231815;
}

.c-flex {
  display: flex;
}
.c-flex--wrap {
  flex-wrap: wrap;
}
.c-flex--jc-center {
  justify-content: center;
}
.c-flex--jc-space-between {
  justify-content: space-between;
}
.c-flex--ai-center {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-flex {
    flex-direction: column;
  }
}

.c-link-window {
  position: relative;
}

.c-link-window::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-family: "Material Icons";
  line-height: 1;
  content: "";
}

.c-link-window--c01::after {
  color: #44ae35;
}

.c-link-window--c02::after {
  color: #004d9f;
}

.c-link-window-c03::after {
  color: #e3005a;
}

.c-link-window--bk::after {
  color: #231815;
}

.c-link-chevron {
  position: relative;
}

.c-link-chevron::after {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  vertical-align: middle;
  font-family: "Material Icons";
  line-height: 1;
  content: "";
  border-radius: 100vh;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-link-chevron::after {
    width: 20px;
    height: 20px;
  }
}

.c-link-chevron--c01::after {
  background-color: #44ae35;
}

.c-link-chevron--c02::after {
  background-color: #004d9f;
}

.c-link-chevron--c03::after {
  background-color: #e3005a;
}

.c-link-chevron--bk::after {
  background-color: #231815;
}

.c-link-download {
  color: #009EE7;
  text-decoration: underline;
}

.c-link-download:hover {
  text-decoration: none;
}

.c-link-underline {
  text-decoration: underline;
}

.c-link-underline:hover {
  text-decoration: none;
}

.c-link-icon::after {
  position: relative;
  top: -3px;
  right: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 1024px) {
  .c-link-icon::after {
    width: 25px;
    height: 25px;
  }
}
.c-link-icon--pdf::after {
  background: url(/_assets/img/common/common_icon_pdf.png) no-repeat 0 0/cover;
}
.c-link-icon--png::after {
  background: url(/_assets/img/common/common_icon_png.png) no-repeat 0 0/cover;
}
.c-link-icon--rule::after {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1024px) {
  .c-link-icon--rule::after {
    display: none;
  }
}

.c-link-list-item {
  position: relative;
  padding-left: 20px;
}
.c-link-list-item::before {
  position: absolute;
  left: 0;
  content: "■";
}
.c-link-list-item--blue::before {
  color: #004d9f;
}

.c-list--circle li {
  list-style: disc;
}

.c-list--decimal-brackets > .c-list__item {
  padding-left: 2.6em;
  text-indent: -2.6rem;
}

.c-page-top {
  position: fixed;
  right: 1.25rem;
  bottom: -100%;
  z-index: 100;
  width: 3.75rem;
  height: 3.75rem;
  transition: bottom 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .c-page-top {
    right: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-page-top.is-scrolled {
  bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .c-page-top.is-scrolled {
    bottom: 0.625rem;
  }
}
.c-page-top__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #231815;
}
.c-page-top__link:hover {
  opacity: 0.8;
}
.c-page-top__icon-wrap {
  overflow: hidden;
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .c-page-top__icon-wrap {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.c-page-top__icon {
  display: block;
  color: #fff;
  font-size: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .c-page-top__icon {
    font-size: 1.125rem;
  }
}
.c-page-top__link:hover .c-page-top__icon {
  animation: pageTop 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-table {
  width: 100%;
}

.c-table-bg--c01 {
  background-color: #E3F2E1;
}
.c-table-bg--c02 {
  background-color: #F2F6FA;
}
.c-table-bg--c03 {
  background-color: #F9E7F0;
}
.c-table-bg--c04 {
  background-color: #F7F5F2;
}

.c-table-border-t-none {
  border-top: none !important;
}

.c-table-border-r-none {
  border-right: none !important;
}

.c-table-border-b-none {
  border-bottom: none !important;
}

.c-table-border-l-none {
  border-left: none !important;
}

.c-table-border-b-double {
  border-bottom-style: double !important;
  border-bottom-width: 4px !important;
}

.c-text-main {
  font-size: 1rem;
  line-height: 1.875;
  overflow-wrap: break-word;
}

.c-text-new {
  position: relative;
  top: -2px;
  left: -5px;
  display: inline-block;
  width: 46px;
  height: 20px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #E40012;
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .c-text-new {
    width: 40px;
    height: 17px;
    font-size: 14px;
  }
}

.c-text-page-lead {
  max-width: 874px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .c-text-page-lead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.875;
  }
}

.c-text-heading {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.9;
}

.c-text-note {
  font-weight: 400;
  font-size: 12px;
}

.c-text-indent {
  padding-left: 1rem;
  text-indent: -1rem;
}

.c-text-end {
  margin-left: 15px;
  font-weight: 400;
  color: #E71F19;
}
@media screen and (max-width: 1024px) {
  .c-text-end {
    display: block;
    margin-left: 0;
  }
}

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

.p-header__inner,
.p-footer__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-header__inner,
.p-footer__inner {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}

.p-footer-nav__haeding-link:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
  text-decoration: none;
}

.p-footer-nav__link:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

#movie-mp4 {
  max-width: 100%;
}

.p-footer-nav {
  max-width: 673px;
  width: 100%;
  margin-left: 140px;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-footer-nav {
    margin-left: 0;
  }
}
.p-footer-nav__inner:first-child {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__inner:first-child {
    display: none;
  }
}
.p-footer-nav__inner:last-child {
  display: flex;
  margin-top: 33px;
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__inner:last-child {
    flex-direction: column;
    margin-top: 23px;
  }
}
.p-footer-nav__menu {
  min-width: 9rem;
}
.p-footer-nav__haeding {
  position: relative;
}
.p-footer-nav__haeding-link, .p-footer-nav__haeding {
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
  font-weight: 900;
  font-size: 19px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__haeding-link, .p-footer-nav__haeding {
    font-size: 18px;
  }
}
.p-footer-nav__list {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: calc(32 / 15);
}
.p-footer-nav__list--sub {
  margin-top: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: calc(29 / 13);
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__list--sub {
    font-size: 15px;
    line-height: calc(32 / 15);
  }
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__list--sub:first-child {
    margin-right: 50px;
  }
}
.p-footer-nav__item--two {
  line-height: 1.467;
}
.p-footer-nav__menu-row {
  display: flex;
}
.p-footer-nav__menu-col:nth-child(n+2) {
  margin-top: -10px;
  padding-left: 44px;
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__menu-col:nth-child(n+2) {
    margin-top: 0;
    padding-top: 23px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__menu-col-sp {
    display: flex;
  }
}

.p-footer-nav__inner:last-child .p-footer-nav__menu {
  position: relative;
  padding-right: 53px;
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__inner:last-child .p-footer-nav__menu {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.p-footer-nav__inner:last-child .p-footer-nav__menu::after {
  position: absolute;
  top: -5px;
  right: 0;
  width: 1px;
  height: 194px;
  background-color: #b3b3b4;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__inner:last-child .p-footer-nav__menu::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.p-footer__top {
  padding: 58px 0 53px;
  background-color: #fcf9ef;
}
@media screen and (max-width: 1024px) {
  .p-footer__top {
    padding: 32px 0 20px;
  }
}
.p-footer__inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-footer__inner {
    flex-direction: column;
  }
}
.p-footer__logo {
  max-width: 386px;
}
@media screen and (max-width: 1024px) {
  .p-footer__logo {
    max-width: 274px;
  }
}
.p-footer__logo img {
  width: 100%;
}
.p-footer__bottom {
  padding: 16.8px 0;
  background-color: #e6ae00;
}
@media screen and (max-width: 1024px) {
  .p-footer__bottom {
    padding: 13px 0;
  }
}
.p-footer__copyright {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
}

.p-footer-company-info {
  flex-basis: 386px;
}
@media screen and (max-width: 1024px) {
  .p-footer-company-info {
    flex: 0 0 auto;
  }
}

.p-footer-company-detail {
  margin-top: 30px;
}
.p-footer-company-detail__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
}
.p-footer-company-detail__title span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.p-footer-company-detail__address {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.617;
}
@media screen and (max-width: 1024px) {
  .p-footer-company-detail__address {
    margin-right: 35px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer-company-detail__flex {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer-company-detail__flex p:nth-child(n+2) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer-company-detail__flex p:last-child {
    margin-right: 0;
  }
}

.p-footer-link-text {
  margin-top: 23px;
}
@media screen and (max-width: 1024px) {
  .p-footer-link-text {
    margin-top: 43px;
  }
}

.p-footer-link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
}

@media screen and (max-width: 1024px) {
  .p-footer-link span {
    display: none;
  }
}

.p-footer-link::before {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 20px;
  background: no-repeat 0 0/cover;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-footer-link::before {
    width: 48px;
    height: 48px;
    margin-right: 0;
  }
}

.p-footer-link--icon01::before {
  background-image: url(/_assets/img/common/common_fackbook_icon.svg);
}

.p-footer-link--icon02::before {
  background-image: url(/_assets/img/common/common_note_icon.svg);
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.p-footer-button-wrap {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-footer-button-wrap {
    display: flex;
    column-gap: 19px;
    margin-top: 18px;
  }
}

.p-footer-button-inner {
  max-width: 197px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-footer-button-inner {
    max-width: 154px;
  }
}

.p-footer-button-inner:last-child {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .p-footer-button-inner:last-child {
    margin-top: 0;
  }
}

.p-footer-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  padding-right: 10px;
  padding-left: 15px;
  color: #717071;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 14px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-footer-button {
    height: 48px;
    padding-left: 10px;
    font-size: 13px;
    border-radius: 10px;
  }
}

.p-footer-button--c01 {
  border: 2px solid #44ae35;
}

.p-footer-button--c02 {
  border: 2px solid #e6ae00;
}

.p-footer-button::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: "Material Icons";
  font-size: 24px;
  border-radius: 100vh;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-footer-button::after {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

.p-footer-button--c01::after {
  background-color: #44ae35;
}

.p-footer-button--c02::after {
  background-color: #e6ae00;
}

.p-gate-sub__list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub__list {
    flex-wrap: wrap;
    row-gap: 19px;
  }
}
.p-gate-sub__item {
  width: 100%;
}
.p-gate-sub__link {
  position: relative;
  display: flex;
  justify-content: center;
  height: 244px;
  padding-top: 85px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
  border: 1px solid #B3B3B4;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub__link {
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    padding-top: 0;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.75;
    text-align: left;
  }
}
.p-gate-sub__link--2line {
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub__link--2line {
    padding-top: 0;
  }
}
.p-gate-sub__link::after {
  position: absolute;
  right: 0;
  bottom: 27px;
  left: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1;
  border-radius: 100vh;
  color: #fff;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-gate-sub__link::after {
    top: 0;
    right: 15px;
    bottom: 0;
    left: auto;
    width: 21px;
    height: 21px;
    font-size: 21px;
  }
}
.p-gate-sub__text-small {
  margin-top: 15px;
  font-weight: 500;
  font-size: 17px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-gate-sub__text-small {
    font-size: 16px;
  }
}
.p-gate-sub__text {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub__text {
    font-size: 22px;
    line-height: 1.364;
  }
}
.p-gate-sub__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 203px;
  height: 63px;
  margin: 20px auto 0;
  padding-left: 60px;
  font-weight: 700;
  font-size: 18px;
  color: #008200;
  border: 2px solid #44ae35;
  border-radius: 35px;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub__button {
    width: 181px;
    height: 56px;
    margin: 23px auto 0;
    padding-left: 50px;
    font-size: 16px;
  }
}
.p-gate-sub__button::after {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 8px;
  vertical-align: middle;
  font-family: "Material Icons";
  font-size: 23px;
  line-height: 1;
  content: "";
  color: #44ae35;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub__button::after {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    font-size: 20px;
  }
}

.p-gate-sub--2box .p-gate-sub__list {
  column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub--2box .p-gate-sub__list {
    column-gap: 0;
  }
}

.p-gate-sub--3box .p-gate-sub__list {
  column-gap: 55px;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub--3box .p-gate-sub__list {
    column-gap: 0;
  }
}

.p-gate-sub--4box .p-gate-sub__list {
  column-gap: 36px;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub--4box .p-gate-sub__list {
    column-gap: 0;
  }
}

.p-gate-sub--about .p-gate-sub__link::after {
  background-color: #44ae35;
}

.p-gate-sub--activities .p-gate-sub__link::after {
  background-color: #e3005a;
}

.p-gate-sub--group-only {
  max-width: 931px;
  margin: 0 auto;
}
.p-gate-sub--group-only .p-gate-sub__link {
  position: relative;
  height: 336px;
  padding-top: 185px;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub--group-only .p-gate-sub__link {
    height: auto;
    justify-content: center;
    padding-bottom: 25px;
    padding-left: 0;
  }
}
.p-gate-sub--group-only .p-gate-sub__link::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}
.p-gate-sub--group-only .p-gate-sub__link--system::before {
  top: 45px;
  width: 159px;
  height: 116px;
  background: url("/_assets/img/other/other_group-only_gate_img01.svg") no-repeat 0 0/cover;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub--group-only .p-gate-sub__link--system::before {
    top: 35px;
    width: 138px;
    height: 101px;
  }
}
.p-gate-sub--group-only .p-gate-sub__link--platform::before {
  top: 60px;
  width: 259px;
  height: 109px;
  background: url("/_assets/img/other/other_group-only_gate_img02.svg") no-repeat 0 0/cover;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub--group-only .p-gate-sub__link--platform::before {
    top: 30px;
    width: 225px;
    height: 94px;
  }
}
.p-gate-sub--group-only .p-gate-sub__link::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-gate-sub--group-only .p-gate-sub__link--system {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .p-gate-sub--group-only .p-gate-sub__link--platform {
    padding-top: 140px;
  }
}

.p-gate__lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.972;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-gate__lead {
    font-size: 16px;
    line-height: 1.875;
    text-align: justify;
    letter-spacing: normal;
  }
}
.p-gate__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 55px;
}
.p-gate__list--pict {
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .p-gate__list--pict {
    margin-top: 25px;
  }
}
.p-gate__list--text {
  column-gap: 55px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-gate__list--text {
    margin-top: 20px;
  }
}
.p-gate__item--two {
  width: calc(100% / 2 - 55px / 2);
}
.p-gate__item--three {
  width: calc(100% / 3 - 110px / 3);
}
@media screen and (max-width: 1024px) {
  .p-gate__img {
    max-width: 126px;
    margin-left: 5px;
  }
}
.p-gate__link-text {
  margin-top: 18px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-gate__link-text {
    margin-top: 0;
    margin-left: 13px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-gate__link-text::after {
  position: relative;
  top: -2px;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .p-gate__link-text::after {
    display: none;
  }
}
.p-gate__link-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding-right: 20px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  border: 1px solid #b3b3b4;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-gate__link-button {
    height: 75px;
    padding-right: 15px;
    padding-left: 20px;
    font-size: 18px;
    border-radius: 16px;
  }
}
.p-gate__link-button::after {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  vertical-align: middle;
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1;
  border-radius: 100vh;
  color: #fff;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-gate__link-button::after {
    width: 21px;
    height: 21px;
    font-size: 21px;
  }
}
.p-gate__link-small {
  display: block;
  margin: 5px 0 0 -10px;
  font-size: 21px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-gate__link-small {
    font-size: 18px;
    margin: 3px 0 0 -10px;
  }
}

.p-gate-header-heading {
  margin-top: 55px;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-gate-header-heading {
    margin-top: 22px;
    font-size: 30px;
    line-height: 1.283;
  }
}
@media screen and (max-width: 1024px) {
  .p-gate-header-heading--two {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .p-gate__list--pict .p-gate__item {
    width: 100%;
    border: 1px solid #b3b3b4;
    border-radius: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .p-gate__list--pict .p-gate__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-gate__list--pict .c-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 95px;
  }
}

@media screen and (max-width: 1024px) {
  .p-gate__list--pict .c-box::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 28px;
    height: 28px;
    margin: auto;
    font-family: "Material Icons";
    font-size: 28px;
    line-height: 1;
    border-radius: 100vh;
    color: #fff;
    content: "";
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-gate__list--pict .c-box::after {
    width: 21px;
    height: 21px;
    font-size: 21px;
  }
}

.p-gate__list--text .p-gate__item {
  width: 100%;
  max-width: 363px;
}
@media screen and (max-width: 1024px) {
  .p-gate__list--text .p-gate__item {
    max-width: 100%;
    margin-top: 20px;
  }
}

.p-gate__list--text .p-gate__item:nth-child(n+4) {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-gate__list--text .p-gate__item:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-gate__list--text .p-gate__item:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-gate .c-box-over--pict {
    border-radius: 14px;
  }
}

.p-gate--about .p-gate__list--pict .c-box::after,
.p-gate--about .p-gate__link-button::after {
  background-color: #44ae35;
}

.p-gate--dormant-deposits .p-gate__list--pict .c-box::after,
.p-gate--dormant-deposits .p-gate__link-button::after {
  background-color: #004d9f;
}

.p-gate--activities .p-gate__list--pict .c-box::after,
.p-gate--activities .p-gate__link-button::after {
  background-color: #e3005a;
}

@media screen and (max-width: 1024px) {
  .p-header-gnav {
    position: absolute;
    top: 50px;
    left: -100vw;
    z-index: 100;
    transition: left 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding: 30px 0 100px;
    background-color: #fcf9ef;
  }
  .p-header-gnav::before {
    display: block;
    height: 50px;
    margin: 0 30px;
    background: url("/_assets/img/common/common_ornament01.svg") no-repeat 50% 0/contain;
    content: "";
  }
  .is-nav-open .p-header-gnav {
    left: 0;
  }
}
.p-header-gnav__menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu {
    display: block;
    position: relative;
    right: 0;
    bottom: auto;
    padding: 0 30px;
  }
}
.p-header-gnav__menu-list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-list {
    display: block;
    transform: scaleX(0);
    transform-origin: 0;
    transition: transform 0.4s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is-nav-open .p-header-gnav__menu-list {
    transform: scaleX(1);
  }
}
.p-header-gnav__menu-item {
  margin: 0 13px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-item {
    margin: 45px 0 0;
  }
}
.p-header-gnav__menu-link {
  display: block;
  position: relative;
  background: no-repeat 50% 100%/0 3px;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 2.1875rem;
  letter-spacing: 0.06em;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-link {
    padding-bottom: 20px;
    border-bottom: 2px solid;
    background: none;
    font-size: 1.125rem;
    line-height: 1;
  }
}
.p-header-gnav__menu-link::before, .p-header-gnav__menu-link::after {
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  content: "";
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-link::before, .p-header-gnav__menu-link::after {
    right: 9px;
    left: auto;
    transform: none;
    visibility: visible;
    opacity: 1;
    background-color: currentColor;
    border: none;
  }
}
.p-header-gnav__menu-link::before {
  bottom: -38px;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-link::before {
    top: 9px;
    bottom: auto;
    width: 22px;
    height: 2px;
  }
}
.p-header-gnav__menu-link::after {
  bottom: -41px;
  z-index: 1;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-link::after {
    top: -1px;
    right: 19px;
    bottom: auto;
    width: 2px;
    height: 22px;
  }
}
.p-header-gnav__menu-link.is-active::before, .p-header-gnav__menu-link.is-active::after {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-link.is-active::after {
    content: none;
  }
}
.p-header-gnav__menu-link:hover {
  text-decoration: none;
  background-size: 100% 3px;
}
.p-header-gnav__menu-item--c01 .p-header-gnav__menu-link {
  background-image: linear-gradient(#44ae35, #44ae35);
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-item--c01 .p-header-gnav__menu-link {
    background: none;
    border-color: #44ae35;
  }
}
.p-header-gnav__menu-item--c01 .p-header-gnav__menu-link::before {
  border-color: transparent transparent #44ae35 transparent;
}
.p-header-gnav__menu-item--c02 .p-header-gnav__menu-link {
  background-image: linear-gradient(#004d9f, #004d9f);
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-item--c02 .p-header-gnav__menu-link {
    background: none;
    border-color: #004d9f;
  }
}
.p-header-gnav__menu-item--c02 .p-header-gnav__menu-link::before {
  border-color: transparent transparent #004d9f transparent;
}
.p-header-gnav__menu-item--c03 .p-header-gnav__menu-link {
  background-image: linear-gradient(#e3005a, #e3005a);
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-item--c03 .p-header-gnav__menu-link {
    background: none;
    border-color: #e3005a;
  }
}
.p-header-gnav__menu-item--c03 .p-header-gnav__menu-link::before {
  border-color: transparent transparent #e3005a transparent;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-link--home::before {
    content: none;
  }
  .p-header-gnav__menu-link--home::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border-radius: 100vh;
    background-color: #231815;
    color: #fff;
    font-family: "Material Icons";
    font-size: 20px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    content: "";
  }
}
.p-header-gnav__menu-drop {
  position: absolute;
  left: 0;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  max-width: 1200px;
  margin-top: 38px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.97);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-drop {
    display: none;
    position: relative;
    left: 0;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    width: 100%;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.is-active + .p-header-gnav__menu-drop {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.p-header-gnav__menu-item--c01 .p-header-gnav__menu-drop {
  border: 2px solid #44ae35;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-item--c01 .p-header-gnav__menu-drop {
    border: none;
  }
}
.p-header-gnav__menu-item--c02 .p-header-gnav__menu-drop {
  border: 2px solid #004d9f;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-item--c02 .p-header-gnav__menu-drop {
    border: none;
  }
}
.p-header-gnav__menu-item--c03 .p-header-gnav__menu-drop {
  border: 2px solid #e3005a;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-item--c03 .p-header-gnav__menu-drop {
    border: none;
  }
}
.p-header-gnav__menu-wrap {
  padding: 36px 26px 31px;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-wrap {
    padding: 0;
  }
}
.p-header-gnav__menu-gate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 17px;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-gate {
    display: none;
  }
}
.p-header-gnav__menu-close {
  display: flex;
  align-items: center;
  max-width: 110px;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #b3b3b4;
  border-radius: 8px;
  cursor: pointer;
}
.p-header-gnav__menu-close::after {
  font-family: "Material Icons";
  font-size: 30px;
  line-height: 1;
  content: "";
}
.p-header-gnav__menu-item--c01 .p-header-gnav__menu-close::after {
  color: #44ae35;
}
.p-header-gnav__menu-item--c02 .p-header-gnav__menu-close::after {
  color: #004d9f;
}
.p-header-gnav__menu-item--c03 .p-header-gnav__menu-close::after {
  color: #e3005a;
}
.p-header-gnav__menu-gate-link {
  font-weight: 700;
  font-size: 26px;
}
.p-header-gnav__menu-gate-link::after {
  content: "";
  margin-left: 12px;
  font-family: "Material Icons";
  vertical-align: middle;
  border-radius: 100vh;
  color: #fff;
}
.p-header-gnav__menu-item--c01 .p-header-gnav__menu-gate-link::after {
  background-color: #44ae35;
}
.p-header-gnav__menu-item--c02 .p-header-gnav__menu-gate-link::after {
  background-color: #004d9f;
}
.p-header-gnav__menu-item--c03 .p-header-gnav__menu-gate-link::after {
  background-color: #e3005a;
}
.p-header-gnav__menu-drop-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-drop-list {
    margin-top: 0;
  }
}
.p-header-gnav__menu-drop-item:nth-child(2), .p-header-gnav__menu-drop-item:nth-child(3), .p-header-gnav__menu-drop-item:nth-child(4) {
  border-top: 1px solid #b3b3b4;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-drop-item:nth-child(2), .p-header-gnav__menu-drop-item:nth-child(3), .p-header-gnav__menu-drop-item:nth-child(4) {
    border-top: none;
  }
}
.p-header-gnav__menu-drop-item {
  position: relative;
  width: 347px;
  margin: 0 17px;
  border-bottom: 1px solid #b3b3b4;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-drop-item {
    width: 100%;
    margin: 0;
    padding: 0 10px 0 17px;
  }
}
.p-header-gnav__menu-drop-link {
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.p-header-gnav__menu-drop-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-size: 20px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border-radius: 100vh;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-header-gnav__menu-drop-link::after {
    right: 10px;
  }
}
.p-header-gnav__menu-item--c00 .p-header-gnav__menu-drop-link::after {
  background-color: currentColor;
}
.p-header-gnav__menu-item--c01 .p-header-gnav__menu-drop-link::after {
  background-color: #44ae35;
}
.p-header-gnav__menu-item--c02 .p-header-gnav__menu-drop-link::after {
  background-color: #004d9f;
}
.p-header-gnav__menu-item--c03 .p-header-gnav__menu-drop-link::after {
  background-color: #e3005a;
}

.p-header-en {
  margin-left: 18px;
}
@media screen and (max-width: 1024px) {
  .p-header-en {
    margin: 37px 0 0;
  }
}
.p-header-en__link {
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-header-en__link {
    font-size: 0.875rem;
  }
}
.p-header-en__link::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: -4px;
  content: url(/_assets/img/common/common_global_icon.svg);
}
@media screen and (max-width: 1024px) {
  .p-header-en__link::before {
    width: 18px;
    height: 18px;
  }
}

.p-header-contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 58px;
  border-radius: 12px;
  background-color: #f4b800;
  font-weight: 700;
  font-size: 1.0625rem;
  text-align: center;
  transition: background-color 0.3s ease-out;
}
.p-header-contact__link:hover {
  background-color: #fdd45b;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .p-header-contact__link {
    width: 90px;
    height: 34px;
    border-radius: 7px;
    font-size: 0.75rem;
  }
}

.p-header {
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 78px;
  padding: 0 9px 0 20px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  transition: top 0.2s ease-out;
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    height: 50px;
    padding-right: 73px;
    border-radius: 0;
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.1);
  }
}
.is-wrap-active .p-header__inner {
  position: fixed;
  top: 30px;
}
@media screen and (max-width: 1024px) {
  .is-wrap-active .p-header__inner {
    top: 0;
  }
}
.p-header__logo {
  position: relative;
  max-width: 243px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    max-width: 130px;
    margin: 0;
  }
}
.p-header__logo img {
  width: 100%;
}
.p-header__hamburger {
  position: absolute;
  top: 11px;
  right: 20px;
  z-index: 150;
  display: none;
  width: 25px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    display: block;
  }
}
.p-header__hamburger-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 16px;
  border: 0;
  background-color: transparent;
  font-size: 0.625rem;
  text-align: center;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.p-header__hamburger-button::before, .p-header__hamburger-button::after,
.p-header__hamburger-button span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #231815;
}
.p-header__hamburger-button::before {
  top: 0;
  transition: top 0.3s 0.6s, transform 0.3s 0s;
}
.p-header__hamburger-button::after {
  bottom: 0;
  transition: bottom 0.3s 0.6s, transform 0.3s 0s;
}
.p-header__hamburger-button span {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: 0 -0.75em;
  line-height: 1;
}
.p-header__hamburger-button span::before {
  top: -14px;
  right: 0;
  left: 0;
  width: 25px;
  margin: auto;
}
.is-nav-open .p-header__hamburger-button::before {
  top: 7px;
  transform: rotate(45deg);
  transition-delay: 0s, 0.6s;
}
.is-nav-open .p-header__hamburger-button::after {
  bottom: 7px;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.6s;
}
.is-nav-open .p-header__hamburger-button span::before {
  background-color: transparent;
}
.p-header__hamburger-button--top::before, .p-header__hamburger-button--top::after,
.p-header__hamburger-button--top span::before {
  background-color: #fff;
}
.is-open .p-header__hamburger-button--top::before, .is-open .p-header__hamburger-button--top::after {
  background-color: #231815;
}
.is-open .p-header__hamburger-button--top span::before {
  background-color: transparent;
}

.p-box-heading {
  display: flex;
  align-items: center;
  width: 100%;
  height: 73px;
  padding: 0 30px;
  border-radius: 18px;
}
.p-box-heading--green {
  background-color: #e3f2e1;
}
.p-box-heading--blue {
  background-color: #DFE9F2;
}
.p-box-heading--yellow {
  background-color: #f5ebc8;
}
.p-box-heading--pink {
  background-color: #f9e7f0;
}
.p-box-heading__text {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-box-heading__text {
    line-height: 1.205;
  }
}
@media screen and (max-width: 1024px) {
  .p-box-heading {
    height: 100%;
    min-height: 70px;
    padding: 10px 20px;
    border-radius: 12px;
  }
  .p-box-heading__text {
    font-size: 21px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-box-heading--2line {
    height: 100%;
    padding: 18px 20px;
  }
}
.p-box-heading__sub {
  margin-left: 30px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.579;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .p-box-heading__sub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.4;
  }
}

/*トップページお知らせ*/
.p-news__date {
  display: flex;
  align-items: center;
}
.p-news__datetime {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .p-news__datetime {
    font-size: 14px;
  }
}
.p-news__category {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 26px;
  margin-right: 15px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 100vh;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-news__category {
    min-width: 160px;
    height: 23px;
    font-size: 12px;
  }
}
.p-news__category.news, .p-news__category--c01 {
  color: #e3005a;
  border: 1px solid #e3005a;
}
.p-news__category.press, .p-news__category--c02 {
  color: #004d9f;
  border: 1px solid #004d9f;
}
.p-news__category--c03 {
  color: #0094c1;
  border: 1px solid #01B6ED;
}
.p-news__category.koubo, .p-news__category.sogo, .p-news__category--c04 {
  color: #008300;
  border: 1px solid #44ae35;
}
.p-news__box {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .p-news__box {
    padding-right: 20px;
  }
}
.p-news__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 1024px) {
  .p-news__link {
    line-height: 1.5;
  }
}
.p-news__link::after {
  font-size: 18px;
}

.p-news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 70px;
  margin: 0;
  padding-bottom: 17px;
  line-height: 1;
  border-bottom: 2px solid #231815;
}
@media screen and (max-width: 1024px) {
  .p-news-header {
    height: auto;
    padding-bottom: 10px;
  }
}
.p-news-header__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.202;
}
@media screen and (max-width: 1024px) {
  .p-news-header__title {
    font-size: 17px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1024px) {
  .p-news-header__title--janpia {
    font-size: 22px;
    line-height: 1.148;
  }
}
.p-news-header__detail {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .p-news-header__detail {
    font-size: 13px;
  }
}
.p-news-header__link {
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .p-news-header__link {
    padding-right: 24px;
  }
}
.p-news-header__link--chevron::after, .p-news-header__link--window::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.p-news-header__link--chevron::after {
  width: 25px;
  height: 25px;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .p-news-header__link--chevron::after {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
.p-news-header__link--window::after {
  font-size: 27px;
}
@media screen and (max-width: 1024px) {
  .p-news-header__link--window::after {
    font-size: 20px;
  }
}

.p-news-content__list {
  padding-right: 15px;
  height: 375px;
  overflow: auto;
}
.p-news-content__list::-webkit-scrollbar {
  width: 15px;
}
@media screen and (max-width: 1024px) {
  .p-news-content__list::-webkit-scrollbar {
    width: 8px;
  }
}
.p-news-content__list::-webkit-scrollbar-track {
  margin: 8px 0 1px;
  background-color: #fff;
  border-radius: 10px;
}
.p-news-content__list::-webkit-scrollbar-thumb {
  background-color: #9d9d9e;
  border-radius: 10px;
}
.p-news-content__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  min-height: 125px;
  border-bottom: 1px solid #a4a09e;
}
@media screen and (max-width: 1024px) {
  .p-news-content__item {
    padding: 17px 0 10px;
    min-height: auto;
  }
}

/*一覧ページ*/
.p-news-list {
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-news-list {
    margin: 23px auto 0;
  }
}
.p-news-list .p-news-content__item:first-child {
  border-top: 1px solid #a4a09e;
}
.p-news-list .p-news-content__list {
  /*height: auto;*/
  height: 631px;
}
@media screen and (max-width: 1024px) {
  .p-news-list .p-news-content__list {
    height: 428px;
  }
}

.p-news-filter__list {
  display: flex;
  column-gap: 20px;
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-news-filter__list {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 20px;
    max-width: 100%;
  }
}
.p-news-filter__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  height: 43px;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #B3B3B4;
  background-color: #fff;
  border-radius: 100vh;
}
@media screen and (max-width: 1024px) {
  .p-news-filter__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .p-news-filter__item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-news-filter__item:nth-child(n+2) {
    width: calc(100% / 2 - 20px / 2);
  }
}
.p-news-filter__item.current {
  border: 1px solid #F4B800;
  background-color: #F4B800;
}

/*個別ページ*/
.p-news-detail__heading01 {
  padding: 36px 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  border-top: 1px solid #B3B3B4;
  border-bottom: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-news-detail__heading01 {
    padding: 20px 0;
    font-size: 22px;
    line-height: 1.455;
  }
}
.p-news-detail__heading02 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.364;
}
.p-news-detail__heading02 + p {
  margin-top: 25px;
}
.p-news-detail__heading03 {
  margin-top: 25px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.941;
}
.p-news-detail__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  overflow-wrap: anywhere;
}
.p-news-detail__note {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.875;
}
.p-news-detail__emphasis01 {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-news-detail__emphasis01 {
    line-height: 1.667;
  }
}
.p-news-detail__heading-sub {
  display: block;
  text-align: center;
}
.p-news-detail__list-circle li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-news-detail__list-circle li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -3px;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 100%;
  background-color: #3e3e3e;
}
.p-news-detail__link {
  text-decoration: underline;
}
.p-news-detail__link:hover {
  text-decoration: none;
}
.p-news-detail__download {
  margin-right: 0;
  margin-left: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875;
  text-align: right;
  overflow-wrap: break-word;
}
.p-news-detail__download::after {
  position: relative;
  top: -3px;
  right: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: auto;
  vertical-align: middle;
  background: url(/_assets/img/common/common_icon_pdf.png) no-repeat 0 0/cover;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-news-detail__download::after {
    width: 25px;
    height: 25px;
  }
}
.p-news-detail__border-box {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #231815;
}
.p-news-detail__img {
  margin-top: 5px;
}
.p-news-detail__img + .p-news-detail__text {
  margin-top: 20px;
}
.p-news-detail .p-news__date {
  margin-top: 23px;
}
@media screen and (max-width: 1024px) {
  .p-news-detail .p-news__date {
    flex-wrap: wrap;
    margin-top: 12px;
  }
}

.p-news-detail-content {
  padding-top: 30px;
  padding-bottom: 37px;
  border-bottom: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-news-detail-content {
    padding-top: 25px;
    padding-bottom: 42px;
  }
}

.p-news-detail__list-circle + .p-news-detail__text,
.p-news-detail__text + .p-news-detail__text,
.p-news-detail__note + .p-news-detail__text {
  margin-top: 30px;
}

.p-news-detail__text + .p-news-detail__emphasis01,
.p-news-detail__emphasis01 + .p-news-detail__text {
  margin-top: 25px;
}

.p-news-detail-end {
  margin-top: 30px;
}
.p-news-detail-end .p-news-detail__text {
  text-align: right;
}

.p-news-list-button-wrap {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  column-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-news-list-button-wrap {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 20px;
    margin: 25px auto 0;
  }
}

.p-news-detail-button {
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-news-detail-button {
    margin: 25px auto 0;
  }
}

.p-news-detail-button,
.p-news-list-button {
  max-width: 322px;
  width: 100%;
  height: 56px;
}
@media screen and (max-width: 1024px) {
  .p-news-detail-button,
.p-news-list-button {
    padding: 0 20px;
    max-width: 100%;
  }
}
.p-news-detail-button__link,
.p-news-list-button__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid #231815;
  border-radius: 100vh;
}
.p-news-detail-button__link::after,
.p-news-list-button__link::after {
  position: relative;
  margin-left: 0.25em;
  font-family: "Material Icons";
  font-size: 21px;
  line-height: 1;
  color: #fff;
  background-color: #231815;
  border-radius: 50%;
  content: "";
}

.p-news-list-button__link {
  font-weight: 400;
  border: 2px solid #F4B800;
}
.p-news-list-button__link::after {
  background-color: #F4B800;
}

.p-news-detail-table {
  width: 100%;
  margin-top: 5px;
}
.p-news-detail-table tr:first-of-type {
  border-top: 1px solid #B3B3B4;
}
.p-news-detail-table tr:last-of-type {
  border-bottom: 1px solid #B3B3B4;
}
.p-news-detail-table + .p-news-detail-table {
  margin-top: 20px;
}
.p-news-detail-table th, .p-news-detail-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.571;
  vertical-align: middle;
  border-top: 1px solid #B3B3B4;
  border-bottom: 1px solid #B3B3B4;
}
.p-news-detail-table th {
  width: 30%;
  padding-left: 13px;
  font-weight: 500;
  font-size: 14px;
  border-right: 1px solid #B3B3B4;
  background-color: #E3F2E1;
}
@media screen and (max-width: 1024px) {
  .p-news-detail-table th {
    width: 35%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.p-news-detail-table td {
  width: 70%;
  padding-left: 17px;
  font-weight: 400;
  font-size: 14px;
  border-left: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-news-detail-table td {
    width: 65%;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.p-news-press-table {
  width: 100%;
  margin-top: 5px;
}
.p-news-press-table tr:first-of-type {
  border-top: 1px solid #B3B3B4;
}
.p-news-press-table tr:last-of-type {
  border-bottom: 1px solid #B3B3B4;
}
.p-news-press-table + .p-news-detail-table, .p-news-press-table + .p-news-detail__text {
  margin-top: 20px;
}
.p-news-press-table th, .p-news-press-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.571;
  vertical-align: middle;
  border-top: 1px solid #B3B3B4;
  border-bottom: 1px solid #B3B3B4;
}
.p-news-press-table th {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #B3B3B4;
  background-color: #E3F2E1;
}
.p-news-press-table th:nth-child(1) {
  width: 26%;
}
.p-news-press-table th:nth-child(2) {
  width: 45%;
}
.p-news-press-table th:nth-child(3) {
  width: 17%;
}
.p-news-press-table th:nth-child(4) {
  width: 12%;
}
.p-news-press-table th:last-of-type {
  border-right: none;
}
.p-news-press-table td {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  border-right: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-news-press-table td {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.p-news-press-table td:last-of-type {
  border-right: none;
}

/* WP用css */
.p-news-detail-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background-color: #E3F2E1;
}
.p-news-detail-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .p-news-detail-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #B3B3B4;
}
.p-news-detail-content .wp-block-flexible-table-block-table + .wp-block-flexible-table-block-table {
  margin-top: 20px;
}
.p-news-detail-content .wp-block-flexible-table-block-table th,
.p-news-detail-content .wp-block-flexible-table-block-table td {
  font-size: 14px;
}
.p-news-detail-content .wp-block-flexible-table-block-table th {
  font-weight: 500;
}
.p-news-detail-content .wp-block-flexible-table-block-table thead th {
  text-align: center !important;
}
.p-news-detail-content .wp-block-flexible-table-block-table td {
  font-weight: 400;
}
.p-news-detail-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  overflow-wrap: anywhere;
}
.p-news-detail-content .sub-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.941;
}
.p-news-detail-content .note {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.875;
}
.p-news-detail-content .table-color-green {
  background-color: #E3F2E1 !important;
}
.p-news-detail-content .table-color-grey {
  background-color: #F0F0F0 !important;
}
.p-news-detail-content .table-color-blue {
  background-color: #DFEAF2 !important;
}
.p-news-detail-content .table-color-yellow {
  background-color: #FBEED9 !important;
}
.p-news-detail-content .table-color-red {
  background-color: #FDE6E4 !important;
}
.p-news-detail-content p:last-of-type {
  margin-top: 30px;
}
.p-news-detail-content a {
  text-decoration: underline;
  color: #009EE7;
}
.p-news-detail-content a:hover {
  text-decoration: none;
}
.p-news-detail-content p + p,
.p-news-detail-content .wp-block-flexible-table-block-table + p,
.p-news-detail-content .wp-block-image + p,
.p-news-detail-content .wp-block-list + p {
  margin-top: 30px;
}
.p-news-detail-content p + .note,
.p-news-detail-content .wp-block-flexible-table-block-table + .note,
.p-news-detail-content p + .wp-block-flexible-table-block-table,
.p-news-detail-content p + .wp-block-image,
.p-news-detail-content p + .box {
  margin-top: 5px;
}
.p-news-detail-content .sub-title + p {
  margin-top: 0;
}
.p-news-detail-content .box {
  padding: 10px;
  border: 1px solid #231815;
}
.p-news-detail-content .wp-block-list li {
  margin-left: 1.5em;
  list-style: disc;
}

.p-page-block {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-page-block {
    max-width: 100% !important;
  }
}
.p-page-block--w874 {
  max-width: 874px;
}
.p-page-block--w824 {
  max-width: 824px;
}
.p-page-block--w792 {
  max-width: 792px;
}
.p-page-block--w663 {
  max-width: 663px;
}
.p-page-block--w566 {
  max-width: 566px;
}
.p-page-block--w507 {
  max-width: 507px;
}
.p-page-block--w490 {
  max-width: 490px;
}

.p-page-block-flex {
  display: flex;
  margin-top: 25px;
  column-gap: 70px;
}
@media screen and (max-width: 1024px) {
  .p-page-block-flex {
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
    column-gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-block-flex--examine {
    row-gap: 55px;
  }
}
.p-page-block-flex--ongoing01 {
  column-gap: 95px;
}
@media screen and (max-width: 1024px) {
  .p-page-block-flex--ongoing01 {
    row-gap: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-block-flex--ongoing02 {
    row-gap: 35px;
  }
}
.p-page-block-flex--compliance {
  align-items: center;
  column-gap: 123px;
}
.p-page-block-flex--synthesis {
  column-gap: 65px;
}

.p-page-block-box {
  padding: 65px 70px 61px;
  background-color: #F6F6F6;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-page-block-box {
    padding: 25px 20px 20px;
  }
}
.p-page-block-box--bg02 {
  background-color: #f7f5f2;
}

.p-page-block-3column__list {
  display: flex;
  justify-content: center;
  column-gap: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-page-block-3column__list {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }
}
.p-page-block-3column__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 341px;
  width: 100%;
  padding: 32px 46px 35px;
  border: 1px solid #B2B2B3;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-page-block-3column__item {
    max-width: 100%;
    padding: 15px 27px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-block-3column__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-page-block-3column__icon {
  width: 156px;
  height: 140px;
}
@media screen and (max-width: 1024px) {
  .p-page-block-3column__icon {
    width: 132px;
    height: 119px;
  }
}
.p-page-block-3column__text {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .p-page-block-3column__text {
    margin-top: 7px;
    min-height: auto;
  }
}
.p-page-block-3column__result {
  position: relative;
  margin-top: auto;
  padding-top: 15px;
  padding-left: 2.2em;
  text-indent: -2.2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.667;
}
@media screen and (max-width: 1024px) {
  .p-page-block-3column__result {
    margin-top: 5px;
  }
}
.p-page-block-3column__result::before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 32px;
  margin-right: 10px;
  background: url("/_assets/img/activities/activities_arrow_icon.svg") no-repeat 0 0/cover;
  content: "";
}

.p-page-button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  text-align: center;
  border-radius: 100vh;
  background-color: #fff;
}
.p-page-button-link::after {
  position: relative;
  font-family: "Material Icons";
  line-height: 1;
}
.p-page-button-link--blue {
  color: #004d9f;
  border: 2px solid #004d9f;
}
.p-page-button-link--red {
  color: #e3005a;
  border: 2px solid #e3005a;
}
.p-page-button-link--window::after {
  content: "";
}
.p-page-button-link--arrow::after {
  content: "";
  color: #fff;
  border-radius: 50%;
}
.p-page-button-link--arrow-blue::after {
  background-color: #004d9f;
}
.p-page-button-link--arrow-red::after {
  background-color: #e3005a;
}

.p-page-button-pre {
  position: relative;
  pointer-events: none;
  /*&::after {
    position: absolute;
    top: 50%;
    left: 50%;
    color: $color01;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    transform: translate(-50%, -50%);
    content: "準備中";
  }*/
}
.p-page-button-pre .p-page-button-link {
  opacity: 0.3;
}

/* largeバナー */
.p-page-button-l .p-page-button-link {
  height: 80px;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .p-page-button-l .p-page-button-link {
    height: 56px;
    font-size: 16px;
  }
}
.p-page-button-l .p-page-button-link--window::after {
  top: 1px;
  left: 10px;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .p-page-button-l .p-page-button-link--window::after {
    left: 5px;
    font-size: 22px;
  }
}

/* smallバナー */
.p-page-button-s .p-page-button-link {
  height: 57px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-page-button-s .p-page-button-link {
    height: 56px;
    font-size: 16px;
    line-height: 1.238;
  }
}
.p-page-button-s .p-page-button-link::after {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .p-page-button-s .p-page-button-link::after {
    top: 1px;
  }
}
.p-page-button-s .p-page-button-link--window::after {
  left: 5px;
}
.p-page-button-s .p-page-button-link--arrow::after {
  left: 10px;
}
@media screen and (max-width: 1024px) {
  .p-page-button-s .p-page-button-link--arrow::after {
    left: 24px;
    font-size: 17px;
  }
}

.p-page-button-link-kyuplat-text {
  font-weight: 500;
  font-size: 18px;
  color: #515151;
}
@media screen and (max-width: 1024px) {
  .p-page-button-link-kyuplat-text {
    font-size: 12px;
  }
}

.p-page-container {
  /* JANPIAについて */
  /* 休眠預金活用事業（助成・出資） */
  /* JANPIAの取り組み */
  /* その他 */
  /* お知らせ */
}
.p-page-container--gate {
  margin: 45px 0 78px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--gate {
    margin: 22px 0 43px;
  }
}
.p-page-container--gate-sub {
  margin: 95px 0 98px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--gate-sub {
    margin: 28px 0 31px;
  }
}
.p-page-container--message {
  margin: 55px 0 85px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--message {
    margin: 30px 0 40px;
  }
}
.p-page-container--philosophy {
  margin: -5px 0 75px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--philosophy {
    margin: -5px 0 20px;
  }
}
.p-page-container--history {
  margin: 60px 0 25px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--history {
    margin: 30px 0 17px;
  }
}
.p-page-container--officer {
  margin: 60px 0;
}
@media screen and (max-width: 1024px) {
  .p-page-container--officer {
    margin: 30px 0 40px;
  }
}
.p-page-container--organization {
  margin: 46px 0 72px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--organization {
    margin: 28px 0 40px;
  }
}
.p-page-container--rule {
  margin: 46px 0 57px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--rule {
    margin: 28px 0 27px;
  }
}
.p-page-container--various, .p-page-container--record {
  margin: 47px 0 75px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--various, .p-page-container--record {
    margin: 20px 0 35px;
  }
}
.p-page-container--report-evaluation {
  margin: 35px 0 92px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--report-evaluation {
    margin: 20px 0 35px;
  }
}
.p-page-container--outline {
  margin: 60px 0 92px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--outline {
    margin: 0 0 35px;
  }
}
.p-page-container--po {
  margin: 35px 0 10px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--po {
    margin: 20px 0 10px;
  }
}
.p-page-container--examine {
  margin: 35px 0 37px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--examine {
    margin: 20px 0;
  }
}
.p-page-container--result-gate {
  margin: 35px 0 75px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--result-gate {
    margin: 20px 0 32px;
  }
}
.p-page-container--end {
  margin: 25px 0 75px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--end {
    margin: 20px 0 32px;
  }
}
.p-page-container--result {
  margin: 25px 0 60px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--result {
    margin: 20px 0 0;
  }
}
.p-page-container--rejected {
  margin: 25px 0 65px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--rejected {
    margin: 20px 0 25px;
  }
}
.p-page-container--ongoing {
  margin: 35px 0 70px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--ongoing {
    margin: 20px 0 36px;
  }
}
.p-page-container--guideline {
  margin: 25px 0 92px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--guideline {
    margin: 20px 0 35px;
  }
}
.p-page-container--hyoka-201907 {
  margin: 35px 0;
}
@media screen and (max-width: 1024px) {
  .p-page-container--hyoka-201907 {
    margin: 20px 0;
  }
}
.p-page-container--audit {
  margin: 35px 0 56px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--audit {
    margin: 20px 0 22px;
  }
}
.p-page-container--operations {
  margin: 35px 0 70px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--operations {
    margin: 20px 0 35px;
  }
}
.p-page-container--evaluation {
  margin: 35px 0 57px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--evaluation {
    margin: 20px 0 30px;
  }
}
.p-page-container--synthesis {
  margin: 45px 0 60px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--synthesis {
    margin: 20px 0 35px;
  }
}
.p-page-container--training {
  margin: 35px 0 65px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--training {
    margin: 20px 0 36px;
  }
}
.p-page-container--kigyorenkei {
  margin: 35px 0 10px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--kigyorenkei {
    margin: 20px 0 10px;
  }
}
.p-page-container--event {
  margin: 35px 0 60px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--event {
    margin: 20px 0 25px;
  }
}
.p-page-container--privacy {
  margin: 81px 0 90px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--privacy {
    margin: 37px 0 47px;
  }
}
.p-page-container--link {
  margin: 81px 0 88px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--link {
    margin: 37px 0 36px;
  }
}
.p-page-container--sns-policy {
  margin: 70px 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--sns-policy {
    margin: 30px 0 40px;
  }
}
.p-page-container--accessibility {
  margin: 81px 0 86px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--accessibility {
    margin: 37px 0 43px;
  }
}
.p-page-container--compliance {
  margin: 50px 0 57px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--compliance {
    margin: 30px 0 32px;
  }
}
.p-page-container--procure {
  margin: 80px 0 95px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--procure {
    margin: 37px 0 43px;
  }
}
.p-page-container--symbol {
  margin: 35px 0 63px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--symbol {
    margin: 18px 0 34px;
  }
}
.p-page-container--group-only {
  margin: 80px 0;
}
@media screen and (max-width: 1024px) {
  .p-page-container--group-only {
    margin: 30px 0;
  }
}
.p-page-container--news {
  margin: 47px 0 35px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--news {
    margin: 23px 0 25px;
  }
}
.p-page-container--news-detail {
  margin: 47px 0 74px;
}
@media screen and (max-width: 1024px) {
  .p-page-container--news-detail {
    margin: 23px 0 31px;
  }
}

.p-page-count {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 50px;
  height: 44px;
}
@media screen and (max-width: 1024px) {
  .p-page-count {
    margin-top: 30px;
  }
}
.p-page-count a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 44px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #231815;
  background-color: #fff;
  border: 1px solid #B3B3B4;
  border-radius: 6px;
}
.p-page-count a.firstChild {
  color: #878787;
  background-color: #DADBDB;
  border: 1px solid #DADBDB;
}
.p-page-count a.current {
  color: #fff;
  background-color: #3E3A39;
  border: 1px solid #3E3A39;
}
.p-page-count a.firstChild,
.p-page-count a.lastChild {
  position: relative;
  max-width: 80px;
}
.p-page-count a.firstChild::before,
.p-page-count a.lastChild::after {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 17px;
  height: 17px;
  font-family: "Material Icons";
  font-size: 17px;
  line-height: 1;
  vertical-align: middle;
}
.p-page-count a.firstChild::before {
  left: -5px;
  content: "";
}
.p-page-count a.lastChild::after {
  right: -5px;
  content: "";
}
.p-page-count a.current {
  color: #fff;
  background-color: #3E3A39;
  border: 1px solid #3E3A39;
}

.p-page-count-text {
  margin-top: 13px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}
.p-page-count-text em {
  margin-right: 3px;
  font-weight: 700;
}

.p-page-header {
  height: 335px;
  padding-top: 127px;
}
@media screen and (max-width: 1024px) {
  .p-page-header {
    height: 128px;
    padding-top: 15px;
  }
}
.p-page-header--about {
  background-color: #F2F9F1;
}
.p-page-header--dormant-deposits {
  background-color: #F2F6FA;
}
.p-page-header--activities {
  background-color: #FCF5F8;
}
.p-page-header--other {
  background-color: #FCF9EF;
}
.p-page-header--philosophy::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-width: 1250px;
  height: 100vh;
  background: url("/_assets/img/about/about_philosophy_bg01_pc.png") no-repeat 50% 0/cover;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-page-header--philosophy::before {
    min-width: 100%;
    background: url("/_assets/img/about/about_philosophy_bg01_sp.png") no-repeat 50% 0/cover;
  }
}
.p-page-header--img {
  height: 528px;
}
@media screen and (max-width: 1024px) {
  .p-page-header--img {
    height: 327px;
  }
}
.p-page-header__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.p-page-header__icon::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 153px;
  height: 144px;
  background: no-repeat 0 0/contain;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-page-header__icon::after {
    right: 20px;
    bottom: 10px;
    width: 52px;
    height: 57px;
  }
}
.p-page-header__icon--about::after {
  background-image: url("/_assets/img/about/about_page_icon01_pc.svg");
}
@media screen and (max-width: 1024px) {
  .p-page-header__icon--about::after {
    background: url("/_assets/img/about/about_page_icon01_sp.svg");
  }
}
.p-page-header__icon--dormant-deposits::after {
  background-image: url("/_assets/img/dormant-deposits/dormant-deposits_page_icon01_pc.svg");
}
@media screen and (max-width: 1024px) {
  .p-page-header__icon--dormant-deposits::after {
    background: url("/_assets/img/dormant-deposits/dormant-deposits_page_icon01_sp.svg");
  }
}
.p-page-header__icon--activities::after {
  background-image: url("/_assets/img/activities/activities_page_icon01_pc.svg");
}
@media screen and (max-width: 1024px) {
  .p-page-header__icon--activities::after {
    background: url("/_assets/img/activities/activities_page_icon01_sp.svg");
  }
}
.p-page-header__icon--other::after {
  background-image: url("/_assets/img/other/other_page_icon01_pc.svg");
}
@media screen and (max-width: 1024px) {
  .p-page-header__icon--other::after {
    background-image: url("/_assets/img/other/other_page_icon01_sp.svg");
  }
}
.p-page-header__icon--img::after {
  right: 630px;
  bottom: 30px;
  width: 132px;
  height: 115px;
}
@media screen and (max-width: 1024px) {
  .p-page-header__icon--img::after {
    top: 48px;
    right: 20px;
    bottom: auto;
    width: 52px;
    height: 57px;
  }
}
.p-page-header__img::before {
  position: absolute;
  bottom: 34px;
  right: 0;
  width: 600px;
  height: 328px;
  background: no-repeat 0 0/contain;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-page-header__img::before {
    right: auto;
    bottom: 16px;
    width: calc(100% - 40px);
    height: 183px;
    margin: 0 20px;
    border-radius: 10px;
    background-size: cover;
  }
}
.p-page-header__img--operations::before {
  background-image: url("/_assets/img/activities/activities_operations_gate_img01.png");
}
.p-page-header__img--evaluation::before {
  background-image: url("/_assets/img/activities/activities_evaluation_gate_img01.png");
}
.p-page-header__img--kigyorenkei::before {
  background-image: url("/_assets/img/activities/activities_kigyorenkei_kv.png");
}
.p-page-header-heading {
  margin-top: 60px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-page-header-heading {
    margin-top: 30px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 1.26;
  }
}
.p-page-header-heading--sub {
  margin-top: 42px;
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .p-page-header-heading--sub {
    margin-top: 23px;
    font-size: 24px;
  }
}
.p-page-header-heading--img {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .p-page-header-heading--img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-page-header-heading--two {
    margin-top: 14px;
  }
}

.p-page-header-sub-heading {
  display: block;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-page-header-sub-heading {
    margin-bottom: 2px;
    font-size: 16px;
  }
}

.p-page-header-small-heading {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-page-header-small-heading {
    display: block;
    margin-top: 3px;
    margin-left: -10px;
    font-size: 18px;
  }
}

.p-page-heading-deco--po {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-page-heading-deco--po {
    margin-top: 20px;
  }
}
.p-page-heading-deco--ongoing {
  margin-top: 57px;
}
@media screen and (max-width: 1024px) {
  .p-page-heading-deco--ongoing {
    margin-top: 35px;
  }
}
.p-page-heading-deco--kigyorenkei {
  margin-top: 52px;
}
@media screen and (max-width: 1024px) {
  .p-page-heading-deco--kigyorenkei {
    margin-top: 20px;
  }
}
.p-page-heading-deco__text {
  text-align: center;
}
.p-page-heading-deco__text span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-page-heading-deco__text span {
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.p-page-heading-deco__text span::before, .p-page-heading-deco__text span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 35px;
  background-color: #231815;
}
@media screen and (max-width: 1024px) {
  .p-page-heading-deco__text span::before, .p-page-heading-deco__text span::after {
    margin: auto;
  }
}
.p-page-heading-deco__text span::before {
  left: 0;
  transform: rotate(-12deg);
}
@media screen and (max-width: 1024px) {
  .p-page-heading-deco__text span::before {
    left: -5px;
  }
}
.p-page-heading-deco__text span::after {
  right: 0;
  transform: rotate(12deg);
}
@media screen and (max-width: 1024px) {
  .p-page-heading-deco__text span::after {
    right: -5px;
  }
}

.p-page-heading-line {
  position: relative;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-page-heading-line {
    font-size: 22px;
    line-height: 1.295;
  }
}
.p-page-heading-line::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #ccc;
  content: "";
}
.p-page-heading-line span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-page-heading-line span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-heading-line--small {
    font-size: 20px;
  }
}
.p-page-heading-line--bg01 span {
  background-color: #F6F6F6;
}
.p-page-heading-line--bg02 span {
  background-color: #F7F5F2;
}

/*--------------------------------------
    ページネーション
--------------------------------------*/
.p-pagenation {
  margin-top: 50px;
}

.wp-pagenavi {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  position: relative;
  height: 80px;
}

.wp-pagenavi a {
  transition: opacity 0.3s ease-out;
}

.wp-pagenavi a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}

.wp-pagenavi .page {
  border: 1px solid #b3b3b4;
  background-color: #fff;
}

.wp-pagenavi .current {
  border: 1px solid #3e3a39;
  background-color: #3e3a39;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 80px;
  border: 1px solid #b3b3b4;
  background-color: #fff;
}

.wp-pagenavi .previouspostslink {
  padding-left: 0.75em;
}

.wp-pagenavi .nextpostslink {
  padding-right: 0.75em;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

.wp-pagenavi .previouspostslink::before {
  left: 10px;
  transform: rotate(-135deg);
}

.wp-pagenavi .nextpostslink::after {
  right: 10px;
  transform: rotate(45deg);
}

.wp-pagenavi .pages {
  position: absolute;
  bottom: 0;
  font-size: 15px;
}

/*--------------------------------------
    FONT COLOR
--------------------------------------*/
.u-f_color01 {
  color: #231815;
}

/*--------------------------------------
    LAYOUT VARIATION
--------------------------------------*/
/* margin variation */
.u-mt00 {
  margin-top: 0 !important;
}

.u-mt01 {
  margin-top: 1px !important;
}

.u-mt02 {
  margin-top: 2px !important;
}

.u-mt03 {
  margin-top: 3px !important;
}

.u-mt04 {
  margin-top: 4px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt06 {
  margin-top: 6px !important;
}

.u-mt07 {
  margin-top: 7px !important;
}

.u-mt08 {
  margin-top: 8px !important;
}

.u-mt09 {
  margin-top: 9px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt11 {
  margin-top: 11px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt13 {
  margin-top: 13px !important;
}

.u-mt14 {
  margin-top: 14px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt17 {
  margin-top: 17px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

.u-mt19 {
  margin-top: 19px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt21 {
  margin-top: 21px !important;
}

.u-mt22 {
  margin-top: 22px !important;
}

.u-mt23 {
  margin-top: 23px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt26 {
  margin-top: 26px !important;
}

.u-mt27 {
  margin-top: 27px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mt29 {
  margin-top: 29px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt31 {
  margin-top: 31px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt33 {
  margin-top: 33px !important;
}

.u-mt34 {
  margin-top: 34px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt37 {
  margin-top: 37px !important;
}

.u-mt38 {
  margin-top: 38px !important;
}

.u-mt39 {
  margin-top: 39px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt41 {
  margin-top: 41px !important;
}

.u-mt42 {
  margin-top: 42px !important;
}

.u-mt43 {
  margin-top: 43px !important;
}

.u-mt44 {
  margin-top: 44px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt46 {
  margin-top: 46px !important;
}

.u-mt47 {
  margin-top: 47px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt49 {
  margin-top: 49px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt51 {
  margin-top: 51px !important;
}

.u-mt52 {
  margin-top: 52px !important;
}

.u-mt53 {
  margin-top: 53px !important;
}

.u-mt54 {
  margin-top: 54px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt57 {
  margin-top: 57px !important;
}

.u-mt58 {
  margin-top: 58px !important;
}

.u-mt59 {
  margin-top: 59px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt61 {
  margin-top: 61px !important;
}

.u-mt62 {
  margin-top: 62px !important;
}

.u-mt63 {
  margin-top: 63px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt66 {
  margin-top: 66px !important;
}

.u-mt67 {
  margin-top: 67px !important;
}

.u-mt68 {
  margin-top: 68px !important;
}

.u-mt69 {
  margin-top: 69px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt71 {
  margin-top: 71px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mt73 {
  margin-top: 73px !important;
}

.u-mt74 {
  margin-top: 74px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt76 {
  margin-top: 76px !important;
}

.u-mt77 {
  margin-top: 77px !important;
}

.u-mt78 {
  margin-top: 78px !important;
}

.u-mt79 {
  margin-top: 79px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr18 {
  margin-right: 18px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb18 {
  margin-bottom: 18px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml18 {
  margin-left: 18px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-minus_mt01 {
  margin-top: -1px !important;
}

.u-minus_mt02 {
  margin-top: -2px !important;
}

.u-minus_mt03 {
  margin-top: -3px !important;
}

.u-minus_mt04 {
  margin-top: -4px !important;
}

.u-minus_mt05 {
  margin-top: -5px !important;
}

.u-minus_mt06 {
  margin-top: -6px !important;
}

.u-minus_mt07 {
  margin-top: -7px !important;
}

.u-minus_mt08 {
  margin-top: -8px !important;
}

.u-minus_mt09 {
  margin-top: -9px !important;
}

.u-minus_mt10 {
  margin-top: -10px !important;
}

.u-minus_mt11 {
  margin-top: -11px !important;
}

.u-minus_mt12 {
  margin-top: -12px !important;
}

.u-minus_mt13 {
  margin-top: -13px !important;
}

.u-minus_mt14 {
  margin-top: -14px !important;
}

.u-minus_mt15 {
  margin-top: -15px !important;
}

.u-minus_mt16 {
  margin-top: -16px !important;
}

.u-minus_mt17 {
  margin-top: -17px !important;
}

.u-minus_mt18 {
  margin-top: -18px !important;
}

.u-minus_mt19 {
  margin-top: -19px !important;
}

.u-minus_mt20 {
  margin-top: -20px !important;
}

.u-minus_mt21 {
  margin-top: -21px !important;
}

.u-minus_mt22 {
  margin-top: -22px !important;
}

.u-minus_mt23 {
  margin-top: -23px !important;
}

.u-minus_mt24 {
  margin-top: -24px !important;
}

.u-minus_mt25 {
  margin-top: -25px !important;
}

.u-minus_mt26 {
  margin-top: -26px !important;
}

.u-minus_mt27 {
  margin-top: -27px !important;
}

.u-minus_mt28 {
  margin-top: -28px !important;
}

.u-minus_mt29 {
  margin-top: -29px !important;
}

.u-minus_mt30 {
  margin-top: -30px !important;
}

.u-minus_mt31 {
  margin-top: -31px !important;
}

.u-minus_mt32 {
  margin-top: -32px !important;
}

.u-minus_mt33 {
  margin-top: -33px !important;
}

.u-minus_mt34 {
  margin-top: -34px !important;
}

.u-minus_mt35 {
  margin-top: -35px !important;
}

.u-minus_mt36 {
  margin-top: -36px !important;
}

.u-minus_mt37 {
  margin-top: -37px !important;
}

.u-minus_mt38 {
  margin-top: -38px !important;
}

.u-minus_mt39 {
  margin-top: -39px !important;
}

.u-minus_mt40 {
  margin-top: -40px !important;
}

/* width variation */
.u-wid200 {
  width: 200px !important;
}

.u-wid250 {
  width: 250px !important;
}

.u-wid300 {
  width: 300px !important;
}

.u-wid350 {
  width: 350px !important;
}

.u-wid400 {
  width: 400px !important;
}

.u-wid450 {
  width: 450px !important;
}

.u-wid500 {
  width: 500px !important;
}

.u-wid550 {
  width: 550px !important;
}

.u-wid600 {
  width: 600px !important;
}

.u-wid650 {
  width: 650px !important;
}

.u-wid700 {
  width: 700px !important;
}

.u-wid750 {
  width: 750px !important;
}

.u-wid800 {
  width: 800px !important;
}

.u-wid850 {
  width: 850px !important;
}

.u-wid900 {
  width: 900px !important;
}

.u-wid950 {
  width: 950px !important;
}

.u-wid1000 {
  width: 1000px !important;
}

.u-wid1050 {
  width: 1050px !important;
}

.u-wid1100 {
  width: 1100px !important;
}

.u-wid1150 {
  width: 1150px !important;
}

.u-wid1200 {
  width: 1200px !important;
}

/* font variation */
.u-f10 {
  font-size: 0.625rem !important;
}

.u-f11 {
  font-size: 0.6875rem !important;
}

.u-f12 {
  font-size: 0.75rem !important;
}

.u-f13 {
  font-size: 0.8125rem !important;
}

.u-f14 {
  font-size: 0.875rem !important;
}

.u-f15 {
  font-size: 0.9375rem !important;
}

.u-f16 {
  font-size: 1rem !important;
}

.u-f17 {
  font-size: 1.0625rem !important;
}

.u-f18 {
  font-size: 1.125rem !important;
}

.u-f19 {
  font-size: 1.1875rem !important;
}

.u-f20 {
  font-size: 1.25rem !important;
}

.u-f21 {
  font-size: 1.3125rem !important;
}

.u-f22 {
  font-size: 1.375rem !important;
}

.u-f23 {
  font-size: 1.4375rem !important;
}

.u-f24 {
  font-size: 1.5rem !important;
}

.u-f25 {
  font-size: 1.5625rem !important;
}

.u-f26 {
  font-size: 1.625rem !important;
}

.u-f27 {
  font-size: 1.6875rem !important;
}

.u-f28 {
  font-size: 1.75rem !important;
}

.u-f29 {
  font-size: 1.8125rem !important;
}

.u-f30 {
  font-size: 1.875rem !important;
}

/* box option */
.u-m_center {
  margin: 0 auto;
}

/* font-weight option */
.u-fw_bold {
  font-weight: bold !important;
}

.u-fw_normal {
  font-weight: normal !important;
}

/* display option */
.u-display_none {
  display: none !important;
}

.u-sp_display {
  display: none !important;
}

.u-pc_display {
  display: block !important;
}

.u-sp_display_ib {
  display: none !important;
}

.u-pc_display_ib {
  display: inline-block !important;
}

/* text option */
.u-ta_left {
  text-align: left !important;
}

.u-ta_right {
  text-align: right !important;
}

.u-ta_center {
  text-align: center !important;
}

.u-ta_justify {
  text-align: justify !important;
}

.u-lh_flat {
  line-height: 1 !important;
}

/* float option */
.u-fl_left {
  float: left !important;
}

.u-fl_right {
  float: right !important;
}

.u-fl_none {
  float: none !important;
}

/* border opiton */
.u-bd_t_none {
  border-top: none !important;
}

.u-bd_r_none {
  border-right: none !important;
}

.u-bd_b_none {
  border-bottom: none !important;
}

.u-bd_l_none {
  border-left: none !important;
}

/* flexbox opiton */
.u-content_flex {
  display: flex;
}

.u-content_flex_spbw {
  display: flex;
  justify-content: space-between;
}

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

.u-content_flex_wrap_spbw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.u-flex_order_m1 {
  order: -1;
}

.u-flex_order_p1 {
  order: 1;
}

@media screen and (max-width: 768px) {
  /*--------------------------------------
  		LAYOUT VARIATION
  --------------------------------------*/
  /* margin variation */
  .u-sp_mt00 {
    margin-top: 0 !important;
  }

  .u-sp_mt01 {
    margin-top: 1px !important;
  }

  .u-sp_mt02 {
    margin-top: 2px !important;
  }

  .u-sp_mt03 {
    margin-top: 3px !important;
  }

  .u-sp_mt04 {
    margin-top: 4px !important;
  }

  .u-sp_mt05 {
    margin-top: 5px !important;
  }

  .u-sp_mt06 {
    margin-top: 6px !important;
  }

  .u-sp_mt07 {
    margin-top: 7px !important;
  }

  .u-sp_mt08 {
    margin-top: 8px !important;
  }

  .u-sp_mt09 {
    margin-top: 9px !important;
  }

  .u-sp_mt10 {
    margin-top: 10px !important;
  }

  .u-sp_mt11 {
    margin-top: 11px !important;
  }

  .u-sp_mt12 {
    margin-top: 12px !important;
  }

  .u-sp_mt13 {
    margin-top: 13px !important;
  }

  .u-sp_mt14 {
    margin-top: 14px !important;
  }

  .u-sp_mt15 {
    margin-top: 15px !important;
  }

  .u-sp_mt16 {
    margin-top: 16px !important;
  }

  .u-sp_mt17 {
    margin-top: 17px !important;
  }

  .u-sp_mt18 {
    margin-top: 18px !important;
  }

  .u-sp_mt19 {
    margin-top: 19px !important;
  }

  .u-sp_mt20 {
    margin-top: 20px !important;
  }

  .u-sp_mt21 {
    margin-top: 21px !important;
  }

  .u-sp_mt22 {
    margin-top: 22px !important;
  }

  .u-sp_mt23 {
    margin-top: 23px !important;
  }

  .u-sp_mt24 {
    margin-top: 24px !important;
  }

  .u-sp_mt25 {
    margin-top: 25px !important;
  }

  .u-sp_mt26 {
    margin-top: 26px !important;
  }

  .u-sp_mt27 {
    margin-top: 27px !important;
  }

  .u-sp_mt28 {
    margin-top: 28px !important;
  }

  .u-sp_mt29 {
    margin-top: 29px !important;
  }

  .u-sp_mt30 {
    margin-top: 30px !important;
  }

  .u-sp_mt31 {
    margin-top: 31px !important;
  }

  .u-sp_mt32 {
    margin-top: 32px !important;
  }

  .u-sp_mt33 {
    margin-top: 33px !important;
  }

  .u-sp_mt34 {
    margin-top: 34px !important;
  }

  .u-sp_mt35 {
    margin-top: 35px !important;
  }

  .u-sp_mt36 {
    margin-top: 36px !important;
  }

  .u-sp_mt37 {
    margin-top: 37px !important;
  }

  .u-sp_mt38 {
    margin-top: 38px !important;
  }

  .u-sp_mt39 {
    margin-top: 39px !important;
  }

  .u-sp_mt40 {
    margin-top: 40px !important;
  }

  .u-sp_mt41 {
    margin-top: 41px !important;
  }

  .u-sp_mt42 {
    margin-top: 42px !important;
  }

  .u-sp_mt43 {
    margin-top: 43px !important;
  }

  .u-sp_mt44 {
    margin-top: 44px !important;
  }

  .u-sp_mt45 {
    margin-top: 45px !important;
  }

  .u-sp_mt46 {
    margin-top: 46px !important;
  }

  .u-sp_mt47 {
    margin-top: 47px !important;
  }

  .u-sp_mt48 {
    margin-top: 48px !important;
  }

  .u-sp_mt49 {
    margin-top: 49px !important;
  }

  .u-sp_mt50 {
    margin-top: 50px !important;
  }

  .u-sp_mt51 {
    margin-top: 51px !important;
  }

  .u-sp_mt52 {
    margin-top: 52px !important;
  }

  .u-sp_mt53 {
    margin-top: 53px !important;
  }

  .u-sp_mt54 {
    margin-top: 54px !important;
  }

  .u-sp_mt55 {
    margin-top: 55px !important;
  }

  .u-sp_mt60 {
    margin-top: 60px !important;
  }

  .u-sp_mt61 {
    margin-top: 61px !important;
  }

  .u-sp_mt62 {
    margin-top: 62px !important;
  }

  .u-sp_mt63 {
    margin-top: 63px !important;
  }

  .u-sp_mt64 {
    margin-top: 64px !important;
  }

  .u-sp_mt65 {
    margin-top: 65px !important;
  }

  .u-sp_mt66 {
    margin-top: 66px !important;
  }

  .u-sp_mt67 {
    margin-top: 67px !important;
  }

  .u-sp_mt68 {
    margin-top: 68px !important;
  }

  .u-sp_mt69 {
    margin-top: 69px !important;
  }

  .u-sp_mt70 {
    margin-top: 70px !important;
  }

  .u-sp_mt71 {
    margin-top: 71px !important;
  }

  .u-sp_mt72 {
    margin-top: 72px !important;
  }

  .u-sp_mt73 {
    margin-top: 73px !important;
  }

  .u-sp_mt74 {
    margin-top: 74px !important;
  }

  .u-sp_mt75 {
    margin-top: 75px !important;
  }

  .u-sp_mt76 {
    margin-top: 76px !important;
  }

  .u-sp_mt77 {
    margin-top: 77px !important;
  }

  .u-sp_mt78 {
    margin-top: 78px !important;
  }

  .u-sp_mt79 {
    margin-top: 79px !important;
  }

  .u-sp_mt80 {
    margin-top: 80px !important;
  }

  .u-sp_mt85 {
    margin-top: 85px !important;
  }

  .u-sp_mt90 {
    margin-top: 90px !important;
  }

  .u-sp_mt95 {
    margin-top: 95px !important;
  }

  .u-sp_mt100 {
    margin-top: 100px !important;
  }

  .u-sp_mr00 {
    margin-right: 0 !important;
  }

  .u-sp_mr05 {
    margin-right: 5px !important;
  }

  .u-sp_mr10 {
    margin-right: 10px !important;
  }

  .u-sp_mr15 {
    margin-right: 15px !important;
  }

  .u-sp_mr18 {
    margin-right: 18px !important;
  }

  .u-sp_mr20 {
    margin-right: 20px !important;
  }

  .u-sp_mr25 {
    margin-right: 25px !important;
  }

  .u-sp_mr30 {
    margin-right: 30px !important;
  }

  .u-sp_mr35 {
    margin-right: 35px !important;
  }

  .u-sp_mr40 {
    margin-right: 40px !important;
  }

  .u-sp_mr45 {
    margin-right: 45px !important;
  }

  .u-sp_mr50 {
    margin-right: 50px !important;
  }

  .u-sp_mr55 {
    margin-right: 55px !important;
  }

  .u-sp_mr60 {
    margin-right: 60px !important;
  }

  .u-sp_mr65 {
    margin-right: 65px !important;
  }

  .u-sp_mr70 {
    margin-right: 70px !important;
  }

  .u-sp_mr75 {
    margin-right: 75px !important;
  }

  .u-sp_mr80 {
    margin-right: 80px !important;
  }

  .u-sp_mr85 {
    margin-right: 85px !important;
  }

  .u-sp_mr90 {
    margin-right: 90px !important;
  }

  .u-sp_mr95 {
    margin-right: 95px !important;
  }

  .u-sp_mr100 {
    margin-right: 100px !important;
  }

  .u-sp_mb00 {
    margin-bottom: 0 !important;
  }

  .u-sp_mb05 {
    margin-bottom: 5px !important;
  }

  .u-sp_mb10 {
    margin-bottom: 10px !important;
  }

  .u-sp_mb15 {
    margin-bottom: 15px !important;
  }

  .u-sp_mb18 {
    margin-bottom: 18px !important;
  }

  .u-sp_mb20 {
    margin-bottom: 20px !important;
  }

  .u-sp_mb25 {
    margin-bottom: 25px !important;
  }

  .u-sp_mb30 {
    margin-bottom: 30px !important;
  }

  .u-sp_mb32 {
    margin-bottom: 32px !important;
  }

  .u-sp_mb35 {
    margin-bottom: 35px !important;
  }

  .u-sp_mb40 {
    margin-bottom: 40px !important;
  }

  .u-sp_mb45 {
    margin-bottom: 45px !important;
  }

  .u-sp_mb50 {
    margin-bottom: 50px !important;
  }

  .u-sp_mb55 {
    margin-bottom: 55px !important;
  }

  .u-sp_mb60 {
    margin-bottom: 60px !important;
  }

  .u-sp_mb65 {
    margin-bottom: 65px !important;
  }

  .u-sp_mb70 {
    margin-bottom: 70px !important;
  }

  .u-sp_mb75 {
    margin-bottom: 75px !important;
  }

  .u-sp_mb80 {
    margin-bottom: 80px !important;
  }

  .u-sp_mb85 {
    margin-bottom: 85px !important;
  }

  .u-sp_mb90 {
    margin-bottom: 90px !important;
  }

  .u-sp_mb95 {
    margin-bottom: 95px !important;
  }

  .u-sp_mb100 {
    margin-bottom: 100px !important;
  }

  .u-sp_ml00 {
    margin-left: 0 !important;
  }

  .u-sp_ml05 {
    margin-left: 5px !important;
  }

  .u-sp_ml10 {
    margin-left: 10px !important;
  }

  .u-sp_ml15 {
    margin-left: 15px !important;
  }

  .u-sp_ml18 {
    margin-left: 18px !important;
  }

  .u-sp_ml20 {
    margin-left: 20px !important;
  }

  .u-sp_ml25 {
    margin-left: 25px !important;
  }

  .u-sp_ml30 {
    margin-left: 30px !important;
  }

  .u-sp_ml35 {
    margin-left: 35px !important;
  }

  .u-sp_ml40 {
    margin-left: 40px !important;
  }

  .u-sp_ml45 {
    margin-left: 45px !important;
  }

  .u-sp_ml50 {
    margin-left: 50px !important;
  }

  .u-sp_ml55 {
    margin-left: 55px !important;
  }

  .u-sp_ml60 {
    margin-left: 60px !important;
  }

  .u-sp_ml65 {
    margin-left: 65px !important;
  }

  .u-sp_ml70 {
    margin-left: 70px !important;
  }

  .u-sp_ml75 {
    margin-left: 75px !important;
  }

  .u-sp_ml80 {
    margin-left: 80px !important;
  }

  .u-sp_ml85 {
    margin-left: 85px !important;
  }

  .u-sp_ml90 {
    margin-left: 90px !important;
  }

  .u-sp_ml95 {
    margin-left: 95px !important;
  }

  .u-sp_ml100 {
    margin-left: 100px !important;
  }

  .u-sp_minus_mt01 {
    margin-top: -1px !important;
  }

  .u-sp_minus_mt02 {
    margin-top: -2px !important;
  }

  .u-sp_minus_mt03 {
    margin-top: -3px !important;
  }

  .u-sp_minus_mt04 {
    margin-top: -4px !important;
  }

  .u-sp_minus_mt05 {
    margin-top: -5px !important;
  }

  .u-sp_minus_mt06 {
    margin-top: -6px !important;
  }

  .u-sp_minus_mt07 {
    margin-top: -7px !important;
  }

  .u-sp_minus_mt08 {
    margin-top: -8px !important;
  }

  .u-sp_minus_mt09 {
    margin-top: -9px !important;
  }

  .u-sp_minus_mt10 {
    margin-top: -10px !important;
  }

  .u-sp_minus_mt11 {
    margin-top: -11px !important;
  }

  .u-sp_minus_mt12 {
    margin-top: -12px !important;
  }

  .u-sp_minus_mt13 {
    margin-top: -13px !important;
  }

  .u-sp_minus_mt14 {
    margin-top: -14px !important;
  }

  .u-sp_minus_mt15 {
    margin-top: -15px !important;
  }

  .u-sp_minus_mt16 {
    margin-top: -16px !important;
  }

  .u-sp_minus_mt17 {
    margin-top: -17px !important;
  }

  .u-sp_minus_mt18 {
    margin-top: -18px !important;
  }

  .u-sp_minus_mt19 {
    margin-top: -19px !important;
  }

  .u-sp_minus_mt20 {
    margin-top: -20px !important;
  }

  .u-sp_minus_mt21 {
    margin-top: -21px !important;
  }

  .u-sp_minus_mt22 {
    margin-top: -22px !important;
  }

  .u-sp_minus_mt23 {
    margin-top: -23px !important;
  }

  .u-sp_minus_mt24 {
    margin-top: -24px !important;
  }

  .u-sp_minus_mt25 {
    margin-top: -25px !important;
  }

  .u-sp_minus_mt26 {
    margin-top: -26px !important;
  }

  .u-sp_minus_mt27 {
    margin-top: -27px !important;
  }

  .u-sp_minus_mt28 {
    margin-top: -28px !important;
  }

  .u-sp_minus_mt29 {
    margin-top: -29px !important;
  }

  .u-sp_minus_mt30 {
    margin-top: -30px !important;
  }

  .u-sp_minus_mt31 {
    margin-top: -31px !important;
  }

  .u-sp_minus_mt32 {
    margin-top: -32px !important;
  }

  .u-sp_minus_mt33 {
    margin-top: -33px !important;
  }

  .u-sp_minus_mt34 {
    margin-top: -34px !important;
  }

  .u-sp_minus_mt35 {
    margin-top: -35px !important;
  }

  .u-sp_minus_mt36 {
    margin-top: -36px !important;
  }

  .u-sp_minus_mt37 {
    margin-top: -37px !important;
  }

  .u-sp_minus_mt38 {
    margin-top: -38px !important;
  }

  .u-sp_minus_mt39 {
    margin-top: -39px !important;
  }

  .u-sp_minus_mt40 {
    margin-top: -40px !important;
  }

  /* width variation */
  .u-sp_wid200,
.u-sp_wid250,
.u-sp_wid300,
.u-sp_wid350,
.u-sp_wid400,
.u-sp_wid450,
.u-sp_wid500,
.u-sp_wid550,
.u-sp_wid600,
.u-sp_wid650,
.u-sp_wid700,
.u-sp_wid750,
.u-sp_wid800,
.u-sp_wid850,
.u-sp_wid900,
.u-sp_wid950,
.u-sp_wid1000,
.u-sp_wid1050,
.u-sp_wid1100,
.u-sp_wid1150,
.u-sp_wid1200 {
    width: auto !important;
  }

  /* font variation */
  .u-sp_f10 {
    font-size: 0.625rem !important;
  }

  .u-sp_f11 {
    font-size: 0.6875rem !important;
  }

  .u-sp_f12 {
    font-size: 0.75rem !important;
  }

  .u-sp_f13 {
    font-size: 0.8125rem !important;
  }

  .u-sp_f14 {
    font-size: 0.875rem !important;
  }

  .u-sp_f15 {
    font-size: 0.9375rem !important;
  }

  .u-sp_f16 {
    font-size: 1rem !important;
  }

  .u-sp_f17 {
    font-size: 1.0625rem !important;
  }

  .u-sp_f18 {
    font-size: 1.125rem !important;
  }

  .u-sp_f19 {
    font-size: 1.1875rem !important;
  }

  .u-sp_f20 {
    font-size: 1.25rem !important;
  }

  .u-sp_f21 {
    font-size: 1.3125rem !important;
  }

  .u-sp_f22 {
    font-size: 1.375rem !important;
  }

  .u-sp_f23 {
    font-size: 1.4375rem !important;
  }

  .u-sp_f24 {
    font-size: 1.5rem !important;
  }

  .u-sp_f25 {
    font-size: 1.5625rem !important;
  }

  .u-sp_f26 {
    font-size: 1.625rem !important;
  }

  .u-sp_f27 {
    font-size: 1.6875rem !important;
  }

  .u-sp_f28 {
    font-size: 1.75rem !important;
  }

  .u-sp_f29 {
    font-size: 1.8125rem !important;
  }

  .u-sp_f30 {
    font-size: 1.875rem !important;
  }

  /* box option */
  .u-sp_m_center {
    margin: 0 auto;
  }

  /* font-weight option */
  .u-sp_fw_bold {
    font-weight: bold !important;
  }

  .u-sp_fw_normal {
    font-weight: normal !important;
  }

  /* display option */
  .u-sp_display {
    display: block !important;
  }

  .u-pc_display {
    display: none !important;
  }

  .u-sp_display_ib {
    display: inline-block !important;
  }

  .u-pc_display_ib {
    display: none !important;
  }

  /* text option */
  .u-sp_ta_left {
    text-align: left !important;
  }

  .u-sp_ta_right {
    text-align: right !important;
  }

  .u-sp_ta_center {
    text-align: center !important;
  }

  .u-sp_ta_justify {
    text-align: justify !important;
  }

  .u-sp_lh_flat {
    line-height: 1 !important;
  }

  /* float option */
  .u-sp_fl_left {
    float: left !important;
  }

  .u-sp_fl_right {
    float: right !important;
  }

  .u-sp_fl_none {
    float: none !important;
  }

  /* border opiton */
  .u-sp_bd_t_none {
    border-top: none !important;
  }

  .u-sp_bd_r_none {
    border-right: none !important;
  }

  .u-sp_bd_b_none {
    border-bottom: none !important;
  }

  .u-sp_bd_l_none {
    border-left: none !important;
  }

  /* flexbox opiton */
  .u-sp_content_flex {
    display: flex;
  }

  .u-sp_content_flex_spbw {
    display: flex;
    justify-content: space-between;
  }

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

  .u-sp_content_flex_wrap_spbw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

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

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

  .u-sp_flex_order_m1 {
    order: -1;
  }

  .u-sp_flex_order_p1 {
    order: 1;
  }
}
.p-about-history {
  padding-left: 55px;
}
.p-about-history__inner {
  position: relative;
}
.p-about-history__inner::before {
  position: absolute;
  top: 20px;
  left: -28px;
  width: 5px;
  height: calc(100% - 20px);
  background: linear-gradient(0deg, #e3005a 0%, #e6ae00 25%, #94ae1b 40%, #44ae35 55%, #21a79b 70%, #00a0e9 85%, #004d9f 100%);
  content: "";
}
.p-about-history__inner::after {
  position: absolute;
  top: -5px;
  right: 0;
  width: 415px;
  height: 100%;
  background: url(/_assets/img/about/about_history_img01.svg) no-repeat 100% 0/415px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-about-history {
    padding: 0;
  }
  .p-about-history__inner::before {
    top: 15px;
    left: 6px;
    height: calc(100% - 20px);
  }
  .p-about-history__inner::after {
    content: none;
  }
}

.p-about-history-section {
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%) 50px;
}
.p-about-history-section:first-child {
  padding-top: 0;
}
.p-about-history-section:nth-child(even) {
  background-color: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .p-about-history-section {
    padding: 34px calc(50vw - 50%) 34px 48px;
  }
}

.p-about-history-heading__text {
  position: relative;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 1;
}
.p-about-history-heading__text::before {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -37px;
  width: 23px;
  height: 23px;
  margin: auto;
  border: 6px solid;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.p-about-history-heading__text--2018::before {
  border-color: #004d9f;
}
.p-about-history-heading__text--2019::before {
  border-color: #00a0e9;
}
.p-about-history-heading__text--2020::before {
  border-color: #21a79b;
}
.p-about-history-heading__text--2021::before {
  border-color: #44ae35;
}
.p-about-history-heading__text--2022::before {
  border-color: #94ae1b;
}
.p-about-history-heading__text--2023::before {
  border-color: #dcb000;
}
.p-about-history-heading__text--2024::before {
  border-color: #e3005a;
}
.p-about-history-heading__text-num {
  display: inline-block;
  margin-right: 0.25em;
  font-size: 2.125rem;
  vertical-align: -1px;
}
@media screen and (max-width: 1024px) {
  .p-about-history-heading__text {
    font-size: 1.5625rem;
  }
  .p-about-history-heading__text::before {
    top: 5px;
    bottom: 0;
    left: -29px;
    width: 19px;
    height: 19px;
    border: 5px solid;
    content: "";
  }
  .p-about-history-heading__text--2018::before {
    border-color: #004d9f;
  }
  .p-about-history-heading__text--2019::before {
    border-color: #00a0e9;
  }
  .p-about-history-heading__text--2020::before {
    border-color: #21a79b;
  }
  .p-about-history-heading__text--2021::before {
    border-color: #44ae35;
  }
  .p-about-history-heading__text--2022::before {
    border-color: #94ae1b;
  }
  .p-about-history-heading__text--2023::before {
    border-color: #dcb000;
  }
  .p-about-history-heading__text--2024::before {
    border-color: #e3005a;
  }
  .p-about-history-heading__text-num {
    font-size: 1.6875rem;
  }
}

.p-about-history-list {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-about-history-list {
    margin-top: 24px;
  }
}

.p-about-history-content {
  display: flex;
  margin-top: 28px;
}
.p-about-history-content__law, .p-about-history-content__month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 26px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}
.p-about-history-content__law span, .p-about-history-content__month span {
  margin-right: 0.25em;
  font-size: 1.1875rem;
  vertical-align: -1px;
}
.p-about-history-content__law {
  color: #fff;
  background-color: #008300;
}
.p-about-history-content__month {
  border: 1px solid #717071;
  color: #717071;
}
.p-about-history-content__inner {
  margin: -3px 0 0 20px;
}
.p-about-history-content__text {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.p-about-history-content__text:nth-child(n+2) {
  margin-top: 15px;
}
.p-about-history-content__text--law {
  color: #008300;
}
.p-about-history-content__link {
  position: relative;
  text-decoration: underline;
}
.p-about-history-content__link:hover {
  text-decoration: none;
}
.p-about-history-content__link:after {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.p-about-history-content__link--normal:after {
  display: inline-flex;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 0 2px 0 4px;
  border-radius: 50%;
  background-color: #231815;
  color: #fff;
  font-size: 1.1875rem;
  font-family: "Material Icons";
  text-align: center;
  vertical-align: -3px;
  content: "";
}
.p-about-history-content__link--external:after {
  width: 14px;
  height: 14px;
  margin: 0 8px 0 4px;
  font-size: 1.1875rem;
  font-family: "Material Icons";
  vertical-align: -4px;
  content: "";
}
.p-about-history-content__link--pdf:after {
  width: 29px;
  height: 29px;
  background: url(/_assets/img/common/common_icon_pdf.png) no-repeat 0 0/29px;
  font-size: 1.1875rem;
  vertical-align: -7px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-about-history-content {
    display: block;
    margin-top: 24px;
  }
  .p-about-history-content__inner {
    margin: 7px 0 0 0;
  }
  .p-about-history-content__text {
    letter-spacing: 0;
  }
  .p-about-history-content__text:nth-child(n+2) {
    margin-top: 15px;
  }
  .p-about-history-content__text--law {
    color: #008300;
  }
  .p-about-history-content__link {
    position: relative;
    text-decoration: underline;
  }
  .p-about-history-content__link:hover {
    text-decoration: none;
  }
  .p-about-history-content__link:after {
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  .p-about-history-content__link--normal:after {
    display: inline-flex;
    align-items: center;
    width: 18px;
    height: 18px;
    margin: 0 2px 0 4px;
    border-radius: 50%;
    background-color: #231815;
    color: #fff;
    font-size: 1.1875rem;
    font-family: "Material Icons";
    text-align: center;
    vertical-align: -3px;
    content: "";
  }
  .p-about-history-content__link--external:after {
    width: 14px;
    height: 14px;
    margin: 0 8px 0 4px;
    font-size: 1.1875rem;
    font-family: "Material Icons";
    vertical-align: -4px;
    content: "";
  }
  .p-about-history-content__link--pdf:after {
    width: 29px;
    height: 29px;
    background: url(/_assets/img/common/common_icon_pdf.png) no-repeat 0 0/29px;
    font-size: 1.1875rem;
    vertical-align: -7px;
    content: "";
  }
}

.p-about-message__lead {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .p-about-message__lead {
    font-size: 1.5rem;
    line-height: 1.58;
  }
}
.p-about-message__lead span {
  display: inline-block;
}
.p-about-message__inner {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-about-message__inner {
    flex-direction: column;
    margin-top: 30px;
  }
}
.p-about-message__text .c-text-main:nth-child(n+2) {
  margin-top: 30px;
}
.p-about-message__right {
  flex: 0 0 auto;
  margin-left: 95px;
}
@media screen and (max-width: 1024px) {
  .p-about-message__right {
    margin-left: 0;
  }
}
.p-about-message__img {
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .p-about-message__img {
    margin-top: 30px;
  }
}

.p-about-message-text {
  margin: 30px 0 0 83px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .p-about-message-text {
    margin: 17px 0 0;
  }
}
.p-about-message-text__corporation {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .p-about-message-text__corporation {
    font-size: 0.8125rem;
  }
}
.p-about-message-text__inner {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .p-about-message-text__inner {
    margin-top: 12px;
  }
}
.p-about-message-text__post {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .p-about-message-text__post {
    font-size: 0.8125rem;
  }
}
.p-about-message-text__name-jp {
  margin-left: 13px;
  font-size: 1.6875rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .p-about-message-text__name-jp {
    margin-left: 12px;
    font-size: 1.375rem;
  }
}
.p-about-message-text__name-en {
  margin-left: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 1024px) {
  .p-about-message-text__name-en {
    margin-left: 10px;
    font-size: 0.75rem;
  }
}

.p-about-officer__notes {
  margin-top: 5px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .p-about-officer__notes {
    margin-top: 20px;
  }
}

.p-about-officer-heading {
  line-height: 1;
}
.p-about-officer-heading__organization {
  font-size: 1rem;
}
.p-about-officer-heading__text {
  display: block;
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .p-about-officer-heading__organization {
    font-size: 0.875rem;
  }
  .p-about-officer-heading__text {
    margin-top: 15px;
    font-size: 1.1875rem;
  }
}

.p-about-officer-table__table {
  padding: 17px 0;
  width: 100%;
}
.p-about-officer-table__table:first-child {
  margin-top: 10px;
}
.p-about-officer-table__table:last-child {
  margin-top: 15px;
}
.p-about-officer-table__row--line {
  border-top: 1px solid #b3b3b4;
}
.p-about-officer-table__row--line:last-child {
  border-bottom: 1px solid #b3b3b4;
}
.p-about-officer-table__row--b-line {
  border-bottom: 1px solid #b3b3b4;
}
.p-about-officer-table__header {
  width: 180px;
  background-color: #f6f6f6;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.08em;
}
.p-about-officer-table__data {
  padding: 10px 0;
  line-height: 1;
  vertical-align: middle;
}
.p-about-officer-table__data--post {
  width: 175px;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.3;
  text-align: right;
  vertical-align: top;
}
.p-about-officer-table__data--post02 {
  width: 335px;
  padding-left: 40px;
  text-align: left;
}
.p-about-officer-table__data--name {
  padding-right: 1em;
  padding-left: 1.5em;
  box-sizing: content-box;
  font-size: 1.1875rem;
  letter-spacing: 0.08em;
}
.p-about-officer-table__data--job {
  font-size: 0.9375rem;
}
.p-about-officer-table__data--first-child {
  padding-top: 25px;
}
.p-about-officer-table__data--last-child {
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .p-about-officer-table__table {
    padding: 17px 0;
    width: 100%;
  }
  .p-about-officer-table__table:first-child {
    margin-top: 20px;
  }
  .p-about-officer-table__table:last-child {
    margin-top: 45px;
    border-top: 1px solid #b3b3b4;
  }
  .p-about-officer-table__row--line {
    border-top: none;
  }
  .p-about-officer-table__row--line:last-child {
    border-bottom: none;
  }
  .p-about-officer-table__row--b-line {
    border-bottom: none;
  }
  .p-about-officer-table__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 35px;
  }
  .p-about-officer-table__data {
    display: block;
    padding: 0;
    line-height: 1.75;
  }
  .p-about-officer-table__data--post {
    width: 100%;
    margin-top: 15px;
    font-size: 0.9375rem;
    line-height: inherit;
    text-align: left;
  }
  .p-about-officer-table__data--post02 {
    width: 100%;
    padding-left: 0;
  }
  .p-about-officer-table__data--name {
    margin-top: 25px;
    padding-right: 0;
    padding-left: 0;
  }
  .p-about-officer-table__data--first-child {
    padding-top: 0;
  }
  .p-about-officer-table__data--last-child {
    padding-bottom: 0;
  }
  .p-about-officer-table__data--blank {
    display: none;
  }
}

.p-about-organization__pict {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .p-about-organization__pict {
    margin-top: 34px;
  }
}

.p-about-outline__heading {
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .p-about-outline__heading {
    margin-top: 45px;
  }
}

.p-about-outline-table:last-child {
  margin-top: 65px;
}
.p-about-outline-table__table {
  width: 100%;
}
.p-about-outline-table__row {
  border-top: 1px solid #b3b3b4;
  border-bottom: 1px solid #b3b3b4;
}
.p-about-outline-table__heading {
  width: 280px;
  padding: 31px 0;
  background-color: #f6f6f6;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.08em;
}
.p-about-outline-table__data {
  padding: 31px 50px;
  font-size: 1.125rem;
  line-height: 1.75;
  vertical-align: middle;
}
.p-about-outline-table__item {
  display: flex;
}
.p-about-outline-table__item:nth-child(n+2) {
  margin-top: 15px;
}
.p-about-outline-table__item::before {
  position: relative;
  top: 9px;
  margin-right: 0.5em;
  font-size: 9px;
  content: "●";
}
@media screen and (max-width: 1024px) {
  .p-about-outline-table:last-child {
    margin-top: 0;
  }
  .p-about-outline-table__row {
    border: none;
  }
  .p-about-outline-table__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    padding: 0;
    line-height: 1;
  }
  .p-about-outline-table__data {
    display: block;
    margin-top: 15px;
    padding: 0;
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-about-outline-table__item {
    display: flex;
  }
  .p-about-outline-table__item::before {
    top: 8px;
    font-size: 8px;
  }
  .p-about-outline-table__item span {
    display: inline-block;
  }
}

.p-about-outline-access {
  margin-top: 55px;
}
.p-about-outline-access__map-area {
  width: 100%;
  height: 465px;
}
@media screen and (max-width: 1024px) {
  .p-about-outline-access {
    height: 195px;
    margin-top: 30px;
  }
}

.p-about-philosophy__lead {
  margin-top: 55px;
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 1.77;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-about-philosophy__lead {
    margin-top: 28px;
    font-size: 1.375rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }
}
.p-about-philosophy__lead span {
  display: inline-block;
}

.p-about-philosophy-section:not(:first-child) {
  margin-top: 96px;
}
.p-about-philosophy-section__inner {
  position: relative;
  max-width: 1020px;
  margin: auto;
  padding: 0 95px 50px;
  border-radius: 18px;
  border: 3px solid #b5dfaf;
}
.p-about-philosophy-section__inner::before, .p-about-philosophy-section__inner::after {
  position: absolute;
  background: no-repeat 0 0;
  content: "";
}
.p-about-philosophy-section__inner--mission::before {
  top: 120px;
  right: -85px;
  width: 290px;
  height: 187px;
  background-image: url("/_assets/img/about/about_philosophy_img02_pc.svg");
}
.p-about-philosophy-section__inner--mission::after {
  bottom: 390px;
  left: -130px;
  width: 178px;
  height: 206px;
  background-image: url("/_assets/img/about/about_philosophy_img03_pc.svg");
}
.p-about-philosophy-section__inner--value::before {
  top: 475px;
  right: -106px;
  width: 234px;
  height: 263px;
  background-image: url("/_assets/img/about/about_philosophy_img04_pc.svg");
}
@media screen and (max-width: 1024px) {
  .p-about-philosophy-section:not(:first-child) {
    margin-top: 60px;
  }
  .p-about-philosophy-section__inner {
    position: relative;
    max-width: 100%;
    padding: 0 32px 32px;
    border-radius: 14px;
    border: 2px solid #b5dfaf;
  }
  .p-about-philosophy-section__inner--mission::before {
    top: 160px;
    right: -5px;
    width: 34px;
    height: 64px;
    background-image: url("/_assets/img/about/about_philosophy_img02_sp.svg");
  }
  .p-about-philosophy-section__inner--mission::after {
    bottom: 797px;
    left: -10px;
    width: 38px;
    height: 52px;
    background-image: url("/_assets/img/about/about_philosophy_img03_sp.svg");
  }
  .p-about-philosophy-section__inner--value::before {
    top: -76px;
    right: 0;
    width: 82px;
    height: 68px;
    background-image: url("/_assets/img/about/about_philosophy_img04_sp.svg");
  }
}

.p-about-philosophy-heading {
  max-width: 1020px;
  margin: auto;
  text-align: center;
}
.p-about-philosophy-heading--line {
  position: relative;
  border-top: 3px solid #b5dfaf;
}
.p-about-philosophy-heading__text {
  position: relative;
  margin-top: -22px;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.p-about-philosophy-heading__text span {
  display: inline-block;
  padding: 0 0.75em;
  background-color: #fff;
}
.p-about-philosophy-heading__text--line span {
  background-color: transparent;
}
.p-about-philosophy-heading__text--line span::before, .p-about-philosophy-heading__text--line span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(510px - 107px);
  height: 3px;
  content: "";
  background-color: #b5dfaf;
}
.p-about-philosophy-heading__text--line span::before {
  left: 0;
}
.p-about-philosophy-heading__text--line span::after {
  right: 0;
}
.p-about-philosophy-heading__sub {
  margin-top: 22px;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-about-philosophy-heading {
    max-width: 100%;
  }
  .p-about-philosophy-heading--line {
    position: relative;
    border-top: 0;
  }
  .p-about-philosophy-heading__text {
    position: relative;
    margin-top: -14px;
    font-size: 1.5rem;
  }
  .p-about-philosophy-heading__text--line span::before, .p-about-philosophy-heading__text--line span::after {
    width: calc(50vw - 3.5em);
    height: 2px;
  }
  .p-about-philosophy-heading__sub {
    margin-top: 15px;
    font-size: 0.8125rem;
  }
}

.p-about-philosophy-activity {
  position: relative;
  margin-top: 45px;
}
.p-about-philosophy-activity::after {
  display: block;
  max-width: 1092px;
  height: 233px;
  margin: 53px auto 0;
  background: url("/_assets/img/about/about_philosophy_img01_pc.svg") no-repeat 50% 0;
  content: "";
}
.p-about-philosophy-activity__list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 955px;
  margin: 0 auto;
}
.p-about-philosophy-activity__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 97px;
  border-radius: 100vh;
  background-color: #eaf5e8;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.5789;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.03em;
}
.p-about-philosophy-activity__item span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-about-philosophy-activity {
    margin-top: 27px;
  }
  .p-about-philosophy-activity::after {
    max-width: 100%;
    height: 104px;
    margin: 22px auto 0;
    background-image: url("/_assets/img/about/about_philosophy_img01_sp.svg");
    content: "";
  }
  .p-about-philosophy-activity__list {
    flex-direction: column;
    gap: 10px;
    max-width: 70%;
  }
  .p-about-philosophy-activity__item {
    height: 57px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.p-about-philosophy-list {
  margin-top: 55px;
}
.p-about-philosophy-list__title {
  margin: 43px 0 15px;
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.p-about-philosophy-list__description {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-about-philosophy-list {
    margin-top: 25px;
  }
  .p-about-philosophy-list__title {
    margin: 20px 0 7px;
    font-size: 1.125rem;
    line-height: 1.44;
    letter-spacing: 0;
  }
  .p-about-philosophy-list__description {
    line-height: 1.625;
    letter-spacing: 0;
  }
}

.p-about-philosophy-logo-lead {
  margin-top: 60px;
  text-align: center;
  font-feature-settings: "palt";
}
.p-about-philosophy-logo-lead__term {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-about-philosophy-logo-lead__term:last-of-type {
  margin-top: 53px;
}
.p-about-philosophy-logo-lead__description {
  margin-top: 30px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-about-philosophy-logo-lead__description--small {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-about-philosophy-logo-lead {
    margin-top: 30px;
    font-feature-settings: "palt";
  }
  .p-about-philosophy-logo-lead__term {
    font-size: 1.25rem;
  }
  .p-about-philosophy-logo-lead__term:last-of-type {
    margin-top: 30px;
  }
  .p-about-philosophy-logo-lead__description {
    margin-top: 15px;
    font-size: 1.375rem;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0;
  }
  .p-about-philosophy-logo-lead__description--small {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-about-philosophy-logo-img {
  margin-top: 75px;
  display: flex;
}
.p-about-philosophy-logo-img__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 300px;
  padding-bottom: 12px;
  text-align: center;
}
.p-about-philosophy-logo-img__inner:first-child {
  border-right: 1px solid #b3b3b4;
}
.p-about-philosophy-logo-img__caption {
  font-size: 1rem;
  line-height: 1;
}
.p-about-philosophy-logo-img__caption--01 {
  margin-top: 30px;
}
.p-about-philosophy-logo-img__caption--02 {
  margin-top: 71px;
}
@media screen and (max-width: 1024px) {
  .p-about-philosophy-logo-img {
    margin-top: 40px;
    display: block;
  }
  .p-about-philosophy-logo-img__inner {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    text-align: center;
  }
  .p-about-philosophy-logo-img__inner:first-child {
    max-width: 267px;
    margin: auto;
    border-right: none;
    border-bottom: 1px solid #b3b3b4;
  }
  .p-about-philosophy-logo-img__inner:first-child img {
    max-width: 163px;
  }
  .p-about-philosophy-logo-img__inner:last-child {
    margin-top: 40px;
  }
  .p-about-philosophy-logo-img__inner:last-child img {
    max-width: 318px;
  }
  .p-about-philosophy-logo-img__caption {
    font-size: 0.875rem;
  }
  .p-about-philosophy-logo-img__caption--01 {
    margin-top: 26px;
  }
  .p-about-philosophy-logo-img__caption--02 {
    margin-top: 21px;
  }
}

.p-about-report__category {
  display: flex;
  flex-wrap: wrap;
  column-gap: 21.5px;
  row-gap: 27px;
}
@media screen and (max-width: 1024px) {
  .p-about-report__category {
    row-gap: 20px;
  }
}
.p-about-report__category--center {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-about-report__category--center {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .p-about-report__year {
    width: calc(100% / 2 - 23px / 2);
  }
}
.p-about-report__date {
  padding-bottom: 3px;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #B3B3B4;
}
.p-about-report__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 43px;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #B3B3B4;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .p-about-report__link {
    width: 100%;
  }
}
.p-about-report__link--select {
  color: #fff;
  border: 1px solid #44ae35;
  background-color: #44ae35;
}
.p-about-report__download-item {
  position: relative;
  width: 100%;
  padding-right: 46px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.333;
}
.p-about-report__download-item::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #44ae35;
  border-radius: 50%;
  content: "";
}
.p-about-report__download-item::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  background: url(/_assets/img/common/common_icon_pdf.png) no-repeat 0 0/cover;
  content: "";
}
.p-about-report__download-list--2column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-about-report__download-list--2column {
    flex-wrap: wrap;
  }
}

.p-about-report__download-list--2column .p-about-report__download-item {
  width: calc(100% / 2 - 24px / 2);
  min-height: 40px;
}
@media screen and (max-width: 1024px) {
  .p-about-report__download-list--2column .p-about-report__download-item {
    width: 100%;
  }
}
.p-about-report__download-list--2column .p-about-report__download-item:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-about-report__download-list--2column .p-about-report__download-item:nth-child(n+2) {
    margin-top: 28px;
  }
}

.p-about-report-evaluation {
  display: flex;
  align-items: center;
  margin-top: 46px;
  margin-left: 115px;
}
@media screen and (max-width: 1024px) {
  .p-about-report-evaluation {
    flex-direction: column;
    justify-content: center;
    margin-top: 27px;
    margin-left: 0;
  }
}
.p-about-report-evaluation__img {
  margin-right: 42px;
}
@media screen and (max-width: 1024px) {
  .p-about-report-evaluation__img {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-about-report-evaluation .p-about-report__download-item {
    margin-top: 25px;
  }
}
.p-about-report-evaluation .p-about-report__download-item:nth-child(n+2) {
  margin-top: 43px;
}
@media screen and (max-width: 1024px) {
  .p-about-report-evaluation .p-about-report__download-item:nth-child(n+2) {
    margin-top: 25px;
  }
}
.p-about-report-evaluation .p-about-report__download-item::after {
  bottom: 0;
}

.p-about-rule__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-about-rule__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  margin: 25px 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__inner {
    min-height: 66px;
    margin: 20px 0 34px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about-rule__inner:nth-child(n+2) {
    border-top: 1px solid #B3B3B4;
  }
}
.p-about-rule__inner:nth-child(n+3) {
  border-top: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__inner::after {
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 32px;
    height: 32px;
    margin: auto;
    background: url(/_assets/img/common/common_icon_pdf.png) no-repeat 0 0/cover;
    content: "";
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-about-rule__inner::after {
    top: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
  }
}
.p-about-rule__box {
  display: flex;
}
.p-about-rule__number {
  position: relative;
  padding: 0 20px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__number {
    padding: 0 10px 0 0;
    font-size: 22px;
  }
}
.p-about-rule__number--narrow {
  padding: 0 9.5px;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__number--narrow {
    margin-left: -14px;
    padding: 0 7px 0 0;
    letter-spacing: -0.05em;
  }
}
.p-about-rule__number::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 46px;
  margin: auto;
  background-color: #B3B3B4;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-about-rule__number::after {
    height: 66px;
  }
}
.p-about-rule__title {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__title {
    margin-left: 10px;
  }
}
.p-about-rule__text {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.333;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__text {
    font-size: 18px;
  }
}

.p-about-rule__wrap--2column .p-about-rule__contents {
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__wrap--2column .p-about-rule__contents {
    margin-top: 3px;
  }
}
.p-about-rule__wrap--2column .p-about-rule__inner {
  max-width: 583px;
  min-height: 75px;
  margin: 0;
  padding: 23px 0 5px;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__wrap--2column .p-about-rule__inner {
    max-width: 100%;
    min-height: 90px;
    padding: 17px 0 6px;
  }
}
.p-about-rule__wrap--2column .p-about-rule__inner:nth-child(40),
.p-about-rule__wrap--2column .p-about-rule__inner:last-child {
  border-bottom: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__wrap--2column .p-about-rule__inner:nth-child(41) {
    border-bottom: none;
  }
}
.p-about-rule__wrap--2column .p-about-rule__inner::after {
  position: absolute;
  right: 0;
  bottom: 11px;
  width: 32px;
  height: 32px;
  margin: auto;
  background: url(/_assets/img/common/common_icon_pdf.png) no-repeat 0 0/cover;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-about-rule__wrap--2column .p-about-rule__inner::after {
    top: auto;
    bottom: 24px;
    width: 34px;
    height: 34px;
  }
}
.p-about-rule__wrap--2column .p-about-rule__number {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.p-about-rule__wrap--2column .p-about-rule__text {
  max-width: 410px;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-about-rule__wrap--2column .p-about-rule__text {
    max-width: 100%;
    padding-right: 40px;
  }
}

.p-toc-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
  .p-toc-animation {
    display: flex;
    justify-content: center;
  }
}
.is-loaded .p-toc-animation {
  opacity: 1;
}
.p-toc-animation__title {
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-toc-animation__title {
    transform: translateY(-120px);
  }
}
.p-toc-animation__inner {
  position: relative;
  transform-origin: center;
  width: 970px;
  height: 862px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
  .p-toc-animation__inner {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-toc-animation__inner {
    width: 335px;
    height: 743px;
    margin: 0 auto 40px;
  }
}

.toc-animation-janpia > *,
.toc-animation-pinkallow > *,
.toc-animation-toc > *,
.toc-animation-wata > * {
  position: absolute;
  margin: auto;
  text-align: center;
}

.toc-animation-toc01 {
  top: 11px;
  right: 0;
  left: 0;
  max-width: 870px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc01 {
    top: 53px;
    left: 50%;
    width: 415px;
    transform: translateX(-50%);
  }
}

.toc-animation-toc02 {
  top: 209px;
  left: 170px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc02 {
    top: 257px;
    left: 56px;
    width: 49px;
    height: 37px;
  }
}

.toc-animation-toc03 {
  top: 77px;
  left: 264px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc03 {
    top: 133px;
    left: 2px;
    width: 33px;
    height: 28px;
  }
}

.toc-animation-toc04 {
  top: 122px;
  left: 103px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc04 {
    top: 96px;
    left: 70px;
    width: 32px;
    height: 28px;
  }
}

.toc-animation-toc05 {
  top: 86px;
  left: 283px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc05 {
    top: 96px;
    left: -6px;
    width: 198px;
    height: 115px;
  }
}

.toc-animation-toc06 {
  top: 102px;
  right: 112px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc06 {
    top: 160px;
    right: 2px;
    width: 148px;
    height: 127px;
  }
}

.toc-animation-toc07 {
  top: 81px;
  right: 275px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc07 {
    top: 96px;
    right: 34px;
    width: 154px;
    height: 206px;
  }
}

.toc-animation-toc08 {
  top: 71px;
  left: 405px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc08 {
    left: 137px;
    width: 28px;
    height: 38px;
  }
}

.toc-animation-toc09 {
  top: 42px;
  right: 178px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc09 {
    top: 63px;
    right: -11px;
    width: 137px;
    height: 171px;
  }
}

.toc-animation-toc10 {
  top: 246px;
  right: 236px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc10 {
    top: 258px;
    right: 55px;
    width: 29px;
    height: 37px;
  }
}

.toc-animation-toc11 {
  top: 42px;
  right: 120px;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc11 {
    display: none;
  }
}

.toc-animation-toc12 {
  top: 150px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .toc-animation-toc12 {
    width: 234px;
    height: 87px;
  }
}

.toc-animation-wata > * {
  pointer-events: none;
}

.toc-animation-wata01 {
  top: -10px;
  right: 140px;
  max-width: 579px;
}
@media screen and (max-width: 767px) {
  .toc-animation-wata01 {
    top: 23px;
    right: auto;
    left: 15px;
    width: 78px;
    height: 88px;
  }
}

.toc-animation-wata02 {
  top: 275px;
  right: 100px;
  max-width: 533px;
}
@media screen and (max-width: 767px) {
  .toc-animation-wata02 {
    top: 0;
    right: 114px;
    width: 76px;
    height: 82px;
  }
}

.toc-animation-wata03 {
  top: 290px;
  left: 30px;
  max-width: 866px;
}
@media screen and (max-width: 767px) {
  .toc-animation-wata03 {
    top: 13px;
    right: 15px;
    left: auto;
    width: 81px;
    height: 84px;
  }
}

.toc-animation-wata04 {
  top: 0;
  left: 95px;
  max-width: 877px;
}
@media screen and (max-width: 767px) {
  .toc-animation-wata04 {
    top: 278px;
    left: -15px;
    width: 72px;
    height: 82px;
  }
}

.toc-animation-wata05 {
  top: -10px;
  right: 80px;
  max-width: 732px;
}
@media screen and (max-width: 767px) {
  .toc-animation-wata05 {
    top: 238px;
    right: auto;
    left: 21px;
    width: 189px;
    height: 196px;
  }
}

.toc-animation-wata06 {
  top: -25px;
  left: 35px;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .toc-animation-wata06 {
    top: 284px;
    right: -17px;
    left: auto;
    width: 77px;
    height: 87px;
  }
}

.toc-animation-wata07 {
  top: 390px;
  left: 50px;
  max-width: 95px;
}
@media screen and (max-width: 767px) {
  .toc-animation-wata07 {
    top: 421px;
    right: 0;
    left: 0;
    width: 339px;
    height: 82px;
  }
}

.toc-animation-pinkallow > * {
  max-width: 235px;
}

.p-toc-animation__link02 {
  top: 342px;
}

.toc-animation-pinkallow01 {
  left: 114px;
}
@media screen and (max-width: 767px) {
  .toc-animation-pinkallow01 {
    left: -7px;
  }
}

.toc-animation-pinkallow02 {
  right: 0;
  left: 0;
}

.toc-animation-pinkallow03 {
  left: 622px;
}
@media screen and (max-width: 767px) {
  .toc-animation-pinkallow03 {
    right: -7px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .toc-animation-pinkallow01,
.toc-animation-pinkallow02,
.toc-animation-pinkallow03 {
    width: 114px;
    height: 90px;
  }
}

.toc-animation-janpia01 {
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .toc-animation-janpia01 {
    width: 320px;
    height: 220px;
  }
}

.toc-animation-janpia02 {
  right: 0;
  bottom: 80px;
  left: 0;
  max-width: 562px;
}
@media screen and (max-width: 767px) {
  .toc-animation-janpia02 {
    bottom: 65px;
    width: 303px;
    height: 245px;
  }
}

.toc-animation-janpia03 {
  right: 0;
  bottom: 23px;
  left: 0;
  z-index: 1;
  max-width: 648px;
}
@media screen and (max-width: 767px) {
  .toc-animation-janpia03 {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 18px);
    max-width: 351px;
    height: 222px;
  }
}

.toc-animation-janpia04 {
  bottom: 197px;
  left: 450px;
}
@media screen and (max-width: 767px) {
  .toc-animation-janpia04 {
    right: 0;
    bottom: 157px;
    left: 0;
    width: 52px;
    height: 50px;
    z-index: 1;
  }
}

/* 矢印のアニメーション */
.toc-animation-blueallow {
  position: absolute;
  top: 205px;
  right: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .toc-animation-blueallow {
    top: 235px;
    right: -11px;
    left: -11px;
  }
}

.stroke {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: strokeUp 2s 4.8s ease forwards;
}

.arrow {
  opacity: 0;
  animation: animationfadeIn 0.5s 5.4s ease forwards;
}
@media screen and (max-width: 767px) {
  .arrow {
    animation-delay: 5.1s;
  }
}

@keyframes strokeUp {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animationfadeIn {
  to {
    opacity: 1;
  }
}
.p-toc-animation__link01 .toc-animation-toc01 img,
.p-toc-animation__link02 img,
.p-toc-animation__link03 .toc-animation-janpia01 img {
  transition: filter 0.4s ease-out;
}

.p-toc-animation__link01:hover .toc-animation-toc01 img,
.p-toc-animation__link02:hover img,
.p-toc-animation__link03:hover .toc-animation-janpia01 img {
  filter: drop-shadow(3px 3px 10px rgba(0, 71, 73, 0.35));
  mix-blend-mode: multiply;
}

.p-toc-animation a {
  position: absolute;
  z-index: 5;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

.p-toc-animation__link03 {
  position: absolute !important;
  bottom: 0;
}

.p-toc-animation__link01:hover,
.p-toc-animation__link02:hover,
.p-toc-animation__link03:hover {
  transform: scale(1.1);
}

.p-toc__pc-display {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-toc__pc-display {
    display: none;
  }
}

.p-toc__sp-display {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-toc__sp-display {
    display: none;
  }
}

.p-page-header--toc .p-page-header-heading {
  display: none;
}

.p-page-header--toc {
  height: auto;
}

.p-about-toc-bg {
  position: relative;
  background: #e7f3fa url("/_assets/img/about/about_toc_bg01_pc.svg") no-repeat center 150px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-toc-bg {
    background: #e7f3fa;
  }
}

@media screen and (max-width: 767px) {
  .p-about-toc-bg::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 50%;
    width: 452px;
    height: 54px;
    background: url("/_assets/img/about/about_toc_bg01_sp.svg") no-repeat center center;
    background-size: contain;
    transform: translateX(-50%);
  }
}

.p-about-toc {
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-about-toc {
    padding-bottom: 25px;
  }
}
.p-about-toc__title {
  position: relative;
  margin-top: 70px;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-toc__title {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.p-about-toc__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
}
.p-about-toc__title span {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0 0.25em;
  background-color: #e7f3fa;
}
.p-about-toc__lead {
  margin: 20px 0 25px;
  font-size: 1rem;
  line-height: 1.945;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-toc__lead {
    margin: 25px 0;
    font-size: 1rem;
    line-height: 1.875;
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 0.01em;
  }
}
.p-about-toc__notice {
  margin-top: 20px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-toc__notice {
    margin-top: 30px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}
.p-about-toc__inner {
  position: relative;
  max-width: 970px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-page-container--toc {
    margin-top: -12px;
  }
}

.p-toc-content {
  margin-top: 23px;
  border-radius: 16px;
  border: 1px solid;
  background: #fff no-repeat 0 center/200px;
}
@media screen and (max-width: 767px) {
  .p-toc-content {
    margin-top: 20px;
    background-position: center 0;
  }
}
.p-toc-content--01 {
  border-color: #c68212;
  background-image: url("/_assets/img/about/about_toc_img01.png");
}
.p-toc-content--02 {
  border-color: #e62269;
  background-image: url("/_assets/img/about/about_toc_img02.png");
}
.p-toc-content--03 {
  border-color: #00a63c;
  background-image: url("/_assets/img/about/about_toc_img03.png");
}
.p-toc-content__inner {
  padding: 43.5px 22px 20px 191px;
}
@media screen and (max-width: 767px) {
  .p-toc-content__inner {
    padding: 140px 20px 20px;
  }
}

.p-about-toc-heading {
  font-weight: 700;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-toc-heading {
    font-size: 1.3125rem;
    line-height: 1.45;
    font-feature-settings: "palt";
  }
}
.p-toc-content--01 .p-about-toc-heading {
  color: #d98f00;
}
.p-toc-content--02 .p-about-toc-heading {
  color: #e40060;
}
.p-toc-content--03 .p-about-toc-heading {
  color: #44af35;
}

.p-toc-text-container {
  margin-top: 10px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .p-toc-text-container {
    margin-top: 8px;
    padding-right: 0;
  }
}

.p-toc-text {
  font-size: 1rem;
  line-height: 1.8125;
}

.p-toc-pagetop {
  margin-top: 10px;
  text-align: right;
}
.p-toc-pagetop__link {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
.p-toc-pagetop__link::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  width: 21px;
  height: 21px;
  margin-left: 5px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Material Icons";
  vertical-align: -4px;
  content: "";
}
.p-toc-content--01 .p-toc-pagetop__link::after {
  background-color: #d98f00;
}
.p-toc-content--02 .p-toc-pagetop__link::after {
  background-color: #e40060;
}
.p-toc-content--03 .p-toc-pagetop__link::after {
  background-color: #44af35;
}
.p-toc-content--01 .p-toc-pagetop {
  color: #d98f00;
}
.p-toc-content--02 .p-toc-pagetop {
  color: #e40060;
}
.p-toc-content--03 .p-toc-pagetop {
  color: #44af35;
}

.p-toc-list {
  padding-left: 1.25em;
  list-style-type: decimal;
}
.p-toc-list__item {
  margin-top: 17px;
  font-weight: 700;
}
.p-toc-list__item span {
  font-weight: 400;
}

.p-toc-notes {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-toc-notes {
    margin-top: 25px;
  }
}
.p-toc-notes__text {
  font-size: 0.8125rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.p-activities-accordion__inner {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #B3B3B4;
  border-radius: 16px;
}
.p-activities-accordion__title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 12px 60px;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: -0.05em;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p-activities-accordion__title {
    font-size: 1.1rem;
  }
}
.p-activities-accordion__title::before {
  position: absolute;
  top: 50%;
  right: 17px;
  margin: 0;
  font-family: "Material Icons";
  font-size: 2.2rem;
  color: #999999;
  line-height: 1;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-activities-accordion__title::before {
    font-size: 2rem;
  }
}
.p-activities-accordion__title.is-open::before {
  content: "";
}
.p-activities-accordion__content {
  padding: 0 15px 25px;
}
@media screen and (max-width: 1024px) {
  .p-activities-accordion__content {
    padding: 0 10px 30px;
  }
}

.p-compliance-committee {
  text-align: center;
}
.p-compliance-committee__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 494px;
  height: 92px;
  padding: 20px 0 12px;
  border-radius: 100vh;
  background-color: #eae6de;
  line-height: 1;
}
.p-compliance-committee__inner::after {
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  width: 63px;
  height: 40px;
  margin: auto;
  background: url("/_assets/img/activities/activities_operations_compliance_icon01.svg") no-repeat 0 0/contain;
  content: "";
}
.p-compliance-committee__title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.06em;
}
.p-compliance-committee__role {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 408px;
  height: 30px;
  margin-top: auto;
  font-size: 15px;
  border-radius: 100vh;
  background-color: #fff;
}
.p-compliance-committee__meaning {
  display: inline-block;
  margin-top: 54px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-decoration: underline #e3005a 3px;
  text-underline-offset: 7px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .p-compliance-committee__inner {
    margin-top: 25px;
    width: 320px;
    height: 134px;
    padding: 30px 0 17px;
    border-radius: 52px;
  }
  .p-compliance-committee__inner::after {
    bottom: -55px;
    width: 72px;
    height: 46px;
  }
  .p-compliance-committee__title {
    letter-spacing: 0;
  }
  .p-compliance-committee__role {
    flex-direction: column;
    width: 250px;
    height: 52px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
  }
  .p-compliance-committee__meaning {
    margin-top: 53px;
    font-size: 22px;
    line-height: 1.73;
  }
}

.p-compliance-report {
  margin-top: 35px;
  padding: 35px 70px;
  border-radius: 18px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-compliance-report {
    margin-top: 20px;
    padding: 20px 19px;
  }
}

.p-activities-compliance-frame {
  display: flex;
  align-items: center;
}
.p-activities-compliance-frame:first-child {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b2b2b3;
}
.p-activities-compliance-frame__term {
  width: 430px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}
.p-activities-compliance-frame__item {
  display: flex;
  font-size: 16px;
}
.p-activities-compliance-frame__item::before {
  position: relative;
  top: 5px;
  margin-right: 0.75em;
  color: #e3005a;
  font-size: 10px;
  content: "●";
}
@media screen and (max-width: 1024px) {
  .p-activities-compliance-frame {
    flex-direction: column;
  }
  .p-activities-compliance-frame__term {
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.01em;
  }
  .p-activities-compliance-frame__list {
    margin-top: 25px;
  }
  .p-activities-compliance-frame__item {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.47;
  }
}

@media screen and (max-width: 1024px) {
  .p-compliance-img {
    max-width: 310px;
    height: auto;
    margin: 25px auto 0;
  }
}

.p-compliance-link {
  max-width: 645px;
  height: 100px;
  margin: 35px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-compliance-link {
    max-width: 100%;
    height: 120px;
    margin-top: 25px;
  }
  .p-compliance-link .p-activities-box-link__text {
    font-size: 18px;
    line-height: 1.22;
  }
}

.p-activities-evaluation__bg01 {
  padding: 65px 70px 70px;
  background-color: #F7F5F2;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation__bg01 {
    padding: 34px 20px 30px;
    border-radius: 18px;
  }
}
.p-activities-evaluation .p-activities-section {
  margin-top: 33px;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation .p-activities-section {
    margin-top: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation .p-page-heading-line {
    font-size: 20px;
  }
}

.p-activities-evaluation-group {
  margin-top: 25px;
  padding: 6px 6px 36px;
  background-color: #fff;
  border: 1px solid #B3B3B4;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-group {
    margin-top: 30px;
    padding: 7px 7px 15px;
  }
}
.p-activities-evaluation-group__title-bg {
  padding: 33px 80px 25px;
  background-color: #F5F5F5;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-group__title-bg {
    padding: 20px 13px 20px 28px;
  }
}
.p-activities-evaluation-group__title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.667;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-group__title {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-activities-evaluation-group__title em {
  font-weight: 400;
}
.p-activities-evaluation-group__title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 5px;
  height: 100%;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-group__title::before {
    left: -15px;
  }
}

.p-activities-evaluation-group--green .p-activities-evaluation-group__title::before {
  background-color: #44ae35;
}

.p-activities-evaluation-group--red .p-activities-evaluation-group__title::before {
  background-color: #e3005a;
}

.p-activities-evaluation-table-area {
  margin: 33px 53px 0;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-table-area {
    margin: 13px 0 0;
  }
}

.p-activities-evaluation-table tr:first-of-type {
  border-top: 1px solid #B3B3B4;
}
.p-activities-evaluation-table tr:last-of-type {
  border-bottom: 1px solid #B3B3B4;
}
.p-activities-evaluation-table th, .p-activities-evaluation-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.571;
  border-top: 1px solid #B3B3B4;
  border-bottom: 1px solid #B3B3B4;
}
.p-activities-evaluation-table th {
  padding-left: 13px;
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
  border-right: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-table th {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.p-activities-evaluation-table td {
  padding-left: 17px;
  font-weight: 400;
  font-size: 14px;
  border-left: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-table td {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.p-activities-evaluation-table-witdh01 {
  width: 19%;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-table-witdh01 {
    width: 39%;
  }
}

.p-activities-evaluation-table-witdh02 {
  width: 4.7%;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-table-witdh02 {
    width: 8.7%;
  }
}

.p-evaluation-button {
  margin-top: 54px;
  border-top: 1px solid #b3b3b4;
}
.p-evaluation-button__list {
  display: flex;
  column-gap: 36px;
  margin-top: 54px;
  padding: 0 110px;
}
.p-evaluation-button__item {
  width: 100%;
  height: 58px;
}
.p-evaluation-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #b3b3b4;
  border-radius: 100vh;
  font-weight: 700;
  font-size: 18px;
}
.p-evaluation-button__link::after {
  display: flex;
  margin-left: 0.25em;
  border-radius: 50%;
  background-color: #e3005a;
  color: #fff;
  font-size: 22px;
  font-family: "Material Icons";
  line-height: 1;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-evaluation-button {
    margin-top: 38px;
  }
  .p-evaluation-button__list {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px;
    padding: 0 16px;
  }
}

.p-activities-evaluation-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  padding: 33px 45px;
  background-color: #F6F6F6;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-box {
    flex-direction: column;
    row-gap: 12px;
    margin-top: 18px;
    padding: 23px 20px;
  }
}
.p-activities-evaluation-box__text {
  max-width: 375px;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-box__text {
    max-width: 100%;
    font-size: 16px;
  }
}

.p-activities-evaluation-tracking-link {
  max-width: 372px;
  width: 100%;
  height: 81px;
}
@media screen and (max-width: 1024px) {
  .p-activities-evaluation-tracking-link {
    max-width: 100%;
  }
}
.p-activities-evaluation-tracking-link .p-activities-box-link__text {
  font-weight: 700;
  font-size: 20px;
}
.p-activities-evaluation-tracking-link .p-activities-box-link__pdf {
  font-weight: 400;
}

.p-activities-event {
  max-width: 1060px;
  margin: auto;
}
.p-activities-event .p-page-block-box {
  padding: 42px 70px 45px;
}
@media screen and (max-width: 1024px) {
  .p-activities-event .p-page-block-box {
    padding: 25px 20px 28px;
  }
}
.p-activities-event .p-activities-box-link--window::after {
  color: currentColor;
}
.p-activities-event .p-activities-box-link__text {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .p-activities-event .p-activities-box-link__text {
    font-size: 1.125rem;
  }
}

.p-event-cards__inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
@media screen and (max-width: 1024px) {
  .p-event-cards__inner {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.p-event-card {
  max-width: calc(100% / 3 - 100px / 3);
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-event-card {
    max-width: 100%;
    margin-top: 20px;
  }
  .p-event-card:not(:first-child) {
    padding-top: 25px;
    border-top: 1px solid #ececed;
  }
}
.p-event-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-event-card__thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 217px;
  order: 1;
  border-radius: 14px;
  overflow: hidden;
  background-color: #EFEFF0;
}
@media screen and (max-width: 1024px) {
  .p-event-card__thumbnail {
    height: auto;
    background-color: transparent;
    display: block;
  }
}
.p-event-card__thumbnail img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-event-card__thumbnail img {
    width: 100%;
    height: auto;
  }
}
.p-event-card__date {
  order: 2;
  margin-top: 15px;
  color: #717071;
  font-size: 0.875rem;
  line-height: 1;
}
.p-event-card__heading {
  order: 3;
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.p-event-link {
  max-width: 380px;
  height: 84px;
  margin: 25px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-event-link {
    max-width: 100%;
    height: 80px;
    margin-top: 16px;
  }
}

.p-activities-box-link__text--event {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-activities-box-link__text--event {
    font-size: 0.9375rem;
  }
}

/*--------------------------------------
    イベント実施
--------------------------------------*/
.p-event {
  padding: 50px 0 74px;
}
@media screen and (max-width: 1024px) {
  .p-event {
    padding: 28px 0 31px;
  }
}

.p-event-detail-heading {
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .p-event-detail-heading {
    padding-bottom: 15px;
  }
}

.p-event-detail-lead {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b3b3b4;
}
@media screen and (max-width: 1024px) {
  .p-event-detail-lead {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
}

.p-event__datetime {
  color: #717071;
  font-size: 15px;
  line-height: 1;
}

.p-event-detail-content {
  padding-bottom: 37px;
  border-bottom: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-event-detail-content {
    padding-bottom: 42px;
  }
}

.p-event-detail__heading01 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5625;
}
@media screen and (max-width: 1024px) {
  .p-event-detail__heading01 {
    margin-top: 10px;
    font-size: 22px;
  }
}

.p-event h3 {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
  padding: 15.88px 25px;
  border-radius: 14px;
  background-color: #f9e7f0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .p-event h3 {
    margin-bottom: 15px;
    padding: 21.25px 25px;
    border-radius: 12px;
    font-size: 22px;
  }
}

.p-event h4 {
  padding-bottom: 8px;
  border-bottom: 4px solid #efc3d9;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .p-event h4 {
    font-size: 20px;
  }
}

.p-event h5 {
  display: flex;
  margin-top: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-event h5 {
    margin-top: 30px;
  }
}

.p-event h5::before {
  margin-right: 0.25em;
  color: #efc3d9;
  content: "■";
}

/* WP用css */
.p-event-detail-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background-color: #E3F2E1;
}
.p-event-detail-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .p-event-detail-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #B3B3B4;
}
.p-event-detail-content .wp-block-flexible-table-block-table + .wp-block-flexible-table-block-table {
  margin-top: 20px;
}
.p-event-detail-content .wp-block-flexible-table-block-table th,
.p-event-detail-content .wp-block-flexible-table-block-table td {
  font-size: 14px;
}
.p-event-detail-content .wp-block-flexible-table-block-table th {
  font-weight: 500;
}
.p-event-detail-content .wp-block-flexible-table-block-table thead th {
  text-align: center !important;
}
.p-event-detail-content .wp-block-flexible-table-block-table td {
  font-weight: 400;
}
.p-event-detail-content p {
  overflow-wrap: anywhere;
}
.p-event-detail-content .p-event-detail-lead + h3,
.p-event-detail-content .p-event-detail-lead + h4,
.p-event-detail-content .p-event-detail-lead + h5 {
  margin-top: 0;
}
.p-event-detail-content p + h3 {
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  .p-event-detail-content p + h3 {
    margin-top: 35px;
  }
}
.p-event-detail-content p + h4 {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .p-event-detail-content p + h4 {
    margin-top: 25px;
  }
}
.p-event-detail-content h4 + h5 {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-event-detail-content h4 + h5 {
    margin-top: 20px;
  }
}
.p-event-detail-content .sub-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.941;
}
.p-event-detail-content .note {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.875;
}
.p-event-detail-content .table-color-green {
  background-color: #E3F2E1 !important;
}
.p-event-detail-content .table-color-grey {
  background-color: #F0F0F0 !important;
}
.p-event-detail-content .table-color-blue {
  background-color: #DFEAF2 !important;
}
.p-event-detail-content .table-color-yellow {
  background-color: #FBEED9 !important;
}
.p-event-detail-content .table-color-red {
  background-color: #FDE6E4 !important;
}
.p-event-detail-content p:last-of-type {
  margin-top: 30px;
}
.p-event-detail-content a {
  text-decoration: underline;
  color: #009EE7;
}
.p-event-detail-content a:hover {
  text-decoration: none;
}
.p-event-detail-content p + p,
.p-event-detail-content p + .wp-block-image,
.p-event-detail-content .wp-block-flexible-table-block-table + p,
.p-event-detail-content .wp-block-list + p {
  margin-top: 30px;
}
.p-event-detail-content p + .note,
.p-event-detail-content .wp-block-image + p,
.p-event-detail-content .wp-block-flexible-table-block-table + .note,
.p-event-detail-content p + .wp-block-flexible-table-block-table,
.p-event-detail-content p + .box {
  margin-top: 5px;
}
.p-event-detail-content .sub-title + p {
  margin-top: 0;
}
.p-event-detail-content .box {
  padding: 10px;
  border: 1px solid #231815;
}
.p-event-detail-content .wp-block-list li {
  margin-left: 1.5em;
  list-style: disc;
}

.p-activities-improvement-case {
  margin-top: 30px;
  border: 3px solid #f5adca;
  border-radius: 18px;
}
.p-activities-improvement-case:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-activities-improvement-case {
    margin-top: 55px;
  }
  .p-activities-improvement-case:first-of-type {
    margin-top: 55px;
  }
}

.p-activities-improvement-case-heading {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 55px;
  border-bottom: 3px solid #f5adca;
}
.p-activities-improvement-case-heading__text {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.48;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.p-activities-improvement-case-heading__text-case {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 58px;
  margin-right: 27px;
  border-radius: 10px;
  background-color: #e3005a;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-activities-improvement-case-heading__text-case em {
  display: flex;
  position: relative;
  top: -2px;
  margin-left: 0.2em;
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .p-activities-improvement-case-heading {
    display: flex;
    justify-content: center;
    position: relative;
    height: 120px;
    padding: 0;
  }
  .p-activities-improvement-case-heading__text {
    margin-top: 18px;
    font-size: 22px;
    text-align: center;
  }
  .p-activities-improvement-case-heading__text-case {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    width: 90px;
    height: 39px;
    margin: auto;
    border-radius: 7px;
    font-size: 17px;
  }
  .p-activities-improvement-case-heading__text-case em {
    font-size: 30px;
  }
}

.p-activities-improvement-case-content {
  padding: 40px 55px;
}
.p-activities-improvement-case-content--img {
  position: relative;
}
.p-activities-improvement-case-content--img::after {
  position: absolute;
  top: -30px;
  right: 90px;
  width: 420px;
  height: 305px;
  background: url("/_assets/img/activities/activities_operations_improvement_img01.svg") no-repeat 0 0/contain;
  content: "";
}
.p-activities-improvement-case-content__text {
  max-width: 524px;
}
@media screen and (max-width: 1024px) {
  .p-activities-improvement-case-content {
    padding: 25px;
  }
  .p-activities-improvement-case-content--img {
    padding-bottom: 215px;
  }
  .p-activities-improvement-case-content--img::after {
    top: auto;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 290px;
    height: 211px;
    margin: auto;
  }
  .p-activities-improvement-case-content__text {
    max-width: 100%;
  }
}

.p-activities-improvement-case-pt {
  margin-top: 40px;
}
.p-activities-improvement-case-pt__inner {
  display: flex;
  column-gap: 20px;
}
.p-activities-improvement-case-pt__inner img {
  flex: 0 0 auto;
  width: 100%;
}
.p-activities-improvement-case-pt__caption {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-activities-improvement-case-pt {
    margin-top: 20px;
  }
  .p-activities-improvement-case-pt__inner {
    flex-direction: column;
    column-gap: 0;
    row-gap: 14px;
    margin-bottom: 17px;
  }
  .p-activities-improvement-case-pt__inner img {
    flex: 0 0 auto;
    width: 100%;
  }
  .p-activities-improvement-case-pt__caption {
    margin-top: 17px;
    font-size: 14px;
  }
}

.p-improvement-report {
  margin-top: 20px;
  padding: 30px 65px 40px;
  border-radius: 18px;
  background-color: #fff;
}
.p-improvement-report:first-of-type {
  margin-top: 40px;
}
.p-improvement-report__heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-improvement-report {
    margin-top: 20px;
    padding: 20px;
  }
  .p-improvement-report:first-of-type {
    margin-top: 22px;
  }
  .p-improvement-report__heading {
    font-size: 16px;
  }
}

.p-improvement-report-flex {
  display: flex;
  column-gap: 40px;
  margin-top: 30px;
}
.p-improvement-report-flex__item {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .p-improvement-report-flex {
    flex-direction: column;
    row-gap: 15px;
    margin-top: 18px;
  }
  .p-improvement-report-flex__item {
    height: 82px;
  }
}

.p-activities-janpia__button01 {
  max-width: 610px;
  margin: 35px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-activities-janpia__button01 {
    margin-top: 20px;
    max-width: 335px;
  }
}

.p-activities-janpia-flex {
  display: flex;
  column-gap: 40px;
  margin-top: 40px;
}
.p-activities-janpia-flex__item {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-activities-janpia-flex {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
  }
  .p-activities-janpia-flex__item {
    width: 100%;
  }
}

.p-activities-janpia-indent {
  margin-top: 25px;
}
.p-activities-janpia-indent .p-activities-janpia-frame {
  margin-top: 20px;
}

.p-activities-janpia-frame {
  height: 100%;
  border: 1px solid #b2b2b3;
  border-radius: 18px;
}
.p-activities-janpia-frame__link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-activities-janpia-frame__link::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 0.2em;
  border-radius: 50%;
  background-color: #231815;
  color: #fff;
  font-size: 19px;
  font-family: "Material Icons";
  line-height: 1;
  vertical-align: -3px;
  content: "";
}
.p-activities-janpia-frame__link:hover {
  text-decoration: none;
}

.p-activities-janpia-frame-term {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-activities-janpia-frame-term {
    font-size: 22px;
  }
}

.p-activities-janpia-frame-list01 {
  padding: 50px 54px 30px;
}
.p-activities-janpia-frame-list01__description {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-activities-janpia-frame-list01 {
    padding: 40px 20px 30px;
  }
  .p-activities-janpia-frame-list01__description {
    margin-top: 22px;
  }
}

.p-activities-janpia-frame-list02 {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 58px 30px 0;
}
.p-activities-janpia-frame-list02--img01::after {
  position: absolute;
  top: -34px;
  right: 0;
  width: 300px;
  height: 171px;
  background: url("/_assets/img/activities/activities_operations_janpia_img01.svg") no-repeat 0 0/contain;
  content: "";
}
.p-activities-janpia-frame-list02--img02::after {
  display: block;
  flex: 0 0 auto;
  position: relative;
  top: 0;
  right: -8px;
  width: 220px;
  height: 197px;
  margin-left: 16px;
  background: url("/_assets/img/activities/activities_operations_janpia_img02.svg") no-repeat 0 0/contain;
  content: "";
}
.p-activities-janpia-frame-list02__term {
  flex: 0 0 auto;
  width: 338px;
}
.p-activities-janpia-frame-list02__description--notes {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .p-activities-janpia-frame-list02 {
    flex-direction: column;
    padding: 40px 20px 30px;
  }
  .p-activities-janpia-frame-list02--img01 {
    padding-bottom: 150px;
  }
  .p-activities-janpia-frame-list02--img01::after {
    top: auto;
    right: auto;
    bottom: -40px;
    width: 290px;
    height: 166px;
  }
  .p-activities-janpia-frame-list02--img02 {
    padding-bottom: 130px;
  }
  .p-activities-janpia-frame-list02--img02::after {
    position: absolute;
    top: auto;
    right: 8px;
    bottom: -16px;
    margin-left: 16px;
  }
  .p-activities-janpia-frame-list02__term {
    width: 100%;
  }
  .p-activities-janpia-frame-list02__description {
    margin-top: 22px;
  }
  .p-activities-janpia-frame-list02__description--notes {
    font-size: 12px;
  }
}

.p-activities-kigyorenkei-example {
  position: relative;
  margin-top: 75px;
  border-top: 1px solid #B2B2B3;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example {
    margin-top: 30px;
  }
}
.p-activities-kigyorenkei-example::after {
  position: absolute;
  top: -43px;
  right: 20px;
  bottom: 0;
  width: 417px;
  height: 623px;
  padding-top: 7px;
  border-radius: 18px;
  background-color: #F7F5F2;
  z-index: -1;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  content: "連携例";
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example::after {
    display: none;
  }
}
.p-activities-kigyorenkei-example__flex {
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 36px;
  border-bottom: 1px solid #B2B2B3;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__flex {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0px;
  }
}
.p-activities-kigyorenkei-example__flex-inner {
  display: flex;
}
.p-activities-kigyorenkei-example__icon {
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__icon {
    width: 83px;
    height: 83px;
    margin-right: 20px;
    margin-left: 10px;
  }
}
.p-activities-kigyorenkei-example__inner01 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__inner01 {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__inner02 {
    width: 100%;
    margin-top: 22px;
    padding: 15px 20px;
    background-color: #F7F5F2;
    border-radius: 8px;
  }
}
.p-activities-kigyorenkei-example__title01 {
  width: 147px;
  margin-right: 75px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.386;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__title01 {
    width: 100%;
    margin-right: 0;
    font-size: 18px;
  }
}
.p-activities-kigyorenkei-example__title02 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__title02 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
  }
}
.p-activities-kigyorenkei-example__list01 {
  width: 305px;
  margin-right: 95px;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__list01 {
    width: 100%;
    margin-right: 0;
  }
}
.p-activities-kigyorenkei-example__list02 {
  margin-left: 7px;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__list02 {
    margin-left: 0;
  }
}
.p-activities-kigyorenkei-example__item {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__item {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.375;
  }
}
.p-activities-kigyorenkei-example__heading {
  font-weight: 700;
  font-size: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__heading {
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 1.455;
  }
}

.p-activities-kigyorenkei-example-bg {
  margin-top: 50px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 65px 20px 50px;
  background-color: #F7F5F2;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example-bg {
    margin-top: 30px;
    padding: 35px 20px 40px;
  }
}
.p-activities-kigyorenkei-example-bg__inner {
  margin: 35px auto 0;
  max-width: 1200px;
  padding: 53px 70px 60px;
  background-color: #fff;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example-bg__inner {
    margin: 20px auto 0;
    padding: 27px 35px 25px;
  }
}
.p-activities-kigyorenkei-example-bg .p-activities-kigyorenkei__button {
  max-width: 400px;
  margin: 45px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example-bg .p-activities-kigyorenkei__button {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-activities-kigyorenkei-example__list01 .p-activities-kigyorenkei-example__item {
    font-size: 16px;
  }
}

.p-page-heading-deco--kigyorenkei .p-activities-kigyorenkei__button {
  max-width: 536px;
  margin: 25px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-page-heading-deco--kigyorenkei .p-activities-kigyorenkei__button {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-page-block-flex-synthesis {
    max-width: 335px;
    margin: 25px auto 0;
  }
}

.p-synthesis-engagement {
  margin-top: 24px;
  padding: 50px 90px 40px;
  border-radius: 18px;
  background-color: #fff;
}
.p-synthesis-engagement:first-of-type {
  margin-top: 30px;
}
.p-synthesis-engagement__year {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 10px;
  background-color: #f9e7f0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}
.p-synthesis-engagement__content {
  margin-top: 22px;
}
.p-synthesis-engagement__notes {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-synthesis-engagement {
    margin-top: 20px;
    padding: 28px 18px 20px;
  }
  .p-synthesis-engagement:first-of-type {
    margin-top: 25px;
  }
  .p-synthesis-engagement__year {
    height: 30px;
    font-size: 20px;
  }
  .p-synthesis-engagement__content {
    margin-top: 15px;
  }
}

.p-synthesis-button__text {
  margin-top: 48px;
}
.p-synthesis-button__text span::before, .p-synthesis-button__text span::after {
  content: none;
}
.p-synthesis-button__button {
  max-width: 493px;
  height: 60px;
  margin: 13px auto 0;
}
.p-synthesis-button__link {
  position: relative;
  font-size: 18px;
}
.p-synthesis-button__link::after {
  margin-left: 0.25em;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .p-synthesis-button__text {
    margin-top: 33px;
  }
  .p-synthesis-button__text span {
    font-size: 18px;
    line-height: 1.56;
  }
  .p-synthesis-button__button {
    max-width: 100%;
    margin: 15px auto 0;
  }
  .p-synthesis-button__link {
    font-size: 16px;
    line-height: 1.375;
  }
  .p-synthesis-button__link::after {
    position: absolute;
    right: 30px;
    font-size: 24px;
  }
}

.p-activities-training__img {
  position: relative;
  width: 444px;
}
@media screen and (max-width: 1024px) {
  .p-activities-training__img {
    width: 100%;
    text-align: center;
  }
}
.p-activities-training__img img {
  position: absolute;
  top: -120px;
  left: 15px;
}
@media screen and (max-width: 1024px) {
  .p-activities-training__img img {
    position: relative;
    top: auto;
    left: auto;
    width: 295px;
    height: auto;
    margin-top: 20px;
  }
}
.p-activities-training__margin {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-activities-training__margin {
    margin-top: -20px;
  }
}

.p-training-box {
  margin-top: 20px;
  padding: 50px 60px 40px;
  border-radius: 18px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-training-box {
    margin-top: 15px;
    padding: 20px 10px;
  }
}

.p-training-table__table {
  width: 100%;
}
.p-training-table__tr {
  border-top: 1px solid #b2b2b3;
  border-bottom: 1px solid #b2b2b3;
}
.p-training-table__th, .p-training-table__td {
  height: 46px;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
}
.p-training-table__th:first-child, .p-training-table__td:first-child {
  width: 570px;
  border-right: 1px solid #b2b2b3;
}
.p-training-table__th {
  font-weight: 700;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1024px) {
  .p-training-table__th, .p-training-table__td {
    font-size: 14px;
  }
  .p-training-table__th:first-child, .p-training-table__td:first-child {
    width: 55%;
    border-right: 1px solid #b2b2b3;
  }
  .p-training-table__td {
    height: 80px;
    padding: 0 0.3em;
  }
  .p-training-table__td span {
    display: inline-block;
  }
}

.p-training-flex {
  display: flex;
  column-gap: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-training-flex {
    flex-direction: column;
    row-gap: 8px;
    margin-top: 13px;
  }
}

.p-activities-box-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 28px;
  border: 1px solid #b2b2b3;
  border-radius: 16px;
  background-color: #fff;
}
.p-activities-box-link::after {
  position: absolute;
  line-height: 1;
}
.p-activities-box-link--window::after {
  right: 20px;
  color: #e3005a;
  font-size: 31px;
  font-family: "Material Icons";
  line-height: 1;
  content: "";
}
.p-activities-box-link--pdf::after {
  right: 22px;
  width: 38px;
  height: 38px;
  background: url("/_assets/img/common/common_icon_pdf.png") no-repeat 0 0/contain;
  content: "";
}
.p-activities-box-link__text {
  font-size: 22px;
  line-height: 1.1875;
  font-feature-settings: "palt";
}
.p-activities-box-link__year {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}
.p-activities-box-link__pdf {
  display: block;
  margin-top: 7px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .p-activities-box-link {
    padding: 0 17px;
    border-radius: 15px;
  }
  .p-activities-box-link--window::after {
    right: 10px;
    font-size: 20px;
  }
  .p-activities-box-link--pdf::after {
    right: 10px;
    width: 25px;
    height: 25px;
  }
  .p-activities-box-link__text {
    font-size: 16px;
  }
  .p-activities-box-link__year {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .p-activities-box-link__pdf {
    margin-top: 5px;
  }
}

.p-activities-color-list-item {
  position: relative;
  padding-left: 15px;
}
.p-activities-color-list-item::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 11px;
  height: 11px;
  margin: auto;
  background-color: #e3005a;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-activities-color-list-item::before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
}

.page_sub_title02 {
  margin: 0;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 1.6;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 2px solid #3F3B39;
}
@media screen and (max-width: 1024px) {
  .page_sub_title02 {
    font-size: 18px;
  }
}

.koubo_highlight {
  color: red;
}

.page_sub_title09 {
  text-align: center;
  font-weight: 700;
}

.page_sub_title09::after,
.page_sub_title09::before {
  content: "■";
  margin: 0 5px;
  color: #004DA0;
}

.hyouka_border_box {
  border-top: 1px solid #9E9EA0;
  margin-top: 20px;
  padding: 15px 0;
}

.hyouka_box01 ol li {
  list-style: decimal;
}

.hyouka_dl_main a {
  margin: 30px auto 15px auto;
  padding: 30px;
  display: block;
  width: 100%;
  max-width: 350px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 23px;
  background-color: #136bfb;
  border-radius: 8px;
}

.hyouka_dl_main a span {
  font-weight: 400;
  font-size: 18px;
}

/*評価指針構成表*/
.hyouka_consist_table {
  width: 100%;
  max-width: 600px;
  margin: 15px auto 0;
}

.hyouka_consist_table th {
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: #878788;
}

.hyouka_consist_table th:not(:first-child) {
  border-left: 1px solid #fff;
}

.hyouka_consist_table td {
  padding-left: 5px;
  text-align: left;
  border-bottom: 1px solid #3F3B39;
  line-height: 28px;
}

.accordion_box {
  line-height: 1.8;
  font-size: 15px;
  border: 1px solid #3F3B39;
}

.accordion_btn {
  position: relative;
  width: 100%;
  padding: 12px 50px;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 4px;
  background: none;
  border: 0;
}

.accordion_btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: -5px;
  right: 18px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #3F3B39;
  border-right: 2px solid #3F3B39;
  transform: rotate(45deg);
}

.accordion_btn[aria-expanded=true]::after {
  top: 5px;
  transform: rotate(-135deg);
}

.accordion_btn > span,
.accordion_panel > span {
  position: absolute;
  top: 13px;
  left: 16px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 4px;
}

.accordion_panel {
  padding: 35px 50px;
  position: relative;
  border-top: 1px dotted #3F3B39;
}
@media screen and (max-width: 1024px) {
  .accordion_panel {
    padding: 15px 20px;
  }
}

.accordion_panel[aria-hidden=true] {
  display: none;
}

.accordion_panel > p {
  margin: 0;
}

.accordion_panel li {
  margin-left: 1.5em;
  list-style: disc;
}

.accordion_panel .list_style_none {
  margin-left: 0;
  list-style: none;
}

.accordion_panel .dantai_list_none li {
  margin-left: 1em;
  text-indent: -1em;
  list-style: none;
}

.text_link02 {
  text-decoration: underline;
  color: #004DA0;
  font-size: 15px;
}

/*審議会・専門家会議でのご指摘とその対応*/
.hyouka_conference_table th {
  height: 33px;
  line-height: 33px;
  font-size: 13px;
  color: #3F3B39;
  background-color: #edeeee;
  border: 1px solid #3f3b39;
  text-align: center;
}

.hyouka_conference_table th:not(:first-child) {
  border-left: 1px solid #3F3B39;
}

.hyouka_conference_table td {
  height: 21px;
  line-height: 21px;
  border: 1px solid #3F3B39;
  font-size: 12px;
  padding: 10px;
  vertical-align: top;
}

.p-dormant-deposits-audit__bg {
  margin-top: 35px;
  padding: 50px 57px 50px;
  background-color: #F7F5F2;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__bg {
    margin-top: 30px;
    padding: 30px 20px 37px;
  }
}
.p-dormant-deposits-audit__heading {
  position: relative;
  font-weight: 700;
  font-size: 25px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__heading {
    font-size: 22px;
    line-height: 1.409;
  }
}
.p-dormant-deposits-audit__heading::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 760px;
  height: 2px;
  border-bottom: 2px solid #B3B3B4;
  content: "";
}
.p-dormant-deposits-audit__heading span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  background-color: #F7F5F2;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__heading span {
    padding: 0 7px;
  }
}
.p-dormant-deposits-audit__list {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__list {
    margin-top: 20px;
  }
}
.p-dormant-deposits-audit__item {
  margin-top: 12px;
  padding-left: 3em;
  text-indent: -3em;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.667;
}
.p-dormant-deposits-audit__item:first-child {
  margin-top: 0;
}
.p-dormant-deposits-audit__text {
  margin-top: 30px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__text {
    margin-top: 28px;
    font-size: 16px;
  }
}
.p-dormant-deposits-audit__img {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__img {
    padding-bottom: 30px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__img img {
    max-width: 742px;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__img::-webkit-scrollbar {
    height: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__img::-webkit-scrollbar-track {
    background-color: #F6F6F6;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-audit__img::-webkit-scrollbar-thumb {
    background-color: #9D9D9E;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-page-container--audit .p-box-heading__text {
    font-size: 20px;
  }
}

.p-dormant-deposits-examine__bg {
  width: 100%;
  padding: 35px 42px 45px;
  background-color: #F7F5F2;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__bg {
    padding: 20px 20px 24px;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__bg:last-child {
    margin-top: 10px;
  }
}
.p-dormant-deposits-examine__heading {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__heading {
    font-size: 22px;
  }
}
.p-dormant-deposits-examine__heading::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #B3B3B4;
  content: "";
}
.p-dormant-deposits-examine__heading span {
  position: relative;
  display: inline-block;
  padding: 0 7px;
  background-color: #F7F5F2;
}
.p-dormant-deposits-examine__heading--01 em {
  color: #004D9F;
}
.p-dormant-deposits-examine__heading--02 em {
  color: #00779F;
}
.p-dormant-deposits-examine__list {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__list {
    margin-top: 15px;
  }
}
.p-dormant-deposits-examine__list::before {
  position: absolute;
  top: 50px;
  left: 58px;
  width: 2px;
  height: calc(100% - 86px);
  content: "";
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__list::before {
    top: 65px;
    left: 41px;
    height: calc(100% - 135px);
  }
}
.p-dormant-deposits-examine__list--01 {
  row-gap: 66px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__list--01 {
    row-gap: 22px;
  }
}
.p-dormant-deposits-examine__list--01::before {
  background-color: #8DB0D4;
}
.p-dormant-deposits-examine__list--02 {
  row-gap: 14px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__list--02 {
    row-gap: 22px;
  }
}
.p-dormant-deposits-examine__list--02::before {
  background-color: #84BDD1;
}
.p-dormant-deposits-examine__item {
  display: flex;
  align-items: center;
  max-width: 497px;
  padding: 25px 39px 25px 24px;
  background-color: #fff;
  border-radius: 14px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__item {
    max-width: 100%;
    padding: 20px 20px 21px 12px;
  }
}
.p-dormant-deposits-examine__step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  margin-right: 22px;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__step {
    width: 56px;
    height: 56px;
    margin-right: 14px;
    font-size: 9px;
  }
}
.p-dormant-deposits-examine__step-num {
  font-weight: 700;
  font-size: 29px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__step-num {
    font-size: 24px;
  }
}
.p-dormant-deposits-examine__title {
  font-weight: 700;
  font-size: 20px;
  font-feature-settings: "palt";
  line-height: 1.45;
}
.p-dormant-deposits-examine__text {
  max-width: 344px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine__text {
    max-width: 100%;
    font-feature-settings: "palt";
    line-height: 1.467;
  }
}

.p-dormant-deposits-examine-flex-bg {
  display: flex;
  column-gap: 38px;
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-examine-flex-bg {
    flex-wrap: wrap;
    column-gap: 0;
    margin-top: 20px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.p-dormant-deposits-examine__list--01 .p-dormant-deposits-examine__title {
  color: #004D9F;
}
.p-dormant-deposits-examine__list--01 .p-dormant-deposits-examine__step {
  background-color: #004D9F;
}

.p-dormant-deposits-examine__list--02 .p-dormant-deposits-examine__title {
  color: #00779F;
}
.p-dormant-deposits-examine__list--02 .p-dormant-deposits-examine__step {
  background-color: #00779F;
}

.p-dormant-deposits-guideline__heading {
  margin-top: 30px;
  font-weight: 700;
  font-size: 34px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline__heading {
    margin-top: 15px;
    font-size: 22px;
  }
}
.p-dormant-deposits-guideline__rev {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline__rev {
    margin-top: 17px;
    font-size: 19px;
  }
}

.p-dormant-deposits-guideline-2column {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-2column {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-2column .p-dormant-deposits-guideline-contents__title span {
    display: block;
  }
}

.p-dormant-deposits-guideline-handbook {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 110px;
  row-gap: 65px;
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-handbook {
    row-gap: 38px;
    margin-top: 25px;
  }
}
.p-dormant-deposits-guideline-handbook .p-dormant-deposits-guideline-contents {
  text-align: center;
}
.p-dormant-deposits-guideline-handbook .p-dormant-deposits-guideline-contents__info {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-handbook .p-dormant-deposits-guideline-contents__info {
    margin-top: 15px;
  }
}

.p-dormant-deposits-guideline-contents__title {
  font-weight: 400;
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-contents__title {
    font-size: 16px;
    font-feature-settings: "palt";
    line-height: 1.333;
    text-align: center;
  }
}
.p-dormant-deposits-guideline-contents__title em {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-contents__title em {
    font-size: 18px;
  }
}
.p-dormant-deposits-guideline-contents__text {
  max-width: 266px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.643;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-contents__text {
    max-width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-contents__info {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-contents__info .c-link-icon {
    text-align: center;
  }
}

.p-dormant-deposits-guideline-archive {
  display: flex;
  align-items: center;
  column-gap: 55px;
  margin-top: 52px;
  padding: 42px 40px;
  background-color: #F6F6F6;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-archive {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 32px;
    padding: 27px 20px;
    border-radius: 12px;
  }
}
.p-dormant-deposits-guideline-archive__title {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 310px;
  width: 100%;
  height: 173px;
  font-weight: 700;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #DADBDB;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-guideline-archive__title {
    height: 53px;
    border-radius: 12px;
  }
}
.p-dormant-deposits-guideline-archive__item:nth-child(n+2) {
  margin-top: 5px;
}

.p-dormant-deposits-guideline .c-list--circle {
  margin-left: 21px;
}

.p-dormant-deposits-ongoing__heading {
  margin-top: 30px;
  font-weight: 700;
  font-size: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-ongoing__heading {
    font-size: 20px;
    line-height: 1.463;
  }
}
.p-dormant-deposits-ongoing__button01 {
  max-width: 611px;
  margin: 55px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-ongoing__button01 {
    margin: 25px auto 0;
  }
}
.p-dormant-deposits-ongoing__button02 {
  max-width: 536px;
  margin: 25px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-ongoing__button02 {
    margin: 20px auto 0;
  }
}

.p-dormant-deposits-po__button-link {
  font-size: 22px !important;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po__button-link {
    font-size: 14px !important;
  }
}

.p-dormant-deposits-po-kyumin__flow {
  margin-top: 34px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-kyumin__flow {
    margin-top: 23px;
    /*margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);*/
  }
}
.p-dormant-deposits-po-kyumin .p-dormant-deposits-po__text {
  max-width: 874px;
  margin: 0 auto;
}

.p-dormant-deposits-po-about__box {
  padding: 58px 50px 43px;
  border: 1px solid #B3B3B4;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-about__box {
    padding: 33px 20px 32px;
  }
}
.p-dormant-deposits-po-about__box--wide {
  display: flex;
  margin-top: 32px;
  padding: 58px 68px 56px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-about__box--wide {
    flex-direction: column;
    margin-top: 16px;
    padding: 33px 20px 20px;
  }
}
.p-dormant-deposits-po-about__box-title {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-about__box-title {
    font-size: 22px;
    line-height: 1.545;
    text-align: center;
  }
}
.p-dormant-deposits-po-about__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-about__wrap {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.p-dormant-deposits-po-about__img {
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-about__img {
    max-width: 186px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-dormant-deposits-po-about__wrap .p-dormant-deposits-po-about__box {
  width: calc(100% / 2 - 37px / 2);
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-about__wrap .p-dormant-deposits-po-about__box {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-about__wrap .p-dormant-deposits-po-about__box:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-dormant-deposits-po-about__wrap .p-dormant-deposits-po-about__box:last-child .c-text-main {
  letter-spacing: -0.02em;
}

/* 過去の公募情報 */
.p-dormant-deposits-po-end {
  margin-top: 43px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-end {
    margin-top: 20px;
  }
}
.p-dormant-deposits-po-end__title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-end__title {
    font-size: 18px;
  }
}
.p-dormant-deposits-po-end__inner {
  margin-top: 40px;
  padding: 40px 62px 45px;
  background-color: #fff;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-end__inner {
    margin-top: 32px;
    padding: 20px;
  }
}
.p-dormant-deposits-po-end__list {
  margin-top: 15px;
  height: 367px;
  padding-right: 28px;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-end__list {
    padding-right: 18px;
  }
}
.p-dormant-deposits-po-end__item:first-child {
  border-top: 1px solid #B3B3B4;
}
.p-dormant-deposits-po-end__item {
  border-bottom: 1px solid #B3B3B4;
}
.p-dormant-deposits-po-end__list::-webkit-scrollbar {
  width: 12px;
}
.p-dormant-deposits-po-end__list::-webkit-scrollbar-track {
  background-color: #F6F6F6;
  border-radius: 10px;
}
.p-dormant-deposits-po-end__list::-webkit-scrollbar-thumb {
  background-color: #9D9D9E;
  border-radius: 10px;
}
.p-dormant-deposits-po-end__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 15px 30px 13px 0;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-end__link {
    line-height: 1.375;
  }
}
.p-dormant-deposits-po-end__link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 19px;
  height: 19px;
  margin: auto;
  vertical-align: middle;
  font-family: "Material Icons";
  font-size: 20px;
  line-height: 1;
  content: "";
  border-radius: 100vh;
  color: #fff;
  background-color: #231815;
}

/* リンクボタン横幅 */
.p-page-heading-deco--po .p-dormant-deposits-po__button {
  max-width: 536px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-page-heading-deco--po .p-dormant-deposits-po__button {
    max-width: 295px;
    margin: 18px auto 0;
  }
}

.p-dormant-deposits-po-about__box .p-dormant-deposits-po__button {
  max-width: 536px;
  margin: 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-about__box .p-dormant-deposits-po__button {
    max-width: 295px;
    margin: 17px auto 0;
  }
}

.p-dormant-deposits-po-about__wrap .p-dormant-deposits-po__button {
  max-width: 352px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-about__wrap .p-dormant-deposits-po__button {
    max-width: 295px;
  }
}

.p-dormant-deposits-po-end .p-dormant-deposits-po__button {
  max-width: 402px;
  margin: 35px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po-end .p-dormant-deposits-po__button {
    max-width: 295px;
    margin: 23px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po .p-activities-kigyorenkei-example-bg__inner {
    padding: 25px 20px 15px;
  }
}

.p-dormant-deposits-po--toppage {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 70px;
  max-width: 1230px;
  margin: 30px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po--toppage {
    flex-direction: column;
    column-gap: 0;
    row-gap: 10px;
    margin: 20px auto 0;
  }
}
.p-dormant-deposits-po--toppage .p-dormant-deposits-po__button {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-po--toppage .p-dormant-deposits-po__button {
    max-width: 312px;
  }
}

.p-dormant-deposits-result__contents {
  margin-top: 75px;
  padding: 10px 63px 50px;
  border: 3px solid #ABC5DF;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__contents {
    margin-top: 32px;
    padding: 10px 18px 38px;
  }
}
.p-dormant-deposits-result__heading01 {
  margin-top: -50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__heading01 {
    margin-top: -35px;
  }
}
.p-dormant-deposits-result__heading01 span {
  padding: 0 20px;
  font-weight: 700;
  font-size: 40px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__heading01 span {
    padding: 0 10px;
    font-size: 26px;
  }
}
.p-dormant-deposits-result__heading02 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 34px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.529;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__heading02 {
    margin-top: 15px;
    font-size: 26px;
    line-height: 1.385;
  }
}
.p-dormant-deposits-result__heading03 {
  font-weight: 700;
  font-size: 25px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__heading03 {
    font-size: 22px;
  }
}
.p-dormant-deposits-result__heading04 {
  font-weight: 700;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__heading04 {
    font-size: 18px;
  }
}
.p-dormant-deposits-result__year {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  font-weight: 700;
  font-size: 25px;
  background-color: #DFE9F2;
  border-radius: 10px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__year {
    height: 30px;
    font-size: 20px;
    border-radius: 8px;
  }
}
.p-dormant-deposits-result__list {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__list {
    margin-top: 20px;
  }
}
.p-dormant-deposits-result__item:first-child {
  border-top: 1px solid #B3B3B4;
}
.p-dormant-deposits-result__item {
  border-bottom: 1px solid #B3B3B4;
}
.p-dormant-deposits-result__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 15px 53px 15px 15px;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__link {
    min-height: 90px;
    padding: 15px 53px 15px 0;
    font-size: 18px;
    line-height: 1.556;
  }
}
.p-dormant-deposits-result__link::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 23px;
  height: 23px;
  margin: auto;
  vertical-align: middle;
  font-family: "Material Icons";
  font-size: 23px;
  line-height: 1;
  content: "";
  border-radius: 100vh;
  color: #fff;
  background-color: #004d9f;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__link::after {
    right: 0;
  }
}
.p-dormant-deposits-result__button {
  max-width: 322px;
  margin: 45px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result__button {
    margin: 38px auto 0;
  }
}

.p-dormant-deposits-result-info-button {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-info-button {
    gap: 20px;
  }
}

.p-dormant-deposits-result-info-link {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% / 2 - 40px / 2);
  border: 2px solid #004d9f;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-info-link {
    width: 100%;
  }
}
.p-dormant-deposits-result-info-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 51px;
  height: 62px;
  background: url("/_assets/img/dormant-deposits/dormant-deposits_icon_download.svg") no-repeat 0 0/cover;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-info-link::before {
    left: 23px;
    width: 40px;
    height: 48px;
  }
}
.p-dormant-deposits-result-info-link__inner {
  padding: 24px 24px 15px 116px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-info-link__inner {
    padding: 13px 33px 9px 87px;
  }
}
.p-dormant-deposits-result-info-link__text01 {
  font-weight: 400;
  font-size: 17px;
  font-feature-settings: "palt";
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-info-link__text01 {
    font-size: 16px;
    line-height: 1.375;
  }
}
.p-dormant-deposits-result-info-link__text02 {
  margin-top: 11px;
  font-weight: 400;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-info-link__text02 {
    margin-top: 2px;
    line-height: 1.5;
  }
}
.p-dormant-deposits-result-info-link__text02 em {
  font-weight: 700;
  font-size: 25px;
  font-feature-settings: "palt";
  color: #004d9f;
}
.p-dormant-deposits-result-info-link__text03 {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-info-link__text03 {
    margin-top: 5px;
  }
}

.p-dormant-deposits-result-info-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  max-width: 1094px;
  margin: 27px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-info-list {
    justify-content: center;
    row-gap: 15px;
    margin: 20px auto 0;
  }
}

.p-dormant-deposits-result-seminar-button {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 16px;
  max-width: 757px;
  margin: 27px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-seminar-button {
    gap: 16px;
    margin: 23px auto 0;
  }
}

.p-dormant-deposits-result-seminar-link {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 360px;
  width: 100%;
  height: 81px;
  padding: 0 25px 0 30px;
  border: 1px solid #B3B3B4;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-seminar-link {
    max-width: 100%;
    padding: 0 18px 0 22px;
  }
}
.p-dormant-deposits-result-seminar-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("/_assets/img/common/common_icon_pdf.png") no-repeat 0 0/cover;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-seminar-link::after {
    right: 18px;
    width: 31px;
    height: 31px;
  }
}
.p-dormant-deposits-result-seminar-link__text em {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-seminar-link__text em {
    font-size: 18px;
  }
}
.p-dormant-deposits-result-seminar-link__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.p-dormant-deposits-result-data {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-data {
    margin-top: 15px;
  }
}
.p-dormant-deposits-result-data__item {
  padding: 28px 28px 18px;
  background-color: #fff;
  border: 1px solid #B3B3B4;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-data__item {
    padding: 24px 18px 18px;
  }
}
.p-dormant-deposits-result-data__item:nth-child(n+2) {
  margin-top: 13px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-data__item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.p-dormant-deposits-result-data__inner {
  display: flex;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-data__inner {
    flex-direction: column;
    margin-top: 12px;
  }
}
.p-dormant-deposits-result-data__inner:first-of-type {
  margin-top: 0;
}
.p-dormant-deposits-result-data__name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 30px;
  margin-right: 15px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #004d9f;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-data__name {
    width: 100%;
    height: 22px;
    margin-right: 0;
    font-size: 14px;
  }
}
.p-dormant-deposits-result-data__title {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-data__title {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.412;
  }
}
.p-dormant-deposits-result-data__download {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 5px;
  margin-top: 15px;
  margin-left: 160px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-data__download {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-data .c-link-icon--pdf::after {
    display: none;
  }
}
.p-dormant-deposits-result-data .c-list {
  margin-left: 25px;
}

.p-dormant-deposits-result-next {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-next {
    margin: 20px auto 0;
  }
}
.p-dormant-deposits-result-next .c-link-chevron {
  font-weight: 700;
  font-size: 18px;
}
.p-dormant-deposits-result-next .c-link-chevron::after {
  margin-left: 10px;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-next .c-link-chevron::after {
    width: 28px;
    height: 28px;
  }
}

.p-dormant-deposits-result-bg01 {
  margin-top: 30px;
  padding: 52px 84px 44px;
  background-color: #F2F6FA;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-bg01 {
    margin-top: 15px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 25px 19px 24px;
    border-radius: 0;
  }
}

.p-dormant-deposits-result-bg02 {
  margin-top: 67px;
  padding: 66px 85px 50px;
  background-color: #F7F5F2;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-result-bg02 {
    margin-top: 40px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 30px 19px 23px;
    border-radius: 0;
  }
}

.p-dormant-deposits-previous__link {
  font-weight: 700;
  font-size: 18px;
  color: #004d9f;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-previous__link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.375;
  }
}
.p-dormant-deposits-previous__link::before {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1;
  content: "";
  border-radius: 100vh;
  color: #fff;
  background-color: #004d9f;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-previous__link::before {
    top: -2px;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

.p-dormant-deposits-anchor-list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-anchor-list {
    flex-wrap: wrap;
  }
}
.p-dormant-deposits-anchor-list--guideline {
  justify-content: center;
  column-gap: 27px;
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-anchor-list--guideline {
    column-gap: 20px;
    row-gap: 17px;
    margin-top: 30px;
  }
}
.p-dormant-deposits-anchor-list--result {
  column-gap: 20px;
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-anchor-list--result {
    column-gap: 9px;
    row-gap: 10px;
    margin-top: 30px;
  }
}

.p-dormant-deposits-anchor-item {
  width: 100%;
}
.p-dormant-deposits-anchor-item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #B3B3B4;
  border-radius: 23px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-anchor-item a {
    font-size: 15px;
    line-height: 1.067;
  }
}
.p-dormant-deposits-anchor-item a::after {
  position: absolute;
  right: 13px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-size: 20px;
  border-radius: 100vh;
  color: #fff;
  background-color: #004d9f;
  transform: rotate(90deg);
}

.p-dormant-deposits-anchor-list--guideline .p-dormant-deposits-anchor-item {
  max-width: 232px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-anchor-list--guideline .p-dormant-deposits-anchor-item {
    max-width: 100%;
    width: calc(100% / 2 - 20px / 2);
  }
}

.p-dormant-deposits-anchor-list--result .p-dormant-deposits-anchor-item {
  max-width: 152px;
}
@media screen and (max-width: 1024px) {
  .p-dormant-deposits-anchor-list--result .p-dormant-deposits-anchor-item {
    max-width: 100%;
    width: calc(100% / 2 - 10px / 2);
  }
}

.p-other-accessibility__contents {
  padding-left: 40px;
}
.p-other-accessibility__title {
  font-weight: 900;
}
.p-other-accessibility .c-text-heading {
  margin-top: 28px;
}

.p-other-compliance__wrap {
  padding-left: 55px;
}
.p-other-compliance__box {
  margin-top: 16px;
  padding: 13px 23px;
  border: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-other-compliance__box {
    margin-left: 0;
    padding: 10px 20px;
  }
}
.p-other-compliance__bg {
  margin-top: 55px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #FCF9EF;
}
@media screen and (max-width: 1024px) {
  .p-other-compliance__bg {
    margin-top: 38px;
  }
}
.p-other-compliance__bg-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 0 70px;
}
@media screen and (max-width: 1024px) {
  .p-other-compliance__bg-inner {
    padding: 35px 20px;
  }
}
.p-other-compliance__heading-main {
  font-weight: 700;
  font-size: 32px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-other-compliance__heading-main {
    font-size: 24px;
  }
}
.p-other-compliance__heading-sub {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-other-compliance__heading-sub {
    padding-left: 2.6em;
    text-indent: -2.6em;
    font-size: 18px;
    text-align: left;
    line-height: 1.444;
  }
}
.p-other-compliance__img {
  text-align: center;
}
.p-other-compliance__text {
  font-weight: 400;
  font-size: 20px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-other-compliance__text {
    font-size: 18px;
  }
}
.p-other-compliance__text em {
  font-weight: 700;
}
.p-other-compliance__button {
  max-width: 485px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-other-compliance__button {
    margin-top: 17px;
  }
}
.p-other-compliance__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-right: 10px;
  padding-left: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.111;
  border: 2px solid #44ae35;
  border-radius: 14px;
  background-color: #fff;
}
.p-other-compliance__link--helpline {
  border: 2px solid #004d9f;
}
.p-other-compliance__link::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: "Material Icons";
  font-size: 24px;
  line-height: 1;
  border-radius: 100vh;
  color: #fff;
  background-color: #44ae35;
}
@media screen and (max-width: 1024px) {
  .p-other-compliance__link::after {
    width: 19px;
    height: 20px;
    font-size: 20px;
  }
}
.p-other-compliance__link--helpline::after {
  background-color: #004d9f;
}
.p-other-compliance .c-text-heading {
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .p-other-compliance .c-text-heading {
    padding-left: 2.6em;
    text-indent: -2.6em;
    line-height: 1.391;
  }
}
.p-other-compliance .c-list--circle {
  margin-left: 20px;
}
.p-other-compliance .c-list--circle > li:nth-child(n+2) {
  margin-top: 10px;
}

.p-other-link {
  max-width: 824px;
  margin: 0 auto;
}
.p-other-link__item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-other-link__item:nth-child(n+2) {
    margin-top: 25px;
  }
}
.p-other-link__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 30px;
  font-weight: 700;
  font-size: 24px;
  border: 1px solid #B3B3B4;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-other-link__link {
    height: 75px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    line-height: 1.422;
    border-radius: 16px;
  }
}
.p-other-link__link::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  font-family: "Material Icons";
  font-size: 27px;
  line-height: 1;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-other-link__link::after {
    right: 15px;
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-other-privacy .p-box-heading {
    padding: 0 15px;
  }
}
.p-other-privacy .c-text-heading {
  margin-top: 28px;
}

.p-other-procure__item {
  margin: 40px auto 0;
  padding: 37px 60px 50px;
  border-top: 1px solid #B3B3B4;
  border-bottom: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-other-procure__item {
    margin: 30px auto 0;
    padding: 25px 0 35px;
  }
}
.p-other-procure__item:first-child {
  margin: 0 auto 0;
}
.p-other-procure__inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-other-procure__inner {
    flex-direction: column;
  }
}
.p-other-procure__inner:nth-child(n+2) {
  margin-top: 15px;
}
.p-other-procure__title {
  min-width: 80px;
  margin-right: 30px;
  font-weight: 700;
  font-size: 15px;
}
.p-other-procure__text {
  font-weight: 400;
  font-size: 15px;
}

.p-other-procure-detail__heading {
  padding-bottom: 2px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  border-bottom: 2px solid #231815;
}
.p-other-procure-detail .c-list--circle li {
  margin-left: 25px;
}
.p-other-procure-detail .c-text-end {
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .p-other-procure-detail .c-text-end {
    margin-left: 0;
  }
}

.p-other-recruit__link {
  font-weight: 700;
  text-decoration: underline;
}
.p-other-recruit__link::after {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  margin-left: 3px;
  vertical-align: middle;
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 1;
  content: "";
  border-radius: 100vh;
  color: #fff;
  background-color: #231815;
}
.p-other-recruit__flex-wrap {
  display: flex;
  column-gap: 57px;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__flex-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__img img {
    width: 292px;
  }
}
.p-other-recruit__paragraph {
  max-width: 572px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__paragraph {
    max-width: 100%;
  }
}
.p-other-recruit__lead {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.769;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__lead {
    font-size: 20px;
    line-height: 1.7;
  }
}
.p-other-recruit__info {
  margin-top: 45px;
  padding: 52px 70px 48px;
  min-height: 284px;
  background-color: #f7f5f2;
  border-radius: 28px;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__info {
    margin-top: 33px;
    min-height: 250px;
    padding: 37px 19px 25px;
  }
}
.p-other-recruit__heading {
  font-weight: 700;
  font-size: 26px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__heading {
    font-size: 20px;
  }
}
.p-other-recruit__end {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-weight: 400;
  font-size: 22px;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__end {
    margin-top: 70px;
    font-size: 18px;
  }
}
.p-other-recruit__info-list {
  margin-top: 27px;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__info-list {
    margin-top: 20px;
  }
}
.p-other-recruit__info-item:nth-child(n+2) {
  margin-top: 10px;
}
.p-other-recruit__info-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 22px 36px;
  font-weight: 400;
  font-size: 20px;
  background-color: #fff;
  border: 2px solid #e6ae00;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__info-link {
    padding: 22px 38px 22px 18px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__info-link em {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.p-other-recruit__info-link::after {
  position: absolute;
  font-family: "Material Icons";
  top: 0;
  right: 26px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  font-size: 24px;
  line-height: 1;
  color: #e6ae00;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__info-link::after {
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
.p-other-recruit__another {
  max-width: 997px;
  margin: 0 auto;
}
.p-other-recruit__another-text {
  margin-top: 45px;
  font-weight: 500;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__another-text {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 1.875;
  }
}
.p-other-recruit__another-list {
  display: flex;
  justify-content: center;
  column-gap: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__another-list {
    flex-direction: column;
    column-gap: 0;
    row-gap: 27px;
    padding: 0 18px;
    margin-top: 25px;
  }
}
.p-other-recruit__another-item {
  width: 100%;
}
.p-other-recruit__another-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  padding: 11.75px 37px;
  font-weight: 700;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #b3b3b4;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__another-link {
    justify-content: flex-start;
    column-gap: 0;
    padding: 11.75px 40px 11.75px 20px;
    font-size: 15px;
    line-height: 1.333;
  }
}
.p-other-recruit__another-link::after {
  position: relative;
  top: 1px;
  font-family: "Material Icons";
  width: 22px;
  height: 22px;
  margin: 0;
  font-size: 22px;
  line-height: 1;
  color: #e6ae00;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__another-link::after {
    position: absolute;
    right: 13px;
    bottom: 0;
    width: 19px;
    height: 19px;
    margin: auto;
    font-size: 19px;
  }
}
.p-other-recruit__another-img {
  margin: 60px 0 37px;
}
@media screen and (max-width: 1024px) {
  .p-other-recruit__another-img {
    margin: 25px 0 20px;
    padding: 0 6px;
  }
}

.p-other-recruit .c-text-main em {
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  .p-other-recruit__info .c-text-main {
    font-size: 14px;
  }
}

.p-other-sns-policy .c-text-heading {
  margin-top: 28px;
}

.p-other-symbol__anchor-link {
  display: flex;
  column-gap: 10px;
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__anchor-link {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
  }
}
.p-other-symbol__anchor-item {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__anchor-item {
    width: calc(100% / 2 - 20px / 2);
  }
}
.p-other-symbol__anchor-item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #B3B3B4;
  border-radius: 23px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__anchor-item a {
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.231;
  }
}
.p-other-symbol__anchor-item a::after {
  position: absolute;
  right: 13px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-size: 20px;
  border-radius: 100vh;
  color: #fff;
  background-color: #231815;
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__anchor-item a::after {
    width: 16px;
    height: 16px;
    font-size: 18px;
  }
}
.p-other-symbol__list {
  display: flex;
  column-gap: 65px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__list {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 5px;
  }
}
.p-other-symbol__heading01 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__heading01 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.p-other-symbol__heading02 {
  display: flex;
  align-items: center;
  height: 30px;
  margin-top: 26px;
  padding-left: 13px;
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: "palt";
  background-color: #F0F0F1;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__heading02 {
    height: 27px;
    margin-top: 23px;
  }
}
.p-other-symbol__heading03 {
  font-weight: 700;
  font-size: 25px;
  border-bottom: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__heading03 {
    padding-bottom: 10px;
    font-size: 20px;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
}
.p-other-symbol__heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 177px;
  height: 39px;
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: "palt";
  background-color: #F0F0F1;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__heading04 {
    max-width: 155px;
    height: 34px;
    font-size: 16px;
  }
}
.p-other-symbol__heading05 {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__heading05 {
    font-size: 17px;
  }
}
.p-other-symbol__heading05 span {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__heading05 span {
    display: block;
    font-feature-settings: "palt";
    line-height: 1.308;
  }
}
.p-other-symbol__2column-img {
  display: flex;
  column-gap: 75px;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__2column-img {
    justify-content: center;
    column-gap: 35px;
    margin-top: 15px;
  }
}
.p-other-symbol__title {
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__title {
    font-size: 14px;
    text-align: center;
  }
}
.p-other-symbol__2column-list {
  display: flex;
  column-gap: 65px;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__2column-list {
    flex-wrap: wrap;
    column-gap: 0;
    margin-top: 15px;
  }
}
.p-other-symbol__note {
  font-weight: 400;
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__note {
    line-height: 1.692;
  }
}
.p-other-symbol__type {
  margin-top: 30px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #B3B3B4;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__type {
    margin-top: 20px;
    padding-bottom: 3px;
    font-size: 16px;
  }
}
.p-other-symbol__img {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__img {
    margin: 0 auto;
  }
}
.p-other-symbol__bnr {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__bnr {
    margin-top: 15px;
    text-align: center;
  }
}
.p-other-symbol__copy {
  margin-top: 5px;
  padding: 19px 33px;
  background-color: #F6F6F6;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__copy {
    padding: 15px 20px;
    border-radius: 12px;
  }
}
.p-other-symbol__code {
  max-width: 1200px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  white-space: pre-wrap;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__code {
    font-size: 13px;
    line-height: 1.846;
    font-feature-settings: "palt";
  }
}
.p-other-symbol__copy-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__copy-text {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.538;
  }
}
.p-other-symbol__button {
  max-width: 536px;
  margin: 55px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__button {
    max-width: 100%;
    margin: 30px auto 0;
  }
}
.p-other-symbol__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-weight: 700;
  font-size: 26px;
  border: 2px solid #231815;
  border-radius: 45px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__link {
    height: 56px;
    font-size: 16px;
  }
}
.p-other-symbol__link::after {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__link::after {
    font-size: 20px;
  }
}

.p-other-symbol__2column-list .p-other-symbol__list {
  flex-direction: column;
  column-gap: 0;
  row-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__2column-list .p-other-symbol__list {
    row-gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .p-other-symbol__2column-list .p-other-symbol__list:nth-child(n+2) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .p-other-symbol__2column-img .p-other-symbol__wrap:first-child .p-other-symbol__img {
    width: 153px;
  }
}

@media screen and (max-width: 1024px) {
  .p-other-symbol__2column-img .p-other-symbol__wrap:last-child .p-other-symbol__img {
    width: 77px;
  }
}

.p-other-symbol .c-list--circle {
  margin-left: 25px;
}

.p-other-symbol .c-list--circle ul li {
  list-style: none;
}

.p-other-symbol__text-indent .c-text-main {
  padding-left: 3em;
  text-indent: -3em;
}

.p-top-about {
  margin-top: 63px;
}
@media screen and (max-width: 1024px) {
  .p-top-about {
    margin-top: 32px;
    padding-bottom: 83px;
  }
}

.p-top-block {
  position: relative;
}
.p-top-block__title {
  display: flex;
  align-items: center;
  max-width: 1200px;
  height: 88px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-top-block__title {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 18px 0 13px 20px;
  }
}
.p-top-block__title-bg {
  margin-left: calc(50% - 50vw);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top-block__title-bg {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
}
.p-top-block__title-jp {
  margin-right: 24px;
  font-weight: 700;
  font-size: 45px;
}
@media screen and (max-width: 1024px) {
  .p-top-block__title-jp {
    font-size: 34px;
    line-height: 1.382;
  }
}
.p-top-block__title-en {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top-block__title-en {
    font-size: 13px;
  }
}
.p-top-block__lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.722;
}
@media screen and (max-width: 1024px) {
  .p-top-block__lead {
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-block__button-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 321px;
    margin: auto;
  }
}
.p-top-block__button-text--toc {
  position: relative;
  height: 62px;
  margin: 280px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-top-block__button-text--toc {
    left: 50%;
    transform: translateX(-50%);
    width: 321px;
    height: 55px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-block__button {
    min-height: 55px;
  }
}

.p-top-block__button-text--kv {
  position: absolute;
  top: 340px;
  right: 0;
  left: 0;
  opacity: 0;
  max-width: 255px;
  height: 48px;
  margin: 0 auto;
  transition: opacity 1.6s ease-in 3.5s;
  z-index: 1;
}
.is-loaded .p-top-block__button-text--kv {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-block__button-text--kv {
    transition-duration: 1.2s;
    transition-delay: 1.5s;
    top: 235px;
    max-width: 200px;
    height: 36px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .p-top-block__button-text--kv {
    top: 217px;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-block__button-text--kv .p-top-block__button {
    min-height: auto;
  }
}

.p-top-block__button-text--kv .c-link-button {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .p-top-block__button-text--kv .c-link-button {
    font-size: 13px;
  }
}

.p-top-block__button-text--kv .c-link-button::after {
  width: 25px;
  height: 25px;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .p-top-block__button-text--kv .c-link-button::after {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

.p-top-block__button-text--toc .c-link-button {
  border-radius: 10px;
}

.p-top-block-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .p-top-block-flex {
    margin-top: 16px;
  }
}

.p-top-about .p-top-block__title-bg {
  background-color: #e8f4e6;
}

.p-top-deposits .p-top-block__title-bg {
  background-color: #ebf1f7;
}

.p-top-activities .p-top-block__title-bg {
  background-color: #fcedf4;
}

.p-top-deposits {
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  .p-top-deposits {
    margin-top: 40px;
    padding-bottom: 102px;
  }
}

.p-top-deposits .p-top-link-list {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-right: 72px;
  padding-left: 65px;
}
@media screen and (max-width: 1024px) {
  .p-top-deposits .p-top-link-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-deposits .p-top-link-item:first-child {
    margin-right: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-deposits .p-top-link-item:last-child {
    margin-top: 15px;
  }
}

.p-top-deposits .p-top-link-text {
  margin-top: 15px;
}

.p-top-activities {
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .p-top-activities {
    margin-top: 40px;
    padding-bottom: 102px;
  }
}

.p-top-activities .p-top-link-list {
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
}
@media screen and (max-width: 1024px) {
  .p-top-activities .p-top-link-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-activities .p-top-link-item:first-child {
    margin-right: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-activities .p-top-link-item:last-child {
    margin-top: 25px;
  }
}

.p-top-activities .p-top-link-text {
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-top-activities .p-top-link-text {
    margin-top: 10px;
  }
}

.p-top-kv {
  padding-top: 160px;
  background-color: #fcf9ef;
  /*&__link {
  	position: absolute;
  	top: 352px;
  	right: 0;
  	left: 0;
  	opacity: 0;
  	display: inline-block;
  	width: 100%;
  	margin: auto;
  	font-weight: 700;
  	font-size: 22px;
  	text-align: center;
  	letter-spacing: 0.07em;
  	transition: opacity 1.6s ease-in 3.5s;
  	z-index: 1;
  	.is-loaded & {
  		opacity: 1;
  	}
  	.is-loaded &:hover {
  		transform: scale(1.2);
  		transition: all 0.4s;
  	}
  	@include sp {
  		transition-duration: 1.2s;
  		transition-delay: 1.5s;
  		top: 240px;
  		font-size: 16px;
  		line-height: 1;
  	}
  	@media (min-width: 769px) and (max-width: 1024px) {
  		top: 217px;
  	}
  }*/
}
.is-wrap-active .p-top-kv {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-top-kv {
    padding-top: 23px;
  }
}
.p-top-kv__inner {
  position: relative;
  max-width: 1200px;
  height: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-kv__inner {
    max-width: 375px;
    height: 428px;
  }
}
.p-top-kv__lead {
  position: absolute;
  top: 220px;
  right: 0;
  left: 0;
  opacity: 0;
  margin: auto;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.12em;
  transition: opacity 1.6s 3.5s ease-in;
}
.is-loaded .p-top-kv__lead {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-kv__lead {
    transition-duration: 1.2s;
    transition-delay: 1.5s;
    top: 133px;
    font-size: 21px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .p-top-kv__lead {
    top: 143px;
  }
}
.p-top-kv__img {
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img {
    transition-duration: 0.8s;
  }
}
.is-loaded .p-top-kv__img {
  transform: scale(1);
  opacity: 1;
}
.p-top-kv__img--01 {
  top: 24px;
  left: 80px;
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--01 {
    top: 10px;
    left: 26px;
    width: 80px;
    height: 118px;
  }
}
.p-top-kv__img--02 {
  top: 0;
  left: 402px;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--02 {
    left: 122px;
    width: 102px;
    height: 115px;
  }
}
.p-top-kv__img--03 {
  top: 20px;
  right: 48px;
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--03 {
    top: 2px;
    right: 22px;
    width: 121px;
    height: 128px;
  }
}
.p-top-kv__img--04 {
  bottom: 134px;
  left: 58px;
  transition-delay: 2.5s;
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--04 {
    bottom: 28px;
    left: 10px;
    width: 74px;
    height: 145px;
  }
}
.p-top-kv__img--05 {
  bottom: 65px;
  left: 434px;
  transition-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--05 {
    bottom: 10px;
    left: 85px;
    width: 148px;
    height: 137px;
  }
}
.p-top-kv__img--06 {
  bottom: 100px;
  right: 60px;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--06 {
    bottom: 15px;
    right: 5px;
    width: 119px;
    height: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--01 {
    top: 24px;
    left: 80px;
    transition-delay: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-top-kv__img--01 {
    top: 10px;
    left: 26px;
    width: 80px;
    height: 118px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--02 {
    top: 0;
    left: 402px;
    transition-delay: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-top-kv__img--02 {
    left: 122px;
    width: 102px;
    height: 115px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--03 {
    top: 20px;
    right: 48px;
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-top-kv__img--03 {
    top: 2px;
    right: 22px;
    width: 121px;
    height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--04 {
    bottom: 134px;
    left: 58px;
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-top-kv__img--04 {
    bottom: 28px;
    left: 10px;
    width: 74px;
    height: 145px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--05 {
    bottom: 65px;
    left: 434px;
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-top-kv__img--05 {
    bottom: 10px;
    left: 85px;
    width: 148px;
    height: 137px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-kv__img--06 {
    bottom: 100px;
    right: 60px;
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-top-kv__img--06 {
    bottom: 15px;
    right: 5px;
    width: 119px;
    height: 147px;
  }
}

.p-top-news-bg {
  padding: 70px 0 57px;
  background-color: #faf3dc;
}
@media screen and (max-width: 1024px) {
  .p-top-news-bg {
    padding: 33px 20px 35px;
  }
}

.p-top-news {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .p-top-news {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
  }
}

.p-top-news .p-news__inner {
  width: 100%;
  max-width: 566px;
}
@media screen and (max-width: 1024px) {
  .p-top-news .p-news__inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-news .p-news__inner:last-child {
    margin-top: 33px;
  }
}

.p-top-philosophy {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy {
    flex-direction: column;
  }
}
.p-top-philosophy__title {
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy__title {
    font-size: 28px;
  }
}
.p-top-philosophy__lead {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
}
.p-top-philosophy__link-text {
  margin-top: 25px;
}
.p-top-philosophy__link {
  font-weight: 700;
  font-size: 18px;
  color: #008300;
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy__link {
    font-size: 16px;
  }
}
.p-top-philosophy__link::after {
  margin-left: 15px;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy__link::after {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    font-size: 24px;
  }
}

.p-top-philosophy-inner {
  position: relative;
  width: 100%;
  max-width: 855px;
  height: 660px;
  margin-top: 50px;
  margin-right: 80px;
  padding: 50px 65px;
  background-image: linear-gradient(0deg, white 57%, #ddf5fb 100%);
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy-inner {
    height: auto;
    margin-top: 20px;
    margin-right: 0;
    padding: 32px 33px 150px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 57%, #ddf5fb);
  }
}
.p-top-philosophy-inner::after {
  position: absolute;
  right: 0;
  bottom: 130px;
  left: 0;
  width: 738px;
  height: 250px;
  margin: auto;
  background-image: url(/_assets/img/top/top_img01_pc.svg);
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy-inner::after {
    bottom: 0;
    width: 316px;
    height: 139px;
    background-image: url(/_assets/img/top/top_img01_sp.svg);
  }
}

.p-top-philosophy .p-top-link-list {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy .p-top-link-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-philosophy .p-top-link-item {
    width: calc(100% - 11px / 2);
  }
}

.p-top-philosophy .p-top-link-item:nth-child(n+2) {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy .p-top-link-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-top-philosophy .p-top-link-text {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .p-top-philosophy .p-top-link-text {
    margin-top: 15px;
  }
}

.p-top-title {
  display: none;
}

.p-top-link {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .p-top-link {
    font-size: 16px;
  }
}
.p-top-link::after {
  position: relative;
  top: -2px;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .p-top-link::after {
    top: -1px;
    font-size: 20px;
  }
}
.p-top-link--chevron::after {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .p-top-link-list {
    width: 100%;
    max-width: 336px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-link-item {
    max-width: 162px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-link-text {
    line-height: 1.278;
  }
}

.p-top-link-list--icon .p-top-link-text {
  text-align: center;
}
.p-top-link-list--icon .p-top-link {
  text-align: center;
}

.p-top-link-list--photo .p-top-link-text {
  text-align: left;
}
.p-top-link-list--photo .p-top-link {
  text-align: left;
}

.p-top-related-link-bg {
  position: relative;
  margin-top: 73px;
  padding-top: 60px;
  padding-bottom: 230px;
  background-color: #fcf9ef;
}
@media screen and (max-width: 1024px) {
  .p-top-related-link-bg {
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 120px;
  }
}

.p-top-related-link-bg::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 1200px;
  height: 169px;
  margin: auto;
  background-image: url(/_assets/img/top/top_img10_pc.svg);
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-top-related-link-bg::after {
    bottom: 5px;
    width: 337px;
    height: 81px;
    background-image: url(/_assets/img/top/top_img10_sp.svg);
  }
}

.p-top-related-link {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-related-link {
    padding: 0 20px;
  }
}
.p-top-related-link__title {
  position: relative;
  text-align: center;
  font-weight: 900;
  font-size: 38px;
}
@media screen and (max-width: 1024px) {
  .p-top-related-link__title {
    font-size: 23px;
  }
}
.p-top-related-link__title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 23px;
  background-color: #fcf9ef;
}
@media screen and (max-width: 1024px) {
  .p-top-related-link__title span {
    padding: 0 13px;
  }
}
.p-top-related-link__title::before, .p-top-related-link__title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  margin: auto;
  background-color: #b3b3b4;
  content: "";
}
.p-top-related-link__title::before {
  left: 0;
}
.p-top-related-link__title::after {
  right: 0;
}
.p-top-related-link__list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  gap: 0 25px;
}
@media screen and (max-width: 1024px) {
  .p-top-related-link__list {
    flex-direction: column;
    align-items: center;
    margin-top: 23px;
    gap: 15px 0;
  }
}
.p-top-related-link__item {
  width: 100%;
}
.p-top-related-link__button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding-right: 24px;
  padding-left: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  border: 1px solid #b3b3b4;
  border-radius: 18px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-top-related-link__button {
    height: 68px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    border-radius: 14px;
  }
}
.p-top-related-link__button::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  font-family: "Material Icons";
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .p-top-related-link__button::after {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
.p-top-related-link__button em {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .p-top-related-link__button em {
    font-size: 15px;
  }
}

.p-top-notice-wrap {
  padding: 0 20px 50px;
}
@media screen and (max-width: 1024px) {
  .p-top-notice-wrap {
    padding: 0 20px 30px;
  }
}

.p-top-notice-box {
  max-width: 884px;
  margin: 0 auto;
  padding: 25px 50px;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-top-notice-box {
    padding: 20px 20px;
  }
}
.p-top-notice-box__title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top-notice-box__title {
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-top-notice-box--c01 {
  border-color: #44ae35;
}

.p-top-notice-box--c02 {
  border-color: #e3005a;
}

.p-top-notice-box--c03 {
  border-color: #e6ae00;
}

.p-top-notice-box--c04 {
  border-color: #004d9f;
}

.p-top-notice-box--c05 {
  border-color: #231815;
}

/*-----------------------------------------------------------
*** [ 一般財団法人 日本民間公益活動連携機構（JANPIA） style.css] ***
------------------------------------------------------------*/
/*# sourceMappingURL=_maps/style.css.map */