.section-mv {
  position: relative;

  & .mv-bg {
    background: center / cover;
    filter: blur(12px);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
  }


  & .mv-item {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;

    & img {
      display: block;
      width: 100%;
    }
  }
}


.section-experience {
  padding: 70px 0;
}
.section-experience .exp-tit {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-experience .exp-tit {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .section-experience .exp-tit {
    font-size: 25px;
    font-size: 1.7857142857rem;
    margin-bottom: 30px;
  }
}
.section-experience .home-line {
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .section-experience .home-line {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .section-experience .home-line {
    margin-bottom: 40px;
  }
}

.section-review {
  padding: 70px 0;
}
.section-review .review-list li {
  border: 4px solid #ec8e1f;
  margin-bottom: 33px;
  padding: 14px;
  position: relative;
}
.section-review .review-list li.review-list-item--imgnone {
  padding: 24px;
}
.section-review .review-list li:last-child {
  margin-bottom: 0;
}
.section-review .review-list li.active .icon-control:after, .section-review .review-list li.active .icon-control:before {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  content: "";
  height: 5px;
  left: 13px;
  top: 25px;
  position: absolute;
  width: 32px;
}
@media only screen and (max-width: 640px) {
  .section-review .review-list li.active .icon-control:after, .section-review .review-list li.active .icon-control:before {
    left: 7px;
    top: 21px;
  }
}
.section-review .review-list li.active .icon-control:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section-review .review-list li.active .icon-control:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-review .review-list li.active .icon-control img {
  display: none;
}
.section-review .review-list li .icon-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ec8e1f;
  cursor: pointer;
  bottom: -4px;
  height: 56px;
  position: absolute;
  right: -4px;
  width: 56px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .section-review .review-list li .icon-control {
    height: 45px;
    width: 45px;
  }
  .section-review .review-list li .icon-control img {
    width: 20px;
  }
}
.section-review .review-list li .review-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.section-review .review-list li .review-head .review-user {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 17px;
}
.section-review .review-list li .review-head .review-head-txt {
  font-size: 18px;
  font-size: 1.125rem;
  color: #705448;
}
.section-review .review-list li .review-head .review-head-txt h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #3d2b11;
  font-weight: bold;
  margin-bottom: 6px;
}
.section-review .review-list li.review-list-item--imgnone .review-head .review-head-txt h3 {
  font-size: 1.2rem;
}
.section-review .review-list li .review-head .review-head-txt ._cate {
  margin-top: 14px;
}
.section-review .review-list li .review-head .review-head-txt ._cate span {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5d64d;
  display: inline-block;
  font-weight: bold;
  margin-right: 15px;
  padding: 2px 23px 0;
}
@media only screen and (max-width: 640px) {
  .section-review .review-list li .review-head {
    display: block;
  }
  .section-review .review-list li .review-head .review-user {
    margin: 0 0 10px;
    text-align: center;
  }
}
.section-review .review-list li .review-body {
  display: none;
  margin-top: 20px;
  padding-bottom: 74px;
}
.section-review .review-list li .review-body .review-img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 1;
  float: left;
  margin-right: 2.075%;
  width: 38.38%;
}
.section-review .review-list li .review-body .review-img p:not(:last-child) {
  margin-bottom: 15px;
}
.section-review .review-list li .review-body .review-body-txt {
  float: right;
  width: 59.54%;
}
.section-review .review-list li .review-body .review-body-txt p:not(:last-child) {
  margin-bottom: 17px;
}
@media only screen and (max-width: 640px) {
  .section-review .review-list li .review-body .review-img {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .section-review .review-list li .review-body .review-body-txt {
    float: none;
    width: 100%;
  }
}

.section-review .review-bnr {
  text-align: center;
  margin: 50px 0 0;
}
@media only screen and (max-width: 640px) {
  .section-review .review-bnr {
    margin: 25px 0 0;
  }
}

.section-greeting {
  padding: 70px 0;
}
.section-greeting .greeting-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #554640;
  margin-bottom: 55px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 480px) {
  .section-greeting .greeting-wrap {
    display: block;
  }
}
.section-greeting .greeting-wrap .greeting-person {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  order: -1;
  margin-right: 100px;
  margin-top: -44px;
  width: 340px;
}
.section-greeting .greeting-wrap .greeting-person .person-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 35px;
  text-align: left;
}
.section-greeting .greeting-wrap .greeting-person .person-name ._comp {
  margin-bottom: 18px;
}
.section-greeting .greeting-wrap .greeting-person .person-name .person-name__name {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section-greeting .greeting-wrap .greeting-person .person-name span {
  margin-right: 18px;
}
@media only screen and (max-width: 768px) {
  .section-greeting .greeting-wrap .greeting-person {
    margin-top: -20px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .section-greeting .greeting-wrap .greeting-person {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 25px;
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .section-greeting .greeting-wrap .greeting-person {
    margin: 20px auto 0;
    width: 250px;
  }
}
.section-greeting .greeting-wrap .greeting-txt {
  line-height: 1.8;
}
.section-greeting .greeting-wrap .greeting-txt p:not(:last-child) {
  margin-bottom: 18px;
}
.section-greeting .greeting-rep {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.section-greeting .greeting-rep .rep-left {
  margin-right: 60px;
}
.section-greeting .greeting-rep .rep-left .tit {
  font-size: 24px;
  font-size: 1.5rem;
  color: #705448;
  font-weight: bold;
  margin-bottom: 30px;
}
.section-greeting .greeting-rep .rep-left span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #705448;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  height: 41px;
  margin-right: 14px;
  width: 41px;
}
.section-greeting .greeting-rep .rep-right dt {
  clear: both;
  float: left;
}
.section-greeting .greeting-rep .rep-right dd {
  padding-left: 54px;
}
@media only screen and (max-width: 640px) {
  .section-greeting .greeting-rep {
    display: block;
  }
  .section-greeting .greeting-rep .rep-left {
    margin: 0 0 20px;
  }
}

.article-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 90px;
}
.article-item:last-child {
  margin-bottom: 0;
}
.article-item:nth-child(odd) .article-img {
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .article-item:nth-child(odd) .article-img {
    margin-right: 30px;
  }
}
.article-item:nth-child(even) .article-img {
  margin-left: 60px;
  -webkit-order: 2;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .article-item:nth-child(even) .article-img {
    margin-left: 30px;
  }
}
.article-item .article-img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 440px;
  width: 44%;
}
.article-item .article-tit {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #705448;
  line-height: 1.5;
  margin-bottom: 18px;
}
.article-item .article-tit span {
  background: url(../images/home/bg.jpg) repeat-x left 94%;
}
.article-item .article-txt p:not(:last-child) {
  margin-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  .article-item {
    display: block;
    margin-bottom: 40px;
  }
  .article-item .article-img {
    margin: 0 auto 10px !important;
    text-align: center;
    width: 100%;
  }
}

.section-about {
  padding: 70px 0;
}
.section-about .about-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 98px -6.5px 0;
}
@media only screen and (max-width: 480px) {
  .section-about .about-gallery {
    margin-top: 40px;
  }
}
.section-about .about-gallery li {
  -webkit-box-flex: 0 25%;
  -moz-box-flex: 0 25%;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
  line-height: 1;
  max-width: 25%;
  margin-bottom: 13px;
  padding: 0 6.5px;
}
@media only screen and (max-width: 480px) {
  .section-about .about-gallery li {
    -webkit-box-flex: 0 50%;
    -moz-box-flex: 0 50%;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    max-width: 50%;
  }
}
.section-about .about-gallery li img {
  display: block;
  margin: auto;
}
.p-ekiten-wrap {
  width: 100%;
  margin: 40px auto 0;
}
.p-ekiten-wrap > iframe {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .p-ekiten-wrap {
    margin-top: 20px;
  }
}

.section-flow {
  padding: 70px 0;
}
.section-flow .flow-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}
@media only screen and (max-width: 768px) {
  .section-flow .flow-list {
    margin: 0 -15px;
  }
}
.section-flow .flow-list li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 22px;
  position: relative;
}
.section-flow .flow-list li:after {
  content: url(../images/home/icon_arrow01.png);
  line-height: 1;
  margin-top: -11px;
  position: absolute;
  right: -8px;
  top: 50%;
}
.section-flow .flow-list li:last-child:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-flow .flow-list li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  .section-flow .flow-list li {
    -webkit-box-flex: 0 50%;
    -moz-box-flex: 0 50%;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .section-flow .flow-list li:nth-child(2):after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -27px;
    left: 50%;
    margin-left: -12px;
    right: inherit;
    top: inherit;
  }
  .section-flow .flow-list li:nth-child(3) {
    order: 4;
  }
  .section-flow .flow-list li:nth-child(3):after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -8px;
    right: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .section-flow .flow-list li {
    -webkit-box-flex: 0 100%;
    -moz-box-flex: 0 100%;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section-flow .flow-list li:last-child {
    margin-bottom: 0;
  }
  .section-flow .flow-list li:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -27px;
    left: 50%;
    margin-left: -12px;
    right: inherit;
    top: inherit;
  }
}
.section-flow .flow-list .flow-wrap {
  background-color: #fff;
  line-height: 1.5;
  height: 100%;
  padding: 35px 12px 25px;
}
.section-flow .flow-list .flow-wrap .flow-ico {
  font-size: 0;
  margin-bottom: 25px;
  text-align: center;
}
.section-flow .flow-list .flow-wrap .flow-tit {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ec8e1f;
  font-weight: bold;
  margin-bottom: 13px;
  text-align: center;
}

.section-training {
  padding: 80px 0 97px;
}
.section-training .hline {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .section-training .hline {
    margin-bottom: 40px;
  }
}
.section-training .training-txt {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ec8e1f;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.section-training .traning-list {
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  .section-training .traning-list {
    margin-bottom: 50px;
  }
}
.section-training .traning-list li {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #f4f1e9;
  color: #705448;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 10px 8px 55px;
  position: relative;
}
.section-training .traning-list li:last-child {
  margin-bottom: 0;
}
.section-training .traning-list li ._num {
  left: 17px;
  position: absolute;
  top: 13px;
}

.section-bottom {
  font-size: 24px;
  font-size: 1.5rem;
  background: url(../images/home/bg02.jpg) no-repeat center/cover;
  color: #fff;
  line-height: 2;
  padding: 60px 0 77px;
  text-align: center;
}
.section-bottom .main_txt {
  line-height: 1;
  margin: 25px 0 60px;
}
.section-bottom .btn-arrow {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #ffc600;
  color: #3d2b11;
  position: relative;
}
.section-bottom .btn-arrow:after {
  content: url(../images/common/ico_arrow02.png);
  font-size: 0;
  margin-top: -7px;
  position: absolute;
  right: 22px;
  top: 50%;
}

.p-instagram-wrap {
  width: 100%;
  margin: 90px auto 0;
}
.p-instagram-tit {
  font-size: 30px;
  font-weight: bold;
  color: #705448;
  line-height: 1.5;
  text-align: center;
}
.p-instagram-wrap .c-instagram {
  width: 100%;
  margin: 30px auto 0;
}
.c-instagram a {
  color: unset;
  transition: all .3s ease;
}
.c-instagram a:hover {
  opacity: .7;
}
.c-instagram__prof {
  width: 100%;
}
a.c-instagram__prof__cover {
  display: flex;
  justify-content: space-between;
}
.c-instagram__prof__img {
  width: 60px;
  height: 60px;
}
.c-instagram__prof__img > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.c-instagram__prof__txt {
  width: calc(100% - 70px);
  margin-left: 10px;
}
.c-instagram__prof__txt__username {
  font-size: 18px;
  font-weight: 700;
}
.c-instagram__prof__txt__bio {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.c-instagram__list {
  display: flex;
  flex-wrap: wrap;
}
.c-instagram__prof + .c-instagram__list {
  margin-top: 20px;
}
.c-instagram-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
.c-instagram-list__item > a {
  line-height: 0;
}
.c-instagram-list__item > p {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.c-instagram-list__item img {
  width: 100%;
}
a.c-instagram__follow {
  display: block;
  width: 180px;
  padding: 8px 5px;
  margin: 15px auto 0;
  background-color: #408bd1;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
}
a.c-instagram__follow:hover {
  opacity: 1;
  background-color: #359dff;
}
a.c-instagram__follow > img {
  width: 13px;
  height: auto;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .c-instagram-list__item {
    width: calc(100% / 3);
  }
  .c-instagram-list__item:nth-child(9) {
    display: none;
  }
}


/*------------------
202109 関連病院追加
------------------  */

/* relate */
.section-relate {
  padding: 0 0 70px !important;
}
.relate-desc {
  text-align: center;
  margin: 0 0 .8em;
}
.relate-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
}
.relate-box-tit {
  color: #ec8e1f;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 21px;
  text-align: center;
}
.relate-box-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.relate-box-content + .relate-box-content {
  margin-top: 80px;
  position: relative;
}
.relate-box-content + .relate-box-content::before {
  content: "";
  display: inline-block;
  background: #e5e5e5;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: -40px;
}
.relate-box-content-info {
  margin: 0 138px 0 0;
}
.relate-box-content-tit {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  
  & span {
    font-size: 30px;
    margin: 0 0 0 .3em;
  }
}
.relate-box-content-address {
  margin: 0 0 15px;
}
.relate-box-cta .btn-arrow {
  background-color: #3d2b11;
  color: #fff;
  font-size: 18px;
  max-width: unset;
  position: relative;
}
.relate-box-content:nth-of-type(2) .btn {
  padding: .5em .25em;
  height: fit-content;
}
.relate-box-img img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .relate-box-content {
    justify-content: space-between;
  }
  .relate-box-content-info {
    margin: 0;
  }
}
@media only screen and (max-width: 840px) {
  .relate-box-content {
    flex-direction: column;
  }
  .relate-box-content + .relate-box-content {
    margin-top: 60px;
  }
  .relate-box-content + .relate-box-content::before {
    top: -30px;
  }
  .relate-box-content-tit {
    margin: 0 auto 10px;
  }
  .relate-box-content-address {
    text-align: center;
  }
  .relate-box-cta {
    max-width: 100%;
    width: 360px;
    margin: 0 auto 26px;
  }
  .relate-box-img {
    max-width: 100%;
    width: 360px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .relate-box {
    padding: 20px;
  }
  .relate-box-tit {
    margin: 0 0 16px;
  }
  .relate-box-content-tit {
  margin: 0 0 5px;
  font-size: 20px;
  
  & span {
    font-size: 26px;
  }
}

  .relate-box-content-address {
    margin: 0 0 16px;
  }
  .relate-box-cta {
    width: 100%;
    margin: 0 auto 20px;
  }
  .relate-box-cta .btn-arrow {
    font-size: 16px;
  }
  .relate-box-img {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 374px) {
  .relate-box-cta .btn-arrow {
    font-size: 14px;
  }
}