@charset "UTF-8";
.icj-pagetop {
  bottom: 75px;
}

#hero-block {
  margin: 0 0 20px;
}
#hero-block .swiper {
  position: relative;
  overflow: hidden;
}
#hero-block .swiper-wrapper {
  display: flex;
  box-sizing: content-box;
}
#hero-block .swiper-slide {
  flex-shrink: 0;
}
#hero-block .hero-main {
  position: relative;
}
#hero-block .hero-main .swiper-slide {
  width: 960px;
}
@media screen and (max-width: 960px) {
  #hero-block .hero-main .swiper-slide {
    width: 100%;
  }
}
#hero-block .hero-main .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero-block .hero-thumbs-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 1108px;
  margin: 20px auto 0;
}
@media screen and (max-width: 960px) {
  #hero-block .hero-thumbs-row {
    position: relative;
    margin-top: 10px;
    gap: 10px;
  }
}
#hero-block .swiper-button-prev,
#hero-block .swiper-button-next {
  position: static;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
#hero-block .swiper-button-prev::after,
#hero-block .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 960px) {
  #hero-block .swiper-button-prev,
  #hero-block .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
  }
}
#hero-block .swiper-button-prev {
  background-image: url(/example/wp-content/themes/example_theme/img/icon_slider_prev.svg);
  left: 10px;
}
#hero-block .swiper-button-next {
  background-image: url(/example/wp-content/themes/example_theme/img/icon_slider_next.svg);
  right: 10px;
}
#hero-block .hero-thumbs {
  flex: 0 1 960px;
  min-width: 0;
}
#hero-block .hero-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s;
}
@media screen and (max-width: 960px) {
  #hero-block .hero-thumbs .swiper-slide {
    width: 33.3333333333%;
  }
}
#hero-block .hero-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #243952;
}
@media screen and (max-width: 960px) {
  #hero-block .hero-thumbs .swiper-slide-active {
    opacity: 1;
    border: 2px solid #243952;
  }
}
#hero-block .hero-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-heading {
  margin-top: 125px;
  display: flex;
  gap: 85px;
}
@media screen and (max-width: 1200px) {
  .example-heading {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .example-heading {
    margin-top: 25px;
    padding: 0;
    gap: 30px;
    flex-direction: column;
  }
}

.example-heading-inner {
  width: calc(50% - 42.5px);
}
@media screen and (max-width: 960px) {
  .example-heading-inner {
    width: 100%;
  }
}

.example-heading-title {
  color: #243952;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .example-heading-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.example-heading-title .br-pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .example-heading-title .br-pc {
    display: none;
  }
}
.example-heading-title .br-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .example-heading-title .br-sp {
    display: block;
  }
}

.example-heading-info {
  margin-top: 20px;
  line-height: 1.5;
}

.example-heading-text {
  width: calc(50% - 42.5px);
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .example-heading-text {
    width: 100%;
  }
}

#icj-main,
#main-block {
  overflow: clip;
}

.example-article {
  display: flex;
  align-items: flex-start;
  gap: 47px;
  margin-top: 100px;
  padding-top: 105px;
  border-top: 2px solid #A28D67;
}
@media screen and (max-width: 1200px) {
  .example-article {
    padding-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .example-article {
    flex-direction: column;
    gap: 56px;
    margin-top: 50px;
    padding-top: 0;
    border-top: none;
    padding-right: 0;
  }
}

.example-toc {
  position: sticky;
  top: 125px;
  align-self: flex-start;
  margin-bottom: 100px;
  padding: 0 5px;
  width: 30.45661567%;
}
@media screen and (max-width: 960px) {
  .example-toc {
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
.example-toc .example-toc__inner {
  padding: 37px 24px;
  background: #F5F1E9;
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}
@media screen and (max-width: 960px) {
  .example-toc .example-toc__inner {
    padding: 23px 22px;
  }
}
.example-toc::before, .example-toc::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58px;
  background: #A28D67;
  transform: rotate(45deg);
  z-index: 1;
}
.example-toc::before {
  top: -14px;
  left: 18.5px;
}
@media screen and (max-width: 960px) {
  .example-toc::before {
    top: -14px;
    left: 13.5px;
  }
}
.example-toc::after {
  bottom: -14px;
  right: 18.5px;
}
@media screen and (max-width: 960px) {
  .example-toc::after {
    bottom: -14px;
    right: 13.5px;
  }
}
.example-toc .example-toc__title {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #243952;
}
@media screen and (max-width: 960px) {
  .example-toc .example-toc__title {
    margin-bottom: 10px;
  }
}
.example-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.example-toc li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .example-toc li {
    margin-bottom: 0;
    line-height: 1.4;
    border-top: 1px solid #A28D67;
  }
}
@media screen and (max-width: 960px) {
  .example-toc li:last-child {
    border-bottom: 1px solid #A28D67;
  }
}
.example-toc li > a,
.example-toc li > span {
  position: relative;
  padding-left: 20px;
  display: block;
}
@media screen and (max-width: 960px) {
  .example-toc li > a,
  .example-toc li > span {
    display: flex;
    align-items: center;
    min-height: 51px;
    padding: 9px 30px 9px 0;
  }
}
.example-toc li > a::before,
.example-toc li > span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A28D67;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 960px) {
  .example-toc li > a::before,
  .example-toc li > span::before {
    background: transparent;
    border-radius: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 5px;
    border-bottom: 2px solid #243952;
    border-right: 2px solid #243952;
    rotate: 45deg;
  }
}
.example-toc li.example-toc__item--lv3 {
  padding-left: 1.5em;
  font-size: 14px;
  color: #555;
}
.example-toc li.is-active > a {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .example-toc li.is-active > a {
    text-decoration: none;
  }
}
.example-toc li.is-active > a::before {
  background: #243952;
}
.example-toc a {
  color: #243952;
  text-decoration: none;
}
.example-toc a:hover {
  text-decoration: underline;
}

.example-article__body {
  flex: 1;
  min-width: 0;
  max-width: 70%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .example-article__body {
    max-width: 100%;
  }
}

.example-entry {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.example-entry h2,
.example-entry h3 {
  scroll-margin-top: 115px;
  line-height: 1.5;
}
.example-entry .wp-block-heading {
  margin-bottom: 15px;
  color: #243952;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .example-entry .wp-block-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.example-entry h3 {
  margin-top: 1.8em;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
}
.example-entry p {
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .example-entry p {
    margin-bottom: 20px;
  }
}
.example-entry img {
  max-width: 100%;
  height: auto;
}
.example-entry figure {
  margin: 0 0 20px;
}
.example-entry figure figcaption {
  margin-top: 8px;
  font-size: 13px;
  color: #777;
  text-align: center;
}
.example-entry blockquote {
  position: relative;
  margin: 0 0 1.6em;
  padding: 24px 24px 24px 60px;
  background: #f7f6f2;
  border-radius: 8px;
  color: #444;
  font-style: normal;
}
.example-entry blockquote::before {
  content: "“";
  position: absolute;
  top: 4px;
  left: 16px;
  font-size: 56px;
  line-height: 1;
  color: #243952;
  opacity: 0.3;
  font-family: Georgia, serif;
}
.example-entry blockquote p {
  margin: 0 0 0.8em;
}
.example-entry blockquote p:last-child {
  margin-bottom: 0;
}
.example-entry blockquote cite {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #777;
  font-style: normal;
  text-align: right;
}
.example-entry a {
  color: #243952;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .example-entry {
    font-size: 15px;
    line-height: 1.9;
  }
  .example-entry h2 {
    font-size: 20px;
  }
  .example-entry h3 {
    font-size: 17px;
  }
  .example-entry blockquote {
    padding: 20px 16px 16px 48px;
  }
  .example-entry .wp-block-columns {
    flex-direction: column;
    gap: 16px;
  }
  .example-entry .wp-block-column,
  .example-entry .wp-block-column[style*=flex-basis] {
    flex-basis: 100% !important;
    width: 100%;
  }
  .example-entry .wp-block-media-text.is-stacked-on-mobile,
  .example-entry .wp-block-media-text {
    grid-template-columns: 100% !important;
  }
  .example-entry .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  .example-entry .wp-block-media-text .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-bottom: 16px;
  }
  .example-entry .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
  .example-entry .wp-block-media-text .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 0 !important;
  }
}

.example-entry .wp-block-group {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .example-entry .wp-block-group {
    margin-bottom: 56px;
  }
}

.example-entry .wp-block-image {
  text-align: center;
}

.example-entry .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 1.6em;
  align-items: flex-start;
}

.example-entry .wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.example-entry .wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

.example-entry .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  word-break: break-word;
}

.example-entry .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}

.example-entry .wp-block-column > *:first-child {
  margin-top: 0;
}

.example-entry .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.example-entry .wp-block-media-text {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 0;
  margin: 0 0 1.6em;
}

.example-entry .wp-block-media-text.is-vertically-aligned-top {
  align-items: start;
}

.example-entry .wp-block-media-text.is-vertically-aligned-bottom {
  align-items: end;
}

.example-entry .wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.example-entry .wp-block-media-text .wp-block-media-text__media img,
.example-entry .wp-block-media-text .wp-block-media-text__media video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.example-entry .wp-block-media-text .wp-block-media-text__content {
  grid-column: 2;
  grid-row: 1;
  padding: 0 0 0 8%;
  word-break: break-word;
}

.example-entry .wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.example-entry .wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

.example-entry .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}

.example-entry .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
}

.example-entry .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  padding: 0 8% 0 0;
}

.example-entry .example-voice {
  position: relative;
  padding: 10px 30px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-voice {
    padding: 10px 20px;
  }
}

.example-entry .example-voice,
.example-entry .example-voice > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-voice,
  .example-entry .example-voice > .wp-block-group__inner-container {
    padding: 18px 0 0;
    align-items: flex-start;
    gap: 14px;
  }
}

.example-entry .example-voice::before,
.example-entry .example-voice::after {
  position: absolute;
  color: #d5d0c4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .example-entry .example-voice::before,
  .example-entry .example-voice::after {
    font-size: 92px;
  }
}

.example-entry .example-voice::before {
  content: "“";
  top: -6px;
  left: -6px;
}

.example-entry .example-voice::after {
  content: "”";
  right: 0;
  bottom: -34px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-voice::after {
    bottom: -94px;
  }
}

.example-entry .example-voice__photo {
  flex: 0 0 150px;
  width: 150px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .example-entry .example-voice__photo {
    flex: 0 0 100px;
    width: 100px;
  }
}

.example-entry .example-voice__photo img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 960px) {
  .example-entry .example-voice__photo img {
    width: 100px;
    height: 100px;
  }
}

.example-entry .example-voice__text {
  flex: 1 1 auto;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .example-entry .example-voice__text {
    font-size: 15px;
  }
}

.example-entry .example-madori {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-madori {
    margin-bottom: 60px;
  }
}

.example-entry .example-madori__heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: #243952;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .example-entry .example-madori__heading {
    font-size: 22px;
  }
}
.example-entry .example-madori__heading::before {
  content: "";
  background: url(/example/wp-content/themes/example_theme/img/icon_madori.svg) no-repeat center center/cover;
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-madori__heading::before {
    width: 50px;
    height: 50px;
  }
}

.example-entry .example-madori__trigger {
  position: relative;
  display: block;
  background: #F5F1E9;
  width: 100%;
  padding: 49px 0;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .example-entry .example-madori__trigger {
    padding: 29px 0;
  }
}
.example-entry .example-madori__trigger > img {
  display: block;
  width: 100%;
  max-width: 352px;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 960px) {
  .example-entry .example-madori__trigger > img {
    width: 60%;
  }
}
.example-entry .example-madori__trigger:hover img {
  opacity: 0.9;
}

.example-entry .example-madori__zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-madori__zoom {
    width: 36px;
    height: 36px;
    right: 10px;
    bottom: 10px;
  }
}

body.is-madori-open {
  overflow: hidden;
}

.madori-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
}
.madori-modal.is-open {
  display: block;
}

.madori-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.madori-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 820px;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .madori-modal__inner {
    max-width: calc(100% - 30px);
  }
}

.madori-modal__close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.madori-modal__close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.madori-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.madori-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.madori-modal__slider {
  background: #F5F1E9;
}
.madori-modal__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .madori-modal__slider .swiper-slide {
    padding: 16px;
  }
}
.madori-modal__slider .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.madori-modal__slider .swiper-button-prev,
.madori-modal__slider .swiper-button-next {
  color: #243952;
  --swiper-navigation-size: 28px;
}
.madori-modal__slider .swiper-pagination {
  bottom: 10px;
}
.madori-modal__slider .swiper-pagination-bullet-active {
  background: #243952;
}

.example-qr-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
}
.example-qr-modal.is-open {
  display: block;
}

.example-qr-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.example-qr-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: calc(100% - 40px);
  padding: 40px 30px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .example-qr-modal__inner {
    max-width: calc(100% - 30px);
    padding: 32px 24px;
  }
}

.example-qr-modal__close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.example-qr-modal__close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.example-qr-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.example-qr-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.example-qr-modal__code {
  display: flex;
  align-items: center;
  justify-content: center;
}
.example-qr-modal__code img,
.example-qr-modal__code canvas {
  display: block;
  width: 220px;
  height: 220px;
}

.example-entry .example-owner {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-owner {
    margin-bottom: 60px;
  }
}

.example-entry .example-owner__heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  color: #243952;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .example-entry .example-owner__heading {
    font-size: 20px;
  }
}
.example-entry .example-owner__heading::before {
  content: "";
  background: url(/example/wp-content/themes/example_theme/img/icon_owner.svg) no-repeat center center/cover;
  display: block;
  width: 60px;
  height: 40px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-owner__heading::before {
    width: 50px;
    height: 34px;
  }
}

.example-entry .example-owner__title {
  margin-bottom: 7px;
  color: #243952;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .example-entry .example-owner__title {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 1.5;
  }
}

.example-entry .example-owner__image {
  position: relative;
  margin-bottom: 23px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-owner__image {
    margin-bottom: 10px;
  }
}
.example-entry .example-owner__image img {
  display: block;
  width: 100%;
}

.example-entry .example-owner__image--movie {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.example-entry .example-owner__image--movie::after {
  content: "";
  background: url(../img/icon_play.svg) no-repeat center center/cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .example-entry .example-owner__image--movie::after {
    width: 48px;
    height: 48px;
  }
}
.example-entry .example-owner__image--movie:hover img {
  opacity: 0.9;
}
.example-entry .example-owner__image--movie:hover::after {
  transform: translate(-50%, -50%) scale(1.08);
}

.movie-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
}
.movie-modal.is-open {
  display: block;
}

.movie-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.movie-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .movie-modal__inner {
    max-width: calc(100% - 30px);
  }
}

.movie-modal__close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.movie-modal__close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.movie-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.movie-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.movie-modal__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.example-entry .example-owner__link {
  text-align: right;
}
.example-entry .example-owner__link a {
  position: relative;
  padding-right: 49px;
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-owner__link a {
    padding-right: 35.5px;
    font-size: 15px;
  }
}
.example-entry .example-owner__link a::after {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow.svg) no-repeat center center/cover;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .example-entry .example-owner__link a::after {
    width: 30px;
    height: 30px;
  }
}

.example-entry .example-data {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-data {
    margin-bottom: 60px;
  }
}

.example-entry .example-section-title {
  font-size: 28px;
  font-weight: 500;
  color: #243952;
}
@media screen and (max-width: 960px) {
  .example-entry .example-section-title {
    font-size: 22px;
  }
}

.example-entry .example-data__list {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 35px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-data__list {
    flex-direction: column;
  }
}

.example-entry .example-data__row {
  width: calc(50% - 17.5px);
  display: flex;
  padding: 16px 0px;
  border-top: 1px solid #e0ddd4;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-data__row {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
  }
}
.example-entry .example-data__row:nth-last-child(2), .example-entry .example-data__row:last-child {
  border-bottom: 1px solid #e0ddd4;
}
@media screen and (max-width: 960px) {
  .example-entry .example-data__row:nth-last-child(2) {
    border-bottom: none;
  }
}

.example-entry .example-data__row dt {
  flex: 0 0 130px;
  margin: 0;
  font-weight: bold;
  color: #243952;
}
@media screen and (max-width: 768px) {
  .example-entry .example-data__row dt {
    flex-basis: 100px;
  }
}

.example-entry .example-data__row dd {
  flex: 1 1 auto;
  margin: 0;
}

.example-entry .example-data__link {
  color: #243952;
  text-decoration: underline;
}
.example-entry .example-data__link:hover {
  text-decoration: none;
}

.example-entry .example-tag {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-tag {
    margin-bottom: 60px;
  }
}

.example-entry .example-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 18px;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .example-entry .example-tag__list {
    gap: 10px;
  }
}

.example-entry .example-tag__item {
  display: inline-block;
  padding: 0 16px;
  background: #E3DBCC;
  border-radius: 999px;
  color: #313131;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 960px) {
  .example-entry .example-tag__item {
    padding: 0 10px;
    font-size: 15px;
  }
}

.example-entry .example-tag__item:hover {
  background: #243952;
  color: #fff;
}

.example-entry .example-share {
  margin-bottom: 100px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-share {
    scroll-margin-top: 110px;
    margin-bottom: 25px;
  }
}

.example-entry .example-share__list {
  display: flex;
  margin: 15px 0 0;
}
.example-entry .example-share__list li {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .example-entry .example-share__list li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 960px) {
  .example-entry .example-share__list li:last-child {
    display: none;
  }
}

.example-entry .example-share__btn {
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}
.example-entry .example-share__btn img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .example-entry .example-share__btn img {
    width: 50px;
    height: 50px;
  }
}
.example-entry .example-share__btn span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .example-entry .example-share__btn span {
    font-size: 12px;
  }
}

.example-entry .example-share__btn:hover {
  opacity: 0.8;
}

.example-entry .example-share__btn svg {
  fill: currentColor;
}

.example-entry .example-share__btn .example-share__label {
  font-size: 11px;
  font-weight: bold;
}

.example-entry .example-share__btn.is-copy.is-copied::after {
  content: "コピーしました";
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}

.example-notes {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .example-notes {
    margin-bottom: 60px;
  }
}
.example-notes p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.example-related {
  padding: 100px 0;
  background: #F5F1E9;
}
@media screen and (max-width: 960px) {
  .example-related {
    padding: 62px 0;
  }
}

.example-related__heading {
  color: #243952;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .example-related__heading {
    font-size: 28px;
  }
}

.example-related__slider {
  margin-top: 30px;
  padding-bottom: 50px;
}

.example-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.example-related__card {
  position: relative;
  width: 387px;
  height: auto;
  background: #fff;
  display: flex;
  padding: 8px;
}
@media screen and (max-width: 960px) {
  .example-related__card {
    width: 254px;
  }
}
.example-related__card.is-hidden {
  display: none;
}

.example-related__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: inherit;
  text-decoration: none;
}

.example-related__fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: url("../img/icon_fav_off.svg") no-repeat center/contain;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.example-related__fav.is-active {
  background-image: url("../img/icon_fav_on.svg");
}

.example-related__main img {
  display: block;
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-related__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 2px;
}

.example-related__thumb img {
  display: block;
  width: 100%;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-related__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 22px 12px 18px;
}
@media screen and (max-width: 768px) {
  .example-related__body {
    padding: 22px 12px 10px;
  }
}

.example-related__title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .example-related__title {
    font-size: 17px;
  }
}

.example-related__spec-row {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.example-related__spec {
  flex: 1 1 auto;
}

.example-related__spec-line {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}
@media screen and (max-width: 768px) {
  .example-related__spec-line {
    font-size: 14px;
  }
}

.example-related__badge {
  width: 74px;
}
@media screen and (max-width: 768px) {
  .example-related__badge {
    width: 59px;
  }
}
.example-related__badge img {
  width: 100%;
}

.example-related__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 24px;
}
@media screen and (max-width: 768px) {
  .example-related__tags {
    gap: 7px;
    margin: 6px 0 19px;
  }
}

.example-related__tag {
  padding: 6px 17px;
  border-radius: 999px;
  background: #e8e2d6;
  color: #7a7469;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .example-related__tag {
    padding: 5px 17px;
    font-size: 12px;
  }
}

.example-related__more {
  position: relative;
  display: block;
  margin-top: auto;
  padding-right: 33px;
  color: #243952;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.example-related__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #243952;
  transform: translateY(-50%);
}
.example-related__more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.example-related__link:hover .example-related__main img {
  opacity: 0.85;
}

.example-related .swiper-button-prev,
.example-related .swiper-button-next {
  color: #243952;
  --swiper-navigation-size: 32px;
}

.example-related .swiper-button-prev:hover,
.example-related .swiper-button-next:hover {
  color: #ce0020;
}

.example-related .swiper-pagination {
  bottom: 0;
}

.example-related .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  background: #C3C3C3;
  opacity: 1;
}

.example-related .swiper-pagination-bullet-active {
  background: #243952;
}

.example-related ul li .example-related__categories .example-related__category,
.example-related #edbCat .edbCatTxt {
  margin: 5px 5px 0 0;
  padding: 3px 5px 4px;
  display: inline-block;
  border: 1px solid #243952;
  border-radius: 3px;
  color: #243952;
  font-size: 12px;
  line-height: 1;
}

.example-related ul li .example-related__categories .example-related__category:hover {
  background: #eaf2ef;
}

.example-related__slider.no-slider {
  overflow: visible;
  padding-bottom: 0;
}

.example-related__slider.no-slider .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  transform: none !important;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .example-related__slider.no-slider .swiper-wrapper {
    gap: 12px;
  }
}

.example-related__slider.no-slider .swiper-slide {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .example-related__slider.no-slider .swiper-slide {
    width: calc((100% - 12px) / 2);
  }
}

.exmaple-gallery {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .exmaple-gallery {
    margin-bottom: 30px;
  }
}

.example-gallery__heading {
  font-size: 28px;
  font-weight: 500;
  color: #243952;
}
@media screen and (max-width: 960px) {
  .example-gallery__heading {
    font-size: 22px;
  }
}

.exmaple-gallery__slider {
  position: relative;
  margin-top: 20px;
}

.exmaple-gallery__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exmaple-gallery__slide img {
  display: block;
  width: 100%;
  height: auto;
}

.exmaple-gallery__caption {
  margin-top: 8px;
  font-size: 13px;
  color: #777;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .exmaple-gallery__caption {
    text-align: left;
  }
}

.example-gallery__button {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  margin: auto;
  height: 516px;
}
@media screen and (max-width: 1200px) {
  .example-gallery__button {
    height: 43vw;
  }
}
@media screen and (max-width: 960px) {
  .example-gallery__button {
    display: none;
  }
}

.example-gallery__button .swiper-button-prev,
.example-gallery__button .swiper-button-next {
  position: absolute;
  top: calc(50% + 25px);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.example-gallery__button .swiper-button-prev::after,
.example-gallery__button .swiper-button-next::after {
  content: none;
}

.exmaple-gallery .swiper-button-prev {
  background-image: url(/example/wp-content/themes/example_theme/img/icon_slider_prev.svg);
  left: -25px;
}

.exmaple-gallery .swiper-button-next {
  background-image: url(/example/wp-content/themes/example_theme/img/icon_slider_next.svg);
  right: -25px;
}

.exmaple-gallery__slider.no-slider .swiper-wrapper {
  display: block;
}

.exmaple-gallery__slider.no-slider .swiper-slide {
  width: 100%;
}

.exmaple-gallery .swiper-pagination {
  position: static;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .exmaple-gallery .swiper-pagination {
    margin-top: 14px;
  }
}

.exmaple-gallery .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  background: #C3C3C3;
  opacity: 1;
}

.exmaple-gallery .swiper-pagination-bullet-active {
  background: #243952;
}

.example-inquiry {
  padding: 90px 0 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .example-inquiry {
    padding: 63px 0 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .example-inquiry .container {
    padding: 0;
  }
}

.example-inquiry-heading {
  color: #243952;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .example-inquiry-heading {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.example-inquiry-block {
  background: #243952;
  border-radius: 10px;
  margin-top: 11px;
  padding: 55px 50px 49px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .example-inquiry-block {
    flex-direction: column;
    gap: 0;
    border-radius: 0;
    padding: 45px 25px 60px;
  }
}

.example-inquiry-text-area {
  width: 44%;
}
@media screen and (max-width: 960px) {
  .example-inquiry-text-area {
    width: 100%;
  }
}

.example-inquiry-title {
  margin-bottom: 11px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .example-inquiry-title {
    font-size: 22px;
  }
}

.example-inquiry-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .example-inquiry-text {
    margin-bottom: 28px;
    font-size: 15px;
  }
}

.example-inquiry-button {
  position: relative;
  background: #EA590B;
  border-radius: 90px;
  max-width: 470px;
  margin: 90px auto 0;
  padding: 25px 42px 25px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.example-inquiry-button::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
.example-inquiry-button:hover {
  opacity: 0.7;
}
.example-inquiry-button.pc {
  display: block;
}
.example-inquiry-button.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .example-inquiry-button {
    margin-top: 0;
    padding: 7px 7px 7px 0;
    font-size: 16px;
    width: 100%;
    max-width: 375px;
  }
  .example-inquiry-button.pc {
    display: none;
  }
  .example-inquiry-button.sp {
    display: block;
  }
}

.example-inquiry-image {
  width: 50%;
}
.example-inquiry-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .example-inquiry-image {
    width: 100%;
    margin-bottom: 42px;
  }
}

/* ========== 全国マップ ========== */
.example-guide {
  margin-bottom: 56px;
}

.example-guide__heading {
  margin-bottom: 24px;
  color: #243952;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .example-guide__heading {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.example-guide__tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 960px) {
  .example-guide__tab {
    margin-bottom: 20px;
  }
}
.example-guide__tab > li {
  max-width: 590px;
  width: 50%;
}
.example-guide__tab > li > button {
  width: 100%;
  display: block;
  margin-bottom: -1px;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #000;
  background: #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 960px) {
  .example-guide__tab > li > button {
    font-size: 18px;
  }
}
.example-guide__tab > li > span {
  width: 100%;
  display: block;
  padding: 20px 10px;
  margin-bottom: -1px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #000;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .example-guide__tab > li > span {
    font-size: 18px;
  }
}

.example-guide__tab__button {
  font-weight: 500;
  text-align: center;
}

#mainMap {
  overflow: hidden;
  position: relative;
  display: block;
  height: 872px;
  max-width: 960px;
  margin: 46px auto 0;
  background: url(/guide/img/fig_main_map.png) no-repeat center top;
}

.mainMap_btn {
  position: absolute;
  left: 180px;
  top: 53px;
  display: block;
  width: 180px;
  height: 36px;
  background: #585858;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.mainMap_btn::before {
  content: "";
  background: url(/guide/img/ico_gps.png) center center/cover;
  position: absolute;
  left: 16px;
  top: 7px;
  display: block;
  width: 16px;
  height: 23px;
}

.mainMap_btn::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: -2px;
  font-size: 28px;
  font-weight: normal;
}

.mainMap_tab {
  display: none;
}

.mainMap_ttl {
  position: absolute;
  left: 0px;
  top: 56px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}

.mainMap_txt {
  position: absolute;
  left: 0px;
  top: 111px;
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.4;
}

#mainMap dl {
  position: absolute;
  width: 150px;
  padding: 0 0 10px;
  border: #cccccc solid 1px;
  left: 0;
  right: 0;
  margin: auto;
}

#mainMap_area1 {
  top: 59px;
  transform: translateX(395px);
}

#mainMap_area1 a {
  display: block;
}

#mainMap_area2 {
  top: 178px;
  transform: translateX(395px);
}

#mainMap_area3 {
  top: 448px;
  transform: translateX(330px);
}

#mainMap_area4 {
  top: 156px;
  transform: translateX(0);
}

#mainMap_area5 {
  top: 604px;
  transform: translateX(125px);
}

#mainMap_area6 {
  top: 235px;
  transform: translateX(-170px);
}

#mainMap_area7 {
  top: 310px;
  transform: translateX(-340px);
}

#mainMap_area8 {
  top: 658px;
  transform: translateX(-120px);
}

#mainMap_area9 {
  top: 541px;
  transform: translateX(-395px);
}

#mainMap dl dt a {
  padding: 8px 0 16px;
  font-size: 21px;
  font-size: 1.32rem;
  line-height: 1;
  text-align: center;
  border-top-style: solid;
  border-top-width: 5px;
}

#mainMap_area1 dt a {
  color: #5974a7;
  border-top-color: #5571a8;
}

#mainMap_area2 dt a {
  color: #32a3d6;
  border-top-color: #32a3d6;
}

#mainMap_area3 dt a {
  color: #61a977;
  border-top-color: #61a977;
}

#mainMap_area4 dt a {
  color: #c1c133;
  border-top-color: #c1c133;
}

#mainMap_area5 dt a {
  color: #a0c68f;
  border-top-color: #a0c68f;
}

#mainMap_area6 dt a {
  color: #eaad5a;
  border-top-color: #eaad5a;
}

#mainMap_area7 dt a {
  color: #e67eae;
  border-top-color: #e67eae;
}

#mainMap_area8 dt a {
  color: #e68e7e;
  border-top-color: #e68e7e;
}

#mainMap_area9 dt a {
  color: #f2b7d4;
  border-top-color: #f2b7d4;
}

#mainMap dl dd a {
  display: block;
  padding: 6px 18px;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1;
  color: #333333;
  text-decoration: none;
}

#mainMap dl dd a:before {
  content: "> ";
}

/* ========== /全国マップ ========== */
@media screen and (min-width: 769px) {
  #mainMap dl dt a:hover {
    background: #eeeeee;
  }
  #mainMap dl dd a:hover {
    background: #eeeeee;
  }
}
@media screen and (max-width: 960px) {
  #mainMap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
  }
  .mainMap_btn {
    display: none;
  }
  .mainMap_tab {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .mainMap_tab li {
    width: 50%;
  }
  .mainMap_tab li a {
    background: #f6f5f2;
    border-top: none;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 20px 0;
    color: #7a776a;
    font-size: min(16px, 4.0712vw);
    font-weight: bold;
    text-align: center;
  }
  .mainMap_tab li:first-child a {
    border-right: 1px solid #cccccc;
  }
  .mainMap_tab li.tab_active a {
    color: #686048;
    background: #fff;
    border-top: 1px solid #cccccc;
    border-bottom: none;
  }
  .mainMap_ttl {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 5px 0;
    left: auto;
    top: auto;
    background: #a69e81;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }
  .mainMap_txt {
    display: none;
  }
  #mainMap dl {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
  }
  #mainMap_area1,
  #mainMap_area2,
  #mainMap_area3,
  #mainMap_area4,
  #mainMap_area5,
  #mainMap_area6,
  #mainMap_area7,
  #mainMap_area8,
  #mainMap_area9 {
    left: auto;
    top: auto;
    transform: translateX(0);
  }
  #mainMap dl dt {
    float: none;
    position: relative;
  }
  #mainMap dl dt::before {
    display: none;
  }
  #mainMap dl dt:nth-child(2) a {
    display: flex;
  }
  #mainMap dl dt:nth-child(1) a,
  #mainMap dl dt:nth-child(2) a {
    margin-right: 0;
  }
  #mainMap dl dt .btnPlusMain {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 60px;
    cursor: pointer;
  }
  #mainMap dl dt .btnPlusMain::after {
    width: 1px;
    height: 15px;
  }
  #mainMap dl dt.is-active > a {
    background: #f7f7f7;
    color: #686048;
  }
  #mainMap dl dt.is-active .btnPlusMain {
    background: #f7f7f7;
  }
  #mainMap dl dt.is-active .btnPlusMain::before {
    background: #686048;
  }
  #mainMap dl dt.is-active .btnPlusMain::after {
    top: 50%;
    left: 50%;
    background: #686048;
    opacity: 0;
  }
  #mainMap dl dt a {
    position: relative;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-bottom: 1px solid #fff;
    margin-right: 72px;
    margin-bottom: 1px;
    height: 60px;
    color: #333;
    padding: 21px 0 24px 38px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border: none;
  }
  #mainMap dl dt a.pc-only {
    display: none;
  }
  #mainMap dl dt a::before {
    content: "";
    position: absolute;
    display: block;
    left: 15px;
    top: 18px;
    width: 10px;
    height: 25px;
  }
  #mainMap dl dt a::after {
    content: "＞";
    position: absolute;
    right: 24px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
  }
  #mainMap dl dd {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #mainMap dl dd a {
    padding: 18px 0 18px 0px;
    margin-bottom: 1px;
    font-size: 15px;
    text-align: center;
    flex: 0 0 calc(25% - 10px);
    position: relative;
  }
  #mainMap #mainMap_area5 dd a,
  #mainMap #mainMap_area8 dd a {
    padding-bottom: 18px;
  }
  #mainMap dl dd a:before {
    display: none;
  }
  #mainMap dl dd a:nth-child(-n+4) {
    padding-bottom: 9px;
  }
  #mainMap dl dd a:nth-child(n+5) {
    padding-top: 9px;
  }
  #mainMap dl dd a:nth-child(-n+4):not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    height: 30%;
    width: 1px;
  }
  #mainMap dl dd a:nth-child(n+5):nth-child(-n+8):not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    height: 30%;
    width: 1px;
  }
  #mainMap dl dd a:last-child:after {
    content: none;
  }
  #mainMap_area2 dd a:after {
    background-color: #32A3D6;
  }
  #mainMap_area3 dd a:after {
    background-color: #61A977;
  }
  #mainMap_area4 dd a:after {
    background-color: #C1C133;
  }
  #mainMap_area5 dd a:after {
    background-color: #A0C68F;
  }
  #mainMap_area6 dd a:after {
    background-color: #EAAD5A;
  }
  #mainMap_area7 dd a:after {
    background-color: #E67EAE;
  }
  #mainMap_area8 dd a:after {
    background-color: #E68E7E;
  }
  #mainMap_area9 dd a:after {
    background-color: #F29AC6;
  }
  #mainMap .open a {
    color: #fff;
  }
  #mainMap .open a::before {
    background: #fff;
  }
  #mainMap .open a::after {
    content: "―";
    color: #fff;
    font-size: 14px;
  }
  #mainMap #mainMap_area1 dt a::after {
    content: "＞";
  }
  #mainMap_area1 .open a::after {
    content: "＞";
    color: #333;
  }
  #mainMap_area1 .open a {
    background: #f7f7f7;
    color: #5974a7;
  }
  #mainMap_area1 dt a::before {
    background: #5974a7;
  }
  #mainMap_area1 .open a::before {
    background: #5974a7;
  }
  #mainMap_area1 dd a {
    display: none !important;
  }
  #mainMap_area2 .open a {
    background: #32a3d6;
  }
  #mainMap_area2 dt a::before {
    background: #32a3d6;
  }
  #mainMap_area3 dt a::before {
    background: #61a977;
  }
  #mainMap_area4 dt a::before {
    background: #c1c133;
  }
  #mainMap_area5 dt a::before {
    background: #a0c68f;
  }
  #mainMap_area6 dt a::before {
    background: #eaad5a;
  }
  #mainMap_area7 dt a::before {
    background: #e67eae;
  }
  #mainMap_area8 dt a::before {
    background: #e68e7e;
  }
  #mainMap_area9 dt a::before {
    background: #f2b7d4;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.content {
  width: 50%;
  margin: 1.5em auto 0;
  padding: 10px 20px;
  z-index: 10;
}

.modal {
  display: none;
  height: 100vh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 10;
  text-align: center;
}

.btn-yes {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #00F9A9;
  transition: 0.4s;
  width: 40%;
  /* height:30px; */
}

.btn-yes:hover {
  background-color: #64F9C1;
}

.btn-no {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #444444;
  transition: 0.4s;
  width: 40%;
}

.btn-no:hover {
  background-color: #888888;
}

#text-info {
  font-size: 20px;
}

#text-Caution {
  font-size: 15px;
  color: #FF0000;
  margin-top: 15px;
  margin-bottom: 10px;
}

#text-info2 {
  font-size: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .modal {
    display: none;
    height: 100vh;
    left: 0%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
    text-align: center;
  }
  .btn-yes {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-color: #00F9A9;
    transition: 0.4s;
    /* width: 40%; */
    /* height:30px; */
  }
  .btn-yes:hover {
    background-color: #64F9C1;
  }
  .btn-no {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-color: #444444;
    transition: 0.4s;
    /* width: 40%; */
  }
  .btn-no:hover {
    background-color: #888888;
  }
}
.example-back {
  position: relative;
  display: block;
  border: 1px solid #243952;
  border-radius: 500px;
  width: 400px;
  max-width: 100%;
  padding: 22px 0;
  margin: 0 auto 100px;
  color: #243952;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .example-back {
    width: 285px;
    font-size: 18px;
    padding: 16px 43px 16px 0;
  }
}
.example-back::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 960px) {
  .example-back::after {
    right: 45px;
    width: 24px;
    height: 24px;
  }
}

.example-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  z-index: 100;
  background: #243952;
  overflow: hidden;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.example-cv.is-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.example-cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  padding: 22px 14px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.example-cv a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.example-cv a:hover {
  opacity: 0.7;
}
.example-cv a.is-active {
  background: #999;
}
.example-cv img {
  display: block;
  width: 24px;
  height: 24px;
}
.example-cv span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .example-cv {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
  }
  .example-cv a {
    flex: 1;
    flex-direction: column;
    gap: 0;
    padding: 10px 4px;
  }
  .example-cv img {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
  }
  .example-cv span {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}