@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : BEM ベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1239px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

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

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

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

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.5640273705vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
@media (max-width: 1279px) {
  html {
    scroll-padding-top: 4.25rem;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 2.5rem;
  }
}

body {
  min-width: 320px;
  padding: 0;
  color: #282F60;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 1rem;
}

input,
textarea,
select,
button {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #C83B18;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.25rem;
  z-index: 80;
}
.l-header__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 1.25rem 1.375rem 0rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  margin: 0;
  line-height: 0;
}
.l-header__logo a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  width: 9.375rem;
}
@media (max-width: 1279px) {
  .l-header {
    position: fixed;
  }
  .l-header__inner {
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 2.5rem;
  }
  .l-header__inner {
    padding: 0.4375rem 1.25rem;
  }
  .l-header__logo a {
    width: 5.6875rem;
  }
}

.l-menuBtn {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0;
  cursor: pointer;
  background: #282F60;
  z-index: 101;
}
@media (max-width: 767px) {
  .l-menuBtn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.l-menuBtn__bar {
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  margin-left: -1.25rem;
}
.l-menuBtn__bar, .l-menuBtn__bar::before, .l-menuBtn__bar::after {
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 0.1875rem;
  border-radius: 0.125rem;
  background: #fff;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-menuBtn__bar::before {
  top: -0.75rem;
}
.l-menuBtn__bar::after {
  top: 0.75rem;
}
@media (max-width: 767px) {
  .l-menuBtn__bar {
    margin-left: -0.75rem;
  }
  .l-menuBtn__bar, .l-menuBtn__bar::before, .l-menuBtn__bar::after {
    height: 0.125rem;
    width: 1.5rem;
  }
  .l-menuBtn__bar::before {
    top: -0.5rem;
  }
  .l-menuBtn__bar::after {
    top: 0.5rem;
  }
}
.l-menuBtn.-open .l-menuBtn__bar {
  background-color: transparent;
}
.l-menuBtn.-open .l-menuBtn__bar::before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-menuBtn.-open .l-menuBtn__bar::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 1279px) {
  .l-menuBtn {
    display: block;
  }
}

.l-gnav {
  margin: 0;
  height: 100%;
}
.l-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 auto;
  gap: 0 1.5rem;
  padding: 0;
  list-style: none;
}
.l-gnav__link {
  display: block;
  color: #282F60;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.625rem 0;
}
.l-gnav__btn {
  display: block;
  background: #282F60;
  color: white;
  font-weight: 900;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.78125rem 3.5rem;
  border-radius: 6.25rem;
  position: relative;
  margin-left: 1.5rem;
  letter-spacing: 0.03em;
}
.l-gnav__btn::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .l-gnav {
    display: none;
  }
}

.l-spnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 18.75rem;
  z-index: 100;
  background: url(../../images/bg-deco-spnav.png) no-repeat bottom right/11.75rem auto, #282F60;
}
.l-spnav__container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-spnav__container::-webkit-scrollbar {
  display: none;
}
.l-spnav__container {
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  overflow-y: auto;
  padding-top: 4.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-spnav__container {
    padding-top: 2.5rem;
  }
}
.l-spnav__list {
  margin: 0 auto;
  list-style: none;
  color: white;
  padding: 1.25rem 1.875rem 3.125rem;
}
.l-spnav__list > li {
  display: block;
}
.l-spnav__list > li:not(:last-child) {
  border-bottom: 1px solid #585D7E;
}
.l-spnav__link {
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 0;
  color: inherit;
}
.l-spnav__btn {
  margin-top: 1.5rem;
  display: block;
  padding: 0.75rem 1.5rem;
  color: #282F60;
  background: white;
  border-radius: 6.25rem;
  position: relative;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.l-spnav__btn::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .l-spnav {
    display: none !important;
  }
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer {
  position: relative;
  z-index: 5;
  padding: 4.75rem 0 3.5rem;
  color: white;
  background: #282F60;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 0;
  }
}
.l-footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.l-footer__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer__heading {
  font-size: 1.25rem;
  margin: 0;
  padding-bottom: 0.375rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-footer__heading {
    padding-bottom: 0;
  }
}
.l-footer__info {
  line-height: 1.6;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.875rem;
  }
}
.l-footer__message {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.6;
  font-weight: bold;
}
.l-footer__copyright {
  margin: 0;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.6;
}

/**************************************************/
/* contents */
/**************************************************/
.l-page-container {
  position: relative;
  overflow: hidden;
}

.l-page-contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-s {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
}
.l-page-contents-s > *:first-child {
  margin-top: 0 !important;
}

.l-column-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2.5rem;
  margin-top: 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .l-column-a {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-btn-a {
  margin-top: 2rem;
  text-align: center;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-link {
  color: inherit;
  text-decoration: none;
}

.c-link-a {
  color: inherit;
}

.c-link-b {
  color: #3668FF;
}

.c-text-a {
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: 1em 0 0 0;
  font-weight: bold;
}
.c-text-a em {
  color: #C83B18;
}
.c-text-a.-mts {
  margin-top: 0.5em;
}
.c-text-a.-pcCenter {
  text-align: center;
}
@media (max-width: 767px) {
  .c-text-a.-pcCenter {
    text-align: left;
  }
}

.c-text-b {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.5em 0 0 0;
  line-height: 1.8;
}
.c-text-b.-md {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-text-b {
    font-size: 1rem;
  }
  .c-text-b.-md {
    font-size: 1rem;
  }
}

.c-text-c {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.5em 0 0 0;
}
@media (max-width: 767px) {
  .c-text-c {
    font-size: 1.125rem;
  }
}

.c-lead-a {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 2.625rem 0 0 0;
  text-align: center;
}
.c-lead-a em {
  color: #C83B18;
}
.c-lead-a.-mts {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .c-lead-a {
    font-size: 1rem;
    margin-top: 2rem;
    text-align: left;
  }
}

.c-heading-a {
  text-align: center;
  font-weight: 900;
  font-size: 2.625rem;
  margin: 0;
  position: relative;
  z-index: 3;
}
.c-heading-a .-large {
  line-height: 1;
  font-size: 3.875rem;
}
.c-heading-a.-accent {
  color: #C83B18;
}
.c-heading-a.-white {
  color: white;
}
.c-heading-a__sub {
  display: block;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-heading-a {
    font-size: 1.75rem;
    margin: 0 -0.0625rem;
  }
  .c-heading-a.-sm {
    font-size: 1.5rem;
  }
  .c-heading-a .-large {
    font-size: 2.25rem;
  }
  .c-heading-a__sub {
    font-size: 1.25rem;
  }
}

.c-heading-b {
  margin: 3.125rem 0 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #282F60;
  position: relative;
}
.c-heading-b + * {
  margin-top: 1.25rem !important;
}
.c-heading-b em {
  color: #C83B18;
}
@media (max-width: 767px) {
  .c-heading-b {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.c-heading-c {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 3rem 0 0;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .c-heading-c {
    font-size: 1.25rem;
  }
}
.c-heading-c.-accent {
  color: #976E49;
}
.c-heading-c.-large {
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  .c-heading-c.-large {
    font-size: 1.25rem;
  }
}
.c-heading-c.-border {
  padding-bottom: 1rem;
  border-bottom: solid 1px #282F60;
}
.c-heading-c.-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}
.c-heading-c.-mts {
  margin-top: 1.25rem;
}
.c-heading-c em {
  color: #C83B18;
}
.c-heading-c .-small {
  font-size: 1rem;
}

.c-heading-d {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0.8em 0 0;
  letter-spacing: 0.01em;
}
.c-heading-d em {
  color: #C83B18;
}

.c-heading-e {
  font-size: 1.5rem;
  background: #282F60;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.625rem;
  margin: 0.5rem 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-heading-e {
    font-size: 1rem;
  }
}

.c-btn-a {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: white;
  background: #282F60;
  font-weight: 900;
  border-radius: 6.25rem;
  padding: 0.75rem 1.875rem;
  position: relative;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 18.75rem;
}
.c-btn-a::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-a.-lg {
  max-width: 21.875rem;
}
.c-btn-a.-xlg {
  font-size: 1.75rem;
  width: 31.25rem;
  max-width: 100%;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-btn-a.-xlg {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.c-btn-a.-solid {
  background: white;
  color: #282F60;
  border: solid 0.1875rem #282F60;
}
.c-btn-a.-white {
  color: #282F60;
  background: white;
}
.c-btn-a.-white::after {
  color: #C83B18;
}
.c-btn-a.-full {
  max-width: 100%;
}
.c-btn-a.-prev {
  border-color: #282F60;
  background: #282F60;
  color: white;
}
.c-btn-a.-prev::after {
  right: auto;
  left: 1rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-btn-a.-disabled {
  pointer-events: none;
  opacity: 0.6;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.c-btn-a.-form {
  border-color: #282F60;
  background: #282F60;
  color: white;
}
.c-btn-a.-form.-prev {
  background: white;
  color: #282F60;
}
.c-btn-a.-close {
  pointer-events: none;
  background: #999;
  color: #333;
  border-color: #333;
}
.c-btn-a.-close::after {
  display: none;
}

.c-btn-b {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #C83B18;
  border-radius: 0.625rem;
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 1.0625rem 4.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  gap: 0.5rem;
  min-width: 24.25rem;
}
.c-btn-b::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow-down.svg") no-repeat;
          mask: url("../img/icon-arrow-down.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .c-btn-b {
    min-width: auto;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0.75rem 2.5rem 0.75rem 1.25rem;
    width: 100%;
    display: block;
  }
  .c-btn-b::after {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}

.c-download-btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-weight: 900;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.25rem;
  padding: 0.9375rem 3.5rem;
  background: #282F60;
  text-decoration: none;
  position: relative;
  width: calc(50% - 1.25rem);
}
.c-download-btn.-excel {
  background: #31A9A1;
}
.c-download-btn.-pdf {
  background: #DC687C;
}
.c-download-btn.-full {
  width: 100%;
}
.c-download-btn::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow-down.svg") no-repeat;
          mask: url("../img/icon-arrow-down.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 0.8125rem;
  height: 0.8125rem;
  right: 2.625rem;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-download-btn {
    width: 100%;
    line-height: 1.3;
    padding: 1rem 3.625rem 1rem 1.5rem;
    text-align: center;
    font-size: 0.875rem;
  }
  .c-download-btn::after {
    right: 1.875rem;
  }
}

.c-external-btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #C83B18;
  border: solid 0.1875rem #C83B18;
  border-radius: 6.25rem;
  background: white;
  font-weight: 900;
  padding: 0.75rem 2rem 0.75rem 3.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
}
.c-external-btn::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-external.svg") no-repeat;
          mask: url("../img/icon-external.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  display: inline-block;
}
@media (max-width: 767px) {
  .c-external-btn {
    display: block;
    line-height: 1.4;
    padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
  }
  .c-external-btn::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.125rem;
  }
}
@media (max-width: 767px) {
  .c-external-btn > span {
    display: inline-block;
    font-size: 0.875rem;
  }
}

.c-list-a {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-a > li {
  margin-top: 0.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-left: 1.5em;
  position: relative;
}
.c-list-a > li::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
}
.c-list-a.-main {
  color: #C83B18;
}
.c-list-a.-mtl {
  margin-top: 1rem;
}

.c-numlist-a {
  padding: 0;
  margin: 6.25rem 0 0 0;
  list-style: none;
  counter-reset: orderA;
}
.c-numlist-a.-mtl {
  margin-top: 8.75rem;
}
@media (max-width: 767px) {
  .c-numlist-a {
    margin-top: 5.625rem;
  }
  .c-numlist-a.-first {
    margin-top: 2rem;
  }
  .c-numlist-a.-mtl {
    margin-top: 5.625rem;
  }
}
.c-numlist-a > li:not(:first-child) {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .c-numlist-a > li:not(:first-child) {
    margin-top: 2rem;
  }
}
.c-numlist-a__heading {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  padding-left: 1em;
  border-bottom: solid 1px #282F60;
  position: relative;
}
.c-numlist-a__heading + * {
  margin-top: 1.25rem !important;
}
.c-numlist-a__heading::before {
  position: absolute;
  counter-increment: orderA;
  content: counter(orderA) ".";
  top: 0;
  left: 0;
}

.c-numlist-circle {
  margin: 0;
}
.c-numlist-circle {
  list-style: none;
  counter-reset: circled;
  position: relative;
  padding-left: 0;
}
.c-numlist-circle li {
  position: relative;
  padding-left: 1.5em;
}
.c-numlist-circle li:nth-child(1)::before {
  content: "① ";
  position: absolute;
  left: 0;
}
.c-numlist-circle li:nth-child(2)::before {
  content: "② ";
  position: absolute;
  left: 0;
}
.c-numlist-circle li:nth-child(3)::before {
  content: "③ ";
  position: absolute;
  left: 0;
}
.c-numlist-circle li:nth-child(4)::before {
  content: "④ ";
  position: absolute;
  left: 0;
}
.c-numlist-circle li:nth-child(5)::before {
  content: "⑤ ";
  position: absolute;
  left: 0;
}
.c-numlist-circle li:nth-child(6)::before {
  content: "⑥ ";
  position: absolute;
  left: 0;
}
.c-numlist-circle li:nth-child(7)::before {
  content: "⑦ ";
  position: absolute;
  left: 0;
}
.c-numlist-circle li:nth-child(8)::before {
  content: "⑧ ";
  position: absolute;
  left: 0;
}
.c-numlist-circle li:nth-child(9)::before {
  content: "⑨ ";
  position: absolute;
  left: 0;
}
.c-numlist-circle li:nth-child(10)::before {
  content: "⑩ ";
  position: absolute;
  left: 0;
}
.c-numlist-circle > li {
  margin-top: 0.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.c-notes-a {
  font-weight: bold;
  margin: 0.5rem 0 0 0;
  list-style: none;
  padding: 0;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.c-notes-a > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-notes-a.-sm {
  font-size: 0.75rem;
}
.c-notes-a.-large {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-notes-a.-large {
    font-size: 1rem;
  }
}
.c-notes-a em {
  color: #C83B18;
}

.c-notes-b {
  font-weight: bold;
  margin: 0;
  list-style: none;
  padding: 0;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
}
.c-notes-b.-white {
  color: white;
}
.c-notes-b > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .c-notes-b {
    font-size: 0.75rem;
    text-align: left;
  }
}

.c-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.125rem 0.625rem 1fr;
  grid-template-columns: 8.125rem 1fr;
  gap: 1.5rem 0.625rem;
  margin: 0;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-dl dt {
  border-radius: 0.25rem;
  margin: 0;
  padding: 0.25rem;
  background: #C83B18;
  color: white;
  font-weight: bold;
  text-align: center;
}
.c-dl dd {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
}
.c-dl dd > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .c-dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .c-dl dt {
    max-width: 8.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.9375rem;
  }
  .c-dl dd {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .c-dl dd + dt {
    margin-top: 1.25rem;
  }
}

.c-table-a {
  --borderColor: #282F60;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-table-a {
    margin-top: 2.5rem;
  }
}
.c-table-a.-mts {
  margin-top: 1.25rem;
}
.c-table-a table {
  border-spacing: 0;
  border-radius: 0.625rem;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  border-left: 2px solid var(--borderColor);
  border-top: 2px solid var(--borderColor);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-table-a table {
    font-size: 0.875rem;
  }
}
.c-table-a table em {
  color: #EA5220;
}
.c-table-a table .-lg {
  font-size: 1.5rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .c-table-a table .-lg {
    font-size: 1.125rem;
  }
}
.c-table-a table .-left {
  text-align: left;
  display: inline-block;
}
.c-table-a table th, .c-table-a table td {
  border-bottom: 2px solid var(--borderColor);
  border-right: 2px solid var(--borderColor);
}
.c-table-a table thead th {
  background: #FEFAE9;
  font-size: 1.25rem;
  padding: 1.0625rem;
}
.c-table-a table thead th.-sm {
  padding: 1.125rem 2.5rem;
  font-size: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .c-table-a table thead th {
    font-size: 1.0625rem;
  }
  .c-table-a table thead th.-sm {
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .c-table-a table tbody {
    font-size: 0.875rem;
  }
}
.c-table-a table tbody th {
  background: #FEFAE9;
  padding: 1.125rem 2.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .c-table-a table tbody th {
    padding: 1rem 0.5rem;
    min-width: 4.0625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-table-a table tbody th.-spCenter {
    text-align: center;
  }
}
.c-table-a table tbody td {
  background: white;
  padding: 1.125rem 1.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-table-a table tbody td {
    padding: 1rem 0.5rem;
  }
}
.c-table-a table tbody td.-left {
  padding-left: 9.375rem;
  text-align: left;
}
@media (max-width: 767px) {
  .c-table-a table tbody td.-left {
    padding-left: 0.5rem;
  }
}
.c-table-a table tbody td .-type {
  min-width: 4.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-table-a table tbody td .-type {
    display: block;
  }
}
.c-table-a table tbody td .-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 2rem;
}
@media (max-width: 767px) {
  .c-table-a table tbody td .-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-table-a table tbody td .-map {
  max-width: 16.25rem;
}
@media (max-width: 767px) {
  .c-table-a table tbody td .-map {
    max-width: 13.125rem;
  }
}
.c-table-a table tbody td .-large {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-table-a table tbody td .-large {
    font-size: 1.25rem;
  }
}
.c-table-a table tbody td small {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .c-table-a table tbody td small {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .c-table-a.-scrollSp {
    width: calc(100% + 1.25rem);
    padding-right: 1.25rem;
  }
  .c-table-a.-scrollSp table {
    min-width: 75rem;
    font-size: 1rem;
  }
  .c-table-a.-scrollSp table tbody th {
    padding: 1.125rem 2.5rem;
  }
  .c-table-a.-scrollSp table tbody td {
    padding: 1.125rem 1.25rem;
  }
}
.c-table-a.-black {
  color: #131313;
}
.c-table-a.-head thead th:first-child {
  border-radius: 10px 0 0 0;
}
.c-table-a.-head thead th:last-child {
  border-radius: 0 10px 0 0;
}
.c-table-a.-head tbody tr:last-child th:first-child {
  border-radius: 0 0 0 0.625rem;
}
.c-table-a.-head tbody tr:last-child td:last-child {
  border-radius: 0 0 0.625rem 0;
}
.c-table-a.-nohead tr:first-child th:first-child {
  border-radius: 0.625rem 0 0 0;
}
.c-table-a.-nohead tr:first-child td:last-child {
  border-radius: 0 0.625rem 0 0;
}
.c-table-a.-nohead tr:last-child th:first-child {
  border-radius: 0 0 0 0.625rem;
}
.c-table-a.-nohead tr:last-child td:last-child {
  border-radius: 0 0 0.625rem 0;
}
.c-table-a.-nohead tr:last-child td:last-child.-round {
  border-radius: 0 0 0.625rem 0.625rem;
}
.c-table-a.-one tr:last-child th:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
}
.c-table-a.-one tr:last-child td:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}

.c-table-b {
  --borderColor: #7A7A7A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.25rem;
}
.c-table-b table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  border-left: 2px solid var(--borderColor);
  border-top: 2px solid var(--borderColor);
}
.c-table-b table th, .c-table-b table td {
  border-bottom: 2px solid var(--borderColor);
  border-right: 2px solid var(--borderColor);
  color: #131313;
  letter-spacing: 0.01em;
  text-align: left;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
}
@media (max-width: 767px) {
  .c-table-b table th, .c-table-b table td {
    padding: 1rem 0.5rem;
    line-height: 1.4;
  }
}
.c-table-b table th {
  background: #EBEBEB;
}
@media (max-width: 767px) {
  .c-table-b table th {
    min-width: 6.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-table-b table td {
  background: white;
}

.c-box-a {
  background: #FEFAE9;
  border: solid 0.25rem #976E49;
  border-radius: 0.625rem;
  padding: 3.125rem 5.625rem;
  margin-top: 6.25rem;
}
.c-box-a > *:first-child {
  margin-top: 0 !important;
}
.c-box-a.-white {
  background: white;
}
@media (max-width: 767px) {
  .c-box-a {
    padding: 2.5rem 1.25rem;
    margin-top: 2.5rem;
  }
}

.c-faq {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-faq {
    margin-top: 1.875rem;
  }
}
.c-faq + .c-faq {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .c-faq + .c-faq {
    margin-top: 2.5rem;
  }
}
.c-faq__heading {
  margin: 0;
  border-bottom: solid 1px #282F60;
  font-weight: bold;
  font-size: 1.875rem;
  padding: 1.5rem 3.375rem 0.75rem 1.875rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-faq__heading {
    font-size: 1.25rem;
    padding: 1.8125rem 2.25rem 1rem 0;
  }
}
.c-faq__heading::before {
  position: absolute;
  content: "";
  top: 0;
  left: 1.875rem;
  background: #C83B18;
  width: 1rem;
  height: 1rem;
  border-radius: 6.25rem;
}
@media (max-width: 767px) {
  .c-faq__heading::before {
    left: 0;
  }
}
.c-faq__heading-toggle {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #282F60;
  border-radius: 6.25rem;
}
.c-faq__heading-toggle::before, .c-faq__heading-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.125rem;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-faq__heading-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq__heading-toggle.-open::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .c-faq__heading-toggle {
    right: 0;
    top: calc(50% + 0.1875rem);
  }
}

.c-faq-list {
  display: none;
  margin-top: 1.25rem;
}

.c-faq-item {
  margin: 0;
}
.c-faq-item:not(:last-child) {
  border-bottom: solid 1px #FEEEAB;
}
.c-faq-item dt {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding: 1.25rem 4.375rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-faq-item dt {
    padding: 1.25rem 2rem 1.25rem 2.5rem;
  }
}
.c-faq-item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/faq-q.svg) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 767px) {
  .c-faq-item dt::before {
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 1.25rem;
  }
}
.c-faq-item dt::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow-down.svg") no-repeat;
          mask: url("../img/icon-arrow-down.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  right: 1.875rem;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-faq-item dt::after {
    top: 1.6875rem;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-faq-item dt.-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-faq-item dt p {
  margin: 0;
}
.c-faq-item dd {
  display: none;
  margin: 0 1.25rem 1.25rem 0;
  padding: 1.875rem 1.875rem 1.875rem 5.625rem;
  border-radius: 0.625rem;
  font-size: 1rem;
  line-height: 1.6;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.024em;
  position: relative;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-faq-item dd {
    margin-right: 0;
    padding: 1rem 0.625rem 1rem 3rem;
  }
}
.c-faq-item dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/faq-a.svg) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 767px) {
  .c-faq-item dd::before {
    left: 0.5rem;
    top: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-faq-item dd p {
  margin: 0;
}
.c-faq-item dd a {
  color: #27A4FE;
}
.c-faq-item dd small {
  font-size: 0.875rem;
}

.c-pagetitle {
  background: url(../../images/bg01.png) repeat top center/13rem;
  padding: 5rem 1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 25.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.c-pagetitle::before {
  width: 100%;
  height: 5.5rem;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: url(../../images/bg-deco02.png) repeat-x top center/auto 30.625rem;
}
.c-pagetitle__title {
  margin: 0;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1.4;
  background: #FEFAE9;
  padding: 0.125rem 1.25rem 0.25rem;
}
.c-pagetitle__text {
  margin: 1rem 0 0 0;
  font-size: 1.875rem;
  font-weight: 900;
  position: relative;
  padding: 0 2.8125rem;
}
.c-pagetitle__text::before, .c-pagetitle__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 0.125rem;
  border-radius: 6.25rem;
  background: #282F60;
}
.c-pagetitle__text::before {
  left: 0;
}
.c-pagetitle__text::after {
  right: 0;
}
@media (max-width: 767px) {
  .c-pagetitle {
    min-height: 15.625rem;
    padding: 3.125rem 1.25rem;
  }
  .c-pagetitle::before {
    height: 2.8125rem;
    background: url(../../images/bg-deco02.png) repeat-x top center/auto 14.375rem;
  }
  .c-pagetitle__title {
    font-size: 1.25rem;
  }
  .c-pagetitle__text {
    font-size: 1rem;
    padding: 0 1.875rem;
  }
  .c-pagetitle__text::before, .c-pagetitle__text::after {
    width: 1.5rem;
  }
}

.c-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-news-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #282F60;
  text-decoration: none;
  border-bottom: solid 1px #D1D1D1;
  padding-top: 1.125rem;
  padding-bottom: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-news-link::after {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    background: currentColor;
    content: "";
    -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
            mask: url("../img/icon-arrow.svg") no-repeat;
    -webkit-mask-position: 50%;
            mask-position: 50%;
    -webkit-mask-size: contain;
            mask-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-news-link__date {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.33;
}
.c-news-link__title {
  display: block;
  margin: 0.8125rem 0 0;
  font-weight: bold;
  padding-right: 2.5rem;
  position: relative;
  line-height: 1.4;
}
.c-news-link__title::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-news-link__title {
    margin-top: 0.5rem;
  }
  .c-news-link__title::after {
    display: none;
  }
}

.c-index-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.125rem 0 0 0;
  gap: 0.5rem 2rem;
}
@media (max-width: 767px) {
  .c-index-pager {
    gap: 0.5rem;
  }
}
.c-index-pager__zengo {
  display: block;
  width: 2.75rem;
}
.c-index-pager__zengo.-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-index-pager__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  font-weight: bold;
}
.c-index-pager__list > li a {
  color: #131313;
  line-height: 1;
  border-radius: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  aspect-ratio: 1;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-index-pager__list > .cur > * {
  color: white;
  background: #282F60;
  line-height: 1;
  border-radius: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  aspect-ratio: 1;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-img-a {
  margin: 2em 0;
}
.c-img-a img {
  width: 100%;
}

.c-about-storelist {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .c-about-storelist {
    margin-top: 1.5rem;
  }
}
.c-about-storelist__title {
  margin: 0;
}
.c-about-storelist__heading {
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  margin: 2.5rem 0 0 0;
}
@media (max-width: 767px) {
  .c-about-storelist__heading {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
.c-about-storelist__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-about-storelist__btn {
    margin-top: 1.5rem;
  }
}

.c-recruitment {
  background: url(../../images/bg-deco01-l.png) no-repeat top left/clamp(0rem, 34vw, 29.0625rem) auto, url(../../images/bg-deco01-r.png) no-repeat top right/clamp(0rem, 31.04vw, 27.9375rem) auto, url(../../images/bg01.png) repeat top center/13rem;
  padding: 6.25rem 0;
  position: relative;
}
.c-recruitment::before {
  width: 100%;
  height: 22.0625rem;
  max-height: 45%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: url(../../images/bg-deco02.png) repeat-x top center/auto 30.625rem;
}
@media (max-width: 767px) {
  .c-recruitment {
    padding: 2.5rem 0;
    background: url(../../images/bg-deco01-l.png) no-repeat top left/40% auto, url(../../images/bg-deco01-r.png) no-repeat top right/37% auto, url(../../images/bg01.png) repeat top center/13rem;
  }
  .c-recruitment::before {
    height: 11.25rem;
    background-size: auto 16.875rem;
  }
}

.c-recruitmentBox {
  margin-top: 6.25rem;
  background: white;
  border: solid 0.5rem #976E49;
  border-radius: 1.25rem;
  padding: 4rem;
}
@media (max-width: 767px) {
  .c-recruitmentBox {
    margin-top: 2.5rem;
    border-radius: 0.625rem;
    border-width: 0.25rem;
    padding: 2.25rem 1rem;
  }
}
.c-recruitmentBox__lead {
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 1.875rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-recruitmentBox__lead {
    margin-top: 1rem;
    text-align: left;
    font-size: 0.875rem;
  }
}
.c-recruitmentBox__btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-recruitmentBox__btn {
    margin-top: 1.25rem;
  }
}
.c-recruitmentBox__heading {
  font-size: 1.875rem;
  margin: 0 auto;
  margin-top: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.c-recruitmentBox__heading::after {
  display: block;
  width: 100%;
  height: 2.1875rem;
  content: "";
  background: url(../../images/deco-heading01.png) no-repeat center bottom/contain;
}
@media (max-width: 767px) {
  .c-recruitmentBox__heading {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.3;
    width: 100%;
  }
  .c-recruitmentBox__heading::after {
    height: 1.625rem;
  }
}
.c-recruitmentBox__text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 4rem 0 0;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 767px) {
  .c-recruitmentBox__text {
    margin-top: 2rem;
    font-size: 1.25rem;
  }
}
.c-recruitmentBox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.125rem;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .c-recruitmentBox__wrap {
    margin-top: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}
.c-recruitmentBox__dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.125rem 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.125rem;
  margin: 0;
}
.c-recruitmentBox__dl dt {
  background: #976E49;
  color: white;
  font-weight: bold;
  padding: 0.125rem;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 8.25rem;
  text-align: center;
}
.c-recruitmentBox__dl dd {
  font-weight: bold;
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-recruitmentBox__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .c-recruitmentBox__dl dd {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
  .c-recruitmentBox__dl dd + dt {
    margin-top: 1rem;
  }
}
.c-recruitmentBox__tel {
  display: block;
  max-width: 30.25rem;
  width: 48%;
}
@media (max-width: 767px) {
  .c-recruitmentBox__tel {
    width: 100%;
    max-width: 16.25rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.l-mainvisual {
  overflow: hidden;
  background: url(../../images/bg01.png) repeat top center/13rem;
  position: relative;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .l-mainvisual {
    padding-top: 0;
  }
}
.l-mainvisual::before {
  width: 100%;
  height: 22.0625rem;
  max-height: 45%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: url(../../images/bg-deco02.png) repeat-x top center/auto 30.625rem;
}
@media (max-width: 767px) {
  .l-mainvisual::before {
    display: none;
  }
}
.l-mainvisual__img {
  position: relative;
  margin: 0 auto;
  margin-left: -6%;
  width: 112%;
}
@media (min-width: 1617px) {
  .l-mainvisual__img {
    width: 101.0625rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .l-mainvisual__img {
    width: 100%;
    margin: 0;
  }
}
.l-mainvisual__img picture {
  margin: 0;
  display: block;
}
.l-mainvisual__img picture img {
  width: 100%;
}

.l-top-campaign {
  padding: 4.375rem 0 6.25rem;
  background: url(../../images/bg-top-deco01.png) no-repeat top -13.375rem left/33.75rem auto, url(../../images/bg-top-deco02.png) no-repeat bottom right/68.75rem auto, url(../../images/bg01.png) repeat top center/13rem;
}
@media (max-width: 767px) {
  .l-top-campaign {
    padding: 2.5rem 0 3.125rem;
    background: url(../../images/bg-top-deco01.png) no-repeat top -5rem left/50% auto, url(../../images/bg-top-deco02.png) no-repeat bottom right/94% auto, url(../../images/bg01.png) repeat top center/13rem;
  }
}
.l-top-campaign .campaign__title {
  max-width: 31.25rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .l-top-campaign .campaign__title {
    margin-top: 3.125rem;
    max-width: 18.75rem;
  }
}
.l-top-campaign .campaign__title.-mts {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .l-top-campaign .campaign__title.-mts {
    margin-top: 1.875rem;
  }
}
.l-top-campaign .campaign__title + .campaign__subtitle {
  margin-top: 1rem;
}
.l-top-campaign .campaign__subtitle {
  text-align: center;
  font-weight: bold;
  margin: 3.125rem 0 0 0;
  font-size: 2.25rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .l-top-campaign .campaign__subtitle {
    font-size: 1.375rem;
    margin-top: 1.875rem;
  }
}

.l-top-recruitment {
  background: url(../../images/bg03.png) repeat center center/auto auto, #FEFAE9;
  background-blend-mode: soft-light;
  padding: 6.25rem 0;
  position: relative;
}
.l-top-recruitment::before {
  content: "";
  position: absolute;
  width: 100%;
  height: clamp(4.75rem, 11vw, 9.5625rem);
  background: url(../../images/deco01.png) no-repeat left center/auto 100%, url(../../images/deco02.png) no-repeat right center/auto 100%;
  z-index: 2;
  left: 0;
  top: -4.0625rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-top-recruitment::before {
    width: calc(100% + 3.75rem);
    left: -1.875rem;
  }
}
@media (max-width: 767px) {
  .l-top-recruitment {
    padding: 3.125rem 0;
  }
  .l-top-recruitment::before {
    top: -1.5rem;
  }
}

.l-top-store {
  background: url(../../images/bg-store-deco02.png) no-repeat bottom right 68%/clamp(0rem, 18.47vw, 16.625rem) auto, url(../../images/bg-store-deco01-l.png) no-repeat top left/clamp(0rem, 30vw, 27rem) auto, url(../../images/bg-store-deco01-r.png) no-repeat top right/clamp(0rem, 31.04vw, 27.9375rem) auto, url(../../images/bg02.png) repeat top center/13rem;
  padding: 6rem 0 6.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-store {
    padding: 3.125rem 0;
    background: url(../../images/bg-store-deco02.png) no-repeat bottom right 68%/24% auto, url(../../images/bg-store-deco01-l.png) no-repeat top left/36% auto, url(../../images/bg-store-deco01-r.png) no-repeat top right/34% auto, url(../../images/bg02.png) repeat top center/13rem;
  }
}
.l-top-store .store__btn {
  margin: 2rem auto 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-store .store__btn {
    margin: 1rem 0 0 0;
    width: auto;
  }
}
.l-top-store .store__btn::before {
  position: absolute;
  content: "";
  width: 5.6875rem;
  max-width: 20%;
  height: 4.625rem;
  background: url(../../images/bg-store-deco03-l.png) no-repeat center center/contain;
  right: calc(100% - 1.875rem);
  top: -7.5rem;
}
@media (max-width: 767px) {
  .l-top-store .store__btn::before {
    width: 2.5rem;
    top: -3.75rem;
  }
}
.l-top-store .store__btn::after {
  position: absolute;
  content: "";
  width: 6.625rem;
  max-width: 22%;
  height: 6.0625rem;
  background: url(../../images/bg-store-deco03-r.png) no-repeat center bottom/contain;
  left: calc(100% + 1.125rem);
  bottom: -2.875rem;
}
@media (max-width: 767px) {
  .l-top-store .store__btn::after {
    width: 3.125rem;
    left: auto;
    right: 0.625rem;
  }
}

.l-top-faq {
  background: #FEFAE9;
  padding: 5.375rem 0 6.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-faq {
    padding: 2.25rem 0 3.75rem;
  }
}
.l-top-faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: clamp(4.75rem, 11vw, 9.5625rem);
  background: url(../../images/deco03.png) no-repeat left center/auto 100%, url(../../images/deco04.png) no-repeat right center/auto 100%;
  z-index: 2;
  left: 0;
  top: -4.25rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-top-faq::before {
    width: calc(100% + 3.75rem);
    left: -1.875rem;
  }
}
@media (max-width: 767px) {
  .l-top-faq::before {
    top: -1.25rem;
  }
}
.l-top-faq .faq-links {
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .l-top-faq .faq-links {
    margin-top: 1.25rem;
  }
}
.l-top-faq .faq-links > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-top-faq .faq-links > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-top-faq .faq-links__heading {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #976E49;
  font-weight: bold;
  font-size: 1.25rem;
  min-width: 9.75rem;
}
@media (max-width: 767px) {
  .l-top-faq .faq-links__heading {
    text-align: center;
  }
}
.l-top-faq .faq-links__btns {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.l-top-faq .faq-links__btn {
  display: inline-block;
  background: white;
  border: solid 0.125rem #976E49;
  border-radius: 0.625rem;
  color: #976E49;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: 0.75rem 2.25rem 0.75rem;
  position: relative;
  width: 100%;
  max-width: 17.5rem;
}
@media (max-width: 767px) {
  .l-top-faq .faq-links__btn {
    max-width: 100%;
  }
}
.l-top-faq .faq-links__btn::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow-down.svg") no-repeat;
          mask: url("../img/icon-arrow-down.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-top-faq .faq-heading {
  background: #976E49;
  font-weight: bold;
  margin: 5rem 0 0;
  text-align: center;
  color: white;
  font-size: 1.875rem;
  border-radius: 0.5rem;
  padding: 0.625rem;
}
.l-top-faq .faq-heading.-mts {
  margin-top: 4.375rem;
}
@media (max-width: 767px) {
  .l-top-faq .faq-heading {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    padding: 0.875rem 0.625rem;
  }
  .l-top-faq .faq-heading.-mts {
    margin-top: 2.5rem;
  }
}

.l-top-news {
  position: relative;
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .l-top-news {
    margin-top: 1.875rem;
  }
}
.l-top-news .news-box {
  background: white;
  border-radius: 1.25rem;
  padding: 2.5rem 6.25rem 3.125rem;
}
@media (max-width: 767px) {
  .l-top-news .news-box {
    border-radius: 0.625rem;
    padding: 1.5rem 1.25rem 1.875rem;
  }
}
.l-top-news .news-btn {
  margin-top: 3.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-top-news .news-btn {
    margin-top: 1.5rem;
  }
}

.l-top-anc-news {
  z-index: 20;
  position: fixed;
  right: 0;
  bottom: 1.25rem;
  display: inline-block;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #282F60;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  border: 0.25rem solid #282F60;
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 0.75rem 7.75rem 0.75rem 1.875rem;
}
.l-top-anc-news::after {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask: url("../img/icon-arrow.svg") no-repeat;
          mask: url("../img/icon-arrow.svg") no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  .l-top-anc-news {
    bottom: 1rem;
    font-size: 1.125rem;
    border-width: 0.1875rem;
    padding: 0.5625rem 5.75rem 0.5625rem 1.25rem;
  }
  .l-top-anc-news::after {
    right: 1.375rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
.l-recruitment-overview {
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .l-recruitment-overview {
    padding: 2.5rem 0 3.125rem;
  }
}

.l-about-faq,
.l-recruitment-faq {
  background: #FEFAE9;
  padding: 5.375rem 0 6.25rem;
  position: relative;
}
.l-about-faq::before,
.l-recruitment-faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: clamp(4.75rem, 11vw, 9.5625rem);
  background: url(../../images/deco03.png) no-repeat left center/auto 100%, url(../../images/deco04.png) no-repeat right center/auto 100%;
  z-index: 2;
  left: 0;
  top: -2rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-about-faq::before,
  .l-recruitment-faq::before {
    width: calc(100% + 3.75rem);
    left: -1.875rem;
  }
}
@media (max-width: 767px) {
  .l-about-faq,
  .l-recruitment-faq {
    padding: 2.25rem 0 2.5rem;
  }
  .l-about-faq::before,
  .l-recruitment-faq::before {
    top: -1.25rem;
  }
}

.l-about-overview {
  padding: 5rem 0 6.25rem;
}
@media (max-width: 767px) {
  .l-about-overview {
    padding: 2.5rem 0 3.125rem;
  }
}

.l-about-box {
  background: #FEFAE9;
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .l-about-box {
    padding: 3.125rem 0;
  }
}

.l-about-store {
  padding: 0 0 6.25rem;
}
@media (max-width: 767px) {
  .l-about-store {
    padding: 0 0 3.125rem;
  }
}
.l-about-store .store-header {
  margin: 0;
  padding: 3.125rem 0 6.25rem;
  background: url(../../images/bg-top-deco01.png) no-repeat top -18.75rem left/33.75rem auto, url(../../images/bg-top-deco02.png) no-repeat bottom -12.5rem right -10rem/68.75rem auto, url(../../images/bg01.png) repeat top center/13rem;
}
.l-about-store .store-header img {
  display: block;
  width: 104%;
  margin-left: -2%;
  max-width: none;
}
@media (min-width: 1494px) {
  .l-about-store .store-header img {
    margin: 0 auto;
    width: 93.375rem;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .l-about-store .store-header {
    padding: 1.5rem 0 1.875rem;
    background: url(../../images/bg-top-deco01.png) no-repeat top -6.25rem left/45% auto, url(../../images/bg-top-deco02.png) no-repeat bottom -3.75rem right -2.5rem/90% auto, url(../../images/bg01.png) repeat top center/13rem;
  }
  .l-about-store .store-header img {
    width: 110%;
    margin-left: -5%;
  }
}
.l-about-store .store {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .l-about-store .store {
    padding-top: 2.5rem;
  }
}
.l-about-store .store__btn {
  text-align: center;
  margin: 0 auto;
}
.l-about-store .store__title {
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  margin: 2.5rem 0 0 0;
}
@media (max-width: 767px) {
  .l-about-store .store__title {
    font-size: 1.5rem;
    margin-top: 1.875rem;
  }
}
.l-about-store .store__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2.5rem auto 0;
  max-width: 53.5rem;
  border: solid 0.25rem #C1AD49;
  border-radius: 0.625rem;
  background: white;
  padding: 1.5rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 767px) {
  .l-about-store .store__box {
    margin-top: 1.875rem;
    padding: 1.5rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.l-about-store .store__box-title {
  font-weight: 900;
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .l-about-store .store__box-title {
    font-size: 1rem;
  }
}
.l-about-store .store__box-text {
  margin: 0;
  line-height: 1.6;
  font-weight: 900;
}
@media (max-width: 767px) {
  .l-about-store .store__box-text {
    font-size: 0.875rem;
  }
}

.l-news-index {
  padding: 6.25rem 0;
  background: #FEFAE9;
}
@media (max-width: 767px) {
  .l-news-index {
    padding: 2.5rem 0;
  }
}
.l-news-index .news-box {
  background: white;
  border-radius: 1.25rem;
  padding: 3.5rem 5.75rem;
}
.l-news-index .news-box > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-news-index .news-box {
    border-radius: 0.625rem;
    padding: 1.375rem 1.25rem 2.5rem;
  }
}

.l-news-entry {
  padding: 6.25rem 0;
  background: #FEFAE9;
}
@media (max-width: 767px) {
  .l-news-entry {
    padding: 2.5rem 0;
  }
}
.l-news-entry .entry-box {
  padding: 3.5rem 6.25rem;
  border-radius: 1.25rem;
  background: white;
}
@media (max-width: 767px) {
  .l-news-entry .entry-box {
    border-radius: 0.625rem;
    padding: 2.5rem 1.25rem;
  }
}
.l-news-entry .entry-date {
  display: block;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.l-news-entry .entry-title {
  font-weight: 700;
  font-size: 2.625rem;
  margin: 1.125rem 0 0;
}
@media (max-width: 767px) {
  .l-news-entry .entry-title {
    font-size: 1.5rem;
  }
}
.l-news-entry .entry-contents {
  margin-top: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}
.l-news-entry .entry-contents > *:first-child {
  margin-top: 0 !important;
}
.l-news-entry .entry-contents > *:last-child {
  margin-bottom: 0 !important;
}
.l-news-entry .entry-contents h2, .l-news-entry .entry-contents h3, .l-news-entry .entry-contents h4, .l-news-entry .entry-contents h5 {
  margin-top: 2em;
}
.l-news-entry .entry-contents p {
  margin: 1em 0 0 0;
}
.l-news-entry .entry-contents a {
  word-break: break-all;
}
.l-news-entry .entry-contents .column-media-auto {
  margin: 1em 0 0 0;
  padding: 0;
}
.l-news-entry .entry-pager {
  margin: 3.125rem 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 2rem;
}
.l-news-entry .entry-pager__link {
  color: #131313;
  font-weight: bold;
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 0;
  text-decoration: none;
}
.l-news-entry .entry-pager__btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.75rem;
}
.l-news-entry .entry-pager__btn.-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-404 {
  padding: 8.125rem 0;
}
@media (max-width: 767px) {
  .l-404 {
    padding: 2.5rem 0;
  }
}
/*# sourceMappingURL=site.css.map */