@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url(/font/NotoSansJP-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(/font/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(/font/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url(/font/NotoSansJP-Bold.ttf) format("truetype");
}
.red {
  color: #f84a4a;
}

body {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  position: relative;
  color: #414141;
}
@media (max-width: 550px) {
  body {
    overflow-x: hidden;
    font-size: 90%;
  }
}

@media (max-width: 550px) {
  html {
    overflow-x: hidden;
  }
}

main {
  padding-top: 100px;
}

.top-main {
  padding-top: 200px;
}
@media (max-width: 550px) {
  .top-main {
    padding-top: 100px;
  }
}

h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 550px) {
  h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

h3 {
  font-family: "Noto Serif JP";
  font-size: 24px;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.s-scale-img {
  animation: zoomUp 10s linear 0s normal both;
}

.slide-class {
  width: 1100px;
  margin: 0 auto;
}

.bg-slider {
  max-width: 1300px;
  height: 480px;
  margin: 0 auto 2rem;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 815px) {
  .bg-slider {
    margin-bottom: 1rem;
  }
}
@media (max-width: 550px) {
  .bg-slider {
    height: 360px;
  }
}
.bg-slider h2 {
  text-align: center;
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 150%;
  padding-top: 13rem;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 1px 4px rgba(0, 0, 0, 0.63);
  font-weight: bold;
}
@media (max-width: 550px) {
  .bg-slider h2 {
    padding-top: 8rem;
    font-size: 17px;
    line-height: 2;
  }
}

#googlemap {
  height: 680px;
}

#gmap {
  float: left;
  width: 100%;
  height: 630px;
  margin-left: 5%;
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  #gmap {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.toku-merit {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
}
@media (max-width: 550px) {
  .toku-merit {
    left: inherit;
    right: 0.5rem;
    bottom: 5px;
    width: 220px;
  }
}

#container {
  padding-top: 140px;
}
@media (max-width: 1200px) {
  #container {
    padding-top: 100px;
  }
}

header {
  padding-top: 0.1rem;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 8;
}
header h1 {
  font-size: 12px;
  font-weight: normal;
  width: 100%;
}
@media (max-width: 550px) {
  header h1 {
    letter-spacing: -0.05em;
    text-align: center;
  }
}
header .on-yoyaku {
  width: 250px;
  background-color: #6E700E;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1rem;
  font-family: "Noto Serif JP";
  margin-bottom: 0;
  text-align: center;
  background-image: url(../images/icon-sche.svg);
  background-repeat: no-repeat;
  background-position: 7% 12px;
  background-size: 26px;
}
@media (max-width: 550px) {
  header .on-yoyaku {
    display: none;
  }
}
header .on-yoyaku a {
  color: #ffffff;
  padding: 0.15rem 0;
  padding-left: 25px;
  text-decoration: none;
  display: block;
}
header .header-time {
  color: #6D7002;
  font-size: 14px;
  text-align: right;
  margin-bottom: 0;
}

.area-tel {
  width: 55%;
}
@media (max-width: 815px) {
  .area-tel {
    display: none;
  }
}

.header-tel {
  font-family: "Noto Serif JP";
  font-size: 28px;
  height: 30px;
  font-weight: 600;
  text-align: right;
  margin-top: -10px;
}
.header-tel a {
  text-decoration: none;
  padding-left: 10px;
  line-height: 56px;
  color: #000;
}
.header-tel span {
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  margin-right: 10px;
  vertical-align: top;
}

@media (max-width: 550px) {
  .mainarea {
    padding-top: 0;
  }
  .mainarea p {
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  #global {
    position: fixed;
    /*表示位置を固定*/
    z-index: 10;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
  }
  #global ul {
    background: #000;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #global ul li {
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
  }
  #global ul li:last-child {
    padding-bottom: 0;
  }
  #global ul li a {
    display: block;
    color: #fff;
    padding: 10px 0;
  }
  #global.active {
    transform: translateY(0%);
  }
  .Toggle {
    position: absolute;
    right: 15px;
    top: 45px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 13;
    border: 2px solid #717B35;
    border-radius: 5px;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 28px;
    border-bottom: solid 3px #717B35;
    transition: 0.35s ease-in-out;
    left: 7px;
  }
  .Toggle span:nth-child(1) {
    top: 10px;
  }
  .Toggle span:nth-child(2) {
    top: 20px;
  }
  .Toggle span:nth-child(3) {
    top: 30px;
  }
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #fff;
  }
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #fff;
  }
}
.header-wrapper {
  background: #F9FFF1;
}
@media (max-width: 550px) {
  .header-wrapper {
    height: 100px;
  }
}
.header-wrapper .top-header {
  height: 180px;
}
@media (max-width: 550px) {
  .header-wrapper .top-header {
    height: 130px;
  }
}

.area_header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}
@media (max-width: 815px) {
  .area_header h1 {
    line-height: 1.3;
  }
}
@media (max-width: 1200px) {
  .area_header {
    padding: 0;
  }
}

#logo {
  margin-right: 50%;
}
@media (max-width: 1200px) {
  #logo {
    width: 100%;
    height: 70px;
    padding-top: 0;
  }
}
@media (max-width: 815px) {
  #logo {
    width: 300px;
    height: auto;
    margin-top: 0.5rem;
  }
}
@media (max-width: 550px) {
  #logo {
    width: 180px;
    padding-left: 1rem;
    padding-top: 0;
  }
}

#global2 {
  position: fixed;
  /*表示位置を固定*/
  z-index: 10;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
}
#global2 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  background-color: #BA976B;
  padding: 5rem 1rem 1rem 1rem;
}
#global2 ul li {
  list-style: none;
  text-align: center;
  font-weight: 400;
  position: relative;
  font-size: 18px;
  padding: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
#global2 ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  background-image: url("images/right-arrow_bk.png");
  padding: 0.7rem 1rem;
  color: #fff;
}
@media (max-width: 550px) {
  #global2 ul li a {
    font-size: 16px;
  }
}
#global2 ul li span {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1200px) {
  #global2 ul li span {
    display: initial;
    padding-left: 3%;
  }
}

#global2 ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #BA976B;
  padding: 5rem 1rem 1rem 1rem;
}

#global2 ul li {
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
  width: 100%;
  padding: 0;
  text-align: left;
}
#global2 ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  background-image: url("images/right-arrow_bk.png");
  padding: 0.7rem 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
@media (max-width: 550px) {
  #global2 ul li a {
    font-size: 16px;
  }
}
#global2 ul li span {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1200px) {
  #global2 ul li span {
    display: initial;
    padding-left: 3%;
  }
}

#global2 ul li:last-child {
  padding-bottom: 0;
}

#global2.active {
  transform: translateY(0%);
}

.Toggle2 {
  position: absolute;
  right: 235px;
  top: 75px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 13;
  border: 2px solid #717B35;
  border-radius: 5px;
}
@media (max-width: 550px) {
  .Toggle2 {
    right: 15px;
    top: 45px;
    width: 45px;
    height: 45px;
  }
}

.Toggle2 span {
  display: block;
  position: absolute;
  width: 42px;
  border-bottom: solid 4px #717B35;
  transition: 0.35s ease-in-out;
  left: 15px;
}
@media (max-width: 550px) {
  .Toggle2 span {
    width: 28px;
    border-bottom: solid 3px #717B35;
    left: 7px;
  }
}

.Toggle2 span:nth-child(1) {
  top: 20px;
}
@media (max-width: 550px) {
  .Toggle2 span:nth-child(1) {
    top: 10px;
  }
}

.Toggle2 span:nth-child(2) {
  top: 35px;
}
@media (max-width: 550px) {
  .Toggle2 span:nth-child(2) {
    top: 20px;
  }
}

.Toggle2 span:nth-child(3) {
  top: 50px;
}
@media (max-width: 550px) {
  .Toggle2 span:nth-child(3) {
    top: 30px;
  }
}

.Toggle2.active span:nth-child(1) {
  top: 32px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #717B35;
}
@media (max-width: 550px) {
  .Toggle2.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #fff;
  }
}

.Toggle2.active span:nth-child(2),
.Toggle2.active span:nth-child(3) {
  top: 32px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #717B35;
}
@media (max-width: 550px) {
  .Toggle2.active span:nth-child(2),
  .Toggle2.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #fff;
  }
}

#logo2 {
  margin-right: 45px;
}
@media (max-width: 1200px) {
  #logo2 {
    width: 100%;
    height: 70px;
    padding-top: 0;
  }
}
@media (max-width: 815px) {
  #logo2 {
    width: 400px;
    height: auto;
    margin-top: 0.5rem;
  }
}
@media (max-width: 550px) {
  #logo2 {
    width: 240px;
    padding-left: 0;
    padding-top: 0.5rem;
  }
}

#logo3 {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
  width: 350px;
}
@media (max-width: 550px) {
  #logo3 {
    width: 165px;
    top: 35px;
    left: 1rem;
    margin: 0;
  }
}

tel {
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  margin-left: 15px;
}
@media (max-width: 815px) {
  tel {
    display: none;
  }
}
tel a {
  color: inherit;
  text-decoration: none;
  padding-left: 35px;
  background-image: url(../images/icon-top-tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
}

@media (max-width: 550px) {
  .c-breadcrumbs-wrapper {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    padding: 1rem;
  }
}
.c-breadcrumbs-wrapper a {
  text-decoration: none;
}
.c-breadcrumbs-wrapper .c-breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumbs-wrapper .c-breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding-right: 30px;
  margin-right: 14px;
  font-size: 0.8rem;
  font-weight: 400;
}
.c-breadcrumbs-wrapper .c-breadcrumbs li::before {
  content: "›";
  width: 1em;
  height: 1em;
  line-height: 0.9;
  text-align: center;
  font-size: 1.2rem;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-breadcrumbs-wrapper .c-breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c-breadcrumbs-wrapper .c-breadcrumbs li:last-child::before {
  content: normal;
}

.top-yoyaku {
  margin-left: 25px;
}
@media (max-width: 815px) {
  .top-yoyaku {
    display: none;
  }
}

#global {
  font-family: "Noto Serif JP";
  background: rgba(121, 172, 11, 0.8);
  color: #fff;
}
#global ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.25rem 0 0;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #global ul {
    background-color: #BA976B;
    padding: 5rem 1rem 1rem 1rem;
  }
}
#global ul li {
  list-style: none;
  text-align: center;
  font-weight: 400;
  position: relative;
  font-size: 18px;
  padding: 0;
}
#global ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.3rem;
}
@media screen and (min-width: 850px) {
  #global ul li a:hover {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  #global ul li a {
    padding: 15px 0 15px 4%;
    background-image: url("images/right-arrow_bk.png");
  }
}
@media (max-width: 815px) {
  #global ul li a {
    padding: 0.7rem 1rem;
    color: #fff;
  }
}
@media (max-width: 550px) {
  #global ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #global ul li {
    width: 100%;
    border-bottom: 1px solid #999;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  #global ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
}
#global ul li span {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1200px) {
  #global ul li span {
    display: initial;
    padding-left: 3%;
  }
}

.bg_gray {
  background-color: #F8F4EF;
}

.bg_brown {
  background: #F5FBE9;
}

.bg_bage {
  background: #FCF9F4;
}

@media (max-width: 550px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 550px) {
  .sp {
    display: inherit;
  }
}

.content {
  max-width: 1200px;
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .content {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 550px) {
  .content {
    padding: 1rem 0;
    margin: 0 1rem;
  }
}

.list_navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 550px) {
  .list_navigation {
    margin-top: 0;
    display: block;
  }
  .list_navigation img {
    float: left;
    width: 130px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
  }
}
.list_navigation li {
  width: 360px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 815px) {
  .list_navigation li {
    width: 32%;
  }
}
@media (max-width: 550px) {
  .list_navigation li {
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
    clear: both;
    margin-bottom: 35px;
    overflow: hidden;
  }
}
.list_navigation a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 850px) {
  .list_navigation a:hover {
    text-decoration: underline;
    filter: brightness(100%);
  }
}
.list_navigation h4 {
  color: #3B672C;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 12px;
}
@media (max-width: 815px) {
  .list_navigation h4 {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .list_navigation h4 {
    font-size: 85%;
    line-height: 1.3;
    padding-top: 0;
    margin-bottom: 5px;
  }
}
.list_navigation p {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 815px) {
  .list_navigation p {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .list_navigation p {
    font-size: 65%;
    overflow: hidden;
  }
}
@media (max-width: 550px) {
  .list_navigation p br {
    display: none;
  }
}
.list_navigation span {
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
}
@media (max-width: 550px) {
  .list_navigation span {
    font-size: 0.8rem;
  }
}

.c-breadcrumbs {
  padding: 0;
  color: #FFF;
  font-size: 1rem;
}
.c-breadcrumbs .c-breadcrumbs__item {
  display: inline;
}
.c-breadcrumbs .c-breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
}

.btn_detail {
  width: 300px;
  border: 0;
  color: #fff;
  padding: 0;
  background-color: #5F5606;
  text-align: center;
}
@media (max-width: 815px) {
  .btn_detail {
    margin: 2rem auto;
  }
}
@media (max-width: 550px) {
  .btn_detail {
    margin: 0 auto 30px auto;
  }
}
.btn_detail a {
  display: block;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  padding: 0.3rem 0;
  background-image: url("/images/icon-btn-arrow.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 90% center;
}
@media screen and (min-width: 850px) {
  .btn_detail a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 550px) {
  .btn_detail a {
    font-size: 16px;
    padding: 0.5rem 0;
  }
}

.colona {
  width: 1200px;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border: #0090AC solid 2px;
}
@media (max-width: 815px) {
  .colona {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .colona {
    display: block;
    width: 96%;
  }
}
.colona .covid {
  padding: 15px 5%;
  background-color: #0090AC;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 815px) {
  .colona .covid {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .colona .covid {
    padding: 15px 3% 15px 8%;
  }
}
.colona .covid h4 {
  font-family: "Noto Serif JP";
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  color: #ffffff;
}
@media (max-width: 550px) {
  .colona .covid h4 {
    font-size: 17px;
    padding-bottom: 2.5px;
  }
}
.colona .covid li {
  text-align: left;
  list-style: outside;
  font-size: 90%;
}
.colona img {
  margin: 0 auto;
}
@media (max-width: 550px) {
  .colona img {
    padding: 3%;
  }
}

.acess-info {
  float: left;
  width: 45%;
}
@media (max-width: 550px) {
  .acess-info {
    float: none;
    width: 100%;
    padding: 0 3%;
  }
}
.acess-info h4 {
  color: #6A5943;
  border-bottom: #6A5943 1px solid;
  margin-bottom: 25px;
}
@media (max-width: 550px) {
  .acess-info h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
.clinic-list table,
.acess-info table {
  border-collapse: collapse;
  text-align: center;
  font-size: 90%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 550px) {
  .clinic-list table,
  .acess-info table {
    width: 100%;
  }
}
.clinic-list table th,
.clinic-list table td,
.acess-info table th,
.acess-info table td {
  border: solid #BAB0A8 1px;
  padding: 5px;
  letter-spacing: -0.5px;
}
@media (max-width: 550px) {
  .clinic-list table th,
  .clinic-list table td,
  .acess-info table th,
  .acess-info table td {
    font-weight: 500;
  }
}
.clinic-list table th,
.acess-info table th {
  width: 30%;
  background-color: #EFE5DE;
}
.clinic-list table .holiday,
.acess-info table .holiday {
  background-color: #FFDDDD;
}
@media (max-width: 550px) {
  .clinic-list table .no-consu,
  .acess-info table .no-consu {
    color: red;
  }
}

.map {
  float: left;
  width: 50%;
  margin-left: 5%;
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .map {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.map iframe {
  width: 100%;
  height: 630px;
}

.ac-point {
  font-size: 105%;
  font-weight: bold;
}
@media (max-width: 550px) {
  .ac-point {
    font-size: 100%;
    margin-bottom: 30px;
  }
}
.ac-point li {
  padding-bottom: 5px;
}
@media (max-width: 550px) {
  .ac-point li {
    padding-left: 0;
  }
}

.dentalbanner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  outline: 1px solid #FFFFFF;
  outline-offset: -5px;
  background-color: #8DC410;
  padding: 1.5rem;
  color: #ffffff;
  font-size: 100%;
  font-weight: 500;
  flex-wrap: wrap;
  line-height: 1.5;
}
.dentalbanner .roan {
  font-size: 30px;
}
@media (max-width: 815px) {
  .dentalbanner {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .dentalbanner {
    padding: 1rem;
    align-items: flex-start;
  }
}
.dentalbanner h4 {
  color: #ffffff;
  font-size: 130%;
}
@media (max-width: 550px) {
  .dentalbanner h4 {
    font-size: 110%;
    margin-bottom: 0.5rem;
  }
}
.dentalbanner h4 span {
  font-size: 70%;
}
@media (max-width: 550px) {
  .dentalbanner h4 .loan {
    font-size: 15px;
    display: block;
  }
}
@media (max-width: 550px) {
  .dentalbanner div p {
    margin-bottom: 0;
    text-align: center;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    font-weight: bold;
    left: -15%;
    position: relative;
  }
}
@media (max-width: 550px) {
  .dentalbanner img {
    width: 75px;
    height: auto;
  }
}

.dentalbanner2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  outline: 1px solid #FFFFFF;
  outline-offset: -5px;
  background-color: #a10808;
  display: flex;
  justify-content: space-around;
  padding: 1% 0.5%;
  color: #ffffff;
  font-size: 100%;
  font-weight: 500;
  flex-wrap: wrap;
  line-height: 1.5;
}
@media (max-width: 815px) {
  .dentalbanner2 {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .dentalbanner2 {
    padding: 1rem;
    align-items: flex-start;
  }
}
.dentalbanner2 h4 {
  color: #ffffff;
  font-size: 180%;
}
@media (max-width: 550px) {
  .dentalbanner2 h4 {
    font-size: 160%;
    margin-bottom: 0.5rem;
  }
}
.dentalbanner2 h4 span {
  font-size: 70%;
}
@media (max-width: 550px) {
  .dentalbanner2 h4 .loan {
    font-size: 15px;
    display: block;
  }
}
.dentalbanner2 div {
  width: 75%;
}
@media (max-width: 550px) {
  .dentalbanner2 div p {
    margin-bottom: 0;
    text-align: center;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    font-weight: bold;
    left: -15%;
    position: relative;
  }
}
@media (max-width: 550px) {
  .dentalbanner2 img {
    width: 75px;
    height: auto;
  }
}

@media (max-width: 815px) {
  .syosin-topic {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 550px) {
  .syosin-topic {
    margin-bottom: 0;
  }
}
.syosin-topic h3 {
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: normal;
  padding: 0.3rem 0;
  border-top: 1px solid #748531;
  border-bottom: 1px solid #748531;
  text-align: center;
}
@media (max-width: 550px) {
  .syosin-topic h3 {
    line-height: 1.5;
    padding: 0.5rem;
    font-size: 20px;
  }
}
.syosin-topic .area-contact {
  display: flex;
  padding: 2rem 0;
  clear: both;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 815px) {
  .syosin-topic .area-contact {
    justify-content: space-around;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .syosin-topic .area-contact {
    padding: 1rem;
  }
}
.syosin-topic .area-contact p {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .syosin-topic .area-contact p {
    text-align: center;
    font-weight: bold;
  }
}
@media (max-width: 550px) {
  .syosin-topic .area-contact a {
    width: 100%;
  }
}
.syosin-topic .on-yoyaku {
  width: 330px;
  background-color: #6E700E;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP";
  margin-bottom: 0;
  text-align: center;
  margin-top: 0.6rem;
  background-image: url(../images/icon-sche.svg);
  background-repeat: no-repeat;
  background-position: 7% center;
  background-size: 36px;
}
.syosin-topic .on-yoyaku a {
  color: #ffffff;
  padding: 0.7rem 0;
  padding-left: 15px;
  text-decoration: none;
  display: block;
}
.syosin-topic .on-contact {
  width: 330px;
  background-color: #E97000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP";
  margin-bottom: 0;
  text-align: center;
  margin-top: 0.6rem;
  background-image: url(../images/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 30px;
}
.syosin-topic .on-contact a {
  color: #ffffff;
  padding: 0.7rem 0;
  padding-left: 15px;
  text-decoration: none;
  display: block;
}
.syosin-topic .tel-ac {
  width: 450px;
  font-size: 15px;
}
@media (max-width: 815px) {
  .syosin-topic .tel-ac {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 550px) {
  .syosin-topic .tel-ac {
    width: 100%;
    margin-bottom: 0;
    display: block;
    font-weight: bold;
  }
}
.syosin-topic .tel-ac a {
  text-decoration: none;
  color: inherit;
  font-family: "Noto Serif JP";
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 50px;
  background-image: url(../images/icon-top-tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px;
}
@media (max-width: 550px) {
  .syosin-topic .tel-ac a {
    display: block;
    text-align: center;
    color: #000 !important;
    margin-top: 10px;
    font-size: 40px;
    background-position: 10px center;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .sm30 {
    margin-top: 1rem;
  }
  .sm_pdd {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
  }
}
footer {
  background-color: #7EAC01;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
footer .area_footer {
  width: 1200px;
  display: block;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 815px) {
  footer .area_footer {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 815px) {
  footer .area_footer {
    width: 100%;
    padding: 1rem;
    display: block;
  }
}
footer .area_footer h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 0;
}
footer .area_footer div:first-child {
  width: 38%;
  text-align: left;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child {
    width: 100%;
    text-align: left;
  }
}
footer .area_footer div:first-child p {
  font-size: 80%;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child p {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
  }
}
@media (max-width: 550px) {
  footer .area_footer div:first-child p {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
footer .area_footer div:first-child table {
  font-size: 80%;
  line-height: 1.5;
  padding: 0;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child table {
    text-align: left;
    font-weight: 400;
    margin-bottom: 1rem;
    width: 60%;
    font-size: 90%;
  }
}
@media (max-width: 550px) {
  footer .area_footer div:first-child table {
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0.5rem;
  }
}
footer .area_footer div:first-child table td:first-child {
  width: 90px;
  padding: 0;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child table td:first-child {
    width: 65px;
  }
}
footer .area_footer div:first-child img {
  margin-bottom: 15px;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child img {
    margin: 1rem auto;
  }
}
@media (max-width: 550px) {
  footer .area_footer div:first-child img {
    margin: 0 auto 1rem auto;
  }
}
footer .area_footer div:first-child span {
  background-color: rgba(255, 255, 255, 0.75);
  color: #7EAC01;
  font-size: 80%;
  padding: 0 2%;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child span {
    font-weight: 500;
  }
}
footer .area_footer div:last-child {
  width: 67%;
  padding-left: 1%;
}
@media (max-width: 815px) {
  footer .area_footer div:last-child {
    width: 100%;
  }
}
footer .area_footer div:last-child .honin {
  display: flex;
  width: 97%;
  justify-content: space-around;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #ffffff;
}
@media (max-width: 815px) {
  footer .area_footer div:last-child .honin {
    display: block;
    text-align: center;
    width: 100%;
    margin: 1rem 0;
  }
}
footer .area_footer div:last-child .honin p {
  display: flex;
  align-items: center;
}
@media (max-width: 815px) {
  footer .area_footer div:last-child .honin p {
    display: inherit;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  footer .area_footer div:last-child .honin p:last-of-type {
    font-weight: normal;
    margin-bottom: 1rem;
  }
}
footer .area_footer div .banner-area {
  display: flex;
  padding: 1rem 0;
  width: 100%;
  justify-content: space-around;
}
@media (max-width: 815px) {
  footer .area_footer div .banner-area {
    flex-wrap: wrap;
  }
}
footer .area_footer div .banner-area img {
  max-width: 210px;
}
@media (max-width: 550px) {
  footer .area_footer div .banner-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 815px) {
  footer .area_footer div .banner-area li {
    margin-bottom: 1.5rem;
  }
}
footer .area_footer .area_footer_inner {
  text-align: left;
}
footer small {
  font-size: 0.77rem;
}
@media (max-width: 550px) {
  footer small {
    font-size: 10px;
  }
}

.footer-tel {
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
.footer-tel a {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
  line-height: 56px;
}
.footer-tel span {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  margin-right: 10px;
  vertical-align: top;
}

.sinryo-time {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 815px) {
  .sinryo-time {
    flex-wrap: wrap;
  }
}
.sinryo-time h4 {
  width: 80px;
  margin-right: 10px;
  font-size: 80%;
  padding-top: 3px;
}
@media (max-width: 815px) {
  .sinryo-time h4 {
    width: auto;
  }
}
@media (max-width: 550px) {
  .sinryo-time h4 {
    width: auto;
  }
}
.sinryo-time table {
  width: 324px;
  border-collapse: collapse;
}
@media (max-width: 815px) {
  .sinryo-time table {
    margin-top: 0.5rem;
  }
}
.sinryo-time table th {
  width: 90px;
  padding: 3px;
}
.sinryo-time table .kasen {
  border-bottom: #ffffff 1px solid;
}
@media (max-width: 815px) {
  .sinryo-time {
    margin-top: 1rem;
  }
}
@media (max-width: 550px) {
  .sinryo-time {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.sitelink {
  display: flex;
  width: 100%;
  padding: 1rem 0;
  flex-wrap: wrap;
}
.sitelink li {
  text-align: left;
  font-size: 90%;
  margin-right: 2%;
  width: 170px;
  margin-bottom: 0.5rem;
}
@media (max-width: 815px) {
  .sitelink li {
    font-weight: bold;
    margin-bottom: 1rem;
    width: 25%;
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .sitelink li {
    width: 50%;
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .sitelink li ul li {
    margin-bottom: 1rem;
  }
}
.sitelink li a {
  color: inherit;
  text-decoration: none;
  padding-left: 15px;
  background-image: url(../images/arrow-footer.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 8px auto;
}
@media (max-width: 815px) {
  .sitelink li a {
    display: block;
    width: 100%;
  }
}
@media (max-width: 815px) {
  .sitelink li ul li {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .sitelink li ul li {
    width: 100%;
  }
}

.footer-yoyaku {
  display: flex;
}
@media (max-width: 815px) {
  .footer-yoyaku {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer-yoyaku li {
  margin-right: 20px;
}
@media (max-width: 815px) {
  .footer-yoyaku li {
    margin: 0 auto 1.5rem auto;
  }
}
.footer-yoyaku img {
  width: 300px;
  height: auto;
}

.news_area {
  width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  border: 1px solid #828B4E;
}
@media (max-width: 815px) {
  .news_area {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .news_area {
    width: 100%;
    display: block;
    padding: 1rem 0;
  }
}
.news_area h3 {
  background: linear-gradient(180deg, #959E5E 0%, #4E3905 100%);
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 120%;
  font-weight: 300;
  padding: 0.5rem 1.5rem;
  margin-top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .news_area h3 {
    width: 100%;
    line-height: 1.3;
    padding: 0.7rem 0;
    font-size: 20px;
  }
}
.news_area h3 span {
  display: block;
  font-family: inherit;
  font-family: poppins, source-han-sans-japanese, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 60%;
}
.news_area dl {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 0;
  padding: 0.5rem 1.5rem;
}
.news_area dt {
  width: 12%;
  padding: 1rem;
  border-bottom: 1px dashed #adaaa7;
}
@media (max-width: 815px) {
  .news_area dt {
    width: 30%;
  }
}
@media (max-width: 550px) {
  .news_area dt {
    width: 30%;
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
.news_area dd {
  width: 80%;
  padding: 1rem;
  border-bottom: 1px dashed #adaaa7;
}
@media (max-width: 815px) {
  .news_area dd {
    width: 70%;
  }
}
@media (max-width: 550px) {
  .news_area dd {
    width: 70%;
    padding: 0.5rem 1rem 0.5rem 0;
  }
}

.doc-prof {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
@media (max-width: 815px) {
  .doc-prof {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .doc-prof {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
}
.doc-prof h3 {
  font-family: "Noto Serif JP";
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: normal;
}
@media (max-width: 815px) {
  .doc-prof h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .doc-prof h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0.7rem;
  }
}
.doc-prof p {
  font-size: 94%;
}
@media (max-width: 550px) {
  .doc-prof p {
    font-size: 14px;
  }
}
.doc-prof img {
  max-width: 390px;
  height: auto;
  margin-left: 5%;
  align-self: flex-start;
}
@media (max-width: 815px) {
  .doc-prof img {
    order: 1;
    margin: 1rem auto;
  }
}
@media (max-width: 550px) {
  .doc-prof img {
    order: 1;
    width: 260px;
    height: 250px;
    margin: 1rem auto;
  }
}
@media (max-width: 815px) {
  .doc-prof .doc-topic {
    order: 2;
  }
}
@media (max-width: 550px) {
  .doc-prof .doc-topic {
    width: 100%;
    order: 2;
  }
}
.doc-prof .doc-name {
  font-family: "Noto Serif JP";
  font-weight: normal;
  text-align: right;
  font-size: 30px;
}
@media (max-width: 550px) {
  .doc-prof .doc-name {
    font-size: 20px;
  }
}
.doc-prof .doc-name span {
  font-size: 20px;
  margin-right: 35px;
}
@media (max-width: 550px) {
  .doc-prof .doc-name span {
    font-size: 14px;
    margin-right: 10px;
  }
}

.doc-keireki {
  background-color: #ffffff;
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 815px) {
  .doc-keireki {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .doc-keireki {
    display: block;
    margin-top: 0;
  }
}
.doc-keireki h3 {
  background-color: #F5FBE9;
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 120%;
  width: 26%;
  min-width: 200px;
  padding-top: 1rem;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 815px) {
  .doc-keireki h3 {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .doc-keireki h3 {
    width: 100%;
    font-size: 20px;
    padding-top: 0;
  }
}
.doc-keireki dl {
  display: flex;
  flex-wrap: wrap;
  padding: 2% 0 2% 2%;
  padding-bottom: 1%;
  font-size: 96%;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 550px) {
  .doc-keireki dl {
    padding: 1rem;
  }
}
.doc-keireki dt {
  width: 12%;
}
@media (max-width: 550px) {
  .doc-keireki dt {
    width: 25%;
  }
}
.doc-keireki dd {
  width: 36%;
  margin-right: 2%;
  padding-bottom: 1%;
  letter-spacing: -0.8px;
}
@media (max-width: 550px) {
  .doc-keireki dd {
    width: 75%;
    margin-right: 0;
  }
}
.doc-keireki p {
  padding: 2%;
  padding-top: 0%;
  font-size: 96%;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .doc-keireki p {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 400;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.kyei {
  text-align: center;
}
@media (max-width: 815px) {
  .kyei {
    padding: 0 1rem;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .kyei {
    text-align: left;
    padding: 0 3%;
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .area-chiryo {
    padding: 0 0.25rem;
  }
}
.area-chiryo .souti,
.area-chiryo .syorei {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .area-chiryo .souti,
  .area-chiryo .syorei {
    flex-wrap: wrap;
  }
}
.area-chiryo .souti li,
.area-chiryo .syorei li {
  width: 270px;
  background-color: #ffffff;
  text-align: center;
  font-size: 90%;
}
@media (max-width: 815px) {
  .area-chiryo .souti li,
  .area-chiryo .syorei li {
    width: 24%;
  }
}
@media (max-width: 550px) {
  .area-chiryo .souti li,
  .area-chiryo .syorei li {
    width: 49.8%;
    font-weight: 500;
    line-height: 1.5;
  }
}
.area-chiryo .souti li img,
.area-chiryo .syorei li img {
  margin: 0 auto;
  padding: 10px 0;
  width: 100px;
}
.area-chiryo .souti li h3,
.area-chiryo .syorei li h3 {
  background-color: #F5FBE9;
  color: #ffffff;
  font-size: 110%;
  font-weight: normal;
}
@media (max-width: 815px) {
  .area-chiryo .souti li h3,
  .area-chiryo .syorei li h3 {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .area-chiryo .souti li h3,
  .area-chiryo .syorei li h3 {
    padding: 0.25rem 0;
    margin-top: 5px;
    font-size: 100%;
    letter-spacing: -1px;
  }
}
.area-chiryo .souti li a,
.area-chiryo .syorei li a {
  color: inherit;
  text-decoration: none;
}
.area-chiryo .souti li p,
.area-chiryo .syorei li p {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .area-chiryo .souti li p,
  .area-chiryo .syorei li p {
    margin-bottom: 10px;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.area-chiryo .syorei li {
  font-size: 110%;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 0.7rem;
}
@media (max-width: 550px) {
  .area-chiryo .syorei li {
    font-size: 16px;
  }
}
.area-chiryo .syorei li span {
  font-size: 90%;
}
@media (max-width: 550px) {
  .area-chiryo .syorei li span {
    font-size: 15px;
  }
}
.area-chiryo h2 {
  padding: 30px 0;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .area-chiryo h2 {
    font-size: 17px;
    padding: 1rem;
  }
}
@media (max-width: 550px) {
  .area-chiryo .syorei {
    background-color: #6A5943;
    padding: 10px 0 0;
  }
}
.area-chiryo .souti {
  justify-content: flex-start;
}
@media (max-width: 550px) {
  .area-chiryo .souti {
    justify-content: space-between;
  }
}
.area-chiryo .souti li {
  margin-right: 40px;
}
@media (max-width: 550px) {
  .area-chiryo .souti li {
    margin-right: 0;
  }
}
.area-chiryo .souti li:last-child {
  margin-right: 0;
}
.area-chiryo .syourei li img {
  width: 100% !important;
}

.bg-chiryo {
  background-image: url(../images/bg-chiryo.webp);
  background-size: cover;
}
@media (max-width: 550px) {
  .bg-chiryo {
    background-image: none;
    background-color: #ffffff;
  }
}

@media (max-width: 550px) {
  .sm_v {
    padding-bottom: 0;
  }
  .sm_gray {
    padding-top: 2rem;
  }
}
.clinic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clinic-list li {
  background-color: #ffffff;
  width: 32%;
}
@media (max-width: 815px) {
  .clinic-list li {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .clinic-list li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .clinic-list li:last-child {
    margin-bottom: 0;
  }
}
.clinic-list li .infologo {
  height: 45px;
  width: auto;
  margin: 1.5rem auto;
}
.clinic-list li .infologo img {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.clinic-topic {
  padding: 0 2% 3%;
}
.clinic-topic h4 {
  margin-bottom: 0.5rem;
  color: #6A5943;
}
@media (max-width: 550px) {
  .clinic-topic h4 {
    font-size: 16px;
  }
}
.clinic-topic p {
  font-size: 94%;
  margin-bottom: 0;
  height: 110px;
}
@media (max-width: 550px) {
  .clinic-topic p {
    font-weight: normal;
    line-height: 2;
    height: auto;
    margin-bottom: 0.25rem;
  }
}
.clinic-topic a {
  text-align: center;
}
@media (max-width: 550px) {
  .clinic-topic a {
    width: 49%;
  }
}
.clinic-topic .tel {
  font-size: 260%;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  font-weight: bold;
  background-image: url(../images/icon-info-tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #000000;
  font-family: "Noto Serif JP";
}
@media (max-width: 815px) {
  .clinic-topic .tel {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .clinic-topic .tel {
    margin-bottom: 1rem;
    width: auto;
    text-align: center;
    display: block;
    background-position: 20px center;
  }
}

.sns-banner {
  display: flex;
  width: 1200px;
  margin: 3rem auto;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 815px) {
  .sns-banner {
    width: 100%;
    margin: 2rem auto;
    align-items: center;
  }
}
@media (max-width: 550px) {
  .sns-banner {
    justify-content: space-around;
  }
}
@media (max-width: 550px) {
  .sns-banner img {
    margin: 1.5rem 0;
  }
}
.sns-banner h4 {
  width: 30%;
  text-align: center;
  color: #ffffff;
  font-size: 140%;
  font-family: "Noto Serif JP";
  background-color: #B7A596;
  line-height: 1.3;
  font-weight: normal;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 550px) {
  .sns-banner h4 {
    width: 100%;
    font-size: 20px;
    padding: 0.25rem 0;
  }
}
.sns-banner p {
  width: 25%;
  font-size: 120%;
  margin: 1rem 0 1rem 3rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #000000;
}
@media (max-width: 550px) {
  .sns-banner p {
    margin: 1rem 0;
    width: 48%;
  }
}
.sns-banner .tw {
  background-image: url(../images/icon-tw.svg);
  background-repeat: no-repeat;
  background-position: 8% center;
}
@media (max-width: 815px) {
  .sns-banner .tw {
    background-size: 35px auto;
  }
}
@media (max-width: 550px) {
  .sns-banner .tw {
    background-size: 25px auto;
  }
}
.sns-banner .is {
  background-image: url(../images/icon-is.svg);
  background-repeat: no-repeat;
  background-position: 8% center;
}
@media (max-width: 815px) {
  .sns-banner .is {
    background-size: 35px auto;
  }
  .sns-banner .is a {
    padding-left: 20px;
  }
}
@media (max-width: 550px) {
  .sns-banner .is {
    background-size: 20px auto;
  }
  .sns-banner .is a {
    padding-left: 0;
  }
}

.infoyoyaku {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 815px) {
  .infoyoyaku {
    justify-content: flex-end;
  }
}
@media (max-width: 815px) {
  .infoyoyaku a {
    margin-left: 1rem;
  }
}

.chi-bg {
  background-image: url(../images/bg-chiryo.webp);
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

.toku-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.toku-list li {
  width: 48.5%;
  background-color: #FBF3E8;
  margin-bottom: 2rem;
}
@media (max-width: 815px) {
  .toku-list li {
    width: 49%;
  }
}
@media (max-width: 550px) {
  .toku-list li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.toku-list li h3 {
  font-family: "Noto Serif JP";
  font-size: 110%;
  font-weight: normal;
  line-height: 1.3;
  padding: 1rem 0 0 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 815px) {
  .toku-list li h3 {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .toku-list li h3 {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 0;
  }
}
.toku-list li p {
  font-size: 16px;
  overflow: hidden;
  line-height: 1.8;
  padding: 0.5rem 1rem 0.5rem 0;
}
@media (max-width: 550px) {
  .toku-list li p {
    margin-bottom: 0;
    font-size: 15px;
  }
  .toku-list li p br {
    display: none;
  }
}
.toku-list li img {
  width: 220px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 550px) {
  .toku-list li img {
    width: 100px;
    height: 100px;
  }
}

.pagetop {
  width: 80px;
  position: absolute;
  bottom: 80%;
  right: 3%;
}
@media (max-width: 815px) {
  .pagetop {
    bottom: 90%;
    right: 0;
  }
}

.object-fit-img {
  font-family: "object-fit: cover;";
}

.center_btn {
  display: block;
  margin: auto;
}
@media (max-width: 550px) {
  .center_btn {
    width: 80%;
  }
}

#submain {
  height: 220px;
  background-image: url(../images/sub-bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 550px) {
  #submain {
    height: 168px;
  }
}

.submain-wrapper {
  padding-top: 52px;
}
@media (max-width: 550px) {
  .submain-wrapper {
    padding-top: 0;
  }
}
.submain-wrapper h2 {
  position: absolute;
  color: #ffffff;
  font-weight: normal;
  background: rgba(49, 35, 0, 0.75);
  width: 100%;
  font-size: 32px;
  letter-spacing: 5px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 550px) {
  .submain-wrapper h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

#submain2 {
  width: 100%;
  max-width: 1300px;
  height: 180px;
  background-image: url(../images/bg-submain.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  #submain2 {
    height: 190px;
    margin-bottom: 0;
  }
}
#submain2 img {
  position: absolute;
  right: 5%;
  bottom: 15px;
}
@media (max-width: 550px) {
  #submain2 img {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 280px;
  }
}
#submain2 h2 {
  position: absolute;
  color: #ffffff;
  font-weight: normal;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 550px) {
  #submain2 h2 {
    top: 20%;
    font-size: 22px;
    line-height: 1.5;
  }
}
#submain2 h2 span {
  display: block;
  font-size: 16px;
  color: #EDE5C2;
  font-family: Arial, Helvetica, sans-serif;
}

.subtitle {
  text-align: center;
  font-size: 26px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  padding: 0.3em 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.subtitle::before {
  content: "";
  margin-right: 1rem;
  height: 1px;
  flex-grow: 1;
  background-color: #999;
}
.subtitle::after {
  content: "";
  margin-left: 1rem;
  height: 1px;
  flex-grow: 1;
  background-color: #999;
}
@media (max-width: 550px) {
  .subtitle {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.clinic-toku {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 4rem;
}
@media (max-width: 550px) {
  .clinic-toku {
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
}
.clinic-toku img {
  width: 30%;
}
@media (max-width: 815px) {
  .clinic-toku img {
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .clinic-toku img {
    width: 100%;
    order: 0;
  }
}
.clinic-toku p {
  line-height: 2;
  margin-bottom: 0;
}
.clinic-toku div {
  width: 70%;
  padding: 2rem;
}
@media (max-width: 550px) {
  .clinic-toku div {
    width: 100%;
    padding: 1rem;
    order: 1;
  }
}
@media (max-width: 550px) {
  .clinic-toku div .line_counseling {
    width: 66%;
    display: block;
    margin: 0 auto;
  }
  .clinic-toku div .line_counseling img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 550px) {
  .sm_v2 {
    padding-top: 0;
  }
}

.clinic-toku2 {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
@media (max-width: 550px) {
  .clinic-toku2 {
    flex-wrap: wrap;
    padding: 1rem 1rem 0 1rem;
  }
}
.clinic-toku2 img {
  width: 36%;
}
@media (max-width: 815px) {
  .clinic-toku2 img {
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .clinic-toku2 img {
    width: 100%;
    margin-top: -1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.clinic-toku2 h4 {
  font-size: 150%;
  font-family: "Noto Serif JP";
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .clinic-toku2 h4 {
    font-size: 17px;
    margin-bottom: 0.5rem;
  }
}
.clinic-toku2 p {
  line-height: 2;
}
@media (max-width: 550px) {
  .clinic-toku2 p {
    margin-bottom: 0;
  }
}
.clinic-toku2 div {
  width: 60%;
}
@media (max-width: 550px) {
  .clinic-toku2 div {
    margin-top: 1rem;
    width: 100%;
  }
  .clinic-toku2 div p {
    margin-bottom: 0;
  }
}

.img-left img {
  order: 1;
  align-self: flex-start;
}
.img-left div {
  order: 2;
}
@media (max-width: 550px) {
  .img-left div {
    margin-top: 1rem;
    width: 100%;
  }
}

.img-right img {
  order: 2;
  align-self: flex-start;
}
@media (max-width: 550px) {
  .img-right img {
    order: 0;
  }
}
.img-right div {
  order: 1;
}

.benefit-bar {
  background-color: #6A0E19;
  font-family: "Noto Serif JP";
  font-size: 130%;
  color: #ffffff;
  padding: 0 2%;
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .benefit-bar {
    font-size: 110%;
    text-align: center;
    letter-spacing: -1px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.chi-pickup {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.chi-pickup video {
  width: 530px;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 550px) {
  .chi-pickup {
    flex-wrap: wrap;
  }
}
.chi-pickup div {
  width: 48%;
  padding: 2%;
  background-color: #ffffff;
}
@media (max-width: 815px) {
  .chi-pickup div {
    width: 49%;
  }
}
@media (max-width: 550px) {
  .chi-pickup div {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
.chi-pickup h4 {
  text-align: center;
  font-size: 150%;
  font-family: "Noto Serif JP";
  font-weight: normal;
  line-height: 1.5;
  margin: 1rem 0;
}
@media (max-width: 815px) {
  .chi-pickup h4 {
    font-size: 20px;
  }
}
.chi-pickup video {
  margin-bottom: 1rem;
}
.chi-pickup2 {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 550px) {
  .chi-pickup2 {
    flex-wrap: wrap;
  }
}
.chi-pickup2 div {
  width: 45%;
}
@media (max-width: 815px) {
  .chi-pickup2 div {
    width: 49%;
  }
}
@media (max-width: 550px) {
  .chi-pickup2 div {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
.chi-pickup2 section {
  margin-top: 1rem;
  background-color: #ffffff;
}
.chi-pickup2 video {
  margin-bottom: 1rem;
}
.chi-pickup2 img {
  padding: 1.5rem;
  background-color: #ffffff;
}
.chi-pickup2 h4 {
  padding-top: 1rem;
}
.chi-pickup2 p {
  padding: 0 1.5rem 1.5rem;
}
.separate {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1px;
  background-color: #D0D0D0;
  border: none;
}

.chi-toku {
  padding: 1rem 0;
}
@media (max-width: 550px) {
  .chi-toku {
    padding: 0;
  }
}
.chi-toku img {
  width: 370px;
  height: auto;
  margin-right: 3%;
  float: left;
}
@media (max-width: 550px) {
  .chi-toku img {
    width: 175px;
    margin-right: 3%;
    object-fit: cover;
  }
}
.chi-toku h4 {
  font-size: 150%;
  font-family: "Noto Serif JP";
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (max-width: 815px) {
  .chi-toku h4 {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .chi-toku h4 {
    margin: 1rem 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 1rem;
  }
}
@media (max-width: 550px) {
  .chi-toku p {
    padding: 1rem;
    margin-bottom: 0;
    clear: both;
  }
}

@media (max-width: 550px) {
  .tokuarea .separate {
    margin-top: 0;
  }
}

.sp-topic {
  border: #FCF9F4 solid 1px;
}
@media (max-width: 550px) {
  .sp-topic {
    padding-bottom: 0;
  }
}
.sp-topic h3 {
  font-size: 150%;
  font-family: "Noto Serif JP";
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  background-color: #FCF9F4;
}
@media (max-width: 550px) {
  .sp-topic h3 {
    font-size: 120%;
    padding: 5px 0;
  }
}
.sp-topic p {
  padding: 2%;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .sp-topic p {
    padding: 1rem;
  }
}
.sp-topic .area-topic {
  display: flex;
  padding: 2%;
  padding-top: 0;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .sp-topic .area-topic {
    padding: 1rem;
    flex-wrap: wrap;
  }
}
.sp-topic .area-topic img {
  width: 35%;
}
@media (max-width: 550px) {
  .sp-topic .area-topic img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.sp-topic .area-topic h4 {
  font-size: 130%;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .sp-topic .area-topic h4 {
    font-size: 16px;
    margin-top: 1rem;
  }
}
.sp-topic .area-topic p {
  padding: 0;
  margin-bottom: 1.5rem;
}
.sp-topic .area-topic div {
  width: 62%;
}
@media (max-width: 550px) {
  .sp-topic .area-topic div {
    width: 100%;
  }
}
.sp-topic ul {
  padding: 2rem;
}
@media (max-width: 550px) {
  .sp-topic ul {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.sp-topic li {
  padding-left: 30px;
  background-image: url(../images/check-merit.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  font-size: 110%;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .sp-topic li {
    font-size: 100%;
    background-position: left 5px;
  }
}

.flowlist {
  background-color: #ffffff;
  padding: 2%;
}
@media (max-width: 550px) {
  .flowlist {
    padding: 1rem;
    margin: 0 0.5rem;
  }
}
@media (max-width: 550px) {
  .flowlist .arrow_f {
    margin-bottom: 1.5rem;
  }
  .flowlist .arrow_f img {
    width: 10%;
    height: auto;
  }
}
.flowlist li {
  display: flex;
  margin: 1rem 0;
}
@media (max-width: 550px) {
  .flowlist li {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.flowlist li span {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  font-weight: normal;
  color: #ffffff;
  background-color: #6A0E19;
  margin-right: 20px;
  font-weight: normal;
}
.flowlist li .num {
  width: 36px;
  height: 36px;
  font-size: 90%;
}
.flowlist li .tokucyo {
  width: 76px;
  height: 36px;
  font-size: 90%;
}
.flowlist li h4 {
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .flowlist li h4 {
    display: none;
  }
}
.flowlist li .sm_flowTitle {
  display: none;
}
@media (max-width: 550px) {
  .flowlist li .sm_flowTitle {
    display: block;
    width: calc(100% - 160px);
    font-size: 16px;
  }
  .flowlist li .sm_flowTitle span {
    display: block;
    font-size: 15px;
    width: 27.5px;
    height: 27.5px;
    line-height: 27.5px;
  }
}
.flowlist li img {
  width: 290px;
  height: auto;
  margin-right: 3.5%;
}
@media (max-width: 815px) {
  .flowlist li img {
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .flowlist li img {
    width: 145px;
    object-fit: cover;
    height: auto;
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .flowlist li p {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

@media (max-width: 815px) {
  .flow_title {
    margin-top: 1rem;
  }
}

@media (max-width: 550px) {
  .mousepieceList li {
    flex-wrap: nowrap;
  }
  .mousepieceList li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .mousepieceList li h4 {
    display: flex;
    font-size: 15px;
    align-items: center;
  }
  .mousepieceList li h4 .tokucyo {
    font-size: 12px;
    width: auto;
    padding: 0 0.5rem;
    margin-right: 0.5rem;
    height: 20px;
    line-height: 20px;
  }
  .mousepieceList li div {
    margin-left: 0.75rem;
    line-height: 2;
  }
  .mousepieceList li img {
    width: 110px;
    height: 150px;
    object-fit: cover;
  }
}
.kyouseikanryo {
  width: 510px;
  height: 50px;
  background-color: #6A0E19;
  text-align: center;
  margin: 2rem auto;
  font-size: 140%;
  color: #ffffff;
  line-height: 50px;
}
@media (max-width: 550px) {
  .kyouseikanryo {
    width: 100%;
    height: auto;
    line-height: 2;
  }
}

.sinryou-lead {
  text-align: center;
  background-image: url(../images/logo-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
  font-family: "Noto Serif JP";
  font-size: 170%;
  padding: 1rem 0;
  font-weight: bold;
}
@media (max-width: 550px) {
  .sinryou-lead {
    padding: 0 1rem;
    font-size: 17px;
  }
}

.sinryou-sublead {
  text-align: center;
  font-family: "Noto Serif JP";
  color: #C1A88F;
  font-size: 140%;
}
@media (max-width: 550px) {
  .sinryou-sublead {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

.lead-title {
  color: #051B72;
}

.list-sec {
  background-color: #ffffff;
  margin: 2rem auto;
  display: flex;
  padding: 2%;
  width: 1200px;
  border: 2px solid #807957;
}
@media (max-width: 550px) {
  .list-sec {
    width: 100%;
    flex-wrap: wrap;
    margin: 1rem 0 1rem;
    padding: 1rem;
  }
}
.list-sec p {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .list-sec p {
    font-size: 14px;
  }
}
.list-sec h4 {
  width: 290px;
  color: #ffffff;
  background-color: #807957;
  font-size: 120%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3.5%;
  font-family: "Noto Serif JP";
  font-weight: 600;
}
@media (max-width: 815px) {
  .list-sec h4 {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .list-sec h4 {
    font-size: 17px;
    margin: 0 auto 0.5rem auto;
    padding-top: 0;
  }
}
.list-sec li {
  list-style: outside;
  margin-left: 10px;
}

.clear-collect {
  background-color: #ffffff;
  margin: 2rem 0;
  display: flex;
  padding: 2%;
}
@media (max-width: 550px) {
  .clear-collect {
    flex-wrap: wrap;
    padding: 1rem;
  }
}
.clear-collect .clear-collect2 {
  background-color: #ffffff;
  width: 80%;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  padding: 2%;
}
@media (max-width: 550px) {
  .clear-collect .clear-collect2 {
    flex-wrap: wrap;
    padding: 1rem 0;
    width: 100%;
  }
}
.clear-collect h4 {
  color: #ffffff;
  background-color: #C1A88F;
  font-size: 125%;
  text-align: center;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 1rem;
}
@media (max-width: 815px) {
  .clear-collect h4 {
    text-align: left;
    padding: 1rem;
  }
}
@media (max-width: 550px) {
  .clear-collect h4 {
    font-size: 17px;
    text-align: left;
    padding: 0.5rem;
    line-height: 1.5;
  }
}
.clear-collect img {
  width: 360px;
  margin-left: 3%;
}
@media (max-width: 815px) {
  .clear-collect img {
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .clear-collect img {
    order: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 1rem;
  }
}
.clear-collect ul {
  padding: 0.5rem;
}
.clear-collect li {
  padding-left: 30px;
  background-image: url(../images/check-merit.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  font-size: 110%;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .clear-collect li {
    font-size: 100%;
  }
}
.clear-collect img {
  align-self: flex-start;
}
.clear-collect p {
  margin-bottom: 5px;
}
@media (max-width: 550px) {
  .clear-collect div {
    width: 100%;
    order: 1;
  }
}
.clear-collect .demerit {
  display: flex;
}
@media (max-width: 550px) {
  .clear-collect .demerit {
    display: block;
  }
}
.clear-collect .demi {
  width: 100px;
  background-color: #794E4E;
  text-align: center;
  align-self: flex-start;
  font-size: 95%;
  margin-right: 10px;
  color: #ffffff;
}
@media (max-width: 550px) {
  .clear-collect .demi {
    font-size: 80%;
    width: 140px;
  }
}
.clear-collect .cyusyaku {
  font-size: 90%;
}

.clear-collect2 {
  background-color: #ffffff;
  width: 90%;
  margin: 1rem auto;
}
.clear-collect2 h4 {
  text-align: center;
  color: #5F5606;
  font-size: 24px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  border-bottom: 1px solid #5F5606;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .clear-collect2 {
    flex-wrap: wrap;
    padding: 1rem;
  }
}

.syourei-list {
  border: 2px solid #051B73;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .syourei-list {
    margin: 1rem;
  }
}
.syourei-list h3 {
  background-color: #051B73;
  color: #ffffff;
  font-family: "Noto Serif JP";
  text-align: center;
  font-size: 160%;
  font-weight: normal;
  padding: 0.7rem 0;
}
@media (max-width: 550px) {
  .syourei-list h3 {
    padding: 0.25rem 0.5rem;
    font-size: 20px;
  }
}
.syourei-list .syourei-topic {
  padding: 2%;
  padding-top: 0;
}
.syourei-list .syourei-topic h4 {
  font-size: 140%;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .syourei-list .syourei-topic h4 {
    font-size: 17px;
  }
}
.syourei-list .syourei-topic strong {
  color: #4E3E05;
  font-weight: bold;
}
.syourei-list .syourei-topic li {
  display: flex;
  margin: 2rem 0;
}
@media (max-width: 550px) {
  .syourei-list .syourei-topic li {
    flex-wrap: wrap;
    margin: 1rem 0;
  }
}
.syourei-list .syourei-topic .bf-topic {
  width: 45%;
  margin-right: 5%;
}
@media (max-width: 550px) {
  .syourei-list .syourei-topic .bf-topic {
    width: 100%;
    margin-right: 0;
    order: 1;
  }
  .syourei-list .syourei-topic .bf-topic p {
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
}
.syourei-list .syourei-topic .bf-list {
  width: 50%;
  display: flex;
}
@media (max-width: 550px) {
  .syourei-list .syourei-topic .bf-list {
    width: 100%;
    order: 0;
    justify-content: space-between;
  }
}
.syourei-list .syourei-topic .before {
  width: 45%;
}
@media (max-width: 550px) {
  .syourei-list .syourei-topic .before {
    width: 48%;
  }
}
.syourei-list .syourei-topic .before p {
  background-color: #D8D2A6;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  font-family: "Noto Serif JP";
  font-size: 110%;
}
@media (max-width: 550px) {
  .syourei-list .syourei-topic .before p {
    margin-bottom: 1rem;
  }
}
.syourei-list .syourei-topic .after {
  width: 45%;
  margin-left: 10%;
}
@media (max-width: 550px) {
  .syourei-list .syourei-topic .after {
    width: 48%;
    margin-left: 0;
  }
}
.syourei-list .syourei-topic .after p {
  background-color: #D1B68A;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  font-family: "Noto Serif JP";
  font-size: 110%;
}
@media (max-width: 550px) {
  .syourei-list .syourei-topic .after p {
    margin-bottom: 1rem;
  }
}

.smile-view {
  padding: 2%;
  display: flex;
}
@media (max-width: 550px) {
  .smile-view {
    padding: 0 1rem;
    flex-wrap: wrap;
  }
}
.smile-view .smile-midasi {
  font-size: 115%;
  padding: 5px 0;
  margin-bottom: 1rem;
  font-weight: normal;
  background-color: #3C3834;
  color: #ffffff;
  border-left: 6px solid #F4B83F;
  text-align: center;
}
@media (max-width: 550px) {
  .smile-view .smile-midasi {
    font-size: 16px;
    border-left: none;
    border-top: 7px solid #F4B83F;
  }
}
.smile-view .smile-submidasi {
  border-bottom: #4E3E05 2px solid;
  color: #4E3E05;
  padding-bottom: 3px;
  font-size: 115%;
  margin-bottom: 1rem;
}
.smile-view li {
  font-size: 115%;
  color: #000000;
  padding-left: 35px;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .smile-view li {
    font-size: 14px;
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    font-weight: 500;
  }
}
.smile-view .num1 {
  background-image: url(../images/snum-1.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 24px;
}
@media (max-width: 550px) {
  .smile-view .num1 {
    background-size: 20px;
  }
}
.smile-view .num2 {
  background-image: url(../images/snum-2.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 24px;
}
@media (max-width: 550px) {
  .smile-view .num2 {
    background-size: 20px;
  }
}
.smile-view .num3 {
  background-image: url(../images/snum-3.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 24px;
}
@media (max-width: 550px) {
  .smile-view .num3 {
    background-size: 20px;
  }
}
.smile-view .num4 {
  background-image: url(../images/snum-4.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 24px;
}
@media (max-width: 550px) {
  .smile-view .num4 {
    background-size: 20px;
  }
}

.smile-topic {
  width: 66%;
  margin-right: 2%;
}
@media (max-width: 550px) {
  .smile-topic {
    width: 100%;
    margin-right: 0;
  }
}

.smile-image {
  width: 32%;
  text-align: center;
}
@media (max-width: 550px) {
  .smile-image {
    margin-top: 1rem;
    width: 100%;
  }
}
.smile-image img {
  margin: 0 auto;
}
.smile-image p {
  font-size: 120%;
  font-weight: bold;
}

.topic-subtitle {
  color: #1E68A1;
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .topic-subtitle {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 1rem;
  }
}

.topic-subtitle2 {
  color: #5F5606;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.topic-link {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 550px) {
  .topic-link {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
}
.topic-link p {
  width: 40%;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .topic-link p {
    width: 100%;
  }
}
.topic-link p a {
  display: block;
  border: #000000 1px solid;
  padding: 1rem 0;
  color: #000000;
  text-decoration: none;
  font-size: 140%;
  font-weight: bold;
  background-image: url(../images/arrow-btnlink.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: 90% center;
}
@media (max-width: 550px) {
  .topic-link p a {
    font-size: 15px;
    padding: 0.5rem;
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}

.topic-link2 {
  width: 190px;
  text-align: center;
  margin-bottom: 1rem;
}
.topic-link2 a {
  display: block;
  border: #000000 1px solid;
  padding: 0.5rem 0;
  color: #000000;
  text-decoration: none;
  font-size: 80%;
  font-weight: bold;
  background-image: url(../images/arrow-btnlink.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: 90% center;
}
@media (max-width: 550px) {
  .topic-link2 a {
    font-size: 14px;
    padding: 0.3rem;
    display: block;
    margin: 0 auto;
  }
}

.syosin-btn a {
  display: block;
  border: none;
  padding: 1rem 0;
  color: #ffffff !important;
  background-color: #680E18;
  text-decoration: none;
  font-size: 140%;
  font-weight: bold;
  background-image: url(../images/arrow-btnlink.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: 90% center;
}
@media (max-width: 550px) {
  .syosin-btn a {
    font-size: 15px;
    padding: 0.5rem;
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
@media (max-width: 550px) {
  .price-table {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
}
.price-table th {
  background-color: #B9ACA1;
  color: #ffffff;
  padding: 1%;
  padding-left: 6%;
  width: 28%;
  font-family: "Noto Serif JP";
  font-size: 130%;
  border: solid 1px #B9ACA1;
  border-bottom: #fff solid 1px;
}
.price-table th:last-child {
  border-bottom: #B9ACA1 solid 1px;
}
.price-table th a {
  background-color: #ffffff;
  padding: 3px 5px;
  color: #675C21;
  font-size: 80%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  text-decoration: none;
}
.price-table th a span {
  font-size: 60%;
}
@media (max-width: 550px) {
  .price-table th {
    width: 100%;
    font-size: 120%;
    line-height: 1.6;
  }
}
@media (max-width: 550px) {
  .price-table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.price-table td {
  border: solid 1px #B9ACA1;
  padding: 1%;
  padding-left: 3%;
  background-color: #ffffff;
}
@media (max-width: 550px) {
  .price-table td {
    width: 100%;
  }
}
.price-table li {
  display: flex;
  justify-content: space-between;
  border-bottom: dashed 1px #B9ACA1;
  margin: 0.5rem 0;
  font-size: 110%;
}
@media (max-width: 550px) {
  .price-table li {
    flex-wrap: wrap;
  }
}
.price-table .price {
  width: 200px;
  margin-left: 40px;
}
@media (max-width: 550px) {
  .price-table .price {
    width: 100%;
    margin-left: 0;
    font-weight: bold;
  }
}
.price-table p {
  margin-bottom: 0;
}

@media (max-width: 550px) {
  .deduction {
    padding: 0 1rem;
  }
}

@media (max-width: 550px) {
  .mousepiece-table {
    margin-bottom: 1rem;
  }
  .mousepiece-table th {
    text-align: center;
    font-size: 17px;
    padding: 0.5rem;
  }
  .mousepiece-table td {
    font-size: 16px;
    font-weight: 500;
    padding: 1rem;
  }
  .mousepiece-table li {
    font-size: 16px;
    margin: 0 0 1rem 0;
  }
  .mousepiece-table li:last-child {
    margin-bottom: 0;
  }
  .mousepiece-table li .price {
    width: auto;
  }
  .mousepiece-table li .sm_mouse {
    width: 100%;
    text-align: right;
  }
}
.risk-list {
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 815px) {
  .risk-list {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .risk-list {
    margin-bottom: 0;
  }
}
.risk-list li {
  margin-bottom: 10px;
}
.faq_container {
  background-color: #fff;
  border-radius: 15px;
}
.faq_container .toggle_contents {
  border-top: #bebebe solid 1px;
  padding: 1rem 0 0 0;
}
@media (max-width: 550px) {
  .faq_container .toggle_contents {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.faq_container .toggle_title {
  position: relative;
  cursor: pointer;
  font-size: 110%;
  font-family: "Noto Serif JP";
  color: #051B73;
  background-image: url(../images/faq-q.svg);
  background-repeat: no-repeat;
  background-position: 1rem 1rem;
  padding: 1rem 0;
  padding-left: 90px;
  background-size: 40px;
  margin-bottom: 1rem;
}
@media (max-width: 815px) {
  .faq_container .toggle_title {
    padding-right: 60px;
  }
}
@media (max-width: 550px) {
  .faq_container .toggle_title {
    margin-bottom: 0;
    background-size: 30px auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.faq_container .toggle_title .toggle_btn {
  position: absolute;
  background-color: transparent;
  top: 50%;
  right: 42.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 42px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 815px) {
  .faq_container .toggle_title .toggle_btn {
    right: 1rem;
  }
}
@media (max-width: 550px) {
  .faq_container .toggle_title .toggle_btn {
    top: 27.5px;
    right: 1rem;
  }
}
.faq_container .toggle_btn:before, .faq_container .toggle_btn:after {
  display: block;
  content: "";
  background-color: #051B73;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 550px) {
  .faq_container .toggle_btn:before, .faq_container .toggle_btn:after {
    width: 20px;
    height: 1px;
  }
}
.faq_container .toggle_btn::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq_container .active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq_container .toggle_contents .toggle_answer {
  font-size: 100%;
  background-image: url(../images/faq-a.svg);
  background-repeat: no-repeat;
  background-position: 1rem 1rem;
  background-size: 40px;
  padding: 1rem 0;
  padding-left: 90px;
  background-color: #EDF0FF;
}
@media (max-width: 550px) {
  .faq_container .toggle_contents .toggle_answer {
    margin-bottom: 0;
    background-size: 30px auto;
    padding-left: 50px;
    padding-right: 1rem;
  }
  .faq_container .toggle_contents .toggle_answer p {
    margin-bottom: 0;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 550px) {
  .br-sp {
    display: inherit;
  }
}

@media (max-width: 550px) {
  .br-pc {
    display: none;
  }
}

.top-lead {
  padding: 2%;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .top-lead {
    font-size: 15px;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .top-lead br {
    display: none;
  }
}
@media (max-width: 550px) {
  .top-lead .br-sp {
    display: block;
  }
}

@media (max-width: 550px) {
  .slick-box.onlysp {
    letter-spacing: -0.4em;
    flex: none;
  }
  .slick-box.onlysp .slide {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    letter-spacing: normal;
    height: 750px;
  }
  .slick-prev {
    left: 5px !important;
    height: 50px !important;
    top: 37.5% !important;
    background-size: 30px auto !important;
    background-repeat: no-repeat;
    border: none;
    width: 30px !important;
    height: 30px !important;
  }
  .slick-next {
    top: 37.5% !important;
    right: 5px !important;
    height: 50px !important;
    background-size: 30px auto !important;
    background-repeat: no-repeat;
    border: none;
    width: 30px !important;
    height: 30px !important;
  }
}
.smunder_yoyaku {
  display: none;
}
@media (max-width: 550px) {
  .smunder_yoyaku {
    display: inherit;
    padding-top: 5px;
    font-size: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 100;
  }
}
.smunder_yoyaku ul {
  display: flex;
}
.smunder_yoyaku ul li {
  width: 35%;
}
.smunder_yoyaku ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #07AD38;
  font-weight: bold;
  padding: 0.5rem 0;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 10px;
}
.smunder_yoyaku ul li:first-child {
  width: 30%;
}
.smunder_yoyaku ul li:first-child a {
  background-image: url(../images/sm_tel.png);
  background-size: 20px auto;
}
.smunder_yoyaku ul li:nth-child(2) a {
  background-color: #6A0E19;
}
.smunder_yoyaku ul li:last-child a {
  background-image: url(../images/sm_line.png);
  background-size: 20px auto;
  background-position: 10px center;
}

@media (max-width: 815px) {
  .sm_risk {
    padding: 1rem 1rem 0 1rem;
  }
}
@media (max-width: 550px) {
  .sm_risk {
    padding: 1rem;
  }
}

.bg_cons {
  background-image: url(../images/concept-bg.webp);
  background-size: cover;
  background-color: #43818e;
}
@media screen and (min-width: 1720px) {
  .bg_cons {
    background-size: auto 440px;
    background-position: center left;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1200px) {
  .bg_cons {
    background-position: center -10%;
  }
}
@media (max-width: 815px) {
  .bg_cons {
    background-position: left -35%;
    background-size: 1500px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 550px) {
  .bg_cons {
    background-size: 900px;
    background-position: -60px -10px;
  }
}
.bg_cons .topic_cons {
  width: 50%;
  margin-left: 50%;
  color: #ffffff;
  line-height: 2.4;
  padding: 3rem 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1200px) {
  .bg_cons .topic_cons {
    padding: 1rem 0;
  }
}
@media (max-width: 815px) {
  .bg_cons .topic_cons {
    width: 100%;
    padding-top: 350px;
    padding-bottom: 15px;
    margin: 0;
    text-shadow: none;
  }
}
@media (max-width: 550px) {
  .bg_cons .topic_cons {
    padding: 250px 5% 5px;
    line-height: 1.8;
  }
}
.bg_cons .topic_cons h3 {
  font-family: "Noto Serif JP";
  font-size: 140%;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .bg_cons .topic_cons h3 {
    margin-bottom: 1rem;
    font-size: 120%;
  }
}

.iteromerit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .iteromerit {
    padding: 1rem;
  }
}
.iteromerit:after {
  content: "";
  width: 31.5%;
  display: block;
}
.iteromerit li {
  width: 31.5%;
  background-color: #ffffff;
  padding: 1%;
  margin-bottom: 2rem;
}
@media (max-width: 815px) {
  .iteromerit li {
    width: 49%;
  }
}
@media (max-width: 550px) {
  .iteromerit li {
    width: 100%;
    padding: 1rem;
  }
}
.iteromerit li h4 {
  text-align: center;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 130%;
}
@media (max-width: 550px) {
  .iteromerit li h4 {
    padding-left: 1rem;
    font-size: 17px;
    padding-bottom: 0.5rem;
    height: 60px;
  }
}
@media (max-width: 550px) {
  .iteromerit li p {
    margin-bottom: 0;
  }
}
.iteromerit li .nm1 {
  background-image: url(../images/nm1.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top left;
}
.iteromerit li .nm2 {
  background-image: url(../images/nm2.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top left;
}
.iteromerit li .nm3 {
  background-image: url(../images/nm3.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top left;
}
.iteromerit li .nm4 {
  background-image: url(../images/nm4.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top left;
}
.iteromerit li .nm5 {
  background-image: url(../images/nm5.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top left;
}

.stafflist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 550px) {
  .stafflist {
    padding: 0 1rem;
  }
}
.stafflist li {
  width: 46%;
  padding: 3%;
  border-radius: 15px;
  border: solid 1px #6A5943;
  margin-bottom: 2rem;
}
@media (max-width: 815px) {
  .stafflist li {
    width: 49%;
  }
}
@media (max-width: 550px) {
  .stafflist li {
    width: 100%;
  }
}
.stafflist li h4 {
  font-size: 150%;
  font-family: "Noto Serif JP";
  margin-bottom: 1rem;
  color: #6A5943;
  font-weight: normal;
  border-bottom: solid 1px #707070;
}
@media (max-width: 550px) {
  .stafflist li h4 {
    font-size: 130%;
  }
}
.stafflist li h5 {
  font-size: 110%;
  font-family: "Noto Serif JP";
  color: #C1A88F;
  font-weight: normal;
}

.ac-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (max-width: 815px) {
  .ac-flex {
    justify-content: space-between;
  }
}
.ac-flex li {
  width: 40%;
  padding-left: 0;
}
@media (max-width: 815px) {
  .ac-flex li {
    width: 49%;
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .ac-flex li {
    width: 100%;
    padding: 0.5rem;
    font-size: inherit;
  }
}

.innnai-area {
  background-image: url(../images/innai-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem 0;
}
@media (max-width: 550px) {
  .innnai-area {
    padding: 0 0.5rem;
  }
}
.innnai-area h3 {
  font-size: 170%;
  font-family: "Noto Serif JP";
  display: flex;
  align-items: center;
  color: #6A5943;
}
@media (max-width: 550px) {
  .innnai-area h3 {
    font-size: 20px;
  }
}
.innnai-area h3::before {
  content: "";
  margin-right: 1rem;
  height: 2px;
  flex-grow: 1;
  background-color: #666;
}
.innnai-area h3::after {
  content: "";
  margin-left: 1rem;
  height: 2px;
  flex-grow: 1;
  background-color: #666;
}
.innnai-area h4 {
  font-size: 140%;
  font-weight: normal;
  font-family: "Noto Serif JP";
  border-bottom: solid 1px #707070;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .innnai-area h4 {
    font-size: 16px;
  }
}
.innnai-area ul {
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 2rem;
}
@media (max-width: 815px) {
  .innnai-area ul {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .innnai-area ul {
    width: 100%;
  }
}
.innnai-area ul li {
  width: 45%;
  margin-bottom: 2.5rem;
}
@media (max-width: 550px) {
  .innnai-area ul li {
    width: 48%;
  }
  .innnai-area ul li img {
    width: 100%;
    height: auto;
  }
}

.subtitle2 {
  font-size: 160%;
  color: #051B72;
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
.subtitle2 span {
  font-size: 50%;
  color: #000000;
  margin-left: 10px;
}
@media (max-width: 550px) {
  .subtitle2 {
    padding: 0 1rem;
    font-size: 17px;
    margin-bottom: 1rem;
  }
}
.subtitle2::after {
  content: "";
  margin-left: 1rem;
  height: 2px;
  flex-grow: 1;
  background-color: #051B72;
}
@media (max-width: 550px) {
  .subtitle2::after {
    display: none;
  }
}

@media (max-width: 550px) {
  .purposeList {
    padding: 0 1rem;
  }
  .purposeList li:last-child {
    margin-bottom: 0;
  }
  .purposeList img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
}
.cure-list {
  margin-top: 2rem;
}
.cure-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  background-color: #F7EDD4;
}
@media (max-width: 550px) {
  .cure-list li {
    margin-bottom: 0;
  }
}
.cure-list li img {
  width: 30%;
  padding: 2rem;
  background-color: #F7EDD4;
  align-self: flex-start;
}
@media (max-width: 815px) {
  .cure-list li img {
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .cure-list li img {
    width: 100%;
  }
}
.cure-list li div {
  width: 70%;
  padding: 2rem;
  background-color: #FAF6EC;
}
@media (max-width: 550px) {
  .cure-list li div {
    width: 100%;
  }
  .cure-list li div p {
    margin-bottom: 0;
  }
}
.cure-list li h4 {
  font-size: 140%;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #C7C7C7;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .cure-list li h4 {
    font-size: 17px;
  }
}

.wh-list {
  margin-top: 1rem;
}
@media (max-width: 550px) {
  .wh-list {
    margin-top: 0;
  }
}
.wh-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  background-color: #F7EDD4;
}
@media (max-width: 550px) {
  .wh-list li {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.wh-list li img {
  width: 25%;
  padding: 1rem;
  background-color: #F7EDD4;
  align-self: flex-start;
}
@media (max-width: 815px) {
  .wh-list li img {
    object-fit: cover;
  }
}
@media (max-width: 550px) {
  .wh-list li img {
    width: 60%;
    margin: 0 auto;
    padding: 0.5rem;
  }
}
.wh-list li div {
  width: 75%;
  padding: 1em;
  background-color: #FAF6EC;
}
@media (max-width: 550px) {
  .wh-list li div {
    width: 100%;
    padding: 1em;
  }
  .wh-list li div p {
    margin-bottom: 0;
  }
}
.wh-list li h5 {
  font-size: 110%;
  color: #D37212;
}
@media (max-width: 550px) {
  .wh-list li h5 {
    font-size: 100%;
    margin-top: 1rem;
  }
}
.wh-list li h4 {
  font-size: 110%;
  margin-bottom: 0.2rem;
}
@media (max-width: 550px) {
  .wh-list li h4 {
    font-size: 100%;
    margin-bottom: 0.4rem;
  }
}
.wh-list li .btn_detail {
  width: 320px;
  border: 0;
  color: #fff;
  padding: 0;
  background-color: #5F5606;
  text-align: center;
}
@media (max-width: 815px) {
  .wh-list li .btn_detail {
    margin: 2rem auto;
  }
}
@media (max-width: 550px) {
  .wh-list li .btn_detail {
    margin: 0 auto 30px auto;
  }
}
.wh-list li .btn_detail a {
  display: block;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  padding: 0.1rem 0;
  background-image: url("../images/icon-btn-arrow.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 90% center;
}
@media screen and (min-width: 850px) {
  .wh-list li .btn_detail a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 550px) {
  .wh-list li .btn_detail a {
    font-size: 15px;
    padding: 0.2rem 0;
  }
}

.topic-subtitle3 {
  color: #6A5943;
  font-size: 140% !important;
  font-weight: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif !important;
}
@media (max-width: 550px) {
  .topic-subtitle3 {
    line-height: 1.5;
    font-size: 120% !important;
  }
}

.topic-purpose {
  border: solid 1px #BA976B;
  padding: 3%;
}
@media (max-width: 550px) {
  .topic-purpose {
    padding: 1rem;
  }
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 550px) {
  #page_top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 50px;
  }
}

.souti-waku {
  background-color: #ffffff;
  padding: 1rem;
}
@media (max-width: 550px) {
  .souti-waku h4 {
    padding: 0;
    margin: 0;
  }
}

.anker {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: right;
  margin-bottom: 1rem;
}
@media (max-width: 815px) {
  .anker {
    width: 97%;
    margin-top: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.anker li {
  display: inline-block;
  font-size: 80%;
  border: solid 1px #ACA398;
  margin-right: 10px;
  border-radius: 7px;
  background-image: url(../images/underarrow2.svg);
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 10px;
}
@media (max-width: 550px) {
  .anker li {
    margin-right: 0px;
    background-size: 8px;
    width: 48%;
    padding: 0.5rem 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
  }
}

.anker li a {
  display: block;
  padding: 0 1.5rem;
  color: inherit;
  text-decoration: none;
  color: #726735;
}
@media (max-width: 550px) {
  .anker li a {
    padding: 0;
  }
}

.anker2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 815px) {
  .anker2 {
    width: 97%;
    margin-top: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.anker2 li {
  display: inline-block;
  font-size: 80%;
  border: solid 1px #ACA398;
  margin-right: 10px;
  border-radius: 7px;
  background-image: url(../images/underarrow3.svg);
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 10px;
}
@media (max-width: 550px) {
  .anker2 li {
    margin-right: 0px;
    background-size: 8px;
    width: 48%;
    padding: 0.5rem 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
  }
}

.anker2 li a {
  display: block;
  padding: 0 1.5rem;
  color: inherit;
  text-decoration: none;
  color: #726735;
}
@media (max-width: 550px) {
  .anker2 li a {
    padding: 0;
  }
}

.pc-head {
  padding-top: 7rem;
  justify-content: right;
  display: flex;
}
@media (max-width: 815px) {
  .pc-head {
    display: none;
  }
}
.pc-head li {
  display: inline-block;
  color: #ffffff;
  margin-right: 13px;
  font-family: "Noto Serif JP";
}
.pc-head li a {
  color: inherit;
  text-decoration: none;
  font-size: 120%;
  background-image: url(../images/arrow-wh.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 5px auto;
  padding: 0.7rem 1rem;
  background-color: #7B6852;
}

.sp-head {
  display: none;
}
@media (max-width: 815px) {
  .sp-head {
    display: inherit;
    margin-bottom: 1rem;
  }
}
.sp-head ul {
  width: 100%;
  justify-content: space-around;
  display: flex;
  margin: 0;
}
.sp-head li {
  color: #ffffff;
  font-family: "Noto Serif JP";
  background-color: #7B6852;
  width: 30%;
}
@media (max-width: 550px) {
  .sp-head li {
    width: 32%;
  }
}
.sp-head li a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 96%;
  background-image: url(../images/arrow-wh.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 5px auto;
  padding: 0.3rem 0;
  line-height: 1.3;
}
.sp-head li a span {
  font-size: 80%;
}
@media (max-width: 550px) {
  .sp-head li a {
    text-align: center;
    background-image: none;
  }
}

@media (max-width: 550px) {
  .sp-content-aj {
    padding: 0 3%;
  }
}

@media (max-width: 815px) {
  .tab-content-qr {
    display: none;
  }
}

.tab-content {
  display: none;
}
@media (max-width: 815px) {
  .tab-content {
    display: inherit;
  }
}

.otoku {
  display: flex;
}
@media (max-width: 550px) {
  .otoku {
    display: block;
  }
}
.otoku li {
  margin-right: 20px;
  margin-bottom: 0;
  padding: 0 1rem;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.4;
}
@media (max-width: 550px) {
  .otoku li {
    width: 100%;
    margin-bottom: 0.7rem;
    padding: 5px;
  }
}
.otoku li:first-child {
  width: 400px;
}
@media (max-width: 550px) {
  .otoku li:first-child {
    width: 100%;
  }
}
.otoku li span {
  font-weight: normal;
  font-size: 85%;
}

.popularArticles {
  margin-top: 1rem;
  color: #6A5943;
  font-size: 22px;
  text-align: center;
  position: relative;
}
@media (max-width: 550px) {
  .popularArticles {
    font-size: 18px;
  }
}
.popularArticles::before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 330px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6A5943;
}
@media (max-width: 550px) {
  .popularArticles::before {
    bottom: -5px;
  }
}

.popularArticles_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem 0;
}
@media (max-width: 550px) {
  .popularArticles_list {
    margin: 1.5rem 0;
  }
}
.popularArticles_list li {
  width: 23%;
}
@media (max-width: 815px) {
  .popularArticles_list li {
    width: 49%;
    margin-bottom: 1rem;
  }
}
.popularArticles_list li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.popularArticles_list li a img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 550px) {
  .popularArticles_list li a img {
    height: 105px;
  }
}
.popularArticles_list li a .card_area {
  border: 1px solid #CCCCCC;
  padding: 1rem;
}
@media (max-width: 550px) {
  .popularArticles_list li a .card_area {
    padding: 0.5rem;
  }
}
.popularArticles_list li a .tag_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.popularArticles_list li a .tag_area p {
  margin-bottom: 0;
}
.popularArticles_list li a .tag_area .time {
  font-size: 14px;
  color: #000;
}
@media (max-width: 550px) {
  .popularArticles_list li a .tag_area .time {
    font-size: 12px;
  }
}
.popularArticles_list li a .tag_area span {
  font-size: 13px;
  color: #fff;
  padding: 0 1rem;
}
@media (max-width: 550px) {
  .popularArticles_list li a .tag_area span {
    font-size: 10px;
    padding: 0 0.5rem;
  }
}
.popularArticles_list li a .tag_area .mouthpiece {
  background-color: #2141AF;
}
.popularArticles_list li a .tag_area .remedy {
  background-color: #DB6E6E;
}
.popularArticles_list li a p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 550px) {
  .popularArticles_list li a p {
    font-size: 13px;
  }
}

.other_category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem 0;
}
@media (max-width: 550px) {
  .other_category {
    margin: 1.5rem 0;
  }
}

.category_list {
  width: 48%;
  border: 1px solid #BB986C;
}
@media (max-width: 550px) {
  .category_list {
    width: 100%;
  }
}
.category_list h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP";
  background-color: #BB986C;
}
@media (max-width: 550px) {
  .category_list h4 {
    font-size: 17px;
  }
}
.category_list li {
  padding: 2rem;
}
@media (max-width: 815px) {
  .category_list li {
    padding: 1rem;
  }
}
@media (max-width: 550px) {
  .category_list li {
    padding: 1rem 0.5rem;
  }
}
.category_list li:last-child {
  padding-top: 0;
}
.category_list li a {
  display: flex;
  color: inherit;
  text-decoration: none;
}
.category_list li a img {
  width: 30%;
  height: 125px;
  object-fit: cover;
}
@media (max-width: 550px) {
  .category_list li a img {
    width: 35%;
    height: 100px;
  }
}
.category_list li a p {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 815px) {
  .category_list li a p {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .category_list li a p {
    font-size: 13px;
  }
}
.category_list li a .card_area {
  border: 1px solid #CCCCCC;
  padding: 1rem;
}
@media (max-width: 550px) {
  .category_list li a .card_area {
    padding: 0.5rem;
  }
}
.category_list li a .card_area .time {
  font-size: 14px;
  color: #000;
  margin-bottom: 0.5rem;
}
@media (max-width: 550px) {
  .category_list li a .card_area .time {
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  .blog_area {
    padding: 0 1rem;
  }
}

.breadcrumb ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 815px) {
  .breadcrumb ul {
    width: 100%;
  }
}
.breadcrumb ul li {
  font-size: 0.9rem;
  list-style: none;
  display: inline;
}

.breadcrumb li::after {
  content: ">";
  color: rgb(65, 65, 65);
  padding: 0 0.5rem;
}

.breadcrumb li:last-child::after {
  content: "";
}

.Bnr {
  position: fixed;
  bottom: 0;
  left: 5%;
  width: 350px;
  display: none;
}
@media (max-width: 550px) {
  .Bnr {
    left: 3px;
    bottom: 40px;
  }
}

.close {
  width: 40px;
  margin-left: 10px;
}
@media (max-width: 550px) {
  .close {
    width: 25px;
  }
}
.close img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

@media (max-width: 550px) {
  .canbanner {
    width: 210px;
  }
}
.canbanner img {
  width: 100%;
  height: auto;
}

.bflist {
  display: table;
  text-align: center;
  max-width: 900px;
  padding: 2rem 0 0 0;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .bflist {
    display: flex;
    flex-wrap: wrap;
  }
}
.bflist li {
  list-style: none;
}
.bflist .bf {
  width: 45%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .bflist .bf {
    width: 100%;
    display: block;
  }
}
.bflist .bf img {
  margin: 0 auto;
}
.bflist .bf strong {
  color: #944747;
  font-size: 20px;
  font-family: "Noto Serif JP";
  font-weight: 600;
}
.bflist .bfarrow {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 40px;
}
.bflist .bfarrow img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 550px) {
  .bflist .bfarrow {
    width: 100%;
    display: block;
  }
  .bflist .bfarrow img {
    width: 30px;
    margin-top: 15px;
    transform: rotate(90deg);
  }
}

ol li {
  margin-left: 30px;
  list-style-type: decimal;
}

.top-adjust {
  margin-left: 10%;
}
@media (max-width: 550px) {
  .top-adjust {
    margin-left: 0;
  }
}

.order-adjust {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .order-adjust .od1 {
    order: 1;
  }
  .order-adjust .od2 {
    order: 2;
  }
}

.bg_invi {
  background-color: #e1f1fe;
}
.bg_invi .content {
  padding-bottom: 0;
}

.area_topdr {
  display: flex;
}
@media (max-width: 815px) {
  .area_topdr {
    flex-wrap: wrap;
  }
}

.invi-sec {
  width: 50%;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 815px) {
  .invi-sec p {
    padding: 1rem;
  }
}
@media (max-width: 815px) {
  .invi-sec {
    width: 100%;
  }
}

@media (max-width: 815px) {
  .sm-od1 {
    order: 1;
  }
}

@media (max-width: 815px) {
  .sm-od2 {
    order: 2;
  }
}

.photo-right-im {
  object-fit: cover;
  min-width: 400px;
  object-position: left;
}

@media (max-width: 815px) {
  .m_fixed {
    position: fixed;
  }
  .m_fixed .Toggle {
    top: 15px;
  }
  .m_fixed .Toggle2 {
    right: 15px;
    top: 45px;
  }
  .m_fixed #logo3 {
    top: 35px;
    left: 10px;
    margin: 0;
  }
  .m_fixed #logo3 img {
    width: 160px;
  }
  .m_fixed .top-header {
    height: 100px;
  }
}

.list_sinryo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 960px;
  margin: 1rem auto 0;
}
@media (max-width: 550px) {
  .list_sinryo {
    margin-top: 0;
  }
}
.list_sinryo li {
  width: 20%;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Serif JP";
  font-weight: 600;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 550px) {
  .list_sinryo li {
    width: 33.33%;
    font-size: 15px;
    margin-bottom: 1rem;
    letter-spacing: normal;
  }
}
.list_sinryo li img {
  margin: 0 auto 10px;
  height: 70px;
}
@media (max-width: 550px) {
  .list_sinryo li img {
    margin-bottom: 5px;
    max-width: 70%;
  }
}
.list_sinryo li a {
  color: inherit;
  text-decoration: none;
}

.topic-cont {
  display: flex;
}
@media (max-width: 550px) {
  .topic-cont {
    flex-wrap: wrap;
    padding: 1rem;
  }
}
.topic-cont .topic-left {
  width: 50%;
}
@media (max-width: 550px) {
  .topic-cont .topic-left {
    width: 100%;
  }
}
.topic-cont img {
  width: 50%;
  max-width: 800px;
  max-height: 380px;
  object-fit: cover;
}
@media (max-width: 550px) {
  .topic-cont img {
    width: 100%;
  }
}
.topic-cont .topic-txt {
  max-width: 600px;
  float: right;
  padding-right: 5%;
  padding-top: 2rem;
}
.topic-cont .topic-txt h3 {
  color: #1E68A1;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.topic-cont .topic-txt img {
  width: 70% !important;
  object-fit: contain;
  height: auto;
}

.topic-2c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 550px) {
  .topic-2c {
    flex-wrap: wrap;
  }
}
.topic-2c img {
  width: 40%;
}
@media (max-width: 550px) {
  .topic-2c img {
    width: auto;
    order: 1;
  }
}
.topic-2c .txt {
  width: 55%;
}
@media (max-width: 550px) {
  .topic-2c .txt {
    width: 100%;
    order: 2;
  }
}

.topic-2c2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0;
}
@media (max-width: 550px) {
  .topic-2c2 {
    flex-wrap: wrap;
  }
}
.topic-2c2 h3 {
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .topic-2c2 h3 {
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
.topic-2c2 img {
  width: 55%;
}
@media (max-width: 550px) {
  .topic-2c2 img {
    width: 100%;
    order: 1;
    margin-bottom: 1rem;
  }
}
.topic-2c2 .txt {
  width: 42%;
}
@media (max-width: 550px) {
  .topic-2c2 .txt {
    width: 100%;
    order: 2;
  }
}

.topic-2img {
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 0;
}
.topic-2img img {
  width: 45%;
}
.topic-2img .txt {
  width: 50%;
}

.bg-twe {
  width: 100%;
  background-image: url(/images/twe-bg.webp);
  background-repeat: no-repeat;
  height: 400px;
  background-size: 1500px;
  background-position: -180px 0;
  background-color: #F6F8FD;
}
.bg-twe .read-txt {
  padding-left: 40%;
}
.bg-twe .read-txt h3 {
  color: #999999;
  font-size: 48px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.topic-box1 {
  padding: 1rem;
}

.treatment-flow {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.treatment-flow li {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  background-image: url(../images/arrow-flow-under.svg);
  background-size: 58px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.treatment-flow li h4 {
  color: #ffffff;
  background-color: #99BA6D;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-weight: 500;
}
.treatment-flow li h4 span {
  background-color: #879D75;
  display: block;
  padding: 0.7rem;
  margin-right: 20px;
}
.treatment-flow li p {
  background-color: #FCF9F4;
  padding: 2rem;
}
@media (max-width: 550px) {
  .treatment-flow li p {
    padding: 1.5rem;
  }
}
.treatment-flow li:last-child {
  background-image: none;
  margin-bottom: 0;
}

.anti-toku {
  border: 1px solid #568531;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 550px) {
  .anti-toku {
    padding: 1.5rem 1rem;
  }
}
.anti-toku h3 {
  color: #568531;
  font-family: "Noto Serif JP";
  padding-left: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  border-left: 4px solid #568531;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .anti-toku h3 {
    font-size: 20px;
    padding-left: 10px;
  }
}
.anti-toku h4 {
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  padding-top: 0.5rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 550px) {
  .anti-toku h4 {
    font-size: 18px;
    line-height: 1.6;
  }
}
.anti-toku .wrap {
  display: flex;
  align-items: center;
}
.anti-toku .wrap ul {
  padding: 35px 30px;
  width: 450px;
  background-color: #FAF8F2;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-right: 70px;
}
.anti-toku .wrap ul li {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 2.0454545455;
  font-family: "Noto Serif JP";
}
.anti-toku .wrap ul li:last-of-type {
  grid-column: 1/3;
  text-align: center;
  padding-right: 40px;
}
.anti-toku .wrap img {
  width: 90px;
  margin-right: 60px;
}
.anti-toku .wrap .txt_wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}
.anti-toku .wrap .txt_wrap span {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.0384615385;
  font-family: "Noto Serif JP";
  width: 80px;
}
.anti-toku .wrap .txt_wrap .effect {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.anti-toku .wrap .txt_wrap .effect span {
  display: block;
  width: 232px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.5;
  background: linear-gradient(transparent 60%, #F5E7F1 60%);
  position: relative;
  top: -12px;
}
@media screen and (min-width: 981px) and (max-width: 1180px) {
  .anti-toku .wrap ul {
    padding: 25px 15px;
    width: 380px;
    margin-right: 50px;
  }
  .anti-toku .wrap ul li {
    font-size: 18px;
  }
  .anti-toku .wrap img {
    width: 65px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 931px) and (max-width: 980px) {
  .anti-toku .wrap ul {
    padding: 25px 15px;
    width: 380px;
    margin-right: 50px;
  }
  .anti-toku .wrap ul li {
    font-size: 18px;
  }
  .anti-toku .wrap img {
    width: 65px;
    margin-right: 40px;
  }
  .anti-toku .wrap .txt_wrap {
    gap: 30px;
  }
  .anti-toku .wrap .txt_wrap span {
    font-size: 22px;
  }
  .anti-toku .wrap .txt_wrap .effect span {
    width: 190px;
    font-size: 24px;
  }
}
@media screen and (max-width: 930px) {
  .anti-toku .wrap {
    flex-direction: column;
    gap: 50px;
  }
  .anti-toku .wrap ul {
    padding: 25px 15px;
    width: 380px;
    margin-right: 0;
  }
  .anti-toku .wrap ul li {
    font-size: 18px;
    text-align: center;
  }
  .anti-toku .wrap ul li:last-of-type {
    padding-right: 0;
  }
  .anti-toku .wrap img {
    width: 65px;
    margin-right: 40px;
    transform: rotate(90deg);
    position: relative;
    left: 20px;
  }
  .anti-toku .wrap .txt_wrap {
    gap: 30px;
  }
  .anti-toku .wrap .txt_wrap span {
    font-size: 22px;
    width: fit-content;
  }
  .anti-toku .wrap .txt_wrap .effect span {
    width: 190px;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .anti-toku .wrap {
    gap: 40px;
  }
  .anti-toku .wrap ul {
    width: 100%;
    margin-right: 0;
  }
  .anti-toku .wrap ul li {
    font-size: 16px;
  }
  .anti-toku .wrap ul li:last-of-type {
    padding-right: 0;
  }
  .anti-toku .wrap img {
    width: 50px;
  }
  .anti-toku .wrap .txt_wrap {
    gap: 20px;
  }
  .anti-toku .wrap .txt_wrap span {
    font-size: 18px;
  }
  .anti-toku .wrap .txt_wrap .effect span {
    width: 150px;
    font-size: 20px;
  }
}

.btn-2c {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 550px) {
  .btn-2c {
    flex-wrap: wrap;
  }
}

.topic-waku {
  padding: 2rem;
  background-color: #fff;
}
@media (max-width: 550px) {
  .topic-waku {
    padding: 1rem 0.5rem;
  }
}

.main-sub {
  padding: 3rem 0;
}
.main-sub h2 {
  font-size: 38px;
  color: #568531;
}
@media (max-width: 550px) {
  .main-sub h2 {
    font-size: 24px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.fadeleft {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}

.faderight {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}

.clinic-price table {
  border-collapse: collapse;
  font-size: 90%;
  width: 100%;
  margin: 2rem 0;
}
.clinic-price table td {
  border: solid #dbd7c0 1px;
  padding: 1rem;
  letter-spacing: -0.5px;
  text-align: right;
  font-size: 120%;
}
@media (max-width: 550px) {
  .clinic-price table td {
    font-weight: 500;
    padding: 0.5rem;
    font-size: 100%;
  }
}
.clinic-price table th {
  background-color: #E8E6DB;
  border: solid #E8E6DB 1px;
  border-bottom: solid #ffffff 1px;
  text-align: left;
  font-weight: 500;
  padding: 1rem;
  width: 70%;
}
@media (max-width: 550px) {
  .clinic-price table th {
    width: 65%;
    padding: 0.5rem;
  }
}
.clinic-price table .holiday {
  background-color: #FFDDDD;
}
@media (max-width: 550px) {
  .clinic-price table .no-consu {
    color: red;
  }
}

.top-banner-area {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 3rem;
  word-break: break-all;
}

.ks-merit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 90px;
  padding: 2rem 0;
}
@media (max-width: 550px) {
  .ks-merit {
    display: block;
    padding: 2rem 1rem;
  }
}
.ks-merit h3 {
  font-family: "Noto Serif JP";
  color: #2A489B;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 1rem 0 0.5rem;
}

.ks-flow h2 {
  padding: 3rem 0;
}
@media (max-width: 550px) {
  .ks-flow h2 {
    padding-bottom: 1.5rem;
  }
}
.ks-flow h3 {
  font-family: "Noto Serif JP";
  color: #2A489B;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #2A489B;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .ks-flow h3 {
    margin-bottom: 1.5rem;
    font-size: 18px;
    padding-bottom: 0.3rem;
  }
}
.ks-flow li {
  display: grid;
  grid-template-columns: 58% 38%;
  gap: 40px;
  padding: 2rem 0;
}
@media (max-width: 550px) {
  .ks-flow li {
    padding: 1.5rem 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .ks-flow li div {
    width: 100%;
    order: 2;
  }
  .ks-flow li img {
    width: 90%;
    order: 1;
    margin: 0 auto;
  }
}

.ks-voice {
  background-color: #fff;
  padding: 3rem 2rem;
}
@media (max-width: 550px) {
  .ks-voice {
    padding: 2rem 1.5rem;
  }
}
.ks-voice h3 {
  font-size: 26px;
  font-family: "Noto Serif JP";
  color: #2095C7;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media (max-width: 550px) {
  .ks-voice h3 {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}
.ks-voice h3 span {
  display: block;
  font-size: 20px;
}
@media (max-width: 550px) {
  .ks-voice h3 span {
    font-size: 17px;
  }
}

.vo-topic {
  display: grid;
  grid-template-columns: 27% 67%;
  gap: 50px;
}
@media (max-width: 550px) {
  .vo-topic {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .vo-topic img {
    width: 70%;
    margin: 0 auto;
  }
}
.vo-topic .vo-prof-name {
  font-family: "Noto Serif JP";
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 550px) {
  .vo-topic .vo-prof-name {
    font-size: 18px;
  }
}

.vo-prof {
  border: 1px solid #E1DBDB;
  padding: 2rem;
}
@media (max-width: 550px) {
  .vo-prof {
    padding: 1.5rem;
  }
}
.vo-prof h3 {
  text-align: left !important;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.vo-prof h3::after {
  content: "";
  margin-left: 1rem;
  height: 1px;
  flex-grow: 1;
  background-color: #C4DCE6;
}
.vo-prof h4 {
  font-family: "Noto Serif JP" !important;
  font-weight: 500;
}

/*==========================================
8.14～　作成分 トップバナーエリア
==========================================*/
.banner1 {
  padding: 40px;
  background-color: #451464;
  position: relative;
  color: #fff;
}
.banner1 > * {
  z-index: 1;
  position: relative;
}
.banner1:after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
}
@media (max-width: 550px) {
  .banner1 {
    padding: 1.5rem 1rem;
  }
}
.banner1 h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 550px) {
  .banner1 h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.banner1 .title_area1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2rem;
}
@media (max-width: 550px) {
  .banner1 .title_area1 {
    padding-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.banner1 .title_area1 img {
  margin-right: 30px;
}
@media (max-width: 550px) {
  .banner1 .title_area1 img {
    margin: 0 30px;
  }
}
.banner1 .img_wrap1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.banner1 .title_area2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 15px;
}
@media (max-width: 550px) {
  .banner1 .title_area2 {
    margin-top: 2rem;
  }
}
.banner1 .title_area2 img {
  margin-right: 15px;
}
@media (max-width: 550px) {
  .banner1 .title_area2 img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.banner1 .txt_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.banner1 .txt_wrap .list_wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  width: calc(100% - 520px);
  align-items: flex-start;
  padding-top: 1rem;
  gap: 10px;
}
@media (max-width: 550px) {
  .banner1 .txt_wrap .list_wrap {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0px;
  }
}
.banner1 .txt_wrap .campaign_list1,
.banner1 .txt_wrap .campaign_list2 {
  width: 49%;
  color: #fff;
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
@media (max-width: 640px) {
  .banner1 .txt_wrap .campaign_list1,
  .banner1 .txt_wrap .campaign_list2 {
    display: block;
    flex-flow: inherit;
  }
}
.banner1 .txt_wrap .campaign_list1 li,
.banner1 .txt_wrap .campaign_list2 li {
  font-size: 26px;
  font-weight: 500;
  list-style: none;
  line-height: 1.4;
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 550px) {
  .banner1 .txt_wrap .campaign_list1 li,
  .banner1 .txt_wrap .campaign_list2 li {
    display: block;
    font-size: 18px;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.banner1 .txt_wrap .campaign_list1 li::before,
.banner1 .txt_wrap .campaign_list2 li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 550px) {
  .banner1 .txt_wrap .campaign_list1 li::before,
  .banner1 .txt_wrap .campaign_list2 li::before {
    width: 16px;
    height: 14px;
  }
}
@media (max-width: 550px) {
  .banner1 .txt_wrap .campaign_list1 {
    width: 55%;
  }
}
@media (max-width: 550px) {
  .banner1 .txt_wrap .campaign_list2 {
    width: 40%;
  }
}
.banner1 .txt_wrap .txt {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  line-height: 1.4;
}
@media (max-width: 550px) {
  .banner1 .txt_wrap .txt {
    margin-bottom: 0;
    font-size: 22px;
  }
}
.banner1 .txt_wrap .yellow {
  color: #FFE81D;
  font-size: 42px;
  margin-left: 25px;
  font-weight: 700;
}
@media (max-width: 550px) {
  .banner1 .txt_wrap .yellow {
    margin-left: 10px;
    font-size: 28px;
  }
}
.banner1 .img_wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .banner1 .img_wrap2 img {
    width: 100%;
  }
}
.banner1 .img_wrap2 p {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .banner1 .img_wrap2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    gap: 10px;
  }
}
.banner1 .btn {
  background-color: #fff;
  width: 320px;
  margin: 20px auto;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 5px 0;
  line-height: 1.4;
}
.banner1 .btn .btn_txt {
  font-size: 24px;
  color: #4F2496;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.banner1 .btn .btn_txt::before {
  content: "";
  display: inline-block;
  background-image: url(../images/allow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 18px;
  margin-right: 20px;
}

.banner_wrap {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  flex-wrap: wrap;
  gap: 40px;
}
.banner_wrap a {
  text-decoration: none;
}
@media (max-width: 550px) {
  .banner_wrap {
    gap: 30px 0;
    width: 100%;
  }
}

.banner2 {
  background-image: url(../images/banner-bg-sera.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  padding: 20px 15px 0;
  font-family: "Noto Serif JP";
  width: 530px;
  min-height: 320px;
  box-sizing: border-box;
  text-shadow: 0px 0px 4px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255), 0px 0px 6px rgb(255, 255, 255);
}
@media (max-width: 550px) {
  .banner2 {
    width: 100%;
    display: block;
    min-height: auto;
  }
}
.banner2 p {
  margin: 0;
}
.banner2 .txt1 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.05em;
  line-height: 1.6;
}
.banner2 span {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  width: auto;
  text-align: center;
  color: #2960A1;
  display: inline-block;
  letter-spacing: -0.05em;
}
.banner2 .txt2 {
  font-size: 21px;
  font-weight: 600;
  color: #5A5A5A;
  margin-top: 10px;
  line-height: 1.5;
}
.banner2 .banner2_list {
  list-style: none;
  color: #2A2877;
  padding-inline-start: 0;
  margin: 15px 0 15px;
}
@media (max-width: 550px) {
  .banner2 .banner2_list {
    padding-right: 50px;
    min-width: 320px;
  }
}
.banner2 .banner2_list li {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.65;
}
.banner2 .banner2_list li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/hisi.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.banner3 {
  font-family: "Noto Serif JP";
  width: 530px;
  min-height: 320px;
  display: block;
  position: relative;
  box-sizing: border-box;
  background-color: #FBEFEF;
}
@media (max-width: 550px) {
  .banner3 {
    width: 100%;
    min-height: auto;
  }
}
.banner3 p {
  margin: 0;
}
.banner3 .title {
  display: flex;
  background: linear-gradient(90deg, #E19393 0%, #3F008F 100%);
  padding: 0.5rem;
  gap: 10px;
}
.banner3 .title .txt1 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1.45;
  width: 155px;
  text-align: center;
}
@media (max-width: 550px) {
  .banner3 .title .txt1 {
    width: 25%;
    font-size: 16px;
  }
}
.banner3 .title .txt2 {
  width: 330px;
  font-size: 40px;
  color: #CCC4B0;
  font-weight: 700;
  text-shadow: 0px 2px 3.4px #5D1688;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (max-width: 550px) {
  .banner3 .title .txt2 {
    font-size: 28px;
    width: 75%;
  }
}
.banner3 .txt_wrap1 {
  color: #000000;
  display: block;
  width: 300px;
  min-height: 50%;
  background-image: url(../images/botu-bg.png);
  background-size: auto 120%;
  background-repeat: no-repeat;
  padding: 10px 15px;
  padding-right: 25%;
  background-position: right center;
  border-left: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
@media (max-width: 550px) {
  .banner3 .txt_wrap1 {
    width: 100%;
    min-height: auto;
  }
}
.banner3 .txt_wrap1 .txt1 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.05em;
  color: #000000;
  font-weight: 600;
}
.banner3 .txt_wrap1 .txt2 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #A66891;
  margin-top: 5px;
}
@media (max-width: 550px) {
  .banner3 .txt_wrap1 .txt2 {
    font-size: 18px;
  }
}
.banner3 .txt_wrap2 {
  width: 240px;
  padding-right: 15px;
  background-image: url(../images/hiral-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  min-height: 250px;
}
@media (max-width: 550px) {
  .banner3 .txt_wrap2 {
    width: 45%;
    min-height: auto;
  }
}
.banner3 .txt_wrap2 .txt1 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.05em;
  color: #000000;
  text-align: right;
  font-weight: 600;
  padding-top: 20%;
}
@media (max-width: 550px) {
  .banner3 .txt_wrap2 .txt1 {
    font-size: 14px;
  }
}
.banner3 .txt_wrap2 .txt1 span {
  letter-spacing: -0.12em;
}
.banner3 .txt_wrap2 .txt2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #A66891;
  text-align: right;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
@media (max-width: 550px) {
  .banner3 .txt_wrap2 .txt2 {
    font-size: 18px;
  }
}
.banner3 .txt_wrap3 {
  color: #000000;
  display: block;
  min-height: 50%;
  width: 300px;
  background-image: url(../images/sibou-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 10px 15px;
  padding-right: 25%;
  border-left: 2px solid #fff;
  background-position: right center;
}
@media (max-width: 550px) {
  .banner3 .txt_wrap3 {
    max-width: 100%;
    min-height: auto;
  }
}
.banner3 .txt_wrap3 .txt1 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.05em;
  color: #000000;
  font-weight: 600;
}
.banner3 .txt_wrap3 .txt2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #A66891;
  margin-top: 5px;
  letter-spacing: 0.04em;
}
@media (max-width: 550px) {
  .banner3 .txt_wrap3 .txt2 {
    font-size: 18px;
  }
}

.banner4 {
  font-family: "Noto Serif JP";
  width: 530px;
  padding: 0.6rem;
  background: linear-gradient(180deg, #F9F9F9 0%, #DCDBE4 100%);
  border: 4px solid #9F0482;
}
@media (max-width: 550px) {
  .banner4 {
    width: 100%;
  }
}
.banner4 .title {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-size: 38px;
  /* ボックスの高さと同一 */
  text-align: center;
  color: #9F0482;
}
@media (max-width: 550px) {
  .banner4 .title {
    font-size: 20px;
    margin-bottom: 0.4rem;
  }
}
.banner4 .banner4_img {
  display: block;
  margin: 10px auto 25px;
}
.banner4 p {
  margin: 0;
}
.banner4 .txt_wrap {
  width: 330px;
  text-align: center;
  margin-left: auto;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #000000;
}
.banner4 .txt1 {
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 18px;
}
.banner4 .txt2 {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .banner4 .txt2 {
    padding-left: 40%;
  }
}
.banner4 .box {
  width: 340px;
  background: linear-gradient(90deg, rgb(144, 53, 105) 0%, rgb(168, 71, 135) 50%, rgb(151, 54, 110) 100%);
  padding: 10px 0;
  font-family: "Noto Sans JP";
  margin-left: auto;
}
@media (max-width: 550px) {
  .banner4 .box {
    width: 100%;
  }
}
.banner4 .txt3 {
  background-color: #fff;
  border-radius: 15px;
  width: 205px;
  color: #870D84;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.4;
  padding-left: 5px;
}
.banner4 .txt4 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 5px;
}

.banner5 {
  background-image: url(../images/banner-bg-kigyou.webp);
  background-repeat: no-repeat;
  background-size: 530px;
  background-position: right bottom;
  padding: 10px;
  position: relative;
  font-family: "Noto Serif JP";
  width: 530px;
  box-sizing: border-box;
  background-color: #FCFCFE;
  text-shadow: 0px 0px 4px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255), 0px 0px 6px rgb(255, 255, 255);
}
@media (max-width: 550px) {
  .banner5 {
    width: 100%;
    background-size: 100%;
  }
}
.banner5 a {
  color: inherit;
}
.banner5 p {
  margin: 0;
}
.banner5 h4 {
  color: #819644;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 550px) {
  .banner5 h4 {
    font-size: 30px;
  }
}
.banner5 .txt {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-top: 5px;
  padding-bottom: 3.5rem;
}
@media (max-width: 550px) {
  .banner5 .txt {
    font-size: 18px;
  }
}
.banner5 .btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  background-color: #819644;
  color: #fff;
  width: 245px;
  margin: 5px auto;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 2px 0 5px;
  height: 47px;
}
.banner5 .btn .btn_txt {
  font-size: 20px;
  color: #fff;
  text-shadow: none;
  font-family: "Noto Serif JP";
  font-weight: 600;
  text-decoration: none;
}
.banner5 .btn .btn_txt::before {
  content: "";
  width: 8px;
  height: 16px;
  display: inline-block;
  background-image: url(../images/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 30px;
  background-size: 8px;
}

.area-bg {
  background-image: url(../images/wh-bg.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: left bottom;
}
@media (max-width: 550px) {
  .area-bg {
    background-position: -10% center;
    background-size: auto 70%;
  }
}

/*==========================================
8.15～　作成分 スタッフページ
==========================================*/
.sub_title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6e700e;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .sub_title {
    font-size: 20px;
  }
}
.sub_title::before {
  content: "";
  display: inline-flex;
  background-color: #6E700E;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3px;
  height: 25px;
  margin-top: 2px;
}
@media (max-width: 550px) {
  .sub_title::before {
    margin-top: 0;
    margin-left: 5px;
  }
}

.greeting_wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 75px;
  justify-content: center;
  flex-wrap: wrap-reverse;
}
@media (max-width: 550px) {
  .greeting_wrap {
    padding: 0px 5px;
    gap: 30px;
  }
}
.greeting_wrap .txt_wrap {
  width: 740px;
}
@media (max-width: 550px) {
  .greeting_wrap .txt_wrap {
    width: 100%;
  }
}
.greeting_wrap img {
  object-fit: cover;
}
@media (max-width: 550px) {
  .greeting_wrap .doctor_img {
    width: 64vw;
  }
}
.greeting_wrap .link_wrap {
  display: flex;
  gap: 30px;
  margin-top: 85px;
}
@media (max-width: 550px) {
  .greeting_wrap .link_wrap {
    margin-top: 20px;
    gap: 15px;
  }
}
.greeting_wrap .link_wrap .link_box {
  width: 260px;
  padding: 10px 25px 10px 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP";
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1.5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 550px) {
  .greeting_wrap .link_wrap .link_box {
    padding: 10px;
    font-size: 16px;
  }
}
.greeting_wrap .link_wrap .twitter_link {
  background-color: #1D9BF0;
}
.greeting_wrap .link_wrap .twitter_link::before {
  content: "";
  display: block;
  background-image: url(../images/icon_twitter.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  width: 30px;
  height: 25px;
  margin-right: 35px;
}
@media (max-width: 550px) {
  .greeting_wrap .link_wrap .twitter_link::before {
    margin-right: 20px;
    background-size: 15px;
    width: 20px;
    height: 15px;
  }
}
.greeting_wrap .link_wrap .twitter_link::after {
  content: "";
  display: block;
  background-image: url(../images/icon-btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  margin-left: 47px;
  position: relative;
  top: 2px;
}
@media (max-width: 550px) {
  .greeting_wrap .link_wrap .twitter_link::after {
    margin-left: 5px;
    width: 7px;
    height: 14px;
    right: -10px;
  }
}
.greeting_wrap .link_wrap .blog_link {
  background-color: #5F5606;
}
.greeting_wrap .link_wrap .blog_link::before {
  content: "";
  display: block;
  background-image: url(../images/icon_blog.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
@media (max-width: 550px) {
  .greeting_wrap .link_wrap .blog_link::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.greeting_wrap .link_wrap .blog_link::after {
  content: "";
  display: block;
  background-image: url(../images/icon-btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  margin-left: 30px;
  position: relative;
  top: 2px;
}
@media (max-width: 550px) {
  .greeting_wrap .link_wrap .blog_link::after {
    margin-left: 5px;
    right: -10px;
    width: 7px;
    height: 14px;
  }
}

.area-keireki {
  display: flex;
}
@media (max-width: 550px) {
  .area-keireki {
    display: block;
  }
}
.area-keireki dl {
  margin-block-end: 2rem;
  margin-block-start: 0;
  line-height: 1.6;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .area-keireki dl {
    width: 100%;
    font-size: 15px;
  }
}
.area-keireki dt {
  color: #919400;
  width: 12%;
  padding-left: 25px;
}
@media (max-width: 550px) {
  .area-keireki dt {
    width: 95px;
    padding-left: 0;
  }
}
.area-keireki dd {
  width: fit-content;
  margin-inline-start: 1%;
  width: 77%;
}
@media (max-width: 550px) {
  .area-keireki dd {
    margin-inline-start: 0;
    width: calc(100% - 105px);
  }
}
.area-keireki .career_wrap {
  background-color: #fff;
  padding: 40px 0;
}
@media (max-width: 550px) {
  .area-keireki .career_wrap {
    padding: 30px 0px;
  }
}

.career .career_wrap {
  background-color: #fff;
  padding: 40px 0;
}
@media (max-width: 550px) {
  .career .career_wrap {
    padding: 30px 0px;
  }
}
.career .sub_title {
  margin-bottom: 40px;
  line-height: 1.4230769231;
}
@media (max-width: 550px) {
  .career .sub_title {
    margin-bottom: 25px;
  }
}
.career .img_wrap {
  margin-bottom: 6rem;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .career .img_wrap {
    margin-top: 0;
    flex-wrap: wrap;
  }
}
.career .img_wrap .wrap1 {
  width: 420px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .career .img_wrap .wrap1 {
    width: 82vw;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .career .img_wrap .wrap1 .img1 {
    width: 33vw;
  }
}
@media (max-width: 550px) {
  .career .img_wrap .wrap1 .img2 {
    width: 36vw;
  }
}
.career .img_wrap .wrap2 {
  width: 685px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .career .img_wrap .wrap2 {
    width: 90vw;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (max-width: 550px) {
  .career .img_wrap .wrap2 .img3 {
    width: 43vw;
  }
}
@media (max-width: 550px) {
  .career .img_wrap .wrap2 .img4 {
    width: 42vw;
  }
}

.bg_color {
  background-color: #FBFCF6;
}

.staff {
  width: 100%;
  max-width: 1200px;
}
.staff .wrap1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .staff .wrap1 {
    justify-content: center;
  }
}
.staff img {
  object-fit: cover;
  max-width: 30%;
}
@media (max-width: 550px) {
  .staff img {
    width: 70%;
    max-width: 70%;
    margin-bottom: 2rem;
  }
}
.staff .comment .sub_title {
  margin-top: 50px;
}
@media (max-width: 550px) {
  .staff .comment .sub_title {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
.staff .wrap1 {
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .staff .wrap1 {
    margin-bottom: 1rem;
  }
}
.staff .wrap2 {
  background-color: #FBFCF6;
  padding: 35px 40px 35px;
}
@media (max-width: 550px) {
  .staff .wrap2 {
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
.staff .wrap2 .txt p {
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .staff .wrap2 .txt {
    line-height: 1.8;
    margin-block-start: 0;
    margin-block-end: 0;
  }
}
@media (max-width: 550px) {
  .staff .wrap2 .sub_title:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.staff .wrap2 .sub_title:nth-of-type(3) {
  margin-bottom: 15px;
}
@media (max-width: 550px) {
  .staff .wrap2 .sub_title:nth-of-type(3) {
    margin-top: 35px;
  }
}
.staff .txt_wrap {
  max-width: 68%;
}
@media (max-width: 550px) {
  .staff .txt_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.staff .box {
  display: flex;
  margin-left: 25px;
  align-items: flex-start;
}
.staff .box .txt {
  width: calc(100% - 100px);
  line-height: 36px;
}
@media (max-width: 550px) {
  .staff .box .txt {
    width: 100%;
    line-height: 1.8;
  }
}
@media (max-width: 550px) {
  .staff .box {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
}
.staff .type1 {
  flex-direction: row;
}
.staff .hobby,
.staff .skill {
  display: block;
  width: 80px;
  color: #fff;
  background-color: #A4A56E;
  line-height: 30px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  margin-right: 15px;
  margin-block-start: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 550px) {
  .staff .hobby,
  .staff .skill {
    margin: 15px 0;
    font-size: 18px;
  }
}

.staff dd {
  width: 75% !important;
}

.name_wrap {
  display: flex;
  align-items: flex-end;
  font-family: "Noto Serif JP";
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media (max-width: 550px) {
  .name_wrap {
    flex-wrap: wrap;
    justify-content: right;
    width: 275px;
    margin: 0 auto;
  }
}
.name_wrap .txt {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 45px 10px 0;
}
@media (max-width: 550px) {
  .name_wrap .txt {
    font-size: 16px;
    margin: 0 10px 5px 0;
  }
}
.name_wrap .doctor_name_jp {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #000;
}
@media (max-width: 550px) {
  .name_wrap .doctor_name_jp {
    font-size: 30px;
  }
}
.name_wrap .doctor_name_en {
  color: #6E700E;
  margin: 0 0 5px 10px;
  font-size: 20px;
}
@media (max-width: 550px) {
  .name_wrap .doctor_name_en {
    font-size: 16px;
    margin: 5px 10px 5px 0;
  }
}

.box-inner-border {
  background-color: #451464;
  padding: 40px;
  position: relative;
  color: #fff;
}
@media (max-width: 550px) {
  .box-inner-border {
    padding: 1.5rem;
  }
}
.box-inner-border > * {
  z-index: 1;
  position: relative;
}
.box-inner-border:after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
}
.box-inner-border h3 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .box-inner-border h3 {
    line-height: 1.4;
    margin-top: 1rem;
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 550px) {
  .box-inner-border .topic-2c {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .box-inner-border .topic-2c .txt {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .box-inner-border .topic-2c img {
    width: auto;
    max-width: 100%;
  }
}
.box-inner-border .txt_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-inner-border .txt_wrap .list_wrap {
  display: flex;
  padding-left: 20px;
  width: 50%;
  gap: 10px;
}
@media (max-width: 550px) {
  .box-inner-border .txt_wrap .list_wrap {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
    gap: 0;
  }
}
.box-inner-border .txt_wrap .campaign_list1,
.box-inner-border .txt_wrap .campaign_list2 {
  color: #fff;
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
@media (max-width: 640px) {
  .box-inner-border .txt_wrap .campaign_list1,
  .box-inner-border .txt_wrap .campaign_list2 {
    display: block;
    flex-flow: inherit;
  }
}
.box-inner-border .txt_wrap .campaign_list1 li,
.box-inner-border .txt_wrap .campaign_list2 li {
  font-size: 26px;
  font-weight: 500;
  list-style: none;
  line-height: 1.4;
  width: 100%;
}
@media (max-width: 640px) {
  .box-inner-border .txt_wrap .campaign_list1 li,
  .box-inner-border .txt_wrap .campaign_list2 li {
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 0.5rem 0.5rem 0 0;
  }
}
.box-inner-border .txt_wrap .campaign_list1 li::before,
.box-inner-border .txt_wrap .campaign_list2 li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 550px) {
  .box-inner-border .txt_wrap .campaign_list1 li::before,
  .box-inner-border .txt_wrap .campaign_list2 li::before {
    margin-right: 5px;
  }
}
.box-inner-border .txt_wrap .txt {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  line-height: 1.4;
}
@media (max-width: 550px) {
  .box-inner-border .txt_wrap .txt {
    font-size: 22px;
  }
}
.box-inner-border .txt_wrap .yellow {
  color: #FFE81D;
  font-size: 42px;
  margin-left: 25px;
  font-weight: 700;
}
@media (max-width: 550px) {
  .box-inner-border .txt_wrap .yellow {
    font-size: 28px;
  }
}

/*==========================================
特長
==========================================*/
.feature_area {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.feature_area .feature_box {
  display: flex;
  padding: 0 0 0 2rem;
  box-shadow: 0px 4px 4px 0px rgba(13, 35, 128, 0.2);
}
@media (max-width: 550px) {
  .feature_area .feature_box {
    display: block;
    padding: 0 0 0 1rem;
  }
}
.feature_area .feature_box .bg_gray {
  background-color: #CBD5DE;
  width: 90px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 550px) {
  .feature_area .feature_box .bg_gray {
    padding: 5px 0;
    width: 46%;
  }
}
.feature_area .feature_box .bg_gray span:first-child {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 2.25;
  color: #fff;
  font-family: "Noto Serif JP";
}
@media (max-width: 550px) {
  .feature_area .feature_box .bg_gray span:first-child {
    line-height: 1.5;
  }
}
.feature_area .feature_box .bg_gray .number {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  font-family: "Noto Serif JP";
  margin-right: 5px;
}
@media (max-width: 550px) {
  .feature_area .feature_box .bg_gray .number {
    line-height: 1;
  }
}
.feature_area .feature_box .txt_area {
  padding: 30px 30px 35px 45px;
  flex: 1;
}
@media (max-width: 550px) {
  .feature_area .feature_box .txt_area {
    padding: 20px 1rem 20px 0;
  }
}
.feature_area .feature_box .txt_area h3 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5652173913;
  color: #1E68A1;
  margin-bottom: 15px;
}
.feature_area .feature_box .txt_area p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

/*==========================================
スタンダードホワイトニング バナー
==========================================*/
.stw_banner {
  padding: 5px;
  border: 2px solid #2095C7;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
@media (max-width: 550px) {
  .stw_banner img {
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .stw_banner {
    flex-direction: column;
    gap: 5px;
  }
}
.stw_banner .txt_area {
  font-family: "Noto Serif JP";
  flex: 1;
}
@media (max-width: 550px) {
  .stw_banner .txt_area {
    width: 100%;
  }
}
.stw_banner .txt_area p {
  margin: 0 auto;
}
.stw_banner .txt_area .stw_title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  background-color: #2095C7;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 830px) {
  .stw_banner .txt_area .stw_title {
    font-size: 26px;
  }
}
@media (max-width: 550px) {
  .stw_banner .txt_area .stw_title {
    font-size: 30px;
    line-height: 1.3333333333;
    padding: 10px 0;
  }
}
.stw_banner .txt_area .wrap {
  background-color: #F0F8FC;
  padding: 15px 0 35px;
}
@media screen and (min-width: 750px) and (max-width: 830px) {
  .stw_banner .txt_area .wrap {
    height: 233px;
  }
}
.stw_banner .txt_area .wrap > p:nth-of-type(1) {
  border: 1px solid #2095C7;
  max-width: 430px;
  text-align: center;
  border-radius: 24px;
  padding: 2px 0 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 830px) {
  .stw_banner .txt_area .wrap > p:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .stw_banner .txt_area .wrap > p:nth-of-type(1) {
    width: 95%;
    padding: 7px 0;
  }
}
.stw_banner .txt_area .wrap > p:nth-of-type(2) {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 25px;
  color: #1E68A1;
}
@media (max-width: 830px) {
  .stw_banner .txt_area .wrap > p:nth-of-type(2) {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .stw_banner .txt_area .wrap > p:nth-of-type(2) {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.stw_banner .txt_area .price_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 830px) {
  .stw_banner .txt_area .price_area {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .stw_banner .txt_area .price_area {
    flex-direction: column;
    gap: 7px;
  }
}
.stw_banner .txt_area .price_area p {
  margin: 0;
}
.stw_banner .txt_area .price_area img {
  padding-top: 7px;
  display: block;
}
@media (max-width: 550px) {
  .stw_banner .txt_area .price_area img {
    transform: rotate(90deg);
  }
}
.stw_banner .txt_area .price1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #141414;
  padding-top: 5px;
}
@media (max-width: 830px) {
  .stw_banner .txt_area .price1 {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .stw_banner .txt_area .price1 {
    font-size: 36px;
  }
}
.stw_banner .txt_area .price2 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #FF314A;
  line-height: 0.7;
}
@media (max-width: 830px) {
  .stw_banner .txt_area .price2 {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  .stw_banner .txt_area .price2 {
    font-size: 64px;
  }
}
.stw_banner .txt_area .price2 span {
  font-size: 36px;
}

/*==========================================
おすすめ
==========================================*/
.recommend {
  max-width: 1130px;
  width: 78%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .recommend {
    width: 91%;
  }
}
.recommend .title {
  background-color: #B2B3DC;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  padding: 10px 0;
  text-align: center;
  font-family: "Noto Serif JP";
  margin-bottom: 0;
}
.recommend ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 2rem;
  border: 1px solid #B2B3DC;
  row-gap: 10px;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .recommend ul {
    padding: 25px 1.2rem;
    row-gap: 15px;
  }
}
.recommend ul li {
  width: 520px;
  display: flex;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2.1875;
}
@media (max-width: 550px) {
  .recommend ul li {
    line-height: 1.8;
  }
}
.recommend ul li::before {
  content: "〇";
  display: inline-block;
  color: #C6AF73;
}

.konsusu2 {
  max-width: 850px;
  margin: 2rem auto;
}
.konsusu2 h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 0;
  background-color: #B7AC86;
}
.konsusu2 ul {
  padding: 1rem;
  background-color: #f5f5ee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.konsusu2 li {
  width: 50%;
  padding: 5px 0;
  padding-left: 40px;
  background-image: url(../images/ic-hisior.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media (max-width: 550px) {
  .konsusu2 li {
    width: 100%;
    padding-left: 30px;
    background-position: 5px 15px;
  }
}

.tokutoku {
  margin-left: 0;
  margin-bottom: 1rem;
}
.tokutoku li {
  padding: 5px 0;
  padding-left: 25px;
  background-image: url(../images/ic-hisior.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1px;
  margin-bottom: 0px;
  background-position: 0px center;
}
@media (max-width: 550px) {
  .tokutoku li {
    width: 100%;
    padding: 0;
    padding-left: 20px;
    background-position: 0px 12px;
  }
}

.txtwraper {
  display: flex;
}
@media (max-width: 550px) {
  .txtwraper {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .tr-right {
    width: 55%;
  }
}

/*==========================================
歯並びによる8020達成率の違い
==========================================*/
.chigai {
  width: 100%;
}
.chigai p:first-of-type {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2857142857;
  text-align: center;
}
.chigai p:first-of-type small {
  font-size: 18px;
}
.chigai .wrap {
  border: 1px solid #E0D8D8;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 17.5px;
  display: block;
}
.chigai .wrap ul {
  display: flex;
  justify-content: center;
  gap: 70px;
  border-bottom: 1px dashed #CDCDCD;
  padding-bottom: 3px;
}
.chigai .wrap ul:first-of-type li:nth-of-type(2) {
  position: relative;
  left: 7px;
}
.chigai .wrap ul:first-of-type li:last-of-type {
  position: relative;
  left: 7px;
}
.chigai .wrap ul:last-of-type {
  justify-content: center;
  gap: 50px;
  border-bottom: none;
  padding-bottom: 0;
}
.chigai .wrap li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}
.chigai .wrap li span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
}
.chigai .wrap li .red {
  color: #FF1212;
}
.chigai .wrap li .blue {
  color: #008CFF;
}
.chigai .wrap li .yellow {
  color: #E09900;
}
.chigai p:last-of-type {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6071428571;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 15px;
}
.chigai p:last-of-type small {
  font-size: 15px;
}
@media screen and (min-width: 481px) and (max-width: 590px) {
  .chigai p:first-of-type {
    font-size: 22px;
  }
  .chigai p:first-of-type small {
    font-size: 15px;
  }
}
@media screen and (max-width: 481px) {
  .chigai p:first-of-type {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .chigai p:first-of-type small {
    font-size: 12px;
  }
  .chigai .wrap {
    border: 1px solid #E0D8D8;
    max-width: 480px;
    margin: 0 auto;
    padding: 10px 17.5px;
  }
  .chigai .wrap ul {
    gap: 40px;
  }
  .chigai .wrap ul:last-of-type {
    gap: 40px;
  }
  .chigai .wrap li span {
    font-size: 15px;
    line-height: 2;
  }
  .chigai .wrap li .red {
    color: #FF1212;
  }
  .chigai .wrap li .blue {
    color: #008CFF;
  }
  .chigai .wrap li .yellow {
    color: #E09900;
  }
  .chigai p:last-of-type {
    font-size: 14px;
    line-height: 1.6071428571;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .chigai p:last-of-type small {
    font-size: 12px;
  }
}

/*==========================================
院内フロアのご紹介
==========================================*/
.floor_wrap {
  display: flex;
  gap: 70px;
}
.floor_wrap img {
  width: 63%;
}
.floor_wrap ol {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.floor_wrap ol li {
  position: relative;
  counter-increment: floor;
  list-style: none;
  margin-left: 40px;
  font-family: "Noto Serif JP";
  font-weight: 600;
}
.floor_wrap ol li a {
  text-decoration: none;
  color: inherit;
}
.floor_wrap ol li::before {
  display: block;
  text-align: center;
  content: counter(floor);
  font-size: 20px;
  color: #fff;
  background-color: #7D693C;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -2px;
  left: -55px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 551px) and (max-width: 800px) {
  .floor_wrap {
    flex-direction: column;
    gap: 50px;
  }
  .floor_wrap img {
    width: 100%;
  }
  .floor_wrap ol {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    padding-left: 1rem;
  }
  .floor_wrap ol li {
    width: 35%;
  }
  .floor_wrap ol li::before {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #7D693C;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -2px;
    left: -55px;
  }
}
@media screen and (max-width: 550px) {
  .floor_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .floor_wrap img {
    width: 100%;
  }
  .floor_wrap ol {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 30px;
    font-size: 16px;
    padding-left: 0;
    gap: 15px;
  }
  .floor_wrap ol li {
    width: 100%;
    margin-left: 30px;
  }
  .floor_wrap ol li::before {
    font-size: 12px;
    width: 20px;
    height: 20px;
    top: 7px;
    left: -25px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.syoukai {
  gap: 45px;
}
.syoukai .name_wrap {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .syoukai .name_wrap {
    margin-top: -30px;
  }
}
.syoukai .year {
  padding-left: 0;
}
.syoukai .area-keireki dt {
  width: 27%;
}
@media (max-width: 550px) {
  .syoukai .area-keireki dt {
    width: 95px;
    padding-left: 0;
  }
}
.syoukai .area-keireki dd {
  width: 72%;
}
@media (max-width: 550px) {
  .syoukai .area-keireki dd {
    margin-inline-start: 0;
    width: calc(100% - 105px);
  }
}
.syoukai .txt_wrap {
  width: 770px;
}
@media (max-width: 550px) {
  .syoukai .career_wrap {
    padding-bottom: 0;
  }
}

.benefit {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-size: 110%;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

.insta-area {
  padding: 1rem;
  border: solid 1px #6A5943;
}
.insta-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insta-area li {
  width: 23%;
}
@media (max-width: 550px) {
  .insta-area li {
    width: 47%;
  }
}

.smunder_btn {
  width: 42%;
  float: left;
  margin: 0 2%;
  border-radius: 5px;
}

.smunder_yoyaku2 {
  display: none;
}
@media (max-width: 550px) {
  .smunder_yoyaku2 {
    display: inherit;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    background-color: hsla(0, 100%, 99%, 0.9);
    box-sizing: border-box;
    z-index: 10;
  }
  .smunder_yoyaku2 span {
    display: block;
    background-color: #fde98f;
    margin-bottom: 10px;
  }
}

.smunder_btn2 {
  width: 34%;
  float: left;
  letter-spacing: -1px;
  margin: 0 1%;
  border-radius: 5px;
  box-sizing: border-box;
}

.smunder_btn3 {
  width: 24%;
  float: left;
  letter-spacing: -1px;
  margin: 0 1%;
  border-radius: 5px;
  box-sizing: border-box;
}

.smmail {
  background-image: url(../images/scheicon.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 17px auto;
  padding-left: 10px;
  background-color: #f49301;
  animation: anime1 0.7s ease 0s infinite alternate;
}

.smmail2 {
  background-image: url(../images/scheicon.svg);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 17px auto;
  padding-left: 10px;
  background-color: #f48b01;
  animation: anime1 0.7s ease 0s infinite alternate;
}

@keyframes anime1 {
  from {
    transform: scale(0.97, 0.97);
    background-color: #ff9822;
  }
  to {
    transform: scale(1, 1);
    background-color: #f48b01;
  }
}
.smtel {
  background-image: url(../images/smtel.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 24px auto;
  padding-left: 10px;
  background-color: #76b312;
}

.smtel2 {
  background-image: url(../images/smtel.png);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 19px auto;
  padding-left: 10px;
  background-color: #76b312;
}

.smline {
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 20px auto;
  padding-left: 12px;
  background-color: #38A317;
}

.smunder_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 700;
}

.smunder_btn2 a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 700;
}

.smunder_btn3 a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 700;
}

.seimi {
  background-color: #ffffff;
  color: #000000;
  padding: 1rem;
  line-height: 1.5;
}

.sns-top {
  display: flex;
  justify-content: center;
}
.sns-top video {
  max-width: 350px;
}/*# sourceMappingURL=style.css.map */