.ttl-common {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 45px;
}

.ttl-common small {
  color: #3F9F45;
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 42px;
}

.ttl-common.white,
.ttl-common.white small {
  color: #fff;
}

.btn-common {
  max-width: 340px;
  width: 100%;
}

.btn-common a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  padding: 20px;
  position: relative;
}

.btn-common a:after {
  content: '';
  width: 20px;
  background-image: url("../img/top/icon_right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.btn-common a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .ttl-common {
    font-size: 24px;
    line-height: 40px;
  }
  .ttl-common small {
    font-size: 14px;
    line-height: 30px;
  }
  .btn-common {
    max-width: 220px;
  }
  .btn-common a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
  }
  .btn-common a:after {
    width: 13px;
    right: 13px;
  }
  .btn-common a:hover {
    opacity: 1;
  }
}

#philosophy {
  background-image: url("../img/top/philosophy_bg.jpg");
  background-size: cover;
  background-position: 50%;
  padding: 63px 0 91px;
  margin-top: -1px;
}

#philosophy h2 {
  margin-bottom: 40px;
}

#philosophy .box {
  background: #fff;
  border-radius: 15px;
  position: relative;
  padding: 129px 61px 55px 65px;
  display: flex;
  justify-content: space-between;
}

#philosophy .box h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 52px;
  text-align: center;
}

#philosophy .box .img {
  order: 2;
  width: 340px;
}

#philosophy .box .img img {
  border-radius: 10px;
}

#philosophy .box .col-text {
  order: 1;
  width: calc(100% - 340px);
  padding-right: 15px;
}

#philosophy .box .col-text ul {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#philosophy .box .col-text ul li {
  max-width: 640px;
  padding-left: 40px;
  position: relative;
  color: #333;
}

#philosophy .box .col-text ul li:before {
  content: '';
  width: 24px;
  background-image: url("../img/top/icon_check.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#philosophy .box .col-text ul li + li {
  margin-top: 18px;
}

@media screen and (max-width: 1080px) {
  #philosophy .box {
    padding: 129px 30px 55px 30px;
  }
}

@media screen and (max-width: 980px) {
  #philosophy .box {
    display: block;
    padding: 50px 30px;
  }
  #philosophy .box h3 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 30px;
  }
  #philosophy .box .img {
    margin: 0 auto 30px;
  }
  #philosophy .box .col-text {
    max-width: 653px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #philosophy {
    padding: 40px 0 50px;
  }
  #philosophy h2 {
    margin-bottom: 38px;
  }
  #philosophy .box {
    padding: 20px 20px 40px;
  }
  #philosophy .box h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  #philosophy .box .img {
    max-width: none;
    width: 100%;
    margin-bottom: 23px;
  }
  #philosophy .box .col-text {
    padding-left: 8px;
  }
  #philosophy .box .col-text ul {
    font-size: 14px;
    line-height: 21px;
  }
  #philosophy .box .col-text ul li {
    padding-left: 38px;
  }
}

#feature {
  background-image: url("../img/top/feature_bg.jpg");
  background-size: cover;
  background-position: 50%;
  padding: 80px 0 20px;
  overflow: hidden;
}

#feature h2 {
  margin-bottom: 60px;
}

#feature .blk {
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}

#feature .blk:before {
  content: '';
  height: 400px;
  background: #fff;
  position: absolute;
  top: 42px;
  z-index: -1;
}

#feature .blk h3 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}

#feature .blk h3 span {
  display: block;
}

#feature .blk h3 .eng {
  text-align: center;
  font-size: 80px;
  line-height: 74px;
  font-weight: 500;
  letter-spacing: 0;
}

#feature .blk h3 .eng small {
  display: block;
  font-size: 21px;
  line-height: 13px;
}

#feature .blk h3 .ja {
  margin-left: 30px;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333;
}

#feature .blk .blk-df {
  display: flex;
  justify-content: space-between;
}

#feature .blk .img {
  max-width: 720px;
  width: 65%;
}

#feature .blk .img img {
  border-radius: 10px;
}

#feature .blk .txt {
  max-width: 370px;
  width: 35%;
  margin-top: 10px;
}

#feature .img--left:before {
  border-radius: 10px 0 0 10px;
  right: -50vw;
  left: calc(50% + 80px);
}

#feature .img--left .txt {
  padding-left: 20px;
}

#feature .img--right:before {
  border-radius: 0 10px 10px 0;
  left: -50vw;
  right: calc(50% + 80px);
}

#feature .img--right h3 {
  max-width: 610px;
  width: 65%;
  margin-left: auto;
}

#feature .img--right .img {
  order: 2;
}

#feature .img--right .txt {
  order: 1;
  padding-right: 20px;
}
@media screen and (max-width: 980px){
  #feature .blk h3 .ja{
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #feature {
    padding: 30px 0 16px;
  }
  #feature h2 {
    margin-bottom: 45px;
  }
  #feature .blk {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  #feature .blk:before {
    height: 320px;
    border-radius: 10px 10px 0 0 !important;
    left: -20px !important;
    right: -20px !important;
    bottom: 0;
    top: auto;
  }
  #feature .blk h3 {
    max-width: none !important;
    width: 100% !important;
    margin: 0 0 15px !important;
    align-items: center;
  }
  #feature .blk h3 .eng {
    font-size: 46px;
    line-height: 40px;
  }
  #feature .blk h3 .eng small {
    font-size: 12px;
    line-height: 16px;
  }
  #feature .blk h3 .ja {
    margin-left: 15px;
    font-size: 22px;
    line-height: 33px;
  }
  #feature .blk .blk-df {
    display: block;
  }
  #feature .blk .img {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #feature .blk .txt {
    font-size: 14px;
    line-height: 28px;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
}

@media screen and (max-width: 390px) {
  #feature .blk h3 .eng {
    font-size: 11.8vw;
    line-height: 10.3vw;
  }
  #feature .blk h3 .eng small {
    font-size: 3.1vw;
    line-height: 4.1vw;
  }
  #feature .blk h3 .ja {
    margin-left: 4vw;
    font-size: 5.6vw;
    line-height: 8.5vw;
  }
}

@media screen and (max-width: 370px) {
  #feature .blk h3 .ja {
    margin-left: 3vw;
    font-size: 5.4vw;
  }
}

#menu {
  padding: 80px 0 60px;
}

#menu h2 {
  margin-bottom: 40px;
}

#menu .col {
  margin-bottom: 40px;
}

#menu .row-text {
  background-size: cover;
  background-position: 50%;
  color: #fff;
}

#menu .row-text h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 36px;
  margin-bottom: 30px;
}

#menu .row-text .txt {
  margin-bottom: 26px;
}

#menu .row-text .btn-common {
  margin: 0 auto;
}

#menu .blk-two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}

#menu .blk-two-cols .img img {
  border-radius: 15px 15px 0 0;
}

#menu .blk-two-cols .row-text {
  background-image: url("../img/top/menu_box_bg1.jpg");
  padding: 40px 50px 50px;
  border-radius: 0 0 15px 15px;
}

#menu .blk-three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}

#menu .blk-three-cols .img img {
  border-radius: 10px 10px 0 0;
}

#menu .blk-three-cols .row-text {
  background-image: url("../img/top/menu_box_bg2.jpg");
  padding: 36px 30px 43px;
  border-radius: 0 0 10px 10px;
}

#menu .blk-three-cols .row-text h3 {
  margin-bottom: 27px;
}

#menu .blk-three-cols .row-text .btn-common a {
  padding: 15px;
}

@media screen and (max-width: 1180px) {
  #menu .col {
    margin-bottom: 20px;
  }
  #menu .blk-two-cols {
    column-gap: 20px;
  }
  #menu .blk-three-cols {
    column-gap: 20px;
  }
}

@media screen and (max-width: 1080px) {
  #menu .blk-two-cols .row-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  #menu .blk-three-cols .row-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  #menu .blk-three-cols .row-text .txt {
    min-height: 288px;
  }
}

@media screen and (max-width: 980px) {
  #menu .blk-three-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  #menu .blk-three-cols .row-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  #menu .blk-three-cols .row-text .txt {
    min-height: 256px;
  }
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 50px 0 30px;
  }
  #menu h2 {
    margin-bottom: 40px;
  }
  #menu .col {
    margin-bottom: 30px;
  }
  #menu .row-text {
    padding: 20px 25px 40px !important;
  }
  #menu .row-text h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  #menu .row-text .txt {
    height: auto !important;
    font-size: 14px;
    line-height: 28px;
  }
  #menu .blk-two-cols {
    display: block;
  }
  #menu .blk-two-cols .img img {
    border-radius: 10px 10px 0 0;
  }
  #menu .blk-two-cols .row-text {
    background-image: url("../img/top/menu_box_bg1_sp.jpg");
  }
  #menu .blk-three-cols {
    display: block;
  }
  #menu .blk-three-cols .row-text {
    background-image: url("../img/top/menu_box_bg1_sp.jpg");
  }
  #menu .blk-three-cols .row-text h3 {
    margin-bottom: 15px;
  }
  #menu .blk-three-cols .row-text .txt {
    min-height: auto;
  }
  #menu .blk-three-cols .row-text .btn-common a {
    padding: 10px;
  }
}

#greeting {
  background-image: url("../img/top/greeting_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 82px 0 113px;
}

#greeting h2 {
  margin-bottom: 55px;
}

#greeting .name {
  margin-bottom: 35px;
}

#greeting .name span {
  display: block;
  letter-spacing: 0;
  font-weight: 500;
}

#greeting .name .fz16 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 12px;
}

#greeting .name .fz24 {
  font-size: 24px;
  line-height: 38px;
}

#greeting .name .fz14 {
  font-size: 14px;
  line-height: 20px;
}

#greeting .txt {
  max-width: 600px;
  margin-bottom: 59px;
}

@media screen and (max-width: 980px) {
  #greeting {
    background: #000;
  }
  #greeting .img {
    display: block !important;
    margin: 0 -20px 40px;
  }
  #greeting .img img {
    width: 100% !important;
    height: auto;
  }
  #greeting .txt {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #greeting {
    padding: 40px 0 53px;
  }
  #greeting h2 {
    margin-bottom: 30px;
  }
  #greeting .img {
    margin-bottom: 30px;
  }
  #greeting .name {
    margin-bottom: 25px;
  }
  #greeting .name .fz16 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #greeting .name .fz24 {
    font-size: 20px;
    line-height: 30px;
  }
  #greeting .name .fz14 {
    font-size: 12px;
  }
  #greeting .txt {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  #greeting .btn-common {
    margin: 0 auto;
  }
}

#contact {
  background-image: url("../img/top/contact_bg.jpg");
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 69px 0 67px;
}

#contact h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 40px;
}

#contact .txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 34px;
}

#contact .blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contact .blk .col-left {
  max-width: 545px;
  width: 48%;
}

#contact .blk .col-left .timetable th img {
  filter: brightness(0) invert(1);
}

#contact .blk .tel-common {
  max-width: 540px;
  width: 48%;
  background: transparent;
  border: 1px solid;
}

#contact .blk .tel-common .df {
  height: 118px;
}

@media screen and (max-width: 980px) {
  #contact .blk .tel-common:after {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  #contact {
    background-image: url("../img/top/contact_bg_sp.jpg");
    padding: 45px 0 52px;
  }
  #contact h2 {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  #contact .txt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  #contact .blk {
    display: block;
  }
  #contact .blk .col-left {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
  }
  #contact .blk .tel-common {
    max-width: none;
    width: 100%;
  }
  #contact .blk .tel-common:after {
    right: 20px;
  }
  #contact .blk .tel-common .df {
    height: 98px;
  }
}

#clinic {
  background-image: url("../img/top/clinic_bg.jpg");
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 80px 0 100px;
}

#clinic h2 {
  margin-bottom: 40px;
}

#clinic .txt {
  text-align: center;
  margin-bottom: 34px;
}

#clinic ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

#clinic ul li {
  width: 180px;
  height: 180px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
}

#clinic ul li span {
  width: 36px;
  height: 36px;
  background: #fff;
  color: #0F3F0E;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  position: absolute;
  top: 5px;
  left: 6px;
  z-index: 1;
}

#clinic ul li + li {
  margin-left: 50px;
}

#clinic .btn-common {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #clinic {
    background-image: url("../img/top/clinic_bg_sp.jpg");
    padding: 40px 0 75px;
  }
  #clinic .txt {
    text-align: left;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 28px;
  }
  #clinic ul {
    display: block;
    margin-bottom: 50px;
  }
  #clinic ul li {
    margin: 0 auto;
  }
  #clinic ul li + li {
    margin: 30px auto 0;
  }
}

#access {
  padding: 60px 0 0;
  position: relative;
  z-index: 0;
}

#access:after {
  content: '';
  height: 106px;
  background: #F7FDF0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
}

#access h2 {
  margin-bottom: 40px;
}

#access .blk {
  display: flex;
  justify-content: space-between;
  margin-bottom: 114px;
}

#access .blk .col-left {
  max-width: 540px;
  width: 50%;
}

#access .blk .col-left .txt {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 57px;
}

#access .blk .col-left .info {
  line-height: 24px;
  letter-spacing: 0.1em;
}

#access .blk .col-left .info dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

#access .blk .col-left .info dl:before {
  content: '';
  width: 100px;
  height: 1px;
  background: #60AD65;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

#access .blk .col-left .info dl dt {
  width: 100px;
  display: table-cell;
}

#access .blk .col-left .info dl dd {
  display: table-cell;
  padding-left: 12px;
}

#access .blk .col-left .info dl:last-child {
  margin-bottom: 0;
}

#access .blk #gmap {
  max-width: 540px;
  width: 48%;
  position: relative;
}

#access .blk #gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#access .infinite-slider p {
  width: 310px;
  margin: 0 10px;
}

@media screen and (max-width: 1180px) {
  #access .blk .col-left {
    max-width: none;
    width: 58%;
  }
  #access .blk #gmap {
    width: 40%;
  }
}

@media screen and (max-width: 980px) {
  #access .blk .col-left .txt {
    margin-bottom: 40px;
  }
  #access .blk .col-left .info dl:before {
    width: 80px;
  }
  #access .blk .col-left .info dl dt {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  #access {
    padding-top: 40px;
  }
  #access:after {
    height: 60px;
  }
  #access h2 {
    margin-bottom: 34px;
  }
  #access .blk {
    display: block;
    margin-bottom: 256px;
  }
  #access .blk .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  #access .blk .col-left .txt {
    margin-bottom: 33px;
  }
  #access .blk .col-left .info {
    font-size: 12px;
    line-height: 18px;
  }
  #access .blk .col-left .info dl {
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
  #access .blk .col-left .info dl:before {
    width: 68px;
  }
  #access .blk .col-left .info dl dt {
    width: 68px;
  }
  #access .blk .col-left .info dl dd {
    padding-left: 20px;
  }
  #access .blk #gmap {
    max-width: none;
    width: 100%;
    height: 260px;
  }
  #access .infinite-slider p {
    width: 177px;
    margin: 0 6px;
  }
}

#newsbox {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 20px 50px;
}

#newsbox .post-box__header{
  margin-bottom: 20px;
}

#newsbox .post-box__content a {
  display: block;
  margin-bottom: 10px;
}

#newsbox .post-box__content dl {
  background: rgba(63, 159, 69, 0.04);
  padding: 25px 80px 20px 39px;
  position: relative;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}

#newsbox .post-box__content dl:after {
  content: '';
  width: 20px;
  background-image: url("../img/top/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
}

#newsbox .post-box__content dl dt {
  color: #8F8F8F;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  font-family: 'Noto Sans JP';
  margin-bottom: 5px;
}

#newsbox .post-box__content dl dt .new-label {
  display: inline-block;
  background: #3F9F45;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0;
  padding: 0 6px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

#newsbox .post-box__content a:hover dl {
  background: rgba(63, 159, 69, 0.1);
}

@media screen and (max-width: 767px) {
  #newsbox {
    padding: 30px 20px 0px;
  }
  #newsbox .post-box__content a {
    margin-bottom: 20px;
  }
  #newsbox .post-box__content dl {
    padding: 16px 55px 13px 19px;
  }
  #newsbox .post-box__content dl:after {
    right: 22px;
  }
  #newsbox .post-box__content dl dt {
    font-size: 12px;
    margin-bottom: 7px;
  }
  #newsbox .post-box__content dl dd {
    font-size: 14px;
    line-height: 21px;
  }
  #newsbox .post-box__content a:hover dl {
    background: rgba(63, 159, 69, 0.04);
  }
}
