@charset "UTF-8";
@media (max-width: 374.9px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8368200837vw;
  }
}
@media (min-width: 1196px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .container {
    overflow-x: visible;
  }
}

.footer {
  margin-top: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

a, span {
  display: inline-block;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

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

ul,
ol,
button {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  min-inline-size: 0;
}

ul,
ol,
li {
  list-style: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

img {
  image-rendering: auto;
  width: 100%;
  height: auto;
  display: block;
}

article > * + * {
  margin-top: 2em;
}

address,
strong,
em {
  font-style: normal;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select {
  color: #000;
}

select::-ms-expand {
  display: none;
}

button {
  touch-action: manipulation;
  border: none;
  background-color: transparent;
}

.experience-detail {
  padding-block: 9rem;
}
@media screen and (min-width: 768px) {
  .experience-detail {
    padding-block: 10.5rem;
  }
}

.experience-detail__header {
  display: flex;
  flex-direction: column;
}

.single-experience .experience-menu__categories .content {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .single-experience .experience-menu__categories .content {
    font-size: 1.7rem;
  }
}

.experience-detail__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  word-break: auto-phrase;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__title {
    font-size: 2rem;
    margin-top: 0.6rem;
  }
}

.single-experience .experience-menu__related {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .single-experience .experience-menu__related {
    margin-top: 0.6rem;
  }
}

.single-experience .experience-menu__related .category,
.single-experience .experience-menu__related .tag {
  padding: 0.5rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .single-experience .experience-menu__related .category,
  .single-experience .experience-menu__related .tag {
    padding: 0.6rem 1.6rem;
  }
}

.experience-detail__thumbnails {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__thumbnails {
    margin-top: 2.3rem;
    gap: 2rem;
    padding-bottom: 8rem;
  }
}

.experience-detail__main-thumbnail {
  width: 84%;
  margin-inline: auto;
  height: 100%;
  aspect-ratio: 820/546;
  position: relative;
}
@media screen and (min-width: 768px) {
  .experience-detail__main-thumbnail {
    width: 100%;
  }
}

.experience-detail__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  background: url(../img/common/icon-arrow02-cirlce.svg) no-repeat center/cover;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .experience-detail__arrow {
    width: 3rem;
    height: 3rem;
    padding: unset;
  }
}

.experience-detail__arrow:hover {
  opacity: 0.7;
}

.experience-detail__arrow--prev {
  left: -4rem;
  rotate: 180deg;
}

.experience-detail__arrow--next {
  right: -4rem;
}

.experience-detail__main-thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.experience-detail__sub-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__sub-thumbnails {
    gap: 1.2rem;
  }
}

.experience-detail__sub-thumbnail {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .experience-detail__sub-thumbnail {
    aspect-ratio: 154/102;
  }
}

.experience-detail__sub-thumbnail:hover img,
.experience-detail__sub-thumbnail.is-active img {
  opacity: 1;
}

.experience-detail__sub-thumbnail.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.experience-detail__sub-thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.experience-detail__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__contents {
    margin-top: 3.4rem;
  }
}

.experience-detail__content-item {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-block: 0.4rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__content-item {
    font-size: 1.6rem;
    gap: 1.8rem;
  }
}

.experience-detail__content-item div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__content-item div {
    flex-direction: row;
    align-items: flex-start;
    gap: unset;
  }
}

.experience-detail__content-item div dt {
  border-left: 0.2rem solid #738793;
  padding-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__content-item div dt {
    width: 20.0945626478%;
  }
}

@media screen and (min-width: 768px) {
  .experience-detail__content-item div dd {
    width: 79.9054373522%;
  }
}

.experience-detail__content-title {
  margin-top: 5rem;
  border-top: 1px solid #738793;
  padding-block: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .experience-detail__content-title {
    margin-top: 8rem;
    padding-block: 3rem;
    font-size: 2rem;
  }
}

.experience-detail__content-item div.map {
  display: block;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__content-item div.map {
    margin-top: 1.2rem;
  }
}

.experience-detail__content-item div.map iframe {
  border: none;
  aspect-ratio: 848/800;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .experience-detail__content-item div.map iframe {
    aspect-ratio: 820/450;
  }
}

.experience-detail__insta {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .experience-detail__insta {
    margin-top: 8rem;
  }
}

.experience-detail__insta .instagram-embed-container {
  position: relative;
  z-index: 1;
}
.experience-detail__insta .instagram-embed-container iframe {
  pointer-events: auto !important;
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
}
.experience-detail__insta .instagram-embed-container blockquote {
  margin: 0 auto !important;
}

.experience-menu02 {
  padding-block: 6rem 5rem;
}
@media screen and (min-width: 768px) {
  .experience-menu02 {
    padding-block: 12rem 11rem;
  }
}

.experience-menu03 {
  padding-block: 5rem;
  background-color: #F2FBFE;
}
@media screen and (min-width: 768px) {
  .experience-menu03 {
    padding-block: 8rem;
  }
}

.experience-menu04 {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .experience-menu04 {
    padding-block: 8rem;
  }
}

.experience-menu04__title {
  text-align: center;
}

.experience-menu04__contents {
  margin-top: 5rem;
  max-width: 66rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .experience-menu04__contents {
    margin-top: 8rem;
  }
}

.experience-menu04__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .experience-menu04__list {
    gap: 2rem;
  }
}

.news-detail__contents {
  padding-block: 10rem 9rem;
}
@media screen and (min-width: 768px) {
  .news-detail__contents {
    padding-block: 15.6rem 14.8rem;
  }
}

.news-detail__date {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news-detail__date {
    font-size: 2rem;
  }
}

.news-detail__title {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 4rem;
  border-bottom: 1px solid #dedede;
}
@media screen and (min-width: 768px) {
  .news-detail__title {
    font-size: 2.8rem;
    padding-bottom: 5.6rem;
  }
}

.news-detail__thumb {
  max-width: 66rem;
  margin-inline: auto;
  overflow: hidden;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .news-detail__thumb {
    max-width: 85.6rem;
    width: 90%;
    margin-top: 10rem;
  }
}

.news-detail__thumb img {
  border-radius: 1.6rem;
}

.news-detail__content {
  margin-top: 5.6rem;
  padding-bottom: 8.8rem;
  border-bottom: 1px solid #dedede;
}
@media screen and (min-width: 768px) {
  .news-detail__content {
    margin-top: 8rem;
    padding-bottom: 11.2rem;
  }
}

.news-detail__btn {
  margin-top: 8.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-detail__btn {
    margin-top: 11.2rem;
  }
}

.news-detail__btn .page-btn {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #000;
  padding: 2rem 2rem 2rem 0;
  width: 100%;
  max-width: 38.2rem;
  min-height: 6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-detail__btn .page-btn {
    padding: 3rem;
    max-width: 47.2rem;
    min-height: 8.8rem;
    font-size: 2.5rem;
    transition: color 0.3s, border-color 0.3s;
  }
}

@media (any-hover: hover) {
  .news-detail__btn .page-btn:hover {
    color: #1EB9EE;
    border-color: #1EB9EE;
    opacity: 1;
  }
}
.news-detail__btn .page-btn .arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  aspect-ratio: 1/1;
  filter: brightness(0) saturate(100%);
}
@media screen and (min-width: 768px) {
  .news-detail__btn .page-btn .arrow {
    right: 4rem;
    width: 2.8rem;
    height: 2.8rem;
    transition: filter 0.3s;
  }
}

@media (any-hover: hover) {
  .news-detail__btn .page-btn:hover .arrow {
    filter: none;
  }
}
.news-contents {
  padding-block: 6rem 5rem;
}
@media screen and (min-width: 768px) {
  .news-contents {
    padding-block: 12rem 11rem;
  }
}

.news-contents__list {
  margin-top: 3rem;
  max-width: 66rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .news-contents__list {
    max-width: 103.2rem;
    margin-top: 5rem;
  }
}

.news-contents__item a {
  border: 1px solid transparent;
  background-color: #F8F8F8;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.4rem 2rem;
}
@media screen and (min-width: 768px) {
  .news-contents__item a {
    flex-direction: row;
    padding: 5.6rem 4rem;
    transition: border-color 0.3s, opacity 0.3s, background-color 0.3s;
  }
}

@media (any-hover: hover) {
  .news-contents__item a:hover {
    border-color: #1EB9EE;
    background-color: #FFF;
    opacity: 1;
  }
}
.news-contents__item a .news__date {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 10.6rem;
}
@media screen and (min-width: 768px) {
  .news-contents__item a .news__date {
    font-size: 1.6rem;
    transition: color 0.3s, opacity 0.3s;
  }
}

@media (any-hover: hover) {
  .news-contents__item a:hover .news__date {
    color: #1EB9EE;
    opacity: 1;
  }
}
.news-contents__item a .news__heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-right: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-contents__item a .news__heading {
    font-size: 1.6rem;
    margin-left: 3.2rem;
    padding-right: 5.6rem;
    transition: color 0.3s, opacity 0.3s;
  }
}

@media (any-hover: hover) {
  .news-contents__item a:hover .news__heading {
    color: #1EB9EE;
    opacity: 1;
  }
}
.news-contents__item .arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  aspect-ratio: 1/1;
  filter: brightness(0) saturate(100%);
}
@media screen and (min-width: 768px) {
  .news-contents__item .arrow {
    right: 4rem;
    width: 2.8rem;
    height: 2.8rem;
    transition: filter 0.3s;
  }
}

@media (any-hover: hover) {
  .news-contents__item:hover .arrow {
    filter: none;
  }
}
.nf404 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background-color: #F8F8F8;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100dvh;
  margin-top: 0;
}
.nf404__text {
  font-size: 2rem;
  color: #000;
  margin-top: 2.4rem;
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .nf404__text {
    font-size: 3.2rem;
    margin-top: 6.4rem;
  }
}

.nf404__text .title {
  font-size: 2rem;
  color: #000;
  margin-top: 2.4rem;
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nf404__text .title {
    font-size: 3.2rem;
    margin-top: 6.4rem;
  }
}

.nf404__text .sub1,
.nf404__text .sub2 {
  color: rgba(248, 248, 248, 0.2);
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .nf404__text .sub1,
  .nf404__text .sub2 {
    font-size: 12.8rem;
    margin-top: -19.4rem;
  }
}

.nf404__text .sub2 {
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  .nf404__text .sub2 {
    font-size: 12.8rem;
    margin-top: 2rem;
  }
}

.nf404__text .sub1 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .nf404__text .sub1 {
    font-size: 12.8rem;
  }
}

.nf404__btn {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .nf404__btn {
    margin-top: 5rem;
  }
}

/* ------------------------------
top-fv
------------------------------ */
.top-fv {
  position: relative;
}

.top-fv__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1920/1200;
  background-color: #000;
}

.top-fv__logo {
  max-width: 14rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .top-fv__logo {
    max-width: 28.8rem;
  }
}

/* ------------------------------
top-lead
------------------------------ */
.top-lead__inner {
  padding-block: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-lead__inner {
    padding-block: 6rem;
    flex-direction: row-reverse;
  }
}

.top-lead__contents {
  padding: 0 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-lead__contents {
    padding: 2.2rem 4rem;
    border-left: 0.1rem solid #000;
  }
}

.top-lead__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top-lead__title {
    font-size: 2.5rem;
  }
}

.top-lead__sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
}
@media screen and (min-width: 768px) {
  .top-lead__sub-title {
    font-size: 1.6rem;
  }
}

.top-lead__text {
  margin-top: 1.2rem;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .top-lead__text {
    margin-top: 1.2rem;
  }
}

.top-lead__text span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-lead__text span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.top-lead__img {
  max-width: 15rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .top-lead__img {
    margin-right: 6rem;
  }
}

.top-lead__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1920/550;
  background-color: #000;
}

/* ------------------------------
top-experience
------------------------------ */
.top-experience {
  padding-block: 6rem;
}
@media screen and (min-width: 768px) {
  .top-experience {
    padding-block: 10rem 11rem;
  }
}

/* ------------------------------
top-map
------------------------------ */
.top-map {
  padding-block: 5rem;
  background-color: #F2FBFE;
}
@media screen and (min-width: 768px) {
  .top-map {
    padding-block: 8rem;
  }
}

/* ------------------------------
top-news
------------------------------ */
.top-news {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding-block: 8rem;
  }
}

.top-news__title {
  text-align: center;
}

.top-news__contents {
  margin-top: 5rem;
  max-width: 66rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-news__contents {
    margin-top: 8rem;
  }
}

.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .top-news__list {
    gap: 2rem;
  }
}

.page-contents {
  padding: 100px 0;
}

.btn {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #000;
  padding: 2rem 2rem;
  text-box: trim-both cap alphabetic;
  max-width: 25.2rem;
  width: 100%;
  position: relative;
  min-height: 5rem;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 2.2rem 2rem;
    min-height: 6rem;
    font-size: 1.8rem;
    transition: color 0.3s, border-color 0.3s;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    color: #1EB9EE;
    border-color: #1EB9EE;
    opacity: 1;
  }
}
.btn .arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  filter: brightness(0) saturate(100%);
}
@media screen and (min-width: 768px) {
  .btn .arrow {
    right: 2rem;
    width: 2.8rem;
    height: 2.8rem;
    transition: filter 0.3s;
  }
}

@media (any-hover: hover) {
  .btn:hover .arrow {
    filter: none;
  }
}
.common-mv {
  position: relative;
}

.common-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .common-mv img {
    aspect-ratio: 1920/600;
  }
}

.common-mv__logo {
  max-width: 14rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .common-mv__logo {
    max-width: 28.8rem;
  }
}

.common-mv__logo a img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 288/235;
}

.experience-menu {
  padding-block: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 7rem;
}
@media screen and (min-width: 768px) {
  .experience-menu {
    padding-block: 10rem 11rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem 5.2rem;
  }
}

.experience-menu__item {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}

@media screen and (min-width: 768px) {
  .experience-menu__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 29.4rem;
  }
}

.experience-menu__img {
  border-radius: 0.8rem;
}

.experience-menu__text p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .experience-menu__text p {
    font-size: 1.6rem;
  }
}

.experience-menu__categories {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.experience-menu__categories .badge {
  display: inline-block;
  border-radius: 0.3rem;
  color: #FFF;
  width: 2.9rem;
  height: 2.3rem;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.experience-menu__categories .badge._green {
  background-color: #40786F;
}

.experience-menu__categories .badge._yellow {
  background-color: #E79131;
}

.experience-menu__categories .badge._purple {
  background-color: #96578E;
}

.experience-menu__categories .badge._blue03 {
  background-color: #568BAD;
}

.experience-menu__categories .content {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
}
@media screen and (min-width: 768px) {
  .experience-menu__categories .content {
    font-size: 1.6rem;
  }
}

.experience-menu__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .experience-menu__title {
    font-size: 2.4rem;
    margin-top: 1.4rem;
    flex: 1;
  }
}

.experience-menu__related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.experience-menu__related .category,
.experience-menu__related .tag {
  border-radius: 50vh;
  padding: 0.5rem 1.2rem;
  width: fit-content;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .experience-menu__related .category,
  .experience-menu__related .tag {
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
}

.experience-menu__related .category {
  color: #000;
  border: 1px solid #000;
}

.experience-menu__related .tag {
  color: #1EB9EE;
  border: 1px solid #1EB9EE;
}

.experience-menu__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .experience-menu__text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}

.experience-menu__btn {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .experience-menu__btn {
    margin-top: 4rem;
  }
}

.experience-menu__search {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .experience-menu__search {
    margin-top: unset;
  }
}

.experience-menu__page-btn {
  margin-top: 6rem;
  margin-inline: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .experience-menu__page-btn {
    margin-top: 11.2rem;
  }
}

.experience-menu__page-btn .page-btn {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #000;
  padding: 2rem 2rem 2rem 0;
  width: 100%;
  max-width: 38.2rem;
  min-height: 6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .experience-menu__page-btn .page-btn {
    padding: 3rem;
    max-width: 47.2rem;
    min-height: 8.8rem;
    font-size: 2.5rem;
    transition: color 0.3s, border-color 0.3s;
  }
}

@media (any-hover: hover) {
  .experience-menu__page-btn .page-btn:hover {
    color: #1EB9EE;
    border-color: #1EB9EE;
    opacity: 1;
  }
}
.experience-menu__page-btn .page-btn .arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  filter: brightness(0) saturate(100%);
}
@media screen and (min-width: 768px) {
  .experience-menu__page-btn .page-btn .arrow {
    right: 4rem;
    width: 2.8rem;
    height: 2.8rem;
    transition: filter 0.3s;
  }
}

@media (any-hover: hover) {
  .experience-menu__page-btn .page-btn:hover .arrow {
    filter: none;
  }
}
.footer {
  padding: 4rem 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .footer {
    overflow: hidden;
    padding-block: 7.3rem 4rem;
  }
}

.footer__logo {
  max-width: 18rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    max-width: 23rem;
  }
}

.footer__logo-shimonoseki {
  max-width: 8rem;
  margin-top: 3.2rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo-shimonoseki {
    max-width: 10rem;
    margin-top: 5.4rem;
  }
}

.footer__privacy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__privacy {
    transition: color 0.3s;
  }
}

.footer__privacy a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer__privacy a {
    font-size: 1.6rem;
    margin-top: 1.4rem;
    transition: color 0.3s;
  }
}

@media (any-hover: hover) {
  .footer__privacy:hover a {
    opacity: 1;
    color: #1EB9EE;
  }
}
.gnav {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F2FBFE;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 768px) {
  .gnav {
    display: none;
  }
}

.gnav.js-active {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100dvh;
  z-index: 200;
  opacity: 1;
  visibility: visible;
  padding-bottom: 4rem;
  padding-top: 8rem;
  overflow-Y: auto;
}

body.js-fixed {
  height: 100%;
  overflow: hidden;
}

.gnav__nav {
  display: flex;
  padding: 0 2rem;
}
@media screen and (min-width: 385px) {
  .gnav__nav {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .gnav__nav {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .gnav__nav {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1366px) {
  .gnav__nav {
    margin-left: 9rem;
  }
}

.gnav__nav-item {
  text-align: center;
  text-transform: uppercase;
}

.gnav__nav-item a {
  display: block;
  padding-block: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}

.gnav__icons {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3.6rem;
}

.gnav__icons a {
  width: 4rem;
}

.gnav__icons a:not(:first-child) {
  width: 3.8rem;
}

.hamburger {
  width: 4.5rem;
  height: 4.5rem;
  transition: all 0.3s ease-in 0s;
  padding: 0;
  z-index: 210;
  border-radius: 0.8rem;
  position: relative;
  background-color: #1EB9EE;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2.5rem;
  height: 0.2rem;
  background-color: #FFF;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  backface-visibility: hidden;
}

.bar:nth-of-type(2) {
  margin-top: -0.9rem;
}

.bar:nth-of-type(3) {
  margin-top: 0.9rem;
}

.hamburger.js-active {
  background-color: #000;
}

.hamburger.js-active .bar {
  margin-top: 0;
}

.hamburger.js-active .bar:nth-of-type(1) {
  width: 0rem;
}

.hamburger.js-active .bar:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.js-active .bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header {
  background-color: transparent;
  width: 100%;
  padding: 1rem 1.5rem;
  min-height: 3.6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  transition: background-color 0.3s ease-in 0s;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .header {
    min-height: 4.5rem;
    padding: 1.2rem 2.6rem;
    border-bottom: none;
  }
}
.single .header {
  background-color: #738793;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .single .header {
    padding: 0 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .header.scrolled {
    background-color: rgba(30, 185, 238, 0.6);
  }
}

.header.up {
  animation: upAnime 0.5s forwards;
}

@keyframes upAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.header.down {
  animation: downAnime 0.5s forwards;
}

@keyframes downAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__logo {
  width: 12rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 14.6rem;
  }
}

@media screen and (min-width: 768px) {
  .header__logo:hover {
    opacity: 0.7;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
    height: inherit;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .header__nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 2rem;
  }
}

.header__nav-list a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .header__nav-list a {
    font-size: 1.6rem;
    transition: color 0.3s;
  }
}

@media (any-hover: hover) {
  .header__nav-list a:hover {
    opacity: 1;
    color: #1EB9EE;
  }
}
.header__nav-list a img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s;
}

@media (any-hover: hover) {
  .header__nav-list a:hover img {
    opacity: 1;
    filter: brightness(1) invert(0);
  }
}
.inner {
  max-width: 520px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1244px;
    padding-inline: 24px;
  }
}

.inner._narrow {
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .inner._narrow {
    max-width: 868px;
  }
}

.map__title {
  text-align: center;
}

.map__contents {
  margin-top: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .map__contents {
    margin-top: 8rem;
  }
}

.map__contents iframe {
  border: none;
  border-radius: 0.8rem;
  aspect-ratio: 848/800;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .map__contents iframe {
    aspect-ratio: 1196/500;
    border-radius: 1.6rem;
  }
}

.news-item a {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .news-item a {
    flex-direction: row;
    row-gap: unset;
    column-gap: 4rem;
  }
}

@media (any-hover: hover) {
  .news-item a:hover {
    opacity: 1;
  }
}
.news-item__date,
.news-item__heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
}
@media screen and (min-width: 768px) {
  .news-item__date,
  .news-item__heading {
    font-size: 1.6rem;
    transition: color 0.3s;
  }
}

@media (any-hover: hover) {
  .news-item a:hover .news-item__date,
  .news-item a:hover .news-item__heading {
    color: #1EB9EE;
  }
}
.news-item__date {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-item__date {
    width: 14.5454545455%;
  }
}

.news-item__heading {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-item__heading {
    width: 85.4545454545%;
  }
}

/* ------------------------------
search-filter
------------------------------ */
.search-filter {
  background-color: #F8F8F8;
  padding: 4rem 2rem;
  border-radius: 1.2rem;
  max-width: 104.8rem;
  margin-inline: auto;
  font-family: "Shippori Mincho", sans-serif;
}
@media screen and (min-width: 768px) {
  .search-filter {
    border-radius: 1.6rem;
    padding: 6.4rem 10rem;
    margin-top: 8rem;
  }
}

.search-filter__item {
  display: flex;
  flex-direction: column;
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .search-filter__item {
    flex-direction: row;
    align-items: center;
  }
}

.search-filter__item:not(:nth-child(3)) {
  border-bottom: 1px solid #E8E8E8;
}

.search-filter__item-tags {
  padding: 3rem 1.5rem;
  background-color: #FFF;
  border-radius: 1.2rem;
}
@media screen and (min-width: 768px) {
  .search-filter__item-tags {
    padding: 4rem 6rem;
    border-radius: 1.6rem;
  }
}

.search-filter__label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-filter__label {
    width: 24.0566037736%;
    font-size: 1.8rem;
  }
}

.search-filter__input {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .search-filter__input {
    margin-top: unset;
  }
}

.search-filter__input input[type=text] {
  width: 100%;
  background-color: #FFF;
  padding: 1.2rem 1.6rem;
  border: 1px solid #1EB9EE;
  font-size: 1.6rem;
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  height: 3.2rem;
  min-width: 80%;
}
@media screen and (min-width: 768px) {
  .search-filter__input input[type=text] {
    padding: 1.2rem 0.8rem;
    min-width: 48rem;
  }
}

.search-filter__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 100%;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .search-filter__checkboxes {
    gap: 1.2rem;
    width: 75.9433962264%;
    margin-top: unset;
  }
}

.search-filter__checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.search-filter__checkbox-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .search-filter__checkbox-text {
    font-size: 2rem;
  }
}

.search-filter__checkbox-text::before {
  border: 1px solid #000;
  line-height: 1;
  display: block;
  flex-shrink: 0;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 0.3rem;
  transition: background-color 0.3s;
}

.search-filter__checkbox-text._green::before {
  border-color: #40786F;
}

.search-filter__checkbox-text._yellow::before {
  border-color: #E79131;
}

.search-filter__checkbox-text._purple::before {
  border-color: #96578E;
}

.search-filter__checkbox-text._blue::before {
  border-color: #568BAD;
}

.search-filter__checkbox-text::after {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  content: "";
  display: block;
  height: 0.4em;
  left: 0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-85%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 0.6em;
}

.search-filter__checkbox input[type=checkbox]:checked + .search-filter__checkbox-text::before {
  background-color: #000;
  border-color: #000;
}

.search-filter__checkbox input[type=checkbox]:checked + .search-filter__checkbox-text._green::before {
  background-color: #40786F;
  border-color: #40786F;
}

.search-filter__checkbox input[type=checkbox]:checked + .search-filter__checkbox-text._yellow::before {
  background-color: #E79131;
  border-color: #E79131;
}

.search-filter__checkbox input[type=checkbox]:checked + .search-filter__checkbox-text._purple::before {
  background-color: #96578E;
  border-color: #96578E;
}

.search-filter__checkbox input[type=checkbox]:checked + .search-filter__checkbox-text._blue::before {
  background-color: #568BAD;
  border-color: #568BAD;
}

.search-filter__checkbox input[type=checkbox]:checked + .search-filter__checkbox-text::after {
  opacity: 1;
}

.search-filter__tags {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .search-filter__tags {
    margin-top: 2.4rem;
    gap: 1.2rem 0.8rem;
  }
}

.search-filter__tag-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .search-filter__tag-title {
    font-size: 2rem;
  }
}

.search-filter__tag-label {
  display: inline-block;
  cursor: pointer;
}

.search-filter__tag-input {
  display: none;
}

.search-filter__tag {
  display: block;
  text-align: center;
  border-radius: 50vh;
  padding: 0.4rem 1rem;
  border: 1px solid #1EB9EE;
  color: #1EB9EE;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  min-width: 12.8rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .search-filter__tag {
    padding: 0.4rem 1rem;
    font-size: 1.8rem;
    min-width: 14.4rem;
  }
}

@media (any-hover: hover) {
  .search-filter__tag:hover {
    background-color: #1EB9EE;
    color: #FFF;
  }
}
.search-filter__tag-input:checked + .search-filter__tag,
.search-filter__tag.is-active {
  background-color: #1EB9EE;
  color: #FFF;
}

.search-filter__btn {
  margin-top: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .search-filter__btn {
    margin-top: 5rem;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}

.search-filter__btn .search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  background-color: #1EB9EE;
  color: #FFF;
  padding: 1.6rem 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  min-width: 23.4rem;
  min-height: 5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .search-filter__btn .search-btn {
    padding: 1.8rem 2rem;
    font-size: 1.8rem;
    gap: 2.4rem;
    min-width: 23.4rem;
    min-height: 6rem;
    font-size: 1.8rem;
    transition: background-color 0.3s, color 0.3s;
  }
}

@media (any-hover: hover) {
  .search-filter__btn .search-btn:hover {
    background-color: #FFF;
    color: #1EB9EE;
  }
}
.search-filter__btn .search-btn .search-icon {
  width: 1.4rem;
  height: 1.4rem;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .search-filter__btn .search-btn .search-icon {
    width: 1.6rem;
    height: 1.6rem;
    transition: filter 0.3s;
  }
}

@media (any-hover: hover) {
  .search-filter__btn .search-btn:hover .search-icon {
    filter: none;
  }
}
.search-filter__btn .clear-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  color: #1EB9EE;
  padding: 1.2rem 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #1EB9EE;
  min-width: 18rem;
  min-height: 4.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .search-filter__btn .clear-btn {
    padding: 1.4rem 1.6rem;
    font-size: 1.6rem;
    min-width: 20rem;
    min-height: 5rem;
    transition: background-color 0.3s, color 0.3s;
  }
}

@media (any-hover: hover) {
  .search-filter__btn .clear-btn:hover {
    background-color: #1EB9EE;
    color: #FFF;
  }
}
.sec-title__wrap {
  text-align: center;
  font-family: "Shippori Mincho", sans-serif;
}

.sec-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sec-title {
    font-size: 2.5rem;
  }
}

.sec-title__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
  font-family: "Shippori Mincho", sans-serif;
}
@media screen and (min-width: 768px) {
  .sec-title__text {
    font-size: 1.8rem;
  }
}

/*-------------------------------
single-content default
-------------------------------*/
.wp-block-gallery,
.wp-block-media-text,
.wp-block-table {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .wp-block-gallery,
  .wp-block-media-text,
  .wp-block-table {
    margin-top: 6rem;
  }
}

.wp-block-table table {
  border: 0.2rem solid #ccc;
  border-collapse: collapse;
  max-width: 88%;
  margin-inline: auto;
}

.wp-block-table table caption {
  font-size: 2.4rem;
  margin-top: 2.4rem;
  text-align: center;
}

.wp-block-table table th,
.wp-block-table table td {
  border: 0.1rem solid #ccc;
}

.wp-block-table table thead {
  border-bottom: 0.2rem solid #ccc;
}

.wp-block-table table thead th,
.wp-block-table table thead td {
  padding: 0.6rem 0.8rem;
}

.wp-block-table table thead th:first-child {
  min-width: 9.6rem;
}

.wp-block-table table thead th:nth-child(2) {
  min-width: 9.6rem;
}

.wp-block-table table tbody th,
.wp-block-table table tbody td {
  padding: 0.4rem 0.8rem;
}

.wp-block-table table tbody tr:nth-child(even) {
  background-color: #F8F8F8;
}

.wp-block-quote,
.wp-block-pullquote blockquote {
  background-color: #F8F8F8;
  padding-top: 2.5rem;
  padding-right: 4.6rem;
  padding-bottom: 1.7rem;
  padding-left: 6.7rem;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wp-block-quote,
  .wp-block-pullquote blockquote {
    margin-top: 4rem;
  }
}

.wp-block-quote::before,
.wp-block-pullquote blockquote::before {
  content: "“";
  color: #B4B4B4;
  font-size: 9rem;
  position: absolute;
  top: -2rem;
  left: 1.4rem;
}

.wp-block-quote p,
.wp-block-pullquote blockquote p {
  padding-top: 1.6rem;
  margin-top: 0;
  font-size: 1.6rem;
}

.wp-block-quote p:first-of-type,
.wp-block-pullquote blockquote p:first-of-type {
  padding-top: 0;
}

.wp-block-quote cite,
.wp-block-pullquote blockquote cite {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: right;
}

.wp-block-pullquote blockquote {
  margin-top: 0;
}

.wp-block-image {
  max-width: 100%;
  height: auto;
  margin: 5rem auto 0;
}
@media screen and (min-width: 768px) {
  .wp-block-image {
    margin-top: 5rem;
  }
}

.wp-element-caption {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-element-caption {
    font-size: 1.8rem;
  }
}

.single-content p img {
  max-width: 100%;
  height: auto;
}

.single-content h1 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .single-content h1 {
    font-size: 2.8rem;
    padding: 3rem 2.5rem;
  }
}

.single-content h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4545454545;
  margin-top: 6rem;
  background-color: #F8F8F8;
  border-radius: 1.5rem;
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .single-content h2 {
    font-size: 2.4rem;
    padding: 3rem 2.5rem;
  }
}

.single-content h3 {
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 6rem;
  border-bottom: 0.2rem solid #000;
}
@media screen and (min-width: 768px) {
  .single-content h3 {
    font-size: 2.2rem;
  }
}

.single-content h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 6rem;
  border-left: 0.4rem solid #000;
  padding-left: 1.6rem;
}
@media screen and (min-width: 768px) {
  .single-content h4 {
    font-size: 2rem;
  }
}

.single-content h5 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .single-content h5 {
    font-size: 1.8rem;
  }
}

.single-content p {
  margin-top: 3.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (min-width: 768px) {
  .single-content p {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}

.single-content mark.has-inline-color {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #F8F8F8 50%, #F8F8F8 100%) !important;
}

.single-content p + p {
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .single-content p + p {
    margin-top: 4rem;
  }
}

.single-content p:first-child {
  margin-top: 0;
}

.single-content dd,
.single-content dt {
  padding: 0.8rem 1.6rem;
}

.single-content dt {
  margin-top: 2.4rem;
  border-left: 0.2rem solid #F8F8F8;
}

.single-content dd {
  padding-left: 3.4rem;
}

.single-content ol {
  counter-reset: ol;
}

.single-content ul,
.single-content ol {
  list-style-type: none;
  padding-left: 2rem;
  margin-top: 4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-content ul,
  .single-content ol {
    margin-top: 5rem;
  }
}

.single-content ul ul,
.single-content ol ol {
  margin-top: 0.8rem;
}

.single-content ul li,
.single-content ol li {
  margin-top: 2rem;
}

.single-content ol li {
  padding-left: 2rem;
}

.single-content ul > li {
  position: relative;
}

.single-content ul > li::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: -1rem;
}

.single-content ul li ul > li {
  position: relative;
  text-decoration: none;
}

.single-content a {
  text-decoration: underline;
}

.single-content address {
  margin-top: 3rem;
}

.single-content strong {
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
