.home #content {
  overflow: hidden;
}

.btn-t1 a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  background:
    url(../img/top/btn_icon1.png) no-repeat center right 10px/24px,
    #48332d;
  width: 240px;
  color: #fff;
}
.btn-t1 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btn-t1 a {
    width: 100%;
  }
}
.ttl-t1 span {
  display: block;
}
.ttl-t1 span:first-child {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.ttl-t1 span:first-child::first-letter {
  color: #95827d;
}
.ttl-t1 span:last-child {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1024px) {
  .ttl-t1 span:first-child {
    font-size: 40px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .ttl-t1 span:first-child {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .ttl-t1 span:last-child {
    font-size: 14px;
  }
}

#information {
  padding: 100px 0 0;
  overflow: hidden;
  margin-bottom: -6px;
}
#information .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#information .ttl-t1 {
  padding-top: 10px;
}
#information .txt {
  width: 520px;
}
#information .info_slide {
  margin-right: calc(50% - 50vw);
}
#information .info_slide .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  #information .row {
    display: block;
  }
  #information .ttl-t1 {
    margin-bottom: 20px;
  }
  #information .txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #information {
    padding: 50px 0 60px;
  }
  #information .info_slide .slick-slide {
    width: 60vw !important;
  }
  #information .info_slide .slick-slide img {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#concept {
  padding: 150px 0;
  background: url(../img/top/concept_bg1.png) no-repeat right top/80% 100%;
}
#concept .row {
  display: flex;
  align-items: flex-end;
  gap: 0 70px;
}
#concept .row .col-left .ttl-t1 {
  margin-bottom: 60px;
}
#concept .row .col-left h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
}
#concept .row .col-left .txt-1 {
  margin-bottom: 10px;
}
#concept .row .col-left p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#concept .row .col-right {
  display: flex;
  width: 260px;
  gap: 0 5px;
  margin-bottom: -60px;
}
#concept .row .col-right .desc-2 {
  margin-top: 65px;
}
#concept .row .col-right img {
  height: auto;
}
@media screen and (max-width: 1499px) {
  #concept {
    background: url(../img/top/concept_bg1.png) no-repeat right top/100% 100%;
  }
}
@media screen and (max-width: 991px) {
  #concept {
    background: url(../img/top/concept_bg1.png) no-repeat right top/150% 100%;
  }
  #concept .row {
    gap: 0 20px;
  }
  #concept .row .col-left .ttl-t1 {
    margin-bottom: 25px;
  }
  #concept .row .col-left h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  #concept {
    padding: 60px 0;
    background: url(../img/top/concept_bg_sp.png) no-repeat right top/100%;
  }
  #concept .row {
    display: block;
    position: relative;
  }
  #concept .row .col-left .ttl-t1 {
    margin-bottom: 130px;
  }
  #concept .row .col-left h3 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 45px;
  }
  #concept .row .col-right {
    position: absolute;
    right: 0;
    top: 100px;
    width: 165px;
  }
}

#features {
  background: #f3ece8;
  padding: 90px 0;
}
#features .ttl-t1 {
  text-align: center;
  margin-bottom: 45px;
}
#features .row-list .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#features .row-list .row:nth-child(2n) .col-img {
  order: 2;
}
#features .row-list .row:nth-child(2n) .content {
  order: 1;
}
#features .row-list .row .col-img {
  width: 496px;
  height: 320px;
  position: relative;
  z-index: 0;
}
#features .row-list .row .col-img::before {
  content: "";
  left: 25px;
  top: 25px;
  bottom: -25px;
  right: -25px;
  background: #ebe5e2;
  position: absolute;
  z-index: -1;
}
#features .row-list .row .col-img img {
  height: auto;
}
#features .row-list .row .content {
  width: 520px;
  padding-top: 25px;
}
#features .row-list .row .content h3 {
  margin-bottom: 15px;
}
#features .row-list .row .content h3 span {
  display: block;
}
#features .row-list .row .content h3 span:first-child {
  font-size: 15px;
  color: #c49e61;
  margin-bottom: 20px;
  font-weight: 500;
}
#features .row-list .row .content h3 span:last-child {
  font-size: 32px;
  line-height: 50px;
  font-weight: 600;
}
#features .row-list .row .content .txt {
  margin-bottom: 10px;
}
@media screen and (max-width: 1140px) {
  #features .row-list .row .col-img {
    width: 450px;
  }
  #features .row-list .row .col-img img {
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #features .row-list .row .content {
    width: calc(100% - 500px);
  }
  #features .row-list .row .content h3 span:last-child {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 991px) {
  #features {
    padding: 80px 0 60px;
  }
  #features .row-list .row .col-img {
    width: 350px;
  }
  #features .row-list .row .content {
    width: calc(100% - 400px);
  }
  #features .row-list .row .content h3 span:first-child {
    margin-bottom: 5px;
  }
  #features .row-list .row .content h3 span:last-child {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #features {
    padding: 70px 0 20px;
  }
  #features .ttl-t1 {
    margin-bottom: 35px;
  }
  #features .row-list .row {
    display: block;
    margin-bottom: 45px;
  }
  #features .row-list .row:nth-child(2n) .col-img::before {
    left: -20px;
    top: 20px;
    bottom: -20px;
    right: 20px;
  }
  #features .row-list .row .col-img {
    width: 100%;
    height: auto;
  }
  #features .row-list .row .col-img::before {
    left: 20px;
    top: 20px;
    bottom: -20px;
    right: -20px;
  }
  #features .row-list .row .col-img img {
    height: auto;
  }
  #features .row-list .row .content {
    width: 100%;
    padding-top: 35px;
  }
  #features .row-list .row .content h3 span:last-child {
    font-size: 28px;
    line-height: 48px;
  }
  #features .row-list .row .content .txt {
    margin-bottom: 15px;
  }
}

#doctor {
  padding: 80px 0 15px;
  position: relative;
  z-index: 0;
}
#doctor::before {
  content: "";
  background: #faf8f4;
  height: 190px;
  width: calc(50% - 480px);
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
#doctor::after {
  content: "";
  background: #faf8f4;
  height: 200px;
  width: calc(50% - 500px);
  bottom: 0;
  right: 0;
  position: absolute;
}
#doctor .container {
  position: relative;
}
#doctor .ttl-t1 {
  position: absolute;
  left: 30px;
  top: 10px;
}
#doctor .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
#doctor .row .col-img {
  width: 520px;
  position: relative;
  z-index: 0;
}
#doctor .row .col-img::after {
  content: "";
  left: 25px;
  top: 25px;
  right: -25px;
  bottom: -25px;
  position: absolute;
  background: #f9fcef;
  z-index: -1;
}
#doctor .row .col-img h4 {
  position: absolute;
  left: 30px;
  top: 25px;
  line-height: 40px;
}
#doctor .row .col-img h4 span {
  display: block;
}
#doctor .row .col-img h4 span:first-child {
  font-size: 20px;
  text-shadow: 1px 1px 5px #fff;
}
#doctor .row .col-img h4 span:last-child {
  font-size: 32px;
  text-shadow: 1px 1px 5px #fff;
  font-weight: 500;
}
#doctor .row .col-img .desc {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 125px;
  height: 125px;
}
#doctor .row .col-img .desc img {
  height: auto;
}
#doctor .row .col-img .photo img {
  height: 557px;
  -o-object-fit: cover;
  object-fit: cover;
}
#doctor .row .content {
  width: 520px;
  margin-bottom: -10px;
}
#doctor .row .content h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 30px;
  letter-spacing: 2.5px;
  color: #3f3435;
}
#doctor .row .content h3 small {
  font-size: 32px;
  color: #6d554f;
}
#doctor .row .content .txt span {
  display: block;
  margin-bottom: 10px;
}
#doctor .row-1 {
  align-items: flex-end;
}
#doctor .row-1 .col-img {
  order: 2;
}
#doctor .row-2 {
  align-items: center;
  position: relative;
}
#doctor .row-2::after {
  content: "";
  background: url(../img/top/doctor_deco1.png) no-repeat 0 0/100%;
  width: 95px;
  height: 89px;
  right: -75px;
  top: 0;
  position: absolute;
}
#doctor .row-2 .col-img {
  position: relative;
  z-index: 0;
  margin-left: -20px;
}
#doctor .row-2 .col-img::before {
  content: "";
  background: #b4adab;
  width: 115px;
  height: 115px;
  left: -55px;
  top: -55px;
  position: absolute;
  z-index: -1;
}
#doctor .row-2 .col-img .desc {
  left: auto;
  right: 20px;
}
@media screen and (max-width: 1140px) {
  #doctor::before {
    width: 90px;
  }
  #doctor .row {
    gap: 0 30px;
  }
  #doctor .row .col-img {
    width: calc(100% - 450px);
  }
  #doctor .row .content h3 {
    font-size: 32px;
    line-height: 45px;
  }
  #doctor .row .content h3 small {
    font-size: 28px;
  }
  #doctor .row .content .txt {
    letter-spacing: 0;
  }
  #doctor .row-2::after {
    width: 65px;
    height: 65px;
    right: -15px;
  }
  #doctor .row-2 .col-img::before {
    width: 80px;
    height: 80px;
    left: -10px;
    top: -40px;
  }
}
@media screen and (max-width: 900px) {
  #doctor .ttl-t1 {
    position: static;
    margin-bottom: 40px;
  }
  #doctor .row {
    display: block;
  }
  #doctor .row .col-img {
    width: 100%;
    margin-bottom: 40px;
  }
  #doctor .row .col-img .photo img {
    width: 100%;
    height: auto;
  }
  #doctor .row .col-img .desc {
    left: auto;
    right: 20px;
  }
  #doctor .row .content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #doctor {
    padding: 60px 0 35px;
  }
  #doctor::after {
    height: 96px;
    width: 96px;
    bottom: auto;
    top: 0;
  }
  #doctor::before {
    display: none;
  }
  #doctor .ttl-t1 {
    margin-bottom: 30px;
  }
  #doctor .row {
    margin-bottom: 50px;
  }
  #doctor .row .col-img {
    margin-bottom: 35px;
  }
  #doctor .row .col-img h4 {
    left: 20px;
    top: 15px;
  }
  #doctor .row .col-img h4 span {
    line-height: 25px;
  }
  #doctor .row .col-img h4 span:first-child {
    font-size: 14px;
  }
  #doctor .row .col-img h4 span:last-child {
    font-size: 20px;
  }
  #doctor .row .col-img .desc {
    left: auto;
    right: 10px;
    bottom: 10px;
    width: 78px;
    height: 78px;
  }
  #doctor .row .content {
    width: 100%;
  }
  #doctor .row .content h3 {
    font-size: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  #doctor .row .content h3 small {
    font-size: 24px;
  }
  #doctor .row-2::after {
    top: auto;
    bottom: -60px;
    right: -30px;
    width: 56px;
    height: 56px;
  }
  #doctor .row-2 .col-img {
    margin-left: 0;
  }
  #doctor .row-2 .col-img::before {
    width: 72px;
    height: 72px;
    left: -36px;
    top: -36px;
  }
}

.top_bg {
  height: 590px;
}
.top_bg img {
  height: 590px !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .top_bg {
    height: auto;
  }
  .top_bg img {
    height: auto !important;
  }
}

#access {
  padding: 90px 0 80px;
  position: relative;
  z-index: 0;
  background: url(../img/top/access_deco1.png) no-repeat top 120px right calc(50% - 565px) / auto;
}
#access::before {
  content: "";
  background: #e6e3e1;
  height: 190px;
  width: calc(50% - 480px);
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
#access::after {
  content: "";
  background: #706462;
  height: 50px;
  width: 50px;
  bottom: 200px;
  left: calc(50% - 650px);
  position: absolute;
  z-index: -1;
}
#access .access-deco::before {
  content: "";
  background: #faf8f4;
  width: calc(50% - 540px);
  right: 0;
  bottom: 0;
  height: 115px;
  position: absolute;
}
#access .ttl-t1 {
  margin-bottom: 40px;
}
#access .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#access .row .photo {
  width: 520px;
}
#access .row .photo img {
  height: auto;
}
#access .row .content {
  width: 520px;
}
#access .row .content .info {
  font-size: 16px;
  border-bottom: 1px solid #e6e3e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#access .row .content .info dl {
  margin-bottom: 20px;
  display: flex;
}
#access .row .content .info dl dt {
  width: 125px;
}
#access .row .content .info dl dd {
  width: calc(100% - 125px);
}
#access .row .content .info dl dd .btnTel {
  color: #6d554f;
}
#access .row .content .info dl dd a.btn-google {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 35px 5px 20px;
  color: #fff;
  margin-top: 5px;
  background:
    url(../img/top/access_icon1.png) no-repeat center right 10px/20px,
    #3f3435;
  border-radius: 50vw;
  letter-spacing: 0.5px;
}
#access .row .content .info dl dd a.btn-google:hover {
  opacity: 0.7;
}
#access .row .content table {
  font-size: 18px;
}
#access .row .content table tr {
  border-bottom: 1px solid #95827d;
}
#access .row .content table thead {
  color: #95827d;
}
#access .row .content table thead tr th {
  width: 200px;
  padding: 15px 0;
}
#access .row .content table thead tr td {
  text-align: center;
}
#access .row .content table tbody {
  color: #6d554f;
}
#access .row .content table tbody tr th {
  padding: 13px 0;
  letter-spacing: 0;
}
#access .row .content table tbody tr th span {
  display: block;
  font-size: 18px;
}
#access .row .content table tbody tr th small {
  font-size: 14px;
}
#access .row .content table tbody tr td {
  text-align: center;
}
#access .row .content .desc-1 {
  color: #95827d;
  font-size: 14px;
  letter-spacing: 0;
  padding-top: 5px;
}
#access .box {
  width: 520px;
  margin-top: -155px;
}
#access .box dl {
  display: flex;
  gap: 0 80px;
  font-size: 16px;
}
#access .box .photo-2 {
  margin-bottom: 15px;
}
#access .box img {
  height: auto;
}
@media screen and (max-width: 1160px) {
  #access .row .photo {
    width: calc(100% - 560px);
    height: 320px;
  }
  #access .row .photo img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #access .box {
    width: calc(100% - 560px);
    height: 260px;
  }
  #access .box img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  #access .row .photo {
    width: calc(100% - 425px);
  }
  #access .row .content {
    width: 400px;
  }
  #access .row .content .info dl dt {
    width: 100px;
  }
  #access .row .content .info dl dd {
    width: calc(100% - 100px);
  }
  #access .row .content table thead tr th {
    width: 170px;
  }
  #access .box {
    width: calc(100% - 425px);
  }
  #access .box dl {
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  #access {
    background:
      url(../img/top/acess_deco1_sp.png) no-repeat top right/auto,
      url(../img/top/acess_deco2_sp.png) no-repeat left bottom/auto,
      url(../img/top/acess_deco3_sp.png) no-repeat right bottom/auto;
    padding: 65px 0 65px;
  }
  #access .row {
    display: block;
  }
  #access .row .photo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #access .row .photo img {
    height: auto;
  }
  #access .row .content {
    width: 100%;
  }
  #access .row .content .info {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  #access .row .content .info dl {
    display: block;
  }
  #access .row .content .info dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
  #access .row .content .info dl dd {
    width: 100%;
  }
  #access .row .content .info dl dd a.btn-google {
    margin-top: 10px;
  }
  #access .row .content table thead tr th {
    width: 150px;
  }
  #access .row .content .desc-1 {
    letter-spacing: -0.8px;
  }
  #access .box {
    width: 100%;
    margin-top: 0;
    height: auto;
  }
  #access .box img {
    height: auto;
  }
  #access .box dl {
    gap: 0 50px;
  }
}

#treatment {
  padding: 90px 0 70px;
  background: url(../img/top/treatment_bg.jpg) no-repeat center center/cover;
}
#treatment .ttl-t1 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#treatment .ttl-t1 span:first-child {
  margin-bottom: 75px;
}
#treatment .ttl-t1 span:first-child::first-letter {
  color: #fff;
}
#treatment .ttl-t1 span:last-child {
  font-size: 16px;
  letter-spacing: 0;
}
#treatment .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#treatment .row .col {
  width: 23.5%;
  min-height: 250px;
  margin-bottom: 2%;
  display: block;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
#treatment .row .col::before {
  content: "";
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
#treatment .row .col::after {
  content: "";
  background: #d8ccb3;
  left: 7px;
  top: 7px;
  right: -7px;
  bottom: -7px;
  position: absolute;
  z-index: -2;
}
#treatment .row .col:hover {
  opacity: 0.7;
}
#treatment .row .col .icon {
  width: 72px;
  margin: 0 auto 20px;
}
#treatment .row .col .icon img {
  height: auto;
}
#treatment .row .col h3 {
  font-size: 24px;
  font-weight: 600;
  color: #6d554f;
  margin-bottom: 15px;
  position: relative;
  line-height: 30px;
}
#treatment .row .col h3::after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #95827d;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#treatment .row .col .desc {
  color: #95827d;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  #treatment .row .col {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #treatment {
    padding: 60px 0 50px;
  }
  #treatment .ttl-t1 {
    margin-bottom: 25px;
  }
  #treatment .ttl-t1 span:first-child {
    margin-bottom: 20px;
  }
  #treatment .row .col {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    min-height: auto;
    gap: 0 20px;
  }
  #treatment .row .col::after {
    display: none;
  }
  #treatment .row .col .icon {
    width: 65px;
  }
  #treatment .row .col .content {
    width: calc(100% - 65px);
  }
}

#news {
  padding: 100px 0;
  background: #faf8f4;
}
#news .ttl-t1 {
  margin-bottom: 30px;
}
#news .desc {
  margin-bottom: 30px;
  color: #95827d;
  font-size: 16px;
  font-weight: 600;
}
#news .post-box__summary-link {
  display: none !important;
}
#news .post-box {
  padding: 30px;
}
#news .btn-t1 a {
  background:
    url(../img/top/btn_icon1.png) no-repeat center right 10px/24px,
    #95827d;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 50px 0;
  }
  #news .desc {
    font-size: 15px;
    letter-spacing: 0;
  }
  #news .post-box {
    margin-bottom: 30px;
  }
}

.btn-t2 a {
  display: block;
  color: #fff;
  padding: 10px 50px 10px 35px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50vw;
  background:
    url(../img/top/icon_btn_child.png) no-repeat center right 15px / auto,
    #95827d;
}

.btn-t2 a:hover {
  opacity: 0.7;
}

.anchor-link {
  background: #fff;
  padding: 20px 50px 5px;
  border-radius: 20px;
  margin-bottom: 35px;
}
.anchor-link ul li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .anchor-link {
    padding: 20px 20px 5px;
  }
  .anchor-link ul li {
    margin-bottom: 15px;
  }
} /*# sourceMappingURL=index.css.map */
