@charset "UTF-8";
/* ***************************
global variable
*************************** */
.u-HelveticaBold {
  font-family: "Helvetica" !important;
  font-weight: bold;
}

/* ***************************
extend
*************************** */
/* ***************************
position
*************************** */
/* ***************************
fontsize
*************************** */
/* ***************************
circleArrow
*************************** */
/* ***************************
geopark_main
*************************** */
.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.geo-wrapper {
  position: relative;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #F8F7F3;
}

/* ***************************
geo-keyvisual
*************************** */
.geo-keyvisual {
  position: relative;
  height: 720px;
  background-color: #EFECE0;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .geo-keyvisual {
    height: calc(100vw * 720 / 1366);
  }
}
@media screen and (max-width: 768px) {
  .geo-keyvisual {
    height: 630px;
  }
}

.geo-keyvisual__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  --loop-gap: 10px;
}
@media screen and (max-width: 1366px) {
  .geo-keyvisual__inner {
    --loop-gap: clamp(5px, calc(5px + (100vw - 768px) * (5 / 598)), 10px);
  }
}
@media screen and (max-width: 768px) {
  .geo-keyvisual__inner {
    --loop-gap: 5px;
    height: 100%;
  }
}

.geo-keyvisual__title {
  position: relative;
  width: 720px;
  aspect-ratio: 720/619;
  height: auto;
  left: clamp(20px, 8vw, 110px);
  top: clamp(10px, 3vw, 30px);
}
@media screen and (max-width: 1366px) {
  .geo-keyvisual__title {
    width: min(720px, calc(100vw - clamp(260px, 37vw, 510px) - var(--loop-gap) - 30px - clamp(20px, 7vw, 110px)));
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .geo-keyvisual__title {
    width: 333px;
    aspect-ratio: auto;
    left: 3px;
    top: 46px;
    margin: 0 auto;
  }
}

.geo-keyvisual__title__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.geo-keyvisual__npFlag {
  position: absolute;
  top: 0;
  right: 98px;
  width: 73px;
  height: 117px;
}
@media screen and (max-width: 768px) {
  .geo-keyvisual__npFlag {
    top: -1px;
    left: calc( -3px + (100vw - 333px) / 2);
    right: inherit;
    width: 46px;
    height: 75px;
  }
}

.geo-keyvisual__borderBg {
  position: relative;
  height: 183px;
  background-image: url("./styleimages/geopark_borderBg_pale.svg");
  background-size: cover;
}
@media screen and (min-width: 1367px) {
  .geo-keyvisual__borderBg {
    top: calc( 6px + ( 100vw - 1366px ) * ( -32 - 6 ) / ( 1920 - 1366 ) );
  }
}
@media screen and (max-width: 1366px) {
  .geo-keyvisual__borderBg {
    top: 6px;
    width: 100%;
    height: calc(100vw * 183 / 1366);
    min-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .geo-keyvisual__borderBg {
    top: calc( -53px - ( 100vw - 768px ) * 27 / 393 );
    background-size: contain;
    min-height: auto;
  }
}
@media screen and (max-width: 375px) {
  .geo-keyvisual__borderBg {
    top: -26px;
  }
}

.geo-keyvisual__loopSlider {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  gap: var(--loop-gap);
  align-items: stretch;
  width: clamp(260px, 38vw, 510px);
  height: 720px;
  overflow: hidden;
  max-width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .geo-keyvisual__loopSlider {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 200px;
    gap: 10px;
  }
}

.geo-keyvisual__loopSlider__largeList,
.geo-keyvisual__loopSlider__smallList {
  position: relative;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  will-change: transform;
}
.geo-keyvisual__loopSlider__largeList > li,
.geo-keyvisual__loopSlider__smallList > li {
  padding-left: 0;
  margin: 0;
}
.geo-keyvisual__loopSlider__largeList > li::before,
.geo-keyvisual__loopSlider__smallList > li::before {
  display: none;
}
.geo-keyvisual__loopSlider__largeList > li img,
.geo-keyvisual__loopSlider__smallList > li img {
  display: block;
  width: 100%;
  height: auto;
}
.geo-keyvisual__loopSlider__largeList.is-verticalLoop,
.geo-keyvisual__loopSlider__smallList.is-verticalLoop {
  animation: verticalScroll var(--scroll-duration, 20s) linear infinite;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .geo-keyvisual__loopSlider__largeList,
.geo-keyvisual__loopSlider__smallList {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: auto;
    white-space: nowrap;
    gap: 10px;
  }
  .geo-keyvisual__loopSlider__largeList > li,
.geo-keyvisual__loopSlider__smallList > li {
    flex: 0 0 auto;
    height: 100%;
  }
  .geo-keyvisual__loopSlider__largeList > li img,
.geo-keyvisual__loopSlider__smallList > li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .geo-keyvisual__loopSlider__largeList.is-horizontalLoop,
.geo-keyvisual__loopSlider__smallList.is-horizontalLoop {
    animation: horizontalScroll var(--scroll-duration, 20s) linear infinite;
    will-change: transform;
  }
}

.geo-keyvisual__loopSlider__smallList {
  flex: 0 0 calc(36% - var(--loop-gap) / 2);
  min-width: 70px;
}
@media screen and (max-width: 768px) {
  .geo-keyvisual__loopSlider__smallList {
    flex: 0 0 auto;
    width: 90px;
    height: 70px;
  }
  .geo-keyvisual__loopSlider__smallList > li {
    width: 90px;
    height: 70px;
  }
}

.geo-keyvisual__loopSlider__largeList {
  flex: 0 0 calc(64% - var(--loop-gap) / 2);
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .geo-keyvisual__loopSlider__largeList {
    flex: 0 0 auto;
    width: 160px;
    height: calc(100% - 70px - 10px);
  }
  .geo-keyvisual__loopSlider__largeList > li {
    width: 160px;
    height: 100%;
  }
}

@keyframes verticalScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, calc(-1 * var(--loop-distance, 360px)), 0);
  }
}
@keyframes horizontalScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-1 * var(--loop-distance, 360px)), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .geo-keyvisual__loopSlider__largeList.is-verticalLoop,
.geo-keyvisual__loopSlider__smallList.is-verticalLoop,
.geo-keyvisual__loopSlider__largeList.is-horizontalLoop,
.geo-keyvisual__loopSlider__smallList.is-horizontalLoop {
    animation: none;
    transform: translate3d(0, 0, 0);
  }
}
/* ***************************
geo-anchor
*************************** */
.geo-anchor {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .geo-anchor {
    margin-top: 50px;
  }
}

ul.geo-anchor_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: calc(100vw - 40px);
  margin: 0 auto;
  padding: 43px 20px 41px 60px;
  background-color: #F2F0E9;
  border-radius: 8px;
  text-align: left;
  gap: 12px 0;
}
@media screen and (max-width: 768px) {
  ul.geo-anchor_list {
    width: calc(100vw - 37.5px);
    max-width: 400px;
    border-radius: 10px;
    padding: 27px 10px 24px 10px;
    gap: 11px 0;
  }
}
ul.geo-anchor_list > li {
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  ul.geo-anchor_list > li {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
ul.geo-anchor_list > li::before {
  display: none;
}
ul.geo-anchor_list > li > a {
  position: relative;
  display: block;
  padding-left: 50px;
  font-size: 1.25rem;
  line-height: 2.1;
  letter-spacing: 0;
  border-radius: 3px;
  color: #222;
}
@media screen and (max-width: 768px) {
  ul.geo-anchor_list > li > a {
    padding-left: 42px;
    font-size: 0.938rem;
    line-height: calc(33 / 15);
    letter-spacing: 0.75px;
  }
}
ul.geo-anchor_list > li > a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 30px;
  height: 30px;
  background-color: inherit;
  background-image: url(./styleimages/geopark_icon_arrowDown.svg);
}
@media screen and (max-width: 768px) {
  ul.geo-anchor_list > li > a::before {
    top: 3px;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}
ul.geo-anchor_list > li.is-disable > a {
  color: #777;
  pointer-events: none;
}
ul.geo-anchor_list > li.is-disable > a::before {
  opacity: 0.3;
}

/* ***************************
geo-japanmap
*************************** */
.geo-japanmap {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .geo-japanmap {
    margin-top: 60px;
  }
}

.geo-japanmap__inner {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__inner {
    padding: 0 17.5px;
    max-width: inherit;
  }
}

.geo-japanMap__map {
  position: relative;
  left: -117px;
}
@media screen and (max-width: 768px) {
  .geo-japanMap__map {
    left: -20px;
  }
}

.geo-japanMap__map__inner {
  position: relative;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .geo-japanMap__map__inner {
    width: 100%;
  }
}

.geo-japanMap__map__box {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.geo-japanMap__map__box svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.geo-japanMap__map__box svg g[id^=active_] {
  display: none;
}
.geo-japanMap__map__box svg g[id^=active_].is-active {
  display: inherit;
}
.geo-japanMap__map__box svg g[id^=PARK] {
  display: none;
}
.geo-japanMap__map__box svg .is-active g[id^=PARK] {
  display: inherit;
}
.geo-japanMap__map__box svg a {
  transition: all 0.3s;
}
.geo-japanMap__map__box svg a:hover path.is-color-green {
  fill: #067c00;
}
.geo-japanMap__map__box svg a:focus path.is-color-green {
  fill: #c21818;
}
.geo-japanMap__map__box svg a.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.geo-japanmap__title {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 15px 20px 30px;
  font-size: 2.375rem;
  color: #222;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .geo-japanmap__title {
    margin-bottom: 35px;
    padding-bottom: 15px;
    font-size: 1.5rem;
  }
}

.geo-japanmap__subtitle {
  position: absolute;
  top: 48px;
  left: -16px;
  width: 600px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__subtitle {
    top: 40px;
    left: -11px;
    width: 350px;
    height: 150px;
  }
}

.geo-japanmap__subtitle__item {
  position: relative;
  display: inline-block;
  padding: 0 1px 3px 27px;
  font-size: 1.625rem;
  font-weight: normal;
  line-height: 2.625rem;
  letter-spacing: 0;
  color: #222;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__subtitle__item {
    font-size: 1.25rem;
    line-height: 2.625rem;
    padding-left: 18px;
  }
}
.geo-japanmap__subtitle__item + .geo-japanmap__subtitle__item {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__subtitle__item + .geo-japanmap__subtitle__item {
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 12px;
    line-height: 1.4;
  }
}
.geo-japanmap__subtitle__item .is-orange {
  color: #DC530F;
}
.geo-japanmap__subtitle__item .is-green {
  color: #6B9632;
}
.geo-japanmap__subtitle__item .is-number {
  position: relative;
  display: inline-block;
  top: 5px;
  padding: 0 3px;
  line-height: 3rem;
  font-size: 2.563rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__subtitle__item .is-number {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
.geo-japanmap__subtitle__item .is-lasttime {
  position: absolute;
  bottom: -25px;
  right: 10px;
  line-height: 1rem;
  font-size: 1rem;
}
.geo-japanmap__subtitle__item::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(./styleimages/geopark_map_labelShadow.svg);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__subtitle__item::before {
    top: inherit;
    bottom: -7px;
    left: 5px;
    width: 7px;
    height: 7px;
  }
}

html.is-fsSmall .geo-japanmap__subtitle__item::before {
  top: 48px;
}

html.is-fsLarge .geo-japanmap__subtitle__item:nth-child(1)::before {
  top: 66px;
}

html.is-fsLarge .geo-japanmap__subtitle__item:nth-child(2)::before {
  top: 119px;
}

.geo-japanmap__container {
  position: relative;
  background-color: #99C1D5;
  border-radius: 20px;
  padding-left: 30%;
  padding-top: 171px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__container {
    border-radius: 10px;
    padding-left: 40px;
    padding-top: 237px;
    padding-bottom: 80px;
  }
}

.geo-japanmap__info {
  position: relative;
  margin-top: -50px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__info {
    margin-top: -10px;
    border-radius: 10px;
  }
}

.geo-japanmap__info__head {
  position: relative;
  display: flex;
  padding: 30px 80px 16px;
  background-image: repeating-linear-gradient(90deg, #B9CED9, #B9CED9 8px, transparent 8px, transparent 16px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__info__head {
    display: block;
    font-size: 1.25rem;
    padding: 14px 20px 24px;
  }
}

.geo-japanmap__info__title {
  flex: 1 1 auto;
  font-size: 1.75rem;
  color: #0066A0;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__info__title {
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: calc( 57 / 24 );
  }
}

.geo-japanmap__info__legend {
  flex: 1 1 auto;
  text-align: right;
  align-self: center;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__info__legend {
    max-width: 400px;
    margin: -7px auto 0;
    padding-top: 0;
    text-align: left;
  }
}

.geo-japanmap__info__geoJpDate,
.geo-japanmap__info__unescoDate {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  color: #909090;
}
@media screen and (max-width: 768px) {
  .geo-japanmap__info__geoJpDate,
.geo-japanmap__info__unescoDate {
    display: block;
    margin-left: 0;
    font-size: 0.75rem;
    line-height: 2.25;
  }
}
.geo-japanmap__info__geoJpDate::before,
.geo-japanmap__info__unescoDate::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
}

.geo-japanmap__info__unescoDate::before {
  background-image: url(./styleimages/geopark_geoAboutBox_no1.svg);
}

.geo-japanmap__info__geoJpDate::before {
  background-image: url(./styleimages/geopark_geoAboutBox_no2.svg);
}

.c-btn.geo-japanMap__btn {
  position: absolute !important;
  font-size: 1.188rem;
  height: 36px;
  color: #222;
  background-color: #fff;
  border: 4px solid #026BA3;
  box-sizing: content-box;
  max-width: 225px;
}
@media screen and (max-width: 1170px) {
  .c-btn.geo-japanMap__btn {
    font-size: calc( 1.6239316239vw );
  }
}
@media screen and (max-width: 1170px) {
  .c-btn.geo-japanMap__btn {
    height: calc( 3.0769230769vw );
  }
}
@media screen and (max-width: 768px) {
  .c-btn.geo-japanMap__btn {
    border-width: 2px;
    height: inherit;
  }
}
.c-btn.geo-japanMap__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  top: 50%;
  right: calc( 1200vw / 1366 );
  width: calc( 2500vw / 1366 );
  height: calc( 2500vw / 1366 );
  max-width: 20px;
  max-height: 20px;
  background-image: url(./styleimages/geopark_icon_map_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-btn.geo-japanMap__btn::after {
    right: 5px;
    width: 10px;
    height: 10px;
  }
}
.c-btn.geo-japanMap__btn:visited {
  color: #222;
}
.c-btn.geo-japanMap__btn.is-active {
  color: #fff;
  background-color: #026BA3;
}
.c-btn.geo-japanMap__btn.is-active::after {
  background-position: 50%;
  background-image: url(../../../images/icon/icon_map_minus.svg);
}
.c-btn.geo-japanMap__btn .c-btn__body {
  position: relative;
  top: 1px;
  box-sizing: content-box;
  height: inherit;
  font-size: 100%;
  padding-right: calc( 4500vw / 1366 );
  padding-left: calc( 2500vw / 1366 );
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-btn.geo-japanMap__btn .c-btn__body {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 0.75rem;
    line-height: 1.5;
    top: 0;
  }
}

.geo-japanMap__btn[data-area-name=hokkaido] {
  top: -35px;
  left: 525px;
}
@media screen and (max-width: 1170px) {
  .geo-japanMap__btn[data-area-name=hokkaido] {
    top: calc( -2.9914529915vw );
    left: calc( 44.8717948718vw );
  }
}
@media screen and (max-width: 1000px) {
  .geo-japanMap__btn[data-area-name=hokkaido] {
    top: 5px;
    left: 625px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1170px) {
  .geo-japanMap__btn[data-area-name=hokkaido] {
    top: calc( 0.4273504274vw );
    left: calc( 53.4188034188vw );
  }
}
@media screen and (max-width: 768px) {
  .geo-japanMap__btn[data-area-name=hokkaido] {
    top: calc( -6.8376068376vw );
    left: calc( 53.8461538462vw );
  }
}

.geo-japanMap__btn[data-area-name=touhoku] {
  top: 220px;
  left: 510px;
}
@media screen and (max-width: 1170px) {
  .geo-japanMap__btn[data-area-name=touhoku] {
    top: calc( 18.8034188034vw );
    left: calc( 43.5897435897vw );
  }
}
@media screen and (max-width: 768px) {
  .geo-japanMap__btn[data-area-name=touhoku] {
    top: calc( 25.641025641vw );
    left: calc( 58.1196581197vw );
  }
}

.geo-japanMap__btn[data-area-name=chubu] {
  top: 220px;
  left: 160px;
}
@media screen and (max-width: 1170px) {
  .geo-japanMap__btn[data-area-name=chubu] {
    top: calc( 18.8034188034vw );
    left: calc( 13.6752136752vw );
  }
}
@media screen and (max-width: 768px) {
  .geo-japanMap__btn[data-area-name=chubu] {
    top: calc( 23.9316239316vw );
    left: calc( 17.094017094vw );
  }
}

.geo-japanMap__btn[data-area-name=kantou] {
  top: 355px;
  left: 440px;
}
@media screen and (max-width: 1170px) {
  .geo-japanMap__btn[data-area-name=kantou] {
    top: calc( 30.3418803419vw );
    left: calc( 37.6068376068vw );
  }
}
@media screen and (max-width: 768px) {
  .geo-japanMap__btn[data-area-name=kantou] {
    top: calc( 40.1709401709vw );
    left: calc( 50.4273504274vw );
  }
}

.geo-japanMap__btn[data-area-name=kinki] {
  top: 456px;
  left: 184px;
}
@media screen and (max-width: 1170px) {
  .geo-japanMap__btn[data-area-name=kinki] {
    top: calc( 38.9743589744vw );
    left: calc( 15.7264957265vw );
  }
}
@media screen and (max-width: 768px) {
  .geo-japanMap__btn[data-area-name=kinki] {
    top: calc( 52.9914529915vw );
    left: calc( 18.8034188034vw );
  }
}

.geo-japanMap__btn[data-area-name=chugoku] {
  top: 510px;
  left: 105px;
}
@media screen and (max-width: 1170px) {
  .geo-japanMap__btn[data-area-name=chugoku] {
    top: calc( 43.5897435897vw );
    left: calc( 8.9743589744vw );
  }
}
@media screen and (max-width: 768px) {
  .geo-japanMap__btn[data-area-name=chugoku] {
    top: calc( 59.8290598291vw );
    left: calc( 11.1111111111vw );
  }
}

.geo-japanMap__btn[data-area-name=kyushu] {
  top: 455px;
  left: -160px;
}
@media screen and (max-width: 1170px) {
  .geo-japanMap__btn[data-area-name=kyushu] {
    top: calc( 38.8888888889vw );
    left: calc( -13.6752136752vw );
  }
}
@media screen and (max-width: 1000px) {
  .geo-japanMap__btn[data-area-name=kyushu] {
    top: 555px;
    left: -60px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1170px) {
  .geo-japanMap__btn[data-area-name=kyushu] {
    top: calc( 47.4358974359vw );
    left: calc( -5.1282051282vw );
  }
}
@media screen and (max-width: 768px) {
  .geo-japanMap__btn[data-area-name=kyushu] {
    top: calc( 67.5213675214vw );
    left: calc( 0vw );
  }
}
.geo-japanMap__btn[data-area-name=kyushu].c-btn.geo-japanMap__btn .c-btn__body {
  letter-spacing: 0;
}

/* ***************************
geo-aboutBox
*************************** */
.geo-aboutBox {
  position: relative;
  padding: 40px 60px 55px 75px;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox {
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .geo-aboutBox > [data-area-name] {
    max-width: 400px;
    margin: 0 auto;
  }
}

.geo-aboutBox__head {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__head {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.geo-aboutBox__item {
  font-size: 1rem;
  list-style: none;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__item {
    margin-bottom: 25px;
  }
}
.geo-aboutBox__item::before {
  display: none !important;
}

.geo-aboutBox__list {
  column-count: 2;
  column-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__list {
    column-count: 1;
  }
}

.geo-aboutBox__list > li.geo-aboutBox__item {
  padding-left: 0;
  break-inside: avoid;
  page-break-inside: avoid;
}
.geo-aboutBox__list > li.geo-aboutBox__item::before {
  display: none;
}

.geo-aboutBox__item__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 8px;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__item__head {
    gap: 10px 6px;
  }
}

.geo-aboutBox__item__head [class^=is-pin-] {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  top: 4px;
  width: 32px;
  height: 40px;
  flex-shrink: 0;
}
.geo-aboutBox__item__head [class^=is-pin-]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
.geo-aboutBox__item__head [class^=is-pin-]::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__item__head [class^=is-pin-] {
    top: -2px;
    width: 18px;
    height: 25px;
  }
  .geo-aboutBox__item__head [class^=is-pin-]::before {
    width: 18px;
    height: 25px;
  }
}

.geo-aboutBox__item__head .is-pin-1::before {
  background-image: url(./pin/pin_01.svg);
}

.geo-aboutBox__item__head .is-pin-2::before {
  background-image: url(./pin/pin_02.svg);
}

.geo-aboutBox__item__head .is-pin-3::before {
  background-image: url(./pin/pin_03.svg);
}

.geo-aboutBox__item__head .is-pin-4::before {
  background-image: url(./pin/pin_04.svg);
}

.geo-aboutBox__item__head .is-pin-5::before {
  background-image: url(./pin/pin_05.svg);
}

.geo-aboutBox__item__head .is-pin-6::before {
  background-image: url(./pin/pin_06.svg);
}

.geo-aboutBox__item__head .is-pin-7::before {
  background-image: url(./pin/pin_07.svg);
}

.geo-aboutBox__item__head .is-pin-8::before {
  background-image: url(./pin/pin_08.svg);
}

.geo-aboutBox__item__head .is-pin-9::before {
  background-image: url(./pin/pin_09.svg);
}

.geo-aboutBox__item__head .is-pin-10::before {
  background-image: url(./pin/pin_10.svg);
}

.geo-aboutBox__item__head .is-pin-11::before {
  background-image: url(./pin/pin_11.svg);
}

.geo-aboutBox__item__head .is-pin-12::before {
  background-image: url(./pin/pin_12.svg);
}

.geo-aboutBox__item__head .is-pin-13::before {
  background-image: url(./pin/pin_13.svg);
}

.geo-aboutBox__item__head .is-pin-14::before {
  background-image: url(./pin/pin_14.svg);
}

.geo-aboutBox__item__head .is-pin-15::before {
  background-image: url(./pin/pin_15.svg);
}

.geo-aboutBox__item__head .is-pin-16::before {
  background-image: url(./pin/pin_16.svg);
}

.geo-aboutBox__item__head .is-pin-17::before {
  background-image: url(./pin/pin_17.svg);
}

.geo-aboutBox__item__head .is-pin-18::before {
  background-image: url(./pin/pin_18.svg);
}

.geo-aboutBox__item__head .is-pin-19::before {
  background-image: url(./pin/pin_19.svg);
}

.geo-aboutBox__item__head .is-pin-20::before {
  background-image: url(./pin/pin_20.svg);
}

.geo-aboutBox__item__head .is-pin-21::before {
  background-image: url(./pin/pin_21.svg);
}

.geo-aboutBox__item__head .is-pin-22::before {
  background-image: url(./pin/pin_22.svg);
}

.geo-aboutBox__item__head .is-pin-23::before {
  background-image: url(./pin/pin_23.svg);
}

.geo-aboutBox__item__head .is-pin-24::before {
  background-image: url(./pin/pin_24.svg);
}

.geo-aboutBox__item__head .is-pin-25::before {
  background-image: url(./pin/pin_25.svg);
}

.geo-aboutBox__item__head .is-pin-26::before {
  background-image: url(./pin/pin_26.svg);
}

.geo-aboutBox__item__head .is-pin-27::before {
  background-image: url(./pin/pin_27.svg);
}

.geo-aboutBox__item__head .is-pin-28::before {
  background-image: url(./pin/pin_28.svg);
}

.geo-aboutBox__item__head .is-pin-29::before {
  background-image: url(./pin/pin_29.svg);
}

.geo-aboutBox__item__head .is-pin-30::before {
  background-image: url(./pin/pin_30.svg);
}

.geo-aboutBox__item__head .is-pin-31::before {
  background-image: url(./pin/pin_31.svg);
}

.geo-aboutBox__item__head .is-pin-32::before {
  background-image: url(./pin/pin_32.svg);
}

.geo-aboutBox__item__head .is-pin-33::before {
  background-image: url(./pin/pin_33.svg);
}

.geo-aboutBox__item__head .is-pin-34::before {
  background-image: url(./pin/pin_34.svg);
}

.geo-aboutBox__item__head .is-pin-35::before {
  background-image: url(./pin/pin_35.svg);
}

.geo-aboutBox__item__head .is-pin-36::before {
  background-image: url(./pin/pin_36.svg);
}

.geo-aboutBox__item__head .is-pin-37::before {
  background-image: url(./pin/pin_37.svg);
}

.geo-aboutBox__item__head .is-pin-38::before {
  background-image: url(./pin/pin_38.svg);
}

.geo-aboutBox__item__head .is-pin-39::before {
  background-image: url(./pin/pin_39.svg);
}

.geo-aboutBox__item__head .is-pin-40::before {
  background-image: url(./pin/pin_40.svg);
}

.geo-aboutBox__item__head .is-pin-41::before {
  background-image: url(./pin/pin_41.svg);
}

.geo-aboutBox__item__head .is-pin-42::before {
  background-image: url(./pin/pin_42.svg);
}

.geo-aboutBox__item__head .is-pin-43::before {
  background-image: url(./pin/pin_43.svg);
}

.geo-aboutBox__item__head .is-pin-44::before {
  background-image: url(./pin/pin_44.svg);
}

.geo-aboutBox__item__head .is-pin-45::before {
  background-image: url(./pin/pin_45.svg);
}

.geo-aboutBox__item__head .is-pin-46::before {
  background-image: url(./pin/pin_46.svg);
}

.geo-aboutBox__item__head .is-pin-47::before {
  background-image: url(./pin/pin_47.svg);
}

.geo-aboutBox__item__head .is-pin-48::before {
  background-image: url(./pin/pin_48.svg);
}

.geo-aboutBox__item__head .is-geoName {
  padding-right: 25px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__item__head .is-geoName {
    padding-right: 10px;
    font-size: 1rem;
  }
}

.geo-aboutBox__item__head .is-geoJpDate,
.geo-aboutBox__item__head .is-unescoDate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: #909090;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__item__head .is-geoJpDate,
.geo-aboutBox__item__head .is-unescoDate {
    font-size: 0.75rem;
  }
}
.geo-aboutBox__item__head .is-geoJpDate::before,
.geo-aboutBox__item__head .is-unescoDate::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./styleimages/geopark_geoAboutBox_no1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__item__head .is-geoJpDate,
.geo-aboutBox__item__head .is-unescoDate {
    font-size: 0.813rem;
    gap: 5px;
  }
  .geo-aboutBox__item__head .is-geoJpDate::before,
.geo-aboutBox__item__head .is-unescoDate::before {
    width: 16px;
    height: 16px;
  }
}

.geo-aboutBox__item__head .is-geoJpDate::before {
  background-image: url(./styleimages/geopark_geoAboutBox_no2.svg);
}

.geo-aboutBox__item__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__item__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.geo-aboutBox__item__body .is-npTitle {
  display: inline-block;
  padding: 4px 12px;
  background-color: #EBEBEB;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__item__body .is-npTitle {
    padding: 3px 10px;
    font-size: 0.75rem;
  }
}

.geo-aboutBox__item__body .is-npName {
  font-size: 0.938rem;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .geo-aboutBox__item__body .is-npName {
    font-size: 0.813rem;
  }
}

/* ***************************
geo-np-about
*************************** */
.geo-np-about {
  margin-top: 70px;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .geo-np-about {
    margin-top: 20px;
    padding: 40px 15px;
  }
}

.geo-np-about__inner {
  max-width: 900px;
  margin: 0 auto;
}

.geo-np-about__title {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .geo-np-about__title {
    margin-bottom: 53px;
    padding-bottom: 3px;
  }
}

.geo-np-about__title__main {
  display: block;
  font-size: 2.375rem;
  color: #7A5098;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .geo-np-about__title__main {
    font-size: 1.5rem;
    line-height: calc( 57 / 24 );
  }
}

.geo-np-about__title__sub {
  display: block;
  padding-bottom: 20px;
  font-size: 2.813rem;
  color: #222;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .geo-np-about__title__sub {
    font-size: 2rem;
    line-height: 1.6;
    padding-bottom: 0;
  }
}

.geo-np-about__subtitle {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .geo-np-about__subtitle {
    font-weight: 400;
    margin-bottom: 20px;
  }
}

.geo-np-about__subtitle__main {
  display: block;
  color: #222;
  line-height: 1.9;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .geo-np-about__subtitle__main {
    font-size: 1.063rem;
    line-height: calc( 48 / 17 );
  }
}

.geo-np-about__subtitle__sub {
  display: block;
  color: #222;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .geo-np-about__subtitle__sub {
    font-size: 1.75rem;
    line-height: calc( 42 / 28 );
    padding-left: 0;
  }
}

.geo-np-about__subtitle__eng {
  display: block;
  color: #666;
  line-height: 2.2;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.85px;
}
@media screen and (max-width: 768px) {
  .geo-np-about__subtitle__eng {
    font-size: 0.938rem;
    line-height: calc( 22.5 / 15 );
  }
}

.geo-np-about__flex {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .geo-np-about__flex {
    flex-direction: column;
    gap: 30px;
  }
}

.geo-np-about__flex__figure {
  flex: 0 0 auto;
  width: calc( 300 / 840 * 100%);
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .geo-np-about__flex__figure {
    width: 100%;
    text-align: center;
  }
}

.geo-np-about__flex__figure__image {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .geo-np-about__flex__figure__image {
    display: inline-block;
  }
}

.geo-np-about__flex__contents {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .geo-np-about__flex__contents {
    flex-basis: 100%;
    width: 100%;
  }
}

.geo-np-about__flex__contents__text {
  font-size: 1rem;
  color: #222;
  line-height: 2.075;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .geo-np-about__flex__contents__text {
    max-width: 400px;
    margin: 0 auto;
    padding: 17px 22.5px 0;
    font-size: 0.938rem;
    line-height: 2;
  }
}

/* ***************************
geo-park-about
*************************** */
.geo-park-about {
  max-width: 1266px;
  margin: 97px auto 0;
  padding: 87px 50px 50px;
  background-color: #F2F0E9;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .geo-park-about {
    max-width: 400px;
    width: calc( 340 / 375 * 100%);
    margin: 33px auto 0;
    padding: 60px 15px 45px;
    border-radius: 10px;
  }
}

.geo-park-about__title {
  text-align: center;
  margin: 0 auto 55px;
  padding-bottom: 24px;
  border-bottom: 2px solid #D1CEC8;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .geo-park-about__title {
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-weight: 400;
  }
}

.geo-park-about__title__main {
  display: block;
  font-size: 2.375rem;
  color: #B46100;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .geo-park-about__title__main {
    font-size: 1.75rem;
    line-height: calc( 57 / 24 );
    letter-spacing: -4px;
  }
}

.geo-park-about__title__sub {
  display: block;
  margin-top: -5px;
  font-size: 2.813rem;
  font-weight: 400;
  line-height: 4.219rem;
  color: #222;
  letter-spacing: 2.25px;
}
@media screen and (max-width: 768px) {
  .geo-park-about__title__sub {
    max-width: 310px;
    margin: 0 auto;
    font-size: 2rem;
    line-height: calc( 48 / 32 );
  }
}

.geo-park-about__flex {
  display: flex;
  align-items: flex-start;
  gap: 0 60px;
  max-width: 840px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .geo-park-about__flex {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 47px;
  }
}

.geo-park-about__flex__figure {
  flex: 0 0 auto;
  width: calc( 300 / 840 * 100%);
}
@media screen and (max-width: 768px) {
  .geo-park-about__flex__figure {
    width: 100%;
    text-align: center;
  }
}

.geo-park-about__flex__figure__label {
  display: inline-block;
  font-size: 1.5rem;
  color: #222;
  text-align: center;
  margin-top: 3px;
  margin-left: 26px;
  background-color: #E3DECF;
  padding: 5px 8px 4px 5px;
  line-height: 2.063rem;
}
@media screen and (max-width: 768px) {
  .geo-park-about__flex__figure__label {
    font-size: 1.688rem;
    padding: 5px 8px 4px 5px;
    margin: 0;
    letter-spacing: -3px;
  }
}

.geo-park-about__flex__figure__image {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 20px auto 0;
}

.geo-park-about__flex__contents {
  flex: 1 1 auto;
}

.geo-park-about__flex__contents__text {
  font-size: 1rem;
  color: #222;
  line-height: calc( 33 / 16 );
  text-align: left;
}
@media screen and (max-width: 768px) {
  .geo-park-about__flex__contents__text {
    font-size: 0.938rem;
    line-height: 2;
    padding: 8px 4px 0 6px;
  }
}

.geo-park-about__columns {
  display: flex;
  gap: 40px;
  max-width: 840px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .geo-park-about__columns {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.geo-park-about__columns__item {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .geo-park-about__columns__item {
    flex: 1 1 auto;
    width: 100%;
  }
}

.geo-park-about__columns__item__head-top {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 2px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .geo-park-about__columns__item__head-top {
    line-height: 1.85;
    margin: 0 5px;
    padding: 0 15px;
  }
}

.is-protection .geo-park-about__columns__item__head-top {
  background-color: #E4E980;
  color: #222;
}

.is-education .geo-park-about__columns__item__head-top {
  background-color: #D3E6F6;
  color: #222;
}

.geo-park-about__columns__item__head-btm {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .geo-park-about__columns__item__head-btm {
    font-size: 1.125rem;
    line-height: 1.85;
    margin: 0 5px;
    padding: 0 15px;
    letter-spacing: 0.75px;
  }
}

.is-protection .geo-park-about__columns__item__head-btm {
  background-color: #5A9A23;
}

.is-education .geo-park-about__columns__item__head-btm {
  background-color: #718CC7;
}

.geo-park-about__collapse {
  font-size: 1.5rem;
  color: #222;
  background-color: #FEDD78;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .geo-park-about__collapse {
    font-size: 1.5rem;
    line-height: 1.85;
    padding: 0 15px;
    margin: 0 5px;
  }
}

.is-geotourism .geo-park-about__columns__item__head-btm {
  background-color: #C46A00;
}

.is-local-development .geo-park-about__columns__item__head-btm {
  background-color: #C46A00;
}

.geo-park-about__columns__item__body {
  margin-top: 16px;
  font-size: 1rem;
  color: #222;
  line-height: 2.063rem;
}
@media screen and (max-width: 768px) {
  .geo-park-about__columns__item__body {
    font-size: 0.938rem;
    line-height: 2;
    margin: 0;
    padding: 15px 5px 10px;
  }
}

/* ***************************
geo-collabo
*************************** */
.geo-collabo {
  margin-top: 80px;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .geo-collabo {
    margin-top: 56px;
    padding: 40px 15px;
  }
}

.geo-collabo__title {
  text-align: center;
  margin: 0 auto 57px;
  padding-bottom: 20px;
  border-bottom: 2px solid #EAE8E2;
  max-width: 900px;
  font-size: 2.375rem;
  font-weight: 400;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .geo-collabo__title {
    max-width: 300px;
    margin: 0 auto 37px;
    padding-bottom: 22px;
    font-size: 2rem;
    font-weight: 400;
    line-height: calc( 48 / 32 );
  }
}

.geo-collabo__title__image {
  position: relative;
  display: inline-block;
  top: -5px;
  margin-left: 15px;
  margin-right: -20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .geo-collabo__title__image {
    width: 140px;
    margin: 0;
    top: 3px;
  }
}

.geo-collabo__description {
  font-size: 1rem;
  color: #222;
  line-height: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 46px;
}
@media screen and (max-width: 768px) {
  .geo-collabo__description {
    font-size: 0.938rem;
    line-height: 2;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .geo-collabo__description.is-education-desc {
    max-width: 300px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .geo-collabo__description.is-eco-desc {
    max-width: 300px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .geo-collabo__header {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .geo-collabo__header__item:first-child {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .geo-collabo__header__item:last-child {
    order: 1;
  }
}

.geo-collabo__subtitle {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .geo-collabo__subtitle {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.geo-collabo__subtitle__main {
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  color: #222;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .geo-collabo__subtitle__main {
    padding-left: 14px;
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}

.geo-collabo__subtitle__marker {
  display: inline;
  font-size: 2rem;
  font-weight: 400;
  color: #00833E;
  padding: 0 10px;
  line-height: 1.5;
  position: relative;
  background: linear-gradient(transparent 60%, #C8E6C9 60%);
  background-repeat: repeat-x;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .geo-collabo__subtitle__marker {
    font-size: 1.75rem;
    padding: 6px 2px;
    line-height: 1.75;
    background-size: 100% 80%;
  }
}

.geo-collabo__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .geo-collabo__list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .geo-collabo__list {
    max-width: 400px;
    padding: 0 22px 0 24px;
  }
}

.geo-collabo__description + .geo-collabo__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .geo-collabo__description + .geo-collabo__list {
    margin-top: 50px;
  }
}

.geo-collabo__item {
  position: relative;
  left: -15px;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.geo-collabo__item::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .geo-collabo__item {
    left: 0;
    margin-bottom: 45px;
  }
  .geo-collabo__item:last-child {
    margin-bottom: 0;
  }
}

.geo-collabo__item__flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .geo-collabo__item__flex {
    flex-direction: column;
  }
}

.geo-collabo__item__contents {
  flex-basis: 316px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .geo-collabo__item__contents {
    flex-basis: auto;
    width: 100%;
    padding-left: 22px;
  }
}
.geo-collabo__item__contents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  min-height: 190px;
}
@media screen and (max-width: 768px) {
  .geo-collabo__item__contents::before {
    top: -5px;
    min-height: 0;
  }
}

.is-protection .geo-collabo__item__contents::before {
  background-color: #6B9632;
}

.is-guidance .geo-collabo__item__contents::before {
  background-color: #A482A6;
}

.is-tour .geo-collabo__item__contents::before {
  background-color: #51739C;
}

.geo-collabo__item__title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #222;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .geo-collabo__item__title {
    font-size: 1rem;
  }
}

.is-protection .geo-collabo__item__title {
  color: #6B9632;
}

.is-guidance .geo-collabo__item__title {
  color: #A482A6;
}

.is-tour .geo-collabo__item__title {
  color: #51739C;
}

.geo-collabo__item__title__highlight {
  display: inline-block;
  font-size: 1.625rem;
  line-height: calc( 48 / 26 );
}
@media screen and (max-width: 768px) {
  .geo-collabo__item__title__highlight {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.geo-collabo__item__text {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 1rem;
  color: #222;
  line-height: calc( 33 / 16 );
  text-align: left;
}
@media screen and (max-width: 768px) {
  .geo-collabo__item__text {
    font-size: 0.938rem;
    line-height: 2;
    padding-left: 0;
    margin-bottom: -6px;
  }
}

.geo-collabo__item__photo {
  flex-basis: calc( 100% - 316px );
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .geo-collabo__item__photo {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.geo-collabo__item__photo__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .geo-collabo__item__photo__list {
    gap: 10px;
  }
}

.geo-collabo__item__photo__item {
  list-style: none;
  flex: 0 1 auto;
  padding-left: 0;
}
.geo-collabo__item__photo__item::before {
  display: none;
}

.geo-collabo__item__photo__image {
  width: 260px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .geo-collabo__item__photo__image {
    width: 100%;
    margin-bottom: 5px;
  }
}

.geo-collabo__caption {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.938rem;
  color: #222;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .geo-collabo__caption {
    font-size: 0.813rem;
  }
}

.geo-collabo__support {
  max-width: 1000px;
  margin: 53px auto 0;
}
@media screen and (max-width: 768px) {
  .geo-collabo__support {
    max-width: 400px;
    margin-top: 50px;
  }
}

.geo-collabo__support__flex {
  display: flex;
  align-items: flex-start;
  gap: 0 42px;
  padding: 60px 75px 45px 80px;
  border-radius: 8px;
  background-color: #F0EEE6;
}
@media screen and (max-width: 768px) {
  .geo-collabo__support__flex {
    flex-direction: column;
    gap: 0;
    padding: 50px 0 32px;
    border-radius: 10px;
  }
}

.geo-collabo__support__title {
  flex-basis: 250px;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #222;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .geo-collabo__support__title {
    flex-basis: auto;
    width: 100%;
    font-size: 1.375rem;
    line-height: 1.8;
    text-align: center;
  }
}

.geo-collabo__support__contents {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .geo-collabo__support__contents {
    margin-top: 27px;
  }
}

.geo-collabo__support__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.geo-collabo__support__list > li::before {
  display: none;
}

.geo-collabo__support__item {
  list-style: none;
  position: relative;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .geo-collabo__support__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.geo-collabo__support__item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.55em;
  left: 0.45em;
  width: 8px;
  height: 8px;
  background-color: #2E7D32;
  border-radius: 50%;
}
.geo-collabo__support__item + .geo-collabo__support__item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .geo-collabo__support__item + .geo-collabo__support__item {
    margin-top: 32px;
  }
}

.geo-collabo__support__item__title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #00833E;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 1.2em;
  position: relative;
}
.geo-collabo__support__item__title::before {
  content: "●";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .geo-collabo__support__item__title {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 8px;
  }
}

.geo-collabo__support__item__text {
  font-size: 1rem;
  color: #222;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .geo-collabo__support__item__text {
    font-size: 0.938rem;
    line-height: 2;
  }
}

.geo-collabo__support__footer {
  position: relative;
  left: 15px;
  margin-top: 6px;
  font-size: 1.25rem;
  color: #222;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .geo-collabo__support__footer {
    left: 0;
    margin-top: 24px;
    padding-right: 15px;
    font-size: 1.25rem;
    line-height: 2;
  }
}

/* ***************************
geo-onsite
*************************** */
.geo-onsite {
  position: relative;
  background-image: url(./styleimages/geopark_onsite_back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 50px;
  padding: 150px 20px 110px;
}
@media screen and (max-width: 1365px) {
  .geo-onsite {
    padding: 150px 15px 150px;
    background-image: none;
    background-color: #F0EEE6;
  }
  .geo-onsite::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-image: url(./styleimages/geopark_onsite_back.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #F8F7F3;
    pointer-events: none;
    z-index: 0;
  }
  .geo-onsite::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-image: url(./styleimages/geopark_onsite_back.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #F8F7F3;
    pointer-events: none;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .geo-onsite {
    padding: 90px 15px 55px;
  }
}

.geo-onsite__inner {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .geo-onsite__inner {
    max-width: 400px;
    position: relative;
    z-index: 1;
  }
}

.geo-onsite__inner {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .geo-onsite__inner {
    max-width: 400px;
  }
}

.geo-onsite__title {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.geo-onsite__title::before, .geo-onsite__title::after {
  content: "";
  position: relative;
  top: -5px;
  flex: 1 1 auto;
  height: 10px;
  background-color: #D1C8C4;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .geo-onsite__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: 0 20px;
    gap: 10px;
  }
  .geo-onsite__title::before, .geo-onsite__title::after {
    max-width: 100px;
    height: 5px;
  }
}

.geo-onsite__title__container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .geo-onsite__title__container {
    top: -12px;
  }
}

.geo-onsite__title__text {
  position: relative;
  display: inline-block;
  top: 11px;
  font-size: 2.375rem;
  font-weight: 400;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .geo-onsite__title__text {
    font-size: 1.5rem;
  }
}

.geo-onsite__title__image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .geo-onsite__title__image {
    width: 102px;
    top: 7px;
    margin-right: 0;
  }
}

.geo-onsite__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .geo-onsite__list {
    padding: 0 23px;
  }
}
.geo-onsite__list > li::before {
  display: none;
}

.geo-onsite__item {
  position: relative;
  list-style: none;
  margin-bottom: 57px;
  padding-left: 0;
}
.geo-onsite__item::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .geo-onsite__item {
    margin-bottom: 55px;
  }
}

.geo-onsite__item__number--1,
.geo-onsite__item__number--2,
.geo-onsite__item__number--3 {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .geo-onsite__item__number--1,
.geo-onsite__item__number--2,
.geo-onsite__item__number--3 {
    scale: 0.77;
  }
}

.geo-onsite__item__number--1 {
  width: 18px;
  height: 41px;
  background-image: url(./styleimages/geopark_onsite_number_1.svg);
}

.geo-onsite__item__number--2 {
  width: 27.5px;
  height: 41px;
  background-image: url(./styleimages/geopark_onsite_number_2.svg);
}

.geo-onsite__item__number--3 {
  width: 24px;
  height: 41.5px;
  background-image: url(./styleimages/geopark_onsite_number_3.svg);
}

.geo-onsite__item__title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #5A2215;
  margin: 0;
  padding-top: 16px;
  padding-left: 42px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .geo-onsite__item__title {
    font-size: 1.25rem;
    padding-left: 37px;
  }
}

.geo-onsite__flex {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .geo-onsite__flex {
    flex-direction: column;
  }
}

.geo-onsite__item__description {
  flex: 1 1 310px;
  font-size: 1rem;
  color: #222;
  line-height: calc( 33 / 16 );
  margin: 0;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .geo-onsite__item__description {
    font-size: 1rem;
    line-height: calc( 33 / 16 );
    padding-right: 0;
  }
}

.geo-onsite__item__gallery {
  position: relative;
  top: 3px;
  left: 2px;
  flex: 1 1 530px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 25px;
  width: 520px;
}
.geo-onsite__item__gallery > li::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .geo-onsite__item__gallery {
    width: 100%;
    gap: 15px 10px;
    top: 0;
    left: 0;
    margin-top: 17px;
    flex-basis: auto;
  }
}

.geo-onsite__item__gallery__item {
  list-style: none;
  padding-left: 0;
}
.geo-onsite__item__gallery__item::before {
  display: none;
}

.geo-onsite__item__gallery__image {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .geo-onsite__item__gallery__image {
    margin-bottom: 8px;
  }
}

.geo-onsite__caption {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.938rem;
  color: #222;
  line-height: calc( 24 / 15 );
}
@media screen and (max-width: 768px) {
  .geo-onsite__caption {
    font-size: 0.813rem;
    line-height: calc( 19.5 / 13 );
  }
}

.geo-onsite__caption:has(.geo-onsite__caption__label) {
  margin-top: 15px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .geo-onsite__caption:has(.geo-onsite__caption__label) {
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.geo-onsite__flex:has(.geo-onsite__caption__label) {
  margin-bottom: -15px;
}
@media screen and (max-width: 768px) {
  .geo-onsite__flex:has(.geo-onsite__caption__label) {
    margin-bottom: 0px;
  }
}

.geo-onsite__caption__label {
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  background-color: #777774;
}
@media screen and (max-width: 768px) {
  .geo-onsite__caption__label {
    font-size: 0.813rem;
    padding: 0px 3px;
    margin-right: 6px;
  }
}

/* ***************************
geo-links
*************************** */
.geo-links {
  padding: 110px 20px 110px 42px;
}
@media screen and (max-width: 768px) {
  .geo-links {
    max-width: 400px;
    margin: 0 auto;
    padding: 100px 37.5px;
  }
}

.geo-links__title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  padding-bottom: 37px;
  border-bottom: 2px solid #EAE8E2;
  font-size: 2.5rem;
  font-weight: 400;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .geo-links__title {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 38px;
  }
}

.geo-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 900px;
  margin: 0 auto;
}
.geo-links__list > li::before {
  display: none;
}

.geo-links__item {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.geo-links__item::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .geo-links__item {
    margin-bottom: 21px;
  }
}

.geo-links__item__label {
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 8px;
  padding-left: 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .geo-links__item__label {
    margin-bottom: 0;
    padding-left: 23px;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.geo-links__item__label::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 30.4px;
  background-image: url(./styleimages/geopark_icon_pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .geo-links__item__label::before {
    width: 15px;
    height: 21px;
    left: 0;
  }
}

.geo-links__item__link {
  display: inline-block;
  padding-left: 20px;
  font-size: 1rem;
  color: #00756e;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .geo-links__item__link {
    padding-top: 5px;
    padding-left: 0;
    font-size: 0.938rem;
    line-height: calc( 27 / 15 );
  }
}
.geo-links__item__link:visited {
  color: #00756e;
}
.geo-links__item__link:hover {
  color: #067c00;
  opacity: 0.8;
}
.geo-links__item__link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .geo-links__item__link::after {
    top: -6px;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 13px;
  }
}

.geo-links__item__link.is-pdf::after {
  background-image: url(./styleimages/geopark_icon_pdf.svg);
}

.geo-links__item__link.is-outer::after {
  background-image: url(./styleimages/geopark_icon_outerLink.svg);
}

/*# sourceMappingURL=geopark_main.css.map */
