@charset "UTF-8";
/* Breadcrumbs */
.c-breadcrumbs {
  margin: 30px 0 30px 0;
  background-color: #fff;
  font-size: 14px;
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.8em 40px 0.9em 28px;
  border-radius: 10px;
  color: #fff;
  background-color: #135072;
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    max-width: 100%;
  }
}
.c-btn01::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 25px;
  width: 16px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}
.c-btn01::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #135072 transparent;
  opacity: 0.15;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  border-radius: 10px;
}
.c-btn01:hover {
  opacity: 0.7;
}
.c-btn01--small {
  max-width: 234px;
}
@media screen and (max-width: 767px) {
  .c-btn01--small {
    display: block;
    max-width: 100%;
  }
}
.c-btn01--large {
  font-size: 22px;
}
@media screen and (max-width: 1090px) {
  .c-btn01--large {
    padding: 0.8em 35px 0.9em 20px;
    font-size: 16px;
  }
}
.c-btn01--large::before {
  top: 42%;
  right: 25px;
  width: 22px;
  height: 7px;
}
@media screen and (max-width: 1090px) {
  .c-btn01--large::before {
    right: 20px;
    width: 18px;
    height: 6px;
  }
}
.c-btn01--large::after {
  border-width: 0 0 68px 68px;
}
@media screen and (max-width: 1090px) {
  .c-btn01--large::after {
    border-width: 0 0 48px 48px;
  }
}

.c-btn02 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 16px 40px 18px 75px;
  border-radius: 5px;
  background-color: #5886c7;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    padding: 16px 40px 18px 67px;
    font-size: 16px;
  }
}
.c-btn02::before {
  content: "";
  position: absolute;
  top: calc(50% - 18px);
  left: 12px;
  width: 50px;
  height: 36px;
  background: url("../img/medical/icon-btn02.png") no-repeat 0% 0%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-btn02::before {
    left: 10px;
  }
}
.c-btn02--yellow {
  background-color: #e7ba03;
}
.c-btn02:hover {
  opacity: 0.7;
}
.c-btn02__btn-arrow {
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #fff;
}
.c-btn02__btn-arrow::after {
  content: "";
  position: absolute;
  top: 8.5px;
  right: 9px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #5886c7;
  border-right: 2px solid #5886c7;
  transform: rotate(45deg);
}
.c-btn02__btn-arrow--yellow::after {
  border-top: 2px solid #c48913;
  border-right: 2px solid #c48913;
}

.c-btn03 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.5em 10px 0.5em 10px;
  border-radius: 50px;
  background-color: #81a9e3;
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  font-family: "sofia-l", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    max-width: 100%;
  }
}
.c-btn03:hover {
  opacity: 0.7;
}
.c-btn03 > img {
  position: relative;
  top: -2px;
  margin-right: 13px;
}

.c-card01 {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .c-card01 {
    width: 100%;
  }
}
.c-card01__link {
  display: block;
}
.c-card01__link:hover {
  opacity: unset;
}
.c-card01__img {
  overflow: hidden;
}
.c-card01__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}
.c-card01__contents {
  margin-bottom: 20px;
  padding: 20px 20px;
  border: 1px solid #ddd;
}
.c-card01__title {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
.c-card01__desc {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.c-bgcolor-pink01 {
  background-color: #f5aab5;
}

.c-bgcolor-pink02 {
  background-color: #ef939f;
}

.c-front-description {
  color: #3ba3d5;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.83;
}
@media screen and (max-width: 767px) {
  .c-front-description {
    font-size: 16px;
    text-align: left;
  }
}

.c-dl01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.c-dl01 dt {
  width: 100px;
  height: 30px;
  margin-bottom: 25px;
  padding: 4px 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-dl01 dt {
    margin: 0 0 10px 0;
  }
}
.c-dl01 dd {
  position: relative;
  top: -2px;
  width: calc(100% - 100px);
  margin-bottom: 25px;
  padding: 0px 0px 0 20px;
}
@media screen and (max-width: 767px) {
  .c-dl01 dd {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px 0px 0 0px;
  }
}
.c-dl01__dt01 {
  background-color: #3ba3d5;
}
.c-dl01__dt02 {
  background-color: #3ba3d5;
}

.c-dl02 dt {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 50px;
  font-weight: 700;
}
.c-dl02 dt::before {
  content: "Q";
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  font-size: 22px;
  background-color: #3ba3d5;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.c-dl02 dd {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 50px;
}
.c-dl02 dd::before {
  content: "A";
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background-color: #3ba3d5;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* form */
.c-form {
  width: 100%;
}

.c-form-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-form-item {
    margin-bottom: 15px;
  }
}
.c-form-item__submit {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form-item__submit {
    margin-top: 35px;
  }
}
.c-form-item label {
  display: block;
  width: 300px;
  margin-bottom: 5px;
  padding: 10px 30px 5px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-form-item label {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0;
    font-size: 12px;
    text-align: left;
  }
}

input {
  flex: 1;
  height: 50px;
  padding: 0 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  input {
    flex: none;
    width: 100%;
    height: 35px;
  }
}

textarea {
  flex: 1;
  height: 300px;
  padding: 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  textarea {
    flex: none;
    width: 100%;
    height: 105px;
  }
}

.required {
  padding: 0 5px;
  color: #ca5c7d;
}

.grecaptcha-badge {
  display: none;
}

.c-form-message {
  padding: 10px;
  text-align: left;
  border: 1px solid #F07C26;
  display: inline-block;
  width: 400px;
  text-align: center;
  max-width: 80%;
  margin-top: 50px;
}
.c-form-message strong {
  color: #ca5c7d;
  font-weight: bold;
}

/* front heading */
.c-front-heading {
  position: relative;
  text-align: center;
}
.c-front-heading__img {
  text-align: center;
  line-height: 1;
}
.c-front-heading__textBig {
  position: relative;
  font-family: "EB Garamond", sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #81a9e3;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    margin-bottom: 20px;
    line-height: 1;
  }
}
.c-front-heading__textBig--black {
  color: #000;
}
.c-front-heading__textBig--beauty {
  font-size: 110px;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig--beauty {
    font-size: 90px;
  }
}
.c-front-heading__textSmall {
  display: block;
  position: relative;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #284674;
  line-height: 1;
}

/* Page heading */
.c-subpage-heading {
  position: relative;
  text-align: center;
}
.c-subpage-heading__img {
  text-align: center;
  line-height: 1;
}
.c-subpage-heading__textBig {
  position: relative;
  font-family: "EB Garamond", sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #81a9e3;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading__textBig {
    margin-bottom: 20px;
    line-height: 1;
  }
}
.c-subpage-heading__textBig--black {
  color: #000;
}
.c-subpage-heading__textSmall {
  display: block;
  position: relative;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #284674;
  line-height: 1;
}

.c-subpage-heading02 {
  position: relative;
  text-align: center;
}
.c-subpage-heading02::before {
  content: "";
  position: absolute;
  top: 92px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #81a9e2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading02::before {
    display: none;
  }
}
.c-subpage-heading02__img {
  text-align: center;
  line-height: 1;
}
.c-subpage-heading02__textBig {
  display: inline-block;
  position: relative;
  margin: 0 auto 18px auto;
  padding: 0 50px;
  font-family: "EB Garamond", sans-serif;
  font-size: 80px;
  font-weight: normal;
  text-align: center;
  color: #81a9e3;
  background-color: #fff;
  line-height: 0.9;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading02__textBig {
    display: block;
    padding: 0 0px;
    font-size: 60px;
  }
}
.c-subpage-heading02__textBig--bg-blue {
  background-color: #f5f7fb;
}
.c-subpage-heading02__textSmall {
  display: block;
  position: relative;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #284674;
  line-height: 1;
}

.c-subpage-heading03 {
  position: relative;
  text-align: center;
}
.c-subpage-heading03::before {
  content: "";
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #81a9e2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading03::before {
    display: none;
  }
}
.c-subpage-heading03__img {
  text-align: center;
  line-height: 1;
}
.c-subpage-heading03__textBig {
  display: inline-block;
  position: relative;
  margin: 0 auto 18px auto;
  padding: 0 50px;
  font-family: "EB Garamond", sans-serif;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
  color: #81a9e3;
  background-color: #fff;
  line-height: 0.9;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading03__textBig {
    padding: 0 0px;
    font-size: 60px;
  }
}
.c-subpage-heading03__textBig--bg-blue {
  background-color: #f5f7fb;
}
.c-subpage-heading03__textSmall {
  display: block;
  position: relative;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #284674;
  line-height: 1;
}

/* 太字 */
.c-page-heading-other01 {
  margin: 40px 0 20px 0;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

/* 下線 */
.c-page-heading-other02 {
  margin: 40px 0 20px 0;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-decoration: underline;
}

.c-list01 {
  list-style-type: none;
  margin: 0;
  padding: 60px 60px 40px 60px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1090px) {
  .c-list01 {
    padding: 45px 20px 40px 24px;
  }
}
.c-list01 li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.c-list01 li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 21px;
  height: 14px;
  background: url("../img/icon_check.png") no-repeat 50% 50%;
  background-size: cover;
}

:root {
  --width-none: 100%;
  --height-none: 50%;
  --top: 0px;
}

/* --------------------------
メニュー gnav
ハンバーガーメニュー grawer
--------------------------- */
/*  Glabal Navigation PC */
.c-gnav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 15px 0 0px;
}
@media screen and (max-width: 1200px) {
  .c-gnav {
    padding: 0px 0px 0 0px;
  }
}
@media screen and (max-width: 1090px) {
  .c-gnav {
    display: none;
  }
}
.c-gnav .menu-header-gnavi-container {
  width: 100%;
}
.c-gnav .menu {
  display: flex;
  justify-content: space-between;
  margin: 4px 0px 0 0;
  padding: 0px 0 0 0px;
}
.c-gnav .menu > li {
  position: relative;
  padding: 0 0px;
}
.c-gnav .menu > li > a {
  display: block;
  position: relative;
  padding: 0px 10px 5px 10px;
  color: #000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 3;
}
@media screen and (max-width: 1200px) {
  .c-gnav .menu > li > a {
    padding: 9px 7px 5px 7px;
  }
}
.c-gnav .menu > li > a > span {
  display: block;
  letter-spacing: 0.2em;
  color: #2a3c48;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
}
.c-gnav .menu > li > a .menu-icon-home {
  position: relative;
  top: -13.5px;
  margin-right: 4px;
}

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

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

@media screen and (max-width: 1090px) {
  .c-nav-button__wrap {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    z-index: 999;
    background-color: #284674;
  }
  .c-nav-button {
    position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 18px;
    border: none;
    background: none;
  }
  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s ease-in;
  }
  .c-nav-button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }
  .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);
  }
  .c-nav-button__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }
  /* sp ナビ */
  .c-nav-sp {
    display: block;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 775;
    padding: 0px 0px 0px 0;
    background-color: #fff;
    transform: translateX(110%);
    transition: all 0.2s ease-in;
    overflow-y: auto;
  }
  .c-nav-sp.is-open {
    transform: translateX(0%);
  }
  .c-nav-sp__logo {
    height: 80px;
  }
  .c-nav-sp__logo > a {
    position: relative;
    top: 14px;
    left: 14px;
  }
  .c-nav-sp .menu-header-gnavi-container {
    width: 100%;
    height: 100%;
    background-color: #284674;
  }
  .c-nav-sp .menu {
    display: block;
    margin: 0;
    padding: 25px 0 0 0;
  }
  .c-nav-sp .menu > li {
    position: relative;
    padding: 0 0px;
  }
  .c-nav-sp .menu > li > a {
    display: block;
    position: relative;
    padding: 18px 20px 17px 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .c-nav-sp .menu .menu-item-has-children {
    position: relative;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu {
    display: block;
    list-style: none;
    padding: 1.5rem 0;
        background: #27365d;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }
  .c-nav-sp .menu .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 666;
  }
  .c-nav-sp .menu .sub-menu-sp-btn::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 21px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: 0.3s ease;
  }
  .c-nav-sp .menu .sub-menu-sp-btn.is-open::after {
    transform: rotate(315deg);
  }
}
/* 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 {
  position: fixed;
  bottom: 13px;
  right: 13px;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: 0.3s;
  z-index: 777;
  cursor: pointer;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 68px;
  }
}

.c-pageTop.is-show {
  opacity: 0.85;
}
.c-pageTop.is-show:hover {
  opacity: 0.5;
}

.c-fix-banner {
  display: block;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 778;
}
@media screen and (max-width: 767px) {
  .c-fix-banner {
    display: none;
  }
}
.c-fix-banner__item {
  margin-bottom: 13px;
}

.c-fix-banner-sp {
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0;
  z-index: 778;
}
@media screen and (max-width: 767px) {
  .c-fix-banner-sp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }
}
.c-fix-banner-sp__item {
  width: 50%;
  padding: 12px 5px 11px 5px;
  text-align: center;
  line-height: 1;
}
.c-fix-banner-sp__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 7px;
}
.c-fix-banner-sp__item01 {
  background-color: #81a9e2;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.c-fix-banner-sp__item02 {
  background-color: #284674;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.c-post-news-list {
  margin: 0px 0 0 0;
  padding: 0;
}
.c-post-news-list__item {
  padding: 85px 0 80px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
@media screen and (max-width: 767px) {
  .c-post-news-list__item {
    padding: 55px 0 50px 0;
  }
}
.c-post-news-list__item:first-of-type {
  padding: 0px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__item:first-of-type {
    padding: 0px 0 50px 0;
  }
}
.c-post-news-list__item:last-of-type {
  padding: 85px 0 100px 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__item:last-of-type {
    padding: 55px 0 70px 0;
  }
}
.c-post-news-list__info {
  position: relative;
  margin-bottom: 30px;
  padding: 0px;
}
.c-post-news-list__title {
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__title {
    font-size: 18px;
  }
}
.c-post-news-list__time {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #81A9E3;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__time {
    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__link {
  display: block;
  padding-bottom: 0px;
}
.c-post-news-list__link:has(.c-post-news-list__link-wrap) {
  padding-bottom: 55px;
}
.c-post-news-list__link-wrap {
  position: relative;
  padding: 0px 0 0 0;
  background-color: #fff;
  text-align: right;
  z-index: 2;
}
.c-post-news-list__link-wrap a {
  display: inline-block;
  position: relative;
  width: 150px;
  padding: 8px 2px 10px 2px;
  background-color: rgba(129, 169, 227, 0.1);
  color: #81A9E3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-post-news-list__link-wrap a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #81A9E3;
  border-right: 1px solid #81A9E3;
  transform: rotate(45deg);
}

.c-post-blog-list {
  margin: 0px 0 0 0;
  padding: 0;
}
.c-post-blog-list__item {
  margin-bottom: 100px;
}
.c-post-blog-list__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid #3ba3d5;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.59;
}
.c-post-blog-list__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0px 0px 0 0px;
}
.c-post-blog-list__info-left {
  display: flex;
  width: 400px;
  max-width: 50%;
}
.c-post-blog-list__category {
  margin-right: 22px;
}
.c-post-blog-list__category > span {
  display: block;
  width: 150px;
  padding: 5px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-post-blog-list__time {
  position: relative;
  top: 5px;
  color: #B6B6B6;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
}
.c-post-blog-list__info-right {
  width: 150px;
}
.c-post-blog-list__info-right a {
  display: block;
  position: relative;
  width: 150px;
  padding: 8px 2px;
  background-color: #FFF9FA;
  color: #3ba3d5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-post-blog-list__info-right a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3ba3d5;
  border-right: 1px solid #3ba3d5;
  transform: rotate(45deg);
}
.c-post-blog-list__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-post-single {
  margin: 0px 0 0 0;
  padding: 0;
}
.c-post-single__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0px 0px 0 0px;
}
.c-post-single__info--news {
  justify-content: flex-start;
}
.c-post-single__category {
  margin-right: 22px;
}
.c-post-single__category > span {
  display: block;
  width: 150px;
  padding: 5px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-post-single__category > span {
    font-size: 14px;
  }
}
.c-post-single__time {
  position: relative;
  top: 5px;
  color: #81A9E3;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
}
.c-post-single__time--news {
  font-size: 18px;
}

.c-row {
  display: flex;
  align-items: flex-start;
}

.c-row-center {
  justify-content: center;
}

.c-row-between {
  justify-content: space-between;
}

.c-row-wrap {
  flex-wrap: wrap;
}

.c-col-2 {
  width: 48%;
  max-width: 48%;
  margin: 0 4% 30px 0;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .c-col-2 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.c-col-2:nth-child(2n) {
  margin: 0 0 30px 0;
}

.c-col-3 {
  width: 32%;
  max-width: 32%;
  margin: 0 2% 30px 0;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .c-col-3 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.c-col-3:nth-child(3n) {
  margin: 0 0 30px 0;
}

/* 下層ページのキービジュアル */
.c-subpage-common-list {
  padding: 70px 0 40px 0;
  background-color: #f4f7fb;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list {
    padding: 40px 0 40px 0;
  }
}
.c-subpage-common-list__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__inner {
    gap: 12px 5px;
  }
}
.c-subpage-common-list__item {
  width: 160px;
}
.c-subpage-common-list__item > a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 10px;
  border-radius: 8px;
  border: solid 1px #fff;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 2.25px;
  text-align: center;
  color: #284674;
  transition: 0.2s linear;
}
.c-subpage-common-list__item > a:hover {
  background-color: #284674;
  color: #fff;
}

/* 下層ページのキービジュアル */
.c-subpage-kv {
  position: relative;
  background-color: #f4f7fb;
}
.c-subpage-kv__img {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}
.c-subpage-kv__heading {
  position: relative;
  margin: -130px auto 0 auto;
  padding: 0px 0 0px 0;
  text-align: center;
  z-index: 2;
}
.c-subpage-kv__heading-img {
  text-align: center;
  line-height: 1;
}
.c-subpage-kv__textBig {
  position: relative;
  margin-bottom: 10px;
  font-family: "EB Garamond", sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #81a9e3;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__textBig {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 65px;
  }
}
.c-subpage-kv__textSmall {
  display: block;
  position: relative;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #284674;
  line-height: 1;
}

/*  Table1 */
.c-table01 {
  width: 100%;
  border: 1px solid #ccc;
}
.c-table01 th {
  width: 30%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: left;
  }
}
.c-table01 td {
  width: 70%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}

/* Page Title */
.c-page__maintitle {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 0 40px 125px;
  border-bottom: 3px solid #3ba3d5;
  background: url("./img/icon_maintitle01.png") no-repeat 0px 50%;
  color: #3ba3d5;
  font-size: 3rem;
}


/* Drawer Menu SP */

.c-gnav .menu>li>.sub-menu {
  display: flex;
  /* display: none; */
  opacity: 0;
  list-style-type: none;
  font-size: 14.5px;
  padding: 0px;
  position: absolute;
  top: 40px;
  left: -165px;
  width: 250px;
  margin: auto;
  z-index: 777;
  transition: 0.2s;
  pointer-events: none;
  flex-wrap: wrap;
  width: 420px;
  /* background: #81A9E3; */

}

.c-gnav .menu>li>.sub-menu.is-open {
  /* display: block; */
  opacity: 1;
  pointer-events: visible;
}

.c-gnav .menu>li>.sub-menu>li {
  position: relative;
  padding: 0px;
  width: 210px;
  border-bottom: 1px solid rgb(255 255 255 / 17%);
    border-right: 1px solid rgb(255 255 255 / 17%);
}


.c-gnav .menu>li>.sub-menu>li>a {
  display: block;
  position: relative;
  padding: 12px 20px;
  text-decoration: none;
  text-align: left;
  background-color: #81A9E3;
  color: #fff;
  line-height: 1.6;
}

.c-gnav .menu>li>.sub-menu>li:first-child>a {
  /* padding-top: 20px; */
}

.c-gnav .menu>li>.sub-menu>li:last-child>a {
  /* padding-bottom: 20px; */
}

.c-gnav .menu>li>.sub-menu>li>a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  /* transition: 0s ease; */
  transition: all 200ms ease 0s;
}

.c-gnav .menu>li>.sub-menu>li>a:hover {
  opacity: 1;
}

.c-gnav .menu>li>.sub-menu>li>a:hover::after {
  opacity: 0.2;
}

.c-gnav .menu>li>.sub-menu>li>.sub-menu {
  position: absolute;
  top: 0;
  left: 220px;
  list-style-type: none;
  width: 220px;
  padding: 0;
}

.c-gnav .menu>li>.sub-menu>li>.sub-menu>li {
  padding: 0px;
  border-bottom: 2px solid #dedede;
}

.c-gnav .menu>li>.sub-menu>li>.sub-menu>li:last-child {
  border-bottom: none;
}

.c-gnav .menu>li>.sub-menu>li>.sub-menu>li>a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  text-align: left;
  background-color: #653b22;
  color: #fff;
}

.omit {
  pointer-events: none;
  /* opacity: 0.5; */
}
.order01 {
  order: 1;
}
.order02 {
  order: 3;
}
.order03 {
  order: 5;
}
.order04 {
  order: 2;
}
.order05 {
  order: 4;
}
.order06 {
  order: 6;
}
.order07 {
  order: 8;
}
.order08 {
  order: 7;
}
.order04 a, .order05 a, .order06 a, .order07 a {
  order: 2;
  background-color: #e5b800 !important;
}




/* Drawer Menu SP */
/* sp ボタン  */
.c-drawer-button__wrap {
  display: block;
  position: relative;
  top: 0;
  left: 0px;
  width: 85px;
  height: 80px;
  z-index: 776;
}

.c-drawer-button {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 24px;
  border: none;
  background: none;
}

.c-drawer-button span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s ease-in;
}

.c-drawer-button span:nth-child(2) {
  top: 50%;
  width: 100%;
}

.c-drawer-button span:nth-child(3) {
  top: 100%;
}

.c-drawer-button.is-close span {
  top: 50%;
  background: #655050;
  transform: rotate(45deg);
}

.c-drawer-button.is-close span:nth-child(2) {
  width: 0;
}

.c-drawer-button.is-close span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

/* sp ナビ */
.c-drawer {
  display: block;
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 775;
  padding: 0 0px 0px 0;
  background-color: #785939;
  transition: all 0.2s ease-in;
  overflow-y: auto;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  padding-top: 50px;
  /*スクロールバー非表示 */
}

.c-drawer.is-open {
  visibility: visible;
  opacity: 1;
}

.c-drawer .l-container {
  height: 100%;
}

.c-drawer__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-drawer__inner::-webkit-scrollbar {
  display: none;
}

.c-drawer__img {
  position: fixed;
  width: 568px;
  max-width: 48%;
  height: 100%;
  background: url("./img/nav_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .c-drawer__img {
    display: none;
  }
}

.c-drawer__img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-drawer__content {
  width: 50%;
  padding: 50px 0;
  position: relative;
  left: 50%;
  /* overflow-y: scroll; */
}

.c-drawer__content::-webkit-scrollbar {
  width: 5px;
}

.c-drawer__content::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
}

.c-drawer__content::-webkit-scrollbar-thumb {
  background-color: #17585d;
}

@media screen and (max-width: 767px) {
  .c-drawer__content {
    left: 0;
    width: 100%;
    padding: 65px 0;
  }
}

.c-drawer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 1049px) {
  .c-drawer__nav {
    display: none;
  }
}

.c-drawer__left {
  width: 50%;
}

.c-drawer__right {
  width: 50%;
}

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

@media screen and (max-width: 1049px) {
  .c-drawer__nav-sp {
    display: block;
  }
}

.c-drawer .menu {
  margin: 0;
  padding: 0 40px 0 0;
  line-height: 1.56;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1090px) {
  .c-drawer .menu {
    padding: 0 0px 0 0;
  }
}

.c-drawer .menu>li {
  display: block;
  padding: 10px 0px 0px 0;
}

@media screen and (max-width: 1090px) {
  .c-drawer .menu>li {
    padding: 0px 0px 0px 0;
  }
}

.c-drawer .menu>li>a {
  display: block;
  position: relative;
  padding: 15px 15px 10px 15px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 1090px) {
  .c-drawer .menu>li>a {
    padding: 15px 10px 15px 10px;
    font-size: 20px;
    text-align: center;
  }
}

/* .c-drawer .menu>li.menu-item-has-children>a::before { */
  /* content: ""; */
  /* position: absolute; */
  /* top: 34px; */
  /* right: 10px; */
  /* width: 12px; */
  /* height: 2px; */
  /* background-color: #000; */
/* } */
/*  */
/* .c-drawer .menu>li.menu-item-has-children>a::after { */
  /* content: ""; */
  /* position: absolute; */
  /* top: 29px; */
  /* right: 15px; */
  /* width: 2px; */
  /* height: 12px; */
  /* background-color: #000; */
/* } */

.c-drawer .menu .menu-item-has-children {
  position: relative;
  /* background: #6e421b; */
  border-top: 1px dashed #a98b78;
  border-bottom: 1px dashed #a98b78;
}

.c-drawer .menu .menu-item-has-children .sub-menu {
  display: none;
  list-style: none;
  padding: 20px 0 10px 0;
  background: #957556;
}

.c-drawer .menu .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 15px 10px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;

}

.c-drawer .menu .sub-menu-sp-btn {
  content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 90px;
    z-index: 666;
}

.c-drawer .menu .sub-menu-sp-btn::after {
  content: "";
    position: absolute;
    top: 30px;
    right: 37px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    transition: 0.3s ease;
}

.c-drawer .menu .sub-menu-sp-btn.is-open::after {
  transform: rotate(315deg);
}

.c-drawer-info {
  padding: 75px 0 100px 0;
  text-align: center;
}

.c-drawer-info__item {
  margin-bottom: 30px;
}

.c-drawer-info__tel {
  margin-bottom: 10px;
  padding-right: 22px;
  font-size: 39px;
  line-height: 1;
}

.c-drawer-info__tel img {
  position: relative;
  padding-right: 8px;
}

.c-drawer-info__memo {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.c-drawer-info-btn {
  display: flex;
  justify-content: center;
}

.c-drawer-info-btn__item {
  margin: 0 10px;
}