@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 2.3;
  color: #000000;
  letter-spacing: 0.1rem;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-style: normal;
  font-weight: 700;
}

body,
html {
  min-height: 100vh;
  margin: 0;
}

body {
  width: 100%;
  height: auto;
  background: url("images/bg.png") repeat;
  background-size: 120px;
}
body.is-fixed {
  overflow: hidden;
}

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

a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
a:hover {
  opacity: 0.8;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=datetime-local],
input[type=date] {
  width: auto;
}

ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  word-break: break-word;
}
table td.right.aligned {
  white-space: nowrap;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

ol li {
  margin-bottom: 10px;
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  margin: 0.5rem 0;
  border-color: #fff;
  border-width: 0.5px;
}

textarea {
  width: 100%;
  padding: 16px;
}

dt {
  font-weight: 700;
  margin-top: 18px;
  padding-left: 6px;
}

dd {
  padding-left: 1.5em;
  padding-right: 6px;
  margin-left: 0;
  text-align: right;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
}

fieldset {
  border: 0;
}

.l-wrap {
  padding-inline: 1rem;
}

@media screen and (max-width: 767px) {
  body {
    position: relative;
    display: inherit;
  }
  html {
    overflow-x: hidden;
  }
  main {
    min-height: calc(100vh - 410px);
  }
  .l-wrap {
    padding: 0 4%;
    width: 100%;
  }
}
ul.pagination {
  list-style-type: none;
  /* リストアイテムの黒丸を非表示にする */
  padding: 0;
  /* リストのパディングをリセットする */
}

ul.pagination li {
  display: inline;
  /* リストアイテムをインラインで表示する */
}

.l-inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.l-inner--small {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.l-container {
  width: 1200px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.c-breadcrumb {
  padding: 1.2rem 0;
  font-size: 1.2rem;
  background: transparent;
  position: absolute;
  z-index: 2;
}
.c-breadcrumb:before {
  content: "";
  background: url("images/icons/home.svg") no-repeat center center;
  width: 1.2em;
  height: 1.4em;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.c-breadcrumb nav {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1.2rem;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-breadcrumb:before {
    margin-top: 0.4em;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
}
.c-breadcrumb__item {
  margin-bottom: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.4;
}
.c-breadcrumb__item a {
  text-decoration: underline;
}
.c-breadcrumb__sep {
  font-size: 1.2em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__sep {
    margin: 0 0.4rem;
    line-height: 1.2;
  }
}

.c-single .c-single__title {
  font-size: 3.2rem !important;
  font-weight: 900;
  color: #004717;
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__title {
    font-size: 2.4rem !important;
  }
}
.c-single .c-single__thumbnail {
  margin-bottom: 4rem;
  border-radius: 1.1rem;
  overflow: hidden;
}

.c-single:has(+ .c-single) {
  padding-bottom: 0;
}

.c-single__box {
  background-color: white;
}

.c-single__author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-single__author-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.c-single__author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .c-single__author-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
  }
}
.c-single__author-img img {
  width: 12.7rem;
}
@media screen and (max-width: 767px) {
  .c-single__author-img img {
    width: 10rem;
  }
}

.c-single__author-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-single__author-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}
.c-single__author-info .c-single__author-title {
  color: black;
  font-weight: 900;
}
.c-single__post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-single__post-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}

.c-single__meta-wrapper {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-single__meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 100%;
    gap: 1.5rem;
  }
}

.c-single__date {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  font-size: 1.7rem;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .c-single__date {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    font-size: 1.4rem;
  }
}

.c-single__post-tags {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-single__post-tags {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
}
.c-single__post-tags .c-single__post-tag {
  padding: 0.2rem 1rem;
  border-radius: 5rem;
  font-weight: 900;
  font-size: 1.3rem;
  color: white;
  background-color: #004717;
}
.c-single__post-tags .c-single__post-tag--label {
  background-color: #008f41 !important;
}

.c-single__post-sns-icons {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-single__post-sns-icons {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-single__post-sns-icons .c-single__post-sns-icon {
  width: 2.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-single--column {
  max-width: 66.2rem;
  width: 100%;
}

.c-single__company-preface {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-single__company-preface {
    margin-bottom: 3rem;
  }
}

.c-button {
  background-color: #005cb9;
  color: #fff;
  padding: 0.8em 6.2em 0.8em 2em;
  display: inline-block;
  position: relative;
}
.c-button::after {
  content: "";
  background: url("images/icons/button_arrow.svg") no-repeat center center;
  width: 2.8em;
  height: 1.9em;
  position: absolute;
  right: 1.4em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-button:hover {
  background-color: #004fa0;
  opacity: 1;
}

.c-button--secondary {
  padding: 0.8em 4.2em 0.8em 2em;
}
.c-button--secondary::after {
  content: "";
  background-image: url("images/icons/arrow_box_right.svg");
  width: 1.8em;
  height: 1.8em;
  right: 0.8em;
}

.c-button--arrow {
  margin: 0;
  border: 0;
  color: #fff;
  padding: 0.8em;
  width: 3.5em;
  display: inline-block;
  background: url("images/icons/left.svg") no-repeat center center;
  background-color: #282828;
  min-height: 56px;
}
.c-button--arrow:hover {
  background-color: #353535;
  opacity: 1;
}

.c-button--arrow--next {
  background-image: url("images/icons/right.svg");
}

@media screen and (max-width: 767px) {
  .c-button {
    font-size: 15px;
    padding: 0.6em 5.2em 0.6em 1em;
  }
  .c-button::after {
    width: 3em;
    height: 1.4em;
    right: 1em;
  }
  .c-button--arrow {
    width: 3em;
    padding: 0.8em;
  }
  .c-button--arrow::after {
    width: 2.4em;
    height: 1.6em;
  }
}
.c-archive__sidebar {
  max-width: 31rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-archive__sidebar {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.c-archive__top-wrapper {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .c-archive__top-wrapper {
    padding-block: 3rem;
  }
}

.c-archive__top-text {
  max-width: 43.7rem;
  width: 100%;
}
.c-archive__top-text p {
  font-style: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-archive__top-text p {
    font-size: 1.4rem;
  }
}

.c-archive__top-img {
  width: 40rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-archive__top-img {
    width: 75%;
    margin-left: auto;
  }
}

.c-archive__h1 {
  font-size: 5.7rem;
  font-weight: 900;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-archive__h1 {
    font-size: 3rem;
  }
}

.c-archive__h2 {
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-archive__h2 {
    font-size: 1.8rem;
  }
}

.c-archive__category {
  max-width: 31rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 1.1rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-archive__category {
    max-width: 100%;
    padding: 1.5rem;
  }
}
.c-archive__category + .c-archive__category {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-archive__category + .c-archive__category {
    margin-top: 2rem;
  }
}
.c-archive__category .c-archive__category-title {
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-archive__category .c-archive__category-title {
    font-size: 1.8rem;
  }
}
.c-archive__category .c-archive__category-list {
  border-top: 0.1rem solid #808080;
}
.c-archive__category .c-archive__category-list .c-archive__category-item {
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  font-size: 1.7rem;
  font-weight: 900;
  border-bottom: 0.1rem solid #808080;
}
@media screen and (max-width: 767px) {
  .c-archive__category .c-archive__category-list .c-archive__category-item {
    font-size: 1.4rem;
    padding-inline: 1rem;
  }
}
.c-archive__category .c-archive__category-list .c-archive__category-item.is-active {
  position: relative;
  z-index: 1;
}
.c-archive__category .c-archive__category-list .c-archive__category-item.is-active a {
  position: relative;
  color: white;
  z-index: 1;
}
.c-archive__category .c-archive__category-list .c-archive__category-item.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 80%;
  background-color: #721e1b;
  border-radius: 2rem;
  z-index: 0;
}

.c-archive__title {
  font-size: 3.6rem;
  font-weight: 900;
  margin-top: -2rem;
  margin-bottom: 1rem;
  color: #004717;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-archive__title {
    font-size: 2.4rem;
    margin-top: 0;
  }
}

.c-archive__cards-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-archive__cards-title {
    font-size: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.c-archive__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .c-archive__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-archive__cards:not(:has(.c-card)) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-archive__cards .c-card:has(.c-button--hover-scale:hover) .c-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .c-archive__cards .c-card:has(.c-button--hover-scale:hover) .c-card__img img {
    -webkit-transform: none;
            transform: none;
  }
}

.c-archive__post-inner {
  width: inherit;
  height: inherit;
  max-width: 102.4rem;
  width: 100%;
  margin-right: auto;
  border-radius: 1.1rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-archive__post-inner {
    aspect-ratio: auto;
    margin-bottom: 4rem;
  }
}
.c-archive__post-inner a {
  opacity: 1 !important;
}

.c-archive__post:has(.c-button--hover-scale:hover) .c-archive__post-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .c-archive__post:has(.c-button--hover-scale:hover) .c-archive__post-img img {
    -webkit-transform: none;
            transform: none;
  }
}
.c-archive__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-archive__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-archive__post > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media screen and (max-width: 767px) {
  .c-archive__post > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.c-archive__post img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-archive__post .c-archive__post-img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-archive__post .c-archive__post-img img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-archive__post .c-archive__post-content {
  background-color: white;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content {
    padding: 2rem;
  }
}
.c-archive__post .c-archive__post-content .c-archive__post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-archive__post .c-archive__post-content .c-archive__post-tags .c-archive__post-tag {
  padding: 0.2rem 1rem;
  border-radius: 5rem;
  font-weight: 900;
  font-size: 1.3rem;
  color: white;
  background-color: #004717;
}
.c-archive__post .c-archive__post-content .c-archive__post-tags .c-archive__post-tag--label {
  background-color: #008f41 !important;
}
.c-archive__post .c-archive__post-content .c-archive__post-title {
  color: #004717;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-archive__post-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-archive__post-excerpt {
    font-size: 1.4rem;
  }
}
.c-archive__post .c-archive__post-content .c-archive__post-title,
.c-archive__post .c-archive__post-content .c-archive__post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-archive__post .c-archive__post-content .c-archive__post-more {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-archive__post-more {
    margin-inline: auto;
  }
}
.c-archive__post .c-archive__post-content .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.8rem;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-size: 1.7rem;
  font-weight: 900;
  color: white;
  max-width: 100%;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-button {
    font-size: 1.4rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-archive__post .c-archive__post-content .c-button--more {
  background-color: #fa7571;
}
.c-archive__post .c-archive__post-content .c-button--more .c-button__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
}
.c-archive__post .c-archive__post-content .c-button .c-button__text {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-button .c-button__text {
    font-size: 1.4rem;
  }
}
.c-archive__post .c-archive__post-content .c-button:hover {
  opacity: 0.8 !important;
}

.c-archive__pagination {
  text-align: left;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-archive__pagination {
    margin-top: 3rem;
  }
}
.c-archive__pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  min-width: 4rem;
  height: 4rem;
  padding: 1rem;
  font-weight: 900;
}
.c-archive__pagination .page-numbers:hover {
  opacity: 0.8;
}
.c-archive__pagination .page-numbers.current {
  color: #808080;
}
.c-archive__pagination .page-numbers.dots {
  background-color: transparent;
  color: #005cb9;
  cursor: default;
}

.c-archive__no-post {
  width: 100%;
  background-color: white;
  border-radius: 1.1rem;
  padding: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-archive__no-post {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}

.c-archive__recipe-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.c-archive__recipe-button-wrap .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.8rem;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-size: 1.7rem;
  font-weight: 900;
  color: white;
  max-width: 100%;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .c-archive__recipe-button-wrap .c-button {
    font-size: 1.4rem;
    width: 100%;
    max-width: 25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-archive__recipe-button-wrap .c-button--more {
  background-color: #fa7571;
}
.c-archive__recipe-button-wrap .c-button--more .c-button__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .c-archive__recipe-button-wrap .c-button--more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 2rem;
  }
}
.c-archive__recipe-button-wrap .c-button .c-button__text {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-archive__recipe-button-wrap .c-button .c-button__text {
    font-size: 1.4rem;
  }
}
.c-archive__recipe-button-wrap .c-button:hover {
  opacity: 0.8 !important;
}

.c-archive__category-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-archive__category-form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
}

.c-archive__category-select label {
  font-weight: 900;
  margin-bottom: 0.5rem;
  display: block;
  color: #004717;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-archive__category-select label {
    font-size: 1.3rem;
  }
}
.c-archive__category-select select {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath stroke='%23bbc4bb' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1rem;
  width: calc(100% + 4rem);
  width: 100%;
  padding: 1rem 2rem;
  padding-right: 4rem;
  border-radius: 1.1rem;
  border: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-archive__category-select select {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    padding-right: 2rem;
  }
}
.c-archive__category-select:invalid, .c-archive__category-select:has(option[value=""]:checked) {
  color: #808080;
}
.c-archive__category-select option {
  color: #808080;
}
.c-archive__category-select option[value=""], .c-archive__category-select option:disabled {
  color: #808080;
}

.c-archive__cards-header {
  max-width: 102.4rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-archive__cards-header {
    max-width: calc(100% - 4rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-card {
  width: 32.5rem;
  background-color: white;
  border-radius: 1.1rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-card {
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    padding: 0;
  }
}
.c-card .c-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.c-card .c-card__img {
  width: 100%;
  aspect-ratio: 27.5/18.9;
  margin-inline: auto;
  border-radius: 1.1rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-card .c-card__img {
    aspect-ratio: 3/2;
    aspect-ratio: inherit;
    border-radius: 1.1rem 1.1rem 0 0;
  }
  .c-card .c-card__img img {
    background-color: white;
  }
}
.c-card .c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-card .c-card__img img {
    border-radius: 0;
  }
}
.c-card .c-card__img--contain img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.c-card .c-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}
.c-card .c-card__tags .c-card__tag {
  padding: 0.2rem 1rem;
  border-radius: 5rem;
  font-weight: 900;
  font-size: 1.3rem;
  color: white;
  background-color: #004717;
}
.c-card .c-card__tags .c-card__tag--label {
  background-color: #008f41 !important;
}
.c-card .c-card__title {
  font-size: 2rem;
  margin-top: 0.5rem;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-card .c-card__title {
    font-size: 1.6rem;
  }
}
.c-card .c-card__text {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .c-card .c-card__text {
    font-size: 1.4rem;
  }
}

a:has(.c-card) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  a:has(.c-card) {
    display: block;
    width: 100%;
    height: auto;
  }
}
a:has(.c-card) .c-card {
  height: 100%;
}
a:has(.c-card) img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:has(.c-card):hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  a:has(.c-card):hover img {
    -webkit-transform: none;
            transform: none;
  }
}

.c-card__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-card__content {
    background-color: white;
    padding: 1.5rem;
  }
}

.c-card--recipe .c-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-card--recipe .c-card__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card--recipe .c-card__img {
    border-radius: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card__radius-top--sp {
    border-radius: 1.1rem 1.1rem 0 0 !important;
  }
}

.c-author--white .c-author__box {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 7.5rem;
  background-color: white;
  border-radius: 0.861rem;
}
@media screen and (max-width: 767px) {
  .c-author--white .c-author__box {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
  }
}
.c-author--white .c-author__box .c-author__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .c-author--white .c-author__box .c-author__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
  }
}
.c-author--white .c-author__box .c-author__img img {
  width: 12.7rem;
}
@media screen and (max-width: 767px) {
  .c-author--white .c-author__box .c-author__img img {
    width: 10rem;
  }
}
.c-author--white .c-author__box .c-author__title {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-author--white .c-author__box .c-author__title {
    font-size: 1.6rem;
  }
}
.c-author--white .c-author__box .c-author__text {
  font-size: 1.4rem;
}

.c-page h1 {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-page h1 {
    margin-top: 8rem;
  }
}
.c-page h2 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .c-page h2 {
    margin-top: 6rem;
  }
}
.c-page h3 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-page h3 {
    margin-top: 5rem;
  }
}
.c-page h4 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-page h4 {
    margin-top: 2rem;
  }
}
.c-page h5 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-page h5 {
    margin-top: 2rem;
  }
}
.c-page h6 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-page h6 {
    margin-top: 2rem;
  }
}
.c-page h1:first-child,
.c-page h2:first-child,
.c-page h3:first-child,
.c-page h4:first-child,
.c-page h5:first-child,
.c-page h6:first-child {
  margin-top: 0;
}
.c-page p {
  margin-block: 2rem;
}
.c-page .wp-element-caption {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-page .wp-element-caption {
    font-size: 1.2rem;
  }
}
.c-page .wp-block-image {
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-inline: 3rem;
}
.c-page .wp-block-image img {
  border-radius: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-page .wp-block-image {
    margin-top: 2rem;
  }
}
.c-page .wp-block-list {
  padding-left: 2rem;
  list-style: disc !important;
}
.c-page a {
  text-decoration: underline;
  text-decoration-color: #5c6659;
}
.c-page .wp-block-button__link {
  text-decoration: none;
}
.c-page h1 {
  font-size: 3.4rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #00afb9;
  padding: 0.5rem 1rem 0.5rem 7rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-page h1 {
    font-size: 2.4rem;
    padding: 0.5rem 1rem 0.5rem 6rem;
  }
}
.c-page h1::before {
  content: "";
  background: url("images/about_mo.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 40%;
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.8258rem;
  height: 6.1878rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page h1::before {
    width: 5rem;
    height: 4.5rem;
    left: -0.5rem;
  }
}
.c-page h2 {
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #00afb9;
  padding: 0.5rem 1rem 0.5rem 7rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-page h2 {
    font-size: 2rem;
    padding: 0.5rem 1rem 0.5rem 6rem;
  }
}
.c-page h2::before {
  content: "";
  background: url("images/about_mo.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 40%;
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.8258rem;
  height: 6.1878rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page h2::before {
    width: 5rem;
    height: 4.5rem;
    left: -0.5rem;
  }
}
.c-page h3 {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #00afb9;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-page h3 {
    font-size: 1.8rem;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-page h4 {
  color: #004717;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-page h4 {
    font-size: 1.6rem;
  }
}
.c-page p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-page p {
    font-size: 1.4rem;
  }
}
.c-page .wp-block-group__inner-container {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-page .wp-block-group__inner-container {
    margin-bottom: 3rem;
  }
}
.c-page .has-inline-color {
  color: #0f290b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(250, 225, 225, 0.9))) !important;
  background: linear-gradient(transparent 60%, rgba(250, 225, 225, 0.9) 60%) !important;
}
.c-page .c-page__point {
  background-color: #cceff1;
  border-radius: 1.1rem;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.c-page .c-page__point p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-page .c-page__point {
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
}
.c-page .c-page__point h4 {
  position: relative;
  padding-left: 2rem;
  margin-top: 0 !important;
  font-size: 1.7rem !important;
  margin-bottom: 0;
}
.c-page .c-page__point h4::before {
  content: "";
  background: url("images/point.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.8rem;
  z-index: 1;
}

.c-page__box {
  padding: 5rem 7.5rem;
  background-color: white;
  border-radius: 0.861rem;
}
@media screen and (max-width: 767px) {
  .c-page__box {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page__box p {
    font-size: 1.4rem;
  }
}

.c-page .c-page__point .wp-block-group__inner-container {
  margin-bottom: 0 !important;
}

.c-page__sidebar {
  max-width: 31rem;
  width: 100%;
  position: sticky;
  top: 17rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-page__sidebar {
    max-width: 100%;
    margin-bottom: 2rem;
    position: static;
  }
}

.c-page__category {
  max-width: 31rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 1.1rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-page__category {
    max-width: 100%;
    padding: 1.5rem;
  }
}
.c-page__category + .c-page__category {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-page__category + .c-page__category {
    margin-top: 2rem;
  }
}
.c-page__category .c-page__category-title {
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-page__category .c-page__category-title {
    font-size: 1.8rem;
  }
}
.c-page__category .c-page__category-list {
  border-top: 0.1rem solid #808080;
}
.c-page__category .c-page__category-list .c-page__category-item {
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  font-size: 1.7rem;
  font-weight: 900;
  border-bottom: 0.1rem solid #808080;
}
@media screen and (max-width: 767px) {
  .c-page__category .c-page__category-list .c-page__category-item {
    font-size: 1.4rem;
    padding-inline: 1rem;
  }
}
.c-page__category .c-page__category-list .c-page__category-item.is-active {
  position: relative;
  z-index: 1;
}
.c-page__category .c-page__category-list .c-page__category-item.is-active a {
  position: relative;
  color: white;
  z-index: 1;
}
.c-page__category .c-page__category-list .c-page__category-item.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 80%;
  background-color: #721e1b;
  border-radius: 2rem;
  z-index: 0;
}
.c-page__category--column .c-page__category-item.is-active::after {
  background-color: #004717 !important;
}

.c-related {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-related {
    margin-bottom: 3rem;
  }
}

.c-related__title {
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-related__title {
    font-size: 2rem;
  }
}

.c-related__cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 3rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .c-related__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-related__cards:not(:has(.c-card)) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-related__cards .c-card:has(.c-button--hover-scale:hover) .c-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .c-related__cards .c-card:has(.c-button--hover-scale:hover) .c-card__img img {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .c-related__cards .c-card__img {
    border-radius: 1.1rem !important;
  }
}

.c-person__box {
  background-color: #e6e6e6;
  padding: 3rem 4rem;
  border-radius: 0.861rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-person__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.c-person__box .c-person__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-person__box .c-person__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    margin-inline: auto;
  }
}
.c-person__box .c-person__img img {
  width: 13.4rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-person__box .c-person__img img {
    width: 10rem;
  }
}
.c-person__box .c-person__title {
  font-weight: 900;
  color: black;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-person__box .c-person__title {
    font-size: 1.6rem;
  }
}
.c-person__box .c-person__text {
  font-size: 1.4rem;
}

.c-company-info {
  background-color: #cceff1;
  border-radius: 1.1rem;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-company-info {
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
}
.c-company-info h4 {
  font-size: 1.7rem !important;
  color: #004717;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-company-info h4 {
    font-size: 1.6rem !important;
  }
}
.c-company-info .c-company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-company-info .c-company-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.c-company-info .c-company-info__label {
  font-weight: 900;
}
.c-company-info .c-company-info__value a {
  text-decoration: underline;
}

.c-faq .c-faq__question {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  background-color: #00afb9;
  padding: 1rem 2.5rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq__question {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    gap: 1rem;
  }
}
.c-faq .c-faq__question-label {
  background-color: #004717;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq__question-label {
    width: 4rem;
  }
}
.c-faq .c-faq__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
}
.c-faq .c-faq__answer {
  font-size: 1.7rem;
  padding: 1rem 2.5rem;
  background-color: white;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq__answer {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.c-faq .c-faq__answer-label {
  color: white;
  font-weight: 900;
  background-color: #721e1b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 5rem;
  height: auto;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq__answer-label {
    width: 4rem;
    font-size: 1.6rem;
  }
}
.c-faq .c-faq__answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
}

.c-hamburger {
  display: none;
  background: url("images/icons/menu.svg") no-repeat center center;
  width: 102px;
  height: 47px;
}
@media screen and (max-width: 1100px) {
  .c-hamburger {
    display: inline-block;
    position: fixed;
    bottom: 1em;
    left: 2rem;
    cursor: pointer;
    z-index: 1000;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .c-hamburger:hover {
    opacity: 1;
  }
}
.c-hamburger.is-active {
  background-color: transparent;
  background-image: url("images/icons/close.svg");
}

.c-hamburger__menu {
  display: none;
  position: relative;
}
.c-hamburger__menu .deco {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 75.23vw;
}
.c-hamburger__menu .deco img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1280px) {
  .c-hamburger__menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #cceff1;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    padding: 1rem 2rem 4rem;
    -webkit-overflow-scrolling: touch;
  }
  .c-hamburger__menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.c-hamburger__menu-inner {
  max-width: 60rem;
  margin: 0 auto;
}

.c-hamburger__menu-logo {
  margin-bottom: 6rem;
}
.c-hamburger__menu-logo img {
  max-width: 15rem;
  width: 100%;
  height: auto;
}

.c-hamburger__menu-nav {
  margin-bottom: 2rem;
}
.c-hamburger__menu-nav ul {
  list-style: none;
}
.c-hamburger__menu-nav ul li a {
  border-top: 1px solid #a6e3e6;
  display: block;
  padding: 1rem 2rem;
  color: #005cb9;
  font-size: 1.6rem;
  position: relative;
}
.c-hamburger__menu-nav ul li a:before {
  content: "-";
  margin-right: 1.5rem;
  color: #005cb9;
}
.c-hamburger__menu-nav ul li a::after {
  content: "";
  background: url("images/icons/arrow.svg") no-repeat center center;
  width: 1.6em;
  height: 1.6em;
  margin-left: auto;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-hamburger__menu-nav ul li a:last-child {
  border-bottom: 1px solid #a6e3e6;
}

.c-hamburger__menu-wrap {
  max-width: 30rem;
  margin: 0 auto;
}

.c-hamburger__menu .c-hamburger__buttons {
  display: block;
}
.c-hamburger__menu .c-hamburger__buttons > * {
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 1em;
}

.c-img__hover img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-img__hover:hover {
  opacity: 1;
}
.c-img__hover:hover img {
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px) translateX(-2px);
          transform: translateY(-2px) translateX(-2px);
}

.c-title {
  font-size: 24px;
  line-height: 1.4;
  padding-left: 1.2em;
  position: relative;
}
.c-title:before {
  content: "";
  background: url("images/title_deco.png") no-repeat center center;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  margin-bottom: 0.1em;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  left: 0;
  top: 0.3em;
}

.p-front-page .c-title {
  padding-left: 1.5em;
  line-height: 1.2;
}
.p-front-page .c-title:before {
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.2em;
}

.c-title--large {
  line-height: 1.2;
  font-size: 58px;
  letter-spacing: 0;
}

.c-title--medium {
  font-size: 35.5px;
  line-height: 1.2;
  letter-spacing: -0.1;
}

.c-title--secondary {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 120px;
  text-align: center;
  color: #005cb9;
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 20px;
  }
  .c-title:before {
    width: 0.9em;
    height: 0.9em;
    margin-right: 0.4em;
  }
  .c-title--large {
    font-size: 34px;
  }
  .c-title--medium {
    font-size: 28px;
  }
  .c-title--secondary {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.c-label {
  padding: 0.4em 0.6em;
  background-color: #c7ddeb;
  margin-right: 0.2em;
  display: inline-block;
  line-height: 1.2;
  font-size: 11px;
}

.c-label--event {
  background-color: #fff0a1;
}

.c-list {
  list-style: none;
  padding-left: 0.5em;
}
.c-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.c-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005cb9;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.c-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

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

.c-loading__logo {
  margin-bottom: 40px;
}
.c-loading__logo img {
  width: 200px;
  height: auto;
  -webkit-animation: fadeInOut 1s ease-in-out infinite;
          animation: fadeInOut 1s ease-in-out infinite;
}

@-webkit-keyframes fadeInOut {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.c-privacy__top-text .c-privacy__h1 {
  font-size: 5.7rem;
  font-weight: 900;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-privacy__top-text .c-privacy__h1 {
    font-size: 3rem;
  }
}

.c-privacy__box {
  background-color: white;
  border-radius: 1.1rem;
  padding: 5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box {
    padding: 2rem;
  }
}
.c-privacy__box h1 {
  font-size: 3.4rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #00afb9;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box h1 {
    font-size: 2.4rem;
  }
}
.c-privacy__box h2 {
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #00afb9;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box h2 {
    font-size: 2rem;
  }
}
.c-privacy__box h3 {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #00afb9;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box h3 {
    font-size: 1.8rem;
  }
}
.c-privacy__box h4 {
  color: #004717;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box h4 {
    font-size: 1.6rem;
  }
}
.c-privacy__box p {
  line-height: 2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box p {
    font-size: 1.4rem;
  }
}
.c-privacy__box ul li {
  list-style: disc;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box ul li {
    font-size: 1.4rem;
  }
}
.c-privacy__box ol li {
  list-style: decimal;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box ol li {
    font-size: 1.4rem;
  }
}
.c-privacy__box .wp-block-group__inner-container {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box .wp-block-group__inner-container {
    margin-bottom: 3rem;
  }
}
.c-privacy__box .wp-block-image img {
  border-radius: 1.1rem;
}
.c-privacy__box .has-inline-color {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(245, 183, 179, 0.3))) !important;
  background: linear-gradient(transparent 60%, rgba(245, 183, 179, 0.3) 60%) !important;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.p-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 92, 185, 0.3)), to(rgba(0, 92, 185, 0)));
  background: linear-gradient(180deg, rgba(0, 92, 185, 0.3) 0%, rgba(0, 92, 185, 0) 100%);
  padding: 0px 24px 0px 40px;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-header__logo {
  width: 18vw;
  max-width: 50%;
}

.p-header__menu {
  padding: 30px 0;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-right: 2em;
  gap: 2em;
}
.p-header__nav ul a {
  text-shadow: 2px 2px 4px rgba(0, 24, 58, 0.7);
}

.p-header__buttons {
  font-size: 1.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header__buttons a {
  padding: 1em 1.5em;
  background-color: #006bc0;
}
.p-header__buttons a.primary {
  background-color: #00afb9;
}

.p-header--page {
  background: url("images/page/page_header.jpg") no-repeat center center;
  background-size: cover;
  height: 30vw;
  color: #fff;
  padding-top: 16vw;
}
.p-header--page h2 {
  font-size: 27px;
  line-height: 1.2;
}
.p-header--page h2:before {
  content: "";
  background: url("images/title_deco.png") no-repeat center center;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}
.p-header--page h3 {
  font-size: 86px;
  line-height: 1.1;
  letter-spacing: 0;
}

@media screen and (max-width: 1280px) {
  .p-header__nav ul {
    font-size: 1.4rem;
  }
  .p-header__buttons {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-header {
    padding-top: 1em;
  }
  .p-header__menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 1rem 2rem 4rem;
  }
  .p-header__logo {
    max-width: 15rem;
    width: 100%;
    height: auto;
  }
  .p-header--page {
    height: 60vw;
    background-image: url("images/page/page_header_sp.jpg");
  }
  .p-header--page h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .p-header--page h3 {
    font-size: 48px;
  }
}
.p-footer {
  position: relative;
  padding-top: 13.5vw;
  color: #005cb9;
  padding-bottom: 5vw;
}
.p-footer .p-front-page__fv {
  position: absolute;
  width: 80vw;
  height: 50.12vw;
  top: 0;
  top: -16vw;
  right: 0;
  z-index: -1;
}
.p-footer .p-front-page__fv::after {
  display: none;
}

.p-footer__inner {
  padding: 0 80px;
}

.p-footer__logo {
  width: 450px;
  max-width: 60%;
  margin-bottom: 45px;
}

.p-footer__nav {
  font-size: 13px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 2em;
  margin-bottom: 60px;
}
.p-footer__nav li {
  width: auto;
  padding-left: 1.4em;
}
.p-footer__nav li:before {
  content: "-";
  position: absolute;
  margin-left: -1.4em;
  color: #005cb9;
}

.p-footer__links {
  font-size: 13px;
}
.p-footer__links li {
  width: auto;
  padding-left: 1.4em;
}
.p-footer__links li:before {
  content: "▶";
  position: absolute;
  margin-left: -1.4em;
  color: #005cb9;
}

.p-footer__copyright {
  font-size: 10.5px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 0 24px;
  }
  .p-footer__logo {
    width: 60%;
    text-align: center;
    max-width: 100%;
    margin: auto;
    margin-bottom: 60vw;
  }
  .p-footer__nav {
    display: none;
  }
  .p-footer .p-front-page__fv {
    width: 120vw;
    height: 75.18vw;
    top: 3vw;
  }
  .p-footer__links {
    margin-bottom: 40px;
    text-align: right;
  }
  .p-footer__links li {
    padding-left: 1.8em;
  }
  .p-footer__links li:before {
    margin-left: -1.8em;
  }
  .p-footer__copyright {
    font-size: 7px;
  }
}
.p-front-page__fv {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.p-front-page__fv .image {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.p-front-page__fv .image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-front-page__fv .deco {
  position: absolute;
  /* z-index: 2; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-front-page__fv .deco img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.p-front-page__fv .deco .title {
  mix-blend-mode: normal;
}
.p-front-page__fv .deco .slide_in {
  opacity: 0;
  -webkit-transform: translate(40px, -20px);
          transform: translate(40px, -20px);
  margin-right: 20px;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.p-front-page__fv .deco .slide_in.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p-front-page__fv .deco img:not(.title) {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.p-front-page__fv .deco img:not(.title).active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.p-front-page__fv .triangle {
  background: url("images/front-page/fv_triangle.svg") no-repeat bottom center;
  width: 100%;
  position: absolute;
  height: 36.66vw;
  left: 0;
  bottom: 0;
  background-size: cover;
}
.p-front-page__fv::after {
  content: "";
  background: url("images/icons/scroll.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 18px;
  height: 150px;
}

.p-front-page__fv .deco img:not(.title) {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.p-front-page__fv .deco img:nth-child(1) {
  -webkit-animation-name: float-small;
          animation-name: float-small;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.p-front-page__fv .deco img:nth-child(2) {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: float-medium;
          animation-name: float-medium;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-front-page__fv .deco img:nth-child(3) {
  -webkit-animation-name: float-large;
          animation-name: float-large;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.p-front-page__fv .deco img:nth-child(4) {
  -webkit-animation-name: float-small;
          animation-name: float-small;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.p-front-page__fv .deco img:nth-child(5) {
  -webkit-animation-name: float-small;
          animation-name: float-small;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.p-front-page__fv .deco img:nth-child(6) {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: float-medium;
          animation-name: float-medium;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-front-page__fv .deco img:nth-child(7) {
  -webkit-animation-name: float-large;
          animation-name: float-large;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.p-front-page__fv .deco img:nth-child(8) {
  -webkit-animation-name: float-small;
          animation-name: float-small;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.p-front-page__fv .deco img:nth-child(9) {
  -webkit-animation-name: float-medium;
          animation-name: float-medium;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.p-front-page__fv .deco img:nth-child(10) {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: float-large;
          animation-name: float-large;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.p-front-page__fv .deco img:nth-child(11) {
  -webkit-animation-name: float-small;
          animation-name: float-small;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-front-page__fv .deco img:nth-child(12) {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: float-medium;
          animation-name: float-medium;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.p-front-page__fv .deco img:nth-child(13) {
  -webkit-animation-name: float-large;
          animation-name: float-large;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-front-page__fv .deco img:nth-child(14) {
  -webkit-animation-name: float-small;
          animation-name: float-small;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.p-front-page__fv .deco img:nth-child(15) {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: float-medium;
          animation-name: float-medium;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes float-small {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes float-small {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@-webkit-keyframes float-medium {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes float-medium {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes float-large {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@keyframes float-large {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
.p-front-page__copy {
  position: relative;
  padding-bottom: 24vw;
}
.p-front-page__copy:after {
  content: "";
  background: url("images/front-page/copy_deco.png") no-repeat center center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42vw;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}

.p-front-page__copy__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-front-page__copy__row h3 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding: 10px 190px 0 252px;
}
.p-front-page__copy__row .desc {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

.p-front-page__banner {
  padding: 10vw 0;
  background: url("images/front-page/dot.svg") repeat;
  background-color: #c2e7f1;
  background-size: 42.5631px;
  background-position-y: -3px;
}

.p-front-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-front-page__news {
  padding: 10vw 0 9vw;
  position: relative;
}
.p-front-page__news .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.p-front-page__news .button .c-button {
  margin-right: 12px;
}
.p-front-page__news .button button {
  margin-left: 7px;
}
.p-front-page__news:after {
  content: "";
  background: url("images/front-page/news_deco.png") no-repeat center center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42vw;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}

.p-front-page__news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-front-page__news__row > * {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.p-front-page__what {
  padding: 8vw 0 10vw;
  background: url("images/front-page/what_bg.png") no-repeat right bottom;
  background-color: #c2e7f1;
}
.p-front-page__what p {
  line-height: 1.8;
  margin-top: 1em;
}

.p-front-page__what__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-front-page__what__buttons a {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  background-color: #e6e6e6;
  border: 1px solid #fff;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em;
  position: relative;
  padding-right: 3em;
}
.p-front-page__what__buttons a img {
  width: 5.8em;
  height: auto;
  display: inline-block;
  margin-right: 1em;
}
.p-front-page__what__buttons a:after {
  content: "";
  background: url("images/icons/arrow.svg") no-repeat center center;
  width: 1.8em;
  height: 1.8em;
  margin-left: auto;
  position: absolute;
  right: 1em;
}
.p-front-page__what__buttons a:hover {
  background-color: #d9d9d9;
  opacity: 1;
}

.p-front-page__life {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-front-page__life .text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: url("images/front-page/life_1.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.p-front-page__life .text h3 {
  line-height: 1.6;
}
.p-front-page__life .text p {
  line-height: 1.9;
}
.p-front-page__life .inner {
  display: inline-block;
}
.p-front-page__life .image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.p-front-page__people {
  padding: 10vw 0 9vw;
}
.p-front-page__people .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.p-front-page__people .c-button {
  margin-right: 12px;
}
.p-front-page__people button {
  margin-left: 7px;
}

.p-front-page__people__list {
  overflow: visible;
  overflow-x: hidden;
  margin-bottom: 100px;
}
.p-front-page__people__list .swiper-slide {
  width: 270px;
}
.p-front-page__people__list .c-label {
  color: #fff;
  background-color: #51bbd7;
}
.p-front-page__people__list .image {
  position: relative;
}
.p-front-page__people__list .image:after {
  content: "";
  background: url("images/icons/arrow.svg") no-repeat center center;
  width: 1.8em;
  height: 1.8em;
  margin-left: auto;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.p-front-page__people__list .name {
  padding: 0 2em;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  margin-top: 1em;
}
.p-front-page__people__list .category {
  text-align: center;
}

.p-front-page__people__story {
  background: url("images/front-page/story_bg.jpg") no-repeat center center;
  padding: 60px 50px;
  color: #fff;
}
.p-front-page__people__story__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.p-front-page__people__story__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.p-front-page__people__story__row a:hover {
  opacity: 1;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.p-front-page__scenes {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
}

.p-front-page__scenes__list {
  overflow: visible;
  overflow-x: hidden;
}
.p-front-page__scenes__list .swiper-slide {
  width: 500px;
}
.p-front-page__scenes__list .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 16px;
}

.p-front-page__bottom {
  padding: 5vw 0;
  background: url("images/front-page/dot.svg") repeat;
  background-color: transparent;
  background-size: 42.5631px;
  background-position-y: -3px;
  margin-top: 80px;
}

.p-front-page__bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-front-page__bottom__row > * {
  display: block;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media screen and (max-width: 767px) {
  .p-front-page__copy__row {
    display: block;
  }
  .p-front-page__copy__row h3 {
    padding: 0;
    width: 75%;
    margin-bottom: 14px;
  }
  .p-front-page__copy__row p {
    line-height: 1.8;
  }
  @-webkit-keyframes float-small {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-1.5px);
              transform: translateY(-1.5px);
    }
  }
  @keyframes float-small {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-1.5px);
              transform: translateY(-1.5px);
    }
  }
  @-webkit-keyframes float-medium {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-2.5px);
              transform: translateY(-2.5px);
    }
  }
  @keyframes float-medium {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-2.5px);
              transform: translateY(-2.5px);
    }
  }
  @-webkit-keyframes float-large {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
    }
  }
  @keyframes float-large {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
    }
  }
  .p-front-page__fv::after {
    display: none;
  }
  .p-front-page__header p {
    line-height: 1.8;
    margin-top: 0.5em;
  }
  .p-front-page__header .button {
    margin-top: 1em;
  }
  .p-front-page__header,
  .p-front-page__news__row,
  .p-front-page__what__buttons,
  .p-front-page__life,
  .p-front-page__bottom__row {
    display: block;
  }
  .p-front-page__news,
  .p-front-page__what {
    padding: 80px 0 60px;
  }
  .p-front-page__news__row > *:nth-child(2) {
    margin-top: 4em;
  }
  .p-front-page__what__buttons a {
    margin-bottom: 0.5em;
  }
  .p-front-page__what__buttons a img {
    width: 3.8em;
  }
  .p-front-page__life .text {
    padding: 3em;
  }
  .p-front-page__people__list {
    margin-bottom: 60px;
  }
  .p-front-page__people__list .swiper-slide {
    width: 150px;
  }
  .p-front-page__people__list .name {
    font-size: 15px;
    padding: 0;
  }
  .p-front-page__people__story {
    padding: 30px 20px;
  }
  .p-front-page__people__story__title {
    display: block;
  }
  .p-front-page__people__story__title h4 {
    font-size: 14px;
    margin-top: 14px;
    line-height: 1.8;
  }
  .p-front-page__people__story__row {
    display: block;
    gap: 0;
  }
  .p-front-page__people__story__row a {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
  }
  .p-front-page__scenes {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .p-front-page__scenes__list .swiper-slide {
    width: 280px;
  }
  .p-front-page__bottom__row > * {
    margin-block: 1em;
  }
}
.p-about-page__top {
  text-align: center;
}
.p-about-page__top:after {
  content: "";
  background: url("images/page/about/top_bg.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 39.46vw;
  right: 0;
  top: 6vw;
  z-index: -1;
}
.p-about-page__top .title {
  margin-bottom: 90px;
}
.p-about-page__top .title h3 {
  width: 810px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 95%;
}
.p-about-page__top .title h4 {
  width: 340px;
  max-width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
.p-about-page__top .block {
  background-color: #282828;
  color: #fff;
  padding: 0 20px 80px;
}
.p-about-page__top .block h5 {
  position: relative;
  top: -1em;
  font-size: 25px;
}
.p-about-page__top .block h5 span {
  padding: 0.3em 1em;
  background-color: #005cb9;
}
.p-about-page__top .block h5 span:before {
  content: "";
}
.p-about-page__top .block .dot:after {
  content: "・・・・・";
  display: block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: -0.3em;
  margin: 6px auto;
  font-size: 13px;
}
.p-about-page__top .illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #005cb9;
  line-height: 1.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-page__top .illust h4 {
  display: inline-block;
  padding: 0 1em;
  background: #005cb9;
  color: #fff;
  margin-bottom: 0.8em;
}
.p-about-page__top .illust h5 {
  line-height: 1.8;
  margin-bottom: 3em;
  letter-spacing: 0.16em;
}
.p-about-page__top .illust h6 {
  margin-bottom: 0.4em;
}
.p-about-page__top .illust ol {
  margin: 1.6em 0;
  list-style: decimal;
  padding-left: 1.6em;
}
.p-about-page__top .illust ol li {
  line-height: 1.8;
  margin: 0;
}
.p-about-page__top .illust .image {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  padding-bottom: 4em;
}
.p-about-page__top .illust .image img {
  -webkit-transform: scale(1.16) translate(-75px, 10px);
          transform: scale(1.16) translate(-75px, 10px);
}
.p-about-page__top .illust .text {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  padding-top: 4em;
}

.p-about-page__concept {
  background: url("images/page/about/concept_bg.png") no-repeat;
  background-color: #005cb9;
  color: #fff;
  padding-block: 8vw;
  background-position-x: 20vw;
  background-position-y: 8vw;
  margin-top: 100px;
}
.p-about-page__concept h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 1em;
}
.p-about-page__concept th,
.p-about-page__concept td {
  border-bottom: 2px solid #fff;
  padding-block: 1em;
}
.p-about-page__concept tr:last-child th,
.p-about-page__concept tr:last-child td {
  border: 0;
}
.p-about-page__concept th {
  font-weight: 900;
  padding-right: 2em;
}
.p-about-page__concept th span {
  font-size: 29px;
  display: block;
  line-height: 1.1;
  font-weight: 900;
}
.p-about-page__concept th h4 {
  font-size: 15px;
  line-height: 1.4;
  background-color: #fff;
  color: #005cb9;
  display: inline-block;
  font-weight: 900;
  padding: 0.1em 0.5em;
  letter-spacing: 0.15em;
}
.p-about-page__concept td {
  font-size: 24px;
  line-height: 2;
}
.p-about-page__concept td ul {
  list-style: disc;
  padding-left: 1em;
}

.p-about-page__env {
  background: url("images/page/about/env_bg.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 6vw;
}
.p-about-page__env .text {
  text-align: center;
  color: #fff;
  padding: 14vw 0 9vw;
}
.p-about-page__env .text h3 {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 900;
}
.p-about-page__env .text h4 {
  font-size: 25px;
}
.p-about-page__env .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-transform: translateY(3vw);
          transform: translateY(3vw);
}
.p-about-page__env .row .item {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  background-color: #fff;
  padding: 40px 26px;
}
.p-about-page__env .row .item h5 {
  font-weight: 900;
  color: #005cb9;
  font-size: 28px;
  line-height: 1.8;
}
.p-about-page__env .row .item ul {
  font-size: 18px;
  letter-spacing: 0.01em;
}

.p-about-page__banner {
  padding-bottom: 9vw;
}
.p-about-page__banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-page__banner img {
  width: 50%;
}

.p-about-page__group {
  background-color: #e6e6e6;
  padding-bottom: 3vw;
}
.p-about-page__group h3 {
  text-align: center;
  font-size: 31px;
  font-weight: 900;
  color: #005cb9;
  margin-bottom: 0.8em;
}
.p-about-page__group h3 span {
  background: #fff;
  display: inline-block;
  padding: 0.9em 3.4em;
}
.p-about-page__group p {
  text-align: center;
  font-size: 18px;
  color: #005cb9;
  line-height: 1.8;
  margin-bottom: 1.6em;
}

.p-about-page__bottom {
  padding: 8vw 0 4vw;
}
.p-about-page__bottom h4 {
  text-align: center;
  color: #005cb9;
  font-size: 25px;
  margin-bottom: 8vw;
}
.p-about-page__bottom .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.p-about-page__bottom .buttons a {
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
}

@media screen and (max-width: 767px) {
  .p-about-page__top:after {
    display: none;
  }
  .p-about-page__top .block h5 {
    font-size: 20px;
  }
  .p-about-page__top .block p {
    font-size: 16px;
  }
  .p-about-page__top .illust {
    display: block;
  }
  .p-about-page__top .illust .image {
    padding-bottom: 0;
  }
  .p-about-page__top .illust .image img {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .p-about-page__top .illust h5 {
    font-size: 20px;
  }
  .p-about-page__top .illust h6 {
    font-size: 18px;
  }
  .p-about-page__top .illust p {
    font-size: 16px;
  }
  .p-about-page__concept h3 {
    font-size: 26px;
  }
  .p-about-page__concept th {
    padding-right: 1em;
    width: 7.5em;
  }
  .p-about-page__concept th span {
    font-size: 24px;
  }
  .p-about-page__concept th h4 {
    font-size: 14px;
  }
  .p-about-page__concept td {
    font-size: 16px;
  }
  .p-about-page__env {
    padding-bottom: 40px;
  }
  .p-about-page__env .text h3 {
    font-size: 26px;
  }
  .p-about-page__env .text h4 {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 0.8em;
  }
  .p-about-page__env .row {
    display: block;
    -webkit-transform: none;
            transform: none;
  }
  .p-about-page__env .row .item {
    padding: 22px 20px;
    margin-bottom: 20px;
  }
  .p-about-page__env .row .item h5 {
    font-size: 22px;
  }
  .p-about-page__env .row .item ul {
    font-size: 16px;
  }
  .p-about-page__banner a {
    display: block;
  }
  .p-about-page__banner a img {
    width: 100%;
  }
  .p-about-page__group p {
    font-size: 15px;
  }
  .p-about-page__group h3 {
    font-size: 24px;
  }
  .p-about-page__group h3 span {
    padding: 0.4em 0.8em;
  }
  .p-about-page__bottom h4 {
    font-size: 16px;
  }
  .p-about-page__bottom .buttons {
    display: block;
  }
  .p-about-page__bottom .buttons a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-recipe__products-wrapper {
  padding: 2rem;
  border: 0.1rem solid #808080;
  border-radius: 0.7rem;
  margin-bottom: 6rem;
}

.p-recipe__products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 0;
}

.p-recipe__product-item {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .p-recipe__product-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.p-recipe__products-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #004717;
  font-weight: 900;
}

.p-recipe__product-img {
  padding: 2rem;
  margin-inline: auto;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0.7rem;
  overflow: hidden;
}
.p-recipe__product-img img {
  border-radius: 0.8rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-recipe__product-name {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 900;
  color: #282828;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recipe__product-name {
    font-size: 1.2rem;
  }
}

.p-recipe__product-link {
  font-size: 1.4rem;
  font-weight: 900;
  color: #282828;
}
@media screen and (max-width: 767px) {
  .p-recipe__product-link {
    font-size: 1.2rem;
  }
}

.p-recipe__product-measurement {
  font-size: 1.1rem;
  color: #808080;
  margin-top: 0.2rem;
}

.p-recipe__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}

.p-recipe__info-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  background-color: #cceff1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__info-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.5rem);
            flex: 1 1 calc(50% - 0.5rem);
    padding: 1.5rem 1rem;
  }
}

.p-recipe__label {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__label {
    font-size: 1.2rem;
  }
}

.p-recipe__value {
  font-size: 2.2rem;
  font-weight: 900;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-recipe__value {
    font-size: 1.8rem;
  }
}

.p-recipe__stars {
  font-size: 2.2rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-recipe__stars {
    font-size: 1.8rem;
  }
}

.p-recipe__description {
  margin-bottom: 4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recipe__description {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

.p-recipe__ingredients {
  background-color: #e6e6e6;
  padding: 2.7rem;
  border-radius: 0.7rem;
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__ingredients {
    padding: 2rem;
    margin-bottom: 3rem;
  }
}

.p-recipe__ingredients-heading {
  font-size: 2rem;
  font-weight: 900;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-recipe__ingredients-heading {
    font-size: 1.8rem;
  }
}

.p-recipe__ingredient-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: #808080 0.1rem solid;
  font-size: 1.7rem;
  font-weight: 900;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recipe__ingredient-item {
    font-size: 1.2rem;
  }
}

.p-recipe__ingredient-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.p-recipe__ingredient-measurement {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: right;
}

a.p-recipe__ingredient-name {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
a.p-recipe__ingredient-name .c-single__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.3rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-recipe__instructions-list {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instructions-list {
    margin-bottom: 3rem;
  }
}

.p-recipe__instruction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #808080;
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    padding-block: 1.5rem;
  }
}

.p-recipe__instruction-number-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-number-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-recipe__instruction-number {
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  background-color: #004717;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-number {
    width: 4rem;
    font-size: 1.6rem;
  }
}

.p-recipe__instruction-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}

.p-recipe__instruction-text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-text-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.p-recipe__instruction-title {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.p-recipe__instruction-text {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-text {
    font-size: 1.4rem;
    margin-block: 0 !important;
  }
}

.p-recipe__instruction-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-inline: auto;
  }
}
.p-recipe__instruction-img img {
  width: 17rem;
  height: auto;
  border-radius: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-img img {
    width: 100%;
    max-width: 20rem;
  }
}

.p-contact {
  margin-top: 60px;
}
.p-contact br {
  display: none;
}
.p-contact a {
  color: #005cb9;
  text-decoration: underline;
}
.p-contact .c-button {
  font-size: 24px;
  width: 400px;
  max-width: 100%;
  border: 0;
}
.p-contact .c-button--back {
  background-color: #e6e6e6;
  color: #000000;
  font-size: 16px;
  margin-bottom: 1em;
  display: none;
}
.p-contact input {
  max-width: 100%;
}

.p-contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__field > label {
  width: 14em;
  color: #005cb9;
  font-size: 16px;
}
.p-contact__field > label span,
.p-contact__field > label small {
  font-size: 10px;
}
.p-contact__field > span {
  width: calc(100% - 14em);
}

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

.p-contact__block {
  display: block;
}

.p-contact__desc {
  font-size: 16px;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 3em;
}

.p-contact__input,
.p-contact__select,
.p-contact__textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .p-contact__input,
  .p-contact__select,
  .p-contact__textarea {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-contact__input:focus,
.p-contact__select:focus,
.p-contact__textarea:focus {
  outline: none;
  border-color: #004717;
}
.p-contact__input::-webkit-input-placeholder, .p-contact__select::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: #808080;
}
.p-contact__input::-moz-placeholder, .p-contact__select::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: #808080;
}
.p-contact__input:-ms-input-placeholder, .p-contact__select:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
  color: #808080;
}
.p-contact__input::-ms-input-placeholder, .p-contact__select::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: #808080;
}
.p-contact__input::placeholder,
.p-contact__select::placeholder,
.p-contact__textarea::placeholder {
  color: #808080;
}

.p-contact__input,
.p-contact__select {
  height: 5rem;
}

.p-contact__textarea {
  min-height: 20rem;
  resize: vertical;
  font-family: inherit;
}

.wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  border: none;
  color: #d32f2f !important;
  border: 0.1rem solid #d32f2f !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450 !important;
}

.wpcf7-mail-sent-ok {
  border-color: #46b450 !important;
  color: #46b450 !important;
  border: 0.1rem solid #46b450 !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  color: #d32f2f !important;
  border: 0.1rem solid #d32f2f !important;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  color: #d32f2f;
}

.wpcf7-not-valid {
  border-color: #d32f2f !important;
}

.wpcf7-spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  vertical-align: middle;
  border: 0.3rem solid rgba(0, 0, 0, 0.1);
  border-top-color: #fa7571;
  border-radius: 50%;
  -webkit-animation: wpcf7-spin 0.8s linear infinite;
          animation: wpcf7-spin 0.8s linear infinite;
}

@-webkit-keyframes wpcf7-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes wpcf7-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-contact__confirm dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
  border-bottom: 1px solid #e5e5e5;
}
.p-contact__confirm dt {
  margin: 0;
}
.p-contact__confirm dd {
  border: 0;
}
.p-contact__confirm h3 {
  margin-top: 60px;
  font-size: 18px;
  color: #005cb9;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-contact__field {
    display: block;
  }
  .p-contact__field > label {
    display: block;
  }
  .p-contact__confirm dl {
    display: block;
  }
  .p-contact__confirm dd {
    text-align: left;
  }
}
.p-404 {
  padding: 8rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 4rem 0;
  }
}

.p-404__content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  background-color: white;
  border-radius: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-404__content {
    padding: 3rem 2rem;
  }
}

.p-404__title {
  font-size: 10rem;
  font-weight: 900;
  color: #005cb9;
  margin-bottom: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 8rem;
  }
}

.p-404__subtitle {
  font-size: 2.4rem;
  font-weight: 900;
  color: #005cb9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-404__subtitle {
    font-size: 2rem;
  }
}

.p-404__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1.4rem;
  }
}

.p-404__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-404__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-download-page__inner {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 1.1rem;
  padding: 4rem;
}
.p-download-page__inner h3 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-download-page__inner {
    padding: 2rem;
  }
}
.p-download-page__inner .p-download-page__desc {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-download-page__inner .p-download-page__desc {
    font-size: 1.4rem;
  }
}
.p-download-page__inner .p-download-page__password-label {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-download-page__inner .p-download-page__password-label {
    font-size: 1.4rem;
  }
}
.p-download-page__inner .p-download-page__password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-download-page__inner .p-download-page__password-form {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-download-page__inner .p-download-page__list-item {
    font-size: 1.4rem;
  }
}

.p-download-page form input[type=password] {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: none;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-download-page form input[type=password] {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-download-page form input[type=password]:focus {
  outline: none;
  border-color: #004717;
}
.p-download-page form input[type=password]::-webkit-input-placeholder {
  color: #808080;
}
.p-download-page form input[type=password]::-moz-placeholder {
  color: #808080;
}
.p-download-page form input[type=password]:-ms-input-placeholder {
  color: #808080;
}
.p-download-page form input[type=password]::-ms-input-placeholder {
  color: #808080;
}
.p-download-page form input[type=password]::placeholder {
  color: #808080;
}
.p-download-page form input[type=submit] {
  background-color: #fa7571;
  border-radius: 1.1rem;
  font-size: 1.7rem;
  font-weight: 900;
  color: white;
  cursor: pointer;
  padding: 1rem 2rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.p-download-page form input[type=submit]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-download-page form input[type=submit] {
    font-size: 1.4rem;
  }
}

.p-download-page__guide {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-download-page__guide {
    font-size: 1.2rem;
  }
}

.p-archive__list {
  margin-top: 2em;
}
.p-archive__list a {
  padding: 1.6em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e5e5e5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.p-archive__list a:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.p-archive__list a:after {
  content: "";
  background: url("images/icons/arrow.svg") no-repeat center center;
  width: 1.8em;
  height: 1.8em;
  margin-left: auto;
}
.p-archive__list .date {
  font-size: 13px;
  width: 8em;
}
.p-archive__list .category {
  width: 10em;
  padding-right: 1em;
}
.p-archive__list .title {
  font-size: 17px;
  width: calc(100% - 24em);
  line-height: 1.8;
}

.p-archive__categories {
  text-align: center;
}
.p-archive__categories .c-label {
  padding: 0.8em 1.6em;
  font-size: 16px;
}
.p-archive__categories .c-label.is-current {
  background-color: #808080;
}

@media screen and (max-width: 767px) {
  .p-archive__list a {
    padding: 0.8em 1em;
    display: block;
  }
  .p-archive__list a .date {
    width: 100%;
    font-size: 12px;
  }
  .p-archive__list a .category {
    width: 100%;
    padding-right: 0.5em;
  }
  .p-archive__list a .title {
    width: 100%;
    font-size: 15px;
  }
  .p-archive__list a:after {
    display: none;
  }
}
.p-page__top {
  padding-top: 9vw;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-page__top {
    padding-top: 80px;
  }
}
.p-numbers-page .c-title {
  font-size: 22px;
  margin-bottom: 1.4em;
}
.p-numbers-page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.p-numbers-page .item {
  width: calc(33.33% - 20px);
  padding: 22px;
  background-color: #fff;
}
.p-numbers-page .item h4 {
  font-size: 22px;
}
.p-numbers-page .number {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.p-numbers-page .number span {
  font-size: 108px;
  color: #005cb9;
}
.p-numbers-page .number b {
  font-weight: 900;
}

.p-numbers-page__top {
  background-color: #caebf3;
  padding-bottom: 4vw;
}
.p-numbers-page__top:after {
  content: "";
  background: url("images/page/about/top_bg.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 39.46vw;
  right: 0;
  top: 36vw;
  z-index: 0;
}
.p-numbers-page__top .l-container {
  position: relative;
  z-index: 1;
}
.p-numbers-page__top .chart {
  padding: 0 30px;
  height: 180px;
}
.p-numbers-page__top .item-3 .line {
  font-size: 27px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.p-numbers-page__top .item-3 .line:last-child {
  margin-bottom: 0;
}
.p-numbers-page__top .item-3 img {
  width: 88px;
  vertical-align: bottom;
}
.p-numbers-page__top .item-3 span {
  font-size: 77px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -7px;
  color: #005cb9;
}
.p-numbers-page__top .item-3 small {
  vertical-align: bottom;
  top: -11px;
  position: relative;
}
.p-numbers-page__top .item-4 {
  width: 100%;
}
.p-numbers-page__top .item-4 .image {
  padding: 8px 90px 20px 70px;
}
.p-numbers-page__top .item-5 .line {
  line-height: 1;
  font-size: 75px;
  color: #005cb9;
  font-weight: 900;
  letter-spacing: 0em;
}
.p-numbers-page__top .item-5 small {
  color: #000000;
  font-size: 18px;
  margin-left: -1em;
}
.p-numbers-page__top .item-5 img {
  width: 128px;
  vertical-align: top;
}
.p-numbers-page__top .item-6 {
  width: calc(66.66% - 10px);
}
.p-numbers-page__top .item-7 {
  width: 100%;
}
.p-numbers-page__top .item-7 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
.p-numbers-page__top .item-7 .image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.p-numbers-page__top .item-7 ul {
  font-size: 22px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.p-numbers-page__top .item-7 ul li {
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid;
  margin-bottom: 14px;
  padding-bottom: 0.4em;
}
.p-numbers-page__top .item-7 ul li span {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 200px;
  font-size: 29px;
  font-weight: 900;
  color: #fff;
  margin-right: 20px;
  background-color: #00afb9;
  text-align: center;
  letter-spacing: -0.04em;
}
.p-numbers-page__top .item-7 ul li small {
  font-size: 16px;
}
.p-numbers-page__top .item-7 .detail {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.p-numbers-page__top .item-7 .detail h5 {
  font-size: 17px;
  margin-bottom: 1.4em;
}
.p-numbers-page__top .item-7 .detail p {
  font-size: 14px;
  line-height: 1.8;
}
.p-numbers-page__top .item-11 {
  width: 100%;
  padding-bottom: 50px;
}
.p-numbers-page__top .item-11 .line {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5%;
}
.p-numbers-page__top .item-11 h5 {
  font-size: 18px;
  background-color: #00afb9;
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.6em;
  margin-top: 2em;
}
.p-numbers-page__top .item-11 span {
  font-size: 97px;
  font-weight: 900;
  color: #005cb9;
  position: relative;
  bottom: -14px;
  margin: 0 8px;
}
.p-numbers-page__top .item-11 .text {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  line-height: 1.2;
}
.p-numbers-page__top .item-11 .text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-numbers-page__top .item-11 .image {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.p-numbers-page__top .item-12 h4 {
  margin-bottom: 30px;
}
.p-numbers-page__top .item-12 img {
  width: 115px;
  vertical-align: middle;
  position: relative;
  margin-top: -30px;
}
.p-numbers-page__top .item-12 .number span {
  font-size: 83px;
}
.p-numbers-page__top .item-13 h4 {
  margin-bottom: 30px;
}
.p-numbers-page__top .item-13 img {
  width: 112px;
  vertical-align: middle;
  position: relative;
  margin-top: -30px;
}
.p-numbers-page__top .item-13 .number span {
  font-size: 83px;
}
.p-numbers-page__top .item-14 h4 {
  margin-bottom: 10px;
}
.p-numbers-page__top .item-14 img {
  width: 105px;
}
.p-numbers-page__top .item-14 .number {
  font-size: 18px;
}
.p-numbers-page__top .item-14 .number span {
  line-height: 1;
  font-size: 66px;
}
.p-numbers-page__top .item-15 h4 {
  margin-bottom: 10px;
  line-height: 1.6;
}
.p-numbers-page__top .item-15 .number {
  line-height: 1;
  font-size: 22px;
}
.p-numbers-page__top .item-15 .number span {
  font-size: 83px;
}
.p-numbers-page__top .item-15 p {
  line-height: 1.8;
  margin-top: 1.6em;
}

.p-numbers-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-numbers-page__bottom {
  background-color: #282828;
  padding-top: 4vw;
  padding-bottom: 8vw;
  margin-bottom: 3em;
}
.p-numbers-page__bottom .c-title {
  color: #fff;
}
.p-numbers-page__bottom .green {
  line-height: 1.8;
  font-size: 28px;
  font-weight: 900;
  color: #00afb9;
  text-align: center;
}
.p-numbers-page__bottom p {
  line-height: 1.8;
}
.p-numbers-page__bottom .item-1 .number {
  font-size: 25px;
  line-height: 1;
}
.p-numbers-page__bottom .item-1 .number span {
  font-size: 99px;
}
.p-numbers-page__bottom .item-1 .first {
  position: relative;
  bottom: 20px;
}
.p-numbers-page__bottom .item-2 .number {
  font-size: 25px;
  line-height: 1;
}
.p-numbers-page__bottom .item-2 .number span {
  font-size: 150px;
}
.p-numbers-page__bottom .item-2 p {
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
}
.p-numbers-page__bottom .item-3 .number,
.p-numbers-page__bottom .item-5 .number {
  font-size: 19px;
  line-height: 1;
  margin-top: 50px;
  letter-spacing: 0em;
}
.p-numbers-page__bottom .item-3 .number span,
.p-numbers-page__bottom .item-5 .number span {
  font-size: 76px;
}
.p-numbers-page__bottom .item-4 .first {
  font-size: 26px;
  font-weight: 900;
}
.p-numbers-page__bottom .item-4 .number {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.p-numbers-page__bottom .item-4 .number span {
  font-size: 95px;
}
.p-numbers-page__bottom .item-5 .number {
  margin-bottom: 40px;
  margin-top: 32px;
}
.p-numbers-page__bottom .item-5 .number span {
  font-size: 74px;
}
.p-numbers-page__bottom .item-6 .number {
  font-size: 25px;
  line-height: 1;
}
.p-numbers-page__bottom .item-6 .number span {
  font-size: 106px;
}
.p-numbers-page__bottom .item-6 .green {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .p-numbers-page__header {
    display: block;
    margin-bottom: 20px;
  }
  .p-numbers-page__header p {
    text-align: right;
  }
  .p-numbers-page .c-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .p-numbers-page .row {
    display: block;
  }
  .p-numbers-page .row .item {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .p-numbers-page .number span {
    font-size: 88px;
  }
  .p-numbers-page__top .item-4 .image {
    padding: 0;
    margin-top: 14px;
  }
  .p-numbers-page__top .item-3 span {
    font-size: 67px;
  }
  .p-numbers-page__top .item-5 .line {
    font-size: 60px;
  }
  .p-numbers-page__top .item-7 .line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-numbers-page__top .item-7 .line .image {
    margin-bottom: 20px;
    text-align: center;
  }
  .p-numbers-page__top .item-7 .line .image img {
    width: 65%;
  }
  .p-numbers-page__top .item-7 .line .image,
  .p-numbers-page__top .item-7 .line ul,
  .p-numbers-page__top .item-7 .line .detail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-numbers-page__top .item-7 .line .detail h5 {
    margin-bottom: 0.4em;
    margin-top: 1em;
  }
  .p-numbers-page__top .item-11 .line {
    font-size: 18px;
    display: block;
  }
  .p-numbers-page__top .item-11 .line span {
    font-size: 67px;
  }
  .p-numbers-page__top .item-11 .text > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-numbers-page__top .item-11 .image {
    margin-top: 30px;
    text-align: center;
  }
  .p-numbers-page__top .item-11 .image img {
    width: 65%;
  }
  .p-numbers-page__top .item-12 .number span {
    font-size: 70px;
  }
  .p-numbers-page__top .item-13 .number span {
    font-size: 70px;
  }
  .p-numbers-page__top .item-14 .number span {
    font-size: 62px;
  }
  .p-numbers-page__bottom {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .p-numbers-page__bottom .item-2 .number span {
    font-size: 110px;
  }
  .p-numbers-page__bottom .item-3 .number,
  .p-numbers-page__bottom .item-5 .number {
    margin-top: 20px;
  }
  .p-numbers-page__bottom .item.item-3 {
    padding-bottom: 50px;
  }
}
.p-what-page {
  margin-bottom: 8vw;
}
.p-what-page:after {
  content: "";
  background: url("images/page/about/top_bg.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 39.46vw;
  right: 0;
  top: 36vw;
  z-index: 0;
}
.p-what-page .l-container {
  position: relative;
  z-index: 1;
}
.p-what-page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.p-what-page .item {
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
  margin-bottom: 40px;
}
.p-what-page .item a {
  background-color: #e5e5e5;
  padding: 22px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.p-what-page .item a:hover {
  background-color: #d8d8d8;
  opacity: 1;
}
.p-what-page .item a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("images/icons/arrow.svg") no-repeat center center;
  right: 20px;
  bottom: 16px;
  background-size: 100%;
}
.p-what-page .item h4 {
  font-size: 20px;
  margin-bottom: 0.6em;
}
.p-what-page .item .image {
  text-align: center;
}
.p-what-page .item .image img {
  width: 80%;
}
.p-what-page .item p {
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-what-page:after {
    display: none;
  }
  .p-what-page .row {
    display: block;
  }
}
.p-what-page--single {
  margin-bottom: 8vw;
}
.p-what-page--single .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-what-page--single .left {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  background-color: #e5e5e5;
  padding-left: 8vw;
  padding-right: 4vw;
  padding-block: 6vw;
}
.p-what-page--single .left .inner {
  position: sticky;
  top: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-what-page--single .left h2 {
  font-size: 38px;
  margin-bottom: 0.5em;
}
.p-what-page--single .left .image {
  margin-bottom: 30px;
  text-align: center;
}
.p-what-page--single .left .image img {
  width: 85%;
}
.p-what-page--single .left p {
  font-size: 18px;
  line-height: 1.8;
}
.p-what-page--single .right {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  padding-left: 4vw;
  padding-right: 8vw;
  padding-bottom: 8vw;
}

@media screen and (max-width: 767px) {
  .p-what-page--single .row {
    display: block;
  }
  .p-what-page--single .left {
    padding: 40px 20px;
  }
  .p-what-page--single .left h2 {
    font-size: 24px;
  }
  .p-what-page--single .left .inner {
    position: relative;
    height: auto;
    top: 0;
  }
  .p-what-page--single .left p {
    font-size: 16px;
  }
}
.p-single__top {
  padding-top: 56px;
  position: relative;
}

.p-single__content h2,
.p-single__content h3 {
  font-size: 24px;
  line-height: 1.2;
  padding-left: 1.2em;
  position: relative;
}
.p-single__content h2:before,
.p-single__content h3:before {
  content: "";
  background: url("images/title_deco.png") no-repeat center center;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  left: 0;
  top: 0.2em;
  position: absolute;
  background-size: 100%;
  vertical-align: middle;
}
.p-single__content h2:first-child,
.p-single__content h3:first-child {
  margin-top: 60px;
}
.p-single__content h2 {
  margin-top: 120px;
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 28px;
}
.p-single__content h3 {
  margin-top: 90px;
  margin-bottom: 18px;
  font-weight: 900;
  color: #005cb9;
}
.p-single__content p {
  font-weight: 500;
}
.p-single__content ul {
  list-style: none;
  padding-left: 0.5em;
  font-weight: 500;
}
.p-single__content ul li {
  position: relative;
  padding-left: 1em;
}
.p-single__content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.p-single,
.p-single--article {
  padding-block: 100px;
}
.p-single h2,
.p-single--article h2 {
  font-size: 28px;
  margin-bottom: 1em;
  color: #005cb9;
  line-height: 1.8;
}
.p-single h3,
.p-single--article h3 {
  font-size: 24px;
  margin-bottom: 1em;
  margin-top: 5em;
  color: #005cb9;
  line-height: 1.8;
}
.p-single h4,
.p-single--article h4 {
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 3em;
  color: #005cb9;
  line-height: 1.8;
}
.p-single h5,
.p-single--article h5 {
  font-size: 18px;
  margin-bottom: 0.5em;
  margin-top: 3em;
  font-weight: 900;
  line-height: 1.8;
}
.p-single h6,
.p-single--article h6 {
  font-size: 16px;
  margin-bottom: 0.5em;
  margin-top: 2em;
  font-weight: 900;
  line-height: 1.8;
}
.p-single p,
.p-single--article p {
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  margin-block: 1.8em;
}
.p-single figure,
.p-single--article figure {
  text-align: center;
  margin-block: 60px;
}
.p-single figure img,
.p-single--article figure img {
  width: 72% !important;
}
.p-single figure figcaption,
.p-single figure .wp-element-caption,
.p-single--article figure figcaption,
.p-single--article figure .wp-element-caption {
  text-align: left;
  font-weight: 500;
  margin-left: 14%;
  font-size: 15px;
  color: #282828;
}
.p-single mark,
.p-single--article mark {
  color: #005cb9 !important;
}

.p-single {
  padding-top: 0;
}
.p-single h1 {
  font-size: 28px;
  line-height: 1.8;
  color: #005cb9;
  margin-top: 80px;
  font-weight: 900;
}
.p-single .title {
  border-bottom: 1px solid;
  font-weight: 700;
}
.p-single .dates {
  margin: 14px 0 40px;
}
.p-single h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 16px;
  background-color: #005cb9;
  color: #fff;
  padding: 0.6em 1.2em;
  line-height: 1.8;
  margin-top: 2em;
}
.p-single h3 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 14px;
  margin-top: 2em;
  background-color: #e6e6e6;
  padding: 0.6em 1.2em;
  color: #000000;
}
.p-single h4 {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}
.p-single blockquote {
  background: #e6e6e6;
  padding: 0.4em 2em;
}
.p-single .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single .nav .c-button {
  background-color: #e6e6e6;
  color: #000000;
}
.p-single .prev,
.p-single .next {
  font-size: 17px;
  letter-spacing: 0.5em;
}
.p-single .content {
  padding-bottom: 100px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.p-single ul {
  list-style: none;
  padding-left: 0.5em;
  font-weight: 500;
}
.p-single ul li {
  position: relative;
  padding-left: 1em;
}
.p-single ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.p-single__top {
  padding-top: 100px;
}

.p-single__index h3 {
  font-size: 44px;
  font-weight: 900;
  color: #005cb9;
  margin: 0;
}
.p-single__index ul {
  padding-left: 56px;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #005cb9;
  font-size: 20px;
}
.p-single__index ul:before {
  content: "";
  position: absolute;
  left: 19.5px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #005cb9;
}
.p-single__index ul:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #005cb9;
}
.p-single__index li {
  position: relative;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 767px) {
  .p-single__top {
    padding-top: 84px;
  }
  .p-single__content h2,
  .p-single__content h3 {
    font-size: 20px;
  }
  .p-single__content h2:before,
  .p-single__content h3:before {
    width: 0.7em;
    height: 0.7em;
    top: 0.15em;
  }
  .p-single__content h2 {
    margin-top: 80px;
  }
  .p-single__content h3 {
    margin-top: 60px;
  }
  .p-single,
  .p-single--article {
    padding-block: 60px;
  }
  .p-single h2,
  .p-single--article h2 {
    font-size: 22px;
  }
  .p-single h3,
  .p-single--article h3 {
    font-size: 20px;
  }
  .p-single h4,
  .p-single--article h4 {
    font-size: 18px;
  }
  .p-single h5,
  .p-single--article h5 {
    font-size: 16px;
  }
  .p-single h6,
  .p-single--article h6 {
    font-size: 14px;
  }
  .p-single figure,
  .p-single--article figure {
    margin-block: 40px;
  }
  .p-single figure img,
  .p-single--article figure img {
    width: 85% !important;
  }
  .p-single figure figcaption,
  .p-single figure .wp-element-caption,
  .p-single--article figure figcaption,
  .p-single--article figure .wp-element-caption {
    margin-left: 7.5%;
    font-size: 14px;
  }
  .p-single h1 {
    font-size: 24px;
    margin-top: 60px;
  }
  .p-single h2,
  .p-single h3 {
    font-size: 16px;
  }
  .p-single .nav .c-button {
    font-size: 14px;
    padding-right: 4em;
  }
  .p-single .nav .c-button:after {
    right: 0;
  }
  .p-single .prev,
  .p-single .next {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .p-single .content {
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  .p-single__index h3 {
    font-size: 32px;
  }
  .p-single__index ul {
    font-size: 16px;
    padding-left: 40px;
  }
  .p-single__index ul:before {
    left: 14px;
  }
  .p-single__index ul:after {
    left: 11px;
  }
  .p-single__index ul li {
    line-height: 1.8;
    margin-bottom: 1em;
  }
}
.p-life-page__top {
  padding-bottom: 10vw;
}
.p-life-page__top:after {
  content: "";
  background: url("images/page/about/top_bg.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 39.46vw;
  right: 0;
  top: 22vw;
  z-index: -1;
}
.p-life-page__top .l-container {
  position: relative;
  z-index: 1;
}
.p-life-page__top .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.p-life-page__top .buttons a {
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
}
.p-life-page__top .c-button::after {
  background-image: url("images/icons/arrow_box_bottom.svg");
}

.p-life-page__section {
  padding-bottom: 100px;
}
.p-life-page__section .title {
  background-color: transparent;
  color: #fff;
  position: relative;
  width: 90%;
  padding: 80px;
  margin-top: -123px;
  margin-bottom: 45px;
}
.p-life-page__section .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #005cb9;
  mix-blend-mode: multiply;
  z-index: 0;
}
.p-life-page__section .title .inner {
  position: relative;
  z-index: 2;
}
.p-life-page__section .title h4 {
  display: inline-block;
  background: #fff;
  color: #005cb9;
  padding: 0 1em;
  font-size: 14.5px;
}
.p-life-page__section .title h3 {
  margin-top: 10px;
  font-size: 35px;
  margin-bottom: 16px;
  line-height: 1.4;
}
.p-life-page__section .title p {
  font-size: 18px;
  line-height: 1.8;
}
.p-life-page__section .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.p-life-page__section .image {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}
.p-life-page__section .text {
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
  padding: 45px;
  background-color: #fff;
}
.p-life-page__section h4 {
  font-size: 32px;
  margin-bottom: 16px;
  color: #005cb9;
}
.p-life-page__section p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.p-life-page__section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.p-life-page__section .col {
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
  padding: 38px;
  background-color: #fff;
}
.p-life-page__section .col h4 {
  font-size: 24px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .p-life-page__top:after {
    display: none;
  }
  .p-life-page__top .buttons {
    display: block;
  }
  .p-life-page__top .buttons a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .p-life-page__section .title {
    width: 100%;
    padding: 20px 20px;
    margin-top: -50px;
    margin-bottom: 30px;
  }
  .p-life-page__section .title h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .p-life-page__section .title h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .p-life-page__section .title p {
    font-size: 16px;
  }
  .p-life-page__section .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-life-page__section .image,
  .p-life-page__section .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-life-page__section .text {
    padding: 20px;
  }
  .p-life-page__section h4 {
    font-size: 20px;
  }
  .p-life-page__section p {
    font-size: 14px;
  }
  .p-life-page__section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .p-life-page__section .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px;
  }
  .p-life-page__section .col h4 {
    font-size: 18px;
  }
}
.p-people-page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 45px;
  margin-bottom: 80px;
}
.p-people-page .item {
  -ms-flex-preferred-size: calc(25% - 33.75px);
      flex-basis: calc(25% - 33.75px);
  margin-bottom: 60px;
}
.p-people-page .image {
  position: relative;
}
.p-people-page .image:after {
  content: "";
  background: url("images/icons/arrow.svg") no-repeat center center;
  width: 1.8em;
  height: 1.8em;
  margin-left: auto;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.p-people-page .name {
  padding: 0 2em;
  line-height: 1.4;
  text-align: center;
  font-size: 18px;
  margin-top: 1em;
}
.p-people-page .category {
  text-align: center;
}
.p-people-page .c-label {
  color: #fff;
  background-color: #51bbd7;
}

@media screen and (max-width: 767px) {
  .p-people-page .row {
    gap: 0 30px;
    margin-bottom: 40px;
  }
  .p-people-page .item {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
  .p-people-page .name {
    font-size: 15px;
    padding: 0;
  }
}
.p-people-page--single h4 {
  font-size: 26px;
  color: #005cb9;
  line-height: 1.8;
  padding: 1.8em 0;
}
.p-people-page--single .intro {
  background: #282828;
  color: #fff;
  padding-block: 68px;
}
.p-people-page--single .intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.p-people-page--single .intro .text {
  -ms-flex-preferred-size: calc(55% - 50px);
      flex-basis: calc(55% - 50px);
}
.p-people-page--single .intro .image {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.p-people-page--single .intro h5 {
  font-size: 22px;
  line-height: 1.4;
  padding-left: 1.2em;
  position: relative;
  font-weight: 900;
}
.p-people-page--single .intro h5:before {
  content: "";
  background: url("images/title_deco.png") no-repeat center center;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  margin-bottom: 0.1em;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  left: 0;
  top: 0.3em;
}
.p-people-page--single .intro p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 16px;
}
.p-people-page--single .story-label {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  background-color: #005cb9;
  color: #fff;
  padding: 0 0.6em;
  line-height: 1.8;
  margin-top: 8vw;
}

.p-people-page--bottom {
  margin-bottom: 6vw;
}
.p-people-page--bottom h5 {
  font-size: 62px;
  color: #005cb9;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-people-page--single h4 {
    font-size: 18px;
  }
  .p-people-page--single .intro .row {
    display: block;
  }
  .p-people-page--single .intro .text {
    margin-bottom: 40px;
  }
  .p-people-page--single .intro .text,
  .p-people-page--single .intro .image {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .p-people-page--single .intro h5 {
    font-size: 18px;
  }
  .p-people-page--single .intro p {
    font-size: 14px;
  }
  .p-people-page--single .story-label {
    font-size: 16px;
    margin-top: 40px;
  }
  .p-people-page--bottom h5 {
    font-size: 36px;
  }
}
.p-application-page .c-title {
  margin-bottom: 40px;
  color: #005cb9;
}
.p-application-page .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.p-application-page .buttons a {
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
}
.p-application-page .buttons .c-button {
  background-color: #e6e6e6;
  color: #000000;
}
.p-application-page .category-section {
  margin-bottom: 8vw;
}

@media screen and (max-width: 767px) {
  .p-application-page .c-title {
    margin-bottom: 30px;
  }
  .p-application-page .buttons {
    gap: 20px;
  }
  .p-application-page .buttons a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-application-page--single {
  padding-top: 8vw;
}
.p-application-page--single .c-label {
  background-color: #00afb9;
  color: #fff;
  font-size: 15px;
}
.p-application-page--single h1 {
  font-size: 28px;
  line-height: 1.8;
  color: #005cb9;
  border-bottom: 1px solid;
}
.p-application-page--single .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #005cb9;
}
.p-application-page--single h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 16px;
  background-color: #005cb9;
  color: #fff;
  display: inline-block;
  padding: 0.6em 1.2em;
  line-height: 1.8;
}
.p-application-page--single .label {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
}
.p-application-page--single .content {
  -ms-flex-preferred-size: calc(100% - 220px - 40px);
      flex-basis: calc(100% - 220px - 40px);
}
.p-application-page--single .p-single__content {
  margin-bottom: 60px;
}
.p-application-page--single .p-single__content h2 {
  margin-top: 0;
}
.p-application-page--single .p-single__content h2::before {
  display: none;
}
.p-application-page--single .p-single__content h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-left: 0;
  font-size: 16px;
}
.p-application-page--single .p-single__content h3::before {
  display: none;
}
.p-application-page--single .buttons {
  text-align: center;
  margin-bottom: 8vw;
}
.p-application-page--single .buttons .c-button {
  width: 400px;
  max-width: 100%;
  text-align: left;
  padding-left: 30px;
}
.p-application-page--single .buttons .c-button--secondary {
  background-color: #e6e6e6;
  color: #000000;
}
.p-application-page--single .buttons .entry-button {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p-application-page--single {
    padding-top: 84px;
  }
  .p-application-page--single h1 {
    font-size: 24px;
    line-height: 1.8;
  }
  .p-application-page--single h2 {
    margin-bottom: 0;
  }
  .p-application-page--single .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p-application-page--single .label,
  .p-application-page--single .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-application-page--single .buttons .c-button {
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
  }
  .p-application-page--single .buttons .entry-button {
    font-size: 20px;
  }
}
.p-contact-page {
  margin-bottom: 6vw;
}
.p-contact-page .title {
  font-size: 20px;
  margin-bottom: 40px;
  color: #005cb9;
  text-align: center;
}
.p-contact-page .p-front-page__bottom {
  position: relative;
  background: none;
  padding: 3.5vw 0;
}
.p-contact-page .p-front-page__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/front-page/dot.svg");
  background-size: 42.5631px;
  background-position-y: -3px;
  opacity: 0.5;
  z-index: -1;
}

.p-contact-page__form {
  padding: 4vw 0;
}

@media screen and (max-width: 767px) {
  .p-contact-page {
    margin-bottom: 80px;
  }
  .p-contact-page .p-front-page__bottom {
    padding: 30px 0;
  }
}
.p-faq-page:after {
  display: none;
}
.p-faq-page .buttons {
  margin-bottom: 80px;
}
.p-faq-page h4 {
  margin-top: 3em;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 900;
  color: #005cb9;
}
.p-faq-page .item {
  padding: 20px 20px;
  background-color: #e6e6e6;
  margin-bottom: 20px;
}
.p-faq-page .question {
  position: relative;
  font-size: 18px;
  color: #005cb9;
  padding-left: 50px;
  cursor: pointer;
  line-height: 1.8;
  padding-right: 2em;
}
.p-faq-page .question:before {
  content: "Q";
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  left: 0px;
  line-height: 1;
}
.p-faq-page .question:after {
  content: "＋";
  position: absolute;
  font-size: 28px;
  font-weight: 500;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  right: 0;
  top: 2px;
  line-height: 1;
}
.p-faq-page .question.is-open:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-faq-page .answer {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  margin-top: 1em;
  line-height: 1.8;
  padding-left: 65px;
  display: none;
}
.p-faq-page .answer:before {
  content: "A";
  color: #005cb9;
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  left: 3px;
  line-height: 1.4;
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: " ";
    display: table;
  }
  .u-cf--sp:after {
    clear: both;
  }
  .u-cf--sp {
    *zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin-inline: auto;
}

.u-mxAuto {
  margin-inline: auto;
}

.u-marginLeft {
  margin-left: auto;
}

.u-margin1rem {
  margin: 1rem;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt5 {
  margin-top: 0.5rem;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt45 {
  margin-top: 4.5rem;
}

.u-mt55 {
  margin-top: 5.5rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mt2rem {
  margin-top: 2rem;
}

.u-mt3rem {
  margin-top: 3rem;
}

.u-mt4rem {
  margin-top: 4rem;
}

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

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-mb120 {
  margin-bottom: 12rem !important;
}

.u-my1rem {
  margin-block: 1rem;
}

.u-my2rem {
  margin-block: 2rem;
}

.u-mr20 {
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mt50--sp {
    margin-top: 5rem !important;
  }
  .u-mb40--sp {
    margin-bottom: 4rem !important;
  }
}
.u-pt45 {
  padding-top: 4.5rem;
}

.u-pt63 {
  padding-top: 6.3rem;
}

.u-pb45 {
  padding-bottom: 4.5rem;
}

.u-pb63 {
  padding-bottom: 6.3rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-pb120 {
  padding-bottom: 12rem;
}

.u-py45 {
  padding-block: 4.5rem;
}

.u-py63 {
  padding-block: 6.3rem;
}

.u-py0 {
  padding-block: 0;
}

.u-pt0 {
  padding-top: 0;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .u-pt22--sp {
    padding-top: 2.25rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt40--sp {
    padding-top: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt120--sp {
    padding-top: 12rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb40--sp {
    padding-bottom: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb60--sp {
    padding-bottom: 6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py40--sp {
    padding-block: 4rem !important;
  }
}

.u-py8rem {
  padding-block: 8rem;
}

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

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

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

@media screen and (max-width: 767px) {
  .u-textRight--sp {
    text-align: right;
  }
  .u-textCenter--sp {
    text-align: center;
  }
  .u-textLeft--sp {
    text-align: left;
  }
}
.u-ofi {
  overflow: hidden;
}
.u-ofi img,
.u-ofi video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

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

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-db {
  display: block;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

.u-hide-front {
  display: none;
}

.u-inline-block {
  display: inline block;
  text-align: left;
}

.admin .u-hide-front {
  display: block;
}
.admin .u-hide-admin {
  display: none;
}

.u-spShow--flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-spShow {
    display: block !important;
  }
  .u-spHide,
  .u-spHide--inline,
  .u-spHide--flex {
    display: none !important;
  }
  .u-spShow--inline {
    display: inline !important;
  }
  .u-spDb {
    display: block;
  }
  .u-spShow--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.u-font10 {
  font-size: 10px;
}

.u-font11 {
  font-size: 11px;
}

.u-font12 {
  font-size: 12px;
}

.u-font13 {
  font-size: 13px;
}

.u-font14 {
  font-size: 1.4rem;
}

.u-font15 {
  font-size: 15px;
}

.u-font16 {
  font-size: 16px;
}

.u-font17 {
  font-size: 17px;
}

.u-font18 {
  font-size: 1.8rem;
}

.u-font20 {
  font-size: 20px;
}

.u-font22 {
  font-size: 22px;
}

.u-font23 {
  font-size: 23px;
}

.u-font24 {
  font-size: 24px;
}

.u-font25 {
  font-size: 25px;
}

.u-font26 {
  font-size: 26px;
}

.u-font27 {
  font-size: 27px;
}

.u-font28 {
  font-size: 28px;
}

.u-font30 {
  font-size: 30px;
}

.u-font34 {
  font-size: 3.4rem !important;
}

.u-font35 {
  font-size: 35px;
}

.u-font38 {
  font-size: 38px;
}

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

.u-fontNormal {
  font-weight: 400;
}

.u-fontMedium {
  font-weight: 500;
}

.u-fontBlack {
  font-weight: 900;
}

.u-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-font26--sp {
    font-size: 2.6rem !important;
  }
  .u-font20--sp {
    font-size: 2rem !important;
  }
  .u-font18--sp {
    font-size: 1.8rem !important;
  }
  .u-font16--sp {
    font-size: 1.6rem !important;
  }
  .u-font15--sp {
    font-size: 1.5rem !important;
  }
  .u-font14--sp {
    font-size: 1.4rem !important;
  }
  .u-font12--sp {
    font-size: 1.2rem !important;
  }
}
.u-font--weight100 {
  font-weight: 100;
}

.u-font--weight200 {
  font-weight: 200;
}

.u-font--weight300 {
  font-weight: 300;
}

.u-font--weight400 {
  font-weight: 400;
}

.u-font--weight500 {
  font-weight: 500;
}

.u-font--weight600 {
  font-weight: 600;
}

.u-font--weight700 {
  font-weight: 700;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-boxShadow {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}

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

.u-textUnderLine--gray {
  -webkit-text-decoration: underline #808080;
          text-decoration: underline #808080;
}

.u-textMarker--beige {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5e8c6));
  background: linear-gradient(transparent 60%, #f5e8c6 60%);
}

.u-textMarker--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(245, 183, 179, 0.3)));
  background: linear-gradient(transparent 60%, rgba(245, 183, 179, 0.3) 60%);
}

.u-relative {
  position: relative;
}

.u-bg__light-green {
  position: relative;
  background: #b4dc71;
  margin-block: 13.6rem;
}
.u-bg__light-green::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 13.6rem;
  background: url("images/wave_top.svg") no-repeat center top;
  background-size: cover;
  z-index: 0;
}
.u-bg__light-green::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 13.6rem;
  background: url("images/wave_bottom.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}

.u-bg__transparent {
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .u-bg__transparent--sp {
    background-color: transparent !important;
  }
}
.u-color --black {
  color: black;
}
.u-color--light {
  color: #808080;
}

.u-line20 {
  line-height: 2;
}

.u-line26 {
  line-height: 2.6;
}

.u-line30 {
  line-height: 3;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex--col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col2 > * {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}

.u-flex--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col3 > * {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-right: 3.5%;
  margin-left: 0;
}
.u-flex--col3 > *:nth-child(3n) {
  margin-right: 0;
}

.u-flex--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col4 > * {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-right: 2%;
}
.u-flex--col4 > *:nth-child(4n) {
  margin-right: 0;
}

.u-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--baseline {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.u-flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.u-flex--justify---start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.u-flex--justify---end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.u-flex--justify---center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex--justify---left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.u-flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--CenterLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
}
.u-flex--CenterLine .u-centerLine {
  position: relative;
  margin-right: 70px;
}
.u-flex--CenterLine .u-centerLine p {
  margin: 0;
}
.u-flex--CenterLine .u-centerLine::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
  height: 20px;
  width: 1px;
  background-color: #808080;
}

@media screen and (max-width: 767px) {
  .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .u-flex--col3 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
  .u-flex--col2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .u-flex--col4 > * {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .u-flex--col4 > *:nth-child(4n) {
    margin-right: auto;
  }
  .u-flex--CenterLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-flex--CenterLine .u-centerLine {
    position: relative;
    margin-right: 35px;
  }
  .u-flex--CenterLine .u-centerLine p {
    margin: 0;
  }
  .u-flex--CenterLine .u-centerLine::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -17.5px;
    height: 20px;
    width: 1px;
    background-color: #808080;
  }
}
.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls12 {
  letter-spacing: 0.12em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls50 {
  letter-spacing: 0.5em;
}

.u-border {
  border: 1px solid #e5e5e5;
}

.u-gap1rem {
  gap: 1rem;
}

.u-gap2rem {
  gap: 2rem;
}

.u-gap4rem {
  gap: 4rem;
}

.u-gap0-5 {
  gap: 0 5px;
}

.u-gap5 {
  gap: 5px;
}

.u-gap5vw {
  gap: 5vw;
}

.u-gap26 {
  gap: 26px;
}

.u-gap30 {
  gap: 30px;
}

.u-gap45 {
  gap: 45px;
}

.u-gap65 {
  gap: 65.5px;
}

.u-gap10rem {
  gap: 10rem;
}

.u-width-34 {
  max-width: 34px;
}

.u-width-80 {
  max-width: 80px;
}

.u-width-115 {
  max-width: 115px;
}

.u-width-135 {
  max-width: 135px;
}

.u-width-253 {
  max-width: 253px;
}

.u-width-916 {
  max-width: 916px;
}

.u-width-994 {
  max-width: 994px;
}

.u-width100par {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-height-min50--sp {
    min-height: 50vh;
  }
}
.u-aspect1-1 {
  aspect-ratio: 1/1 !important;
}
.u-aspect1-1 img {
  aspect-ratio: 1/1 !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-lineClamp1 {
  -webkit-line-clamp: 1 !important;
}

.u-lineClamp2 {
  -webkit-line-clamp: 2 !important;
}

.u-lineClamp10 {
  -webkit-line-clamp: 10 !important;
}

.u-lineClamp100 {
  -webkit-line-clamp: 100 !important;
}