@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@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1399px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  ._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;
  font-size: min(16px, 1.5640273705vw);
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
}
html.-large {
  font-size: min(17.6px, 1.7204301075vw);
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
  html.-large {
    font-size: 4.6933333333vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "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;
  min-width: 320px;
  padding: 0;
  color: #222222;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", "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: #0068ac;
  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;
}

h1, h2, h3, h4, h5, h6, dl {
  font-size: 1em;
}

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

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

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
#site-header,
#site-footer,
#global-nav {
  font-size: 16px !important;
}

.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header-main {
  background: white;
  padding: 0 2.5em;
  position: relative;
  z-index: 2;
}
@media (max-width: 1279px) {
  .l-header-main {
    padding: 0;
  }
}

.l-header-mainWrap {
  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;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: solid 1px #32A238;
  padding: 0.875em 0;
}
@media (max-width: 1279px) {
  .l-header-mainWrap {
    max-width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: none;
  }
}

.l-header-clock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375em;
}
@media (max-width: 1279px) {
  .l-header-clock {
    gap: 0.625em;
    background: #E7F2E7;
    padding: 0.625em 0.25em;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-header-date {
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  color: #32A238;
  position: relative;
  padding-bottom: 1em;
}
@media (max-width: 1279px) {
  .l-header-date {
    background: white;
    padding: 0.125em 0.4375em 1.0625em;
    border-radius: 0.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.125em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-header-date__time {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.125em;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1279px) {
  .l-header-date__time {
    font-size: 0.8125em;
    bottom: 0.1875em;
  }
}
.l-header-date__year, .l-header-date__week {
  font-size: 1.125em;
  margin: auto 0 0 0;
  display: inline-block;
}
@media (max-width: 1279px) {
  .l-header-date__year {
    font-size: 0.875em;
    line-height: 1.1;
  }
}
.l-header-date__week {
  font-weight: 600;
}
@media (max-width: 1279px) {
  .l-header-date__week {
    font-size: 0.8125em;
    line-height: 1.1;
  }
}
.l-header-date__day {
  line-height: 1;
  font-size: 2em;
  margin: 0;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-header-date__day > span {
  font-weight: 300;
  padding-bottom: 0.09375em;
}
@media (max-width: 1279px) {
  .l-header-date__day {
    font-size: 1.25em;
  }
  .l-header-date__day > span {
    padding-bottom: 0.15em;
  }
}

.l-header-countdown {
  background: #E7F2E7;
  border-radius: 0.25em;
  padding: 0.3125em 0.625em 0.375em 1.375em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.75em;
  min-width: 18.9375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1279px) {
  .l-header-countdown {
    padding: 0;
    gap: 0.25em;
    min-width: 14em;
  }
}
.l-header-countdown__text {
  color: #126435;
  font-size: 0.875em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1279px) {
  .l-header-countdown__text {
    font-size: 0.8125em;
  }
}
.l-header-countdown__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-header-countdown__time {
  margin: 0;
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header-countdown__time-num {
  line-height: 0.9;
  color: #32A238;
  font-size: 1.75em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1279px) {
  .l-header-countdown__time-num {
    font-size: 1.5em;
  }
}
.l-header-countdown__time-en {
  line-height: 1;
  font-size: 0.625em;
}
@media (max-width: 1279px) {
  .l-header-countdown__time-en {
    font-size: 0.8125em;
  }
}
.l-header-countdown__time:not(:last-child) .l-header-countdown__time-num::after {
  content: ":";
  display: inline-block;
  padding-bottom: 0.0714285714em;
  margin-left: 0.1071428571em;
}
@media (max-width: 1279px) {
  .l-header-countdown__time:not(:last-child) .l-header-countdown__time-num::after {
    padding-bottom: 0.0833333333em;
    margin-left: 0.125em;
  }
}

.l-header-logo {
  margin: 0;
}
.l-header-logo > a {
  display: block;
  width: 14.0625em;
}
.l-header-logo > a:hover {
  opacity: 1;
}
@media (max-width: 1279px) {
  .l-header-logo {
    padding: 0.625em;
  }
  .l-header-logo > a {
    width: 8.625em;
    height: 2.5em;
  }
  .l-header-logo > a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.l-header-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1279px) {
  .l-header-contents {
    display: none;
  }
}

.l-header-gridarea {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "sns sns runnet" "search fontsize language";
  -ms-grid-rows: auto 0.5em auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: auto 1em auto 1em 10.5em;
  grid-template-columns: auto auto 10.5em;
  gap: 0.5em 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-sns {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: sns;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.l-header-sns > li > a {
  display: block;
  height: 1.25em;
}
.l-header-sns > li > a img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header-search {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: transparent;
  color: inherit;
  grid-area: search;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  cursor: pointer;
}
.l-header-search__icon {
  width: 1.25em;
}
.l-header-search__icon img {
  width: 100%;
}
.l-header-search__text {
  display: block;
  margin: 0;
  color: #126435;
  font-weight: 500;
  font-size: 0.875em;
  letter-spacing: -0.04em;
}

.l-header-searchForm {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 2.5em;
  padding-bottom: 0.625em;
  background: white;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-searchForm.-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.l-header-searchForm__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 29.125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4375em 0.5em;
  background: #E7F2E7;
}
.l-header-searchForm__input:focus {
  outline: 1px solid #32A238;
}
.l-header-searchForm__input::-webkit-input-placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-header-searchForm__input::-moz-placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-header-searchForm__input:-ms-input-placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-header-searchForm__input::-ms-input-placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-header-searchForm__input::placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-header-searchForm__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  z-index: 11;
  position: absolute;
  right: 0.125em;
  bottom: 0.625em;
  width: 2em;
  height: 2em;
  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;
  padding: 0;
  margin: 0;
}
.l-header-searchForm__btn > img {
  width: 1.25em;
  height: 1.25em;
}
.l-header-searchForm__close {
  position: absolute;
  content: "";
  z-index: 11;
  width: 1.5625em;
  height: 1.5625em;
  right: 0.25em;
  top: 0.5em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}
.l-header-searchForm__close::before, .l-header-searchForm__close::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1875em;
  background: #888888;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header-searchForm__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.l-header-fontsize {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: fontsize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .l-header-fontsize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    margin-top: 2em;
  }
}
.l-header-fontsize__text {
  margin: 0;
  font-size: 0.875em;
  letter-spacing: -0.04em;
}
@media (max-width: 1279px) {
  .l-header-fontsize__text {
    font-size: 1em;
  }
}
.l-header-fontsize__select {
  border-radius: 0.125em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header-fontsize__select button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  font-size: 0.875em;
  background: #EEEEEE;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.25em 0.4285714286em;
  cursor: pointer;
}
.l-header-fontsize__select button.-active {
  color: white;
  background: #32A238;
}
@media (max-width: 1279px) {
  .l-header-fontsize__select {
    width: 100%;
  }
  .l-header-fontsize__select button {
    font-size: 1em;
    padding: 0.625em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}

.l-header-runnet {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: runnet;
  background: #034EA2;
  border-radius: 0.1428571429em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  min-height: 2.2857142857em;
  text-align: center;
  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;
}
.l-header-runnet.-disabled {
  background: #999999;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .l-header-runnet {
    margin-top: 2em;
    padding: 0.625em;
    font-size: 1em;
    border-radius: 0;
  }
}

.l-header-lang {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: language;
  position: relative;
}
@media (max-width: 1279px) {
  .l-header-lang {
    margin-top: 1em;
  }
}
.l-header-lang__btn {
  background: #32A238;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-size: 0.875em;
  font-weight: bold;
  width: 100%;
  min-height: 2.2857142857em;
  text-align: center;
  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;
  padding-bottom: 0.2857142857em;
  position: relative;
  cursor: pointer;
}
.l-header-lang__btn::before {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-down_w.svg) no-repeat center/100%;
  width: 0.6428571429em;
  height: 0.3571428571em;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .l-header-lang__btn {
    font-size: 1em;
    padding: 0.625em;
  }
  .l-header-lang__btn::before {
    right: 1em;
  }
}
.l-header-lang__select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1279px) {
  .l-header-lang__select {
    position: relative;
  }
}
.l-header-lang__select a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #32A238;
  font-weight: bold;
  padding: 0.5em 1em;
  text-align: center;
  border: solid 1px #32A238;
  background: white;
  font-size: 0.875em;
}
.l-header-lang__select a:hover {
  opacity: 1;
}

.l-header-links {
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .l-header-links {
    display: none;
  }
}

.l-header-mainLinks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2.5em;
}
.l-header-mainLinks > li:first-child a {
  padding-left: 2.6666666667em;
}
.l-header-mainLinks__link {
  padding: 1.4444444444em 2em;
  color: #32A238;
  font-size: 1.125em;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.l-header-mainLinks__link.lang-en-active {
  padding: 1.4444444444em 1.1111111111em;
}
.l-header-mainLinks__link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#32A238), to(#00CEFF));
  background: linear-gradient(to bottom right, #32A238, #00CEFF);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: -1;
}
.l-header-mainLinks__link::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.4444444444em;
  right: -0.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #32A238;
}
.l-header-mainLinks__link:hover {
  opacity: 1;
  color: white;
}
.l-header-mainLinks__link:hover::before {
  opacity: 1;
}
@media (max-width: 1380px) {
  .l-header-mainLinks__link {
    padding-right: 1.3333333333em;
    padding-left: 1.3333333333em;
  }
}

.l-header-subLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
.l-header-subLinks__link {
  display: block;
  padding: 0.5em 0;
  font-size: 0.875em;
  letter-spacing: -0.04em;
  color: inherit;
  text-decoration: none;
}

.l-header-mainLinks-hoverMenu {
  position: absolute;
  background: white;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.5em;
  -webkit-box-shadow: 0 0.1875em 0.5em rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875em 0.5em rgba(0, 0, 0, 0.16);
  display: none;
}

.l-header-mainLinks-subPages {
  max-width: 1320px;
  padding: 0 0 1.625em;
  list-style: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 4em;
  border-top: solid 1px #32A238;
}
.l-header-mainLinks-subPages > li > a {
  color: #444444;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding-bottom: 0.3125em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 2em;
}
.l-header-mainLinks-subPages > li > a::before {
  position: absolute;
  content: "";
  height: 0.125em;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #32A238;
  width: 0;
}
.l-header-mainLinks-subPages > li > a:hover {
  color: #32A238;
  font-weight: bold;
  opacity: 1;
}
.l-header-mainLinks-subPages > li > a:hover::before {
  width: 100%;
}

.l-menuBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3.75em;
  height: 3.75em;
  margin: 0;
  cursor: pointer;
  z-index: 102;
}
.l-menuBtn__bar {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-menuBtn__bar, .l-menuBtn__bar::before, .l-menuBtn__bar::after {
  display: block;
  position: absolute;
  width: 1.3125em;
  height: 0.125em;
  background: #32A238;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-menuBtn__bar::before {
  width: 1.5625em;
  top: -0.46875em;
}
.l-menuBtn__bar::after {
  width: 1.0625em;
  top: 0.46875em;
}
.l-menuBtn.-open .l-menuBtn__bar {
  background-color: transparent;
}
.l-menuBtn.-open .l-menuBtn__bar::before {
  width: 2.125em;
  top: 0;
  -webkit-transform: translateX(-16%) rotate(135deg);
      -ms-transform: translateX(-16%) rotate(135deg);
          transform: translateX(-16%) rotate(135deg);
}
.l-menuBtn.-open .l-menuBtn__bar::after {
  width: 2.125em;
  top: 0;
  -webkit-transform: translateX(-16%) rotate(-135deg);
      -ms-transform: translateX(-16%) rotate(-135deg);
          transform: translateX(-16%) rotate(-135deg);
}

.l-gnav {
  display: none;
  position: fixed;
  top: 3.75em;
  right: 0;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 3.75em);
  background: white;
  z-index: 101;
}
@media (min-width: 1280px) {
  .l-gnav {
    display: none !important;
  }
}
.l-gnav__container {
  padding: 0 1em 2em;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-gnav__container::-webkit-scrollbar {
  display: none;
}
.l-gnav__list {
  margin: 0;
  padding: 0 1em;
  list-style: none;
}
.l-gnav__list > li {
  display: block;
  position: relative;
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
.l-gnav__list > li::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: calc(100% + 1px);
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#32A238), to(#00CEFF));
  background: linear-gradient(to right, #32A238, #00CEFF);
  opacity: 0;
  z-index: -1;
}
.l-gnav__list > li.-active {
  padding-bottom: 0.125em;
}
.l-gnav__list > li.-active::before {
  opacity: 1;
}
.l-gnav__btn {
  display: block;
  padding: 1.5em 0;
  color: #32A238;
  font-weight: 500;
  text-decoration: none;
  border-bottom: solid 1px #32A238;
  cursor: pointer;
}
.l-gnav span.l-gnav__btn {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-gnav span.l-gnav__btn::after {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-down_gr.svg) no-repeat center center/contain;
  width: 0.8125em;
  height: 0.4375em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-gnav span.l-gnav__btn.-active {
  color: white;
  border-bottom: none;
}
.l-gnav span.l-gnav__btn.-active::after {
  background: url(../img/icon-arrow-down_w.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%) scaleY(-1);
      -ms-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.l-gnav__subList {
  display: none;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  background: white;
  width: calc(100% + 4em);
  margin-left: -2em;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-gnav__subList > li > a {
  color: #222222;
  text-decoration: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em 0;
  font-weight: 500;
}
.l-gnav__subList > li:not(:last-child) {
  border-bottom: solid 1px #222222;
}
.l-gnav__sns {
  list-style: none;
  margin: 2em 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
.l-gnav__sns > li a {
  display: block;
}
.l-gnav__sns > li a img {
  height: 2em;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-gnav-searchForm {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.l-gnav-searchForm__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.3125em 1.25em 1.3125em 2.875em;
  background: #E7F2E7;
  font-weight: 500;
}
.l-gnav-searchForm__input:focus {
  outline: none;
}
.l-gnav-searchForm__input::-webkit-input-placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-gnav-searchForm__input::-moz-placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-gnav-searchForm__input:-ms-input-placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-gnav-searchForm__input::-ms-input-placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-gnav-searchForm__input::placeholder {
  font-size: 0.875em;
  color: #888888;
}
.l-gnav-searchForm__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  z-index: 11;
  position: absolute;
  left: 1.125em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  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;
  padding: 0;
  margin: 0;
}
.l-gnav-searchForm__btn > img {
  width: 1.25em;
  height: 1.25em;
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer {
  position: relative;
  background: #000;
  background: -webkit-gradient(linear, left top, right bottom, from(#32A238), to(#00CEFF));
  background: linear-gradient(to bottom right, #32A238, #00CEFF);
  padding-bottom: 0.5rem;
}

.l-footer-sitemap {
  padding: 4.0625rem 0 3.5rem;
}
.l-footer-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .l-footer-sitemap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-sitemap__list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer-sitemap__link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid 1px white;
}
.l-footer-sitemap__link-en {
  font-size: 1.25rem;
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  display: block;
  padding-bottom: 0.5rem;
  position: relative;
}
.l-footer-sitemap__link-en::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.25rem;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#32A238));
  background: linear-gradient(to right, #fff, #32A238);
  left: 0.125rem;
  bottom: 0;
}
.l-footer-sitemap__link-ja {
  display: block;
  font-size: 1rem;
  margin-top: 0.25rem;
  padding-bottom: 0.5rem;
}
.l-footer-sitemap__subList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer-sitemap__subList > li > a {
  display: block;
  color: white;
  font-size: 0.9375rem;
  margin: 1rem 0 0 0;
  text-decoration: none;
}

.l-footer-links {
  background: #FFFAE7;
  padding: 2rem 0;
}
.l-footer-links__wrap {
  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;
}
@media (max-width: 767px) {
  .l-footer-links__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer-links__list > li > a {
  color: #32A238;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding-left: 0.75rem;
  position: relative;
  font-size: 1rem;
}
.l-footer-links__list > li > a::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 6.25rem;
  background: #32A238;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer-links__sns {
  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;
  gap: 1.5rem;
}
.l-footer-links__sns > li > a {
  display: block;
  height: 1.5rem;
}
.l-footer-links__sns > li > a img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .l-footer-links__sns {
    gap: 2rem;
  }
  .l-footer-links__sns > li > a {
    height: 2rem;
  }
}

.l-footer-contact {
  padding: 4rem 0;
  background: white;
}
@media (max-width: 767px) {
  .l-footer-contact {
    padding: 3rem 0;
  }
}
.l-footer-contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media (max-width: 767px) {
  .l-footer-contact__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem;
  }
}
.l-footer-contact__logo {
  margin: 0;
  max-width: 32.75rem;
  width: 43%;
}
@media (max-width: 767px) {
  .l-footer-contact__logo {
    width: 100%;
  }
}
.l-footer-contact__textarea {
  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.5rem;
  position: relative;
}
.l-footer-contact__heading {
  margin: 0 0 0.5rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #32A238;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-footer-contact__heading {
    font-size: 1rem;
    text-align: center;
    margin: 0;
  }
}
.l-footer-contact__text {
  margin: 0;
}
.l-footer-contact__text strong {
  font-size: 1.125rem;
}
.l-footer-contact__text small {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .l-footer-contact__text {
    text-align: center;
    font-size: 1rem;
  }
  .l-footer-contact__text strong {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .l-footer-contact__text small {
    font-size: 0.875rem;
  }
}
.l-footer-contact__copyright {
  color: #888888;
  display: block;
  margin: 1.875rem 0 0 0;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .l-footer-contact__copyright {
    text-align: center;
  }
}
.l-footer-contact__mcc {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.6875rem;
}
@media (max-width: 767px) {
  .l-footer-contact__mcc {
    position: relative;
    margin: 1rem auto;
  }
}

/**************************************************/
/* contents */
/**************************************************/
body > .inbox {
  padding-top: 180px;
}
@media (max-width: 1279px) {
  body > .inbox {
    padding-top: 122px;
  }
}

.l-page-container {
  position: relative;
  overflow: hidden;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}

.l-page-title {
  min-height: 13rem;
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../../images/bg-page-title.png) no-repeat center/cover;
  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;
}
.l-page-title__en {
  line-height: 1;
  font-family: "Jost", "Zen Kaku Gothic New", "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: 600;
  padding-bottom: 0.375rem;
  font-size: 3rem;
  position: relative;
  margin: 0;
}
.l-page-title__en::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.25rem;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#32A238));
  background: linear-gradient(to right, #fff, #32A238);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.l-page-title__ja {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.3125rem;
}
.l-page-title__myu {
  max-width: 17.25rem;
  width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  .l-page-title {
    min-height: 6.25rem;
    padding: 1.25rem;
  }
  .l-page-title__en {
    font-size: 1.625rem;
  }
  .l-page-title__en::before {
    width: 0.5rem;
    height: 0.125rem;
  }
  .l-page-title__ja {
    font-size: 0.8125rem;
    margin-top: 0.125rem;
  }
}

.l-breadcrumb {
  position: relative;
  background: #F8F8F8;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.l-breadcrumb__list {
  margin: 0 auto;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.375rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-breadcrumb__list > li {
  display: block;
  position: relative;
  font-size: 0.875rem;
}
.l-breadcrumb__list > li:not(:first-child) {
  margin-left: 0.5rem;
  padding-left: 0.75rem;
}
.l-breadcrumb__list > li:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.4375rem;
  background: url(../img/icon-arrow.svg) no-repeat center/contain;
  left: 0;
  top: calc(0.8em - 0.21875rem);
}
.l-breadcrumb__list a {
  display: block;
  color: #222222;
  text-decoration: none;
}
.l-breadcrumb__list a.-home {
  color: #32A238;
}
@media (max-width: 767px) {
  .l-breadcrumb__list {
    padding: 1rem 0.9375rem;
  }
}

.l-page-contents.-side .l-breadcrumb {
  margin-left: calc(50% - 2.5rem - 50vw);
}
@media (max-width: 1279px) {
  .l-page-contents.-side .l-breadcrumb {
    margin-left: -2.5rem;
  }
}
@media (max-width: 767px) {
  .l-page-contents.-side .l-breadcrumb {
    margin-left: -0.9375rem;
  }
}

.l-page-contents {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-page-contents {
    padding: 0 0.9375rem;
  }
}
.l-page-contents::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2000px;
  background: url(../../images/bg-page-top_l.png) no-repeat top 11.375rem center/100% auto, url(../../images/bg-page-bottom_l.png) no-repeat center bottom -1px/100% auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .l-page-contents::before {
    background-image: url(../../images/bg-page-top.png), url(../../images/bg-page-bottom.png);
    background-size: 100% auto, 100% auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-page-contents::before {
    display: none;
  }
}
.l-page-contents.-side {
  padding-right: 0;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .l-page-contents.-side {
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .l-page-contents.-side {
    padding: 0 0.9375rem;
  }
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-s {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .l-page-contents-s {
    padding: 0 0.9375rem;
  }
}
.l-page-contents-s > *:first-child {
  margin-top: 0 !important;
}

.l-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding: 4rem 0;
}
@media (max-width: 1279px) {
  .l-main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .l-main-wrap {
    padding: 2rem 0 0;
    gap: 2em;
  }
}

.l-main-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-main-contents > *:first-child {
  margin-top: 0 !important;
}

.l-main-side {
  width: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1279px) {
  .l-main-side {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-main-side {
    margin-left: -0.9375rem;
    width: calc(100% + 1.875rem);
  }
}

.l-section {
  position: relative;
  background: white;
  border-radius: 0.25rem;
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-section > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-section {
    padding: 0;
  }
}

.l-section-inner {
  padding: 0 2.5rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-section-inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-section-inner {
    padding: 0 0.9375rem 0;
  }
}

.l-inner-list-a {
  padding-left: 1.625rem;
}
.l-inner-list-a > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-inner-list-a {
    padding-left: 1.25rem;
  }
}

.l-inner-list-b {
  padding-left: 1rem;
}
.l-inner-list-b > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-inner-list-b {
    padding-left: 0.75rem;
  }
}

.l-inner-list-num-a {
  padding-left: 1.77em;
}
.l-inner-list-num-a > *:first-child {
  margin-top: 0 !important;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-pdf {
  margin: 2rem 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: 0.75rem;
}
.c-pdf__link {
  color: #32A238;
  word-break: break-all;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-pdf__link.-btn {
  display: inline-block;
  font-weight: bold;
  padding: 1.25rem 1.5rem;
  background: white;
  border: solid 1px #32A238;
  border-radius: 0.25rem;
  text-decoration: none;
}
.c-pdf__link.-disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-pdf {
    margin-top: 1.25rem;
  }
  .c-pdf__link {
    font-size: 0.9375rem;
  }
  .c-pdf__link.-btn {
    padding: 1rem;
  }
}

.c-text-a {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  margin: 2rem 0 0 0;
}
.c-text-a a {
  word-break: break-all;
  color: #32A238;
}
.c-text-a.-min {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-text-a {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
  .c-text-a.-min {
    margin-top: 0.5rem;
  }
}

.c-text-b {
  margin: 4rem 0 0 0;
  background: #FFFAE7;
  border-radius: 0.25rem;
  padding: 2rem;
  color: #32A238;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-text-b {
    font-size: 1.125rem;
    padding: 1.25rem 0.9375rem;
    margin-top: 2rem;
  }
}

.c-heading-a {
  background: url(../../images/bg-title-s.png) no-repeat left center/100% 100%;
  padding: 1.625rem 2.5rem;
  margin: 4rem -2.5rem 2.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6666666667;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-heading-a {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    margin: 2rem -0.9375rem 1.5rem;
  }
}

.c-heading-b {
  background: #FFFAE7;
  border-radius: 0.25rem;
  color: #32A238;
  font-weight: bold;
  font-size: 1.375rem;
  margin: 4rem 0 2rem;
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem;
}
.c-heading-b::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0.5rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#32A238), to(#00CEFF)), #32A238;
  background: linear-gradient(to bottom, #32A238, #00CEFF), #32A238;
}
@media (max-width: 767px) {
  .c-heading-b {
    font-size: 1.0625rem;
    margin: 2rem 0 1.25rem;
    padding: 1rem 1.25rem;
  }
  .c-heading-b::before {
    width: 0.3125rem;
  }
}

.c-heading-c {
  color: #126435;
  font-weight: bold;
  font-size: 1.375rem;
  padding-bottom: 1.875rem;
  border-bottom: solid 1px #D1D1D1;
  position: relative;
  margin: 3.5rem 0 1.875rem;
}
.c-heading-c::before {
  position: absolute;
  content: "";
  width: 3.875rem;
  height: 5rem;
  background: url(../../images/deco-heading-c.png) no-repeat top left/100%;
  top: 0;
  left: -1rem;
  top: -1rem;
}
@media (max-width: 767px) {
  .c-heading-c {
    font-size: 1.0625rem;
    margin: 2rem 0 1.25rem;
    padding-bottom: 1rem;
  }
  .c-heading-c::before {
    width: 2.5rem;
    height: 2.5rem;
    left: -0.625rem;
    top: -0.625rem;
  }
}

.c-btn-a {
  min-width: 14.375rem;
  max-width: 100%;
  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;
  gap: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  border-radius: 6.25rem;
  padding: 0.9375rem 1.5rem;
  text-align: center;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .c-btn-a {
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    min-width: 9.375rem;
    gap: 0.25rem;
  }
}
.c-btn-a__arrow {
  width: 1.375rem;
  height: 1.375rem;
  content: "";
  display: inline-block;
  background: #32A238;
  border-radius: 6.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-btn-a__arrow::after {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow_w.svg) no-repeat center/contain;
  width: 0.3125rem;
  height: 0.5625rem;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn-a:hover {
  color: white;
  background: #222222;
  opacity: 1;
}
.c-btn-a:hover .c-btn-a__arrow {
  background: white;
}
.c-btn-a:hover .c-btn-a__arrow::after {
  background: url(../img/icon-arrow_bk.svg) no-repeat center/contain;
}
.c-btn-a.-border {
  border: solid 1px #32A238;
}
.c-btn-a.-arrowDown {
  background: #222222;
  border: solid 1px #32A238;
  color: white;
  padding: 0.875rem;
}
.c-btn-a.-arrowDown .c-btn-a__arrow {
  background: white;
}
.c-btn-a.-arrowDown .c-btn-a__arrow::after {
  background: url(../img/icon-arrow_bk.svg) no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-btn-a.-prev {
  border: solid 1px #32A238;
}
.c-btn-a.-prev .c-btn-a__arrow {
  background: -webkit-gradient(linear, left top, right top, from(#32A238), to(#88BE46));
  background: linear-gradient(to right, #32A238, #88BE46);
}
.c-btn-a.-prev .c-btn-a__arrow::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
      -ms-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.c-btn-a.-prev:hover .c-btn-a__arrow {
  background: white;
}

.c-btn-b {
  max-width: 30.875rem;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #32A238;
  border-radius: 6.25rem;
  padding: 2rem 5rem 2rem 2.5rem;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.125rem;
  text-decoration: none;
  position: relative;
}
.c-btn-b::after {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-youtube.png) no-repeat center/contain;
  width: 2.5rem;
  height: 2.5rem;
  right: 2.5rem;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-btn-b {
    padding: 1.25rem 2.5rem 1.25rem 1rem;
    font-size: 0.875rem;
  }
  .c-btn-b::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
}

.c-btn-pdf {
  background: white;
  border: solid 1px #32A238;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.375rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #32A238;
  text-decoration: none;
}

.c-list-a {
  list-style: none;
  padding: 0;
  margin: 1.875rem 0 0 0;
}
@media (max-width: 767px) {
  .c-list-a {
    margin-top: 1.25rem;
  }
}
.c-list-a > li {
  margin: 0;
  padding-left: 1.625rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .c-list-a > li {
    font-size: 0.9375rem;
    padding-left: 1.25rem;
  }
}
.c-list-a > li::before {
  position: absolute;
  content: "";
  width: 0.8888em;
  height: 0.8888em;
  left: 0;
  top: 0.5em;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#32A238), to(#00CEFF));
  background: linear-gradient(to bottom right, #32A238, #00CEFF);
}
.c-list-a > li + li {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-list-a > li + li {
    margin-top: 1em;
  }
}
.c-list-a.-sm {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-list-a.-sm {
    margin-top: 1rem;
  }
}
.c-list-a.-sm > li + li {
  margin-top: 1rem;
}
.c-list-a.-lg > li + li {
  margin-top: 2rem;
}

.c-list-b {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-b > li {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  padding-left: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-list-b > li {
    font-size: 0.9375rem;
    padding-left: 0.75rem;
  }
}
.c-list-b > li::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #222222;
  border-radius: 6.25rem;
  left: 0;
  top: 0.7em;
}
@media (max-width: 767px) {
  .c-list-b > li::before {
    width: 0.375rem;
    height: 0.375rem;
  }
}
.c-list-b > li + li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-list-b > li + li {
    margin-top: 0.5rem;
  }
}
.c-list-b > li a {
  color: #32A238;
}
@media (max-width: 767px) {
  .c-list-b > li a {
    display: inline-block;
  }
}
.c-list-b.-sm li {
  margin-top: 0.125rem;
}

.c-list-num-a {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: listnum 0;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .c-list-num-a {
    font-size: 0.9375rem;
  }
}
.c-list-num-a > li {
  margin-top: 0.125rem;
  padding-left: 1.77em;
  position: relative;
}
.c-list-num-a > li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: listnum 1;
  content: "(" counter(listnum) ")";
}

.c-notes-a {
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .c-notes-a {
    margin-top: 1rem;
  }
}
.c-notes-a > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.125rem;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .c-notes-a > li {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.c-table-a {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-table-a {
    margin-top: 1.25rem;
  }
}
.c-table-a.-mt8 {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .c-table-a.-mt8 {
    margin-top: 0.25rem;
  }
}
.c-table-a.-fixed table {
  table-layout: fixed;
}
.c-table-a.-minW table {
  min-width: 43.75rem;
}
.c-table-a table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 100%;
  border-radius: 0.25rem;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid #32A238;
  border-left: 1px solid #32A238;
  overflow: hidden;
}
.c-table-a table th, .c-table-a table td {
  border-right: 1px solid #32A238;
  border-bottom: 1px solid #32A238;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-table-a table thead tr:first-child th:first-child {
  border-radius: 0.25rem 0 0 0;
}
.c-table-a table thead tr:first-child th:last-child {
  border-radius: 0 0.25rem 0 0;
}
.c-table-a table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 0.25rem;
}
.c-table-a table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.25rem 0;
}
.c-table-a table th, .c-table-a table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-table-a table thead th {
  background: #E7F2E7;
  font-weight: bold;
  color: #32A238;
  padding: 1.25rem 1.125rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .c-table-a table thead th {
    padding: 0.75rem 0.375rem;
  }
}
.c-table-a table thead td th, .c-table-a table thead td td,
.c-table-a table tbody th,
.c-table-a table tbody td {
  font-weight: 500;
  background: white;
  font-size: 0.875rem;
  padding: 1.125rem 1.125rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .c-table-a table thead td th, .c-table-a table thead td td,
  .c-table-a table tbody th,
  .c-table-a table tbody td {
    padding: 0.75rem 0.375rem;
  }
}
.c-table-a.-min table thead th,
.c-table-a.-min table thead td {
  padding: 0.5rem 0.25rem;
}
.c-table-a.-min table tbody th,
.c-table-a.-min table tbody td {
  padding: 0.5rem 0.25rem;
}
.c-table-a.-minH table thead th,
.c-table-a.-minH table thead td {
  padding: 0.5rem 0.25rem;
}

.scroll-hint-icon {
  top: calc(50% - 45px) !important;
}

.c-img-a {
  margin: 2rem 0 0 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-img-a {
    margin: 1.5rem 0 0 0;
  }
}

@media (max-width: 767px) {
  .c-entry-category {
    overflow-x: scroll;
    width: calc(100% + 0.9375rem);
  }
}
.c-entry-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .c-entry-category__list {
    min-width: 41rem;
    margin-right: 0.9375rem;
  }
}
.c-entry-category__list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-entry-category__btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  color: #32A238;
  background: white;
  min-height: 4rem;
  border-bottom: solid 1px #32A238;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-entry-category__btn {
    font-size: 0.875rem;
    min-height: 2.75rem;
  }
}
.c-entry-category__btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.25rem;
  bottom: -1px;
  left: 0;
  background: #32A238;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-entry-category__btn.-active {
  opacity: 1;
  font-weight: bold;
  background: #FFFAE7;
  font-size: 1.125rem;
}
.c-entry-category__btn.-active::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .c-entry-category__btn.-active {
    font-size: 0.875rem;
  }
}

.c-entry-list {
  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;
}
.c-entry-list.-border {
  border-top: solid 1px #E7F2E7;
}
.c-entry-list__btn {
  color: #222222;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1.5rem 3.125rem 1.5rem 2.5rem;
  border-bottom: solid 1px #E7F2E7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .c-entry-list__btn {
    padding: 1rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-entry-list__btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #32A238;
  bottom: -1px;
  left: 0;
  scale: 0 1;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
.c-entry-list__btn::after {
  position: absolute;
  content: "";
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon-arrow_gr.svg) no-repeat center/contain;
  width: 0.4375rem;
  height: 0.8125rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-entry-list__btn::after {
    right: 0;
  }
}
.c-entry-list__btn:hover {
  opacity: 1;
  color: #32A238;
}
.c-entry-list__btn:hover::before {
  scale: 1 1;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.c-entry-list__btn:hover::after {
  opacity: 1;
}
.c-entry-list__btn:hover .c-entry-list__title {
  color: #32A238;
}
.c-entry-list__date {
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  display: block;
  font-weight: 400;
}
.c-entry-list__title {
  margin: 0.25rem 0 0 0;
  color: #444444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-entry-pager {
  margin: 4rem 0 0 0;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-entry-pager {
    margin: 2.5rem 0 0 0;
    padding-bottom: 1.5rem;
  }
}
.c-entry-pager__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-entry-pager__list {
    gap: 0.5rem;
  }
}
.c-entry-pager__list > li > span {
  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;
  color: #888888;
  font-weight: bold;
  font-family: "Jost", "Zen Kaku Gothic New", "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.125rem;
  width: 3.375rem;
  height: 3.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.25rem;
  border: solid 1px #888888;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-entry-pager__list > li > span {
    font-size: 1rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.c-entry-pager__list > li > span a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.c-entry-pager__list > li > span a:hover {
  opacity: 1;
  color: white;
  background: -webkit-gradient(linear, left top, right bottom, from(#32A238), to(#00CEFF));
  background: linear-gradient(to bottom right, #32A238, #00CEFF);
}
.c-entry-pager__list > li.cur > span {
  color: white;
  border: none;
  background: -webkit-gradient(linear, left top, right bottom, from(#32A238), to(#00CEFF)), #32A238;
  background: linear-gradient(to bottom right, #32A238, #00CEFF), #32A238;
}

.c-entry-date {
  font-size: 1.125rem;
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  color: #32A238;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #E7F2E7;
  margin-bottom: 2.5rem;
}

.c-entry-prev {
  margin: 3.75rem 0 0 0;
  text-align: center;
}

.p-slideimg {
  margin: 3.75rem -2.5rem 0;
}
@media (max-width: 767px) {
  .p-slideimg {
    margin: 2rem -0.9375rem 0;
  }
}

.slideimg-swiper {
  padding: 0 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .slideimg-swiper {
    padding: 0 3.125rem;
  }
}
.slideimg-swiper .swiper-slide {
  width: 100% !important;
}
.slideimg-swiper .swiper-button-next,
.slideimg-swiper .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  background: #222222;
  border-radius: 0.125rem;
}
.slideimg-swiper .swiper-button-next::after,
.slideimg-swiper .swiper-button-prev::after {
  background: url(../img/icon-arrow_w.svg) no-repeat center center/contain;
  width: 0.4375rem;
  height: 0.8125rem;
  content: "";
}
.slideimg-swiper .swiper-button-next {
  right: 0;
}
.slideimg-swiper .swiper-button-prev {
  left: 0;
}
.slideimg-swiper .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slideimg-swiper .swiper-pagination {
  position: relative;
  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;
  bottom: 0;
  margin-top: 1.875rem;
}
.slideimg-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.25rem;
  background: #222222;
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 6.25rem;
}
@media (max-width: 767px) {
  .slideimg-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.875rem;
  }
}
.slideimg-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#32A238), to(#00CEFF));
  background: linear-gradient(90deg, #32A238 0%, #00CEFF 100%);
}
@media (max-width: 767px) {
  .slideimg-swiper .swiper-pagination {
    margin-top: 1.25rem;
  }
}

.slideimg-item {
  width: 100%;
}
.slideimg-item img {
  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: #32A238;
  --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: 2px;
  font-weight: 400;
  line-height: 1;
  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.75rem;
  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 */
/**************************************************/
body.pg-home .l-top-kv {
  overflow: hidden;
  padding-bottom: 2.125rem;
  position: relative;
}
@media (max-width: 767px) {
  body.pg-home .l-top-kv {
    padding-bottom: 0;
    background: url(../../images/kv-bg_sp.png) no-repeat top center/100% auto;
    aspect-ratio: 375/670;
  }
}
body.pg-home .l-top-kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 2.125rem);
  background: url(../../images/kv-deco-r.png) no-repeat left calc(50% + 48.375rem) center/23.3125rem auto, url(../../images/kv-deco-l.png) no-repeat right calc(50% + 46.375rem) center/20.4375rem auto, url(../../images/kv-bg.png) no-repeat top center/auto 100%, #FFFAE7;
}
@media (min-width: 1800px) {
  body.pg-home .l-top-kv::before {
    background: url(../../images/kv-deco-r.png) no-repeat left calc(50% + 59.1875rem) center/42.125rem auto, url(../../images/kv-deco-l.png) no-repeat right calc(50% + 56.6875rem) center/37.125rem auto, url(../../images/kv-bg.png) no-repeat top center/auto 100%, #FFFAE7;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-top-kv::before {
    display: none;
  }
}
body.pg-home .l-top-kv__inner {
  max-width: 49.5rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-kv__inner {
    padding: 0;
  }
}
body.pg-home .topKv-swiper {
  padding: 7.875rem 1rem;
  min-height: 45.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  body.pg-home .topKv-swiper {
    padding: 0.5rem 0.5rem;
    min-height: auto;
  }
}
body.pg-home .topKv-swiper .swiper-slide {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.pg-home .topKv-swiper .swiper-slide-active {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}
body.pg-home .topKv-swiper .swiper-button-next,
body.pg-home .topKv-swiper .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  border-radius: 0.125rem;
}
body.pg-home .topKv-swiper .swiper-button-next::after,
body.pg-home .topKv-swiper .swiper-button-prev::after {
  background: url(../img/icon-arrow_gr.svg) no-repeat center center/contain;
  width: 0.4375rem;
  height: 0.8125rem;
  content: "";
}
body.pg-home .topKv-swiper .swiper-button-next {
  right: 1rem;
}
@media (max-width: 767px) {
  body.pg-home .topKv-swiper .swiper-button-next {
    right: 0.5rem;
  }
}
body.pg-home .topKv-swiper .swiper-button-prev {
  left: 1rem;
}
body.pg-home .topKv-swiper .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 767px) {
  body.pg-home .topKv-swiper .swiper-button-prev {
    left: 0.5rem;
  }
}
body.pg-home .topKv-swiper .swiper-pagination {
  bottom: -2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  body.pg-home .topKv-swiper .swiper-pagination {
    bottom: 2.5rem;
  }
}
body.pg-home .topKv-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.25rem;
  background: #222222;
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 6.25rem;
}
@media (max-width: 767px) {
  body.pg-home .topKv-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.875rem;
  }
}
body.pg-home .topKv-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#32A238), to(#00CEFF));
  background: linear-gradient(90deg, #32A238 0%, #00CEFF 100%);
}
body.pg-home .top-kv-card {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.pg-home .top-kv-card img {
  -webkit-filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.16));
}
body.pg-home .top-kv-card:hover {
  opacity: 1;
}
body.pg-home .l-top-kv + .l-page-contents {
  margin-top: -2.125rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-kv + .l-page-contents {
    margin-top: -5.75rem;
    padding-top: 0;
  }
}
body.pg-home .l-top-section {
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  body.pg-home .l-top-section {
    margin-top: 2rem;
  }
}
body.pg-home .p-top-heading {
  margin: 0;
  background: url(../../images/bg-title.png) no-repeat left center/100% 100%;
  padding: 2rem 2.625rem 1.875rem 3rem;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.pg-home .p-top-heading__text {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-weight: bold;
  margin: 0;
}
body.pg-home .p-top-heading__text-en {
  font-size: 3rem;
  line-height: 1.2;
  display: block;
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  padding-bottom: 0.25rem;
  position: relative;
}
body.pg-home .p-top-heading__text-en::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.25rem;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#32A238));
  background: linear-gradient(to right, #fff, #32A238);
  left: 0.125rem;
  bottom: 0;
}
body.pg-home .p-top-heading__text-ja {
  display: block;
  margin-top: 0.25rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  body.pg-home .p-top-heading {
    width: calc(100% + 0.9375rem);
    padding: 1.25rem 0.9375rem 1.0625rem 1.5625rem;
    background: url(../../images/bg-title_sp.png) no-repeat left center/100% 100%;
  }
  body.pg-home .p-top-heading__text-en {
    font-size: 1.625rem;
    padding-bottom: 0.125rem;
  }
  body.pg-home .p-top-heading__text-en::before {
    width: 0.5rem;
    height: 0.125rem;
    left: 0.0625rem;
  }
  body.pg-home .p-top-heading__text-ja {
    font-size: 0.8125rem;
    margin-top: 0.125rem;
  }
}
body.pg-home .p-top-pickup {
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
body.pg-home .p-top-pickup > li {
  width: calc((100% - 4.5rem) / 4);
}
@media (max-width: 767px) {
  body.pg-home .p-top-pickup {
    margin: 1.5rem 0 0 0;
    gap: 0.9375rem;
  }
  body.pg-home .p-top-pickup > li {
    width: calc((100% - 0.9375rem) / 2);
  }
}
body.pg-home .p-top-pickup-card {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #E7F2E7;
  border-radius: 0.25rem;
  text-decoration: none;
  overflow: hidden;
  color: inherit;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
body.pg-home .p-top-pickup-card::before {
  position: absolute;
  content: "";
  width: calc(100% - 1.75rem);
  height: 0.125rem;
  background: #32A238;
  bottom: 0;
  left: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  scale: 0 1;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
body.pg-home .p-top-pickup-card__img {
  width: 100%;
  aspect-ratio: 260/160;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.pg-home .p-top-pickup-card__img {
    aspect-ratio: 165/102;
  }
}
body.pg-home .p-top-pickup-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-home .p-top-pickup-card__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0.9375rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  body.pg-home .p-top-pickup-card__textarea {
    padding: 1rem 0.875rem 0.875rem;
  }
}
body.pg-home .p-top-pickup-card__date {
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.pg-home .p-top-pickup-card__date {
    font-size: 0.8125rem;
  }
}
body.pg-home .p-top-pickup-card__title {
  margin: 0.25rem 0 1.5rem 0;
  color: #444444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  body.pg-home .p-top-pickup-card__title {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    line-height: 1.2857142857;
  }
}
body.pg-home .p-top-pickup-card__more {
  margin-left: auto;
  margin-top: auto;
  display: inline-block;
  color: #888888;
  font-size: 0.875rem;
  padding-left: 0.75rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  body.pg-home .p-top-pickup-card__more {
    font-size: 0.8125rem;
  }
}
body.pg-home .p-top-pickup-card__more::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 6.25rem;
  background: #888888;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.pg-home .p-top-pickup-card:hover {
  opacity: 1;
  color: #32A238;
}
body.pg-home .p-top-pickup-card:hover::before {
  scale: 1 1;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
body.pg-home .p-top-pickup-card:hover .p-top-pickup-card__title {
  text-decoration: underline;
  color: #32A238;
}
body.pg-home .p-top-pickup-card:hover .p-top-pickup-card__more {
  color: #32A238;
}
body.pg-home .p-top-pickup-card:hover .p-top-pickup-card__more::before {
  background: #32A238;
  left: -0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
}
body.pg-home .p-top-pickup-moreBtn {
  text-align: center;
  margin-top: 2.5rem;
}
body.pg-home .p-top-news {
  margin: 2.5rem 2.5rem 0;
  background: white;
}
@media (max-width: 767px) {
  body.pg-home .p-top-news {
    margin: 1.5rem 0 0 0;
  }
}

.p-top-sns-links {
  margin: 3rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-top-sns-links {
    margin-top: 1.5rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-sns-links > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-sns-links__btn {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  color: inherit;
  border-radius: 0.5rem;
  padding: 0.8125rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px white;
}
@media (max-width: 767px) {
  .p-top-sns-links__btn {
    padding: 1.125rem 1.5rem 1rem;
  }
}
.p-top-sns-links__btn:hover {
  border: solid 1px black;
  opacity: 1;
}
.p-top-sns-links__btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  line-height: 1.2;
  row-gap: 0.25rem;
}
.p-top-sns-links__btn-text > span {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-top-sns-links__btn-text > span {
    font-size: 1rem;
  }
}
.p-top-sns-links__btn-text > small {
  font-size: 1.125rem;
  color: #888888;
  font-weight: 500;
}
.p-top-sns-links__btn-text > small.ja {
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", "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: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-top-sns-links__btn-text > small {
    font-size: 1rem;
  }
  .p-top-sns-links__btn-text > small.ja {
    font-size: 0.9375rem;
  }
}
.p-top-sns-links__btn.-facebook {
  color: #0866FF;
}
.p-top-sns-links__btn.-facebook:hover {
  border-color: #0866FF;
}
@media (max-width: 767px) {
  .p-top-sns-links__btn.-facebook {
    border-color: #0866FF;
  }
}
.p-top-sns-links__btn.-instagram {
  color: #FF0C9D;
}
.p-top-sns-links__btn.-instagram:hover {
  border-color: #FF0C9D;
}
@media (max-width: 767px) {
  .p-top-sns-links__btn.-instagram {
    border-color: #FF0C9D;
  }
}
.p-top-sns-links__btn.-x {
  color: #000000;
}
.p-top-sns-links__btn.-x:hover {
  border-color: #000000;
}
@media (max-width: 767px) {
  .p-top-sns-links__btn.-x {
    border-color: #000000;
  }
}
.p-top-sns-links__btn.-youtube {
  color: #FF0000;
}
.p-top-sns-links__btn.-youtube:hover {
  border-color: #FF0000;
}
@media (max-width: 767px) {
  .p-top-sns-links__btn.-youtube {
    border-color: #FF0000;
  }
}
.p-top-sns-links__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 2.125rem;
  height: 2rem;
}
.p-top-sns-links__btn-icon > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

/**************************************************/
/* pages */
/**************************************************/
.p-sponsor__list {
  list-style: none;
  margin: 4rem 0 0 0;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem 2.25rem;
}
.p-sponsor__list.-sm {
  padding: 0 10.625rem;
}
.p-sponsor__list.-sm > li {
  width: calc(50% - 1.125rem);
}
@media (max-width: 767px) {
  .p-sponsor__list {
    margin-top: 1.5rem;
    padding: 0 0.9375rem;
    gap: 0.5rem;
  }
  .p-sponsor__list.-sm {
    padding: 0 0.9375rem;
  }
  .p-sponsor__list.-sm > li {
    width: calc(50% - 0.25rem);
  }
}
.p-sponsor__list > li {
  width: calc((100% - 4.5rem) / 3);
}
@media (max-width: 767px) {
  .p-sponsor__list > li {
    width: calc(50% - 0.25rem);
  }
}
.p-sponsor__list > li > a {
  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;
  background: white;
  text-decoration: none;
  width: 100%;
  padding: 2.5rem 1.875rem;
  border: solid 1px #D1D1D1;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-sponsor__list > li > a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-sponsor__list > li > a.-lg {
  padding: 2.5rem 0.375rem;
}
.p-sponsor__list > li > a.-md {
  padding: 2.5rem 1.1875rem;
}
@media (max-width: 767px) {
  .p-sponsor__list > li > a {
    padding: 0.75rem;
  }
  .p-sponsor__list > li > a.-lg {
    padding: 1rem 0.3125rem;
  }
  .p-sponsor__list > li > a.-md {
    padding: 1rem 0.625rem;
  }
}
.p-sponsor__list.-xl > li {
  width: 31.75rem;
  max-width: 100%;
}
.p-sponsor__list.-xl > li a {
  padding: 1.25rem 5.875rem;
}
@media (max-width: 767px) {
  .p-sponsor__list.-xl > li a {
    padding: 1.25rem 2.5rem;
  }
}
.p-sponsor__list.-lg > li > a {
  aspect-ratio: 272/160;
}
.p-sponsor__list.-md > li > a {
  aspect-ratio: 272/160;
}
.p-sponsor__list.-sm > li > a {
  padding: 1.25rem 2.0625rem;
  aspect-ratio: 272/100;
}
@media (max-width: 767px) {
  .p-sponsor__list.-sm > li > a {
    padding: 0.75rem;
    height: 3.75rem;
  }
}
.p-sponsor__txtList {
  list-style: none;
  margin: 4rem 0 0 0;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .p-sponsor__txtList {
    margin-top: 1.5rem;
    gap: 1rem;
    padding: 0 0.9375rem;
  }
}
.p-sponsor__txtList > li {
  display: inline;
}
.p-sponsor__txtList > li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 0.4em;
}
.p-sponsor__txtList > li > a {
  display: inline;
  text-decoration: none;
  color: inherit;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
.p-sponsor__txtList > li > a small {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .p-sponsor__txtList > li > a {
    font-size: 1rem;
  }
}

.p-side-sponsor {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00A2F2;
  padding: 2rem 0.625rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .p-side-sponsor {
    border-radius: 0;
    padding: 2rem 0.9375rem;
  }
}
.p-side-sponsor__post {
  display: block;
  width: 100%;
  margin: 0.5625rem auto 0;
}
.p-side-sponsor__post img {
  width: 100%;
}
@media (max-width: 1279px) {
  .p-side-sponsor__post {
    width: calc((100% - 1rem) / 3);
  }
}
@media (max-width: 767px) {
  .p-side-sponsor__post {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.p-side-sponsor__myuHeading {
  margin: 0 auto;
  max-width: 10.25rem;
}
.p-side-sponsor__heading {
  margin: 2rem -0.625rem 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  color: white;
}
.p-side-sponsor__heading small {
  font-size: 1rem;
  line-height: 1.4;
  display: block;
}
.p-side-sponsor__heading.-bronze {
  border-bottom: solid 1px white;
  margin-bottom: 1.5rem;
  padding-bottom: 1.125rem;
  margin-inline: 0;
}
@media (max-width: 767px) {
  .p-side-sponsor__heading {
    margin: 2.5rem 0 1.5rem;
    font-size: 1rem;
  }
  .p-side-sponsor__heading small {
    font-size: 0.875rem;
  }
  .p-side-sponsor__heading.-bronze {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.p-side-sponsor__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-side-sponsor__list > li {
  width: 100%;
}
.p-side-sponsor__list > li > a {
  display: block;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  aspect-ratio: 280/80;
  overflow: hidden;
  position: relative;
}
.p-side-sponsor__list > li > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-side-sponsor__list.-lg > li > a {
  aspect-ratio: 280/120;
}
.p-side-sponsor__list.-sm > li > a {
  aspect-ratio: 280/50;
}
.p-side-sponsor__list.-xl > li > a {
  aspect-ratio: 280/202;
}
@media (max-width: 1279px) {
  .p-side-sponsor__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-side-sponsor__list > li {
    width: calc((100% - 1.5rem) / 4);
    text-align: center;
  }
  .p-side-sponsor__list.-xl > li {
    width: calc((100% - 1rem) / 3);
  }
}
@media (max-width: 767px) {
  .p-side-sponsor__list > li {
    width: calc((100% - 0.5rem) / 2);
    text-align: left;
  }
  .p-side-sponsor__list.-xl > li {
    width: 100%;
  }
  .p-side-sponsor__list.-md > li > a {
    aspect-ratio: 168/72;
  }
  .p-side-sponsor__list.-md > li > a img {
    width: 115%;
    max-width: 115%;
  }
  .p-side-sponsor__list.-sm > li > a {
    aspect-ratio: 168/45;
  }
}
.p-side-sponsor__txtList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 0.375rem);
}
@media (max-width: 767px) {
  .p-side-sponsor__txtList {
    gap: 0.75rem;
  }
}
.p-side-sponsor__txtList > li {
  width: 100%;
}
.p-side-sponsor__txtList > li > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
}
.p-side-sponsor__txtList > li > a small {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .p-side-sponsor__txtList > li > a {
    font-size: 1rem;
  }
  .p-side-sponsor__txtList > li > a small {
    font-size: 0.875rem;
  }
}

/**************************************************/
/* information */
/**************************************************/
.p-essentials-table table {
  table-layout: fixed;
  width: 100%;
  margin: 0;
  border-radius: 0.25rem;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid #32A238;
  border-left: 1px solid #32A238;
}
.p-essentials-table table th, .p-essentials-table table td {
  border-right: 1px solid #32A238;
  border-bottom: 1px solid #32A238;
}
@media (max-width: 767px) {
  .p-essentials-table table th, .p-essentials-table table td {
    display: block;
  }
}
.p-essentials-table table tr:first-child th {
  border-radius: 0.25rem 0 0 0;
}
@media (max-width: 767px) {
  .p-essentials-table table tr:first-child th {
    border-radius: 0.25rem 0.25rem 0 0;
  }
}
.p-essentials-table table tr:first-child td {
  border-radius: 0 0.25rem 0 0;
}
@media (max-width: 767px) {
  .p-essentials-table table tr:first-child td {
    border-radius: 0;
  }
}
.p-essentials-table table tr:last-child th {
  border-radius: 0 0 0 0.25rem;
}
@media (max-width: 767px) {
  .p-essentials-table table tr:last-child th {
    border-radius: 0;
  }
}
.p-essentials-table table tr:last-child td {
  border-radius: 0 0 0.25rem 0;
}
@media (max-width: 767px) {
  .p-essentials-table table tr:last-child td {
    border-radius: 0 0 0.25rem 0.25rem;
  }
}
.p-essentials-table table th {
  background: #FFFAE7;
  color: #32A238;
  font-weight: bold;
  padding: 1.875rem 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.375rem;
  width: 15.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p-essentials-table table th {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1.0625rem;
  }
}
.p-essentials-table table td {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 2rem 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-essentials-table table td > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-essentials-table table td {
    font-size: 0.9375rem;
    padding: 1rem 1rem;
  }
}
.p-essentials-table table td p {
  margin: 0.125rem 0 0 0;
}
@media (max-width: 767px) {
  .p-essentials-table table td p {
    margin-top: 0;
  }
}
.p-essentials-table table td p.heading {
  margin-top: 2.25rem;
}
@media (max-width: 767px) {
  .p-essentials-table table td p.heading {
    margin-top: 1.25rem;
  }
}
.p-essentials-table table td p.dateWrap > span {
  display: inline-block;
  width: 2.875rem;
}
@media (max-width: 767px) {
  .p-essentials-table table td p.dateWrap > span {
    width: 2.5rem;
  }
}
.p-essentials-table table td .notes {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-essentials-table table td .notes > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .p-essentials-table table td .notes > li {
    margin-top: 0;
  }
}

.p-concept-logo {
  margin: 0 auto;
  max-width: 40.625rem;
  padding: 4.375rem 2.5rem 2.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-concept-logo {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}

.p-concept-slogan {
  margin: 0 auto;
  max-width: 40.625rem;
  padding: 3.75rem 2.5rem 2.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-concept-slogan {
    padding: 1.25rem 1.25rem 1.25rem;
  }
}

.p-concept-graphic {
  margin: 0 auto;
  max-width: 51.5rem;
  padding: 1.25rem 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-concept-graphic {
    padding: 0 1.25rem 0;
  }
}

.p-ambassador-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-ambassador-block {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ambassador-block__img {
  width: 42.0168067227%;
  aspect-ratio: 400/304;
  overflow: hidden;
}
.p-ambassador-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-ambassador-block__img {
    width: 100%;
  }
}
.p-ambassador-block__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFAE7;
  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;
  gap: 0.25rem;
  padding: 0.625rem;
}
@media (max-width: 767px) {
  .p-ambassador-block__body {
    padding: 1.25rem 0.625rem;
  }
}
.p-ambassador-block__text {
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  .p-ambassador-block__text {
    font-size: 0.8125rem;
  }
}
.p-ambassador-block__name {
  color: #32A238;
  font-size: 1.75rem;
  margin: 0;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .p-ambassador-block__name {
    font-size: 1.125rem;
  }
}

.p-ambassador-link {
  margin: 2.5rem 0 0 0;
  text-align: center;
}
.p-ambassador-link__text {
  text-align: center;
  font-weight: bold;
  color: #32A238;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 767px) {
  .p-ambassador-link {
    margin-top: 1.5rem;
  }
  .p-ambassador-link__text {
    font-size: 0.875rem;
  }
}

/**************************************************/
/* faq */
/**************************************************/
.p-faq {
  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.5rem;
}
@media (max-width: 767px) {
  .p-faq {
    gap: 1.25rem;
  }
}
.p-faq__item {
  margin: 0;
  padding: 0;
  border: solid 1px #E7F2E7;
  border-radius: 0.25rem;
  overflow: hidden;
}
.p-faq__item dt {
  cursor: pointer;
  margin: 0;
  padding: 1rem 2.5rem 1rem 5.5rem;
  background: white;
  font-size: 1.375rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-faq__item dt {
    padding: 0.875rem 1.875rem 0.875rem 3.5rem;
    font-size: 1rem;
  }
}
.p-faq__item dt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 4.0625rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#32A238), to(#00CEFF));
  background: linear-gradient(to bottom right, #32A238, #00CEFF);
}
@media (max-width: 767px) {
  .p-faq__item dt::before {
    width: 2.5rem;
  }
}
.p-faq__item dt::after {
  position: absolute;
  content: "Q";
  font-size: 1.45em;
  font-weight: bold;
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  color: white;
  left: 1.125rem;
  top: 1.125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-faq__item dt::after {
    left: 0.625rem;
    top: 0.875rem;
  }
}
.p-faq__item dd {
  display: none;
  margin: 0;
  background: #F4FCF4;
  padding: 1rem 1.25rem 1rem 5.5rem;
  font-size: 1.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-faq__item dd {
    padding: 0.875rem 1rem 0.875rem 3.5rem;
    font-size: 0.9375rem;
  }
}
.p-faq__item dd::after {
  position: absolute;
  content: "A";
  font-size: 1.45em;
  font-weight: bold;
  font-family: "Jost", "Zen Kaku Gothic New", "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;
  left: 1.25rem;
  top: 1.125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-faq__item dd::after {
    left: 0.625rem;
    top: 0.9375rem;
  }
}
.p-faq__item dd p {
  line-height: 1.7777777778;
}
.p-faq__item dd a {
  color: #32A238;
}
.p-faq__item p {
  margin: 0;
}
.p-faq__toggle {
  position: absolute;
  content: "";
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
}
@media (max-width: 767px) {
  .p-faq__toggle {
    right: 0.75rem;
  }
}
.p-faq__toggle::before, .p-faq__toggle::after {
  position: absolute;
  content: "";
  width: 0.875rem;
  height: 0.125rem;
  background: #32A238;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__toggle.-open::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**************************************************/
/* access */
/**************************************************/
.p-access__iframe {
  aspect-ratio: 952/553;
  overflow: hidden;
}
.p-access__iframe > iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.p-access__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 0 0;
}
@media (max-width: 767px) {
  .p-access__address {
    margin-top: 1.5rem;
  }
}
.p-access__address-text {
  margin: 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .p-access__address-text {
    font-size: 0.9375rem;
  }
}
.p-access__address-link {
  border-radius: 6.25rem;
  display: block;
  background: #32A238;
  line-height: 1.2;
  font-family: "Jost", "Zen Kaku Gothic New", "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.125rem;
  color: white;
  width: 10rem;
  max-width: 100%;
  padding: 0.75rem 0.625rem 0.625rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-access__address-link {
    font-size: 0.9375rem;
    width: 7.5rem;
  }
}
.p-access__notesBox {
  margin: 2rem 0 0 0;
  background: #F8F8F8;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .p-access__notesBox {
    margin-top: 1.5rem;
    padding: 1rem;
  }
}
.p-access__notesBox p {
  margin: 0;
}
@media (max-width: 767px) {
  .p-access__notesBox p {
    font-size: 0.875rem;
  }
}
.p-access__way {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .p-access__way {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}
.p-access__way-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-access__way-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-access__way-icon {
  width: 3.375rem;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-access__way-icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .p-access__way-icon {
    width: 2.25rem;
  }
}
.p-access__way-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #32A238;
  margin: 0;
  padding: 0.8125rem;
  text-align: center;
  min-width: 5.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: solid 1px #32A238;
}
@media (max-width: 767px) {
  .p-access__way-title {
    font-size: 0.9375rem;
    min-width: 3.5rem;
    padding: 0.4375rem 0.75rem;
    border-right: none;
  }
}
.p-access__way-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  .p-access__way-text {
    font-size: 0.9375rem;
    padding-left: 0.9375rem;
    border-left: solid 1px #32A238;
  }
}

/**************************************************/
/* post */
/**************************************************/
.p-post {
  width: 100%;
  margin-top: 5rem;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-post {
    margin-top: 2rem;
  }
}
.p-post tr th, .p-post tr td {
  border-bottom: solid 1px #32A238;
}
@media (max-width: 767px) {
  .p-post tr th, .p-post tr td {
    display: block;
  }
}
.p-post tr:first-child th, .p-post tr:first-child td {
  border-top: solid 1px #32A238;
}
@media (max-width: 767px) {
  .p-post tr:first-child td {
    border-top: none;
  }
}
.p-post th {
  background: #FFFAE7;
  vertical-align: top;
  width: 15.625rem;
  padding: 1.875rem 0 0 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-post th {
    padding: 1rem 0;
    width: 100%;
  }
}
.p-post td {
  padding: 1.875rem;
}
@media (max-width: 767px) {
  .p-post td {
    padding: 1rem;
  }
}
.p-post__step {
  background: #32A238;
  border-radius: 0 6.25rem 6.25rem 0;
  min-width: 7.5rem;
  padding: 0.125rem 0.125rem 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-post__step {
    min-width: 4.375rem;
    font-size: 0.875rem;
  }
}
.p-post__heading {
  margin: 1.25rem 0 0 0;
  padding-left: 1.875rem;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #32A238;
}
@media (max-width: 767px) {
  .p-post__heading {
    padding-left: 0.75rem;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.p-post__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-post__colors {
    gap: 1.25rem;
  }
}
.p-post__color {
  width: calc((100% - 3.75rem) / 3);
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-post__color {
    width: calc((100% - 1.25rem) / 2);
  }
}
.p-post__color-radio {
  position: relative;
  text-align: center;
  display: inline-block;
}
.p-post__color-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.p-post__color-radio > input[type=radio] + span {
  display: inline-block;
  margin: 1rem 0 0 0;
  padding: 0;
  line-height: 1.5;
  padding-left: 1.75rem;
  position: relative;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-post__color-radio > input[type=radio] + span {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    padding-left: 1.5rem;
  }
}
.p-post__color-radio > input[type=radio] + span::before {
  content: "";
  -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 #222222;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-post__color-radio > input[type=radio] + span::before {
    top: 0.0625rem;
  }
}
.p-post__color-radio > input[type=radio] + span::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: #539fee;
  left: 0.3125rem;
  top: 0.5625rem;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .p-post__color-radio > input[type=radio] + span::after {
    top: 0.375rem;
  }
}
.p-post__color-radio input[type=radio]:checked + span::after {
  opacity: 1;
}
.p-post__textbg {
  width: 26.875rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-post__textbg {
    width: 100%;
    max-width: 100%;
  }
}
.p-post__textarea {
  width: 16.3125rem;
  height: 11.875rem;
  overflow: hidden;
  padding: 1.5625rem 0 0 1.5625rem;
}
@media (max-width: 767px) {
  .p-post__textarea {
    width: 46vw;
    aspect-ratio: 261/190;
    height: auto;
    padding: 4.1vw 0 0 4.1vw;
  }
}
.p-post__textarea textarea {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: solid 1px #222222;
  font-family: "Zen Kurenaido", "Zen Kaku Gothic New", "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: 500;
  font-style: normal;
  resize: none;
  font-size: 2.625rem;
  padding: 0.625rem 1.25rem;
  line-height: 1.3333333333;
  overflow: hidden;
}
.p-post__textarea textarea::-webkit-input-placeholder {
  color: #d9d9d9;
  font-family: "Zen Kurenaido", "Zen Kaku Gothic New", "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;
}
.p-post__textarea textarea::placeholder, .p-post__textarea textarea::-webkit-input-placeholder, .p-post__textarea textarea:-ms-input-placeholder {
  color: #d9d9d9;
  font-family: "Zen Kurenaido", "Zen Kaku Gothic New", "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;
}
@media (max-width: 767px) {
  .p-post__textarea textarea {
    font-size: 7.5vw;
    padding: 2.1333333333vw 3.2vw;
  }
}
.p-post__notes {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
  color: #999999;
}
.p-post__notes > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .p-post__notes {
    font-size: 0.8125rem;
  }
}
.p-post__submit {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .p-post__submit {
    margin-top: 2rem;
  }
}

.p-post-download {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .p-post-download {
    margin-top: 1.5rem;
  }
}
.p-post-download__img {
  margin: 0 auto;
  content: "";
  width: 33.75rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
@media (max-width: 767px) {
  .p-post-download__img {
    width: 100%;
  }
}
.p-post-download__btn {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .p-post-download__btn {
    margin-top: 2rem;
  }
}

.p-post-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.5;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.875rem;
  background: #FFFAE7;
  color: #32A238;
  border: solid 0.125rem #32A238;
  font-weight: 700;
  border-radius: 6.25rem;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .p-post-btn {
    padding: 1rem;
    font-size: 1.125rem;
  }
}

.p-post-box {
  margin: 3.75rem 0 0 0;
  background: #fafafa;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .p-post-box {
    margin-top: 2.5rem;
    padding: 1.5rem 1.25rem;
  }
}
.p-post-box__heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  margin-left: -0.5em;
}
@media (max-width: 767px) {
  .p-post-box__heading {
    font-size: 0.9375rem;
  }
}
.p-post-box__list {
  color: #999999;
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
}
.p-post-box__list > li {
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .p-post-box__list {
    font-size: 0.875rem;
  }
}

.p-post-share {
  border: solid 1px #539fee;
  margin: 2.5rem 0 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-post-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-post-share__textarea {
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-post-share__textarea {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}
.p-post-share__heading {
  color: #539fee;
  font-weight: 700;
  margin: 0;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .p-post-share__heading {
    font-size: 0.9375rem;
  }
}
.p-post-share__tags {
  margin: 0.75rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.5em;
  max-width: 90%;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-post-share__tags {
    font-size: 0.875rem;
    max-width: 100%;
  }
}
.p-post-share__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: white;
  font-weight: 700;
  background: #539fee;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem 1rem;
  text-decoration: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-post-share__btn {
    width: 100%;
    position: relative;
  }
}

.p-post-sns {
  margin: 1.875rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.p-post-sns > li > a {
  display: block;
}
.p-post-sns > li > a img {
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/**************************************************/
/* ランナー案内 */
/**************************************************/
.p-entry-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-entry-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #32A238;
  border-radius: 0.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-entry-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-entry-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#32A238), to(#00CEFF)), #32A238;
  background: linear-gradient(to bottom, #32A238, #00CEFF), #32A238;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.3125rem;
}
.p-entry-flow__heading {
  background: #E7F2E7;
  border-right: solid 1px #32A238;
  padding: 1.125rem 0;
  width: 16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.1875rem 0 0 0.1875rem;
  line-height: 1.3333333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
@media (max-width: 767px) {
  .p-entry-flow__heading {
    border-radius: 0.1875rem 0.1875rem 0 0;
    padding: 0.75rem 0;
    width: 100%;
    border-bottom: solid 1px #32A238;
    border-right: none;
  }
}
.p-entry-flow__heading-text {
  font-size: 1.125rem;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.p-entry-flow__heading-text em {
  color: #32A238;
}
@media (max-width: 767px) {
  .p-entry-flow__heading-text {
    font-size: 0.9375rem;
  }
}
.p-entry-flow__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-entry-flow__body > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .p-entry-flow__body {
    padding: 0.75rem 1rem;
  }
}

/**************************************************/
/* entry */
/**************************************************/
.pg-entry [class*=column-media] {
  margin: 2rem 0 0 0;
}
@media (max-width: 767px) {
  .pg-entry [class*=column-media] {
    margin-top: 1.5rem;
  }
}
.pg-entry [class*=acms-col] {
  padding: 0;
}