.hdg-l {
  font-family: "Noto Serif JP", serif;
  color: #03a2a9;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .hdg-l {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hdg-l {
    font-size: 5.8666666667vw;
    margin-right: -2.6666666667vw;
    margin-left: -2.6666666667vw;
  }
}
@media screen and (min-width: 1236px) {
  .hdg-l {
    font-size: 40px;
  }
}

img {
  vertical-align: middle;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1236px) {
  .container {
    padding-right: 5.2083333333vw;
    padding-left: 5.2083333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .container {
    padding-right: 5.2083333333vw;
    padding-left: 5.2083333333vw;
  }
}

.top {
  width: 100%;
  background-color: #fff;
}
.top__kv {
  width: 100%;
}
.top__kv > img {
  width: 100%;
}

.about {
  width: 100%;
  background-color: #fff;
}
.about__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  word-break: break-all;
  line-height: 2.1;
}
.about__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__person > p {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.7;
}
.about__person > p > span {
  display: block;
}
.about__images > img {
  width: 100%;
}
@media screen and (min-width: 1236px) {
  .about__wrapper {
    max-width: 1236px;
    padding: 70px 0 170px;
  }
  .about__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
  }
  .about__description {
    width: 50%;
    padding-right: 20px;
  }
  .about__text {
    font-size: 18px;
  }
  .about__person {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    margin-top: 30px;
  }
  .about__person > img {
    width: 200px;
  }
  .about__person > p {
    font-size: 14px;
    white-space: nowrap;
  }
  .about__person > p > span {
    font-size: 18px;
    margin-top: 10px;
  }
  .about__images {
    margin-top: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .about__wrapper {
    max-width: 1236px;
    padding-top: 3.6458333333vw;
    padding-bottom: 8.8541666667vw;
  }
  .about__contents {
    margin-top: 2.6041666667vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about__description {
    width: 50%;
    padding-right: 1.0416666667vw;
  }
  .about__text {
    font-size: 0.9375vw;
  }
  .about__person {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5625vw;
    margin-top: 1.5625vw;
  }
  .about__person > img {
    width: 10.4166666667vw;
  }
  .about__person > p {
    font-size: 0.7291666667vw;
    white-space: nowrap;
  }
  .about__person > p > span {
    font-size: 0.9375vw;
    margin-top: 0.5208333333vw;
  }
  .about__images {
    margin-top: 1.0416666667vw;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about__wrapper {
    padding-right: 5.3333333333vw;
    padding-bottom: 25.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.3333333333vw;
  }
  .about__text {
    font-size: 4vw;
  }
  .about__person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4vw;
    gap: 2.6666666667vw;
  }
  .about__person > img {
    width: 40vw;
  }
  .about__person > p {
    text-align: center;
    font-size: 3.2vw;
  }
  .about__person > p > span {
    font-size: 3.7333333333vw;
  }
  .about__image {
    width: 100%;
  }
  .about__images {
    margin-top: 5.3333333333vw;
  }
}

.project {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.project:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../images/img_ship.png") no-repeat center center/cover;
  z-index: 2;
}
.project:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  padding-top: 100%;
  z-index: 1;
}
.project__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.project__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 2.125;
  word-break: break-all;
}
@media screen and (min-width: 1236px) {
  .project {
    padding-top: 100px;
    padding-bottom: 5.2083333333vw;
  }
  .project:before {
    width: 250px;
    height: 140px;
    -webkit-transform: translateY(-40%) translateX(-50%);
            transform: translateY(-40%) translateX(-50%);
  }
  .project::after {
    background: url("../images/img_project-bg_pc.png") no-repeat center top/contain;
  }
  .project__wrapper {
    max-width: 1236px;
  }
  .project__text {
    margin-top: 50px;
    font-size: 16px;
  }
  .project__contents {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .project {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }
  .project:before {
    width: 13.0208333333vw;
    height: 7.2916666667vw;
    -webkit-transform: translateY(-40%) translateX(-50%);
            transform: translateY(-40%) translateX(-50%);
  }
  .project::after {
    background: url("../images/img_project-bg_pc.png") no-repeat center top/contain;
  }
  .project__wrapper {
    max-width: 1236px;
  }
  .project__text {
    margin-top: 2.6041666667vw;
    font-size: 0.8333333333vw;
  }
  .project__contents {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .project {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
  .project:before {
    width: 43.7333333333vw;
    height: 24vw;
    -webkit-transform: translateY(-30%) translateX(-50%);
            transform: translateY(-30%) translateX(-50%);
  }
  .project::after {
    height: 100%;
    background: url("../images/img_project-bg_sp.png") no-repeat center top/cover;
    background-size: 100% 70%;
  }
  .project__wrapper {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .project__text {
    margin-top: 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .project__contents {
    margin-top: 6.6666666667vw;
  }
}

.movie {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.movie__item > h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  text-align: center;
}
.movie__item > iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 1236px) {
  .movie {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .movie__item {
    width: calc(50% - 30px);
  }
  .movie__item > h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .movie {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .movie__item {
    width: calc(50% - 1.5625vw);
  }
  .movie__item > h3 {
    font-size: 0.9375vw;
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .movie__item {
    width: 100%;
  }
  .movie__item > h3 {
    font-size: 3.7333333333vw;
  }
}

.thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.thumb__item > h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  text-align: center;
}
.thumb__item > a {
  width: 100%;
}
.thumb__item > a > img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 1236px) {
  .thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .thumb__item {
    width: calc(50% - 30px);
  }
  .thumb__item > h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .thumb__item {
    width: calc(50% - 1.5625vw);
  }
  .thumb__item > h3 {
    font-size: 0.9375vw;
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .thumb__item {
    width: 100%;
  }
  .thumb__item > h3 {
    font-size: 3.7333333333vw;
  }
}

.geopark {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.geopark:after {
  content: "";
  position: absolute;
  top: 0;
  padding-top: 100%;
  background: url("../images/img_geopark-bg_pc.png") no-repeat center top/contain;
  z-index: 1;
}
.geopark__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.geopark__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.geopark__images {
  border-radius: 20px;
}
.geopark__images > img {
  width: 100%;
  border-radius: 20px;
}
.geopark__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 2.125;
  font-weight: 400;
}
@media screen and (min-width: 1236px) {
  .geopark:after {
    width: 800px;
    left: 130px;
  }
  .geopark__wrapper {
    max-width: 1236px;
  }
  .geopark__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
  }
  .geopark__description {
    width: 50%;
    padding-right: 20px;
  }
  .geopark__images {
    width: 50%;
  }
  .geopark__text {
    font-size: 16px;
  }
  .geopark__text:not(:first-of-type) {
    margin-top: 40px;
  }
  .geopark__movie {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .geopark:after {
    width: 41.6666666667%;
    left: 6.7708333333%;
  }
  .geopark__wrapper {
    max-width: 1236px;
  }
  .geopark__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.6041666667vw;
  }
  .geopark__description {
    width: 50%;
    padding-right: 1.0416666667vw;
  }
  .geopark__images {
    width: 50%;
  }
  .geopark__text {
    font-size: 0.8333333333vw;
  }
  .geopark__text:not(:first-of-type) {
    margin-top: 2.0833333333vw;
  }
  .geopark__movie {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .geopark:after {
    width: 100%;
  }
  .geopark__wrapper {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .geopark__contents {
    margin-top: 6.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .geopark__images {
    margin-top: 4vw;
  }
  .geopark__text {
    font-size: 3.4666666667vw;
  }
  .geopark__text:not(:first-of-type) {
    margin-top: 9.3333333333vw;
  }
  .geopark__movie {
    margin-top: 8vw;
  }
}

.comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e7f6f1;
  border-radius: 20px;
}
.comment__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 2.125;
}
.comment__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment__image > p {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: center;
  white-space: nowrap;
  line-height: 1.7;
}
@media screen and (min-width: 1236px) {
  .comment {
    padding: 20px 60px;
    margin-top: 2.6041666667vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .comment__description {
    padding-right: 20px;
  }
  .comment__text {
    margin-top: 15px;
    font-size: 16px;
  }
  .comment__image > img {
    width: 232px;
  }
  .comment__image > p {
    margin-top: 15px;
    font-size: 14px;
  }
  .comment__image > p > span {
    margin-top: 10px;
    font-size: 18px;
  }
  .comment__title {
    margin-top: 30px;
    width: 252px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .comment {
    padding-top: 1.0416666667vw;
    padding-right: 3.125vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 3.125vw;
    margin-top: 2.6041666667vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .comment__description {
    padding-right: 1.0416666667vw;
  }
  .comment__text {
    margin-top: 0.78125vw;
    font-size: 0.8333333333vw;
  }
  .comment__image > img {
    width: 12.0833333333vw;
  }
  .comment__image > p {
    margin-top: 0.78125vw;
    font-size: 0.7291666667vw;
  }
  .comment__image > p > span {
    margin-top: 0.5208333333vw;
    font-size: 0.9375vw;
  }
  .comment__title {
    margin-top: 1.5625vw;
    width: 13.125vw;
  }
}
@media screen and (max-width: 768px) {
  .comment {
    padding-top: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    margin-top: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comment__text {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
  .comment__image {
    margin-top: 4vw;
  }
  .comment__image > p {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .comment__image > p > span {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .comment__title {
    width: 44.5333333333vw;
  }
}

.heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.heading__title > img {
  width: 100%;
}
@media screen and (min-width: 1236px) {
  .heading {
    padding-top: 100px;
    padding-bottom: 35px;
  }
  .heading__title {
    width: 383px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .heading {
    padding-top: 5.2083333333vw;
    padding-bottom: 1.8229166667vw;
  }
  .heading__title {
    width: 19.9479166667vw;
  }
}
@media screen and (max-width: 768px) {
  .heading {
    padding-top: 16vw;
    padding-bottom: 4vw;
  }
  .heading__title {
    width: 49.3333333333vw;
  }
}

.message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.message__kv {
  display: block;
  width: 100%;
}
.message__kv > img {
  width: 100%;
}
@media screen and (min-width: 1236px) {
  .message {
    padding-bottom: 120px;
  }
  .message__kv:not(:first-of-type) {
    margin-top: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .message {
    padding-bottom: 6.25vw;
  }
  .message__kv:not(:first-of-type) {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding-bottom: 16vw;
  }
  .message__kv:not(:first-of-type) {
    margin-top: 16vw;
  }
}

.contents {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contents__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contents__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents__text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
.contents__text > span {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  background-image: repeating-linear-gradient(to right, #a2dddb, #a2dddb 8px, transparent 8px, transparent 18px);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  color: #333;
  -webkit-text-fill-color: initial;
}
.contents__text > span::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #e7f6f1;
}
.contents__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  z-index: -1;
}
.contents__photo {
  position: relative;
}
.contents__photo::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.contents__photo--okinoshima::before {
  background-image: url("../images/img_message-photo_01.png");
}
.contents__photo--nishinoshima::before {
  background-image: url("../images/img_message-photo_02.png");
}
.contents__photo--ama::before {
  background-image: url("../images/img_message-photo_03.png");
}
.contents__photo--chibu::before {
  background-image: url("../images/img_message-photo_04.png");
}
.contents__photo > p {
  position: absolute;
  text-align: center;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contents__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents__image:first-of-type {
  z-index: 1;
}
.contents__image:last-of-type > p {
  text-align: right;
}
.contents__image > img {
  vertical-align: middle;
  width: 100%;
  border-radius: 20px;
}
.contents__caption {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media screen and (min-width: 1236px) {
  .contents::after {
    position: absolute;
    content: "";
    top: 0;
    padding-top: 100%;
    left: 40px;
    width: 1605px;
    z-index: 1;
  }
  .contents--okinoshima::after {
    background: url("../images/img_okinoshima-bg_pc.png") no-repeat center top/contain;
  }
  .contents--nishinoshima::after {
    background: url("../images/img_nishinoshima-bg_pc.png") no-repeat center top/contain;
  }
  .contents--ama::after {
    background: url("../images/img_ama-bg_pc.png") no-repeat center top/contain;
  }
  .contents--chibu::after {
    top: -100px;
    background: url("../images/img_chibu-bg_pc.png") no-repeat center top/contain;
  }
  .contents__wrapper {
    max-width: 1236px;
    padding-top: 60px;
  }
  .contents__description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents__text {
    width: 978px;
    padding: 70px 80px;
    font-size: 18px;
    line-height: 3;
  }
  .contents__text::before {
    background-image: url("../images/img_message-guide_pc.png");
  }
  .contents__photo {
    width: 300px;
    padding-top: 300px;
    margin-left: -50px;
  }
  .contents__photo > p {
    bottom: -70px;
    font-size: 14px;
  }
  .contents__photo > p > span {
    margin-top: 10px;
    font-size: 18px;
  }
  .contents__images {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .contents__image {
    width: 640px;
  }
  .contents__image:first-of-type {
    margin-top: 160px;
    margin-right: -20px;
  }
  .contents__image:first-of-type > img {
    margin-top: 20px;
  }
  .contents__image:last-of-type {
    margin-left: -20px;
  }
  .contents__image:last-of-type > p {
    margin-top: 20px;
  }
  .contents__caption {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .contents::after {
    position: absolute;
    content: "";
    top: 0;
    padding-top: 100%;
    left: 2.0833333333vw;
    width: 83.59375vw;
    z-index: 1;
  }
  .contents--okinoshima::after {
    background: url("../images/img_okinoshima-bg_pc.png") no-repeat center top/contain;
  }
  .contents--nishinoshima::after {
    background: url("../images/img_nishinoshima-bg_pc.png") no-repeat center top/contain;
  }
  .contents--ama::after {
    background: url("../images/img_ama-bg_pc.png") no-repeat center top/contain;
  }
  .contents--chibu::after {
    top: -10.4166666667vw;
    background: url("../images/img_chibu-bg_pc.png") no-repeat center top/contain;
  }
  .contents__wrapper {
    max-width: 1236px;
    padding-top: 3.125vw;
  }
  .contents__description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents__text {
    width: 79.1262135922%;
    padding-top: 3.6458333333vw;
    padding-right: 4.1666666667vw;
    padding-bottom: 3.6458333333vw;
    padding-left: 4.1666666667vw;
    font-size: 0.9375vw;
    line-height: 3;
  }
  .contents__text::before {
    background-image: url("../images/img_message-guide_pc.png");
  }
  .contents__photo {
    width: 24.2718446602%;
    padding-top: 24.2718446602%;
    margin-left: -4.0453074434%;
  }
  .contents__photo > p {
    bottom: -5.7291666667vw;
    font-size: 0.7291666667vw;
  }
  .contents__photo > p > span {
    margin-top: 0.5208333333vw;
    font-size: 0.9375vw;
  }
  .contents__images {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.6875vw;
  }
  .contents__image {
    width: 51.7799352751vw;
  }
  .contents__image:first-of-type {
    margin-top: 8.3333333333vw;
    margin-right: -1.0416666667%;
  }
  .contents__image:first-of-type > img {
    margin-top: 1.0416666667vw;
  }
  .contents__image:last-of-type {
    margin-left: -3.125%;
  }
  .contents__image:last-of-type > p {
    margin-top: 1.0416666667vw;
  }
  .contents__caption {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contents::after {
    left: 0;
    width: 100%;
  }
  .contents__wrapper {
    padding-top: 8vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .contents__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-right: -2.6666666667vw;
    margin-left: -2.6666666667vw;
  }
  .contents__description::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    padding-top: 100%;
    z-index: -2;
  }
  .contents__description--okinoshima::after {
    bottom: -48vw;
    background: url("../images/img_okinoshima-bg_sp.png") no-repeat center top/contain;
  }
  .contents__description--nishinoshima::after {
    bottom: -53.3333333333vw;
    background: url("../images/img_nishinoshima-bg_sp.png") no-repeat center top/contain;
  }
  .contents__description--ama::after {
    bottom: -42.6666666667vw;
    background: url("../images/img_ama-bg_sp.png") no-repeat center top/contain;
  }
  .contents__description--chibu::after {
    bottom: -34.6666666667vw;
    background: url("../images/img_chibu-bg_sp.png") no-repeat center top/contain;
  }
  .contents__text {
    padding: 60px 50px 135px;
    padding-top: 16vw;
    padding-right: 13.3333333333vw;
    padding-bottom: 36vw;
    padding-left: 13.3333333333vw;
    font-size: 4vw;
    line-height: 2.6;
  }
  .contents__text::before {
    background-image: url("../images/img_message-guide_sp.png");
  }
  .contents__photo {
    width: 60vw;
    padding-top: 60vw;
    margin-top: -30vw;
  }
  .contents__photo > p {
    bottom: -18.6666666667vw;
    font-size: 3.2vw;
  }
  .contents__photo > p > span {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .contents__images {
    margin-top: 32vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents__image {
    width: 85.8208955224%;
  }
  .contents__image:first-of-type > img {
    margin-top: 2.6666666667vw;
  }
  .contents__image:last-of-type {
    margin-top: -9.2592592593%;
    margin-left: auto;
  }
  .contents__image:last-of-type > p {
    margin-top: 2.6666666667vw;
  }
  .contents__image > img {
    width: 100%;
  }
  .contents__caption {
    font-size: 3.4666666667vw;
  }
}
.contents .external {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #03a2a9;
  border-radius: 40px;
}
.contents .external:hover {
  opacity: 0.7;
}
.contents .external > p {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #fff;
}
.contents .external > p::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: url("../images/img_link-icon.png") no-repeat center center/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1236px) {
  .contents .external {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 498px;
    padding: 30px;
  }
  .contents .external > p {
    font-size: 18px;
  }
  .contents .external > p::after {
    width: 18px;
    height: 19px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .contents .external {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40.2912621359%;
    padding: 2.427184466%;
  }
  .contents .external > p {
    font-size: 0.9375vw;
  }
  .contents .external > p::after {
    width: 0.9375vw;
    height: 0.9895833333vw;
  }
}
@media screen and (max-width: 768px) {
  .contents .external {
    padding: 20px 15px;
    padding-top: 5.3333333333vw;
    padding-right: 4vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 4vw;
    margin-top: 8vw;
  }
  .contents .external > p {
    font-size: 4vw;
  }
  .contents .external > p::after {
    width: 4.4vw;
    height: 4.5333333333vw;
  }
}

.sns {
  position: relative;
  width: 100%;
  z-index: 2;
}
.sns__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.sns__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns__contents > a > img {
  vertical-align: middle;
}
@media screen and (min-width: 1236px) {
  .sns {
    margin-top: 30px;
  }
  .sns__wrapper {
    max-width: 1236px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .sns__contents {
    width: 498px;
    gap: 30px;
  }
  .sns__icon {
    width: 45px;
  }
  .sns__icon > img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .sns {
    margin-top: 1.5625vw;
  }
  .sns__wrapper {
    max-width: 1236px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .sns__contents {
    width: 40.2912621359%;
    gap: 1.5625vw;
  }
  .sns__icon {
    width: 2.34375vw;
  }
  .sns__icon > img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sns {
    margin-top: 8vw;
  }
  .sns__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns__contents {
    gap: 8vw;
  }
}

.link {
  width: 100%;
  background-color: #f5f5f5;
}
.link__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link__wrapper > a {
  background-color: #e14469;
  border-radius: 8px;
}
.link__wrapper > a:hover {
  opacity: 0.7;
}
.link__wrapper > a > p {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
}
.link__wrapper > a > p::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: url("../images/img_link-icon.png") no-repeat center center/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1236px) {
  .link__wrapper {
    max-width: 1236px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
  }
  .link__wrapper > a {
    width: 498px;
    padding: 25px;
  }
  .link__wrapper > a > p {
    font-size: 18px;
  }
  .link__wrapper > a > p::after {
    width: 18px;
    height: 19px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1235px) {
  .link__wrapper {
    max-width: 1236px;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    margin: 0 auto;
  }
  .link__wrapper > a {
    width: 25.9375vw;
    padding-top: 1.3020833333vw;
    padding-right: 1.3020833333vw;
    padding-bottom: 1.3020833333vw;
    padding-left: 1.3020833333vw;
  }
  .link__wrapper > a > p {
    font-size: 0.9375vw;
  }
  .link__wrapper > a > p::after {
    width: 0.9375vw;
    height: 0.9895833333vw;
  }
}
@media screen and (max-width: 768px) {
  .link__wrapper {
    padding-top: 8vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-left: 5.3333333333vw;
  }
  .link__wrapper > a {
    width: 100%;
    padding-top: 5.3333333333vw;
    padding-right: 4vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 4vw;
  }
  .link__wrapper > a > p {
    font-size: 4vw;
  }
  .link__wrapper > a > p::after {
    width: 4.4vw;
    height: 4.5333333333vw;
  }
}