@charset "UTF-8";

/*
 font-family: "Shippori Mincho", serif;

 font-family: "Noto Sans JP", sans-serif;

 font-family: "EB Garamond", serif;

 font-family: 'dinr_R' sans-serif;
*/
/* Breadcrumbs */
.c-breadcrumbs {
  margin: 37px 0 40px 0;
  font-size: 14px;
  text-align: left;
  color: #baa2a2;
}

.c-breadcrumbs a {
  color: #baa2a2;
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.8em 55px 0.9em 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  color: #e76a34;
  text-decoration: none !important;
}

.c-btn01>span {
  position: relative;
}

.c-btn01>span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #e76a34;
}

.c-btn01::before {
  content: "";
  position: absolute;
  top: calc(50% - 16.5px);
  right: 0;
  width: 0;
  height: 0;
  width: 33px;
  height: 33px;
  background-color: #e76a34;
}

.c-btn01::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 11px;
  width: 16px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

.c-btn01--small {
  padding: 0.8em 35px 0.9em 0px;
}

.c-btn01--small::before {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  right: 0;
  width: 0;
  height: 0;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  border-radius: 50px;
  background-color: #fe7d7d;
}

.c-btn01--small::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 9px;
  width: 10px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

@media screen and (max-width: 767px) {
  .c-btn01--br::before {
    top: 15px;
  }

  .c-btn01--br::after {
    top: 32px;
  }
}

.c-btn01--fit {
  width: fit-content;
}

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

@media screen and (max-width: 767px) {
  .front-page .c-btn01 {
    padding: 0.8em 45px 0.9em 0px;
    font-size: 13px;
  }

  .front-page .c-btn01::after {
    top: 18px;
    right: 12px;
    width: 13px;
    height: 5px;
  }
}

.c-btn02 {
  display: block flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 276px;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.82;
  background-color: #e76a34;
  color: #fff;
  text-decoration: none !important;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 767px) {
  .c-btn02 {
    width: 100%;
    padding: 15px 32px 15px 30px;
  }
}

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

@media screen and (max-width: 767px) {
  .c-btn02::before {
    right: 15px;
  }
}

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

.c-btn02--large {
  width: 100%;
  max-width: 300px;
}

.c-btn03 {
  display: inline-block flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  padding: 2px 20px 2px 20px;
  font-size: 14px;
  line-height: 1.82;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none !important;
  font-family: "Shippori Mincho", serif;
}

.c-btn03::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

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

.c-btn04 {
  display: block flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  padding: 10px 10px 11px 10px;
  font-size: 16px;
  line-height: 1.82;
  letter-spacing: 0.1em;
  border: 1px solid #183970;
  color: #1e4375;
  text-decoration: none !important;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

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

.c-btn04 span {
  position: relative;
}

.c-btn04 span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0px);
  right: -20px;
  width: 10px;
  height: 4px;
  border-right: 1px solid #183970;
  border-bottom: 1px solid #183970;
  transform: skew(45deg);
}

.c-btn04: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-custom-single {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-custom-single__img-wrap {
  position: relative;
}

.c-custom-single__img {
  margin-bottom: 22px;
}

.c-custom-single__img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 900/500;
}

.c-custom-single__cat {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 0 22px 0;
  padding: 0;
}

.c-custom-single__cat>li {
  display: block;
  width: fit-content;
  padding: 9px 20px 10px 20px;
  background-color: #475555;
  color: #fff;
  font-size: 13px;
  line-height: 2.46;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-custom-single__cat>li {
    font-size: 12px;
  }
}

.c-custom-single__title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-custom-single__title {
    font-size: 20px;
  }
}

.c-custom-single__info {
  margin-bottom: 65px;
  padding: 0px 0px 0 0px;
}

.c-custom-single__time {
  font-family: "EB Garamond", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.13;
  color: #c2b4a5;
}

.c-custom-single__content h2 {
  margin: 2em 0 1em 0;
  font-size: 22px;
}

.c-custom-single__content h3 {
  margin: 2em 0 1em 0;
  font-size: 20px;
}

.c-custom-single__content h4 {
  margin: 2em 0 1em 0;
  font-size: 18px;
}

.c-custom-single__content p {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.19;
  letter-spacing: 1.6px;
  text-align: left;
  color: #3e4541;
}

.c-custom-single__content img {
  margin-bottom: 1em;
}

.c-front-description {
  color: #1E4375;
  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: #1E4375;
}

.c-dl01__dt02 {
  background-color: #1E4375;
}

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

.c-faq__item {
  margin-bottom: 18px;
}

.c-faq dt {
  position: relative;
  padding: 8px 50px 8px 77px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #fff;
  color: #2d2d2d;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-faq dt {
    padding: 8px 55px 8px 60px;
    font-size: 16px;
  }
}

.c-faq dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0px;
  width: 50px;
  height: 100%;
  font-family: "didot-roman", serif;
  font-size: 28px;
  text-align: center;
  background-color: #e1bdbd;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-faq dt::before {
    width: 44px;
    font-size: 24px;
  }
}

.c-faq dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 25px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #a7a7a7;
  border-right: 2px solid #a7a7a7;
  transform: rotate(135deg);
  transition: 0.3s;
}

.c-faq dt.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.c-faq dt.is-open::after {
  transform: rotate(-45deg);
}

.c-faq dd {
  display: none;
  position: relative;
  padding: 30px 30px 30px 80px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #FBFBFB;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media screen and (max-width: 767px) {
  .c-faq dd {
    padding: 30px 30px 30px 42px;
  }
}

.c-faq dd::before {
  content: "A";
  position: absolute;
  top: 25px;
  left: 40px;
  font-family: "didot-roman", serif;
  font-size: 70px;
  color: #AF7272;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-faq dd::before {
    font-size: 50px;
    top: 15px;
    left: 20px;
  }
}

.c-faq__a-inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .c-faq__a-inner {
    padding: 20px;
  }
}

.c-faq__a-inner p {
  margin-bottom: 1.5em;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .c-form-item {
    margin-bottom: 15px;
  }
}

.c-form-item__submit {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__submit {
    margin-top: 35px;
  }
}

.c-form-item label {
  display: block;
  width: 300px;
  margin-bottom: 5px;
  padding: 10px 30px 5px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-form-item label {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0;
    font-size: 12px;
    text-align: left;
  }
}

input {
  flex: 1;
  height: 50px;
  padding: 0 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  input {
    flex: none;
    width: 100%;
    height: 35px;
  }
}

textarea {
  flex: 1;
  height: 300px;
  padding: 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  textarea {
    flex: none;
    width: 100%;
    height: 105px;
  }
}

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

.grecaptcha-badge {
  display: none;
}

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

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

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

.c-front-heading__img {
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-front-heading__img {
    margin-bottom: 25px;
  }

  .c-front-heading__img img {
    width: 133px;
    height: auto;
  }
}

.c-front-heading__textBig {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}

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

.c-front-heading__textBig--blue {
  color: #1e4375;
}

.c-front-heading__textSmall {
  opacity: 0.33;
  font-family: "EB Garamond", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.96;
  text-align: center;
  color: #fff;
}

.c-front-heading__textSmall--blue {
  color: #1e4375;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textSmall--orange-sp {
    color: #c1a376;
  }
}

.c-front-heading__textSmall-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textSmall-sp {
    display: block;
    opacity: 0.33;
    font-family: "EB Garamond", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.96;
    text-align: center;
    color: #c1a376;
  }
}

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

.c-front-heading-sub {
  position: relative;
  text-align: center;
}

.c-front-heading-sub__textSmall {
  display: block;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #baa2a2;
}

.c-front-heading-sub__textBig {
  position: relative;
  font-family: "didot-roman", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #050505;
}

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

.c-front-heading02 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  gap: 0 12px;
}

@media screen and (max-width: 767px) {
  .c-front-heading02 {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}

.c-front-heading02__textBig {
  position: relative;
  font-family: "didot-roman", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  color: #050505;
}

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

.c-front-heading02__textSmall {
  display: block;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #baa2a2;
  padding-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .c-front-heading02__textSmall {
    font-size: 16px;
    padding-bottom: 0px;
  }
}

.c-front-heading02--small .c-front-heading02__textBig {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .c-front-heading02--small .c-front-heading02__textBig {
    font-size: 50px;
  }
}

.c-front-heading02--small .c-front-heading02__textSmall {
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .c-front-heading02--small .c-front-heading02__textSmall {
    padding-bottom: 0px;
  }
}

/* Page heading */
.c-subpage-heading {
  position: relative;
  text-align: center;
  background: url("../img/text-yoshie-ligth-gray.png") no-repeat 50% 100%;
  background-size: 180px auto;
  padding-bottom: 30px;
}

.c-subpage-heading::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #154F72;
}

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

.c-subpage-heading__textBig {
  display: inline-block;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  color: #284674;
  background-color: #fff;
  padding: 15px 40px 10px 40px;
}

@media screen and (max-width: 767px) {
  .c-subpage-heading__textBig {
    padding: 10px 0px 15px 0px;
    font-size: 25px;
  }
}

.c-subpage-heading__textBig--blue {
  background-color: #f8f9fb;
}

.c-subpage-heading__textSmall {
  display: block;
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #9fbee9;
  line-height: 1;
}

.c-list01 {
  list-style-type: none;
  margin: 0;
  padding: 60px 60px 80px 60px;
  border-radius: 30px;
  background-color: #fff;
}

@media screen and (max-width: 1090px) {
  .c-list01 {
    padding: 45px 20px 40px 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-list01 {
    padding: 45px 20px 60px 30px;
  }
}

.c-list01 li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-list01 li {
    font-size: 16px;
    font-weight: bold;
  }
}

.c-list01 li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 21px;
  height: 14px;
  background: url("../img/icon_check.png") no-repeat 50% 50%;
  background-size: cover;
}

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

/* --------------------------
メニュー gnav
--------------------------- */
/*  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 25px 0 0px;
}

@media screen and (max-width: 1300px) {
  .c-gnav .menu {
    padding: 0px 15px 0 0px;
  }
}

.c-gnav .menu>li {
  position: relative;
  padding: 0 0px;
}

.c-gnav .menu>li>a {
  display: block;
  position: relative;
  padding: 5px 22px 25px 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

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

@media screen and (max-width: 1200px) {
  .c-gnav .menu>li>a {
    padding: 5px 10px 25px 10px;
  }
}

.c-gnav .menu>li>a>span {
  display: block;
  padding-top: 5px;
  font-family: "EB Garamond", serif;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  opacity: 0.55;
}

.c-gnav .menu>li>a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 60px;
  height: 5px;
  margin: auto;
  background-color: transparent;
  transition: 0.2s;
}

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

.c-gnav .menu>li>a:hover::after {
  background-color: #E95D20;
}

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

.c-gnav .menu .menu-item-has-children .sub-menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: 68px;
  left: 50%;
  list-style: none;
  width: 240px;
  padding: 0 0 5px 0;
  z-index: 777;
  translate: -50% 0;
}

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

.c-gnav .menu .menu-item-has-children .sub-menu>li {
  width: 100%;
}

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

.c-gnav .menu .menu-item-has-children .sub-menu>li>a:hover {
  opacity: 0.8;
}

.c-gnav .menu .menu-item-has-children .sub-menu--last {
  position: absolute;
  right: 0;
  width: 645px;
}

.c-gnav .menu .menu-item-has-children .sub-menu--last>li {
  width: 33.3%;
}

/* 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: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 66px;
    background-color: #1E4375;
    z-index: 779;
  }

  .c-nav-button {
    position: relative;
    margin: auto;
    width: 24px;
    height: 18px;
    border: none;
    background: none;
  }

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

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

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

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

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

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

  .c-nav-button__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  /* sp ナビ */
  .c-nav-sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 777;
    padding: 80px 20px 40px;
    background-color: #1E4375;
    transform: translateX(110%);
    transition: all 0.2s ease-in;
    overflow-y: auto;
    z-index: 778;
  }

  .c-nav-sp.is-open {
    transform: translateX(0%);
  }

  .c-nav-sp .menu {
    display: block;
    margin: 0;
    padding: 0;
  }

  .c-nav-sp .menu>.menu-item {
    position: relative;
    padding: 0 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .c-nav-sp .menu>.menu-item>a {
    display: block;
    position: relative;
    padding: 15px 10px 15px 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-family: "Shippori Mincho", serif;
  }

  .c-nav-sp .menu>.menu-item>a>span {
    display: block;
    width: 100%;
    margin-top: 3px;
    font-size: 11px;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.2em;
    opacity: 0.75;
  }

  .c-nav-sp .menu .menu-item-has-children {
    display: block;
    position: relative;
    padding: 15px 10px 15px 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-family: "Shippori Mincho", serif;
  }

  .c-nav-sp .menu .menu-item-has-children>span {
    display: block;
    width: 100%;
    margin-top: 3px;
    font-size: 11px;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    line-height: 14px;
    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% + 60px);
    margin: 12px -30px -16px -30px;
    padding: 20px 20px 30px 20px;
    background-color: #09192E;
  }

  .c-nav-sp .menu .menu-item-has-children .sub-menu li {
    /*
    &:nth-child(odd) {
      position: relative;
      left: 3px;
      border-right: 1px solid #A06667;
    }
      */
  }

  .c-nav-sp .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 12px 10px 12px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    font-family: "Shippori Mincho", serif;
  }

  .c-nav-sp .menu .menu-item-has-children .sub-menu li.menu-item-last {
    border-bottom: none !important;
  }

  .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: 21px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px 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 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 50px;
  height: 50px;
  padding-top: 3px;
  box-sizing: border-box;
  text-align: center;
  background-color: #e95d20;
  color: white;
  opacity: 0;
  transition: 0.3s;
  z-index: 777;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding-top: 5px;
  }

  .c-pageTop img {
    position: relative;
    top: -2px;
    width: 15px;
    height: auto;
  }
}

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

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

.c-fix-banner-sp {
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0;
  z-index: 775;
}

@media screen and (max-width: 767px) {
  .c-fix-banner-sp {
    display: flex;
    display: none;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }
}

.c-fix-banner-sp__item01 {
  width: 50%;
  background-color: #baa2a2;
}

.c-fix-banner-sp__item01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.c-fix-banner-sp__item02 {
  width: 50%;
  background-color: #fe7d7d;
}

.c-fix-banner-sp__item02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

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

@media screen and (max-width: 767px) {
  .c-post-news-list {
    margin: 0px 0 140px 0;
  }
}

.c-post-news-list__item {
  padding: 50px 0 40px 0;
  border-bottom: 1px solid #dacccc;
}

.c-post-news-list__item:first-of-type {
  padding: 0px 0 40px 0;
}

.c-post-news-list__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__info {
    margin-bottom: 20px;
  }
}

.c-post-news-list__time {
  width: 105px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #1d1d1d;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__time {
    width: 100px;
    font-size: 14px;
  }
}

.c-post-news-list .post-categories {
  position: relative;
  top: -1px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 3px 8px 4px 10px;
  background-color: #ff7f47;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.c-post-news-list__title {
  position: relative;
  top: -1px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #1d1d1d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin-left: 38px;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__title {
    width: 100%;
    font-size: 18px;
    margin: 10px 0 15px 0;
  }
}

.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-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;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  color: #e76a34;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
}

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

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

.c-post-single-news__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px;
  padding: 0px;
}

.c-post-single-news__time {
  width: 115px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #1d1d1d;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-post-single-news__time {
    width: 100px;
    font-size: 14px;
  }

  .c-post-single-news__info {
    margin-bottom: 7px;
  }

  .c-post-news-list__link-wrap a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .c-post-news-list__desc {
  margin-bottom: 10px;
}
}

.c-post-single-news .post-categories {
  position: relative;
  top: -1px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 3px 8px 4px 10px;
  background-color: #ff7f47;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.c-post-single-news__title {
  margin-bottom: 70px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  color: #09192E;
  font-family: "Shippori Mincho", serif;
}

.c-post-blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin: 0px 0 120px 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-post-blog-list {
    grid-template-columns: 100%;
  }

  .c-post-single-news__title {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 1.8;
  }
}

.c-post-blog-list__img-wrap {
  position: relative;
}

.c-post-blog-list__img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}

.c-post-blog-list__cat {
  position: absolute;
  right: 0;
  bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-post-blog-list__cat>li {
  display: block;
  width: fit-content;
  padding: 9px 20px 10px 20px;
  background-color: #475555;
  color: #fff;
  font-size: 13px;
  line-height: 2.46;
  text-align: center;
}

.c-post-blog-list__title {
  padding: 16px 0 22px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: left;
  color: #000;
}

.c-post-blog-list__time {
  font-family: "EB Garamond", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.13;
  text-align: left;
  color: #c2b4a5;
}

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

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

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

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

.c-post-single-blog__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-blog__category>span {
    font-size: 14px;
  }
}

.c-post-single-blog__time {
  position: relative;
  top: 5px;
  color: #1E4375;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}

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

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

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

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

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

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

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

.c-col-2:nth-child(2n) {
  margin: 0 0 30px 0;
}

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

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

.c-col-3:nth-child(3n) {
  margin: 0 0 30px 0;
}

/* 下層ページのキービジュアル */
.c-subpage-common-list {
  padding: 35px 0;
  background-color: #f4f7fb;
}

.c-subpage-common-list__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin: auto;
}

@media screen and (max-width: 1090px) {
  .c-subpage-common-list__inner {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list {
    padding: 25px 0;
  }

  .c-subpage-common-list__inner {
    align-items: stretch;
    gap: 10px;
    justify-content: center;
  }
}

.c-subpage-common-list__item {
  width: calc(25% - 15px);
}

@media screen and (max-width: 1090px) {
  .c-subpage-common-list__item {
    width: calc(33.3% - 13.3333333333px);
  }
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item {
    width: calc(50% - 5px);
  }
}

.c-subpage-common-list__item>a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 5px 5px 7px 5px;
  border-radius: 8px;
  border: solid 1px #fff;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.15em;
  text-align: center;
  color: #284674;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item>a {
    padding: 5px 5px 10px 5px;
    font-size: 13px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 374px) {
  .c-subpage-common-list__item>a {
    font-size: 12px;
  }
}

.c-subpage-common-list__item>a:hover {
  background-color: #284674;
  color: #fff;
  opacity: 1;
}

.c-subpage-common-list__item>a::after {
  content: "";
  position: absolute;
  inset: auto 0 7px 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #b9ceef;
  border-right: 1px solid #b9ceef;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item>a::after {
    inset: auto 0 4px 0;
  }
}

.c-subpage-common-list__item--col3 {
  width: calc(33.3% - 13.3333333333px);
}

@media screen and (max-width: 1090px) {
  .c-subpage-common-list__item--col3 {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item--col3 {
    width: calc(50% - 5px);
  }
}

.c-subpage-common-list__item--col2 {
  width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item--col2 {
    width: calc(50% - 5px);
  }
}

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

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

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

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

.c-subpage-kv__heading {
  position: absolute;
  top: 143px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__heading {
    top: 130px;
  }
}

.c-subpage-kv__textBig {
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-align: center;
  color: #1e4375;
  text-shadow: 0 0 10px #fff;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__textBig {
    font-size: 28px;
  }
}

.c-subpage-kv__textSmall {
  text-shadow: 0 0 10px #fff, 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #c1a376;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__textSmall {
    font-size: 16px;
  }
}

/* スマホ時の背景調整 */
@media screen and (max-width: 767px) {
  .sleep-apnea-syndrome .c-subpage-kv__textBig {
    font-size: 23px;
  }

  .various-implant-treatment-maker .c-subpage-kv__textBig {
    font-size: 17px;
  }

  .implant-maintenance-precautions .c-subpage-kv__textBig {
    font-size: 17px;
  }
}

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