@charset "UTF-8";
/* Button  */
.c-btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  height: 40px;
  padding: 0px 2em 0px 2em;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: url("../img/arrow-white.svg") no-repeat calc(100% - 15px) 50%;
  background-size: 7px auto;
  background-color: #009fe8;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    min-width: 180px;
    font-size: fs(16);
  }
}

.c-btn02 {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0.8em 70px 0.9em 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none !important;
  font-family: "Shippori Mincho", serif;
}
.c-btn02::before {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  width: 0;
  height: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #c2b4a5;
}
.c-btn02::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 18px;
  width: 18px;
  height: 7px;
  border-right: 1px solid #c2b4a5;
  border-bottom: 1px solid #c2b4a5;
  transform: skew(45deg);
}
.c-btn02--small {
  padding: 0.8em 35px 0.9em 0px;
}
.c-btn02--small::before {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  right: 0;
  width: 0;
  height: 0;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  border-radius: 50px;
  background-color: #fe7d7d;
}
.c-btn02--small::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 9px;
  width: 10px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}
.c-btn02:hover {
  opacity: 0.7;
}

.c-btn03 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  padding: 1em 3em 1em 3em;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #338b9f;
  color: #fff;
  line-height: 1.4;
}
.c-btn03::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 16px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

.c-faq {
  width: 1050px;
  max-width: 100%;
  margin-inline: auto;
}
.c-faq__item {
  margin-bottom: 50px;
  border: solid 1px #328b9f;
}
@media screen and (max-width: 767px) {
  .c-faq__item {
    margin-bottom: 30px;
  }
}
.c-faq dt {
  position: relative;
  padding: 20px 27px 20px 90px;
  background-color: #328b9f;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-faq dt {
    padding: 20px 20px 20px 60px;
    font-size: 16px;
  }
}
.c-faq dt::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 30px;
  width: 36px;
  height: 40px;
  background: url("../img/icon-q.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-faq dt::before {
    top: 17px;
    left: 17px;
    width: 24px;
    height: 36px;
  }
}
.c-faq dd {
  position: relative;
  padding: 30px 60px 30px 104px;
  border-radius: 15px;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-faq dd {
    padding: 25px 20px 30px 60px;
    font-size: 15px;
  }
}
.c-faq dd::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 48px;
  width: 30px;
  height: 40px;
  background: url("../img/icon-a.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-faq dd::before {
    top: 17px;
    left: 17px;
    width: 24px;
    height: 36px;
  }
}

/* front heading */
.c-front-heading {
  position: relative;
  text-align: center;
}
.c-front-heading__textBig {
  position: relative;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #475555;
  margin-bottom: 17px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    font-size: 30px;
  }
}
.c-front-heading__textBig::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #DFE1E1;
}
.c-front-heading__textBig--black {
  color: #000;
}
.c-front-heading__textBig--lightblue::after {
  background-color: #108a88;
  opacity: 0.26;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig--lightblue::after {
    background-color: #6f6f6f;
    opacity: 0.39;
  }
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig--gray::after {
    background-color: #6f6f6f;
    opacity: 0.39;
  }
}
.c-front-heading__textSmall {
  display: block;
  position: relative;
  font-family: "all_round_demi", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #d2bc49;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textSmall {
    font-size: 16px;
  }
}

/* Page heading */
.c-subpage-heading {
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
.c-subpage-heading::before {
  content: "";
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9cc4cd;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading::before {
    display: none;
  }
}
.c-subpage-heading__textBig {
  display: inline-block;
  position: relative;
  padding: 10px 50px 15px 50px;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #338b9f;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading__textBig {
    padding: 10px 0px 15px 0px;
    font-size: 24px;
  }
}
.c-subpage-heading__textSmall {
  display: block;
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #d09f8e;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading__textSmall {
    font-size: 16px;
  }
}
.c-subpage-heading__memo {
  margin-top: 10px;
  font-size: 13px;
  line-height: 2.46;
  text-align: center;
}

/* --------------------------
メニュー gnav
--------------------------- */
:is(.navi-toggle, .button-list, .sns-list) {
  display: none;
}

.menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0;
}
.menu-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-inline: 1em;
}
.menu-list > li > .title {
  display: block;
  position: relative;
  padding: 0 1.2em 10px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.15s ease-out;
  z-index: 2;
}
.menu-list > li > .title:hover {
  color: #fff;
  filter: brightness(1.3);
  opacity: 0.8;
}
.menu-list > li > .title:hover::before {
  transform: scaleX(1);
}
.menu-list > li > .title .en {
  display: block;
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.05em;
}
.menu-list > li:not(:first-of-type) > .title::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -1em;
  width: 1px;
  height: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(26, 26, 26, 0.6), 0 -1px 5px rgba(26, 26, 26, 0.6);
  transform: rotate(25deg);
}
.menu-list > li > .sp-title:not(.title) {
  display: none;
}
.menu-list > li.has-child .sub-menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 340px;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
}
.menu-list > li.has-child .sub-menu::before, .menu-list > li.has-child .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--border-color);
  z-index: 1;
}
.menu-list > li.has-child .sub-menu::before {
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.menu-list > li.has-child .sub-menu::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.menu-list > li.has-child .sub-menu a {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  padding: 12px 20px;
  color: #414C51 !important;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  border-bottom: 1px solid rgba(66, 76, 81, 0.15);
  border-right: 1px solid rgba(66, 76, 81, 0.15);
  transition: 0s;
}
.menu-list > li.has-child .sub-menu a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9CC4CD;
  border-right: 1px solid #9CC4CD;
  transform: rotate(45deg);
}
.menu-list > li.has-child .sub-menu a:hover {
  background-color: #338B9F;
  color: #fff !important;
}
.menu-list > li.has-child .sub-menu--pt2 {
  width: 170px;
}
.menu-list > li.has-child .sub-menu--pt2 a {
  width: 100%;
}
.menu-list > li.has-child:hover .sub-menu, .menu-list > li.has-child:focus-within > .sub-menu {
  display: flex;
}
.menu-list > li.has-child:hover .sub-menu--pt2, .menu-list > li.has-child:focus-within > .sub-menu--pt2 {
  display: block;
}

.is-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.is-fixed .menu-list {
  width: 1200px;
}
.is-fixed .menu-list > li > .title {
  color: var(--text-color);
  text-shadow: none;
}
.is-fixed .menu-list > li > .title:hover {
  color: var(--sub-color);
}
.is-fixed .menu-list > li > .title .en {
  color: var(--main-color);
}
.is-fixed .menu-list > li:not(:first-of-type) .title::after {
  background: #444;
  box-shadow: none;
}

/* Navigation Menu SP */
/* sp ボタン  */
.c-nav-button__wrap {
  display: none;
}

.c-nav-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-nav-button__wrap {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #338b9f;
  }
  .c-nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 17px;
    margin: auto;
    width: 27px;
    height: 20px;
    border: none;
    background: none;
    cursor: pointer;
  }
  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.3s ease-in;
    border-radius: 10px;
  }
  .c-nav-button span:nth-child(2) {
    top: 50%;
  }
  .c-nav-button span:nth-child(3) {
    top: 100%;
  }
  .c-nav-button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }
  .c-nav-button.is-close span:nth-child(2) {
    width: 0;
  }
  .c-nav-button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
    width: 29px;
  }
  /* ハンバーガーメニュー内 */
  .c-nav-sp {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: calc(100% - 60px);
    padding-bottom: 50px;
    z-index: 777;
    background-color: #328b9f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
    overflow-y: auto;
    /* */
  }
  .c-nav-sp.is-open {
    opacity: 1;
    visibility: visible;
  }
  .c-nav-sp .menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-nav-sp .menu > .menu-item {
    position: relative;
  }
  .c-nav-sp .menu > .menu-item > .title {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
  }
  .c-nav-sp .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #007089;
  }
  .c-nav-sp .sub-menu.is-open {
    max-height: 500px;
  }
  .c-nav-sp .sub-menu > a {
    display: block;
    padding: 15px 10px 15px 30px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #fff;
  }
  .c-nav-sp .sub-menu-sp-btn {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    transition: 0.3s;
  }
  .c-nav-sp .sub-menu-sp-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%);
  }
  .c-nav-sp .sub-menu-sp-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 8px;
    background-color: #fff;
    transform: translate(-50%, -50%);
  }
  .c-nav-sp .sub-menu-sp-btn.is-open::after {
    display: none;
  }
}
/* Page Key Visual */
.c-page-kv {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./img/img_pagetitle_bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #777;
}

.c-pageTop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  padding-top: 2px;
  box-sizing: border-box;
  text-align: center;
  background-color: #338b9f;
  opacity: 0;
  transition: 0.3s;
  z-index: 777;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 17px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .c-pageTop > img {
    width: 18px;
    padding-top: 4px;
  }
}

.c-pageTop.is-show {
  opacity: 1;
}

.c-fix-banner-sp {
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0;
  z-index: 775;
}
@media screen and (max-width: 767px) {
  .c-fix-banner-sp {
    display: block;
    width: fit-content;
  }
}
.c-fix-banner-sp__item01 {
  width: 197px;
  height: 50px;
}
.c-fix-banner-sp__item01 > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: rgba(80, 167, 186, 0.9);
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  letter-spacing: 0.66px;
}

.c-post-news-list {
  margin: 0px 0 240px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-post-news-list {
    margin: 0px 0 140px 0;
  }
}
.c-post-news-list__item {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #dacccc;
}
.c-post-news-list__item:first-of-type {
  padding: 0px 0 30px 0;
}
.c-post-news-list__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__info {
    margin-bottom: 20px;
  }
}
.c-post-news-list__time {
  width: 115px;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1d1d1d;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__time {
    width: 100px;
    font-size: 14px;
  }
}
.c-post-news-list .post-categories {
  position: relative;
  top: -1px;
  left: 5px;
  margin: 0;
  padding: 0;
  padding: 5px 15px 6px 15px;
  background-color: #ceb4ab;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  list-style-type: none;
}
.c-post-news-list__title {
  position: relative;
  top: -3px;
  font-size: 16px;
  font-size: 22px;
  font-weight: 500;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #338b9f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 38px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__title {
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 18px;
  }
}
.c-post-news-list__desc {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-post-news-list__desc p {
  line-height: 2.19;
}
.c-post-news-list__link {
  display: block;
  padding-bottom: 0px;
}
.c-post-news-list__link-wrap {
  position: relative;
  z-index: 2;
  padding: 0px 0 0 0;
  background-color: #fff;
  text-align: right;
}
.c-post-news-list__link-wrap a {
  display: inline-block;
  position: relative;
  width: 150px;
  padding: 8px 2px 10px 2px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
  color: #baa2a2;
  font-family: "Shippori Mincho", serif;
}
.c-post-news-list__link-wrap a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #baa2a2;
  border-right: 1px solid #baa2a2;
  transform: rotate(45deg);
}

.c-post-single-news {
  margin: 0px 0 0 0;
  padding: 40px 0 0;
}
.c-post-single-news__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0px;
  margin-bottom: 15px;
}
.c-post-single-news__time {
  width: 115px;
  font-family: "EB Garamond", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #1d1d1d;
}
@media screen and (max-width: 767px) {
  .c-post-single-news__time {
    width: 100px;
    font-size: 16px;
  }
}
.c-post-single-news .post-categories {
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  padding: 5px 15px 6px 15px !important;
  background-color: #ceb4ab;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  list-style-type: none;
}
.c-post-single-news__title {
  margin-bottom: 70px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  color: #338b9f;
  font-family: "Shippori Mincho", serif;
}

/* 下層ページのキービジュアル */
.c-subpage-kv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 400px;
  background: url("../img/subpage-kv.webp") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}


@media screen and (max-width: 767px) {
  .c-subpage-kv {
    height: 240px;
    background-attachment: fixed;
  }
  .c-post-single-news__title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  color: #338b9f;
  font-family: "Shippori Mincho", serif;
}
.c-post-single-news .post-categories {
  font-size: 11px;
}
}
.c-subpage-kv__heading {
  padding-top: 9rem;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__heading {
    padding-top: 4rem;
  }
}
.c-subpage-kv__textBig {
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__textBig {
    font-size: 26px;
  }
}
.c-subpage-kv__textSmall {
  font-family: "EB Garamond", serif;
  font-size: 25px;
  text-align: center;
  color: #f1ede1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__textSmall {
    font-size: 18px;
  }
}

/*  Table1 */
.c-table01 {
  width: 100%;
}
.c-table01 th {
  width: 30%;
  padding: 16px 30px;
  border: none;
  background-color: #f1ede1;
  text-align: left;
  border-bottom: 1px solid #ab9c9a;
}
@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}
.c-table01 td {
  width: 70%;
  padding: 16px 30px;
  border: none;
  border-bottom: 1px solid #ab9c9a;
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}
.c-table01 tr:first-child th,
.c-table01 tr:first-child td {
  border-top: 1px solid #ab9c9a;
}
