@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: auto;
  padding: 0.8em 4em 0.8em 4em;
  color: #fff !important;
  background-color: #2E7AB2;
  border-radius: 50px;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  border: none;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 700;
  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-btn01 {
    max-width: 100%;
    padding: 0.8em 3em 0.8em 3em;
  }
}
.c-btn01:hover {
  opacity: 0.7;
}
.c-btn01::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  width: 17px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

.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: #2E7AB2;
}
.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: #2E7AB2;
  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: 64px;
}
.c-faq dt {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 27px 20px 104px;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url("../img/icon-foot.png") no-repeat 96% 100%;
  background-size: 119px auto;
  background-color: #fff;
  color: #2e7ab2;
}
@media screen and (max-width: 767px) {
  .c-faq dt {
    padding: 20px 27px 20px 55px;
    background-size: 70px auto;
    font-size: 18px;
  }
}
.c-faq dt::before {
  content: "Q";
  position: absolute;
  top: 14px;
  left: 30px;
  width: 40px;
  height: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2e7ab2;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq dt::before {
    top: 26px;
    left: 20px;
    width: auto;
    font-size: 24px;
  }
}
.c-faq dd {
  position: relative;
  min-height: 140px;
  margin: 0 0 0 28px;
  padding: 30px 27px 30px 104px;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #d1ecff;
  color: #2e7ab2;
}
@media screen and (max-width: 767px) {
  .c-faq dd {
    min-height: auto;
    padding: 25px 27px 26px 50px;
    font-size: 15px;
  }
}
.c-faq dd::before {
  content: "A";
  position: absolute;
  top: 14px;
  left: 30px;
  width: 40px;
  height: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq dd::before {
    top: 26px;
    left: 20px;
    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 {
  position: relative;
  top: -40px;
  width: 100%;
  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: 275px;
  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;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-form th p {
    padding-left: 0px;
    font-size: 16px;
  }
}
.c-form td {
  width: calc(100% - 275px);
  padding: 20px 0px 20px 0px;
}
@media screen and (max-width: 767px) {
  .c-form td {
    display: block;
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
}

input {
  padding: 0.5em 1em;
  border-radius: 8px;
  border: solid 2px #c8c8c8;
  background-color: #fff;
  box-sizing: border-box;
}

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

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

select {
  width: 300px;
  max-width: 100%;
  height: 60px;
  border: solid 2px #c8c8c8;
  background-color: #fff;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 8px;
}

textarea {
  width: 100%;
  height: 220px;
  padding: 0.5em 1em;
  border-radius: 10px;
  border: solid 2px #c8c8c8;
  background-color: #fff;
  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: #2E7AB2;
  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 #2E7AB2;
  border-bottom: 3px solid #2E7AB2;
  content: "";
}

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

.required {
  position: relative;
  top: 3px;
  right: -5px;
  line-height: 1;
  font-size: 20px;
  color: #527ab1;
}

.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: #2E7AB2;
  font-weight: bold;
}
.c-form-acceptance .wpcf7-form-control-wrap {
  display: block;
  padding-top: 20px;
}

.c-form-submit {
  position: relative;
  width: 650px;
  max-width: 100%;
  margin: auto;
}
.c-form-submit input[type=submit] {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 14px 20px 12px 20px;
  color: #fff;
  border: 2px solid #2E7AB2;
  background-color: #2E7AB2;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 20px;
  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-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 0 0px 0;
}
.c-front-heading__textBig {
  position: relative;
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  color: #0f0f0f;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    font-size: 30px;
  }
}
.c-front-heading--white {
  color: #fff;
}
.c-front-heading__textSmall {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  font-family: "segoe", serif;
  color: #7cafd4;
  line-height: 1.2;
}
.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 60px 0;
}
.c-page-heading::before {
  content: "";
  position: absolute;
  inset: 15px 0 auto 0;
  width: 116px;
  height: 116px;
  margin: auto;
  border-radius: 200px;
  background-color: #fff065;
}
.c-page-heading__textBig {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  font-size: 35px;
  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: #0f0f0f;
}
@media screen and (max-width: 767px) {
  .c-page-heading__textBig {
    font-size: 26px;
  }
}
.c-page-heading__textBig--white {
  color: #fff;
}
.c-page-heading__textSmall {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-family: "segoe", serif;
  font-weight: bold;
  color: #7cafd4;
  line-height: 1;
}

.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;
}

.c-subpage-heading01 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 47px;
  font-size: 29px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading01 {
    margin-bottom: 40px;
    padding: 0 0 0 37px;
    font-size: 22px;
  }
}
.c-subpage-heading01::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: #fff065;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading01::before {
    top: 6px;
    width: 22px;
    height: 22px;
  }
}

.c-subpage-heading02 {
  margin-bottom: 35px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #2e7ab2;
  color: #2e7ab2;
  font-size: 25px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading02 {
    font-size: 18px;
  }
}

.c-subpage-heading03 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.c-subpage-heading04 {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2e7ab2;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading04 {
    font-size: 16px;
  }
}

/* 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;
}
.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;
}
@media screen and (max-width: 767px) {
  .c-blog-heading__title {
    font-size: 24px;
  }
}

.c-highlight01 {
  background: linear-gradient(transparent 65%, #fff385 65% 100%, transparent 100%);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}

.c-highlight02 {
  background: linear-gradient(transparent 65%, #D1EDEE 65% 100%, transparent 100%);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}

.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: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}
@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: 9px 25px 17px 25px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .c-gnav .menu > li > a {
    padding: 9px 15px 17px 15px;
  }
}
@media screen and (max-width: 1250px) {
  .c-gnav .menu > li > a {
    padding: 9px 10px 17px 10px;
  }
}
.c-gnav .menu > li .menu-icon-home {
  position: relative;
  top: 7px;
  left: -15px;
}
.c-gnav .menu > li .menu-item-jp {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1;
}
.c-gnav .menu > li .menu-item-en {
  display: block;
  margin-bottom: 4px;
  padding-top: 10px;
  color: #b1b1b1;
  font-family: "segoe", serif;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1;
}

/* 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: 15px;
    right: 17px;
    width: 50px;
    height: 50px;
    z-index: 777;
  }
  .c-nav-button {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 18px;
    border: none;
    background: none;
  }
  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2E7AB2;
    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: 70px;
    right: 0;
    width: 100%;
    height: calc(100% - 70px);
    z-index: 775;
    padding: 0 0px 0px 0;
    background-color: #bfe4ff;
    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: 0;
    padding: 30px 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: #000;
    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-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .c-nav-sp .menu > li .menu-item-en {
    display: block;
    margin-bottom: 4px;
    font-family: "segoe", serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #66a5d4;
  }
  .c-nav-sp .menu > li .menu-item-jp-inner {
    display: block;
    font-size: 15px;
  }
}
/* 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: 777;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-pageTop {
    width: 50px;
    height: 50px;
  }
}

.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: flex-start;
    align-items: flex-end;
    gap: 5px;
    width: 400px;
    max-width: 78%;
  }
}
.c-fix-banner-sp__item01 {
  width: 23%;
}
.c-fix-banner-sp__item01 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-fix-banner-sp__item02 {
  width: 77%;
}
.c-fix-banner-sp__item02 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-fix-banner-sp__item03 {
  width: 28.2%;
}
.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 100px 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: 40px;
  padding: 0px;
}
.c-post-news-list__title {
  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;
}
@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: #070707;
  font-family: "dinr_M", sans-serif;
  opacity: 0.27;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__time {
    font-size: 16px;
  }
}
.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: #2E7AB2;
  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: 10px 15px;
  background-color: #fff;
}
.c-post-blog-list__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  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: 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-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: 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;
}
.c-post-single__content {
  margin: 100px 0 180px;
}
@media screen and (max-width: 767px) {
  .c-post-single__category > span {
    font-size: 14px;
  }
}
.c-post-single__time {
  opacity: 0.27;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  font-family: "dinr_M", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-post-single__time {
    font-size: 15px;
  }
}

.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-align-center {
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .c-row-align-center--tb {
    align-items: center !important;
  }
}

.c-row-align-end {
  align-items: flex-end;
}

.c-row-align-start {
  align-items: flex-start;
}
@media screen and (max-width: 1090px) {
  .c-row-align-start--tb {
    align-items: flex-start !important;
  }
}

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

.c-row-reverse {
  flex-direction: row-reverse;
}

.c-col-50 {
  width: 50%;
}

.c-col-32 {
  width: 32%;
}

@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: 100px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list {
    padding: 40px 0 40px 0;
  }
}
.c-subpage-common-list--recruit-child {
  padding: 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: 230px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__item {
    width: 160px;
    min-height: 40px;
    height: auto;
  }
}
.c-subpage-common-list__item > a {
  display: block;
  padding: 17px 10px;
  border-radius: 30px;
  border: solid 1px #2E7AB2;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #2E7AB2;
  transition: 0.3s linear;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__item > a {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.c-subpage-common-list__item > a:hover {
  background-color: #2E7AB2;
  color: #fff;
}

/* 下層ページのキービジュアル */
.c-subpage-kv {
  position: relative;
  height: 562px;
  overflow: hidden;
}
@media screen and (max-width: 1090px) {
  .c-subpage-kv {
    height: auto;
    padding-top: 70px;
  }
}
.c-subpage-kv__img {
  position: absolute;
  left: calc(50% - 260px);
  width: 1121px;
  height: 562px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 1090px) {
  .c-subpage-kv__img {
    position: relative;
    width: 100%;
    height: 390px;
    left: auto;
    right: -40px;
    text-align: right;
    background-position: 100% 0;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__img {
    height: 190px;
  }
}
.c-subpage-kv__heading {
  position: absolute;
  top: 238px;
  left: calc(50% - 530px);
  margin: auto;
  padding: 0px 0 0px 0;
}
@media screen and (max-width: 1250px) {
  .c-subpage-kv__heading {
    left: calc(50% - 515px);
  }
}
@media screen and (max-width: 1090px) {
  .c-subpage-kv__heading {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 55px;
    text-align: center;
  }
}
.c-subpage-kv__textBig {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #0f0f0f;
}
.c-subpage-kv__textBig--white {
  color: #fff;
}
.c-subpage-kv__textSmall {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-family: "segoe", serif;
  font-weight: bold;
  color: #7cafd4;
  line-height: 1;
}

.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;
  }
  .c-subpage-kv__textBig {
    font-size: 32px;
  }
}

.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 #2E7AB2;
  background: url("./img/icon_maintitle01.png") no-repeat 0px 50%;
  color: #2E7AB2;
  font-size: 3rem;
}
