@charset "UTF-8";
/* リセット */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 500;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 376px;
  height: 66px;
  margin: 10px auto;
  position: relative;
  border: none;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 14px;
  background: url("/assets/images/common/button-arrow.svg") center center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn a:hover {
  text-decoration: none;
}
.btn a:hover::after {
  right: 15px;
}
.btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 376px;
  height: 66px;
  margin: 10px auto;
  position: relative;
  border: none;
}
.btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 14px;
  background: url("/assets/images/common/button-arrow.svg") center center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn button:hover {
  text-decoration: none;
}
.btn button:hover::after {
  right: 15px;
}
.btn-long a {
  max-width: 700px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .btn-long a {
    font-size: 1.4rem;
    width: 100%;
  }
}
.btn.sp-text-al-left a {
  text-align: left;
  justify-content: flex-start;
  padding-left: 20px;
}
.btn-blue a {
  background-color: #C9E1F3;
}
.btn-blue a:hover {
  background-color: rgb(159.2727272727, 201.8181818182, 233.7272727273);
}
.btn-yellow a {
  background-color: #FAE7A8;
}
.btn-yellow a:hover {
  background-color: rgb(247.2282608696, 217.6956521739, 119.7717391304);
}
.btn-pink a, .btn-pink button {
  background-color: #FED9D6;
}
.btn-pink a:hover, .btn-pink button:hover {
  background-color: rgb(252.7857142857, 170.8571428571, 164.2142857143);
}
.btn-green a {
  background-color: #9FD6A9;
}
.btn-green a:hover {
  background-color: rgb(123.2627737226, 198.7372262774, 136.9854014599);
}

.news .btn a {
  background-color: #9FD6A9;
}
.news .btn a:hover {
  background-color: rgb(123.2627737226, 198.7372262774, 136.9854014599);
}

.aid .btn-long a {
  margin-top: 30px;
}

.ac-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 376px;
  height: 66px;
  margin: 10px auto;
  position: relative;
  background-color: #9FD6A9;
  border: none;
}
.ac-btn button:hover {
  background-color: rgb(123.2627737226, 198.7372262774, 136.9854014599);
}
.ac-btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 14px;
  background: url("/assets/images/common/button-arrow.svg") center center no-repeat;
  background-size: cover;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease;
}
.ac-btn button:hover {
  text-decoration: none;
}
.ac-btn button.is-open::after {
  transform: translateY(-50%) rotate(-90deg);
}

.login-input-wrap .btn {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 20px;
}
.login-input-wrap .btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
  width: 100%;
  height: 66px;
  margin: 10px auto;
  position: relative;
  border: none;
  background: #9FD6A9;
}
.login-input-wrap .btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 14px;
  background: url("/assets/images/common/button-arrow.svg") center center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.login-input-wrap .btn button:hover {
  text-decoration: none;
  background-color: rgb(123.2627737226, 198.7372262774, 136.9854014599);
}
.login-input-wrap .btn button:hover::after {
  right: 15px;
}

table th.a {
  background: #EA9A93 !important;
  color: #fff;
}
table th.b {
  background: #8BADD7 !important;
  color: #fff;
}
table th.c {
  background: #EDC28D !important;
  color: #fff;
}

table.type-a {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-radius: 4px;
  border-collapse: separate;
  overflow: hidden;
}
table.type-a th, table.type-a td {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  table.type-a th, table.type-a td {
    font-size: 1.2rem;
    padding: 5px;
  }
}
table.type-a tr:first-child th:first-child, table.type-a tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
table.type-a tr:first-child th:last-child, table.type-a tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
table.type-a tr:last-child th:first-child, table.type-a tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
table.type-a tr:last-child th:last-child, table.type-a tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
table.type-a th {
  font-weight: 700;
  background: #EDEDED;
}
table.type-a td {
  background: #fff;
}
table.type-a .anniversary {
  color: #E15151;
}

table.type-b {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-radius: 4px;
  border-collapse: separate;
  overflow: hidden;
}
table.type-b tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
table.type-b tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
table.type-b tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
table.type-b tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
table.type-b th, table.type-b td {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  table.type-b th, table.type-b td {
    font-size: 1.2rem;
    padding: 5px;
  }
}
table.type-b th {
  font-weight: 700;
  background: #EDEDED;
}
table.type-b td {
  background: #fff;
  vertical-align: top;
}

.custom-table {
  display: flex;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  overflow: hidden;
  font-family: sans-serif;
  font-size: 14px;
}

.table-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.table-header {
  background-color: #f0f0f0;
  padding: 12px 8px;
  text-align: center;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #D9D9D9;
}

.table-content {
  padding: 10px 12px;
  min-height: 36px;
  background-color: #fff;
}

/* PC版の境界線（右側） */
.table-item:not(:last-child) {
  border-right: 1px solid #D9D9D9;
}

/* --- スマホ版のスタイル (768px以下) --- */
@media (max-width: 768px) {
  .custom-table {
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .table-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
    /* 下側に境界線を変更 */
  }
  .table-header {
    padding: 10px 12px;
  }
}
.js-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.js-scrollable table.type-a {
  width: 100%;
  min-width: 500px;
}
.js-scrollable table.type-b {
  width: 100%;
  min-width: 500px;
}

.scroll-hint-icon-wrap {
  transform: scale(0.6) !important;
  transform-origin: center center;
}

.scroll-hint-text {
  display: none !important;
}

.scroll-hint-icon {
  width: 100px;
  border-radius: 10px;
  top: calc(50% - 35px);
}

.scroll-hint-shadow-wrap::before {
  height: calc(100% - 3px);
}

.scroll-hint-shadow-wrap::after {
  height: calc(100% - 3px);
}

@media print, screen and (min-width: 768px) {
  header {
    width: 100%;
    position: absolute;
    z-index: 1000;
  }
  header button {
    background: none;
    border: none;
    cursor: pointer;
  }
  header.is-open .header__menu--button .icon-menu {
    display: none;
  }
  header.is-open .header__menu--button .icon-close {
    display: block;
  }
  header.is-open .header__block {
    align-items: flex-start;
  }
  header.is-open .header__logo-block {
    width: min(16.9166666667vw, 20.3rem);
    padding-top: 10px;
  }
  header.is-open .header__logo-block::before {
    content: "";
    width: 100vw;
    height: min(5vw, 6rem);
    background: #F1F1F1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  header.is-open .header__search-block input {
    border-color: transparent;
  }
  header.is-open .header__account-block {
    background: #ffffff;
  }
  header.is-open .header__mobile-nav {
    opacity: 1;
    visibility: visible;
    background: #F1F1F1;
  }
  header .header__block {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header__logo-block {
    width: min(22.3333333333vw, 26.8rem);
    position: relative;
    z-index: 1100;
  }
  header .header__logo-block img {
    width: 100%;
  }
  header .header__nav-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 71.25%;
  }
  header .header__top-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0 0;
  }
  header .header__search-block {
    position: relative;
    margin-right: 18px;
    width: 100%;
    max-width: 440px;
    z-index: 1100;
  }
  header .header__search-block input {
    width: 100%;
    padding: 9px 1em;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  header .header__search-block button {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    padding: 0;
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(37%) hue-rotate(235deg) brightness(92%) contrast(94%);
    transition: filter 0.3s ease;
  }
  header .header__search-block button img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .header__search-block button:hover {
    filter: brightness(0) saturate(100%) invert(79%) sepia(15%) saturate(0%) hue-rotate(151deg) brightness(92%) contrast(84%);
  }
  header .header__account-block {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    background: #F6F4F2;
    border-radius: 5px;
    padding: 10px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1100;
    white-space: nowrap;
  }
  header .header__account--number {
    font-size: 1.2rem;
    margin-right: 14px;
  }
  header .header__account--tag {
    font-size: 1.2rem;
    background-color: #ECECEC;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 14px;
    color: #fff;
    line-height: 16px;
  }
  header .header__account--tag.member-a {
    background-color: #EA9A93;
  }
  header .header__account--tag.member-b {
    background-color: #8BADD7;
  }
  header .header__account--tag.member-c {
    background-color: #EDC28D;
  }
  header .header__account--link {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    text-decoration: none;
    background-image: linear-gradient(90deg, #333, #333);
    background-position: left 16px bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s ease;
  }
  header .header__account--link:hover {
    background-size: calc(100% - 16px) 1px;
    text-decoration: none;
  }
  header .header__account--link-icon {
    margin-right: 2px;
  }
  header .header__account--link-icon img {
    width: 16px;
    height: 16px;
  }
  header .header__btn--account {
    display: none;
  }
  header .header__menu--button {
    padding: 0;
    width: 34px;
    margin-left: 10px;
    position: relative;
    z-index: 1100;
    display: flex;
    align-items: center;
  }
  header .header__menu--button .icon-close {
    display: none;
  }
  header .header__bottom-block {
    display: flex;
    justify-content: flex-end;
  }
  header .header__nav-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  header .header__nav-list .header__nav-item--icon {
    display: flex;
    margin: 0 auto 4px;
    transition: all 0.3s ease;
  }
  header .header__nav-list .header__nav-item--icon svg,
  header .header__nav-list .header__nav-item--icon img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    filter: invert(16%) sepia(16%) saturate(2%) hue-rotate(320deg) brightness(104%) contrast(92%);
  }
  header .header__nav-list .header__nav-item.item-news .header__nav-item--icon {
    width: min(2.8333333333vw, 3.4rem);
  }
  header .header__nav-list .header__nav-item.item-benefits .header__nav-item--icon {
    width: min(2.5vw, 3rem);
  }
  header .header__nav-list .header__nav-item.item-life .header__nav-item--icon {
    width: min(3.3333333333vw, 4rem);
  }
  header .header__nav-list .header__nav-item.item-learn .header__nav-item--icon {
    width: min(2.5vw, 3rem);
    margin: 2px auto 6px;
  }
  header .header__nav-list .header__nav-item.item-aid .header__nav-item--icon {
    width: min(2.8333333333vw, 3.4rem);
  }
  header .header__nav-list .header__nav-item.item-history .header__nav-item--icon {
    width: min(2.8333333333vw, 3.4rem);
  }
  header .header__nav-list .header__nav-item.item-about .header__nav-item--icon {
    width: min(2.8333333333vw, 3.4rem);
  }
  header .header__nav-list .header__nav-item.item-faq .header__nav-item--icon {
    width: min(3.0833333333vw, 3.7rem);
  }
  header .header__nav-list .header__nav-item.item-human .header__nav-item--icon {
    width: min(2.8333333333vw, 3.4rem);
  }
  header .header__nav-list .header__nav-item--text {
    display: block;
    font-size: min(1.1666666667vw, 1.4rem);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 0 0.5rem;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  header .header__nav-list .header__nav-item a {
    display: block;
    text-align: center;
  }
  header .header__nav-list .header__nav-item a:hover {
    color: #333;
    text-decoration: none;
  }
  header .header__nav-list .header__nav-item > a {
    padding-left: min(0.6666666667vw, 0.8rem);
    padding-right: min(0.6666666667vw, 0.8rem);
  }
  header .header__nav-list .header__nav-item button {
    padding: 0 min(0.6666666667vw, 0.8rem) min(1vw, 1.2rem);
  }
  header .header__nav-list .header__nav-item.is-hovered .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  header .header__mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    overflow: auto;
    background: rgba(255, 255, 255, 0.98);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    padding: 90px 0 50px;
    overflow-y: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  header .item-news .mega-menu,
  header .item-news .mobile-nav__child-list {
    background-color: #9FD6A9;
  }
  header .item-news:hover .header__nav-item--icon img, header .item-news.is-active .header__nav-item--icon img {
    filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
  }
  header .item-news:hover .header__nav-item--text, header .item-news.is-active .header__nav-item--text {
    color: #5E9D6A;
  }
  header .item-benefits .mega-menu,
  header .item-benefits .mobile-nav__child-list {
    background-color: #FED9D6;
  }
  header .item-benefits:hover .header__nav-item--icon img, header .item-benefits.is-active .header__nav-item--icon img {
    filter: invert(70%) sepia(8%) saturate(2109%) hue-rotate(314deg) brightness(90%) contrast(97%);
  }
  header .item-benefits:hover .header__nav-item--text, header .item-benefits.is-active .header__nav-item--text {
    color: #E28D8D;
  }
  header .item-life .mega-menu,
  header .item-life .mobile-nav__child-list {
    background-color: #FED9D6;
  }
  header .item-life:hover .header__nav-item--icon img, header .item-life.is-active .header__nav-item--icon img {
    filter: invert(70%) sepia(8%) saturate(2109%) hue-rotate(314deg) brightness(90%) contrast(97%);
  }
  header .item-life:hover .header__nav-item--text, header .item-life.is-active .header__nav-item--text {
    color: #E28D8D;
  }
  header .item-learn .mega-menu,
  header .item-learn .mobile-nav__child-list {
    background-color: #FAE7A8;
  }
  header .item-learn:hover .header__nav-item--icon img, header .item-learn.is-active .header__nav-item--icon img {
    filter: invert(92%) sepia(15%) saturate(1534%) hue-rotate(340deg) brightness(88%) contrast(88%);
  }
  header .item-learn:hover .header__nav-item--text, header .item-learn.is-active .header__nav-item--text {
    color: #D5BB65;
  }
  header .item-aid .mega-menu,
  header .item-aid .mobile-nav__child-list {
    background-color: #C9E1F3;
  }
  header .item-aid:hover .header__nav-item--icon img, header .item-aid.is-active .header__nav-item--icon img {
    filter: invert(76%) sepia(36%) saturate(615%) hue-rotate(178deg) brightness(89%) contrast(89%);
  }
  header .item-aid:hover .header__nav-item--text, header .item-aid.is-active .header__nav-item--text {
    color: #88B6D9;
  }
  header .item-history .mega-menu,
  header .item-history .mobile-nav__child-list {
    background-color: #C9E1F3;
  }
  header .item-history:hover .header__nav-item--icon img, header .item-history.is-active .header__nav-item--icon img {
    filter: invert(76%) sepia(36%) saturate(615%) hue-rotate(178deg) brightness(89%) contrast(89%);
  }
  header .item-history:hover .header__nav-item--text, header .item-history.is-active .header__nav-item--text {
    color: #88B6D9;
  }
  header .item-about .mega-menu,
  header .item-about .mobile-nav__child-list {
    background-color: #9FD6A9;
  }
  header .item-about:hover .header__nav-item--icon img, header .item-about.is-active .header__nav-item--icon img {
    filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
  }
  header .item-about:hover .header__nav-item--text, header .item-about.is-active .header__nav-item--text {
    color: #5E9D6A;
  }
  header .item-faq .mega-menu,
  header .item-faq .mobile-nav__child-list {
    background-color: #9FD6A9;
  }
  header .item-faq:hover .header__nav-item--icon img, header .item-faq.is-active .header__nav-item--icon img {
    filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
  }
  header .item-faq:hover .header__nav-item--text, header .item-faq.is-active .header__nav-item--text {
    color: #5E9D6A;
  }
  header .item-human .mega-menu,
  header .item-human .mobile-nav__child-list {
    background-color: #9FD6A9;
  }
  header .item-human:hover .header__nav-item--icon img, header .item-human.is-active .header__nav-item--icon img {
    filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
  }
  header .item-human:hover .header__nav-item--text, header .item-human.is-active .header__nav-item--text {
    color: #5E9D6A;
  }
  header .mega-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 10px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  header .mega-menu__link-block {
    width: 100%;
    max-width: min(19.3333333333vw, 23.2rem);
  }
  header .mega-menu__link-block.col-2 {
    max-width: min(38.6666666667vw, 46.4rem);
  }
  header .mega-menu__link-wrap {
    display: flex;
    justify-content: space-between;
  }
  header .mega-menu__link-title a {
    font-size: min(1.5vw, 1.8rem);
    font-weight: 700;
    line-height: 1.4;
    text-align: left !important;
    position: relative;
    padding: min(0.8333333333vw, 1rem) min(2.5vw, 3rem) min(0.8333333333vw, 1rem) 0;
    border-bottom: 1px solid #333;
    transition: all 0.3s ease;
  }
  header .mega-menu__link-title a::after {
    content: "";
    position: absolute;
    width: min(0.5833333333vw, 0.7rem);
    height: min(1vw, 1.2rem);
    background: url(../../assets/images/common/megamenu-arrow.svg) no-repeat center center;
    background-size: cover;
    right: min(0.8333333333vw, 1rem);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  header .mega-menu__link-title a:hover::after {
    right: min(0.4166666667vw, 0.5rem);
  }
  header .mega-menu__link-text {
    font-size: min(1.1666666667vw, 1.4rem);
    line-height: 1.4;
    padding-top: min(0.8333333333vw, 1rem);
    padding-bottom: min(1.25vw, 1.5rem);
  }
  header .mega-menu__inner-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: min(3.3333333333vw, 4rem);
    padding: min(0.8333333333vw, 1rem) 0;
  }
  header .mega-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: min(0.8333333333vw, 1rem) 0;
    width: 100%;
    max-width: min(19.3333333333vw, 23.2rem);
  }
  header .mega-menu__list li {
    padding-left: min(0.6666666667vw, 0.8rem);
    padding-right: 0;
    text-align: left;
  }
  header .mega-menu__list li a {
    display: inline-block;
    font-size: min(1.1666666667vw, 1.4rem);
    font-weight: 700;
    color: #333;
    text-align: left !important;
    position: relative;
    background-image: linear-gradient(90deg, #333, #333);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s ease;
  }
  header .mega-menu__list li a::before {
    content: "";
    position: absolute;
    width: min(0.3333333333vw, 0.4rem);
    height: 2px;
    background: #333;
    left: min(-0.5vw, -0.6rem);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  header .mega-menu__list li a:hover {
    background-size: 100% 1px;
    color: #333;
    text-decoration: none;
  }
  header .mega-menu__list li + li {
    margin-top: min(0.4166666667vw, 0.5rem);
  }
  .mobile-nav {
    display: flex;
    justify-content: center;
    gap: min(5.5833333333vw, 6.7rem);
    width: 96%;
    margin: 0 auto;
  }
  .mobile-nav__title {
    font-size: min(1.6666666667vw, 2rem);
    font-weight: 700;
    text-align: left;
    padding-bottom: min(1.6666666667vw, 2rem);
  }
  .mobile-nav__block {
    width: 33.8983050847%;
    max-width: min(33.3333333333vw, 40rem);
  }
  .mobile-nav__block:first-child {
    width: 20.7627118644%;
    max-width: min(20.4166666667vw, 24.5rem);
  }
  .mobile-nav__list {
    width: 100%;
    margin: 0 auto;
  }
  .mobile-nav__item .header__nav-item--icon {
    width: min(2.8333333333vw, 3.4rem);
  }
  .mobile-nav__item.item-benefits .header__nav-item--icon {
    width: min(2.8333333333vw, 3.4rem);
    padding: 0 2px;
  }
  .mobile-nav__item.item-lern .header__nav-item--icon {
    width: min(2.8333333333vw, 3.4rem);
    padding: 0 2px;
  }
  /* 第1階層リンク・ボタン */
  .mobile-nav__link,
  .mobile-nav__accordion-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: min(1.1666666667vw, 1.4rem);
    font-weight: 700;
    transition: color 0.2s;
    width: 100%;
    position: relative;
  }
  .mobile-nav__link:hover,
  .mobile-nav__accordion-btn:hover {
    text-decoration: none;
  }
  .mobile-nav__link .header__nav-item--icon,
  .mobile-nav__accordion-btn .header__nav-item--icon {
    width: min(2.8333333333vw, 3.4rem);
  }
  .mobile-nav__link .header__nav-item--icon img,
  .mobile-nav__accordion-btn .header__nav-item--icon img {
    width: 100%;
    height: auto;
  }
  .mobile-nav__accordion-btn::before {
    content: "";
    position: absolute;
    width: min(1.4166666667vw, 1.7rem);
    height: min(1.4166666667vw, 1.7rem);
    right: 0;
    top: min(1.4166666667vw, 1.7rem);
    transform: rotate(0deg);
    background: url(/assets/images/common/icon-menu-plus.svg) no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease;
  }
  .is-active > .mobile-nav__accordion-btn::before {
    transform: rotate(-135deg);
  }
  /* 第2階層（子リスト） */
  .mobile-nav__child-list {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .is-active > .mobile-nav__child-list {
    max-height: 1000px; /* 十分な高さ */
  }
  .mobile-nav__child-item {
    padding: 4px 0 4px 18px;
  }
  .mobile-nav__child-item:first-child {
    padding-top: 10px;
  }
  .mobile-nav__child-item:last-child {
    padding-bottom: 10px;
  }
  .mobile-nav__child-item.mt20 {
    margin-top: 20px;
  }
  .mobile-nav__child-item a {
    display: inline-block;
    padding: 4px 0;
    font-size: min(1.1666666667vw, 1.4rem);
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    background-image: linear-gradient(90deg, #333, #333);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s ease;
  }
  .mobile-nav__child-item a:hover {
    text-decoration: none;
    background-size: 100% 1px;
  }
  .mobile-nav__child-item a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 2px;
    background: #333;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-nav__child-item.head-item {
    padding: 4px 10px;
  }
  .mobile-nav__child-item.head-item a {
    display: block;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #333;
  }
  .mobile-nav__child-item.head-item a:hover {
    text-decoration: none;
    background-size: 0% 1px;
  }
  .mobile-nav__child-item.head-item a:hover::after {
    right: 5px;
  }
  .mobile-nav__child-item.head-item a::before {
    content: none;
  }
  .mobile-nav__child-item.head-item a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    background: url(/assets/images/common/megamenu-arrow.svg) no-repeat center center;
    background-size: cover;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
  }
  .mobile-nav__news-list li + li {
    margin-top: 23px;
  }
  .mobile-nav__news-item {
    width: 100%;
  }
  .mobile-nav__news-item a {
    display: block;
    line-height: 1.4;
  }
  .mobile-nav__news-item a .mobile-nav__news-title {
    display: inline;
    font-size: min(1.1666666667vw, 1.4rem);
    line-height: 1.4;
    text-decoration: underline;
  }
  .mobile-nav__news-item a .mobile-nav__news-title:hover {
    text-decoration: none;
  }
  .mobile-nav__news-item a:hover {
    text-decoration: none;
  }
  .mobile-nav__news-item a .mobile-nav__news-date {
    text-decoration: none !important;
  }
  .mobile-nav__news-panel {
    display: flex;
    height: min(10.8333333333vw, 13rem);
  }
  .mobile-nav__news-img {
    width: 50%;
    height: auto;
    display: none;
  }
  .mobile-nav__news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: min(0.4166666667vw, 0.5rem) 0 0 min(0.4166666667vw, 0.5rem);
  }
  .mobile-nav__news-text {
    width: 100%;
    padding: min(1.6666666667vw, 2rem);
    background: #fff;
    border-radius: min(0.4166666667vw, 0.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-nav__news-sub {
    display: flex;
    align-items: center;
    gap: min(0.4166666667vw, 0.5rem);
  }
  .mobile-nav__news-sub .mobile-nav__news-date {
    font-size: min(1vw, 1.2rem);
    color: #333;
  }
  .mobile-nav__news-sub .mobile-nav__news-cat {
    font-size: min(0.8333333333vw, 1rem);
    font-weight: 700;
    color: #333;
    background-color: #E6CBB0;
    padding: min(0.1666666667vw, 0.2rem) min(0.8333333333vw, 1rem);
    border-radius: min(0.4166666667vw, 0.5rem);
  }
  .mobile-nav__video-list {
    display: flex;
    flex-wrap: wrap;
    gap: min(2vw, 2.4rem) min(1.6666666667vw, 2rem);
  }
  .mobile-nav__video-item {
    width: calc(50% - min(0.8333333333vw, 1rem));
  }
  .mobile-nav__video-item a {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .mobile-nav__video-item a:hover {
    opacity: 0.8;
  }
  .mobile-nav__video-img {
    width: 100%;
    height: auto;
  }
  .mobile-nav__video-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile-nav__btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: min(1.6666666667vw, 2rem) 0 0 auto;
  }
  .mobile-nav__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: min(0.6666666667vw, 0.8rem);
    font-size: min(1.3333333333vw, 1.6rem);
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #9FD6A9;
    transition: background-color 0.3s ease;
    padding: min(0.5vw, 0.6rem) min(2.5vw, 3rem);
  }
  .mobile-nav__btn a span {
    position: relative;
    display: inline-block;
    padding-right: min(1.6666666667vw, 2rem);
  }
  .mobile-nav__btn a span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: min(0.5vw, 0.6rem);
    height: min(0.8333333333vw, 1rem);
    background: url("/assets/images/common/button-arrow.svg") center center no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .mobile-nav__btn a:hover {
    background-color: rgb(123.2627737226, 198.7372262774, 136.9854014599);
    text-decoration: none;
  }
  .mobile-nav__btn a:hover span::after {
    right: -5px;
  }
  .nav-top {
    position: absolute;
    top: 0;
    left: 0;
    animation: slideDown 0.1s ease-out forwards;
    transform: translateY(0%);
  }
  .nav-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    animation: slideUp 0.1s ease-out forwards;
    z-index: 900;
  }
  .nav-bottom .header__top-block {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(min(50vw, 60rem));
    z-index: 1100;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (min-width: 768px) {
  .nav-bottom .header__top-block {
    right: 2.5%;
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 768px) {
  .nav-bottom .header__top-block .header__search-block {
    display: none;
  }
  .nav-bottom .header__top-block .header__account-block {
    display: none;
  }
  .nav-bottom .header__bottom-block {
    padding-right: min(4.1666666667vw, 5rem);
  }
  .nav-bottom .header__nav-list {
    margin-top: 0;
  }
  .nav-bottom .header__nav-list .header__nav-item > a,
  .nav-bottom .header__nav-list .header__nav-item > button {
    padding: 10px min(0.6666666667vw, 0.8rem);
  }
  .nav-bottom .mega-menu {
    bottom: 100%;
    top: auto;
    box-shadow: none;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  }
  .nav-bottom .header__mobile-nav {
    top: auto;
    bottom: 0;
    padding: 50px 0 90px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  }
  .nav-bottom.is-open .header__block {
    align-items: flex-end;
  }
  .nav-bottom.is-open .header__logo-block {
    padding-bottom: 20px;
  }
  .nav-bottom.is-open .header__logo-block::before {
    height: 80px;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .nav-bottom.is-open .header__search-block {
    display: block;
    width: min(25vw, 30rem);
  }
  .nav-bottom.is-open .header__search-block input {
    width: 100%;
  }
  .nav-bottom.is-open .header__account-block {
    display: flex;
  }
  @keyframes slideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .exit-to-bottom {
    animation: slideDownExit 0.1s ease-in forwards !important;
  }
  .exit-to-top {
    animation: slideUpExit 0.1s ease-in forwards !important;
  }
  @keyframes slideDownExit {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(100%);
    }
  }
  @keyframes slideUpExit {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-100%);
    }
  }
}
@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
  }
  header button {
    background: none;
    border: none;
    cursor: pointer;
  }
  header.is-open .header__menu--button .icon-menu {
    display: none;
  }
  header.is-open .header__menu--button .icon-close {
    display: block;
  }
  header.is-open .header__block {
    align-items: flex-start;
  }
  header.is-open .header__block::before {
    content: "";
    width: 100vw;
    height: 170px;
    background: #F1F1F1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  header.is-open .header__search-block {
    display: block;
  }
  header.is-open .header__search-block input {
    border-color: transparent;
  }
  header.is-open .header__account-block {
    display: flex;
    background: #ffffff;
  }
  header.is-open .header__mobile-nav {
    opacity: 1;
    visibility: visible;
    background: #F1F1F1;
  }
  header .header__block {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  header .header__logo-block {
    width: 156px;
    position: relative;
    z-index: 1100;
    left: 5%;
  }
  header .header__logo-block img {
    width: 100%;
    vertical-align: baseline;
  }
  header .header__nav-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    padding-left: 0px;
    position: absolute;
    left: 5%;
    top: 0;
  }
  header .header__top-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 60px 0 0;
    flex-direction: column;
    position: absolute;
    width: 100%;
    gap: 10px;
  }
  header .header__search-block {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1100;
  }
  header .header__search-block input {
    width: 100%;
    padding: 9px 1em;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  header .header__search-block button {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    padding: 0;
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(37%) hue-rotate(235deg) brightness(92%) contrast(94%);
  }
  header .header__account-block {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #F6F4F2;
    border-radius: 5px;
    padding: 10px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1100;
    white-space: nowrap;
  }
  header .header__account--number {
    font-size: 1.2rem;
    margin-right: 14px;
  }
  header .header__account--tag {
    font-size: 1.2rem;
    background-color: #ECECEC;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 14px;
    color: #fff;
    line-height: 16px;
  }
  header .header__account--tag.member-a {
    background-color: #EA9A93;
  }
  header .header__account--tag.member-b {
    background-color: #8BADD7;
  }
  header .header__account--tag.member-c {
    background-color: #EDC28D;
  }
  header .header__account--link {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    text-decoration: none;
    background-image: linear-gradient(90deg, #333, #333);
    background-position: left 16px bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s ease;
  }
  header .header__account--link:hover {
    background-size: calc(100% - 16px) 1px;
    text-decoration: none;
  }
  header .header__account--link-icon {
    margin-right: 2px;
  }
  header .header__account--link-icon img {
    width: 16px;
    height: 16px;
  }
  header .header__btn--account {
    position: absolute;
    right: 55px;
    top: 10px;
  }
  header .header__btn--account .header__account--link {
    flex-direction: column;
    justify-content: center;
    background: #F1F7F2;
    width: 75px;
    height: 40px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 700;
  }
  header .header__menu-block {
    position: absolute;
    right: 0;
    top: 10px;
  }
  header .header__menu--button {
    padding: 0;
    width: 34px;
    margin-left: 10px;
    position: relative;
    z-index: 1100;
    display: flex;
    align-items: center;
  }
  header .header__menu--button .icon-close {
    display: none;
  }
  header .header__bottom-block {
    display: none;
  }
  header .header__nav-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  header .header__nav-list .header__nav-item--icon {
    display: flex;
    margin: 0 auto 4px;
    transition: all 0.3s ease;
  }
  header .header__nav-list .header__nav-item--icon svg,
  header .header__nav-list .header__nav-item--icon img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    filter: invert(16%) sepia(16%) saturate(2%) hue-rotate(320deg) brightness(104%) contrast(92%);
  }
  header .header__nav-list .header__nav-item--text {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 0 0.5rem;
    transition: all 0.3s ease;
  }
  header .header__nav-list .header__nav-item a {
    display: block;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }
  header .header__nav-list .header__nav-item a:hover {
    color: #333;
    text-decoration: none;
  }
  header .header__nav-list .header__nav-item button {
    padding: 0 8px 12px;
  }
  header .header__nav-list .header__nav-item.is-hovered .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  header .header__mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    background: rgba(255, 255, 255, 0.98);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    padding: 170px 0 50px;
    overflow-y: auto;
    max-height: 100svh;
  }
  header .item-news .mobile-nav__child-list {
    background-color: #9FD6A9;
  }
  header .item-news.is-active .header__nav-item--icon img {
    filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
  }
  header .item-news.is-active .header__nav-item--text {
    color: #5E9D6A;
  }
  header .item-benefits .mobile-nav__child-list {
    background-color: #FED9D6;
  }
  header .item-benefits.is-active .header__nav-item--icon img {
    filter: invert(70%) sepia(8%) saturate(2109%) hue-rotate(314deg) brightness(90%) contrast(97%);
  }
  header .item-benefits.is-active .header__nav-item--text {
    color: #E28D8D;
  }
  header .item-life .mobile-nav__child-list {
    background-color: #FED9D6;
  }
  header .item-life.is-active .header__nav-item--icon img {
    filter: invert(70%) sepia(8%) saturate(2109%) hue-rotate(314deg) brightness(90%) contrast(97%);
  }
  header .item-life.is-active .header__nav-item--text {
    color: #E28D8D;
  }
  header .item-learn .mobile-nav__child-list {
    background-color: #FAE7A8;
  }
  header .item-learn.is-active .header__nav-item--icon img {
    filter: invert(92%) sepia(15%) saturate(1534%) hue-rotate(340deg) brightness(88%) contrast(88%);
  }
  header .item-learn.is-active .header__nav-item--text {
    color: #D5BB65;
  }
  header .item-aid .mobile-nav__child-list {
    background-color: #C9E1F3;
  }
  header .item-aid.is-active .header__nav-item--icon img {
    filter: invert(76%) sepia(36%) saturate(615%) hue-rotate(178deg) brightness(89%) contrast(89%);
  }
  header .item-aid.is-active .header__nav-item--text {
    color: #88B6D9;
  }
  header .item-history .mobile-nav__child-list {
    background-color: #C9E1F3;
  }
  header .item-history.is-active .header__nav-item--icon img {
    filter: invert(76%) sepia(36%) saturate(615%) hue-rotate(178deg) brightness(89%) contrast(89%);
  }
  header .item-history.is-active .header__nav-item--text {
    color: #88B6D9;
  }
  header .item-about .mobile-nav__child-list {
    background-color: #9FD6A9;
  }
  header .item-about.is-active .header__nav-item--icon img {
    filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
  }
  header .item-about.is-active .header__nav-item--text {
    color: #5E9D6A;
  }
  header .item-faq .mobile-nav__child-list {
    background-color: #9FD6A9;
  }
  header .item-faq.is-active .header__nav-item--icon img {
    filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
  }
  header .item-faq.is-active .header__nav-item--text {
    color: #5E9D6A;
  }
  header .item-human .mobile-nav__child-list {
    background-color: #9FD6A9;
  }
  header .item-human.is-active .header__nav-item--icon img {
    filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
  }
  header .item-human.is-active .header__nav-item--text {
    color: #5E9D6A;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  .mobile-nav__title {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
  }
  .mobile-nav__block {
    width: 90%;
    margin: 0 auto;
  }
  .mobile-nav__list {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  /* 第1階層リンク・ボタン */
  .mobile-nav__link,
  .mobile-nav__accordion-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: 700;
    transition: color 0.2s;
    width: 100%;
    position: relative;
  }
  .mobile-nav__link:hover,
  .mobile-nav__accordion-btn:hover {
    text-decoration: none;
  }
  .mobile-nav__link .header__nav-item--icon,
  .mobile-nav__accordion-btn .header__nav-item--icon {
    width: 26px;
  }
  .mobile-nav__link .header__nav-item--icon img,
  .mobile-nav__accordion-btn .header__nav-item--icon img {
    width: 100%;
    height: auto;
  }
  .mobile-nav__accordion-btn::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: 14px;
    transform: rotate(0deg);
    background: url(/assets/images/common/icon-menu-plus.svg) no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease;
  }
  .is-active > .mobile-nav__accordion-btn::before {
    transform: rotate(-135deg);
  }
  /* 第2階層（子リスト） */
  .mobile-nav__child-list {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .is-active > .mobile-nav__child-list {
    max-height: 1000px;
    /* 十分な高さ */
  }
  .mobile-nav__child-item {
    padding: 4px 0 4px 18px;
  }
  .mobile-nav__child-item:first-child {
    padding-top: 10px;
  }
  .mobile-nav__child-item:last-child {
    padding-bottom: 10px;
  }
  .mobile-nav__child-item.mt20 {
    margin-top: 20px;
  }
  .mobile-nav__child-item a {
    display: inline-block;
    padding: 4px 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
  }
  .mobile-nav__child-item a:hover {
    text-decoration: none;
  }
  .mobile-nav__child-item a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 2px;
    background: #333;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-nav__child-item.head-item {
    padding: 4px 10px;
  }
  .mobile-nav__child-item.head-item a {
    display: block;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #333;
  }
  .mobile-nav__child-item.head-item a::before {
    content: none;
  }
  .mobile-nav__child-item.head-item a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    background: url(/assets/images/common/megamenu-arrow.svg) no-repeat center center;
    background-size: cover;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-nav__news-list li + li {
    margin-top: 23px;
  }
  .mobile-nav__news-item {
    width: 100%;
  }
  .mobile-nav__news-item a {
    display: block;
    line-height: 1.4;
  }
  .mobile-nav__news-item a .mobile-nav__news-title {
    display: inline;
    font-size: 1.3rem;
    line-height: 1.4;
    text-decoration: underline;
  }
  .mobile-nav__news-item a:hover {
    text-decoration: none;
  }
  .mobile-nav__news-item a .mobile-nav__news-date {
    text-decoration: none !important;
  }
  .mobile-nav__news-panel {
    display: flex;
    min-height: 84px;
  }
  .mobile-nav__news-img {
    display: none;
    width: 50%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile-nav__news-img img {
    width: 100%;
    height: auto;
    border-radius: 5px 0 0 5px;
  }
  .mobile-nav__news-text {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-nav__news-sub {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .mobile-nav__news-sub .mobile-nav__news-date {
    font-size: 1.2rem;
    color: #333;
  }
  .mobile-nav__news-sub .mobile-nav__news-cat {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    background-color: #E6CBB0;
    padding: 2px 10px;
    border-radius: 5px;
  }
  .mobile-nav__video-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
  }
  .mobile-nav__video-item {
    width: calc(50% - 10px);
  }
  .mobile-nav__video-item a {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .mobile-nav__video-item a:hover {
    opacity: 0.8;
  }
  .mobile-nav__video-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile-nav__video-img img {
    width: 100%;
    height: auto;
  }
  .mobile-nav__btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px 0 0 auto;
  }
  .mobile-nav__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #9FD6A9;
    transition: background-color 0.3s ease;
    padding: 6px 30px;
  }
  .mobile-nav__btn a span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }
  .mobile-nav__btn a span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 10px;
    background: url("/assets/images/common/button-arrow.svg") center center no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .mobile-nav__btn a:hover {
    background-color: rgb(123.2627737226, 198.7372262774, 136.9854014599);
    text-decoration: none;
  }
  .mobile-nav__btn a:hover span::after {
    right: -5px;
  }
}
footer {
  position: relative;
  background-color: #E6CBB0;
}

.footer__block {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 113px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer__block {
    padding: 30px 0 10px;
  }
}
.footer__block .gotop__block {
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  /* 最初は隠す */
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 700;
}
.footer__block .gotop__block a {
  padding-top: 15px;
  width: 60px;
  height: 60px;
  color: #B2987E;
  border: 2px solid #B2987E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #B2987E;
  background: #fff;
  position: relative;
}
.footer__block .gotop__block a::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background: url(/assets/images/common/gotop-arrow.svg) no-repeat center center;
  background-size: cover;
  transition: top 0.3s ease;
}
.footer__block .gotop__block a:hover {
  text-decoration: none;
}
.footer__block .gotop__block a:hover::after {
  top: 20%;
}
.footer__block .gotop__block.is-visible {
  opacity: 1;
  visibility: visible;
}
.footer__author {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__author {
    font-size: 1.6rem;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
}
.footer__nav-list li {
  font-size: min(1.5vw, 1.8rem);
  padding: 2px min(1.6666666667vw, 2rem);
}
@media only screen and (max-width: 767px) {
  .footer__nav-list li {
    font-size: 1.4rem;
  }
}
.footer__nav-list li a {
  position: relative;
  background-image: linear-gradient(90deg, #333, #333);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .footer__nav-list li a {
    background: none;
  }
}
.footer__nav-list li a:hover {
  background-size: 100% 1px;
  color: #333;
  text-decoration: none;
}
.footer__nav-list li + li {
  border-left: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .footer__nav-list li + li {
    border-left: none;
  }
}
.footer__copyright {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}
.footer__copyright {
  text-align: center;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

*,
*:after,
*::before {
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  *zoom: 1;
}

/* Hides from IE-mac ＼*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.left_al {
  text-align: left !important;
}

.center_al {
  text-align: center !important;
}

.right_al {
  text-align: right !important;
}

.noimg {
  background-image: none !important;
}

.nobackcolor {
  background-color: transparent !important;
}

.noborder {
  border: none !important;
}

.noborder_top {
  border-top: none !important;
}

.noborder_bottom {
  border-bottom: none !important;
}

.noborder_left {
  border-left: none !important;
}

.noborder_right {
  border-right: none !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.strong {
  font-weight: 700 !important;
}

.red {
  color: #E15151;
}
.red a {
  color: #E15151;
}

.mark {
  padding-left: 1em;
  text-indent: -1em;
}

.line-height-170 {
  line-height: 1.7;
}
.line-height-170 + .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .line-height-170 + .btn {
    margin-top: 20px;
  }
}

.center-block {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.center-block.no-flex {
  display: block;
}
.center-block .dot-list {
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
}
.center-block .dot-list li {
  width: auto;
}
.center-block + .contact__wrap, .center-block + .flow__wrap, .center-block + .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .center-block + .contact__wrap, .center-block + .flow__wrap, .center-block + .btn {
    margin-top: 20px;
  }
}
.center-block + .contents__wrap--white {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .center-block + .contents__wrap--white {
    margin-top: 20px;
  }
}

.normal-font {
  font-weight: 400;
}

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

a {
  text-decoration: none;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a.pdf-link {
  position: relative;
  padding-right: 5rem;
}
@media only screen and (max-width: 767px) {
  a.pdf-link {
    padding-right: 8.5333333333vw;
  }
}
a.pdf-link::after {
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background: url(/assets/images/common/icon-pdf.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  a.pdf-link::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
a.pdf-link-black {
  position: relative;
  padding-right: 3rem;
}
a.pdf-link-black::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(/assets/images/common/icon-pdf-black.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
}
a.ppt-link {
  position: relative;
  padding-right: 2rem;
}
a.ppt-link::after {
  content: "";
  width: 1.5rem;
  height: 1.9rem;
  background: url(/assets/images/common/icon-ppt.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
}
a.excel-link {
  position: relative;
  padding-right: 2.4rem;
}
@media only screen and (max-width: 767px) {
  a.excel-link {
    padding-right: 2rem;
  }
}
a.excel-link::after {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  background: url(/assets/images/common/icon-excel.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  a.excel-link::after {
    width: 1.9rem;
    height: 1.9rem;
  }
}
a.word-link {
  position: relative;
  padding-right: 2.4rem;
}
@media only screen and (max-width: 767px) {
  a.word-link {
    padding-right: 2rem;
  }
}
a.word-link::after {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  background: url(/assets/images/common/icon-word.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  a.word-link::after {
    width: 1.9rem;
    height: 1.9rem;
  }
}
a.tell-link {
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
a.tell-link.big-tell-link {
  font-size: 1.8rem;
}
a.tell-link.big-tell-link::after {
  width: 20px;
  height: 20px;
}
a.tell-link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/images/common/icon-tell.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -40%);
}

main {
  padding-top: min(15.8333333333vw, 19rem);
  min-height: calc(100svh - min(31.6666666667vw, 38rem));
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: calc(2.6666666667vw + 50px);
    min-height: calc(100svh - 243px);
  }
}
main.login {
  padding-top: 0;
}
main a {
  text-decoration: underline;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  main a:hover {
    text-decoration: none;
  }
}
main.news .contents__title::before {
  background: #5E9D6A;
}
main.aid .contents__title::before {
  background: #88B6D9;
}
main.aid .section__sub-title span::before,
main.aid .section__sub-title span::after {
  background: #88B6D9;
}
main.aid .contact__wrap-box--inner {
  max-width: 270px;
}
main.learn .contents__title::before {
  background: #D5BB65;
}
main.learn .panel-list__btn a.link {
  background: #FAE7A8;
}
main.learn .panel-list__btn a.link:hover {
  background-color: rgb(247.2282608696, 217.6956521739, 119.7717391304);
}
main.learn .section__inner--small + .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  main.learn .section__inner--small + .btn {
    margin-top: 20px;
  }
}
main.learn .section__sub-title span::before,
main.learn .section__sub-title span::after {
  background: #5E9D6A;
}
main.life .contents__title::before {
  background: #E28D8D;
}
main.life .section__sub-title span::before,
main.life .section__sub-title span::after {
  background: #5E9D6A;
}
main.about .contents__title::before, main.human .contents__title::before, main.history .contents__title::before, main.faq .contents__title::before, main.login .contents__title::before, main.anniversary .contents__title::before, main.request .contents__title::before {
  background: #5E9D6A;
}
main.about .section__sub-title span::before,
main.about .section__sub-title span::after, main.human .section__sub-title span::before,
main.human .section__sub-title span::after, main.history .section__sub-title span::before,
main.history .section__sub-title span::after, main.faq .section__sub-title span::before,
main.faq .section__sub-title span::after, main.login .section__sub-title span::before,
main.login .section__sub-title span::after, main.anniversary .section__sub-title span::before,
main.anniversary .section__sub-title span::after, main.request .section__sub-title span::before,
main.request .section__sub-title span::after {
  background: #5E9D6A;
}
main .bg-white {
  background: #fff;
}
main .bg-gray {
  background: #FAF8F6;
}
main .bg-green {
  background: #F1F7F2;
}
main .bg-blue {
  background: #C9E1F3;
}
main .bg-yellow {
  background: #FAE7A8;
}
main .bg-pink {
  background: #FED9D6;
}
main .bg-light-blue {
  background: rgba(145, 187, 227, 0.1);
}
main .bg-light-yellow {
  background: #FFFBED;
}
main .bg-light-yellow .panel-list > li {
  background-color: #fff;
}
main .bg-light-green {
  background: rgba(112, 172, 126, 0.1);
}

.breadcrumbs {
  display: flex;
  gap: 22px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    gap: 15px;
  }
}
.breadcrumbs li {
  font-size: 1.4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs li {
    font-size: 1.2rem;
  }
}
.breadcrumbs li a {
  text-decoration: none;
  display: inline-block;
  text-align: left !important;
  position: relative;
  background-image: linear-gradient(90deg, #333, #333);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s ease;
}
.breadcrumbs li a:hover {
  background-size: 100% 1px;
  color: #333;
  text-decoration: none;
}
.breadcrumbs li + li::before {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/images/common/breadcrumbs-arrow.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs li + li::before {
    width: 5px;
    height: 8px;
    left: -8px;
  }
}

.section__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.section__inner--long {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.section__inner--short {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.section__inner--mini {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.section__inner--mini-block + .section__inner--mini-block {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .section__inner--mini-block + .section__inner--mini-block {
    margin-top: 20px;
  }
}
.section__inner--small {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.section__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .section__title {
    font-size: 2rem;
  }
}
.section__sub-title {
  text-align: center;
  margin: 60px auto 30px;
}
@media only screen and (max-width: 767px) {
  .section__sub-title {
    margin: 30px auto 20px;
  }
}
.section__sub-title span {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .section__sub-title span {
    font-size: 1.6rem;
  }
}
.section__sub-title span::before, .section__sub-title span::after {
  content: "";
  width: 25px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
}
.section__sub-title span::before {
  right: 100%;
}
.section__sub-title span::after {
  left: 100%;
}
.section__sub-title + .panel-list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section__sub-title + .panel-list {
    margin-bottom: 20px;
  }
}

.heading__section {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .heading__section {
    margin-bottom: 20px;
  }
}
.heading__title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin: 135px auto 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .heading__title {
    font-size: 6.4vw;
    margin: 21.3333333333vw auto 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .heading__title .small {
    font-size: 2rem;
    display: block;
  }
}
.heading__title::before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: -55px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .heading__title::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -10.6666666667vw;
  }
}
.heading__title.news::before {
  background: url(/assets/images/common/icon-news.svg) center center no-repeat;
  background-size: contain;
  filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
}
.heading__title.aid::before {
  background: url(/assets/images/common/icon-aid.svg) center center no-repeat;
  background-size: contain;
  filter: invert(76%) sepia(36%) saturate(615%) hue-rotate(178deg) brightness(89%) contrast(89%);
}
.heading__title.learn::before {
  background: url(/assets/images/common/icon-learn.svg) center center no-repeat;
  background-size: contain;
  filter: invert(92%) sepia(15%) saturate(1534%) hue-rotate(340deg) brightness(88%) contrast(88%);
}
.heading__title.life::before {
  background: url(/assets/images/common/icon-life.svg) center center no-repeat;
  background-size: contain;
  filter: invert(70%) sepia(8%) saturate(2109%) hue-rotate(314deg) brightness(90%) contrast(97%);
}
.heading__title.about::before {
  background: url(/assets/images/common/icon-about.svg) center center no-repeat;
  background-size: contain;
  filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
}
.heading__title.human::before {
  background: url(/assets/images/common/icon-human.svg) center center no-repeat;
  background-size: contain;
  filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
}
.heading__title.history::before {
  background: url(/assets/images/common/icon-history.svg) center center no-repeat;
  background-size: contain;
  filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
}
.heading__title.faq::before {
  background: url(/assets/images/common/icon-faq.svg) center center no-repeat;
  background-size: contain;
  filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
}
.heading__title.anniversary::before {
  background: url(/assets/images/common/icon-anniversary.svg) center center no-repeat;
  background-size: contain;
  width: 148px;
  height: 76px;
  top: -80px;
}
.heading__cat-block {
  position: fixed;
  left: 0;
  top: min(19.1666666667vw, 23rem);
  width: min(22.5vw, 27rem);
  border-radius: 0 min(0.6666666667vw, 0.8rem) min(0.6666666667vw, 0.8rem) 0;
  padding: min(2.5vw, 3rem) min(3.3333333333vw, 4rem);
  z-index: 800;
}
@media print, screen and (min-width: 768px) {
  .heading__cat-block {
    transition: transform 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  .heading__cat-block {
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    width: 90%;
    max-width: 450px;
    padding: 10px;
    background: #F1F7F2 !important;
    border: 6px solid #5E9D6A;
  }
}
@media print, screen and (min-width: 768px) {
  .heading__cat-block.bg-green {
    background: #9FD6A9;
  }
}
@media print, screen and (min-width: 768px) {
  .heading__cat-block.is-pc-closed {
    transform: translateX(calc(-100% + min(3.3333333333vw, 4rem)));
  }
}
@media print, screen and (min-width: 768px) {
  .heading__cat-block.is-pc-closed .heading__cat-title::after {
    background: url(/assets/images/common/menu_open.svg) no-repeat center center;
    background-size: cover;
  }
}
.heading__cat-title {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .heading__cat-title {
    font-size: 0;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .heading__cat-title {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.heading__cat-title::after {
  content: "";
}
@media print, screen and (min-width: 768px) {
  .heading__cat-title::after {
    position: absolute;
    width: min(2.6666666667vw, 3.2rem);
    height: min(2.6666666667vw, 3.2rem);
    background: url(/assets/images/common/menu_close.svg) no-repeat center center;
    background-size: cover;
    right: min(0.3333333333vw, 0.4rem);
    top: calc(50% - min(1.3333333333vw, 1.6rem));
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  .heading__cat-title::after {
    width: 13px;
    height: 7px;
    font-size: 0.8em;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    position: absolute;
    right: 10px;
    top: 5px;
    background: url(/assets/images/common/quick-menu-arrow.svg) center center no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .heading__cat-title.is-open::after {
    transform: rotate(0);
  }
}
@media only screen and (max-width: 767px) {
  .heading__cat-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .heading__cat-list.is-open {
    max-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .heading__cat-list li {
    margin-top: 10px;
    width: 50%;
  }
}
.heading__cat-list li a {
  text-decoration: none;
  font-size: min(1.3333333333vw, 1.6rem);
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #333;
  position: relative;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .heading__cat-list li a {
    font-size: 12px;
    border: none;
    padding-left: 1em;
    text-decoration: underline;
  }
}
.heading__cat-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: min(0.6666666667vw, 0.8rem);
  height: min(1vw, 1.2rem);
  background: url("/assets/images/common/button-arrow.svg") center center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .heading__cat-list li a::after {
    content: "・";
    width: auto;
    height: auto;
    font-size: 12px;
    border: none;
    top: 0;
    right: auto;
    left: 0.5em;
    background: none;
    transform: translateY(0);
  }
}
.heading__cat-list li a:hover::after {
  right: min(-0.4166666667vw, -0.5rem);
}
@media only screen and (max-width: 767px) {
  .heading__cat-list li a:hover::after {
    right: auto;
  }
}
.heading__cat-list li + li {
  margin-top: min(0.8333333333vw, 1rem);
}
@media only screen and (max-width: 767px) {
  .heading__cat-list li + li {
    margin-top: 10px;
  }
}

.contents__section {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .contents__section {
    padding: 60px 0;
  }
}
.contents__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contents__title {
    font-size: 5.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.contents__title::before {
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .contents__title::before {
    width: 16vw;
    height: 3px;
    bottom: -15px;
  }
}
.contents__title .small {
  font-size: 2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .contents__title .small {
    font-size: 4.2666666667vw;
  }
}
.contents__wrap--gray {
  background: #FAF8F6;
  border-radius: 8px;
  padding: 50px 50px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray {
    padding: 20px 20px;
  }
}
.contents__wrap--gray.life {
  padding: 50px 100px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray.life {
    padding: 20px 20px;
  }
}
.contents__wrap--gray.life .section__sub-title:first-child {
  margin-top: 0;
}
.contents__wrap--gray-box + .contents__wrap--gray-box {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray-box + .contents__wrap--gray-box {
    margin-top: 60px;
  }
}
.contents__wrap--gray .contents__wrap--white .section__sub-title:first-child {
  margin-top: 0;
}
.contents__wrap--gray .contents__wrap--white + .contents__wrap-list {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray .contents__wrap--white + .contents__wrap-list {
    margin-top: 10px;
  }
}
.contents__wrap--gray .contents__wrap--white .panel-list__detail-list {
  flex-direction: column;
  align-items: center;
}
.contents__wrap--gray .contents__title {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray .contents__title {
    margin-top: 30px;
  }
}
.contents__wrap--gray .big-text {
  font-size: 2rem;
  font-weight: 700;
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray .big-text {
    font-size: 1.5rem;
  }
}
.contents__wrap--gray .square-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray .square-title {
    font-size: 1.4rem;
  }
}
.contents__wrap--gray .border {
  margin-top: 60px;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray .border {
    margin-top: 30px;
  }
}
.contents__wrap--gray + .contents__wrap--gray {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray + .contents__wrap--gray {
    margin-top: 20px;
  }
}
.contents__wrap--gray + .contents__title {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray + .contents__title {
    margin-top: 50px;
  }
}
.contents__wrap--gray + .btn {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray + .btn {
    margin-top: 20px;
  }
}
.contents__wrap--white {
  background: #fff;
  border-radius: 8px;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--white {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contents__wrap--white:has(.number) {
    padding-top: 50px;
  }
}
.contents__wrap--white + .contents__wrap--white {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--white + .contents__wrap--white {
    margin-top: 20px;
  }
}
.contents__wrap--white .center-block .dot-list.flow__dot-list li {
  font-size: 1.4rem;
}
.contents__wrap--green {
  background: rgba(112, 172, 126, 0.1);
  border-radius: 20px;
  padding: 20px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--green {
    padding: 0;
    border-radius: 10px;
  }
}
.contents__wrap--title {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--title {
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 10px;
  }
}
.contents__wrap--title .number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  width: 33px;
  position: relative;
  color: #B2987E;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--title .number {
    font-size: 1.7rem;
    width: 26px;
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
}
.contents__wrap--title .number::before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 2px solid #B2987E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--title .number::before {
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
  }
}
.contents__wrap-list {
  display: flex;
  justify-content: space-between;
  padding: 30px 24px 30px 0;
}
@media only screen and (max-width: 767px) {
  .contents__wrap-list {
    display: block;
    padding: 20px 0;
  }
}
.contents__wrap-list:first-child {
  padding-top: 0;
}
.contents__wrap-list:last-child {
  padding-bottom: 0;
}
.contents__wrap-list dt {
  width: min(11.1666666667vw, 13.4rem);
  font-size: min(1.6666666667vw, 2rem);
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .contents__wrap-list dt {
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.contents__wrap-list dd {
  width: calc(100% - min(17.25vw, 20.7rem));
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .contents__wrap-list dd {
    width: 100%;
  }
}
.contents__wrap-list dd .contents__wrap--block .text {
  margin-bottom: 0.5em;
}
.contents__wrap-list dd table + .text,
.contents__wrap-list dd table + .note,
.contents__wrap-list dd div + .text {
  margin-top: 0.5em;
}
.contents__wrap-list dd div + .text {
  margin-top: calc(0.5em - 3px);
}
.contents__wrap-list dd .number-list {
  font-size: 1.4rem;
}
.contents__wrap-list + .contents__wrap-list {
  background-image: linear-gradient(to right, #484848 25%, rgba(255, 255, 255, 0) 0%);
  background-position: top, bottom;
  background-size: 9px 1px;
  /* 9pxごとに1pxの点を描画 */
  background-repeat: repeat-x;
}
.contents__wrap--block + .contents__wrap--block {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .contents__wrap--dashboard {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .contents__wrap--dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .contents__wrap--dashboard .pc-left-container, .contents__wrap--dashboard .pc-right-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contents__wrap--dashboard .pc-left-container, .contents__wrap--dashboard .pc-right-container {
    display: contents;
  }
}
@media print, screen and (min-width: 768px) {
  .contents__wrap--dashboard .contents__wrap--green {
    order: unset;
  }
}
@media only screen and (max-width: 767px) {
  .contents__wrap--dashboard .contents__wrap--green {
    order: var(--order);
  }
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list {
  max-width: inherit;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt {
  color: #609A72;
  font-size: 2.4rem;
  font-weight: 800;
  border-bottom: 1px solid #609A72;
  margin: 0px 0 0px;
}
@media print, screen and (min-width: 768px) {
  .contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt {
    font-size: 2rem;
    line-height: 1;
    padding: 36px 30px;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 768px) {
  .contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt::after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 30px;
    top: 38px;
    transform: rotate(0deg);
    background: url(/assets/images/common/icon-menu-plus.svg) no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease;
  }
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt.is-open {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt.is-open::before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: #609A72;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt.is-open::after {
  transform: rotate(-135deg);
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon {
  display: inline-block;
  position: relative;
  padding-left: 45px;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(54%) sepia(34%) saturate(449%) hue-rotate(80deg) brightness(95%) contrast(91%);
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon.icon-aid::before {
  width: 36px;
  height: 36px;
  background: url(/assets/images/common/icon-aid.svg) center center no-repeat;
  background-size: cover;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon.icon-learn::before {
  width: 30px;
  height: 31px;
  background: url(/assets/images/common/icon-learn.svg) center center no-repeat;
  background-size: cover;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon.icon-life::before {
  width: 40px;
  height: 34px;
  background: url(/assets/images/common/icon-life.svg) center center no-repeat;
  background-size: cover;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon.icon-benefits::before {
  width: 30px;
  height: 34px;
  background: url(/assets/images/common/icon-benefits.svg) center center no-repeat;
  background-size: cover;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon.icon-about::before {
  width: 36px;
  height: 36px;
  background: url(/assets/images/common/icon-about.svg) center center no-repeat;
  background-size: cover;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon.icon-history::before {
  width: 34px;
  height: 34px;
  background: url(/assets/images/common/icon-history.svg) center center no-repeat;
  background-size: cover;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon.icon-news::before {
  width: 34px;
  height: 34px;
  background: url(/assets/images/common/icon-news.svg) center center no-repeat;
  background-size: cover;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon.icon-faq::before {
  width: 41px;
  height: 40px;
  background: url(/assets/images/common/icon-faq.svg) center center no-repeat;
  background-size: cover;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dt .icon.icon-human::before {
  width: 36px;
  height: 36px;
  background: url(/assets/images/common/icon-human.svg) center center no-repeat;
  background-size: cover;
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dd {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .contents__wrap--dashboard .contents__wrap--green .accordion-list dl dd {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .contents__wrap--dashboard .contents__wrap--green .accordion-list dl dd .accordion-content {
    padding: 0 30px 30px;
  }
}
.contents__wrap--dashboard .contents__wrap--green .accordion-list dl dd .accordion-content .col-2 + .col-2 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--dashboard .contents__wrap--green .accordion-list dl dd .accordion-content .col-2 + .col-2 {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .contents__wrap--dashboard .contents__wrap--green.aid {
    grid-column: 1/3;
    order: 0;
  }
}

.text + .contents__wrap--gray {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .text + .contents__wrap--gray {
    margin-top: 30px;
  }
}

.flex-box {
  display: flex;
}
.flex-box.center_al {
  justify-content: center;
}

.member-box__block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.member-box {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 3px 10px;
  line-height: 1;
}
.member-box.member-a {
  background-color: #EA9A93;
}
.member-box.member-b {
  background-color: #8BADD7;
}
.member-box.member-c {
  background-color: #EDC28D;
}

div.member-box__block + .note {
  margin-top: 5px;
}

.number-list {
  counter-reset: my-number;
}
.number-list.life-number-list li + li {
  margin-top: 1.5em;
}
.number-list > li {
  counter-increment: my-number;
  padding-left: 1.5em;
  position: relative;
}
.number-list > li::before {
  content: counter(my-number) ".";
  width: 1.5em;
  display: inline-block;
  position: absolute;
  left: 1.2em;
  top: 0;
  text-align: right;
  transform: translateX(-100%);
}
.number-list.red-number-list li::before {
  color: #E15151;
}
.number-list + .type-a {
  margin-top: 0.5em;
}

.round__block {
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .round__block {
    border-radius: 8px;
    padding: 20px;
  }
}
.round__block.insurance-block {
  padding: 20px 40px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .round__block.insurance-block {
    padding: 20px;
    margin: 20px auto;
  }
}

.text + .round__block {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .text + .round__block {
    margin-top: 20px;
  }
}

.dot-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dot-list.col-2 li {
  width: calc(50% - 1.2em);
}
@media only screen and (max-width: 767px) {
  .dot-list.col-2 li {
    width: 100%;
  }
}
.dot-list.insurance {
  margin-top: 10px;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .dot-list.insurance {
    justify-content: space-between;
    width: 255px;
    margin: 0 auto;
    gap: 2px;
  }
}
.dot-list.insurance li {
  width: -moz-fit-content;
  width: fit-content;
}
.dot-list.insurance + .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .dot-list.insurance + .btn {
    margin-top: 20px;
  }
}
.dot-list > li {
  position: relative;
  width: 100%;
  margin-left: 1.2em;
}
.dot-list > li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 0.7em;
  right: 100%;
  transform: translateX(-8px);
}
.dot-list + .type-a {
  margin-top: 0.5em;
}

.panel-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .panel-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }
}
.panel-list.anniversary-list {
  grid-template-columns: repeat(auto-fill, minmax(425px, 1fr));
  gap: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .panel-list.anniversary-list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
  }
}
.panel-list.anniversary-list > li {
  padding: 40px 20px;
}
@media only screen and (max-width: 767px) {
  .panel-list.anniversary-list > li {
    padding: 15px 10px;
  }
}
.panel-list.anniversary-list .panel-list__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.panel-list.anniversary-list .panel-list__detail-block {
  border-top: none;
}
.panel-list.anniversary-list .panel-list__btn a.link,
.panel-list.anniversary-list .panel-list__btn button {
  background: #9FD6A9;
}
.panel-list.anniversary-list .panel-list__btn a.link:hover,
.panel-list.anniversary-list .panel-list__btn button:hover {
  background-color: rgb(123.2627737226, 198.7372262774, 136.9854014599);
}
.panel-list > li {
  background-color: #FAF8F6;
  padding: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media only screen and (max-width: 767px) {
  .panel-list > li {
    padding: 15px 10px;
  }
}
.panel-list__title {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .panel-list__title {
    font-size: 1.6rem;
    padding: 0 0 10px;
  }
}
.panel-list__title-block {
  display: contents;
}
.panel-list__text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .panel-list__text {
    font-size: 1.2rem;
  }
}
.panel-list__text .note {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .panel-list__text .note {
    font-size: 1rem;
  }
}
.panel-list__price {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  padding: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .panel-list__price {
    font-size: 1.4rem;
  }
}
.panel-list__detail-block {
  padding: 20px 0 0;
  border-top: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .panel-list__detail-block {
    padding: 10px 0 0;
  }
}
.panel-list__detail-block .panel-list__text {
  padding-bottom: 0;
}
.panel-list__detail-list {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .panel-list__detail-list {
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .panel-list__detail-list.sp-flex-none {
    display: block;
  }
}
.panel-list__detail-list dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  padding: 3px 0;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 12px;
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .panel-list__detail-list dt {
    font-size: 1rem;
    width: 70px;
    padding: 2px 0;
    margin-right: 5px;
  }
}
.panel-list__detail-list dd {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .panel-list__detail-list dd {
    font-size: 1.2rem;
  }
}
.panel-list__detail-list dd .member-box__block {
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .panel-list__detail-list dd .member-box__block {
    gap: 4px;
  }
}
.panel-list__detail-list dd .member-box {
  font-size: 1.4rem;
  padding: 3px 6px;
}
@media only screen and (max-width: 767px) {
  .panel-list__detail-list dd .member-box {
    font-size: 1.2rem;
    padding: 2px 5px;
  }
}
.panel-list__btn {
  margin-top: auto;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .panel-list__btn {
    padding-top: 5px;
  }
}
.panel-list__btn a {
  text-decoration: none;
}
.panel-list__btn button {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  color: inherit;
  width: 100%;
}
.panel-list__btn a.link, .panel-list__btn button {
  display: block;
  background: #C9E1F3;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
.panel-list__btn a.link:hover, .panel-list__btn button:hover {
  background-color: rgb(159.2727272727, 201.8181818182, 233.7272727273);
}

.text a.pdf-link, .note a.pdf-link {
  padding-right: 23px;
}
@media only screen and (max-width: 767px) {
  .text a.pdf-link, .note a.pdf-link {
    padding-right: 21px;
  }
}
.text a.pdf-link::after, .note a.pdf-link::after {
  width: 21px;
  height: 21px;
  bottom: 0;
  top: auto;
  transform: translate(0);
}
@media only screen and (max-width: 767px) {
  .text a.pdf-link::after, .note a.pdf-link::after {
    width: 19px;
    height: 19px;
  }
}

.text + .panel-list {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .text + .panel-list {
    margin-top: 20px;
  }
}

.link-list li + li {
  margin-top: 8px;
}
.link-list li a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .link-list li a {
    font-size: 1.4rem;
  }
}
.link-list li a.pdf-link {
  padding-right: 23px;
}
@media only screen and (max-width: 767px) {
  .link-list li a.pdf-link {
    padding-right: 21px;
  }
}
.link-list li a.pdf-link::after {
  width: 21px;
  height: 21px;
  bottom: 0;
  top: auto;
  transform: translate(0);
}
@media only screen and (max-width: 767px) {
  .link-list li a.pdf-link::after {
    width: 19px;
    height: 19px;
  }
}

.contact__wrap {
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .contact__wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.contact__wrap-box {
  width: calc(100% - 24px);
  max-width: 500px;
  background: #fff;
  border: 2px solid #B2987E;
  padding: 24px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .contact__wrap-box {
    width: 100%;
    padding: 20px 20px;
    border-radius: 5px;
  }
}
.contact__wrap-box--inner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contact__wrap-box--inner .note {
    font-size: 1.4rem;
  }
}
.contact__wrap-box--title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.contact__wrap-box--tell {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0.5em;
}
.contact__wrap.long .contact__wrap-box--inner {
  max-width: 370px;
}

.card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .card-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }
}
.card-list.first-card .card-list__item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.card-list.first-card .card-list__item:first-child .card-list__title {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .card-list.first-card .card-list__item:first-child .card-list__title {
    font-size: 1.2rem;
  }
}
.card-list a {
  text-decoration: none;
  transition: 0.3s ease;
}
.card-list a:hover {
  opacity: 0.8;
}
.card-list__item {
  background: #FAF8F6;
}
.card-list__wrap {
  display: flex;
  flex-direction: column;
}
.card-list__img img {
  width: 100%;
}
.card-list__box {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .card-list__box {
    padding: 10px;
  }
}
.card-list__cat {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #70AC7E;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.card-list__title {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .card-list__title {
    font-size: 1.2rem;
  }
}
.card-list__title .new {
  font-size: 1.2rem;
  display: block;
  color: #E15151;
}
.card-list__text {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .card-list__text {
    font-size: 1.2rem;
  }
}
.card-list__link {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 15px;
  margin-top: 3px;
}
.card-list__link a {
  font-size: 1.4rem;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .card-list__link a {
    font-size: 1.2rem;
  }
}
.card-list__link a.pdf-link {
  padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .card-list__link a.pdf-link {
    padding-right: 1.8rem;
  }
}
.card-list__link a.pdf-link::after {
  width: 1.8rem;
  height: 1.8rem;
  background: url(/assets/images/common/icon-pdf.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .card-list__link a.pdf-link::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.card-list + .contents__title {
  margin-top: 60px;
}

.text + .card-list {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .text + .card-list {
    margin-top: 20px;
  }
}

.insurance-block {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .insurance-block {
    padding: 20px;
    margin: 0;
  }
}
.insurance-block .section__sub-title {
  margin-top: 0;
  border-radius: 8px;
}
.insurance-block__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .insurance-block__inner {
    flex-direction: column;
    gap: 10px;
  }
}
.insurance-block__book {
  width: 36%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .insurance-block__book {
    width: 100%;
  }
}
.insurance-block__thum {
  margin-bottom: 10px;
}
.insurance-block__thum img {
  width: 100%;
}
.insurance-block__link {
  font-size: 1.4rem;
  font-weight: 700;
}
.insurance-block__link a {
  text-decoration: none;
  background-image: linear-gradient(90deg, #333, #333);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s ease;
}
.insurance-block__link a:hover {
  background-size: calc(100% - 30px) 1px;
}
.insurance-block__detail {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .insurance-block__detail {
    width: 100%;
  }
}
.insurance-block__detail--box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .insurance-block__detail--box {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .insurance-block__detail--box:last-child {
    border: none;
    padding-bottom: 0x;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .insurance-block__detail--box .note {
    font-size: 1.4rem;
  }
}
.insurance-block__detail .title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .insurance-block__detail .title {
    margin-bottom: 5px;
  }
}

.accordion-list {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.accordion-list dt {
  position: relative;
  padding: 0.5em 2em 0.5em 0;
  border-bottom: 2px solid #609A72;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .accordion-list dt {
    font-size: 1.2rem;
  }
}
.accordion-list dt::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(/assets/images/common/accordion-arrow-green.svg) center center no-repeat;
  background-size: cover;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .accordion-list dt::after {
    width: 12px;
    height: 12px;
  }
}
.accordion-list dt.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.accordion-list dd {
  padding: 0;
  margin-bottom: 40px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .accordion-list dd {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
.accordion-list dd .accordion-content {
  padding: 1.5em 0 0;
}
@media only screen and (max-width: 767px) {
  .accordion-list dd .accordion-content {
    padding: 1em 0 0;
  }
}

.faq-wrap dl dt {
  color: #5E9D6A;
  padding-left: 1.4em;
  position: relative;
}
.faq-wrap dl dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0.5em;
}
.faq-wrap dl dd .accordion-content {
  font-size: 1.4rem;
  padding-left: 1.4em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-wrap dl dd .accordion-content {
    font-size: 1.2rem;
  }
}
.faq-wrap dl dd .accordion-content::before {
  content: "A. ";
  position: absolute;
  left: 0;
  top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .faq-wrap dl dd .accordion-content::before {
    top: 1em;
  }
}

.consultation__border-wrap {
  margin: 50px auto;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #B2987E;
}
@media only screen and (max-width: 767px) {
  .consultation__border-wrap {
    padding: 10px;
    margin: 20px auto;
  }
}
.consultation__border-wrap dl + dl {
  margin-top: 1em;
}
.consultation__border-wrap dl dt {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 5px;
  background: #F5F1ED;
}
.consultation__border-wrap dl dd {
  font-size: 1.4rem;
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
@media only screen and (max-width: 767px) {
  .consultation__border-wrap dl dd {
    font-size: 1.2rem;
  }
}
.consultation__border-wrap dl dd .member-box__block {
  width: -moz-fit-content;
  width: fit-content;
}

.green-wrap-border {
  background: #F1F7F2;
  padding: 5px 10px;
  border: 1px solid #B7A28E;
  display: inline-block;
  margin: 1em 0;
  text-align: center;
}
.green-wrap-border__title {
  font-size: 1.4rem;
  font-weight: 700;
}
.green-wrap-border__tell a {
  font-size: 2.4rem;
  font-weight: 700;
}
.green-wrap-border__tell a::after {
  width: 15px;
  height: 15px;
}

.sitemap-aid__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sitemap-aid__wrap {
    flex-direction: column;
  }
}
.sitemap-aid__wrap .sitemap-aid__block--long {
  width: 66.6%;
}
@media only screen and (max-width: 767px) {
  .sitemap-aid__wrap .sitemap-aid__block--long {
    width: 100%;
  }
}
.sitemap-aid__wrap .sitemap-aid__block--short {
  width: 33.3%;
}
@media only screen and (max-width: 767px) {
  .sitemap-aid__wrap .sitemap-aid__block--short {
    width: 100%;
    margin-top: 40px;
  }
}

.sitemap-wrap__title {
  color: #609A72;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .sitemap-wrap__title {
    font-size: 1.6rem;
  }
}
.sitemap-wrap .col-1 + .sitemap-wrap__title {
  margin-top: 40px;
}
.sitemap-wrap .col-2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sitemap-wrap .col-2 {
    flex-direction: column;
  }
}
.sitemap-wrap .col-2 + .sitemap-wrap__title {
  margin-top: 40px;
}
.sitemap-wrap .col-2 .sitemap-list {
  width: calc(50% - 1em);
}
@media only screen and (max-width: 767px) {
  .sitemap-wrap .col-2 .sitemap-list {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sitemap-list + .sitemap-list {
    margin-top: 20px;
  }
}
.sitemap-list + .sitemap-wrap__title {
  margin-top: 40px;
}
.sitemap-list.cat-list {
  display: flex;
  justify-content: space-around;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .sitemap-list.cat-list {
    flex-direction: column;
    gap: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .sitemap-list.cat-list + .sitemap-aid__wrap {
    background-image: linear-gradient(to right, rgb(72, 72, 72) 25%, rgba(255, 255, 255, 0) 0%);
    background-size: 9px 1px;
    background-repeat: repeat-x;
    background-position: center top, center bottom;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap-list.cat-list + .sitemap-aid__wrap {
    padding-top: 20px;
  }
}
.sitemap-list.cat-list li + li {
  margin-top: 0;
}
.sitemap-list li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .sitemap-list li + li {
    margin-top: 20px;
  }
}
.sitemap-list li a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(90deg, rgb(51, 51, 51), rgb(51, 51, 51));
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left bottom;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sitemap-list li a {
    font-size: 1.6rem;
  }
}
.sitemap-list li a:hover {
  background-size: 100% 1px;
}
.sitemap-list li a .sitemap-list__sub-text {
  display: none;
}
.sitemap-list li a .sitemap-list__text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .sitemap-list li a .sitemap-list__text {
    font-size: 1.6rem;
  }
}

.top-section__inner .sitemap-wrap__title {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .top-section__inner .sitemap-wrap__title {
    font-size: 1.6rem;
  }
}
.top-section__inner .sitemap-wrap .col-1 + .sitemap-wrap__title {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .top-section__inner .sitemap-wrap .col-1 + .sitemap-wrap__title {
    margin-top: 40px;
  }
}
.top-section__inner .sitemap-wrap .col-2 + .sitemap-wrap__title {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .top-section__inner .sitemap-wrap .col-2 + .sitemap-wrap__title {
    margin-top: 40px;
  }
}
.top-section__inner .sitemap-list + .sitemap-wrap__title {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .top-section__inner .sitemap-list + .sitemap-wrap__title {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-section__inner .sitemap-list.cat-list {
    gap: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-section__inner .sitemap-list.cat-list li + li {
    margin-top: 0;
  }
}
.top-section__inner .sitemap-list li {
  margin-bottom: 1px;
}
.top-section__inner .sitemap-list li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .top-section__inner .sitemap-list li + li {
    margin-top: 25px;
  }
}
.top-section__inner .sitemap-list li a {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .top-section__inner .sitemap-list li a {
    font-size: 1.6rem;
  }
}
.top-section__inner .sitemap-list li a .sitemap-list__sub-text {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .top-section__inner .sitemap-list li a .sitemap-list__sub-text {
    font-size: 1.6rem;
  }
}
.top-section__inner .sitemap-list li a .sitemap-list__text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .top-section__inner .sitemap-list li a .sitemap-list__text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .aid_flow_note {
    text-align: left !important;
  }
}

.alphabet-list {
  counter-reset: item;
}
.alphabet-list > li {
  counter-increment: item;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.alphabet-list > li::before {
  content: counter(item, lower-alpha) ") ";
  flex-shrink: 0;
  width: 1.2em;
}

/* ①②③ ロゴ画面のスタイル */
.movie__section {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100svh;
  overflow: hidden;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .movie__section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 375/387;
  }
}

#movie-wrapper {
  position: relative;
  width: 100%;
  height: 104svh;
  transform: translateY(-2svh);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #movie-wrapper {
    height: 100%;
  }
}

/* 全てのレイヤーの共通設定 */
.movie-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.8s ease;
}

#video-container,
#my-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#logo-img {
  width: 63.4920634921%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* ボタンのデザイン */
/* ボタンの装飾 */
.center-btn {
  position: absolute;
  /* 画像の中央に配置 */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.play-icon {
  border-left: 25px solid #333;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 8px;
}

#replay-button {
  background: none;
  box-shadow: none;
}

.replay-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.replay-icon img {
  width: 100%;
}

/* テキストのスタイル */
.movie-text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: calc(100% - 100px);
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.8;
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .movie-text {
    font-size: 1.2rem;
    bottom: 10px;
    width: calc(100% - 20px);
  }
}

main.login {
  width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  main.login {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  main.login .contents__section {
    padding-top: 60px;
  }
}
main.login .section__inner {
  width: calc(100% - min(6.6666666667vw, 8rem));
  max-width: 756px;
  margin: 0 auto 0 min(3.3333333333vw, 4rem);
}
@media only screen and (max-width: 767px) {
  main.login .section__inner {
    width: 90%;
    margin: 0 auto;
  }
}
main.login .contents__wrap--gray {
  padding: 30px 20px;
}
main.login .contents__wrap--gray.hint {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  main.login .contents__wrap--gray.hint {
    margin-top: 40px;
    padding: 20px;
  }
}
main.login .contact-about__wrap {
  flex-direction: column;
  gap: 20px;
}
main.login .contact-about__title {
  font-size: 1.8rem;
}
main.login .contact-about__title-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  main.login .contact-about__title-block {
    flex-direction: column;
    gap: 15px;
  }
}
main.login .contact-about__title-img {
  width: 46%;
  height: 210px;
}
@media only screen and (max-width: 767px) {
  main.login .contact-about__title-img {
    width: 100%;
    height: auto;
    aspect-ratio: 294/210;
  }
}
main.login .contact-about__title-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.login .contact-about__title-access {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  main.login .contact-about__title-access {
    width: 100%;
  }
}
main.login .contact-about__copy {
  font-size: 1.4rem;
}
main.login .contact-about__address {
  font-size: 1.4rem;
}
main.login .contact-about__detail-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.login .contact-about__detail-block {
    padding: 20px;
  }
}
main.login .contact-about__detail-box {
  width: 50%;
}
main.login .contact-about__detail-title {
  margin-bottom: 0.2em;
}
main.login .contact-about__detail-text + .contact-about__detail-text {
  margin-top: 5px;
}

.login-header {
  position: static;
}
.login-header .logo-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 60px 20px 0;
}
@media only screen and (max-width: 767px) {
  .login-header .logo-block {
    padding: 40px 20px 20px;
  }
}
.login-header .logo-block .logo {
  width: 90%;
  max-width: 487px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .login-header .logo-block .logo {
    margin: 0 auto 2.6666666667vw;
  }
}
.login-header .logo-block .logo img {
  width: 100%;
}
.login-header .logo-block .title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .login-header .logo-block .title {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .login-header + .contents__section {
    padding-top: 20px !important;
  }
}

.login-footer .footer__block {
  padding: 0;
  width: 100%;
}
.login-footer .footer__block .gotop__block a {
  text-decoration: none;
}
.login-footer .section__inner {
  padding: 50px 20px 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .login-footer .section__inner {
    padding: 20px;
  }
}
.login-footer .section__inner .tell-text {
  margin: 0.2em auto;
}
.login-footer .section__inner .tell-text a {
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .login-footer .section__inner .tell-text a {
    font-size: 1.8rem;
  }
}
.login-footer .section__inner .tell-text span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .login-footer .section__inner .tell-text span {
    font-size: 1.4rem;
  }
}
.login-footer .white-inner {
  background: #fff;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10px;
  padding: 15px;
}
.login-footer__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .login-footer__title {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.login-footer__copyright {
  font-size: 1.4rem;
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  .login-footer__copyright {
    font-size: 1.2rem;
    margin: 30px auto 0;
  }
}

.login-input-wrap {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 60px 20px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .login-input-wrap {
    padding: 30px 20px;
  }
}
.login-input-wrap input {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  background: #F4F4F4;
  border-radius: 5px;
  border: 0.5px solid #333;
  font-size: 1.6rem;
  padding: 10px;
}
.login-input-wrap input::-moz-placeholder {
  color: #A2A2A2;
  font-weight: 700;
}
.login-input-wrap input::placeholder {
  color: #A2A2A2;
  font-weight: 700;
}
.login-input-wrap input + input {
  margin-top: 10px;
}
.login-input-wrap .note {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .login-input-wrap .note {
    font-size: 1.4rem;
    text-align: center !important;
  }
}
.login-input-wrap .flex-note {
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 1.4rem;
}

.login-btn-wrap {
  margin-top: 60px;
}

.login-ac-wrap dl {
  background: #FAF8F6;
  border-radius: 10px;
  max-width: 530px;
  margin: 33px auto 0;
}
@media only screen and (max-width: 767px) {
  .login-ac-wrap dl {
    margin: 20px auto 0;
  }
}
.login-ac-wrap dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0px 40px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .login-ac-wrap dl dt {
    font-size: 1.6rem;
    padding: 0px 20px;
    text-align: left;
    justify-content: flex-start;
  }
}
.login-ac-wrap dl dt::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 30px;
  transform: rotate(0deg);
  background: url(/assets/images/common/icon-menu-plus.svg) no-repeat center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.login-ac-wrap dl dt.is-open::after {
  transform: rotate(-135deg);
}
.login-ac-wrap dl dt .blue {
  color: #3B389F;
}
.login-ac-wrap dl dd .accordion-content {
  padding: 0 30px 25px;
}
@media only screen and (max-width: 767px) {
  .login-ac-wrap dl dd .accordion-content {
    padding: 0 20px 15px;
  }
}

.login .contents__title .small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .login .contents__title .small {
    font-size: 2rem;
  }
}
.login .contents__title + .icon-btn {
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .login .contents__title + .icon-btn {
    margin-top: 0;
  }
}
.login__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .login__title {
    font-size: 2rem;
  }
}
.login__title.green {
  color: #5E9D6A;
  font-size: 2.4rem;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .login__title.green {
    font-size: 2rem;
  }
}
.login__sub-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 60px auto 20px;
}
@media only screen and (max-width: 767px) {
  .login__sub-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .login .login-copy {
    font-size: 1.6rem;
  }
}
.login .icon-btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.login .icon-btn a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 32px 0 20px;
  border: 2px solid #5E9D6A;
  border-radius: 10px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .login .icon-btn a {
    font-size: 1.6rem;
    height: 84px;
  }
}
.login .icon-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 12px;
  background: url("/assets/images/common/button-arrow-green.svg") center center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.login .icon-btn a:hover {
  background: rgba(112, 172, 126, 0.1);
}
@media print, screen and (min-width: 768px) {
  .login .icon-btn a:hover::after {
    right: 10px;
  }
}
.login .icon-btn a .text {
  width: 15em;
}
.login .icon-btn a .icon {
  width: 64px;
}
@media only screen and (max-width: 767px) {
  .login .icon-btn a .icon {
    width: 40px;
  }
}
.login .icon-btn a .icon img {
  width: 100%;
}
.login .icon-btn + .icon-btn {
  margin-top: 20px;
}
.login .icon-btn.big {
  max-width: 530px;
}
.login .icon-btn.big a {
  height: 166px;
  padding: 0 60px 0 35px;
  border: none;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .login .icon-btn.big a {
    height: 80px;
    padding: 0 32px 0 20px;
  }
}
.login .icon-btn.big a::after {
  width: 10px;
  height: 16px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .login .icon-btn.big a::after {
    right: 15px;
    width: 8px;
    height: 12px;
  }
}
.login .icon-btn.big a:hover {
  border: 2px solid #5E9D6A;
}
@media print, screen and (min-width: 768px) {
  .login .icon-btn.big a:hover::after {
    right: 25px;
  }
}
.login .icon-btn.big a .text {
  font-size: 2rem;
  width: 12em;
}
@media only screen and (max-width: 767px) {
  .login .icon-btn.big a .text {
    font-size: 1.6rem;
  }
}
.login .icon-btn.big a .text .small {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .login .icon-btn.big a .text .small {
    font-size: 1.6rem;
  }
}
.login .icon-btn.big a .icon {
  width: 126px;
}
@media only screen and (max-width: 767px) {
  .login .icon-btn.big a .icon {
    width: 40px;
  }
}
.login .icon-btn.big + .icon-btn.big {
  margin-top: 60px;
}
.login .icon-btn + .contents__title {
  margin-top: 80px;
}

.icon-ac-list dl {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  display: flex;
}
.icon-ac-list dl dt {
  border: none;
  padding: 0.7em 0.5em 0 0;
}
.icon-ac-list dl dt img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(27%) saturate(1%) hue-rotate(314deg) brightness(90%) contrast(84%);
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .icon-ac-list dl dt img:hover {
    filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(0%) hue-rotate(217deg) brightness(93%) contrast(84%);
  }
}
.icon-ac-list dl dt.is-open img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(0%) hue-rotate(217deg) brightness(93%) contrast(84%);
}
.icon-ac-list dl dt::after {
  content: none;
}
.icon-ac-list dl dd {
  padding: 0;
  margin: 0;
}
.icon-ac-list dl dd .accordion-content {
  padding-top: 1em;
  font-size: 1.4rem;
  font-weight: 700;
}
.icon-ac-list + .icon-btn {
  margin-top: 20px;
}

.contents__news-list li {
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .contents__news-list li {
    flex-wrap: wrap;
  }
}
.contents__news-list li:first-child {
  border-top: 1px solid #D9D9D9;
}
.contents__news-list li a {
  text-decoration: none;
}
.contents__news-list li a.pdf::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/icon-pdf.svg) center center no-repeat;
  background-size: cover;
  margin-bottom: -2px;
  margin-left: 5px;
}
.contents__news-date {
  font-size: 1.6rem;
  width: 5em;
  line-height: 1.4;
}
.contents__news-cat {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 18px;
  text-align: center;
  background: #E6CBB0;
  border-radius: 5px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .contents__news-cat {
    margin-right: auto;
    margin-left: 5px;
  }
}
.contents__news-title {
  font-size: 1.6rem;
  line-height: 1.4;
  width: calc(100% - 160px);
}
@media only screen and (max-width: 767px) {
  .contents__news-title {
    width: 100%;
    font-size: 1.4rem;
  }
}
.contents__news-title a {
  display: inline;
  background-image: linear-gradient(90deg, #333, #333);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s ease;
}
.contents__news-title a:hover {
  background-size: 100% 1px;
  text-decoration: none;
}

.news-detail-heading__section {
  padding-bottom: 0;
}
.news-detail-heading__title {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .news-detail-heading__title {
    font-size: 1.8rem;
  }
}
.news-detail-heading__sub {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .news-detail-heading__sub .contents__news-date {
    font-size: 1.2rem;
  }
}
.news-detail-heading__sub .contents__news-cat {
  top: 0;
}
.news-detail-heading__img img {
  width: 100%;
}
.news-detail-heading__copy {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.news-detail__section .btn a {
  max-width: 300px;
  height: 55px;
  font-size: 2rem;
}
.news-detail__section .text {
  font-size: 1.6rem;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .news-detail__section .text {
    font-size: 1.4rem;
  }
}
.news-detail__section .text .member-box__block {
  margin-right: 10px;
}
.news-detail__section .copy {
  font-size: 2rem;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .news-detail__section .copy {
    font-size: 1.6rem;
  }
}
.news-detail__border-title {
  text-align: center;
  margin-bottom: 2em;
}
.news-detail__border-title span {
  font-size: 2rem;
  font-weight: 700;
  color: #5E9D6A;
  display: inline-block;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}
.news-detail__border-title span::before, .news-detail__border-title span::after {
  content: "";
  width: 120px;
  height: 1px;
  background: #5E9D6A;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .news-detail__border-title span::before, .news-detail__border-title span::after {
    width: 50px;
  }
}
.news-detail__border-title span::before {
  right: 100%;
}
.news-detail__border-title span::after {
  left: 100%;
}

.info__section .dot-list li + li {
  margin-top: 1em;
}
.info__title {
  font-weight: 700;
  margin-bottom: 1em;
}

.schedule-note {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .schedule-note {
    margin-top: 30px;
  }
}

.schedule-list li {
  font-size: 16px;
  line-height: 1.7;
}

table.schedule-table {
  margin: 10px auto;
}
table.schedule-table th, table.schedule-table td {
  text-align: left;
  padding: 10px 15px;
}
table.schedule-table th {
  width: 42%;
}
@media only screen and (max-width: 767px) {
  table.schedule-table th {
    width: 50%;
  }
}

.schedule-link {
  border: 1px solid #88B6D9;
  border-radius: 5px;
  width: 270px;
  height: 60px;
  margin: 60px auto 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .schedule-link {
    margin-top: 30px;
  }
}
.schedule-link a {
  display: inline-block;
  margin-left: 0.2em;
}

.flow__wrap {
  text-align: center;
}
.flow__wrap--box {
  width: 100%;
  border-radius: 10px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 88px;
}
@media only screen and (max-width: 767px) {
  .flow__wrap--box {
    gap: 10px;
    height: 50px;
    padding: 0 10px;
    border-radius: 5px;
  }
}
.flow__wrap--box.box-beige {
  border: 3px solid #B2987E;
}
@media only screen and (max-width: 767px) {
  .flow__wrap--box.box-beige {
    border: 2px solid #B2987E;
  }
}
.flow__wrap--box.box-blue {
  border: 3px solid #88B6D9;
}
@media only screen and (max-width: 767px) {
  .flow__wrap--box.box-blue {
    border: 2px solid #88B6D9;
  }
}
.flow__wrap--box .icon img {
  width: 100%;
}
.flow__wrap--box .icon.icon-people-1 {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .flow__wrap--box .icon.icon-people-1 {
    width: 32px;
  }
}
.flow__wrap--box .icon.icon-people-2 {
  width: 41px;
}
@media only screen and (max-width: 767px) {
  .flow__wrap--box .icon.icon-people-2 {
    width: 32px;
  }
}
.flow__wrap--box .icon.icon-pc {
  width: 48px;
}
@media only screen and (max-width: 767px) {
  .flow__wrap--box .icon.icon-pc {
    width: 32px;
  }
}
.flow__wrap--box .text {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .flow__wrap--box .text {
    font-size: 1.6rem;
  }
}
.flow__wrap--box .note {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .flow__wrap--box .note {
    font-size: 1.4rem;
  }
}
.flow__wrap .arrow-text {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .flow__wrap .arrow-text {
    font-size: 1.6rem;
    margin: 10px auto 0;
  }
}
.flow__wrap .arrow-text + .arrow {
  margin-top: 10px;
}
.flow__wrap .arrow {
  width: 25px;
  height: 12px;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .flow__wrap .arrow {
    width: 16px;
    height: 8px;
    margin: 10px auto;
  }
}
.flow__wrap .arrow img {
  width: 100%;
  vertical-align: top;
}
.flow__wrap .arrow + .arrow-text {
  margin-top: -10px;
}
.flow__wrap .col-2 {
  display: flex;
  justify-content: space-between;
}
.flow__wrap .col-2 .col-block {
  width: 47%;
}
.flow__wrap .col-2 .col-block .flow__wrap--box {
  flex-direction: column;
  gap: 0px;
  height: auto;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .flow__wrap .col-2 .col-block .flow__wrap--box .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow__dot-list {
    font-size: 1.4rem;
  }
}
.flow__dot-list + .flow__wrap--box {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .flow__dot-list + .flow__wrap--box {
    margin-bottom: 20px;
  }
}
.flow__dot-list + .contents__wrap--white {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .flow__dot-list + .contents__wrap--white {
    margin-top: 20px;
  }
}

.group-table {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 60px;
}
@media only screen and (max-width: 767px) {
  .group-table {
    margin: 20px auto;
  }
}
.group-table table.even-left {
  min-width: 800px;
}
.group-table table.even-left tr td {
  padding: 0 10px;
  height: 40px;
}
.group-table table.even-left tr td:nth-child(even) {
  text-align: left;
}
.group-table table.odd-left {
  min-width: 650px;
}
.group-table table.odd-left tr td {
  padding: 0 10px;
  height: 40px;
}
.group-table table.odd-left tr td:nth-child(odd) {
  text-align: left;
}
.group-table .scroll-hint-icon {
  top: -50px;
}

.glc_logo {
  width: 60%;
  max-width: 550px;
  margin: 0 auto 60px;
}
.glc_logo img {
  width: 100%;
}

.about-img {
  width: 100%;
  margin: 20px auto 0;
}
.about-img.about-img-01 {
  max-width: 450px;
}
.about-img img {
  width: 100%;
}

.glc_about_table {
  margin-top: 20px;
  max-width: 390px;
}
@media print, screen and (min-width: 768px) {
  .glc_about_table {
    margin-top: 10px;
  }
}

.js-scrollable table.type-a.glc_about_table {
  min-width: 300px;
}

.about-block {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .about-block {
    padding: 20px;
    margin: 10px 0 0;
  }
}
.about-block .section__sub-title {
  margin-top: 0;
}
.about-block .title {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .about-block .title {
    font-size: 1.4rem;
  }
}
.about-block .title + .note {
  margin-top: 0.5em;
}
.about-block .note + .title,
.about-block .title + .title {
  margin-top: 1.5em;
}
.about-block__inner {
  width: 100%;
  max-width: 524px;
  margin: 0 auto;
}
.privacy-text {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.privacy-block {
  max-width: 700px;
  margin: 0 auto;
}
.privacy-block .note + .dot-list,
.privacy-block .note + .number-list {
  margin-top: 1.5em;
}
.privacy-block:first-child .section__sub-title {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .privacy-block:first-child .section__sub-title {
    padding-top: 30px;
  }
}
.privacy-block:last-child {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .privacy-block:last-child {
    padding-bottom: 20px;
  }
}

.contact-about__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact-about__wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.contact-about__wrap + .contents__wrap-list {
  background-image: linear-gradient(to right, #484848 25%, rgba(255, 255, 255, 0) 0%);
  background-position: top, bottom;
  background-size: 9px 1px;
  /* 9pxごとに1pxの点を描画 */
  background-repeat: repeat-x;
  margin-top: 30px;
}
.contact-about__title-block {
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  .contact-about__title-block {
    width: 100%;
  }
}
.contact-about__title-img img {
  width: 100%;
}
.contact-about__title-img + .contact-about__title {
  margin-top: 1em;
}
.contact-about__title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .contact-about__title {
    font-size: 1.6rem;
  }
}
.contact-about__address {
  font-size: 1.6rem;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .contact-about__address {
    font-size: 1.4rem;
    margin-top: 1em;
  }
}
.contact-about__detail-block {
  width: 47.5%;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-about__detail-block {
    width: 100%;
    padding: 10px;
  }
}
.contact-about__detail-block .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.contact-about__detail-block .flex .contact-about__detail-title {
  white-space: nowrap;
}
.contact-about__detail-block .flex .contact-about__detail-text {
  white-space: nowrap;
}
.contact-about__detail-block .flex + .flex {
  margin-top: 1em;
}
.contact-about__detail-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-about__detail-text {
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-about__detail-text + .contact-about__detail-title {
  margin-top: 1em;
}

.human-block {
  max-width: 750px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .human-block {
    margin: 0 auto 30px;
  }
}

.human-table {
  margin: 30px auto;
  max-width: 559px;
}
@media only screen and (max-width: 767px) {
  .human-table {
    margin: 10px auto;
  }
}

.contents__wrap-list .new {
  color: red;
}
.contents__wrap-list dt .date {
  font-size: 1.6rem;
}
.contents__wrap-list dd .date-title {
  margin-bottom: 1em;
}

.human-link-list {
  margin: 1em 0 1em;
}

.human-img-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
  .human-img-list {
    width: 57%;
    flex-direction: column;
    gap: 10px;
  }
}
.human-img-list li {
  width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 767px) {
  .human-img-list li {
    width: 100%;
  }
}
.human-img-list li img {
  width: 100%;
}

.history-block {
  max-width: 750px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .history-block {
    margin: 0 auto 30px;
  }
}

.faq-search__wrap {
  background: #FAF8F6;
  width: 100%;
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 25px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .faq-search__wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.faq-search__text {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 1.2em;
  position: relative;
}
.faq-search__text::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/images/faq/icon-faq-searcg.svg) center center no-repeat;
  background-size: cover;
}
.faq-search__select {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .faq-search__select {
    width: 100%;
  }
}
.faq-search__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  font-size: 1.4rem;
  padding: 5px 40px 5px 20px;
  width: 100%;
  border: none;
  cursor: pointer;
  background-image: url(/assets/images/faq/icon-faq-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center; /* 右から12pxの位置に配置 */
  background-size: 16px; /* 矢印のサイズ */
}

.faq-table-block {
  max-width: 440px;
  margin: 30px auto 10px;
}
@media only screen and (max-width: 767px) {
  .faq-table-block {
    margin: 10px auto 10px;
  }
}
.faq-table-block table.type-a {
  min-width: 440px;
}
.faq-table-block table.type-a td {
  text-align: right;
}

.faq-img {
  width: 100%;
}
.faq-img img {
  width: 100%;
}
.faq-img.faq-img-01 {
  margin: 60px auto 0;
  max-width: 612px;
}
@media only screen and (max-width: 767px) {
  .faq-img.faq-img-01 {
    margin: 20px auto 0;
  }
}

.terms-title {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .terms-title {
    margin-top: 30px;
  }
}
.terms-block {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .terms-block {
    margin: 0 auto 20px;
  }
}
.terms-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.terms-wrap .section__sub-title {
  margin-top: 0;
}
.terms-wrap .link-list li + li {
  margin-top: 15px;
}
.terms-wrap .link-list.terms-list {
  gap: 15px;
}
.terms-wrap .link-list.terms-list li + li {
  margin-top: 0px;
}
.terms-wrap dl dt {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .terms-wrap dl dt {
    font-size: 1.4rem;
  }
}
.terms-wrap dl dt .date {
  font-size: 1.4rem;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .terms-wrap dl dt .date {
    font-size: 1rem;
    display: block;
    margin-left: 0;
  }
}
.terms-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.terms-list li {
  width: calc(50% - 1em);
}
@media only screen and (max-width: 767px) {
  .terms-list li {
    width: 100%;
  }
}
.terms-list li a.pdf-link .date {
  color: #E15151;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
  text-decoration: none;
}
.terms-list + .note {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .terms-list + .note {
    margin-top: 10px;
  }
}

.contents__wrap--gray.life .flex-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray.life .flex-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.contents__wrap--gray.life .flex-wrap .img-block {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray.life .flex-wrap .img-block {
    width: 100%;
  }
}
.contents__wrap--gray.life .flex-wrap .img-block img {
  width: 100%;
}
.contents__wrap--gray.life .flex-wrap .text-block {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .contents__wrap--gray.life .flex-wrap .text-block {
    width: 100%;
  }
}
.contents__wrap--gray.life .flex-wrap .text-block .btn {
  margin: 1em auto;
}
.contents__wrap--gray.life .flex-wrap .text-block .btn a {
  max-width: 100%;
}

.anniversary-block {
  margin: 40px auto;
}

.speech-green {
  color: #5E9D6A;
  font-size: 2.4rem;
  font-weight: 700;
}

.board-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: 48px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .board-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }
}
.board-list > li {
  display: flex;
  flex-direction: column;
}
.board-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 268/151;
}
.board-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-list__detail {
  padding: 20px;
  background: #fff;
  font-size: 1.4rem;
  flex-grow: 1;
}
.board-list__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.board-list a.pdf-link {
  padding-right: 2.2rem;
}
.board-list a.pdf-link::after {
  width: 1.8rem;
  height: 1.8rem;
}

.travel-block {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .travel-block .note {
    font-size: 1.4rem;
  }
}
.travel-block .btn + .btn {
  margin-top: 20px;
}
.travel-block .btn + .note {
  margin: 30px auto 10px;
}
.travel-block + .travel-block {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .travel-block + .travel-block {
    margin-top: 80px;
  }
}

form + .travel-block {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  form + .travel-block {
    margin-top: 80px;
  }
}

.kangeki-wrap .img-block {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.kangeki-wrap .img-block img {
  width: 100%;
}
.kangeki-wrap .schedule-flex-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .kangeki-wrap .schedule-flex-wrap {
    gap: 20px;
  }
}
.kangeki-wrap .schedule-flex-wrap .schedule-block {
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 767px) {
  .kangeki-wrap .schedule-flex-wrap .schedule-block {
    width: 100%;
  }
}
.kangeki-wrap .schedule-flex-wrap .schedule-block__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.kangeki-wrap .schedule-flex-wrap .schedule-block .text {
  font-size: 1.4rem;
}

.xiv .contact__wrap-box {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  padding: 0;
}
.xiv .contact__wrap-box--inner {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.xiv .contact__wrap-box .center-block {
  margin-top: 1em;
}
.xiv .contact__wrap-box .note {
  text-align: left;
}
.xiv-text .text,
.xiv-text .dot-list {
  font-size: 1.4rem;
}
.xiv-number-list {
  margin-bottom: 60px;
}
.xiv-number-list li::before {
  font-weight: 700;
}
.xiv-panel-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(234px, 1fr));
  gap: 48px;
  margin: 40px auto 60px;
}
@media only screen and (max-width: 767px) {
  .xiv-panel-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }
}
.xiv-panel-list > li {
  display: flex;
  flex-direction: column;
  background: #FAF8F6;
  padding: 50px 20px 20px;
  position: relative;
}
.xiv-panel-list > li a {
  text-decoration: none;
  transition: 0.3s ease;
}
.xiv-panel-list > li a:hover {
  opacity: 0.8;
}
.xiv-panel-list > li .icon-new {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 18px;
  font-size: 1rem;
  font-weight: 700;
  background: #FED9D6;
  border-radius: 5px;
}
.xiv-panel-list > li .title {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.xiv-panel-list > li .text {
  font-size: 1.4rem;
}
.xiv-panel-list > li .note {
  font-size: 1.2rem;
}

.cinema-text {
  font-size: 1.4rem;
}

.special-35th {
  background: #fff;
  width: 100%;
  padding: 30px;
  text-align: center;
  margin: 10px auto;
}
.special-35th .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.special-35th .text {
  font-size: 1.4rem;
}
.special-35th .price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #E15151;
}

.money-col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.money-col2 .qr-wrap {
  width: 25%;
  max-width: 110px;
}
.money-col2 .qr-wrap img {
  width: 100%;
}
.money-col2 .money-btn {
  margin: 0 auto 0 0;
  width: 70%;
  max-width: 376px;
}

.request-header {
  width: 96%;
  height: min(12.8333333333vw, 15.4rem);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .request-header {
    width: 90%;
    height: 60px;
  }
}
.request-header .header__logo-block {
  width: min(22.3333333333vw, 26.8rem);
}
@media only screen and (max-width: 767px) {
  .request-header .header__logo-block {
    width: 156px;
  }
}
.request-header .header__logo-block img {
  width: 100%;
}

.request-section__inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.request-section__inner + .contents__title {
  margin-top: 100px;
}

.request {
  padding-top: 0;
}
.request .mark {
  padding-left: 1em;
  text-indent: -1em;
}
.request .contents__wrap--gray .text {
  font-size: 1.4rem;
}
.request-list {
  margin-top: 2em;
}
.request-list li + li {
  margin-top: 1em;
}

.second-life-text {
  font-size: 1.4rem;
}
.second-life__img-wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .second-life__img-wrap {
    flex-direction: column;
    gap: 10px;
    margin: 20px auto 0;
  }
}
.second-life__img-item {
  width: calc((100% - min(3.3333333333vw, 4rem)) / 2);
}
@media only screen and (max-width: 767px) {
  .second-life__img-item {
    width: 100%;
  }
}
.second-life__img-item img {
  width: 100%;
  margin-bottom: 0.5em;
}
.second-life__img-box img {
  width: 100%;
  margin: 0.5em auto;
}
.second-life-contact__wrap-box {
  margin: 60px auto;
  text-align: center;
}
.second-life-contact__wrap-box .contact__wrap-box--text {
  font-size: 1.6rem;
  text-align: left;
}
.second-life-contact__wrap-box .contact__wrap-box--tell {
  margin-top: 0;
}
.second-life-contact__wrap-title {
  font-size: 1.4rem;
  font-weight: 400;
}
.second-life-contact__flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .second-life-contact__flex-box {
    flex-direction: column;
    gap: 0px;
  }
}

#search-results {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  #search-results {
    flex-direction: column;
    gap: 10px;
  }
}
#search-results .highlight {
  background-color: #81E198;
}
#search-results a {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-decoration: none;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #search-results a {
    position: relative;
    background-image: linear-gradient(90deg, #333, #333);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  #search-results a {
    font-size: 1.6rem;
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  #search-results a:hover {
    background-size: 100% 1px;
    color: #333;
    text-decoration: none;
  }
}
#search-results a .highlight {
  background-color: transparent;
}
#search-results p {
  width: calc((100% - 24px) / 2);
  background: #FAF8F6;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #search-results p {
    width: 100%;
    padding: 10px;
  }
}
#search-results p.no-background {
  width: 100%;
  background: none;
  padding: 0 0 60px;
}/*# sourceMappingURL=style.css.map */