@charset "UTF-8";
/*------------------------
  .page-parent
------------------------*/
.page-parent .flow-sect .flow-wrap {
  margin: 40px 0;
  display: grid;
  gap: 50px;
}
@media screen and (max-width:767px) {
  .page-parent .flow-sect .flow-wrap {
    margin: 30px 0;
  }
}
.page-parent .flow-sect .flow-item {
  background-color: #e0e9e0;
  border-radius: 10px;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width:767px) {
  .page-parent .flow-sect .flow-item {
    padding: 20px 25px;
  }
}
.page-parent .flow-sect .flow-item::after {
  content: "";
  width: 10px;
  height: 30px;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  background-image: radial-gradient(circle, #306F32 3px, transparent 3px);
  background-position: 0 0;
  background-size: 14px 14px;
}
.page-parent .flow-sect .flow-item:last-child::after {
  content: none;
}
.page-parent .flow-sect .flow-num {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6c996d;
  top: -20px;
  left: -30px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  border: 3px solid #fff;
}
@media screen and (max-width:767px) {
  .page-parent .flow-sect .flow-num {
    width: 40px;
    height: 40px;
    left: -10px;
    font-size: 12px;
  }
}
.page-parent .flow-sect .flow-ttl {
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .page-parent .flow-sect .flow-ttl {
    font-size: 18px;
  }
}
.page-parent .flow-sect .flow-detail {
  margin-top: 10px;
  font-size: 17px;
}
@media screen and (max-width:767px) {
  .page-parent .flow-sect .flow-detail {
    font-size: 14px;
    line-height: 1.6;
  }
}
.page-parent .flow-sect .flow-copy {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .page-parent .flow-sect .flow-copy {
    margin-top: 30px;
    font-size: 20px;
  }
}
.page-parent .flow-sect .flow-copy em {
  font-style: normal;
  color: #f6769c;
  font-weight: 700;
}
.page-parent .flow-sect .tag-ttl {
  margin-bottom: 20px;
}
.page-parent .menu-list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width:767px) {
  .page-parent .menu-list-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.page-parent .menu-list-item {
  height: 300px;
}
@media screen and (max-width:767px) {
  .page-parent .menu-list-item {
    height: auto;
  }
}
.page-parent .menu-list-item a {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .page-parent .menu-list-item a {
    display: grid;
    grid-template-columns: 25% auto;
    align-items: center;
  }
}
.page-parent .menu-list-item a:hover .menu-list-ttl {
  color: #6c996d;
}
.page-parent .menu-list-item a:hover .menu-list-img img {
  transform: scale(1.1);
}
.page-parent .menu-list-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .page-parent .menu-list-img {
    aspect-ratio: 1/1;
  }
}
.page-parent .menu-list-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.page-parent .menu-list-ttl {
  font-size: 22px;
  text-align: center;
  padding: 30px;
  transition: all 0.3s;
}
@media screen and (max-width:767px) {
  .page-parent .menu-list-ttl {
    font-size: 16px;
    padding: 15px;
    text-align: left;
  }
}

/*------------------------
  .page-child
------------------------*/
.page-child .flow__item {
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  align-items: center;
  border: 3px solid;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
  gap: 30px;
}
@media screen and (max-width:767px) {
  .page-child .flow__item {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding: 20px 30px;
  }
  .page-child .flow__item .flow__img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  .page-child .flow__item .heading-small {
    text-align: center;
    font-size: 20px;
  }
}
.page-child .flow__item:nth-child(1) {
  border-color: #f6769c;
}
.page-child .flow__item:nth-child(2) {
  border-color: #83c4d3;
}
.page-child .flow__item:nth-child(3) {
  border-color: #eeb959;
}
.page-child .flow__item:nth-child(5) {
  border-color: #b2c759;
}
.page-child .flow__item:nth-child(7) {
  border-color: #4dadeb;
}
.page-child .flow__item + h4 {
  margin-top: 60px;
}
.page-child .flow__img img {
  width: 100%;
}
.page-child .note {
  margin-top: 65px;
}
.page-child .note .tag-ttl {
  font-weight: 400;
}
.page-child .note .heading-small {
  font-weight: 400;
  margin: 30px 0 10px;
}
.page-child .note p + p {
  margin-top: 1em;
}
.page-child .note p + .tag-ttl {
  margin-top: 50px;
}
.page-child .note .note-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .page-child .note .note-row {
    grid-template-columns: 1fr;
    row-gap: 50px;
    margin-top: 50px;
  }
}
.page-child .note .note-row .note-card {
  position: relative;
  border-radius: 20px;
  border: 3px solid;
  padding: 40px 30px;
}
@media screen and (max-width:767px) {
  .page-child .note .note-row .note-card {
    padding: 35px 20px 30px;
  }
}
.page-child .note .note-row .note-card:first-child {
  border-color: #83c4d3;
}
.page-child .note .note-row .note-card:first-child .note-ttl {
  color: #83c4d3;
}
.page-child .note .note-row .note-card:first-child ol li::before {
  content: "?";
  color: #83c4d3;
}
.page-child .note .note-row .note-card:last-child {
  border-color: #f6769c;
}
.page-child .note .note-row .note-card:last-child .note-ttl {
  color: #f6769c;
}
.page-child .note .note-row .note-card:last-child ol li::before {
  content: "◎";
  color: #f6769c;
}
.page-child .note .note-row .note-ttl {
  background-color: #fff;
  font-size: 46px;
  position: absolute;
  padding: 0 15px;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
}
.page-child .note .note-row ol {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .page-child .note .note-row ol {
    font-size: 16px;
  }
}
.page-child .note .note-row ol li::before {
  display: inline-block;
  margin-right: 0.5em;
}
.page-child .note .note-row p {
  margin: 40px 0;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .page-child .note .note-row p {
    margin: 20px 0;
    font-size: 16px;
  }
}
.page-child .note .note-row img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .page-child .note .note-row img {
    max-width: 140px;
  }
}

/*------------------------
  ippan
------------------------*/
.ippan-lead h3 {
  text-align: center;
  color: #306F32;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .ippan-lead h3 {
    font-size: 20px;
  }
}
.ippan-lead h3 span {
  display: inline-block;
  position: relative;
}
.ippan-lead h3 span::before, .ippan-lead h3 span::after {
  content: "";
  border: solid #306F32;
  width: 16px;
  height: 22px;
  position: absolute;
}
@media screen and (max-width:767px) {
  .ippan-lead h3 span::before, .ippan-lead h3 span::after {
    width: 12px;
    height: 18px;
  }
}
.ippan-lead h3 span::before {
  border-width: 3px 0 0 3px;
  border-radius: 6px 0 0;
  left: -15px;
  top: -10px;
}
.ippan-lead h3 span::after {
  border-width: 0 3px 3px 0;
  border-radius: 0 0 6px 0;
  right: -15px;
  bottom: -10px;
}
.ippan-lead p {
  text-align: center;
  margin: 40px 0 30px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .ippan-lead p {
    margin: 30px 0 30px;
    font-size: 16px;
    text-align: left;
  }
}
.ippan-lead .info {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 30px 60px;
}
@media screen and (max-width:767px) {
  .ippan-lead .info {
    padding: 30px 20px;
  }
}
.ippan-lead .info ul {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .ippan-lead .info ul {
    font-size: 14px;
  }
}
.ippan-lead .info ul li:nth-child(1) {
  font-weight: 700;
  color: #306F32;
  margin-bottom: 5px;
}
.ippan-lead .info ul + ul {
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .ippan-lead .info ul + ul {
    margin-top: 20px;
  }
}
.ippan .ippan-detail .tag-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .ippan .ippan-detail .tag-ttl {
    margin-bottom: 10px;
  }
}
.ippan .ippan-detail .tag-ttl small {
  font-weight: 400;
  font-size: 70%;
  letter-spacing: normal;
}
.ippan .ippan-detail-item {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .ippan .ippan-detail-item {
    margin-top: 40px;
  }
}
.ippan .ippan-detail-item p.lead {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .ippan .ippan-detail-item p.lead {
    font-size: 16px;
  }
}
.ippan .ippan-detail-img {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 80px 30px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .ippan .ippan-detail-img {
    padding: 15px 20px;
    margin-top: 15px;
  }
}

/*------------------------
  whitening
------------------------*/
@media screen and (max-width:767px) {
  .shinbi-lead .container {
    padding-bottom: 0;
  }
}
.shinbi-lead p {
  text-align: center;
  margin: 40px 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .shinbi-lead p {
    margin: 30px 0 30px;
    font-size: 16px;
    text-align: left;
  }
}
.shinbi-lead ul.bubble {
  display: grid;
  gap: 30px;
  padding: 50px 60px 40px;
  font-size: 18px;
  font-weight: 500;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/common/bg-stripe.svg) repeat center;
}
@media screen and (max-width:767px) {
  .shinbi-lead ul.bubble {
    font-size: 16px;
    padding: 40px 25px 50px;
    margin: 0 -25px;
    width: calc(100% + 50px);
  }
}
.shinbi-lead ul.bubble li {
  background-color: #e0e9e0;
  position: relative;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  border: solid rgba(108, 153, 109, 0.3);
  border-width: 0 2px 3px 0;
}
.shinbi-lead ul.bubble li::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
}
.shinbi-lead ul.bubble li:nth-child(odd):after {
  background: url(../images/common/icon_bubble_left.svg) no-repeat center bottom/cover;
  left: 50px;
}
.shinbi-lead ul.bubble li:nth-child(even):after {
  background: url(../images/common/icon_bubble_right.svg) no-repeat center bottom/cover;
  right: 50px;
}
.shinbi-detail-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width:767px) {
  .shinbi-detail-wrap {
    grid-template-columns: 1fr;
  }
}
.shinbi-detail-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px 30px;
}
@media screen and (max-width:767px) {
  .shinbi-detail-item {
    padding: 20px 20px 30px;
  }
}
.shinbi-detail-item figure {
  aspect-ratio: 16/9;
  background-color: rgba(112, 112, 112, 0.3);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  justify-content: center;
  align-items: center;
}
.shinbi-detail-item figure img {
  height: 60%;
  width: auto;
}
@media screen and (max-width:767px) {
  .shinbi-detail-item figure img {
    height: 55%;
  }
}
.shinbi-detail-item h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 5px;
}
.shinbi-detail-item p {
  line-height: 1.8;
  color: #707070;
  font-size: 15px;
}

/*------------------------
  yobou
------------------------*/
.yobou-lead .content-title {
  margin-bottom: 40px;
}
.yobou-lead .content-title small {
  display: block;
}
.yobou-lead-detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
@media screen and (max-width:767px) {
  .yobou-lead-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width:767px) {
  .yobou-lead-img {
    max-width: 480px;
    margin: 0 auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
  }
}
.yobou-lead-img img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .yobou-lead-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.yobou-lead-txt p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .yobou-lead-txt p {
    font-size: 16px;
  }
}
.yobou-lead-txt p + p {
  margin: 15px 0 0;
}
.yobou-detail .tag-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .yobou-detail .tag-ttl {
    margin-bottom: 10px;
  }
}
.yobou-detail .tag-ttl small {
  font-weight: 400;
  font-size: 70%;
  letter-spacing: normal;
}
.yobou-detail-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width:767px) {
  .yobou-detail-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.yobou-detail-item p.lead {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .yobou-detail-item p.lead {
    font-size: 16px;
  }
}
.yobou-detail-img {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 80px 30px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .yobou-detail-img {
    padding: 15px 20px;
    margin-top: 15px;
  }
}
.yobou-detail-copy {
  margin-top: 40px;
  padding: 40px 50px;
  background: #6c996d url(../images/menu/yobou/img_copy.svg) no-repeat;
  background-position: right 50px bottom;
  background-size: auto 85%;
  border-radius: 10px;
}
@media screen and (max-width: 840px) {
  .yobou-detail-copy {
    background-position: right 30px bottom;
    background-size: auto 65%;
  }
}
@media screen and (max-width:767px) {
  .yobou-detail-copy {
    padding: 20px 15px 30px;
    background-position: right 5px bottom;
    background-size: auto 70px;
  }
}
.yobou-detail-copy p {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width:767px) {
  .yobou-detail-copy p {
    font-size: 18px;
  }
}
.yobou-message {
  background: url(../images/common/bg_pattern.svg) repeat center/420px auto;
}
@media screen and (max-width:767px) {
  .yobou-message {
    background: url(../images/common/bg_pattern.svg) repeat center/280px auto;
    padding: 0 25px;
  }
}
.yobou-message .wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 120px;
  border: 1px solid #e0e9e0;
}
@media screen and (max-width:767px) {
  .yobou-message .wrapper {
    padding: 35px 20px;
  }
}
.yobou-message p {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .yobou-message p {
    font-size: 16px;
  }
}
.yobou-message p + p {
  margin-top: 15px;
}

/*------------------------
  surgery
------------------------*/
@media screen and (max-width: 532px) {
  .surgery .page-title-sect .page-title {
    font-size: 24px;
  }
}
.surgery-lead-txt {
  padding: 0 120px;
}
@media screen and (max-width:767px) {
  .surgery-lead-txt {
    padding: 0;
  }
}
.surgery-lead p {
  color: #707070;
}
.surgery-lead .lg-txt {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .surgery-lead .lg-txt {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.surgery-lead .note .tag-ttl {
  margin-bottom: 30px;
}
.surgery-lead .note p {
  font-weight: 700;
}
.surgery-lead .note p + p {
  margin-top: 0.5em;
}