@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=Jost:ital,wght@0,100..900;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% - 38px);
  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;
}

.page__nav {
  width: calc(100% - 38px);
  margin: 40px auto 160px;
}
.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: 20px;
}
.page__nav__item {
  width: 100%;
  text-align: center;
}
.page__nav__item a {
  display: inline-block;
  width: 100%;
  max-width: 335px;
  aspect-ratio: 4.11/1;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  vertical-align: middle;
}
.page__nav__item a span.index {
  display: none;
}
.page__nav__item a span.text {
  display: block;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translateY(-58%);
  transform: translateY(-58%);
  text-align: left;
}
.page__nav__item a span.text span {
  display: inline-block;
}
.page__nav__item01 a {
  background-image: url("../imgs/menu01_sp.png");
}
.page__nav__item02 a {
  background-image: url("../imgs/menu02_sp.png");
}
.page__nav__item03 a {
  background-image: url("../imgs/menu03_sp.png");
}
.page__ps {
  width: calc(100% - 38px);
  margin: 0 auto;
}
.page__ps__title {
  margin-bottom: 24px;
}

.section {
  width: calc(100% - 20px);
  margin: 64px auto;
  position: relative;
  border: 1px solid #222;
  border-radius: 15px;
}
.section__header {
  padding: 88px 24px 80px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 1.4rem;
}
.section__ill {
  width: 156px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 70px);
  transform: translate(-50%, 70px);
}
.section__index {
  margin-bottom: 8px;
}
.section__index img {
  width: 76px;
}
.section__title {
  margin-bottom: 20px;
  text-align: left;
  font-size: 2.8rem;
}
.section__title span {
  display: inline-block;
  line-height: 1.8;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}
.section__main {
  padding: 0 20px 5px;
  border-top: 1px solid #222;
}
.section__main .info {
  margin: 0 auto 60px;
  padding: 30px 20px 60px;
  position: relative;
  border: 1px solid #222;
  border-radius: 5px;
  background-color: #fff;
  -webkit-filter: drop-shadow(5px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 5px rgba(0, 0, 0, 0.1));
  font-size: 1.4rem;
}
.section__main .info:first-of-type {
  margin-top: -42px;
}
.section__main .info__index {
  width: 70px;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section__main .info__title {
  font-size: 2.5rem;
  line-height: 1.6;
}
.section__main .info__title span {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #222;
  text-underline-offset: 8px;
}
.section__main .info__main {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 24px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto 3px;
}
.section__main .info__address {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.section__main .info__address span {
  display: inline-block;
}
.section__main .info__access {
  font-size: 1.3rem;
  line-height: 1.7;
}
.section__main .info__map {
  margin: 6px 0 16px;
}
.section__main .info__map a {
  display: inline-block;
  padding: 0 12px;
  border-radius: 11.5px;
  background-color: #eaeaea;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}
.section__main .info__map a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1em;
  border-top: 3.2px solid transparent;
  border-bottom: 3.2px solid transparent;
  border-left: 6px solid #222;
  vertical-align: middle;
}
.section__main .info__tag {
  margin: 16px 0;
}
.section__main .info__tag span {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.3rem;
  line-height: 1.8;
}
.section__main .info__sub figure {
  margin: 16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section__main .info__sub figure div {
  width: calc(33.3% - 4px);
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.section__main .info__sub figure div img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section__main .info__sub p span {
  background-color: #fff873;
}
.section__main .info__btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.section__main .info__btn a {
  display: block;
  width: calc(100% - 32px);
  max-width: 270px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #222;
  border-radius: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 48px;
  vertical-align: bottom;
}
.section__main .info__btn a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.9em;
  background: url("../imgs/icon_extra.png") no-repeat;
  background-size: contain;
}
.section__main .info__btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 3.2px solid transparent;
  border-bottom: 3.2px solid transparent;
  border-left: 6px solid #222;
}
.section__list {
  width: calc(100% - 32px);
  margin: 0 auto;
  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: 20px;
}
.section__list__item {
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 16px 32px;
  position: relative;
  border: 1px solid #222;
  border-radius: 5px;
  background-color: #fff;
}
.section__list__item .item__title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.4;
}
.section__list__item p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.section__list__item .btn {
  margin-top: 4px;
  text-align: right;
}
.section__list__item .btn a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #222;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  vertical-align: bottom;
}
.section__list__item .btn a::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.9em;
  background: url("../imgs/icon_extra.png") no-repeat;
  background-size: contain;
}
.section__list__item .btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.4em;
  border-top: 3.2px solid transparent;
  border-bottom: 3.2px solid transparent;
  border-left: 6px solid #222;
  vertical-align: middle;
}

/********************
 * 各section別
 ********************/
.sec01 {
  /*****
   * section別
   *****/
  margin-top: 120px;
}
.sec01 .section__title span {
  text-decoration-color: #6980e5;
}
.sec01 .section__main .info__title {
  color: #3254bc;
}
.sec01 .section__main .info__main {
  background-image: url("../imgs/line-dot01.png");
}
.sec01 .section__main .info__tag {
  color: #3254bc;
}
.sec01 .section__main .info__btn a {
  background-color: #c6d2f0;
}
.sec01 .section__main .info__btn a:hover {
  opacity: 1;
  background-color: #e7eaf1;
}
.sec01 .section__header {
  background-color: #e7eaf1;
}

.sec02 {
  /*****
   * section別
   *****/
  margin-top: 120px;
}
.sec02 .section__title span {
  text-decoration-color: #eb9376;
}
.sec02 .section__main .info__title {
  color: #e36942;
}
.sec02 .section__main .info__main {
  background-image: url("../imgs/line-dot02.png");
}
.sec02 .section__main .info__tag {
  color: #e36942;
}
.sec02 .section__main .info__btn a {
  background-color: #f2ccbe;
}
.sec02 .section__main .info__btn a:hover {
  opacity: 1;
  background-color: #ffe3dc;
}
.sec02 .section__header {
  background-color: #ffe3dc;
}

.sec03 {
  /*****
   * section別
   *****/
  padding-bottom: 30px;
  background-color: #fff0df;
}
.sec03 .section__title span {
  text-decoration-color: #e3e36a;
}
.sec03 .section__main .info__title {
  color: #444;
}
.sec03 .section__main .info__main {
  background-image: url("../imgs/line-dot03.png");
}
.sec03 .section__main .info__tag {
  color: #444;
}
.sec03 .section__main .info__btn a {
  background-color: #ddd;
}
.sec03 .section__main .info__btn a:hover {
  opacity: 1;
  background-color: #fff0df;
}
.sec03 .section__header {
  padding: 30px 24px;
}
.sec03 .section__title {
  font-size: 2.4rem;
}
.sec03 .section__title span {
  display: inline-block;
}
@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% - 78px);
    font-size: 1.5rem;
  }
  .page__ps {
    margin: 40px 34px;
    font-size: 1.5rem;
  }
  .page__nav {
    margin-bottom: 60px;
  }
  .page__nav__list {
    gap: 42px;
  }
  .page__nav__item {
    width: 150px;
  }
  .page__nav__item a {
    height: 158px;
    aspect-ratio: auto;
  }
  .page__nav__item a span.text {
    width: 100%;
    top: 54%;
    left: 0;
    text-align: center;
    line-height: 1.5;
  }
  .page__nav__item a span.text span {
    display: block;
  }
  .page__nav__item01 a {
    background-image: url("../imgs/menu01.png");
  }
  .page__nav__item02 a {
    background-image: url("../imgs/menu02.png");
  }
  .page__nav__item03 a {
    background-image: url("../imgs/menu03.png");
  }
  .page__ps {
    width: calc(100% - 78px);
  }
  .section {
    width: calc(100% - 50px);
    margin: 80px auto 0;
  }
  .section__header {
    padding: 50px 50px 105px;
    font-size: 1.5rem;
  }
  .section__index {
    margin-bottom: 16px;
  }
  .section__title {
    margin-bottom: 30px;
    font-size: 4rem;
  }
  .section__title span {
    display: block;
    line-height: 1.5;
    text-underline-offset: 10px;
  }
  .section__main {
    padding: 0 50px 5px;
  }
  .section__main .info {
    padding: 50px 24px 60px;
  }
  .section__main .info:first-of-type {
    margin-bottom: 90px;
  }
  .section__main .info__title {
    font-size: 3rem;
  }
  .section__main .info__main {
    padding-bottom: 20px;
  }
  .section__main .info__main figure {
    width: 290px;
  }
  .section__main .info__main .text {
    width: calc(100% - 314px);
  }
  .section__main .info__tag span {
    display: block;
  }
  .section__main .info__sub figure {
    margin-top: 18px;
  }
  .section__main .info__sub figure div {
    width: calc(33.3% - 8px);
    aspect-ratio: 1.54/1;
  }
  .section__list {
    width: 630px;
  }
  .section__list__item figure {
    width: 255px;
  }
  .section__list__item .text {
    width: 253px;
  }
  .section__list__item .item__title {
    text-align: left;
    font-size: 2rem;
  }
  .section__list__item p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .section__list__item .btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
  .sec01 .section__ill {
    top: -15px;
    left: auto;
    right: 50px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sec01 .section__ill {
    width: 196px;
  }
  .sec01 .section__main__info02 .info__tag span {
    display: inline-block;
  }
  .sec02 .section__ill {
    top: -15px;
    left: auto;
    right: 50px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sec02 .section__ill {
    width: 216px;
  }
  .sec03 {
    padding-bottom: 50px;
  }
  .sec03 .section__header {
    padding: 50px;
  }
  .sec03 .section__title {
    font-size: 3rem;
  }
}/*# sourceMappingURL=style.min.css.map */
