@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: #94AAF9;
  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;
}

@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: #94AAF9;
  background-size: 17px;
}

.c-btn01--reserve>span {
  position: relative;
  top: 4px;
  margin-right: 13px;
}

.c-btn01--news {
  padding: 0.8em 23px 1em 15px;
  background-position: calc(100% - 13px) 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-btn01--reserve {
    height: 60px;
    font-size: 20px;
    padding: 11px;
  }
}

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

.c-front-heading--pt2 {
  padding: 0 0 0px 0;
  background: none;
}

.c-front-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.2em;
  line-height: 1.2;
  text-align: center;
  color: #005080;
}



.c-front-heading__textBig--white {
  color: #fff;
}

.c-front-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-front-heading__textBig-small {
  display: block;
  margin-top: 3px;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    font-size: 25px;
  }

  .c-front-heading__textSmall {
    font-size: 18px;
  }
}



/* Page heading */
.c-page-heading {
  background: url(../img/title_deco.webp) no-repeat center top;
  background-size: 90px auto;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 110px 0 0px 0;
  margin-bottom: 120px;
}

.c-page-heading::after {
  content: '';
  background: #87a0ba;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 48px;
  left: 0;
  z-index: 0;
}

.c-page-heading__textBig {
  position: relative;
  z-index: 1;
  left: 0.3em;
  margin: 0 auto 18px;
  padding: 0 40px;
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.7;
  text-align: center;
  color: #005080;
  background: #fff;
  width: fit-content;
}

@media screen and (max-width: 1200px) {
  .c-page-heading {
    background-size: 70px auto;
    width: 100%;
    padding: 90px 25px 0;
  }

  .c-page-heading__textBig {
    /* padding: 0 10px; */
    left: 0.15em;
    letter-spacing: 0.15em;
    font-size: 30px;
    line-height: 1.5;
  }

  .c-page-heading__textBig::after {
    width: calc(100% - 50px);
    bottom: 53px;
    left: 25px;
  }
}


.c-page-heading__textBig--white {
  color: #fff;
}

.c-page-heading__textSmall {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 17px;
  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-heading {
    margin-bottom: 60px !important;
  }

  .c-page-subheading__textBig {
    left: 0.15em;
    letter-spacing: 0.15em;
  }

  .c-page-heading__textBig {
    font-size: 23px;
    padding: 0 30px;
  }

  #refusal00 .c-page-heading .c-page-heading__textBig {
    padding: 0 0px;
  }

  .c-page-heading__textSmall {
    font-size: 15px;
  }
}

.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: 30px;
  font-weight: bold;
  line-height: 1.62;
  letter-spacing: 0.15em;
  text-align: left;
  color: #005080;
  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: 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: 7px 22px 17px 22px;
  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;
}

.l-header-area1Wrap.is-move .c-gnav .menu>li>a {
  padding: 19px 22px 17px 22px;
}

@media screen and (max-width: 1300px) {
  .c-gnav .menu>li>a {
    padding: 7px 17px 17px 17px;
  }

  .l-header-area1Wrap.is-move .c-gnav .menu>li>a {
    padding: 19px 17px 17px 17px;
  }
}

@media screen and (max-width: 1150px) {
  .c-gnav .menu>li>a {
    padding: 7px 14px 17px 14px;
  }

  .l-header-area1Wrap.is-move .c-gnav .menu>li>a {
    padding: 19px 14px 17px 14px;
  }
}

.c-gnav .menu>li>a>img {
  text-align: center;
}

.c-gnav .menu>li .menu-item-en {
  display: block;
  margin-bottom: 4px;
  padding-top: 7px;
  color: #d6934a;
  font-family: "segoe", serif;
  font-size: 13px;
  letter-spacing: 0em;
}

.c-gnav .menu>li .menu-item-jp {
  color: #005080;
  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: 15px;
    right: 17px;
    width: 50px;
    height: 50px;
    z-index: 777;
    border-radius: 100px;
    background-color: #94AAF9;
  }

  .c-nav-button {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 18px;
    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: 80px;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: 775;
    padding: 0 0px 0px 0;
    background-color: #94AAF9;
    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: 20px;
    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: 16px;
    letter-spacing: 0em;
    color: #ffe6ce;
  }

  .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 {
    bottom: 85px;
  }
}

@media screen and (max-width: 500px) {
  .c-pageTop {
    bottom: 25px;
    width: 50px;
  }
}

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

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

.c-fix-banner {
  display: block;
  position: fixed;
  top: 50%;
  right: -1px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  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: baseline;
    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: 56.4%;
}

.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 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: 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: #005080;
}

@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: #94AAF9;
  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-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: 0px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list {
    padding: 40px 0 40px 0;
    z-index: 2;
    position: relative;
  }
}

.c-subpage-common-list__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px 20px;
  width: 1000px;
  /*800*/
  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: 260px;
  height: 60px;
}

@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 #94AAF9;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #005080;
  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: #94AAF9;
  color: #fff;
}

/* 下層ページのキービジュアル */
.c-subpage-kv {
  position: relative;
  height: 460px;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv {
    height: 410px;
  }
}

.c-subpage-kv__img {
  position: relative;
  width: 100%;
  height: 404px;
  background-size: 3500px auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__img {
    background-position: 50% 0px;
    height: 480px;
  }
}

.c-subpage-kv__heading {
  position: absolute;
  top: 178px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px 0 0px 0;
  text-align: center;
}



.c-subpage-kv__textBig {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  text-align: center;
  color: #005080;
  letter-spacing: 0.2em;
  line-height: 1.5;
  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: 18px;
  font-weight: 700;
  font-family: "segoe", serif;
  color: #DBA271;
  line-height: 1.2;
  letter-spacing: 0em;
  z-index: 2;
}

.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) {
  .c-subpage-kv__heading {
    top: 145px;
    padding: 0 40px;
  }

  .c-subpage-kv__textBig {
    font-size: 25px;
  }

  .c-subpage-kv__textBig-small {
    font-size: 16px;
  }

  .blog .c-subpage-kv__img:after,
  .single-post .c-subpage-kv__img:after {
    inset: auto 0 85px 0;
    margin: auto;
    width: 150px;
    height: 109px;
  }

  .page-id-766 .c-subpage-kv__heading {
    top: 128px;
    padding: 0 40px;
  }
}

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


.c-gnav .menu .menu-item-has-children {
  position: relative;
}

.c-gnav .menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100px;
  left: -76px;
  list-style: none;
  width: 250px;
  padding: 0 0 5px 0;
  border-radius: 10px;
  background-color: #085a8c;
}

.is-move .c-gnav .menu .menu-item-has-children .sub-menu {
  top: 70px;
}

.c-gnav .menu .menu-item-has-children .sub-menu.is-open {
  display: block;
}

.c-gnav .menu .menu-item-has-children .sub-menu>li>a {
  display: block;
  padding: 10px 10px 10px 10px;
  color: #fff;
  /* background-color: #085a8c; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

.c-gnav .menu .menu-item-has-children .sub-menu>li:last-of-type>a {
  border-bottom: none;
}



@media screen and (max-width: 1090px) {
  .c-nav-sp.is-open {
    transform: translateX(0%);
  }

  .c-nav-sp .menu .menu-item-has-children {
    position: relative;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    display: block;
    position: relative;
    padding: 18px 20px 17px 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
  }

  /* .c-nav-sp .menu .menu-item-has-children > span { */
  /* display: block; */
  /* font-size: 11px; */
  /* font-family: "Sofia_Pro_Soft_Bold", sans-serif; */
  /* letter-spacing: 0.2em; */
  /* opacity: 0.75; */
  /* } */
  .c-nav-sp .menu .menu-item-has-children .sub-menu {
    display: none;
    list-style: none;
    position: relative;
    width: calc(100% + 80px);
    margin: 12px -40px -17px -40px;
    padding: 10px 0 10px 0;
    background-color: #5b6ac2;
  }

  .c-nav-sp .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 18px 40px 17px 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .c-nav-sp .menu .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 666;
  }

  .c-nav-sp .menu .sub-menu-sp-btn::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 35px;
    width: 12px;
    height: 12px;
    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);
  }
}