@charset "UTF-8";

/*
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}

.breadcrumb {
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
  background: #fff;
  color: #000;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #888;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
}

.annotation-area {
  background: #fff;
  color: #797979;
  margin-top: 40px;
  padding: 40px 0;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

.wrap {
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
}


#public {
  font-family: "RyuminPro", serif;
}

#public img {
  vertical-align: bottom;
}

#public .mv {
  position: relative;
}

#public .mv-title {
  /* font-weight: bold; */
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(76% / 800 * 100);
  left: 0;
  right: 0;
}

.location-link a.inactive {
  color: #fff;
  background-color: #808081;
  pointer-events: none;
}

.location-link a.inactive:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  left: calc(2.5vw - 19px);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 769px) {
  #public .mv-title {
    font-size: 30px;
    font-size: max(3.7vw, 30px);
  }
}

@media screen and (max-width: 768px) {
  #public .mv-title {
    font-size: 20px;
    font-size: clamp(18px, 3.7vw, 30px);
  }
}

#public .mv-img {
  width: 100%;
  max-width: 100%;
}

#public .mv-annotation {
  font-size: 10px;
  color: #fff;
  /* text-shadow:0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff; */
  position: absolute;
  bottom: 8px;
  right: 8px;
}


#public .catch01 {
  width: 90%;
  text-align: center;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  #public .catch01 {
    margin-top: 62px;
  }
}

@media screen and (max-width: 768px) {
  #public .catch01 {
    width: 84%;
    margin-top: 40px;
  }
}

#public .catch01 .catch-title {
  font-weight: bold;
  color: #35657f;
  letter-spacing: 8px;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  #public .catch01 .catch-title {
    font-size: 40px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #public .catch01 .catch-title {
    font-size: 30px;
    margin-top: 0;
  }
}

#public .catch01 .catch-subTitle {
  color: #35657f;
  line-height: 1.6;
  letter-spacing: 6px;
  margin-top: 42px;
}

@media screen and (min-width: 769px) {
  #public .catch01 .catch-subTitle {
    font-size: 45px;
  }
}

@media screen and (max-width: 768px) {
  #public .catch01 .catch-subTitle {
    font-size: 26px;
    /* CJKテキストでの折り返しを無効化 */
    word-break: keep-all;
    /* 長い単語でも折り返し可能に */
    overflow-wrap: anywhere;
    text-align: left;
  }
}

#public .catch01 .catch-lead {
  line-height: calc(24 / 13);
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  #public .catch01 .catch-lead {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #public .catch01 .catch-lead {
    font-size: 16px;
    text-align: left;
  }
}

#public .catch02 {
  width: 90%;
  text-align: center;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  #public .catch02 {
    margin-top: 62px;
  }
}

@media screen and (max-width: 768px) {
  #public .catch02 {
    width: 84%;
    margin-top: 40px;
  }
}

#public .catch02 .catch-title {
  font-weight: bold;
  color: #35657f;
  letter-spacing: 6px;
  line-height: calc(36 / 30);
}

@media screen and (min-width: 769px) {
  #public .catch02 .catch-title {
    font-size: 32px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #public .catch02 .catch-title {
    font-size: 26px;
    margin-top: 0;
  }
}

#public .catch02 .catch-subTitle {
  color: #35657f;
  line-height: 1.6;
  margin-top: 42px;
}

@media screen and (min-width: 769px) {
  #public .catch02 .catch-subTitle {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  #public .catch02 .catch-subTitle {
    font-size: 30px;
    text-align: left;
  }
}

#public .catch02 .catch-lead {
  line-height: calc(24 / 13);
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  #public .catch02 .catch-lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #public .catch02 .catch-lead {
    font-size: 16px;
    text-align: left;
  }
}

#public .image01 {
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  #public .image01 {
    width: calc(595% / 800 * 100);
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  #public .image01 {
    width: 84%;
    margin-top: 32px;
    margin-inline: auto;
  }
}

#public .image01 img {
  width: 100%;
}

#public .image01 p {
  font-size: 10px;
  color: #fff;
  /* text-shadow:0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff; */
  position: absolute;
  bottom: 8px;
  right: 10px;
}

#public .image02 {
  max-width: 1340px;
  margin-inline: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  #public .image02 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  #public .image02 {
    width: 84%;
    margin-top: 32px;
    margin-inline: auto;
  }
}

#public .image02 img {
  width: 100%;
}

#public .image02 p {
  font-size: 10px;
  color: #fff;
  /* text-shadow:0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff; */
  position: absolute;
}

@media screen and (min-width: 769px) {
  #public .image02 p {
    bottom: 8px;
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  #public .image02 p {
    right: 2%;
    bottom: 8px;
  }
}

#public .merit {
  background-color: #eeede9;
  max-width: 1000px;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  #public .merit {
    width: 92%;
    min-width: 665px;
    margin-top: 55px;
    padding: 32px 3%;
  }
}

@media screen and (max-width: 768px) {
  #public .merit {
    width: 84%;
    margin-top: 40px;
    padding: 24px 6% 32px;
  }
}


#public .merit-title {
  font-weight: bold;
  color: #35657f;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #public .merit-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  #public .merit-title {
    font-size: 23px;
  }
}

#public .merit-container {
  display: flex;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  #public .merit-container {
    gap: 2%;
  }
}

@media screen and (max-width: 768px) {
  #public .merit-container {
    flex-direction: column;
    gap: 16px;
  }
}

#public .merit-item {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  #public .merit-item {
    flex: 1 1 25%;
  }
}

@media screen and (max-width: 768px) {
  #public .merit-item {
    flex: 1 1 auto;
  }
}

#public .merit-item-title {
  font-weight: bold;
  color: #35657f;
  margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
  #public .merit-item-title {
    font-size: 17px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #public .merit-item-title {
    font-size: 17px;
  }
}

#public .merit-item-text {
  font-size: 13px;
  border-style: solid;
  border-color: #35657f;
  margin-top: auto;
  padding-block: 8px;
  height: 100%;
}

@media screen and (min-width: 769px) {
  #public .merit-item-text {
    border-width: 1px 0;
  }
}

@media screen and (max-width: 768px) {
  #public .merit-item-text {
    border-width: 1px 0 0;
  }
}

@media screen and (max-width: 639px) {
  .location-link a.inactive:after {
    left: 6vw;
  }
}

.content-grid-wrapper {
  max-width: 1340px;
  margin-top: 100px;
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  column-gap: 60px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .content-grid-wrapper {
    max-width: 84%;
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: 1fr;
  }
}

.content-grid-wrapper-reverse {
  max-width: 1340px;
  margin-top: 100px;
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  column-gap: 60px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .content-grid-wrapper-reverse {
    max-width: 84%;
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .content-grid-content-text {
    order: -1;
  }
}

.content-grid-content-img {
  position: relative;
}

.content-grid-content-text {
  display: flex;
  flex-direction: column;
}

.content-grid-content-text-reverse{
  display: flex;
  flex-direction: column;
  order: -1;
}

.annotation {
  position: absolute;
  font-size: 10px;
  color: #fff;
  bottom: 8px;
  right: 8px;
}

.grid-title {
  font-size: 24px;
  color: #35657f;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #35657f;
}
@media screen and (max-width: 768px) {
  .grid-title {
    padding-top: 30px;
  }
}

.text-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  height: 100%;
}

.grid-lead {
  font-size: 16px;
  line-height: calc(24 / 13);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
.grid-lead {
  letter-spacing: 0;
  padding-bottom: 30px;
}
}

.grid-annotation {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .grid-annotation {
    padding-bottom: 30px;
  }
}