@charset "UTF-8";
/* $width_widepc: 1760px;
$width_ultrawide: 2440px; */
/* メディアクエリ用ブレイクポイント定義 _mixin.scssのみにて使用 */
img[src$=".svg"] {
  width: 100%;
}

/*def end*/
/*share*/
::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}
::selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}

::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Firefox */
  color: white;
}

html, body {
  height: 100%;
}

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

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, li, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}

em, i {
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

i.fa {
  margin-right: 0.25em;
}

@media screen and (max-width: 1024px) {
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  ._sp {
    display: none !important;
  }
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
}

html {
  font-size: 12px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (min-width: 1660px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1900px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "baskerville-urw", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  opacity: 0;
}
.globalnavigation {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #2d1e14;
  z-index: 1000;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .globalnavigation {
    width: 100svw;
  }
}
.globalnavigation._active {
  opacity: 1;
  visibility: visible;
}
.globalnavigation__content {
  width: 490px;
}
@media screen and (max-width: 1024px) {
  .globalnavigation__content {
    width: 100%;
    padding: 0 2.66svw;
  }
}
@media screen and (min-width: 1660px) {
  .globalnavigation__content {
    width: 610px;
  }
}
@media screen and (min-width: 1900px) {
  .globalnavigation__content {
    width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .globalnavigation__navigation {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    padding: 0 2.66svw;
  }
}
.globalnavigation__item {
  border-bottom: thin solid #c7c7c7;
}
.globalnavigation__link {
  padding-left: 10px;
  font-size: 1.7rem;
  display: block;
  height: auto;
  padding: 0.95rem 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .globalnavigation__link:hover {
    color: #B9AA7D;
    text-decoration: none;
  }
}
.globalnavigation__link._current {
  color: #B9AA7D;
}
.globalnavigation__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 0.75rem;
  gap: 20px;
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  line-height: 175%;
}
@media screen and (max-width: 1024px) {
  .globalnavigation__footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 2.66svw 20px;
  }
}
.globalnavigation__footer li {
  white-space: nowrap;
}
.globalnavigation__footer li:first-child {
  padding-left: 10px;
  margin-right: auto;
}
.globalnavigation__footer li:last-child {
  padding-right: 10px;
}
.globalnavigation__logo {
  height: 15px;
}
@media screen and (max-width: 1024px) {
  .globalnavigation__logo {
    height: 18px;
  }
}
@media screen and (min-width: 1660px) {
  .globalnavigation__logo {
    height: 18px;
  }
}
@media screen and (min-width: 1900px) {
  .globalnavigation__logo {
    height: 21px;
  }
}

.main {
  margin-top: 100px;
}
@media screen and (min-width: 1660px) {
  .main {
    margin-top: 125px;
  }
}

.header {
  position: fixed;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1280px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0 2.66svw;
  }
}
@media screen and (min-width: 1660px) {
  .header {
    width: calc(100% - 40px);
  }
}
.header {
  max-width: 100%;
  z-index: 900;
  pointer-events: none;
}
.header__link {
  display: inline-block;
  pointer-events: auto;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .header__link {
    margin-left: 2.66svw;
  }
}
.header__logo {
  height: 25px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.header__logo.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1660px) {
  .header__logo {
    height: 32px;
  }
}
@media screen and (min-width: 1900px) {
  .header__logo {
    height: 35px;
  }
}

.pageheader, .footer {
  width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .pageheader, .footer {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.66svw;
    gap: 2.66svw;
  }
}
@media screen and (min-width: 1320px) {
  body:not(._contactpage) .pageheader, body:not(._contactpage) .footer {
    width: calc(100% - 40px);
  }
}
.pageheader__navigation, .footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .pageheader__navigation, .footer__navigation {
    gap: 20px;
    width: 43.33svw;
  }
}
.pageheader__list, .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.pageheader__link, .footer__link {
  display: block;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .pageheader__link, .footer__link {
    font-size: 0.8rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .pageheader__link:hover, .footer__link:hover {
    color: #B9AA7D;
    text-decoration: none;
  }
}
.pageheader__link._current, .footer__link._current {
  color: #B9AA7D;
}

.pageheader__heading {
  padding-left: 20px;
  width: 23.79%;
  font-size: 2.5rem;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 1024px) {
  .pageheader__heading {
    font-size: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 2.66svw;
  }
}
@media screen and (max-width: 1024px) {
  .pageheader__heading._home {
    font-size: 2.8rem;
  }
}

.footer {
  margin-top: 150px;
  padding-top: 20px;
  padding-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 150px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 5.32svw;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background: #B9AA7D;
}
@media screen and (max-width: 1024px) {
  .footer::before {
    width: calc(100% - 5.32svw);
  }
}
.footer__logo {
  height: 25px;
  display: block;
}
@media screen and (min-width: 1660px) {
  .footer__logo {
    height: 32px;
  }
}
@media screen and (min-width: 1900px) {
  .footer__logo {
    height: 35px;
  }
}
.footer__logo_link {
  display: table;
}
.footer__logo_area {
  padding-left: 20px;
  width: 23.79%;
}
@media screen and (max-width: 1024px) {
  .footer__logo_area {
    padding-left: 2.66svw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer__navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .footer__navigation {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.footer__information {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .footer__information {
    padding: 0 2.66svw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__subheading {
    width: 43.33svw;
  }
}
.footer__text {
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  margin-top: 5px;
  font-size: 0.9rem;
  line-height: 1.15rem;
}
@media screen and (max-width: 1024px) {
  .footer__text {
    margin-top: 0;
    width: 43.33svw;
    padding-left: 2.66svw;
  }
}
.footer__copyright {
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 30px;
    text-align: left;
    margin-left: auto;
    width: 43.33svw;
  }
}

#opening__wrapper {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
}
#opening__wrapper._hidden {
  display: none;
}

#opening__body {
  display: none;
  width: 175px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section {
  width: 1280px;
  padding: 0 20px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (min-width: 1320px) {
  body:not(._contactpage) .section {
    width: calc(100% - 40px);
  }
}
.section._doublemargin {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .section {
    width: 100%;
    margin-top: 2.66svw;
    gap: 2.66svw;
    padding: 0 2.66svw;
  }
  .section._spshortmargin_section {
    margin-top: 20px;
  }
  .section._spreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section._spbordermargin {
    margin-top: 110px;
    position: relative;
  }
  .section._spbordermargin::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 2.66svw;
    width: calc(100% - 5.32svw);
    height: 1px;
    background: #C8C8C8;
  }
}
.pageheader + .section {
  margin-top: 95px;
}
.section._connect {
  padding-left: 0;
  padding-right: 0;
}
.section._topics {
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section._topics {
    padding-top: 2.66svw;
  }
}
.section._widemargin {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .section._widemargin {
    margin-top: 60px;
  }
  .section._widemargin._splogomargin {
    margin-top: 200px;
  }
}
.section._logomargin {
  margin-top: 250px;
}
@media screen and (max-width: 1024px) {
  .section._logomargin {
    margin-top: 200px;
  }
}
.section__title {
  font-size: 1.5rem;
  line-height: 140%;
}
.section__title._rowlineheight {
  line-height: 100%;
}
.section__title._main {
  font-size: 2rem;
}
.section__title._onlysp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 1.25rem;
  }
  .section__title._onlysp {
    display: block;
    padding-left: 2.66svw;
    width: 100%;
  }
}
.section__sidebar {
  padding-left: 20px;
  width: 23.79%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section__sidebar {
    padding-left: 2.66svw;
    width: 100%;
  }
  .section__sidebar._splayout {
    width: 21.32svw;
  }
  .section__sidebar._sprow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section__sidebar._sprow ._sprow_half {
    width: 43.33svw;
    padding-right: 2.66svw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .section__sidebar._sprow ._sprow_middle {
    margin-top: 0;
    width: 70.67svw;
    padding-right: 2.66svw;
  }
}
@media screen and (max-width: 1024px) {
  .section__sidebar._sprightmargin {
    margin-left: 21.32svw;
  }
}
.section__sidebar_figure {
  margin-top: 30px;
}
.section__sidebar_image {
  width: 54.55%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .section__sidebar_image {
    width: 130px;
  }
}
@media screen and (min-width: 1660px) {
  .section__sidebar_image {
    border-radius: 0 25px 0 0;
  }
}
.section__sidebar_date {
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 0.9rem;
}
.section__sidebar_text {
  margin-top: 30px;
  position: relative;
}
.section__sidebar_paragraph {
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  line-height: 140%;
  font-size: 0.8rem;
}
.section__sidebar_paragraph._withmargin {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .section__sidebar_paragraph._widelineheight {
    line-height: 220%;
  }
}
.section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
  font-family: "shippori-mincho-b1", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section__content {
    gap: 2.66svw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .section__content._splayout {
    width: 70.67svw;
  }
  .section__content._sponecolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section__content._spmargin_sectioncontent {
    margin-top: 60px;
  }
}
.section._topics .section__content::before {
  content: "";
  position: absolute;
  top: -20px;
  height: 1px;
  background: #C8C8C8;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section._topics .section__content::before {
    top: -2.66svw;
  }
}
.section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section__row {
    gap: 2.66svw;
  }
}
.section__movie {
  width: 100%;
  aspect-ratio: 16/9; /* お好みの比率に変更可能 */
  border-radius: 0 20px 0 0;
  pointer-events: none;
}
@media screen and (min-width: 1660px) {
  .section__movie {
    border-radius: 0 25px 0 0;
  }
}
.section__movie_link {
  width: 100%;
  display: block;
}
.section__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden; /* 画像がはみ出さないように */
  border-radius: 0 20px 0 0;
}
@media screen and (min-width: 1660px) {
  .section__figure {
    border-radius: 0 25px 0 0;
  }
}
.section__figure._noradius {
  border-radius: 0;
}
.section__figure._double {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .section__figure._double {
    -webkit-box-flex: 2.0678;
        -ms-flex: 2.0678;
            flex: 2.0678; /* gap分を考慮した調整値 */
    aspect-ratio: 610/440;
  }
}
@media screen and (max-width: 1024px) {
  .section__figure._double {
    width: 62.13svw;
  }
}
@media screen and (min-width: 1320px) {
  .section__figure._double {
    -webkit-box-flex: 2.035;
        -ms-flex: 2.035;
            flex: 2.035; /* gap分を考慮した調整値 */
  }
}
.section__figure figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .section__figure figcaption {
    right: 0.7rem;
    bottom: 0.7rem;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .section__figure._spfull {
    width: 100%;
  }
}
.section__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; /* 画像本来の高さ */
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media screen and (min-width: 1024px) {
  .section__image {
    aspect-ratio: 295/440; /* お好みの比率に */
  }
}
@media screen and (max-width: 1024px) {
  .section__image {
    height: 45.33svw;
  }
}
@media screen and (max-width: 1024px) {
  .section__image._spheightmiddle {
    height: 68.67svw;
  }
}
@media screen and (min-width: 1024px) {
  .section__figure._double .section__image {
    aspect-ratio: 610/440;
    height: 100%;
  }
}
.section__image._heightmiddle {
  aspect-ratio: 925/600;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 1024px) {
  .section__image._heightmiddle {
    height: auto;
    aspect-ratio: 710/460;
  }
}
.section__image._heightmax {
  aspect-ratio: 610/700;
}
@media screen and (max-width: 1024px) {
  .section__image._heightmax {
    height: auto;
    aspect-ratio: 350/400;
  }
}
.section__image {
  /* フェードイン後の状態 */
}
.section__image.is-visible, .section__image._nofade {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section__paragraph {
  line-height: 2.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .section__paragraph {
    font-size: 1rem;
    line-height: 2.2rem;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  .section__paragraph + .section__paragraph {
    margin-top: 20px;
  }
}
.section__paragraph._englishfont {
  font-family: "baskerville-urw", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .section__paragraph._englishfont {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}
.section__paragraph._widemargin + .section__paragraph._widemargin {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .section__paragraph._widemargin + .section__paragraph._widemargin {
    margin-top: 20px;
  }
}
.section__paragraph._widelineheight {
  line-height: 240%;
}
.section__subparagraph {
  line-height: 2.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .section__subparagraph {
    font-size: 1rem;
    line-height: 2.2rem;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  .section__subparagraph + .section__subparagraph {
    margin-top: 20px;
  }
}
.section__link {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .section__link:hover .section__image {
    opacity: 0.7;
  }
}

.logo {
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.logo ._fade1, .logo ._fade2, .logo ._fade3, .logo ._fade4, .logo ._fade5 {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.logo._active ._fade1, .logo._active ._fade2, .logo._active ._fade3, .logo._active ._fade4, .logo._active ._fade5 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.logo ._fade1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.logo ._fade2 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.logo ._fade3 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.logo ._fade4 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.logo__line {
  margin: 0 auto;
  width: 40svw;
}
.logo__line + .logo__line {
  margin-top: 6.5svw;
}
@media screen and (min-width: 1024px) {
  .logo__line + .logo__line {
    margin-top: 49px;
  }
  .logo__line {
    width: 300px;
  }
}
@media screen and (min-width: 1660px) {
  .logo__line + .logo__line {
    margin-top: 61px;
  }
  .logo__line {
    width: 375px;
  }
}
@media screen and (min-width: 1660px) {
  .logo__line + .logo__line {
    margin-top: 70px;
  }
  .logo__line {
    width: 430px;
  }
}
.logo__byyp {
  margin: 2.8vw auto 0;
  width: 26.67svw;
}
@media screen and (min-width: 1024px) {
  .logo__byyp {
    margin: 25px auto 0;
    width: 205px;
  }
}
@media screen and (min-width: 1660px) {
  .logo__byyp {
    width: 255px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1900px) {
  .logo__byyp {
    width: 293px;
    margin-top: 35px;
  }
}

.languageselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 1024px) {
  .languageselect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
* + .languageselect {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  * + .languageselect {
    margin-top: 0;
  }
}
.languageselect__link {
  font-size: 1.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.languageselect__link._inactive {
  color: #B9AA7D;
  pointer-events: auto;
}
.languageselect__link[data-lang=jp] {
  padding-left: 5px;
}
@media screen and (max-width: 1024px) {
  .languageselect__link[data-lang=jp] {
    padding-left: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .languageselect__link:hover {
    color: rgb(3, 22, 40);
    text-decoration: none;
  }
}

.languagetarget {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.languagetarget._inactive {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.staff {
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-left: auto;
  gap: 40px;
  margin-top: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-right: 0;
    gap: 5px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .staff li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .staff li:nth-child(2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .staff__name {
    font-size: 0.95rem;
  }
}
.staff__title {
  font-size: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .staff__title {
    font-size: 0.85rem;
    margin-right: 0.25em;
  }
}

.maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  counter-reset: maintenance-item;
}
@media screen and (min-width: 1024px) {
  .maintenance {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .maintenance {
    margin-top: 30px;
    gap: 30px;
  }
}
.maintenance__item {
  padding-left: 30px;
  position: relative;
  border-top: thin solid #C8C8C8;
  padding-top: 23px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  .maintenance__item {
    width: auto;
    padding-left: 24svw;
    border-top: none;
    position: relative;
    padding-top: 20px;
  }
  .maintenance__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 24svw);
    height: 1px;
    background: #C8C8C8;
  }
}
.maintenance__item::before {
  position: absolute;
  counter-increment: maintenance-item;
  content: counter(maintenance-item, decimal-leading-zero);
  left: 0;
  color: #B9AA7D;
  font-size: 1.5rem;
  font-family: "baskerville-urw", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  .maintenance__item::before {
    left: 2.66svw;
  }
}
.maintenance__heading {
  font-size: 1.5rem;
  font-family: "baskerville-urw", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.maintenance__text {
  margin-top: 15px;
  line-height: 220%;
}
.maintenance__text._englishfont {
  font-family: "baskerville-urw", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 150%;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact {
    gap: 30px;
  }
}
.contact._jp::before {
  font-size: 1rem;
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  content: "（※）必須";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .contact._jp::before {
    right: 2.66svw;
  }
}
.contact__item {
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  .contact__item {
    padding: 0 2.66svw;
    width: 100%;
  }
}
.contact__item._double {
  width: 100%;
}
.contact__heading {
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .contact__heading {
    font-size: 0.9rem;
  }
}
.contact__heading::after {
  content: "：";
}
.contact._jp .contact__heading::after {
  content: "：※";
}
.contact__input, .contact__textarea {
  width: 100%;
  border: none;
  border-bottom: thin solid #C8C8C8;
  background: none;
  margin-top: 5px;
  font-family: "shippori-mincho-b1", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 2px 5px 10px 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .contact__input, .contact__textarea {
    font-size: 1.1rem;
  }
}
.contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder {
  color: #C8C8C8;
}
.contact__input::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: #C8C8C8;
}
.contact__input:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder {
  color: #C8C8C8;
}
.contact__input::-ms-input-placeholder, .contact__textarea::-ms-input-placeholder {
  color: #C8C8C8;
}
.contact__input::placeholder, .contact__textarea::placeholder {
  color: #C8C8C8;
}
.contact__input:focus, .contact__textarea:focus {
  outline: none;
}
.contact__input_holder, .contact__textarea_holder {
  position: relative;
}
.contact__input_holder::before, .contact__textarea_holder::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 18px;
  background: #C8C8C8;
}
.contact__textarea {
  min-height: 100px;
}
.contact__button {
  background: none;
  border: none;
  cursor: pointer;
  color: black;
  font-weight: normal;
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.contact__button_outer .contact__button {
  padding-left: 15px;
}
.contact__button._reset {
  padding-right: 20px;
  padding-left: 15px;
  position: relative;
}
.contact__button._reset::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 9px;
  height: 1px;
  border-radius: 10px;
  background: black;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
}
.contact__button._reset::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 9px;
  height: 1px;
  border-radius: 10px;
  background: black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .contact__button._reset:hover::before {
    -webkit-transform: rotate(45deg) scaleX(0.15);
            transform: rotate(45deg) scaleX(0.15);
  }
  .contact__button._reset:hover::after {
    -webkit-transform: rotate(-45deg) scaleX(0.15);
            transform: rotate(-45deg) scaleX(0.15);
  }
}
.contact__button_outer {
  padding-left: 20px;
  display: table;
  position: relative;
}
.contact__button_outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #B9AA7D;
}
.contact__button_outer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background: black;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .contact__button_outer:hover::before {
    -webkit-transform: translate(0, -50%) scale(0.15);
            transform: translate(0, -50%) scale(0.15);
  }
}
.contact__button_outer .wpcf7-spinner {
  position: absolute;
  height: 15px;
  width: 15px;
  left: 49px;
  top: 2px;
}
.contact__button_outer .wpcf7-spinner::before {
  top: 5px;
  left: 5px;
  width: 3px;
  height: 3px;
  -webkit-transform-origin: 3px 3px;
          transform-origin: 3px 3px;
}
.contact__button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .contact__button_wrapper {
    margin-top: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 2.66svw;
  }
}

.ypcontactform7 .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.ypcontactform7 .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 0 0;
  color: #dc3232 !important;
}

.connect {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .connect {
    padding: 0 2.66svw;
  }
}
.connect__item {
  border-top: thin solid #C8C8C8;
  border-right: thin solid #C8C8C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 55px;
  border-radius: 0 30px 0 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .connect__item::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0; /* 開始位置 */
    height: 50%; /* 線の長さ */
    width: 1px;
    background: #C8C8C8;
  }
}
@media screen and (max-width: 1024px) {
  .connect__item {
    border-radius: 0 20px 0 0;
    padding: 10px 2.66svw 15px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.connect__category {
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  width: 24.6%;
}
@media screen and (max-width: 1024px) {
  .connect__category {
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    width: auto;
  }
}
.connect__name {
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .connect__name {
    font-size: 1.3rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.connect__url {
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .connect__url {
    font-size: 0.6rem;
    letter-spacing: 0.025em;
    position: absolute;
    top: 7px;
    right: 15px;
  }
}
.connect__link {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.connect__link:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .connect__link {
    padding-top: 2px;
  }
}

.topics {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: 295/440; /* figureと同じ比率 */
  }
}
@media screen and (max-width: 1024px) {
  .topics {
    width: 100%;
  }
}
.topics__text {
  font-size: 0.9rem;
  line-height: 200%;
  max-height: 100%;
  overflow-y: scroll;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .topics__text {
    max-height: 65svw;
    margin-top: 8px;
    padding-left: 2.66svw;
  }
}
.topics__text p + p {
  margin-top: 20px;
}
.topics__text img {
  width: 100%;
  height: auto;
}
* + .topics__text img {
  margin-top: 10px;
}
.topics__text::-webkit-scrollbar {
  width: 4px;
}
.topics__text::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 2px;
}
@media screen and (min-width: 1024px) {
  .topics__text::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.topics__more {
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
  margin-left: calc(23.79% + 20px);
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .topics__more {
    padding-right: 2.66svw;
    margin-left: auto;
  }
}
.topics__more::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
  left: 0;
  width: 7px;
  height: 1px;
  background: black;
}
.topics__more::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
  left: 3px;
  width: 1px;
  height: 7px;
  background: black;
}
.topics__date {
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .topics__date {
    margin-top: 5px;
    padding-left: 2.66svw;
  }
}
.topicslist {
  display: block;
  position: relative;
  padding-bottom: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3); /* 3列分の1の幅（gapを考慮） */
  max-width: calc((100% - 40px) / 3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .topicslist {
    padding-bottom: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 46svw;
  }
}
@media screen and (min-width: 1024px) {
  .topicslist:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.topicslist::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C8C8C8;
}
@media screen and (max-width: 1024px) {
  .topicslist__text {
    padding-left: 2.66svw;
  }
}
.topicslist__date {
  margin-top: 20px;
  font-family: "stevie-sans", "dnp-shuei-gothic-gin-std", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .topicslist__date {
    margin-top: 15px;
  }
}
.topicslist__summary {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.75em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .topicslist__summary {
    margin-top: 7px;
    font-size: 1.1rem;
    -webkit-line-clamp: 3;
    padding-right: 2.66svw;
  }
}
.topicslist__summary p {
  font-size: inherit;
}

.menubutton {
  overflow: hidden;
  display: block;
  position: fixed;
  z-index: 1200;
  width: 50px;
  height: 50px;
  left: 40px;
  top: 20px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .menubutton {
    width: 30px;
    height: 30px;
    top: 30px;
    left: 3.99svw;
  }
}
@media screen and (min-width: 1660px) {
  .menubutton {
    height: 63px;
    width: 63px;
  }
}
@media screen and (min-width: 1900px) {
  .menubutton {
    height: 72px;
    width: 72px;
  }
}
.menubutton::before, .menubutton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 35px;
  height: 1px;
  z-index: 2;
  margin: auto;
  background: white;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  content: "";
}
@media screen and (min-width: 1660px) {
  .menubutton::before, .menubutton::after {
    width: 44px;
  }
}
@media screen and (min-width: 1900px) {
  .menubutton::before, .menubutton::after {
    width: 50px;
  }
}
.menubutton::before {
  -webkit-transform: rotate(45deg) scale(0.11);
          transform: rotate(45deg) scale(0.11);
}
.menubutton::after {
  -webkit-transform: rotate(-45deg) scale(0.11);
          transform: rotate(-45deg) scale(0.11);
}
.menubutton._clicked {
  visibility: visible;
  opacity: 1;
}
.menubutton._clicked::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menubutton._clicked::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .menubutton._clicked:hover::before {
    -webkit-transform: rotate(45deg) scale(0.8);
            transform: rotate(45deg) scale(0.8);
  }
  .menubutton._clicked:hover::after {
    -webkit-transform: rotate(-45deg) scale(0.8);
            transform: rotate(-45deg) scale(0.8);
  }
}

.concept__logo {
  text-align: center;
  margin: 0 auto;
}
.concept__logo img {
  width: 300px;
}

.map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.map__store {
  width: 100%;
  border-radius: 0 20px 0 0;
  height: 65svh;
}
@media screen and (min-width: 1024px) {
  .map__store {
    height: auto;
    aspect-ratio: 925/600;
  }
}
@media screen and (min-width: 1660px) {
  .map__store {
    border-radius: 0 25px 0 0;
  }
}

.develop {
  margin-top: 500px;
  display: none;
}

/* .form {
    input[type="text"], input[type="date"], input[type="email"], textarea, select {
        background: #F1F1F1;
        width: 100%;
        font-size: 1rem;
        margin: 0 auto;
        border: none;
        padding:10px;
        transition: .5s;

        &:focus{
            outline: none;
            color: black;
            background: lightgray;
        }
    }
    textarea {
        min-height: 100px;
    }
    button, input[type="submit"] {
        width: 70%;
        padding: 15px;
        margin: 0 auto;
        background: black;
        color: white;
        transition: .5s;
        border: none;
        cursor: pointer;
        &:hover {
            background: white;
            color: #333;
        }
    }
} */
.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=base.css.map */