@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: 1em 23px 0.9em 15px;
  color: #fff !important;
  border-radius: 50px;
  background: url("../img//arrow-left.png") no-repeat calc(100% - 25px) 48%;
  background-size: 14px;
  background-color: #009244;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  border: none;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}
.c-btn01a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1em 23px 0.9em 15px;
  color: #AC9A82 !important;
  border-radius: 50px;
  background: url("../img//arrow-left2.png") no-repeat calc(100% - 25px) 48%;
  background-size: 14px;
  /* background-color: #009244; */
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  border: none;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  /* text-align: center; */
  text-decoration: none !important;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    max-width: 100%;
    height: 40px;
    padding: 11px 12px 10px 10px;
    font-size: 15px;
    background-size: 11px;
  }
}
.c-btn01:hover {
  opacity: 0.7;
}
.c-btn01--reserve {
  height: 79px;
  border-radius: 100px;
  font-size: 25px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  padding: 0.9em 23px 0.9em 15px;
  background: url("../img//arrow-left.png") no-repeat calc(100% - 30px) 48%;
  background-color: #ffd600;
  background-size: 17px;
}
.c-btn01--reserve > span {
  position: relative;
  top: 4px;
  margin-right: 13px;
}
.c-btn01--news {
  padding: 0 30px 0 0;
  background-position: calc(100% - 8px) 51%;
  background-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-btn01--knowledge {
    font-size: 22px;
    height: auto;
    padding: 13px 12px 16px 10px;
    background-position: calc(100% - 25px) 51%;
    background-size: 17px;
  }
}

.c-btn02 {
  display: block;
  position: relative;
  width: 692px;
  max-width: 100%;
  height: 80px;
  margin: auto;
  border-radius: 8px;
  background-color: #fff;
  padding: 19.7px 10px 4.2px 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    height: 50px;
    padding: 8px 10px 2px 10px;
    font-size: 16px;
  }
}
.c-btn02::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 35px;
  width: 28px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn02::before {
    top: calc(50% - 5px);
    right: 24px;
    width: 20px;
    height: 6px;
  }
}

.c-btn03 {
  display: inline-block;
  position: relative;
  width: 250px;
  padding: 1em 0.5px 0.9em 0.5em;
  color: #fff !important;
  border-radius: 50px;
  background-color: #f1d026;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  border: none;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    max-width: 100%;
    padding: 11px 12px 10px 10px;
    font-size: 15px;
    background-size: 11px;
  }
}
.c-btn03:hover {
  opacity: 0.7;
}

.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: #6c0784;
  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: #6C0784;
}
.c-dl01__dt02 {
  background-color: #6c0784;
}

.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: #6C0784;
  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: #6c0784;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

.c-faq__item {
  margin-bottom: 40px;
  padding: 20px 30px 20px 30px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-faq__item {
    padding: 20px 20px 20px 20px;
  }
}
.c-faq dt {
  position: relative;
  padding: 10px 0 20px 72px;
  border-bottom: 1px solid #c7c7c7;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-faq dt {
    padding: 0px 0 10px 36px;
    font-size: 16px;
  }
}
.c-faq dt::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #6c0784;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq dt::before {
    width: auto;
    font-size: 24px;
  }
}
.c-faq dd {
  position: relative;
  margin: 30px 50px 0 70px;
  padding: 0px 0 20px 51px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-faq dd {
    margin: 20px 0px 0 15px;
    padding: 0px 0 10px 36px;
  }
}
.c-faq dd::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #009da5;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq dd::before {
    width: auto;
    font-size: 24px;
  }
}

/* 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=radio] {
  display: none;
}

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

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

/* form */
.c-form {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 80px auto;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-form {
    margin: 0 auto 0px auto;
  }
}
.c-form th,
.c-form td {
  border: none;
  background-color: transparent;
  vertical-align: top;
}
.c-form th {
  position: relative;
  width: 220px;
  padding: 20px 5px 20px 0px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-form th {
    display: block;
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
}
.c-form th p {
  position: relative;
  padding-left: 48px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-form th p {
    padding-left: 0px;
  }
}
.c-form td {
  width: calc(100% - 220px);
  padding: 13px 0px 20px 0px;
}
@media screen and (max-width: 767px) {
  .c-form td {
    display: block;
    width: 100%;
  }
}

input {
  padding: 0.5em;
  border-radius: 5px;
  border: none;
  background-color: #f1f3f9;
  box-sizing: border-box;
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 50px;
}

input[type=tel] {
  width: 300px;
  max-width: 100%;
  height: 50px;
}

select {
  width: 300px;
  max-width: 100%;
  height: 50px;
  border-radius: 5px;
  border: solid 2px #d1d4db;
  padding: 0.5em;
  cursor: pointer;
}

[data-name=industry] {
  position: relative;
}
[data-name=industry]::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6C0784;
  border-right: 2px solid #6C0784;
  transform: rotate(135deg);
}

textarea {
  width: 100%;
  height: 220px;
  padding: 0.5em;
  border-radius: 5px;
  border: none;
  background-color: #f1f3f9;
  box-sizing: border-box;
}

/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-top: 10px;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
}
.wpcf7-radio .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #6C0784;
  border-radius: 50%;
  opacity: 0;
}
.wpcf7-radio .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  display: block;
  top: 1px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d4db;
  border-radius: 50%;
}

input[type=radio]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
  /* 要素を表示する */
}

/* チェックボックス */
input[type=checkbox] {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: solid 2px #d1d4db;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 3px solid #6C0784;
  border-bottom: 3px solid #6C0784;
  content: "";
}

.sample_label:hover:after {
  border-color: #0171bd;
  /* ボックスの境界線を実線で指定する */
}

.required {
  position: absolute;
  top: 9px;
  left: 0;
  width: 40px;
  height: 17px;
  text-align: center;
  color: #fff;
  padding: 3px 5px 1px 5px;
  background-color: #6c0784;
  line-height: 1;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .required {
    position: relative;
    top: -2px;
    margin-right: 10px;
    padding: 0px 5px 1px 5px;
  }
}

.c-form-acceptance {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form-acceptance {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.c-form-acceptance a {
  text-decoration: underline;
  color: #6C0784;
  font-weight: bold;
}
.c-form-acceptance .wpcf7-form-control-wrap {
  display: block;
  padding-top: 20px;
}

.c-form-submit {
  position: relative;
  width: 620px;
  max-width: 100%;
  margin: auto;
}
.c-form-submit::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
  width: 28px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .c-form-submit::after {
    top: calc(50% - 7px);
    right: 20px;
    width: 20px;
    height: 6px;
  }
}
.c-form-submit input[type=submit] {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 14px 20px 12px 20px;
  color: #fff;
  background-color: #6C0784;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .c-form-submit input[type=submit] {
    max-width: 100%;
    height: 50px;
    padding: 14px 20px 12px 20px;
    font-size: 16px;
  }
}
.c-form-submit input[type=submit]:hover {
  opacity: 0.7;
}

/* 確認画面 */
.c-form-submit-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-form-submit-confirm .c-form-previous {
  width: 200px;
}
.c-form-submit-confirm input[type=button] {
  width: 200px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .c-form-submit-confirm input[type=button] {
    width: 200px;
    height: 40px;
  }
}
.c-form-submit-confirm .c-form-submit {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c-form-submit-confirm .c-form-submit {
    position: relative;
    top: -10px;
    margin: 0 0 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .contact-confirm .c-form td p {
    font-size: 16px;
  }
}

/* front heading */
.c-front-heading {
  position: relative;
  text-align: center;
  padding: 0;
}
.c-front-heading--pt2 {
  padding: 0 0 0px 0;
  background: none;
}
.c-front-heading img {
  width: 75px;
  margin-bottom: -20px;
}
.p-front-possible .c-front-heading img {
  width: 125px;
    margin-bottom: -13px;
}
.p-front-medical .c-front-heading img {
  width: 160px;
    margin-bottom: -5px;
}
.p-front-greeting .c-front-heading img {
  width: 200px;
    margin-bottom: -10px;
}
.p-front-concept .c-front-heading,
.p-front-greeting .c-front-heading {
  padding-top: 170px;
}
.c-front-heading__textBig {
  position: relative;
  z-index: 2;
  left: 0.3em;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  color: #8A6330;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    left: 0.15em;
    letter-spacing: 0.15em;
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .c-front-heading__textBig {
    font-size: 24px;
    margin-top: 15px;
  }
}
.c-front-heading__textBig--white {
  color: #fff;
}
.c-front-heading__textSmall {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 80px;
  font-weight: bold;
  /* font-family: "segoe", serif; */
  color: #B18C67;
  line-height: 1;
  font-weight: 100;
  /* letter-spacing: -1; */
}
@media screen and (max-width: 500px) {
  .c-front-heading__textSmall {
    font-size: 55px;
    margin-top: 15px;
  }
}
.c-front-heading__textBig-small {
  display: block;
  margin-top: 3px;
  font-size: 25px;
}

/* Page heading */
.c-page-heading {
  position: relative;
  text-align: center;
  padding: 0 0 0px 0;
}
.c-page-heading__textBig {
  position: relative;
  z-index: 2;
  left: 0.3em;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-align: center;
  color: #636f68;
}
@media screen and (max-width: 767px) {
  .c-page-heading__textBig {
    left: 0.15em;
    letter-spacing: 0.15em;
    font-size: 30px;
    line-height: 1.5;
  }
}
.c-page-heading__textBig--white {
  color: #fff;
}
.c-page-heading__textSmall {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  font-family: "segoe", serif;
  color: #dba271;
  line-height: 1;
}
.c-page-heading__textBig-small {
  display: block;
  margin-top: 3px;
  font-size: 25px;
}

.c-page-subheading {
  position: relative;
  text-align: center;
  padding: 0 0 0px 0;
}
.c-page-subheading__textBig {
  position: relative;
  z-index: 2;
  left: 0.3em;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-align: center;
  color: #636f68;
}
@media screen and (max-width: 767px) {
  .c-page-subheading__textBig {
    left: 0.15em;
    letter-spacing: 0.15em;
  }
}
.c-page-subheading__textBig--white {
  color: #fff;
}
.c-page-subheading__textSmall {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  font-family: "segoe", serif;
  color: #dba271;
  line-height: 1;
}

/* Page heading */
.c-blog-heading {
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.42;
  color: #636F68;
}
.c-blog-heading__title {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: 0.15em;
  text-align: left;
  color: #636f68;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-blog-heading__title {
    font-size: 26px;
  }
}

.c-lead-block {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-lead-block {
    padding: 55px 0 0 0;
  }
}
.c-lead-block__title {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: #756a78;
  line-height: 1.7;
}
@media screen and (max-width: 1090px) {
  .c-lead-block__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 1090px) {
  .c-lead-block__title {
    font-size: 25px;
  }
}
.c-lead-block__text {
  width: 780px;
  max-width: 100%;
  margin: auto;
  color: #756a78;
}

/* --------------------------
メニュー gnav
ハンバーガーメニュー grawer
--------------------------- */
/*  Glabal Navigation PC */
.c-gnav {
  display: flex;
  justify-content: end;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
  position: absolute;
  top: 630px;
  right: 0;
}
@media screen and (max-width: 1090px) {
  .c-gnav {
    display: none;
  }
}
.c-gnav .menu {
  display: flex;
  justify-content: center;
  margin: 0 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: 18px 20px 17px 20px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 1.6;
  line-height: 1;
  transition: unset;
}
@media screen and (max-width: 1250px) {
  .c-gnav .menu > li > a {
    padding: 18px 10px 17px 10px;
  }
}
.c-gnav .menu > li > a > img {
  text-align: center;
  width: 22px;
  margin: 0 25px;
}
.c-gnav .menu > li .menu-item-en {
  display: block;
  margin-bottom: 4px;
  padding-top: 7px;
  color: #EBCAA9;
  /* font-family: "segoe", serif; */
  font-size: 11px;
  letter-spacing: 2px;
}
.c-gnav .menu > li .menu-item-jp {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.c-gnav .menu > li .menu-item-jp-inner {
  display: block;
  padding-top: 2px;
  font-size: 11px;
}

/* 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: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    z-index: 777;
    border-radius: 100px;
    background-color: #B18C67;
    color: #fff;
  }
  .c-nav-button {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    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: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 775;
    padding: 0 0px 0px 0;
    background-color: #785939;
    transform: translateX(110%);
    transition: all 0.2s ease-in;
    overflow-y: auto;
  }
  .c-nav-sp.is-open {
    transform: translateX(0%);
  }
  .c-nav-sp .menu {
    display: block;
    margin: 60px 0 0;
    padding: 0 0 50px 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: 14px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .c-nav-sp .menu > li .menu-item-jp {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
  .c-nav-sp .menu > li .menu-item-en {
    display: block;
    margin-bottom: 4px;
    font-family: "segoe", serif;
    font-size: 14px;
    letter-spacing: 0em;
    color: #ffe6ce;
  }
  .c-nav-sp .menu > li .menu-item-jp-inner {
    display: block;
    font-size: 15px;
  }
  .c-nav-sp .sub-menu {
    padding: 0;
  }
  .c-nav-sp .sub-menu li {
    margin-bottom: 1rem;
    text-align: center;
    width: 50%;
  }
  .c-nav-sp .sub-menu li:nth-of-type(odd) {
    float: right;
  }
  .c-nav-sp .sub-menu li:last-child {
    float: unset;
  }
  .menu-column {
    float: right;
  }

  .c-nav-sp .sub-menu li a {
    color: #fff;
  }
}
/* 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: 78px;
  height: 78px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .c-pageTop {
    bottom: 45px;
    width: 60px;
  }
}

.c-pageTop.is-show {
  opacity: 0.8;
}
.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: start;
    align-items: end;
    gap: 5px;
    width: 100%;
  }
}
.c-fix-banner-sp__item01 {
  width: 15.4%;
}
.c-fix-banner-sp__item01 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-fix-banner-sp__item02 {
  width: 17%;
}
.c-fix-banner-sp__item02 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-fix-banner-sp__item03 {
  width: 60%;
}
.c-fix-banner-sp__item03 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.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: 0px 0 300px 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__item:last-of-type {
    padding: 20px 0 70px 0;
  }
}
.c-post-news-list__info {
  position: relative;
  margin-bottom: 40px;
  padding: 0px;
}
.c-post-news-list__title {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.42;
  color: #636F68;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__title {
    font-size: 18px;
  }
}
.c-post-news-list__time {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #DBA271;
  font-family: "segoe", serif;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__time {
    font-size: 18px;
  }
}
.c-post-news-list__desc {
  font-size: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__desc {
    font-size: 15px;
  }
}
.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: 168px;
  padding: 8px 2px 10px 2px;
  border-radius: 50px;
  background-color: #B18C67;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-blog-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 85px 40px;
  margin: 0px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list {
    gap: 35px;
  }
}
.c-post-blog-list__item {
  width: calc(33.3% - 26.6px);
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__item {
    width: 100%;
  }
}
.c-post-blog-list__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 270/180;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__img img {
    aspect-ratio: 352/180;
  }
}
.c-post-blog-list__content {
  padding: 15px 25px 10px;
  background-color: #fff;
}
.c-post-blog-list__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  margin-bottom: 18px;
  /* font-family: font; */
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #636f68;
}
.c-post-blog-list__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0px 0px 0 0px;
}
.c-post-blog-list__category {
  display: block;
  width: 125px;
  height: 28px;
  padding: 6.5px 5px 4px 5px;
  border-radius: 14px;
  background-color: #777;
  /* font-family: font; */
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.c-post-blog-list__category--childhood-diseases {
  background-color: #16C2B0;
}
.c-post-blog-list__category--allergy {
  background-color: #FFB435;
}
.c-post-blog-list__category--vaccination {
  background-color: #5ac216;
}

.c-post-single {
  margin: 0px 0 0 0;
  padding: 0;
}
.c-post-single__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  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 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #DBA271;
  font-family: "segoe", serif;
}
@media screen and (max-width: 767px) {
  .c-post-single__time {
    font-size: 18px;
  }
}

.c-post-single-know {
  margin: 0px 0 65px 0;
  padding: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.c-post-single-know__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0px 0px 0 0px;
}
.c-post-single-know__category {
  display: block;
  width: 125px;
  height: 28px;
  padding: 7.5px 5px 4px 5px;
  border-radius: 14px;
  background-color: #777;
  font-family: font;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.c-post-single-know__category--childhood-diseases {
  background-color: #16C2B0;
}
.c-post-single-know__category--allergy {
  background-color: #FFB435;
}
.c-post-single-know__category--vaccination {
  background-color: #5ac216;
}
.c-post-single-know__time {
  margin-right: 20px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #a1afa7;
}
@media screen and (max-width: 767px) {
  .c-post-single-know__time {
    font-size: 18px;
  }
}
.c-post-single-know__img {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .c-post-single-know__img {
    margin-bottom: 30px;
  }
}
.c-post-single-know__img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.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-row-reverse {
  flex-direction: row-reverse;
}
.c-row-align-center {
  align-items: center;
}
.c-col-50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .c-col-100--sp {
    width: 100%;
  }
}

.c-col-2 {
  width: 48%;
  max-width: 48%;
  margin: 0 4% 30px 0;
}
@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;
}

@media screen and (max-width: 1090px) {
  .c-col-1--tb {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

.c-col-3 {
  width: 32%;
  max-width: 32%;
  margin: 0 2% 30px 0;
}
@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-col-4 {
  width: 24%;
  max-width: 24%;
  margin: 0 1.33% 30px 0;
}
@media screen and (max-width: 767px) {
  .c-col-4 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.c-col-4:nth-child(4n) {
  margin: 0 0 30px 0;
}

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

.c-order-1--sp {
  order: 2;
}
@media screen and (max-width: 767px) {
  .c-order-1--sp {
    order: 1;
  }
}

.c-order-2--sp {
  order: 1;
}
@media screen and (max-width: 767px) {
  .c-order-2--sp {
    order: 2;
  }
}

/* 下層ページのキービジュアル */
.c-subpage-common-list {
  padding: 0 0 80px 0;
}
@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;
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.c-subpage-common-list__inner--medical {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__inner {
    gap: 12px 5px;
  }
}
.c-subpage-common-list__item {
  width: 180px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__item {
    width: 250px;
    min-height: 40px;
    height: auto;
  }
}
.c-subpage-common-list__item > a {
  display: block;
  padding: 17px 10px;
  border-radius: 30px;
  border: solid 1px #B18C67;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #B18C67;
  transition: 0.3s linear;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__item > a {
    padding: 12px 10px;
    font-size: 16px;
  }
}
.c-subpage-common-list__item > a:hover {
  background-color: #B18C67;
  color: #fff;
}

/* 下層ページのキービジュアル */
.c-subpage-kv {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv {
    height: 300px;
  }
}
.c-subpage-kv__img {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__img {
    background-position: center center;
    height: 300px;
  }
}
.c-subpage-kv__heading {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px 0 0px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__heading {
    top: 130px;
  }
}
.c-subpage-kv__textBig {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  text-align: center;
  color: #8A6330;
  letter-spacing: 0.2em;
  line-height: 1.2;
  z-index: 2;
  margin-bottom: 10px;
}
.c-subpage-kv__textBig-small {
  display: block;
  padding-top: 3px;
  font-size: 22px;
}
.c-subpage-kv__textSmall {
  position: relative;
  font-size: 80px;
  font-weight: 100;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #B18C67;
  line-height: 1;
  letter-spacing: 1px;
  z-index: 2;
  margin-bottom: 1rem;
}

/* .blog .c-subpage-kv__img:after, */
/* .single-post .c-subpage-kv__img:after { */
  content: "";
  position: absolute;
  bottom: 50px;
  left: calc(50% + 280px);
  width: 295px;
  height: 229px;
  background: url("../img/news-kv01.png") no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  /* .blog .c-subpage-kv__img:after, */
  /* .single-post .c-subpage-kv__img:after { */
    inset: auto 0 85px 0;
    margin: auto;
    width: 150px;
    height: 109px;
  }
}

.post-type-archive-knowledge .c-subpage-kv__img:after,
.single-knowledge .c-subpage-kv__img:after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: calc(50% + 240px);
  width: 295px;
  height: 229px;
  background: url("../img/knowledge-kv01.png") no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .post-type-archive-knowledge .c-subpage-kv__img:after,
  .single-knowledge .c-subpage-kv__img:after {
    inset: auto 0 85px 0;
    margin: auto;
    width: 150px;
    height: 109px;
  }
}

/* .clinic .c-subpage-kv__img:after { */
  content: "";
  position: absolute;
  bottom: 50px;
  left: calc(50% + 280px);
  width: 295px;
  height: 208px;
  background: url("../img/clinic-kv01.png") no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .clinic .c-subpage-kv__img:after {
    inset: auto 0 85px 0;
    margin: auto;
    width: 150px;
    height: 109px;
  }
}

.medical .c-subpage-kv__img:after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: calc(50% + 240px);
  width: 295px;
  height: 151px;
  background: url("../img/medical-kv01.png") no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .medical .c-subpage-kv__img:after {
    inset: auto 0 85px 0;
    margin: auto;
    width: 201px;
    height: 103px;
  }
}

.vaccine .c-subpage-kv__img:after {
  content: "";
  position: absolute;
  bottom: 75px;
  left: calc(50% + 225px);
  width: 295px;
  height: 191px;
  background: url("../img/vaccine-kv01.png") no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .vaccine .c-subpage-kv__img:after {
    inset: auto 0 85px 0;
    margin: auto;
    width: 175px;
    height: 103px;
  }
}

/*  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 #6C0784;
  background: url("./img/icon_maintitle01.png") no-repeat 0px 50%;
  color: #6C0784;
  font-size: 3rem;
}
.nav-wrap {
  height: 100px;
    background: #CCBDAD;
}
@media screen and (max-width: 1090px) {
  .nav-wrap {
    display: none;
  }
}
.alt-nav {
  top: 318px;
  justify-content: center;
  color: #fff;
}
.alt-nav .menu > li .menu-item-en {
  color: #fff;
}
.l-header-area1Wrap.is-move .alt-nav .menu > li .menu-item-en {
  color: #EBCAA9;
}
.l-header-area1Wrap.is-move .alt-nav .menu > li .menu-item-jp {
  color: #000;
}
.alt-logo .l-header-branding {
  margin: 0;
}
.alt-logo .is-branding-scroll {
  display: block;
}
.alt-logo .l-header-branding > a .is-branding-scroll {
  display: block;
}

.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: 60px;
  left: 0px;
  width: 250px;
  margin: auto;
  z-index: 777;
  transition: 0.2s;
  pointer-events: none;
  flex-wrap: wrap;
  width: 420px;
  background: #8E775F;

}

.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:nth-of-type(1) {  order: 0;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(2) {  order: 2;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(3) {  order: 4;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(4) {  order: 6;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(5) {  order: 8;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(6) {  order: 10;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(7) {  order: 12;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(8) {  order: 14;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(9) {  order: 1;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(10) {  order: 3;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(11) {  order: 5;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(12) {  order: 7;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(13) {  order: 9;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(14) {  order: 11;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(15) {  order: 13;}
.c-gnav .menu>li>.sub-menu>li:nth-of-type(16) {  order: 15;}

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

.c-gnav .menu>li>.sub-menu>li>a {
  display: block;
  position: relative;
  padding: 12px 20px;
  text-decoration: none;
  text-align: left;
  background-color: #8E775F;
  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; */
}




/* 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;
}

/* トップページのメニュー */
.front-page .l-gnav .menu li a {
  color: #653b22;
  font-weight: 700;
}

.front-page .c-drawer-button span {
  background: #655050;
}

body.is-scroll .l-gnav .menu>li>a {
  color: #653b22;
  font-weight: 700;
}

body.is-scroll .c-drawer-button span {
  background: #655050;
}
