@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%;
  max-width: 294px;
  height: 50px;
  padding: 15px 20px 12px 20px;
  color: #fff;
  background-color: #2B5E9C;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 600;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .c-btn01 {
    max-width: 100%;
  }
}
.c-btn01 span {
  position: relative;
  z-index: 2;
}

.c-btn01::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 23px;
  width: 20px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

.c-btn01::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #135072 transparent;
  mix-blend-mode: multiply;
  opacity: 0.12;
}

.c-btn01:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02 .c-btn01 {
    padding: 18px 20px 12px 20px;
    font-size: 13.5px;
  }
}

.c-btn01--small {
  max-width: 234px;
}

@media screen and (max-width: 767px) {
  .c-btn01--small {
    display: block;
    max-width: 100%;
  }
}
.c-btn01--large02 {
  max-width: 395px;
}

.c-btn01--large03 {
  max-width: 320px;
}

.c-btn01--large {
  font-size: 15px;
  font-weight: 500;
  padding: 1em 6em 1em 6em;
  background: url(./img/icon_arrow-white.png) no-repeat calc(100% - 40px) 46%;
  background-size: 20px auto;
  background-color: #ef939f;
}

@media screen and (max-width: 767px) {
  .c-btn01--large {
    width: 450px;
    max-width: 100%;
    padding: 1em 0.5em 2.5em 0.5em;
    background-position: 53% calc(100% - 20px);
  }
}
.c-btn01--fullwide {
  width: 100%;
  max-width: 100%;
}

.c-btn-radius {
  display: block;
  position: relative;
  width: 180px;
  max-width: 100%;
  padding: 11px 10px 12px;
  border-radius: 50px;
  color: #fff;
  background-color: #353c3c;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (max-width: 1440px) {
  .c-btn-radius {
    width: 130px;
  }
}
.c-btn-radius::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

.c-btn-radius:hover {
  opacity: 1;
}

.c-btn-radius:hover::after {
  opacity: 0.5;
}

.c-btn-radius img {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.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%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  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: #494c50;
  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: #353c3c;
}

.c-dl01__dt02 {
  background-color: #494c50;
}

.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: #353c3c;
  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: #494c50;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

.c-form-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .c-form-item {
    margin-bottom: 15px;
  }
}
.c-form-item__submit {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__submit {
    margin-top: 35px;
  }
}
.c-form-item label {
  display: block;
  width: 300px;
  margin-bottom: 5px;
  padding: 10px 30px 5px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-form-item label {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0;
    font-size: 12px;
    text-align: left;
  }
}
input {
  flex: 1;
  height: 50px;
  padding: 0 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

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

@media screen and (max-width: 767px) {
  textarea {
    flex: none;
    width: 100%;
    height: 105px;
  }
}
.required {
  padding: 0 5px;
  color: #ca5c7d;
}

.grecaptcha-badge {
  display: none;
}

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

.c-form-message strong {
  color: #ca5c7d;
  font-weight: bold;
}

/* front heading */
/* Page heading */
.c-front-heading,
.c-page-heading {
  position: relative;
  text-align: center;
}

.c-front-heading__textBig,
.c-page-heading__textBig {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 13px;
  color: #494c50;
  font-size: 35px;
  font-weight: 600;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textBig,
  .c-page-heading__textBig {
    font-size: 25px;
  }
}
.c-front-heading__textBig::after,
.c-page-heading__textBig::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #353c3c;
  opacity: 0.26;
}

.c-front-heading__textBig--black,
.c-page-heading__textBig--black {
  color: #000;
}

.c-front-heading__textSmall,
.c-page-heading__textSmall {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  /* font-family: "trajan-sans-pro", sans-serif; */
  color: #d2bc49;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

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

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

/* --------------------------
メニュー 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: 767px) {
  .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: 10px 40px 17px;
  color: #fff;
  font-size: 14px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  /* font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 800;
}

@media screen and (max-width: 1090px) {
  .c-gnav .menu > li > a {
    padding: 12px 15px 9px 15px;
  }
}
.c-gnav .menu > li > a:hover {
  opacity: 1;
  color: #135072;
}

.c-gnav .menu > li > a > span,
.c-gnav .menu .menu-item-has-children span {
  display: block;
  font-size: 11px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2em;
  opacity: 0.75;
}
.c-gnav .menu .menu-item-has-children {
  display: block;
  position: relative;
  padding: 10px 40px 17px;
  color: #fff;
  font-size: 14px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  /* font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 800;
}

.c-gnav .menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 65px;
  list-style: none;
  width: 208px;
  padding: 0 0 5px 0;
  left: -30px;
}
.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: 15px 10px 15px 10px;
  color: #fff;
  background-color: rgb(71 120 181 / 98%);
  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;
}

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

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

@media screen and (max-width: 767px) {
  .c-nav-button__wrap {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .c-nav-button {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 18px;
    border: none;
    background: none;
  }
  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #353c3c;
    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: #2B5E9C;
    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: 2.5rem 0 0;
  }
  .c-nav-sp .menu > li {
    position: relative;
    padding: 0 0px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  }
  .c-nav-sp .menu > li:last-of-type {
    border-bottom: none;
  }
  .c-nav-sp .menu > li > a {
    display: block;
    position: relative;
    padding: 18px 20px 17px 20px;
    color: #fff;
    font-size: 18px;
    font-family: "Zen Maru Gothic Regular", sans-serif;
    /* font-family: "sofia-pro", sans-serif; */
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-weight: 700;
  }
  .c-nav-sp .menu .menu-item-has-children span,
  .c-nav-sp .menu > li > a > span {
    display: block;
    font-family: "sofia-pro", sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    opacity: 0.75;
  }
  .c-nav-sp .menu .menu-item-has-children {
    display: block;
    position: relative;
    padding: 18px 20px 17px 20px;
    color: #fff;
    font-size: 18px;
    font-family: "Zen Maru Gothic Regular", sans-serif;
    /* font-family: "sofia-pro", sans-serif; */
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-weight: 700;
  }
  .c-nav-sp .menu .menu-item-has-children span{
    margin-bottom: 10px;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu {
    background: #2183b9;
    width: 100vw;
    margin-left: -20px;
    display: none;
    list-style: none;
    padding-bottom: 5px;
    padding-left: 0;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 18px 10px 17px 10px;
    color: #fff;
    font-size: 16px;
    font-family: "Zen Maru Gothic Regular", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .c-nav-sp .menu .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 666;
  }
  .c-nav-sp .menu .sub-menu-sp-btn::after {
    content: "";
    position: absolute;
    top: 38px;
    right: 21px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: 0.3s ease;
  }
  .c-nav-sp .menu .sub-menu-sp-btn.is-open::after {
    transform: rotate(315deg);
  }
}
/* Page Key Visual */
.c-page-kv {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./img/img_pagetitle_bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #777;
}

.c-pageTop {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 60px;
  height: 60px;
  /* padding-top: 6px; */
  box-sizing: border-box;
  text-align: center;
  background-color: #135072;
  color: white;
  opacity: 0;
  transition: 0.3s;
  z-index: 777;
  cursor: pointer;
}

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

.c-pageTop.is-show::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

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

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

@media screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 60px;
  }
  .c-pageTop img {
    position: relative;
    top: 3px;
  }
}
.c-post-news-list {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-news-list__item {
  padding: 85px 0 80px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

@media screen and (max-width: 767px) {
  .c-post-news-list__item {
    padding: 55px 0 50px 0;
  }
}
.c-post-news-list__item:first-of-type {
  padding: 0px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__item:first-of-type {
    padding: 0px 0 50px 0;
  }
}
.c-post-news-list__item:last-of-type {
  padding: 85px 0 100px 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__item:last-of-type {
    padding: 55px 0 70px 0;
  }
}
.c-post-news-list__info {
  position: relative;
  margin-bottom: 30px;
  padding: 0px;
}

.c-post-news-list__title {
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__title {
    font-size: 18px;
  }
}
.c-post-news-list__time {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2B5E9C;
  /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
}

@media screen and (max-width: 767px) {
  .c-post-news-list__time {
    font-size: 18px;
  }
}
.c-post-news-list__desc {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-post-news-list__link {
  display: block;
  padding-bottom: 0px;
}

.c-post-news-list__link:has(.c-post-news-list__link-wrap) {
  padding-bottom: 55px;
}

.c-post-news-list__link-wrap {
  position: relative;
  padding: 0px 0 0 0;
  background-color: #fff;
  text-align: right;
  z-index: 2;
}

.c-post-news-list__link-wrap a {
  display: inline-block;
  position: relative;
  width: 150px;
  padding: 8px 2px 10px 2px;
  background-color: rgba(109, 113, 113, 0.1);
  color: #353c3c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-news-list__link-wrap a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #353c3c;
  border-right: 1px solid #353c3c;
  transform: rotate(45deg);
}

.c-post-blog-list {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-blog-list__item {
  margin-bottom: 100px;
}

.c-post-blog-list__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid #353c3c;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.59;
}

.c-post-blog-list__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0px 0px 0 0px;
}

.c-post-blog-list__info-left {
  display: flex;
  width: 400px;
  max-width: 50%;
}

.c-post-blog-list__category {
  margin-right: 22px;
}

.c-post-blog-list__category > span {
  display: block;
  width: 150px;
  padding: 5px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-blog-list__time {
  position: relative;
  top: 5px;
  color: #B6B6B6;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.c-post-blog-list__info-right {
  width: 150px;
}

.c-post-blog-list__info-right a {
  display: block;
  position: relative;
  width: 150px;
  padding: 8px 2px;
  background-color: #FFF9FA;
  color: #353c3c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-post-blog-list__info-right a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #353c3c;
  border-right: 1px solid #353c3c;
  transform: rotate(45deg);
}

.c-post-blog-list__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-post-single {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-single__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0px 0px 0 0px;
}

.c-post-single__info--news {
  justify-content: flex-start;
}

.c-post-single__category {
  margin-right: 22px;
}

.c-post-single__category > span {
  display: block;
  width: 150px;
  padding: 5px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-post-single__category > span {
    font-size: 14px;
  }
}
.c-post-single__time {
  position: relative;
  top: 5px;
  color: #2B5E9C;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
}

.c-post-single__time--news {
  font-size: 18px;
}

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

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

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

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

.c-col-2 {
  width: 48%;
  max-width: 48%;
  margin: 0 4% 30px 0;
  background-color: #ddd;
}

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

.c-col-3 {
  width: 32%;
  max-width: 32%;
  margin: 0 2% 30px 0;
  background-color: #ddd;
}

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

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

.c-subpage-kv__img {
  position: relative;
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
}

.c-subpage-kv__heading {
  position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2rem;
    text-align: center;
    font-family: "Zen Maru Gothic Medium", sans-serif;
    /* background: #fffffff0; */
    width: 460px;/*250*/
    border-radius: 10px;
    text-shadow: 00px 3px 10px rgba(255, 255, 255, 1);
}

.c-subpage-kv__textBig {
  position: relative;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-size: 32px;
    font-weight: unset;
    font-family: "Zen Maru Gothic Bold", sans-serif;
    /* font-family: "sofia-pro", sans-serif; */
    color: #153e70;
    letter-spacing: 0.2em;
    line-height: 1.2;
    z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__heading{
    width: 100%;
    top: 128px;
  }
  .c-subpage-kv__textBig {
    font-size: 25px;
  }
}
.c-subpage-kv__textSmall {
  position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #d4c865;
    font-family: "sofia-pro", sans-serif;
    line-height: 1.4;
    letter-spacing: 0.2em;
    z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__textSmall {
    font-size: 16px;
  }
}
/*  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 #353c3c;
  background: url("./img/icon_maintitle01.png") no-repeat 0px 50%;
  color: #353c3c;
  font-size: 3rem;
}

/* fix banner */
.c-fix-banner {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 777;
}
@media screen and (max-width: 767px) {
  .c-fix-banner {
    display: none;
  }
}

/* 下層ページ 共通 ページ内リンク一覧 */
.c-subpage-common-list {
  margin-bottom: 150px;
  padding: 30px 20px;
  background-color: #EBEBEB;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list {
    margin-bottom: 100px;
  }
}
.c-subpage-common-list__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 980px;
  max-width: 100%;
  margin: auto;
}
.c-subpage-common-list__item {
  position: relative;
  width: calc(25% - 11.25px);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  color: #5f859a;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__item {
    width: calc(50% - 7.5px);
  }
}
.c-subpage-common-list__item > a {
  display: block;
  padding: 15px 10px 22px 10px;
  line-height: 1.5;
}
.c-subpage-common-list__item::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1.5px solid #4382b3;
  border-right: 1.5px solid #4382b3;
  transform: rotate(135deg);
  opacity: 0.33;
}

#spe .c-subpage-common-list__inner {
  justify-content: center;
}

/* 診療案内の共通ブロック */
.c-medical-block01 {
  width: 100%;
}
.c-medical-block01__inner {
  width: 1000px;
  max-width: 100%;
  padding: 70px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-medical-block01__inner {
    padding: 40px 20px;
  }
}
.c-medical-block01__title {
  margin-bottom: 50px;
  padding: 0 0 5px 50px;
  border-bottom: 2px dashed #AACA4B;
  background: url("../img/medical/icon-hart.png") no-repeat 0% 4px;
  background-size: 34px;
  font-size: 25px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.15em;
  @media screen and (max-width: 767px) {
    margin-bottom: 30px;
  }
}
.c-medical-block01__list {
  list-style: none;
  counter-reset: number;
  margin: 20px 0;
  padding: 45px 50px;
  background: #FAFDF3;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-medical-block01__list {
    padding: 20px 20px;
  }
}
.c-medical-block01__list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-medical-block01__list li {
    padding-left: 33px;
  }
}
.c-medical-block01__list li::before {
  width: 30px;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  background-color: #aaca4b;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  height: 30px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-medical-block01__list li::before {
    top: 2px;
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
}
.c-medical-block01__content {
  margin-bottom: 45px;
  padding: 45px 50px;
  background: #FAFDF3;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-medical-block01__content {
    margin-bottom: 30px;
    padding: 20px 20px;
  }
}
.c-medical-block01__content ul {
  margin: 0;
  padding: 0 0 0 72px;
}
@media screen and (max-width: 767px) {
  .c-medical-block01__content ul {
    padding: 0 0 0 22px;
  }
}
.c-medical-block01__content p {
  padding: 0 0 0 52px;
}
@media screen and (max-width: 767px) {
  .c-medical-block01__content p {
    padding: 0;
  }
}
.c-medical-block01__content ol {
  margin: 0;
  padding: 0 0 0 72px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-medical-block01__content ol {
    padding: 0 0 0 22px;
  }
}
.c-medical-block01__content ol li {
  margin-bottom: 10px;
}
.c-medical-block01__content ol span {
  display: block;
  font-weight: 400;
  line-height: 2.1;
}
.c-medical-block01__content-title {
  margin-bottom: 22px;
  padding: 0 !important;
  font-weight: bold;
  font-size: 16px;
}
.c-medical-block01__content-title > span {
  position: relative;
  display: inline-block;
  width: 30px;
  margin-right: 20px;
  background-color: #aaca4b;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  height: 30px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-medical-block01__content-title > span {
    top: 1px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    line-height: 1.4;
  }
}

#page03 .c-medical-block01 {
  display: flex;
  justify-content: flex-end;
}

.c-medical-block02 {
  width: 100%;
  margin-bottom: 50px;
}
.c-medical-block02__inner {
  width: 1000px;
  max-width: 100%;
  padding: 70px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-medical-block02__inner {
    padding: 40px 20px;
  }
}
.c-medical-block02__title {
  margin-bottom: 70px;
  padding: 0 0 5px 0px;
  border-bottom: 2px dashed #AACA4B;
  font-size: 25px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-medical-block02__title {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.c-medical-block02__desc {
  margin-bottom: 75px;
  font-weight: 500px;
}
@media screen and (max-width: 767px) {
  .c-medical-block02__desc {
    margin-bottom: 40px;
  }
}
.c-medical-block02__list dt {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
}
.c-medical-block02__list dt::after {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #aaca4b;
}
.c-medical-block02__list dd {
  margin-bottom: 40px;
}
