@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,100..900&display=swap");
html {
  font-size: 10px;
}

.container > article * {
  line-height: inherit;
}

.feature .multicolumn-right {
  width: calc(100% - 40px) !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}
.feature .socialbutton {
  text-align: right;
  line-height: 1;
}
.feature .socialbutton ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature .socialbutton li {
  margin-left: 10px;
}
.feature .socialbutton li .tweet {
  height: 20px;
}
.feature .socialbutton li .facebook-share {
  height: 20px;
}
.feature .socialbutton.socialbutton--top {
  display: none;
  margin: 0 20px 20px;
}
.feature .socialbutton.socialbutton--bottom {
  display: inline-block;
  margin: 8px 0 0;
  vertical-align: middle;
}

.entry__meta {
  width: calc(100% - 32px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry__meta .create-date {
  margin-top: 8px;
  min-width: 8em;
}

/*　サイドバー その他の記事 表示設定 */
.multicolumn-left section.random-bn ul {
  display: block;
}

.main-content {
  display: block;
  width: 100%;
  padding: 12px 0 24px;
  border: none;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86;
  color: #222;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-weight: 700;
}
.main-content p,
.main-content li {
  line-height: 1.86;
}
.main-content a {
  text-decoration: underline;
  -webkit-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  text-underline-offset: 3px;
}
.main-content a:hover {
  opacity: 0.7;
}
.main-content *, .main-content *::before, .main-content *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content br.pc-br {
  display: none;
}
.main-content .note {
  font-size: 0.9em;
  line-height: 1.5;
}

.page__header {
  padding: 0;
  margin: 0;
}
.page__intro {
  width: calc(100% - 46px);
  margin: 30px auto 10px;
}
.page__ps {
  margin: 20px 19px 30px;
}

.simplebar-scrollbar::before {
  background: #aaa;
  border-radius: 4px;
  width: 160px;
  margin-left: 2px;
  margin-top: 0px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background-color: #e5e5e5;
  border-radius: 10px;
}

.main-content {
  background-color: #f3fade;
}

.page__nav {
  width: calc(100% - 24px);
  margin: 40px auto;
  position: relative;
}
.page__nav::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -197.1px;
  right: 0;
  width: 88.5528px;
  height: 212.3037px;
  background-image: url("../imgs/deco_menu_right.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px 10px;
}
.page__nav__list::before, .page__nav__list::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 6.6666666667px);
  max-width: 100px;
  height: 0;
}
.page__nav__list::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.page__nav__item {
  width: calc(33.3333333333% - 6.6666666667px);
  max-width: 100px;
}
.page__nav__item a {
  display: block;
  width: 100%;
  height: 100px;
  padding-top: 76px;
  border-radius: 2px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 50px auto;
}
.page__nav__item01 a {
  background-color: #ed5f5e;
  background-image: url("../imgs/pict01.svg");
}
.page__nav__item02 a {
  background-color: #fc8a66;
  background-image: url("../imgs/pict02.svg");
}
.page__nav__item03 a {
  background-color: #e0b865;
  background-image: url("../imgs/pict03.svg");
}
.page__nav__item04 a {
  background-color: #8ccf61;
  background-image: url("../imgs/pict04.svg");
}
.page__nav__item05 a {
  background-color: #78c4b7;
  background-image: url("../imgs/pict05.svg");
}
.page__nav__item06 a {
  background-color: #808ac9;
  background-image: url("../imgs/pict06.svg");
}
.page__nav__item07 a {
  background-color: #cb8dd9;
  background-image: url("../imgs/pict07.svg");
}
.page__nav__item08 a {
  background-color: #fe95ca;
  background-image: url("../imgs/pict08.svg");
}
.page__ps {
  width: calc(100% - 22px);
  margin: 60px auto 40px;
  padding: 50px 20px 30px;
  position: relative;
  z-index: 10;
  border: 2px solid #808ac9;
  border-radius: 10px;
  background: url("../imgs/sec_bg.png");
  background-size: 200px auto;
}
.page__ps__title {
  position: absolute;
  top: -17px;
  left: 0;
  margin-bottom: 24px;
  padding-left: 20px;
}
.page__ps__title span {
  display: inline-block;
  height: 34px;
  padding: 5px 30px 0;
  border-radius: 17px;
  background-color: #808ac9;
}
.page__ps__title img {
  width: 100px;
}
.page__content .sep {
  text-align: center;
}
.page__content .sep img {
  width: 65px;
}

.section {
  width: calc(100% - 20px);
  margin: 40px auto 20px;
  padding: 100px 12px 60px;
  position: relative;
  z-index: 10;
  background-image: url("../imgs/deco_colorchart.png"), url("../imgs/sec_bg.png");
  background-repeat: no-repeat, repeat;
  background-position: center calc(100% - 16px), center top;
  background-size: 85px auto, 200px auto;
  border-radius: 10px;
}
.section::before, .section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section__header {
  height: 94px;
  width: calc(100% + 4px);
  position: absolute;
  top: 0;
  left: -2px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-repeat: repeat-x;
  background-size: auto 100%;
  line-height: 94px !important;
}
.section__header::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.section__header__index {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.3 !important;
}
.section__header__index span {
  display: block;
  font-size: 1.1em;
  line-height: inherit;
}
.section__title {
  padding-left: 16px;
  text-align: center;
}
.section__title img {
  width: auto;
  height: 34px;
  vertical-align: middle;
}
.section__content {
  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: 25px 28px;
}
.section__content .point {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  /* アコーディオン関連スタイル */
  /* 開閉要素の共通設定 */
  /* 751px未満のとき、開いた状態のスタイル */
  /* 751px以上のPCサイズではアコーディオンを無効化して常に表示 */
}
.section__content .point__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  position: relative;
}
.section__content .point__header::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  background: url("../imgs/icon_arrow.png") center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section__content .point__header__index {
  width: 44px;
  height: 44px;
  padding-top: 10px;
  border-right: 1px dashed #ccc;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.6rem;
  line-height: 1;
}
.section__content .point__header__index span {
  display: block;
  font-size: 1.6rem;
}
.section__content .point__header__title {
  padding: 0 24px 0 10px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.section__content .point__content {
  padding: 10px 16px;
  border-top: 1px dashed #ccc;
  background-position: calc(100% - 12px) 100%;
  background-repeat: no-repeat;
  background-size: auto 82px;
}
.section__content .point__content p {
  font-size: 1.3rem;
  line-height: 1.7;
}
.section__content .point__content {
  /* 【ここを変更】デザインに合わせて本来の上下paddingの数値を設定してください */
  --original-padding: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 必須：高さにpaddingを含める */
  /* 閉じているときの状態（0に固定） */
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /* イージングと時間を一括管理（800ms） */
  -webkit-transition: max-height 800ms cubic-bezier(0.25, 1, 0.5, 1), padding-top 800ms cubic-bezier(0.25, 1, 0.5, 1), padding-bottom 800ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: max-height 800ms cubic-bezier(0.25, 1, 0.5, 1), padding-top 800ms cubic-bezier(0.25, 1, 0.5, 1), padding-bottom 800ms cubic-bezier(0.25, 1, 0.5, 1);
}
.section__footer {
  margin-top: 42px;
  padding: 20px 8px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 4.5px;
}
.section__footer p {
  font-size: 1.3rem;
  line-height: 1.7;
}

/********************
 * 各section別
 ********************/
.sec01 {
  border: 2px solid #ed5f5e;
}
.sec01 .section__header {
  background-image: url("../imgs/sec01_header_bg.png");
}
.sec01 .section__header::after {
  background-image: url("../imgs/pict01.svg");
}
.sec01 .section__content .point {
  border-color: #ed5f5e;
  -webkit-box-shadow: 4px 4px 0 #ed5f5e;
  box-shadow: 4px 4px 0 #ed5f5e;
}
.sec01 .section__content .point__header__index {
  color: #ed5f5e;
  border-right-color: #ed5f5e;
}
.sec01 .section__content .point__content {
  background-image: url("../imgs/sec01_point_bg.png");
  border-top-color: #ed5f5e;
}
.sec01 .section__footer {
  background-image: url("../imgs/wave_sec01.png");
}

.sec02 {
  border: 2px solid #fc8a66;
}
.sec02 .section__header {
  background-image: url("../imgs/sec02_header_bg.png");
}
.sec02 .section__header::after {
  background-image: url("../imgs/pict02.svg");
}
.sec02 .section__content .point {
  border-color: #fc8a66;
  -webkit-box-shadow: 4px 4px 0 #fc8a66;
  box-shadow: 4px 4px 0 #fc8a66;
}
.sec02 .section__content .point__header__index {
  color: #fc8a66;
  border-right-color: #fc8a66;
}
.sec02 .section__content .point__content {
  background-image: url("../imgs/sec02_point_bg.png");
  border-top-color: #fc8a66;
}
.sec02 .section__footer {
  background-image: url("../imgs/wave_sec02.png");
}

.sec03 {
  border: 2px solid #e0b865;
}
.sec03 .section__header {
  background-image: url("../imgs/sec03_header_bg.png");
}
.sec03 .section__header::after {
  background-image: url("../imgs/pict03.svg");
}
.sec03 .section__content .point {
  border-color: #e0b865;
  -webkit-box-shadow: 4px 4px 0 #e0b865;
  box-shadow: 4px 4px 0 #e0b865;
}
.sec03 .section__content .point__header__index {
  color: #e0b865;
  border-right-color: #e0b865;
}
.sec03 .section__content .point__content {
  background-image: url("../imgs/sec03_point_bg.png");
  border-top-color: #e0b865;
}
.sec03 .section__footer {
  background-image: url("../imgs/wave_sec03.png");
}

.sec04 {
  border: 2px solid #8ccf61;
}
.sec04 .section__header {
  background-image: url("../imgs/sec04_header_bg.png");
}
.sec04 .section__header::after {
  background-image: url("../imgs/pict04.svg");
}
.sec04 .section__content .point {
  border-color: #8ccf61;
  -webkit-box-shadow: 4px 4px 0 #8ccf61;
  box-shadow: 4px 4px 0 #8ccf61;
}
.sec04 .section__content .point__header__index {
  color: #8ccf61;
  border-right-color: #8ccf61;
}
.sec04 .section__content .point__content {
  background-image: url("../imgs/sec04_point_bg.png");
  border-top-color: #8ccf61;
}
.sec04 .section__footer {
  background-image: url("../imgs/wave_sec04.png");
}

.sec05 {
  border: 2px solid #78c4b7;
}
.sec05 .section__header {
  background-image: url("../imgs/sec05_header_bg.png");
}
.sec05 .section__header::after {
  background-image: url("../imgs/pict05.svg");
}
.sec05 .section__content .point {
  border-color: #78c4b7;
  -webkit-box-shadow: 4px 4px 0 #78c4b7;
  box-shadow: 4px 4px 0 #78c4b7;
}
.sec05 .section__content .point__header__index {
  color: #78c4b7;
  border-right-color: #78c4b7;
}
.sec05 .section__content .point__content {
  background-image: url("../imgs/sec05_point_bg.png");
  border-top-color: #78c4b7;
}
.sec05 .section__footer {
  background-image: url("../imgs/wave_sec05.png");
}

.sec06 {
  border: 2px solid #808ac9;
}
.sec06 .section__header {
  background-image: url("../imgs/sec06_header_bg.png");
}
.sec06 .section__header::after {
  background-image: url("../imgs/pict06.svg");
}
.sec06 .section__content .point {
  border-color: #808ac9;
  -webkit-box-shadow: 4px 4px 0 #808ac9;
  box-shadow: 4px 4px 0 #808ac9;
}
.sec06 .section__content .point__header__index {
  color: #808ac9;
  border-right-color: #808ac9;
}
.sec06 .section__content .point__content {
  background-image: url("../imgs/sec06_point_bg.png");
  border-top-color: #808ac9;
}
.sec06 .section__footer {
  background-image: url("../imgs/wave_sec06.png");
}

.sec07 {
  border: 2px solid #cb8dd9;
}
.sec07 .section__header {
  background-image: url("../imgs/sec07_header_bg.png");
}
.sec07 .section__header::after {
  background-image: url("../imgs/pict07.svg");
}
.sec07 .section__content .point {
  border-color: #cb8dd9;
  -webkit-box-shadow: 4px 4px 0 #cb8dd9;
  box-shadow: 4px 4px 0 #cb8dd9;
}
.sec07 .section__content .point__header__index {
  color: #cb8dd9;
  border-right-color: #cb8dd9;
}
.sec07 .section__content .point__content {
  background-image: url("../imgs/sec07_point_bg.png");
  border-top-color: #cb8dd9;
}
.sec07 .section__footer {
  background-image: url("../imgs/wave_sec07.png");
}

.sec08 {
  border: 2px solid #fe95ca;
}
.sec08 .section__header {
  background-image: url("../imgs/sec08_header_bg.png");
}
.sec08 .section__header::after {
  background-image: url("../imgs/pict08.svg");
}
.sec08 .section__content .point {
  border-color: #fe95ca;
  -webkit-box-shadow: 4px 4px 0 #fe95ca;
  box-shadow: 4px 4px 0 #fe95ca;
}
.sec08 .section__content .point__header__index {
  color: #fe95ca;
  border-right-color: #fe95ca;
}
.sec08 .section__content .point__content {
  background-image: url("../imgs/sec08_point_bg.png");
  border-top-color: #fe95ca;
}
.sec08 .section__footer {
  background-image: url("../imgs/wave_sec08.png");
}

.sec01::before {
  width: 136.08px;
  height: 94.5px;
  bottom: -51.1px;
  left: 0px;
  background-image: url("../imgs/deco_sec01_left.png");
}
.sec01::after {
  width: 102.3498px;
  height: 231.8526px;
  bottom: -189.8px;
  right: 0px;
  background-image: url("../imgs/deco_sec01_right.png");
}

.sec02::before {
  width: 88.83px;
  height: 233.8371px;
  bottom: -215.35px;
  left: 0px;
  background-image: url("../imgs/deco_sec02_left.png");
}
.sec02::after {
  width: 43.8354px;
  height: 48.0627px;
  bottom: -29.2px;
  right: 19.71px;
  background-image: url("../imgs/deco_sec02_right.png");
}

.sec03::before {
  width: 117.2997px;
  height: 71.3223px;
  bottom: -56.21px;
  left: 14.6px;
  background-image: url("../imgs/deco_sec03_left.png");
}
.sec03::after {
  width: 104.6304px;
  height: 193.7502px;
  bottom: -160.6px;
  right: 0px;
  background-image: url("../imgs/deco_sec03_right.png");
}

.sec04::before {
  width: 112.0329px;
  height: 174.8691px;
  bottom: -154.76px;
  left: 0px;
  background-image: url("../imgs/deco_sec04_left.png");
}
.sec04::after {
  width: 105.2667px;
  height: 196.9191px;
  bottom: -165.71px;
  right: 0px;
  background-image: url("../imgs/deco_sec04_right.png");
}

.sec05::before {
  width: 113.7339px;
  height: 182.259px;
  bottom: -153.3px;
  left: 0px;
  background-image: url("../imgs/deco_sec05_left.png");
}
.sec05::after {
  width: 86.1399px;
  height: 86.1399px;
  bottom: -47.45px;
  right: 14.6px;
  background-image: url("../imgs/deco_sec05_right.png");
}

.sec06::before {
  width: 99.2061px;
  height: 81.6417px;
  bottom: -43.07px;
  left: 14.6px;
  background-image: url("../imgs/deco_sec06_left.png");
}
.sec06::after {
  width: 105.3801px;
  height: 201.9654px;
  bottom: -162.06px;
  right: 0px;
  background-image: url("../imgs/deco_sec06_right.png");
}

.sec07::after {
  width: 114.0489px;
  height: 231.966px;
  bottom: -186.15px;
  right: 0px;
  background-image: url("../imgs/deco_sec07_right.png");
}

.sec08::before {
  width: 134.8452px;
  height: 195.6969px;
  bottom: -167.17px;
  left: 0px;
  background-image: url("../imgs/deco_sec08_left.png");
}

@media screen and (min-width: 751px) {
  .feature .multicolumn-right {
    width: 780px !important;
  }
  .feature .create-date {
    display: block;
    font-size: 1.4rem;
  }
  .feature .socialbutton.socialbutton--top {
    display: block;
    padding-top: 24px;
  }
  .entry__meta {
    width: calc(100% - 48px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-content {
    padding: 0 0 20px;
    font-size: 1.5rem;
  }
  .main-content br.sp-br {
    display: none;
  }
  .main-content br.pc-br {
    display: inline;
  }
  .page__header {
    margin: 0 auto;
  }
  .page__header .page__title {
    margin: 0 22px;
  }
  .page__intro {
    width: calc(100% - 90px);
    font-size: 1.5rem;
  }
  .page__ps {
    margin: 40px 34px;
    font-size: 1.5rem;
  }
  .page__nav {
    width: 688px;
    margin: 64px auto 80px;
  }
  .page__nav::after {
    bottom: -270px;
    right: -20px;
    width: 140.56px;
    height: 336.99px;
  }
  .page__nav__list {
    gap: 38px 18px;
  }
  .page__nav__list::before, .page__nav__list::after {
    width: calc(33.3% - 12px);
    max-width: none;
  }
  .page__nav__list::before {
    content: none;
  }
  .page__nav__item {
    width: calc(33.3% - 12px);
    max-width: none;
  }
  .page__nav__item a {
    width: 100%;
    height: 54px;
    padding: 0;
    background-size: contain;
    background-position: center center;
    color: #222;
    font-size: 1.5rem;
    line-height: 54px;
  }
  .page__nav__item01 a {
    background-color: transparent;
    background-image: url("../imgs/menu01.png");
  }
  .page__nav__item02 a {
    background-color: transparent;
    background-image: url("../imgs/menu02.png");
  }
  .page__nav__item03 a {
    background-color: transparent;
    background-image: url("../imgs/menu03.png");
  }
  .page__nav__item04 a {
    background-color: transparent;
    background-image: url("../imgs/menu04.png");
  }
  .page__nav__item05 a {
    background-color: transparent;
    background-image: url("../imgs/menu05.png");
  }
  .page__nav__item06 a {
    background-color: transparent;
    background-image: url("../imgs/menu06.png");
  }
  .page__nav__item07 a {
    background-color: transparent;
    background-image: url("../imgs/menu07.png");
  }
  .page__nav__item08 a {
    background-color: transparent;
    background-image: url("../imgs/menu08.png");
  }
  .page__ps {
    width: 730px;
    margin: 40px auto;
    padding: 50px 80px 30px;
  }
  .section {
    width: 730px;
    margin: 60px auto 40px;
    padding: 160px 24px 84px;
    background-position: center calc(100% - 32px), center center;
  }
  .section__header {
    height: 125px;
    line-height: 125px !important;
  }
  .section__header::after {
    width: 32px;
    height: 32px;
    right: 20px;
  }
  .section__header__index {
    left: 16px;
    font-size: 1.4rem;
  }
  .section__header__index span {
    font-size: 1em;
    display: inline-block;
  }
  .section__title img {
    height: 56px;
  }
  .section__content {
    row-gap: 50px;
  }
  .section__content::after {
    content: "";
    display: block;
    width: calc(50% - 14px);
    height: 0;
    visibility: hidden;
  }
  .section__content .point {
    width: calc(50% - 14px);
  }
  .section__content .point__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 60px;
  }
  .section__content .point__header::after {
    content: none;
  }
  .section__content .point__header__index {
    width: 100%;
    height: 2.4em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 1.6rem;
    text-transform: lowercase;
    -webkit-text-stroke: 8px #ffffff;
    text-stroke: 5px #ffffff;
    paint-order: stroke fill; /* 文字が線に削られないようにする順序 */
  }
  .section__content .point__header__index span {
    display: inline-block;
    font-size: inherit;
  }
  .section__content .point__header__title {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
  }
  .section__content .point__content p {
    font-size: 1.5rem;
  }
  .section__content .point__content {
    max-height: none !important;
    padding-top: var(--original-padding) !important;
    padding-bottom: var(--original-padding) !important;
  }
  .section__footer {
    padding: 40px 68px 0;
  }
  .section__footer p {
    font-size: 1.5rem;
  }
  .sec01 .section__content {
    margin-bottom: -50px;
  }
  .sec01 .section__content .point {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec02 .section__content {
    margin-bottom: -50px;
  }
  .sec02 .section__content .point {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec03 .section__content .point {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec04 .section__content {
    margin-bottom: -50px;
  }
  .sec04 .section__content .point {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec05 .section__content .point {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec06 .section__content {
    margin-bottom: -50px;
  }
  .sec06 .section__content .point {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec07 .section__content .point {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec08 .section__content {
    margin-bottom: -50px;
  }
  .sec08 .section__content .point {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec01::before {
    width: 216px;
    height: 150px;
    bottom: -70px;
    left: 0px;
  }
  .sec01::after {
    width: 162.46px;
    height: 368.02px;
    bottom: -260px;
    right: 0px;
  }
  .sec02::before {
    width: 141px;
    height: 371.17px;
    bottom: -295px;
    left: 0px;
  }
  .sec02::after {
    width: 69.58px;
    height: 76.29px;
    bottom: -40px;
    right: 27px;
  }
  .sec03::before {
    width: 186.19px;
    height: 113.21px;
    bottom: -77px;
    left: 20px;
  }
  .sec03::after {
    width: 166.08px;
    height: 307.54px;
    bottom: -220px;
    right: 0px;
  }
  .sec04::before {
    width: 177.83px;
    height: 277.57px;
    bottom: -212px;
    left: 0px;
  }
  .sec04::after {
    width: 167.09px;
    height: 312.57px;
    bottom: -227px;
    right: 0px;
  }
  .sec05::before {
    width: 180.53px;
    height: 289.3px;
    bottom: -210px;
    left: 0px;
  }
  .sec05::after {
    width: 136.73px;
    height: 136.73px;
    bottom: -65px;
    right: 20px;
  }
  .sec06::before {
    width: 157.47px;
    height: 129.59px;
    bottom: -59px;
    left: 20px;
  }
  .sec06::after {
    width: 167.27px;
    height: 320.58px;
    bottom: -222px;
    right: 0px;
  }
  .sec07::after {
    width: 181.03px;
    height: 368.2px;
    bottom: -255px;
    right: 0px;
  }
  .sec08::before {
    width: 214.04px;
    height: 310.63px;
    bottom: -229px;
    left: 0px;
  }
}

@media screen and (max-width: 750px) {
  .section__content .point.opened .point__content {
    /* JS側で計算した「中身＋上下padding」の完璧な総高さがここに適用されます */
    max-height: var(--content-height);
    /* 上で設定した本来のpaddingを適用 */
    padding-top: var(--original-padding) !important;
    padding-bottom: var(--original-padding) !important;
  }
  .section__content .point.opened .point__header::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section__content .point.closed .point__content {
    border: none;
  }
}/*# sourceMappingURL=style.min.css.map */
