#mainimage img {
  width: 100%;
  height: auto;
}

#features {
  background: #F7F8F8;
  padding: 12.5vw 0;
}

#features .blk1 h3 {
  font-size: 6.46767vw;
  line-height: 11.9403vw;
  letter-spacing: 0;
  margin: 6vw 0 4vw;
}

#features .features-group {
  margin-top: 20vw;
}

#features .features-group .tag {
  display: table;
  background: #2085AC;
  color: #fff;
  font-size: 2.98508vw;
  line-height: 6.2189vw;
  padding: 0px 2.2vw;
  position: absolute;
  left: 0;
  top: -6.2189vw;
}

#features .features-group .col {
  padding: 2.487566vw;
}

#features .features-group .col h4 {
  font-size: 4.4776vw;
  line-height: 6.46767vw;
  margin-bottom: 2.487566vw;
}

#features .features-group .col .txt {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

#features .features-group .feature-main {
  background: #fff;
  margin-bottom: 13.6816vw;
  position: relative;
}

#features .features-group .feature-main .tag {
  font-size: 4.4776vw;
  line-height: 8.95522vw;
  top: -8.95522vw;
}

#features .features-group .feature-main .col {
  padding: 4.97512vw;
}

#features .features-group .feature-main .col h4 {
  font-size: 5.97014vw;
  line-height: 8.95522vw;
}

#features .features-group .feature-main .col .txt {
  font-size: 18px;
  line-height: 32px;
}

#features .features-group .features-col {
  flex-wrap: wrap;
}

#features .features-group .features-col .feature-item {
  width: 46.5%;
  background: #fff;
  position: relative;
  margin-bottom: 13.6816vw;
}

#features .features-group .features-col .feature-item .img img {
  width: 100%;
  height: auto;
}

#features .btn-common {
  margin-top: -2.5vw;
}

@media screen and (min-width: 768px) {
  #features {
    padding: 90px 0 106px;
  }
  #features .blk1 {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
  #features .blk1 h3 {
    font-size: 48px;
    line-height: 82px;
    margin: 65px 0 45px;
  }
  #features .blk1 .txt {
    font-size: 20px;
    line-height: 43px;
  }
  #features .features-group {
    max-width: 1073px;
    width: 100%;
    margin: 110px auto 0;
  }
  #features .features-group .tag {
    font-size: 20px;
    line-height: 36px;
    padding: 0px 15px;
    top: -36px;
  }
  #features .features-group .col {
    padding: 28px;
  }
  #features .features-group .col h4 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  #features .features-group .col .txt {
    font-size: 18px;
    line-height: 32px;
    padding-right: 10px;
  }
  #features .features-group .feature-main {
    margin-bottom: 76px;
    display: flex;
    justify-content: space-between;
  }
  #features .features-group .feature-main .tag {
    font-size: 20px;
    line-height: 36px;
    top: -36px;
  }
  #features .features-group .feature-main .img {
    order: 2;
    width: 47.252%;
  }
  #features .features-group .feature-main .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
  }
  #features .features-group .feature-main .col {
    order: 1;
    width: 52.748%;
    padding: 17px 28px;
  }
  #features .features-group .feature-main .col h4 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  #features .features-group .features-col .feature-item {
    max-width: 507px;
    width: 48%;
    margin-bottom: 76px;
  }
  #features .features-group .features-col .feature-item .col h4 {
    max-width: 400px;
    width: 100%;
  }
  #features .btn-common {
    margin-top: -16px;
  }
}

#menu {
  padding: 12.5vw 0;
}

#menu .ttl-common {
  margin-bottom: 12vw;
}

#menu .menu-row .col {
  padding: 4.97512vw 4.97512vw 60px;
  position: relative;
}

#menu .menu-row .col h3 {
  font-size: 7.9602vw;
  line-height: 11vw;
  margin-bottom: 3vw;
}

#menu .menu-row .col h3 small {
  font-size: 3.48258vw;
  line-height: 6vw;
  font-weight: 400;
}

#menu .menu-row .col .txt {
  font-size: 16px;
  line-height: 26px;
}

#menu .menu-row .col .viewmore {
  width: 134px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#menu .menu-row .col .viewmore a {
  display: block;
  background: #2085AC;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px 10px 0;
  position: relative;
  text-align: center;
}

#menu .menu-row .col .viewmore a:after {
  content: '';
  width: 15px;
  background-image: url("../img/shared/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

#menu .foreskin {
  background: #0B516C;
  color: #fff;
}

#menu .scar {
  background: #586A70;
  color: #fff;
}

#menu .btn-common {
  width: 90vw;
  margin: 16vw auto 0;
}

@media screen and (min-width: 768px) {
  #menu {
    padding: 90px 0 100px;
  }
  #menu .ttl-common {
    margin-bottom: 90px;
  }
  #menu .menu-row {
    display: flex;
  }
  #menu .menu-row .col {
    width: 50%;
    padding: 50px 20px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #menu .menu-row .col .inner {
    max-width: 432px;
    width: 100%;
    margin: 0 auto;
  }
  #menu .menu-row .col h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  #menu .menu-row .col h3 small {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  #menu .menu-row .col .viewmore {
    width: 146px;
  }
  #menu .menu-row .col .viewmore a {
    line-height: 24px;
    padding: 10px 20px 10px 0;
  }
  #menu .menu-row .col .viewmore a:after {
    width: 16px;
    right: 16px;
  }
  #menu .menu-row .col .viewmore a:hover {
    opacity: 0.8;
  }
  #menu .menu-row .img {
    width: 50%;
    min-height: 277px;
  }
  #menu .menu-row .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
  }
  #menu .menu-row.img--right .img {
    order: 2;
  }
  #menu .menu-row.img--right .col {
    order: 1;
  }
  #menu .btn-common {
    width: 600px;
    margin: 92px auto 0;
  }
}

@media screen and (min-width: 1024px) {
  #menu .fordyce .col .inner {
    max-width: 463px;
  }
  #menu .fordyce .col h3 br {
    display: none;
  }
}

#doctor {
  background: #F7F8F8;
  padding: 12.5vw 0;
}

#doctor .wrap {
  padding: 0;
}

#doctor .ttl-common {
  margin-bottom: 6.5vw;
}

#doctor .blk {
  position: relative;
}

#doctor .blk .box {
  position: relative;
  z-index: 0;
  padding: 5vw 4.97512vw;
}

#doctor .blk .box:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: -1;
}

#doctor .blk .box h3 {
  font-size: 6.96517vw;
  line-height: 9.45273vw;
}

#doctor .blk .box .txt {
  width: 45.025vw;
  font-size: 4.4776vw;
  line-height: 7.9602vw;
  margin: 4vw 0;
}

#doctor .blk .name {
  font-size: 5.97014vw;
}

#doctor .blk .name small {
  font-size: 3.9801vw;
  line-height: 6.46767vw;
}

#doctor .blk .doctor {
  width: 61vw;
  position: absolute;
  right: -3vw;
  top: 39vw;
}

#doctor .btn-common {
  width: 90vw;
  margin: 9.45273vw auto 0;
}

@media screen and (min-width: 768px) {
  #doctor {
    padding: 90px 0 97px;
  }
  #doctor .wrap {
    padding: 0 30px;
  }
  #doctor .ttl-common {
    margin-bottom: 90px;
  }
  #doctor .blk .box {
    padding: 42px 0 44px;
    margin-bottom: 40px;
  }
  #doctor .blk .box:before {
    left: -50vw;
    right: calc(50% - 300px);
  }
  #doctor .blk .box h3 {
    font-size: 37px;
    line-height: 64px;
    max-width: 563px;
    width: 100%;
  }
  #doctor .blk .box .txt {
    max-width: 486px;
    width: 100%;
    font-size: 22px;
    line-height: 42px;
    margin: 28px 0 0;
  }
  #doctor .blk .name {
    font-size: 24px;
    position: absolute;
    right: 143px;
    bottom: 200px;
    z-index: 2;
  }
  #doctor .blk .name small {
    font-size: 18px;
    line-height: 30px;
  }
  #doctor .blk .doctor {
    width: 480px;
    right: calc(50% - 515px);
    top: auto;
    bottom: -222px;
  }
  #doctor .blk .doctor img {
    width: 100%;
    height: auto;
  }
  #doctor .blk .video {
    width: 440px;
    position: relative;
    z-index: 0;
  }
  #doctor .blk .video video {
    display: block;
  }
  #doctor .blk .video:before {
    content: '';
    background: #E3EDF0;
    position: absolute;
    left: 13px;
    right: -13px;
    top: 13px;
    bottom: -13px;
    z-index: -1;
  }
  #doctor .blk .video img, #doctor .blk .video iframe {
    width: 100%;
    height: auto;
  }

  #doctor .btn-common {
    width: 600px;
    margin: 58px auto 0;
  }
}

@media screen and (min-width: 980px) {
  #doctor .blk .box h3 {
    font-size: 40px;
    line-height: 70px;
    max-width: 620px;
  }
  #doctor .blk .box .txt {
    max-width: 595px;
  }
  #doctor .blk .name {
    right: 86px;
  }
  #doctor .blk .doctor {
    width: 554px;
    right: calc(50% - 550px);
  }
  #doctor .blk .video {
    width: 529px;
  }
}

@media screen and (min-width: 1080px) {
  #doctor .blk .name {
    right: 35px;
  }
}

#clinics {
  padding: 12.5vw 0;
}

#clinics .ttl-common {
  margin-bottom: 12vw;
}

#clinics .clinic-list {
  padding: 0 0vw 0 1.741294vw;
}

#clinics .clinic-list .slick-slide {
  width: 74.178vw;
  padding: 0 5vw;
  position: relative;
}

#clinics .clinic-list .img img {
  width: 100%;
  height: 64.2vw;
  object-fit: cover;
  object-position: 50%;
}

#clinics .clinic-list .title {
  background: #F7F8F8;
  font-size: 5.97014vw;
  line-height: 8vw;
  padding: 4.97512vw;
  position: relative;
  z-index: 1;
}

#clinics .clinic-list .title:before {
  content: '';
  width: 4.97512vw;
  background-image: url("../img/shared/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2vw;
  z-index: -1;
}

#clinics .clinic-list .title:after {
  content: '';
  width: 8.95522vw;
  background: #2085AC;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

#clinics .clinic-list .title small {
  font-size: 3.48258vw;
  line-height: 5vw;
}

#clinics .clinic-list .mark {
  background: #C8AE4E;
  color: #fff;
  text-align: center;
  width: 37vw;
  font-size: 3.9801vw;
  line-height: 9.95024vw;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  right: 7vw;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #clinics {
    padding: 90px 0;
  }
  #clinics .ttl-common {
    margin-bottom: 74px;
  }
  #clinics .clinic-list {
    padding: 0 0 0 50px;
  }
  #clinics .clinic-list .slick-slide {
    width: 350px;
    padding: 0 30px;
  }
  #clinics .clinic-list .img img {
    height: 290px;
  }
  #clinics .clinic-list .title {
    font-size: 32px;
    line-height: 48px;
    padding: 22px;
  }
  #clinics .clinic-list .title:before {
    width: 22px;
    right: 9px;
  }
  #clinics .clinic-list .title:after {
    width: 40px;
  }
  #clinics .clinic-list .title small {
    font-size: 14px;
    line-height: 26px;
  }
  #clinics .clinic-list .mark {
    width: 152px;
    font-size: 16px;
    line-height: 40px;
    right: 38px;
  }
  #clinics .clinic-list a:hover {
    opacity: 0.8;
  }
}

#column {
  background: #F7F8F8;
  padding: 12.5vw 0;
}

#column .ttl-common {
  margin-bottom: 8vw;
}

#column .tags {
  flex-wrap: wrap;
  padding: 0 4.97512vw 4.97512vw;
}

#column .tags li {
  background: #E3EDF0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  padding: 5px 16px;
  margin: 0 14px 14px 0;
  transition: 0.3s all ease-in-out;
}

#column .tags li.active,
#column .tags li:hover {
  background: #2085AC;
  color: #fff;
}

#column .column-list {
  padding-left: 0.99503vw;
}

#column .column-list .slick-slide {
  width: 87.566vw;
  padding: 0 3.9801vw;
}

#column .column-list .item {
  background: #fff;
}

#column .column-list .item .img img {
  width: 100%;
  height: 44.78vw;
  object-fit: cover;
  object-position: 50%;
}

#column .column-list .item .row {
  padding: 3.48258vw;
  font-weight: 600;
}

#column .column-list .item .row .date {
  font-size: 3.9801vw;
  line-height: 6.46767vw;
}

#column .column-list .item .row .ttl {
  font-size: 4.97512vw;
  line-height: 6.96517vw;
}

#column .column-list .item .row .tag {
  display: table;
  background: #E3EDF0;
  font-size: 3.48258vw;
  line-height: 6.2189vw;
  border-radius: 4px;
  padding: 1.245vw 3.9801vw;
  margin-top: 2vw;
}

@media screen and (min-width: 768px) {
  #column {
    padding: 90px 0;
  }
  #column .ttl-common {
    margin-bottom: 32px;
  }
  #column .tags {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 43px;
    justify-content: center;
  }
  #column .tags li {
    margin: 0 12px 24px;
    cursor: pointer;
  }
  #column .column-list {
    padding-left: 50px;
  }
  #column .column-list .slick-slide {
    width: 508px;
    padding: 0 30px;
  }
  #column .column-list .item .img img {
    height: 252px;
  }
  #column .column-list .item .row {
    padding: 18px 20px;
  }
  #column .column-list .item .row .date {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #column .column-list .item .row .ttl {
    font-size: 22px;
    line-height: 32px;
  }
  #column .column-list .item .row .tag {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 16px;
    margin-top: 10px;
  }
  #column .column-list .item a:hover {
    opacity: 0.8;
  }
}
