@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: 16px;
}

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: 767px) {
  .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.5625rem 1.25rem;
  }
  .l-header__logo a {
    width: 4.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: 767px) {
  .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;
}
@media (max-width: 1440px) {
  .l-gnav__list {
    gap: 0 1.125rem;
  }
}
.l-gnav__link {
  display: block;
  color: white;
  -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 4rem;
  border-radius: 6.25rem;
  position: relative;
  margin-left: 1.5rem;
  letter-spacing: 0.03em;
}
@media (max-width: 1440px) {
  .l-gnav__btn {
    margin-left: 0;
    padding-inline: 2.5rem;
  }
}
.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: 767px) {
  .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;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  overflow-y: auto;
  padding-top: 4.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-spnav__container::-webkit-scrollbar {
  display: none;
}
@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.6875rem;
  color: #282F60;
  background: white;
  border-radius: 6.25rem;
  position: relative;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-align: center;
}
.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.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .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: 1.5rem;
  }
}
.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__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-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-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-b {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.5em 0 0 0;
}
@media (max-width: 767px) {
  .c-text-b {
    font-size: 1rem;
  }
}

.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: 1.5rem;
  margin-top: 0.25rem;
}
@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: 1rem;
  }
}

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

.c-heading-c {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 3rem 0 0;
  letter-spacing: 0.01em;
}
.c-heading-c.-accent {
  color: #976E49;
}
.c-heading-c.-mts {
  margin-top: 1.25rem;
}
.c-heading-c em {
  color: #C83B18;
}

.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-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: #C83B18;
  font-weight: 900;
  border: solid 0.1875rem #C83B18;
  border-radius: 6.25rem;
  background: white;
  padding: 0.75rem 1.875rem;
  position: relative;
  letter-spacing: 0, 3em;
  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.-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.7;
}

.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::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-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-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-table-a {
  --borderColor: #D1D1D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3.125rem;
}
@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: 1px solid var(--borderColor);
  border-top: 1px 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: #C83B18;
}
.c-table-a table th, .c-table-a table td {
  border-bottom: 1px solid var(--borderColor);
  border-right: 1px solid var(--borderColor);
}
.c-table-a table thead th {
  background: #FEFAE9;
  font-size: 1.5rem;
  padding: 1.0625rem;
}
.c-table-a table thead th.-sm {
  padding: 1.125rem 2.5rem;
  font-size: 1rem;
  text-align: left;
}
.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;
  }
}
@media (max-width: 767px) {
  .c-table-a table {
    font-size: 0.875rem;
  }
}
@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-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: 1px solid var(--borderColor);
  border-top: 1px solid var(--borderColor);
}
.c-table-b table th, .c-table-b table td {
  border-bottom: 1px solid var(--borderColor);
  border-right: 1px 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;
}
.c-box-a > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .c-box-a {
    padding: 2.5rem 1.25rem;
  }
}

.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-pagetitle {
  background: url(../../images/bg-pagetitle.png) no-repeat center center/cover;
  padding: 6.25rem 1.25rem 2.5rem;
  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;
  color: white;
  min-height: 23.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-pagetitle__title {
  margin: 0;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 1.4;
}
.c-pagetitle__text {
  margin: 1rem 0 0 0;
  font-size: 2rem;
  font-weight: 700;
}
.c-pagetitle__text.-black {
  font-weight: 900;
}
@media (max-width: 767px) {
  .c-pagetitle {
    min-height: 15.625rem;
    padding: 3.125rem 1.25rem 1.25rem;
    background-size: 90rem;
  }
  .c-pagetitle__title {
    font-size: 1.875rem;
  }
  .c-pagetitle__title.-sm {
    font-size: 1.25rem;
  }
  .c-pagetitle__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.c-news-list {
  list-style: none;
  padding: 0;
  margin: 3.125rem 0 0;
}
@media (max-width: 767px) {
  .c-news-list {
    margin-top: 2.5rem;
  }
}

.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-recruitment {
  background: url(../../images/bg-deco01.png) repeat-y center/100% auto, #C83B18;
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .c-recruitment {
    padding: 2.5rem 0;
  }
}

.c-recruitmentBox {
  margin-top: 6.25rem;
  background: #FEFAE9;
  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: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}
.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: #C83B18;
  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;
  }
  .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%;
  }
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-border-color: #ccc;
  --form-required-color: #E80000;
  --form-alert-color: #F00;
  --form-alert-bg-color: #FFF0F0;
  --form-btn-bg-color: #C83B18;
  --form-btn-edit-color: #6F6F6F;
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:-moz-placeholder-shown {
  color: #aaa;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.625rem 0 0;
  padding: 0.5em 1em;
  border-radius: 0.1875rem;
  background: var(--form-alert-bg-color);
  color: var(--form-alert-color);
  font-weight: 700;
}

.f-errorMsg {
  display: block;
  margin-bottom: 2.5rem;
  padding: 1em;
  background: var(--form-alert-bg-color);
  color: var(--form-alert-color);
  font-weight: 700;
}
.f-errorMsg__text {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-field {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.625em 0.75em;
  border: 1px solid var(--form-border-color);
  border-radius: 0;
  line-height: 1.25em;
}

textarea.f-field {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  display: inline-block;
  cursor: pointer;
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox__in {
  display: block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-checkbox__in::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-checkbox input[type=checkbox]:checked ~ .f-checkbox__in::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}

.f-radio {
  display: inline-block;
  cursor: pointer;
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio__in {
  display: block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio__in::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--form-border-color);
  border-radius: 50%;
  background: #fff no-repeat center/0.625rem 0.625rem;
  content: "";
}
.f-radio input[type=radio]:checked ~ .f-radio__in::after {
  background-image: url(../img/icon-radio-checked.svg);
}

.f-selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0.625em 2.625em 0.625em 0.75em;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25em;
  background: url(../img/icon-select.svg) no-repeat right 0.5625em top 50%, -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)) no-repeat right -1px top 50%, #fff;
  background: url(../img/icon-select.svg) no-repeat right 0.5625em top 50%, linear-gradient(to bottom, #eee 0%, #ddd 100%) no-repeat right -1px top 50%, #fff;
  background-size: 0.75em 0.75em, 2em 100%;
  line-height: 1.25em;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 8.75rem;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 15.625rem;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 25rem;
}

.f-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;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  background: var(--form-btn-bg-color);
  color: #fff;
  font-weight: 700;
}
.f-btn__label {
  display: inline-block;
  position: relative;
}

.f-input {
  margin: 1rem 0 0;
}
.f-input.-short {
  max-width: 8.75rem;
}
.f-input.-middle {
  max-width: 15rem;
}
.f-input.-long {
  max-width: 25rem;
}

.f-input-columns {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li + li {
  padding-top: 0.5rem;
}

.f-input-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 -0.5rem -1rem;
  line-height: 1.5;
}
.f-input-rows > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units {
  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;
  margin: 1rem 0 -0.5rem -1rem;
  line-height: 1.5;
}
.f-input-units__unit {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units.-name .f-input-units {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -1rem;
}
.f-input-units.-name .f-input-units__unit {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
.f-input-units.-zip .f-input-units {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.5rem;
}
.f-input-units.-zip .f-input-units__unit {
  margin-left: 0.5rem;
}
.f-input-units.-zip .f-input-units__unit:nth-child(2) {
  width: 6.25rem;
}
.f-input-units.-zip .f-input-units__unit:nth-child(4) {
  width: 8.75rem;
}
.f-toConfirm {
  max-width: 15rem;
  margin: 2.5rem auto 0;
}

.f-toSend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin: 2.5rem auto 0;
}
.f-toSend__unit {
  display: block;
  width: 15rem;
}

.f-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.f-table th, .f-table td {
  padding: 1.25rem 1em;
  border-bottom: 1px solid var(--form-alert-bg-color);
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.f-table th > *:first-child, .f-table td > *:first-child {
  margin-top: 0 !important;
}
.f-table th {
  vertical-align: top;
  white-space: nowrap;
}
.f-table__required {
  display: block;
  position: relative;
  padding-right: 4.375rem;
}
.f-table__required::after {
  display: inline-block;
  content: "必須";
  position: absolute;
  top: 0.375rem;
  right: 0;
  padding: 0.25rem 1.5em;
  background: var(--form-required-color);
  font-size: 0.75em;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: inherit;
}
.f-table.-confirm th {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .f-table {
    display: block;
  }
  .f-table tbody, .f-table tr, .f-table th, .f-table td {
    display: block;
  }
  .f-table th, .f-table td {
    padding: 0;
    border-bottom: none;
    line-height: 1.75;
  }
  .f-table tr + tr {
    margin-top: 2rem;
  }
  .f-table th {
    width: auto;
  }
  .f-table td {
    margin-top: 0.5rem;
  }
  .f-table__required {
    padding-right: 0;
  }
  .f-table__required::after {
    position: relative;
    top: auto;
    margin-left: 1em;
    padding: 0.1875rem 1em;
  }
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.l-mainvisual {
  overflow: hidden;
  background: url(../../images/bg-mainvisual.png) no-repeat center center/cover;
  position: relative;
}
.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;
  width: 90rem;
  max-width: 100%;
}
.l-mainvisual__img::before {
  position: absolute;
  content: "";
  background: url(../../images/deco-mv02.png) no-repeat center center/contain;
  width: 17.22vw;
  max-width: 15.5rem;
  height: 9.5625rem;
  right: -2.5rem;
  top: 10%;
}
.l-mainvisual__img::after {
  position: absolute;
  content: "";
  background: url(../../images/deco-mv01.png) no-repeat center center/contain;
  width: 17.22vw;
  max-width: 15.5rem;
  height: 9.5625rem;
  left: -1.875rem;
  top: 10%;
}
@media (max-width: 767px) {
  .l-mainvisual__img {
    width: 100%;
  }
  .l-mainvisual__img::before, .l-mainvisual__img::after {
    display: none;
  }
}
.l-mainvisual__img picture {
  margin: 0;
  display: block;
}
.l-mainvisual__img picture img {
  width: 100%;
}

.l-top-campaign {
  padding: 4.375rem 0;
  background: url(../../images/bg-deco01.png) repeat-y center center/100% auto, url(../../images/bg01.png) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .l-top-campaign {
    padding: 2.5rem 0;
  }
}
.l-top-campaign .campaign-box {
  background: #FEFAE9;
  border: solid 0.5rem #976E49;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.625rem 5.875rem 2.5rem;
  border-radius: 1.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-campaign .campaign-box {
    border-radius: 0.625rem;
    border-width: 0.25rem;
    padding: 2.25rem 1rem 2.5rem;
  }
}
.l-top-campaign .campaign-box__up {
  position: absolute;
  z-index: 2;
  top: -3.375rem;
  right: -2.625rem;
  width: 11.625rem;
}
@media (max-width: 767px) {
  .l-top-campaign .campaign-box__up {
    width: 8.4375rem;
    top: -2.8125rem;
    right: -1.625rem;
  }
}
.l-top-campaign .campaign-box__heading {
  margin: 0;
}
.l-top-campaign .campaign-box__heading img {
  width: 100%;
}
.l-top-campaign .campaign-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .l-top-campaign .campaign-box__wrap {
    margin-top: 1rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-top-campaign .campaign-box__dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 1rem 0 1rem 0.4375rem;
  border-top: solid 0.25rem #282F60;
  border-bottom: solid 0.25rem #282F60;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1rem 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-top-campaign .campaign-box__dl dt {
  color: white;
  font-weight: bold;
  font-size: 1.375rem;
  padding: 0.25rem 0.5rem;
  width: 6.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #282F60;
  border-radius: 0.25rem;
  text-align: center;
}
.l-top-campaign .campaign-box__dl dd {
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0;
}
.l-top-campaign .campaign-box__dl dd em {
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-top-campaign .campaign-box__dl {
    border-width: 0.125rem;
    grid-gap: 0.5rem;
    padding: 0.5rem 0;
  }
  .l-top-campaign .campaign-box__dl dt {
    font-size: 0.625rem;
    width: 3.125rem;
    padding: 0.125rem 0;
  }
  .l-top-campaign .campaign-box__dl dd {
    font-size: 0.625rem;
  }
  .l-top-campaign .campaign-box__dl dd em {
    font-size: 0.9375rem;
  }
}
.l-top-campaign .campaign-box__premiumcard {
  width: 34%;
}
.l-top-campaign .campaign-box__premiumcard img {
  -webkit-filter: drop-shadow(0.3125rem 0.3125rem 0 #4B0F00);
          filter: drop-shadow(0.3125rem 0.3125rem 0 #4B0F00);
}
@media (max-width: 767px) {
  .l-top-campaign .campaign-box__premiumcard {
    width: 100%;
  }
}

.l-top-type {
  padding: 6.25rem 0;
  background: #FEFAE9;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-top-type {
    padding: 2.5rem 0 3.75rem;
  }
}
.l-top-type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: calc(100% - 10.5rem);
  width: 100%;
  background: url(../../images/bg02.png) repeat center center/auto auto, #FEFAE9;
  background-blend-mode: soft-light;
  z-index: -1;
}
@media (max-width: 767px) {
  .l-top-type::before {
    height: calc(100% - 2.5rem);
  }
}
.l-top-type::after {
  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: -0.9375rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-top-type::after {
    width: calc(100% + 3.75rem);
    left: -1.875rem;
  }
}
@media (max-width: 767px) {
  .l-top-type::after {
    top: -1.0625rem;
  }
}
.l-top-type .type-lead {
  font-weight: bold;
  text-align: center;
  color: black;
  font-size: 1.25rem;
  margin-top: 0.5em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-top-type .type-lead {
    margin-top: 1em;
    font-size: 1rem;
  }
}
.l-top-type .type-box {
  margin-top: 3.125rem;
  background: white;
  border-radius: 1.25rem;
  border: solid 0.3125rem #976E49;
  padding: 2.8125rem 4.625rem;
}
@media (max-width: 767px) {
  .l-top-type .type-box {
    margin-top: 2.5rem;
    padding: 2.25rem 1rem;
  }
  .l-top-type .type-box + .type-box {
    margin-top: 1.5rem;
  }
}
.l-top-type .type__heading {
  margin: 0 auto;
  width: 9.9375rem;
}
.l-top-type .type__heading img {
  width: 100%;
}
.l-top-type .type__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .l-top-type .type__wrap {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.l-top-type .type__img {
  width: 38%;
  padding: 0 1.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-top-type .type__img {
    width: 100%;
  }
  .l-top-type .type__img.-paypay {
    max-width: 14.6875rem;
  }
}
.l-top-type .type__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 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: 0.625rem;
}
.l-top-type .type__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .l-top-type .type__list > li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-top-type .type__list .-num {
  display: inline-block;
  width: 3.625rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-top-type .type__list .-sp1 {
    padding-top: 0.875rem;
    display: inline-block;
  }
}
.l-top-type .type__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-top-type .type__btn {
    margin-top: 2rem;
  }
}

.l-top-store {
  background: url(../../images/bg-deco01.png) repeat-y center center/100% auto, #C83B18;
  padding: 0 0 5.375rem;
  position: relative;
}
.l-top-store::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: 7rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-top-store::before {
    width: calc(100% + 3.75rem);
    left: -1.875rem;
  }
}
@media (max-width: 767px) {
  .l-top-store::before {
    top: -2.0625rem;
  }
}
.l-top-store .store {
  padding-top: 5.375rem;
}
@media (max-width: 767px) {
  .l-top-store .store {
    padding-top: 2.25rem;
  }
}
.l-top-store .store__btn {
  margin-top: 3.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-top-store .store__btn {
    margin-top: 1rem;
  }
}
.l-top-store .store__map {
  margin-top: 5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 1200/790;
  position: relative;
}
.l-top-store .store__map iframe {
  width: 100%;
  height: 100%;
}
.l-top-store .store__map.-zyunbi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 2;
}
.l-top-store .store__map.-zyunbi::after {
  content: "準備中";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-weight: 900;
  font-size: 2.625rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .l-top-store .store__map {
    margin-top: 2.5rem;
    border-radius: 0.625rem;
  }
  .l-top-store .store__map.-zyunbi::after {
    font-size: 1.25rem;
  }
}
.l-top-store .schedule {
  position: relative;
  padding-top: 6.25rem;
}
@media (max-width: 767px) {
  .l-top-store .schedule {
    padding-top: 2.5rem;
  }
}
.l-top-store .schedule::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.5rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-top-store .schedule::before {
    width: calc(100% + 3.75rem);
    left: -1.875rem;
  }
}
@media (max-width: 767px) {
  .l-top-store .schedule::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-top-store .schedule .c-table-a {
    margin-top: 1.875rem;
  }
  .l-top-store .schedule .c-table-a th {
    min-width: 7.5rem;
  }
}

.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/deco01.png) no-repeat left center/auto 100%, url(../../images/deco02.png) no-repeat right center/auto 100%;
  z-index: 2;
  left: 0;
  top: -2.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: -0.4375rem;
  }
}
.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: 2.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;
  padding: 0 0 6.25rem;
  background: url(../../images/bg-deco02.png) repeat-x bottom center/auto 30.625rem, #FEFAE9;
}
@media (max-width: 767px) {
  .l-top-news {
    padding-bottom: 3.75rem;
    background: url(../../images/bg-deco02.png) repeat-x bottom center/auto 23.75rem, #FEFAE9;
  }
}
.l-top-news::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: 2rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-top-news::before {
    width: calc(100% + 3.75rem);
    left: -1.875rem;
  }
}
@media (max-width: 767px) {
  .l-top-news::before {
    top: -1.25rem;
  }
}
.l-top-news .news-box {
  background: white;
  border-radius: 1.25rem;
  padding: 5.375rem 6.25rem 6.25rem;
}
@media (max-width: 767px) {
  .l-top-news .news-box {
    border-radius: 0.625rem;
    padding: 2.25rem 1.25rem 2.5rem;
  }
}
.l-top-news .news-btn {
  margin-top: 4.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-top-news .news-btn {
    margin-top: 2.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.75rem;
  }
}
.l-recruitment-overview .recruitment-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .l-recruitment-overview .recruitment-qr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-recruitment-overview .recruitment-qr__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 0.125rem #282F60;
  padding: 1.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-recruitment-overview .recruitment-qr__item {
    padding: 1.75rem 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-recruitment-overview .recruitment-qr__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-weight: bold;
}
.l-recruitment-overview .recruitment-qr__heading {
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 767px) {
  .l-recruitment-overview .recruitment-qr__heading {
    font-size: 1.25rem;
    text-align: center;
  }
}
.l-recruitment-overview .recruitment-qr__link {
  font-size: 0.875rem;
  margin-top: 1.5rem;
  display: block;
  word-break: break-all;
  color: inherit;
}
@media (max-width: 767px) {
  .l-recruitment-overview .recruitment-qr__link {
    text-align: center;
    margin-top: 1rem;
  }
}
.l-recruitment-overview .recruitment-qr__qr {
  width: 10rem;
}
.l-recruitment-overview .recruitment-block {
  background: #C83B18;
  border-radius: 0.625rem;
  padding: 3.5rem;
  margin-top: 3.5rem;
}
.l-recruitment-overview .recruitment-block__heading {
  background: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.375rem 1rem;
  color: #282F60;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
}
.l-recruitment-overview .recruitment-block__lead {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin: 2rem 0 0 0;
  letter-spacing: 0.01em;
  color: white;
}
.l-recruitment-overview .recruitment-block__lead2 {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin: 0.5rem 0 0 0;
  letter-spacing: 0.01em;
  color: white;
}
.l-recruitment-overview .recruitment-block__lead2 + * {
  margin-top: 0.625rem !important;
}
@media (max-width: 767px) {
  .l-recruitment-overview .recruitment-block {
    margin-top: 2rem;
    padding: 2.5rem 1.25rem;
  }
  .l-recruitment-overview .recruitment-block__heading {
    font-size: 1.25rem;
    padding: 0.375rem 0;
    width: 100%;
  }
  .l-recruitment-overview .recruitment-block__lead {
    margin-top: 1rem;
    font-size: 1.0625rem;
  }
  .l-recruitment-overview .recruitment-block__lead .-sm {
    font-size: 0.875rem;
  }
  .l-recruitment-overview .recruitment-block__lead2 {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.l-recruitment-faq {
  background: #FEFAE9;
  padding: 5.375rem 0 6.25rem;
}
@media (max-width: 767px) {
  .l-recruitment-faq {
    padding: 2.25rem 0 2.5rem;
  }
}

.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: 2em 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 */