.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0!important;
}
#mainimage {
  position: relative;
  padding: 0 1.76% 0 0;
}
#mainimage p {
  margin-bottom: 0;
}
#mainimage .right {
  margin: 0 0 0 auto;
  width: 63.5%;
  position: relative;
}
#mainimage .right .key-slide {
  overflow: hidden;
  border-radius: 3.66vw;
}
#mainimage .right .note {
  position: absolute;
  z-index: 2;
  width: 7.4%;
  right: 1.76%;
  top: -1.4%;
}
#mainimage .left {
  position: absolute;
  z-index: 2;
  left: 3.5%;
  width: 39.5%;
  top: 1.2%;
}
#mainimage .left .group-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.58vw 0;
  margin: 2.78% 0 2.2%;
}
#mainimage .left .group-btn .key-btn a {
  display: block;
  line-height: 0;
}
#mainimage .left .group-btn .btn1 {
  width: 48.37%;
}
#mainimage .left .group-btn .btn2 {
  width: 32.4%;
}
#mainimage .left .group-btn .btn3 {
  position: relative;
}
#mainimage .left .group-btn .btn3 a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
#mainimage .left .group-btn .btn3 a:last-of-type {
  left: auto;
  right: 0;
}

.btn-link {
  display: block;
  margin-right: 0;
}

#news {
  margin: 96px 0 0;
  background: url("../img/news_line.svg") no-repeat center bottom 10px/100% auto;
}
@media screen and (max-width: 1366px) {
  #news {
    background-size: auto;
  }
}
#news .title-common {
  margin: 0 0 64px;
}
#news .flex {
  display: flex;
  justify-content: space-between;
}
#news .flex .col {
  width: 565px;
  max-width: 49%;
  padding: 16px 12px;
  position: relative;
}
#news .flex .col:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  background: #75BD60;
  z-index: 1;
}
#news .flex .col h3 {
  font-size: 28px;
  line-height: 1;
  margin: 0 100px 16px 24px;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
#news .flex .col .btn-more {
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 2;
}
#news .flex .col .btn-more a {
  background: #fff;
  color: #75BD60;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 50px;
  padding: 8px 8px 8px 12px;
  line-height: 1;
  font-size: 15px;
}
#news .flex .col .btn-more a:after {
  content: "";
  background: url("../img/news_arrow.svg") no-repeat center/100% auto;
  width: 16px;
  height: 16px;
}
#news .flex .col .list {
  background: #fff;
  border-radius: 15px;
  padding: 24px;
  position: relative;
  z-index: 2;
}
#news .flex .col .list dl {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  gap: 16px;
  letter-spacing: 0;
}
#news .flex .col .list dl + dl {
  margin-top: 32px;
}
#news .flex .col .list dl dt {
  color: #75BD60;
  display: flex;
  align-items: center;
  min-width: 130px;
}
#news .flex .col .list dl dt span {
  display: inline-block;
  margin-left: 7px;
  color: #fff;
  background: #75BD60;
  padding: 3px 5px;
  border-radius: 10px;
  font-size: 10px;
}
#news .flex .col .list dl dd {
  padding: 0 24px 0 0;
  background: url("../img/news_arrow3.svg") no-repeat center right;
  width: calc(100% - 146px);
}
#news .flex .col .list dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
}
@media (hover: hover) {
  #news .flex .col .list dl dd a:hover {
    text-decoration: underline;
    text-underline-offset: 0px;
  }
}
#news .flex .col + .col:after {
  background: #EFB259;
}
#news .flex .col + .col .btn-more a {
  color: #EFB259;
}
#news .flex .col + .col .btn-more a:after {
  background-image: url("../img/news_arrow2.svg");
}
#news .flex .col + .col .list dt {
  color: #EFB259;
}
#news .flex .col + .col .list dt span {
  background: #EFB259;
}
#news .flex .col + .col .list dd {
  background-image: url("../img/news_arrow4.svg");
}

@media screen and (max-width: 924px) {
  #news .flex {
    display: block;
  }
  #news .flex .col {
    width: 100%;
    max-width: 100%;
  }
  #news .flex .col + .col {
    margin-top: 32px;
  }
}

.container {
  max-width: 1240px;
}

#examination {
  margin: 96px 0 0;
  position: relative;
  padding: 0 0 48px;
}
#examination::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 32px;
  width: calc(50% + 635px);
  max-width: calc(100% - 10px);
  background: linear-gradient(180deg, #E7F6D5 0%, #DBF3E2 96.17%);
  border-radius: 100px 0px 0px 100px;
}
#examination:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: -28px;
  width: calc(50% - 183px);
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  background: url("../img/medical_img.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  #examination:after {
    width: 75%;
  }
}
#examination .container {
  position: relative;
  z-index: 2;
}
#examination .title-common {
  display: inline-flex;
  padding: 12px 16px;
  background: #fff;
  border-radius: 15px;
  margin: 0 0 57px;
}
#examination h3 {
  margin: 0 0 20px 16px;
  line-height: 1;
  font-size: 28px;
  color: #75BD60;
}
#examination h3 small {
  font-size: inherit;
}
#examination h3 span {
  display: inline-block;
  background: #75BD60;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 0 4px;
}
#examination h3 span:first-child {
  margin-left: 0;
}
#examination .txt {
  margin: 0 0 24px 16px;
  font-size: 17px;
}
#examination .flex {
  display: flex;
  justify-content: space-between;
}
#examination .flex .col {
  width: 565px;
  max-width: 49%;
  background: #fff;
  padding: 25px 0;
  border-radius: 15px;
}
#examination .flex .col h4 {
  margin: 0 16px 24px 16px;
  padding: 0 0 0 34px;
  position: relative;
  line-height: 1;
  font-size: 28px;
  color: #75BD60;
  background: url("../img/medical_deco.svg") no-repeat left top 7px/18px auto;
}
#examination .flex .col .txt2 {
  line-height: 1.6;
  margin: 0 48px;
}

@media screen and (max-width: 850px) {
  #examination .flex .col h4 {
    font-size: 24px;
  }
}

@media (hover: hover) {
  #mainimage .left .group-btn .btn3:hover img {
    opacity: 0.8;
  }
  #news .flex .col .btn-more a:hover {
    opacity: 0.8;
  }
  #news .flex .col .list dl dd a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #mainimage {
    padding: 0;
  }
  #mainimage .right {
    width: auto;
    margin: 0 10px;
  }
  #mainimage .right .key-slide {
    border-radius: 50px;
  }
  #mainimage .right .note {
    width: 56px;
    top: -7px;
    right: 10px;
  }
  #mainimage .left {
    position: relative;
    z-index: 2;
    margin: -39px 20px 0;
    left: 0;
    width: auto;
  }
  #mainimage .left .group-btn {
    margin: 24px 0;
    gap: 8px 0;
  }
  .title-common {
    font-size: 32px;
    flex-wrap: wrap;
    gap: 20px 32px;
  }
  .title-common small {
    padding-top: 0;
  }
  #news {
    margin: 64px 0 0;
    background: transparent;
    position: relative;
  }
  
  #news .title-common {
    margin: 0 0 40px;
  }
  #news .title-common small {
    font-size: 15px;
  }
  #news .container {
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }
  #news .flex {
    display: block;
  }
  #news .flex .col {
    width: 100%;
    max-width: 100%;
    padding: 17px 10px 10px;
    position: relative;
  }
  #news .flex .col::before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    height: 98px;
    background: url('../img/news_deco_sp.svg') no-repeat center/ 100% auto;
    bottom: 10px;
  }
  #news .flex .col + .col::before {
    background: url('../img/news_deco2_sp.svg') no-repeat center/ 100% auto;
  }
  #news .flex .col + .col {
    margin-top: 32px;
  }
  #news .flex .col + .col .list dl {
    background-image: url("../img/news_arrow4.svg");
  }
  #news .flex .col + .col .list dl dd {
    background: transparent;
  }
  #news .flex .col h3 {
    font-size: 22px;
    margin: 0 0 13px 16px;
  }
  #news .flex .col .btn-more {
    top: 12px;
    right: 10px;
  }
  #news .flex .col .btn-more a {
    padding: 8px;
  }
  #news .flex .col .list {
    padding: 16px;
  }
  #news .flex .col .list dl {
    display: block;
    background: url("../img/news_arrow3.svg") no-repeat top 3px right;
  }
  #news .flex .col .list dl dd {
    width: 100%;
    margin: 8px 0 0;
    background: transparent;
    max-width: 100%;
  }
  #news .flex .col .list dl dt {
    width: 100%;
  }
  #news .flex .col .list dl + dl {
    margin-top: 12px;
  }
  #examination {
    margin: 64px 0 0;
    padding: 0 0 48px;
  }
  #examination::before {
    width: calc(100% - 10px);
    top: 28px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  #examination:after {
    width: calc(100% - 60px);
    height: 520px;
    top: 227px;
    background-image: url("../img/medical_img_sp.jpg");
  }
  #examination .title-common {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 12px 12px 12px 10px;
    margin: 0 0 36px;
  }
  #examination .title-common small {
    font-size: 15px;
  }
  #examination h3 {
    margin: 0 0 24px;
  }
  #examination h3 small {
    display: block;
    margin: 12px 0 0 8px;
  }
  #examination .txt {
    margin: 0 0 29px;
  }
  #examination .flex {
    display: block;
  }
  #examination .flex .col {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 10px;
  }
  #examination .flex .col + .col {
    margin-top: 24px;
  }
  #examination .flex .col h4 {
    margin: 0 14px 16px 16px;
    font-size: 24px;
  }
  #examination .flex .col .txt2 {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1366px) {
  #news {
    background-size: auto;
  }
}
@media screen and (max-width: 1000px) {
  #news .flex .col h3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  #news .flex .col h3 {
    margin-left: 5px;
  }
}
#access {
  margin: 103px 0 0;
}
#access .container {
  width: calc(100% - 40px);
  max-width: 1270px;
  padding: 64px 45px 39px;
  background: linear-gradient(217deg, #FFFFFF 0%, #FFFFFF 26.45%, #E5FAD6 123.91%);
  border-radius: 100px;
}
@media screen and (max-width: 1000px) {
  #access .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#access .title-common {
  margin: 0 0 49px;
}
#access .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#access .left {
  width: 590px;
  max-width: 52%;
}
#access .left .note {
  margin: 0 0 0 19px;
  font-size: 15px;
  line-height: 2;
}
#access .left .time-tb {
  margin: 4px 0 17px;
}
#access .left .time-tb tbody tr th span, #access .left .time-tb tbody tr td span {
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #access .left .time-tb thead tr th {
    font-size: 15px;
  }
  #access .left .time-tb thead tr th:first-child {
    width: 115px;
  }
  #access .left .time-tb thead tr th:last-child {
    width: 60px;
  }
  #access .left .time-tb tbody tr td span {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    height: 60px;
  }
  #access .left .time-tb tbody tr th span {
    font-size: 16px;
  }
}
#access .left h4 {
  margin: 38px 0 24px 16px;
  font-size: 24px;
  line-height: 1;
  overflow: hidden;
}
#access .left h4 span {
  display: inline-block;
  color: #75BD60;
  padding: 0 24px 0 34px;
  background: url("../img/deco.svg") no-repeat center left;
  position: relative;
}
#access .left h4 span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #75BD60;
  left: 100%;
  width: 1000px;
}
#access .left dl {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 0 0 0 5px;
}
#access .left dl dd {
  width: calc(100% - 64px);
  line-height: 1.6;
}
#access .left dl + dl {
  margin-top: 12px;
}
#access .right {
  width: 540px;
  max-width: 46%;
  margin: 15px 0 0;
}
#access .right #ggmap {
  overflow: hidden;
  border-radius: 15px;
  height: 527px;
}
#access .right #ggmap iframe {
  width: 100%;
  height: 100%;
}
#access .right .btn-link2 {
  text-align: right;
  margin: 32px 0 0;
  line-height: 1;
  font-size: 15px;
  color: #75BD60;
}
#access .right .btn-link2 a {
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}
#access .right .btn-link2 a:after {
  content: "";
  background: url("../img/arrow.svg") no-repeat center/100% auto;
  width: 16px;
  height: 16px;
}
@media (hover: hover) {
  #access .right .btn-link2 a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  #access {
    margin: 32px 0 0;
  }
  #access .container {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 48px 10px;
    background: linear-gradient(245deg, #FFFFFF 0%, #FFFFFF 26.45%, #E5FAD6 123.91%);
    border-radius: 50px;
  }
  #access .title-common {
    margin: 0 0 40px;
  }
  #access .flex {
    display: block;
  }
  #access .left {
    width: 100%;
    max-width: 100%;
  }
  #access .left .note {
    line-height: 1.6;
    margin: 0;
  }
  #access .left .time-tb {
    margin: 16px 0;
  }
  #access .left h4 {
    margin: 24px 0;
    padding: 24px 12px 0;
    border-top: 1px solid #75BD60;
  }
  #access .left h4 span {
    padding-right: 0;
  }
  #access .left h4 span:after {
    display: none;
  }
  #access .left dl dd {
    line-height: 1.4;
  }
  #access .right {
    margin: 24px 0 0;
    width: 100%;
    max-width: 100%;
  }
  #access .right #ggmap {
    height: 342px;
    border-radius: 15px;
  }
  #access .right .btn-link2 {
    margin: 12.5px 0 0;
  }
  #access .left .time-tb tbody tr td span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    height: 60px;
  }
}

#feature {
  margin: 96px 0 0;
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}
#feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(167.63deg, #FCF6E1 0%, #FCF6E1 59.71%, #E5FAD6 110.09%);
  opacity: 0.64;
}
#feature:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/feature_bg.png") no-repeat center/ 100% 100%;
}
#feature .container {
  position: relative;
  z-index: 2;
  max-width: 1310px;
}
#feature .title-common {
  max-width: 100%;
  width: 1180px;
  margin: 0 auto 118px;
}
#feature .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 45px;
}
@media screen and (max-width: 1000px) {
  #feature .item {
    padding: 0 20px;
  }
}
#feature .item .img {
  width: 550px;
  max-width: 48%;
  position: relative;
  z-index: 3;
  margin: 0;
  overflow: hidden;
  border-radius: 50px;
}
#feature .item .group-content {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 0 0 32px;
}
@media screen and (min-width: 768px) {
  #feature .item .group-content::before {
    content: "";
    position: absolute;
    right: -45px;
    width: calc(100vw - 50px);
    max-width: 1270px;
    background: #fff;
    bottom: 0;
    top: 48px;
    border-radius: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #feature .item .group-content::before {
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  #feature .item .group-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 28px;
    right: -53px;
    width: calc(100vw - 32px);
    max-width: 1286px;
    background: url("../img/feature_deco.png") no-repeat center left/16px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #feature .item .group-content:after {
    right: -28px;
  }
}
#feature .item .group-content dl {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 24px;
  align-items: center;
}
#feature .item .group-content dl dt {
  min-width: 96px;
  width: 96px;
  height: 96px;
  color: #fff;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  border-radius: 25px;
  background: linear-gradient(136.31deg, #EFB259 0%, #E0E294 51.35%, #BAEDA2 102.4%);
  padding: 12px 0;
  text-align: center;
}
#feature .item .group-content dl dd {
  font-size: 28px;
  line-height: 48px;
  color: #2B2B2B;
}
@media screen and (max-width: 850px) {
  #feature .item .group-content dl {
    gap: 8px;
  }
  #feature .item .group-content dl dd {
    font-size: 24px;
    line-height: 1.6;
  }
}
#feature .item .group-content .txt {
  position: relative;
  z-index: 2;
  margin: 32px 0 0;
}
#feature .item .group-content .group-btn {
  margin: 40px 0 0;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
}
#feature .item .group-content .group-btn .btn-link {
  margin: 0;
}
#feature .item + .item {
  margin-top: 64px;
}
#feature .item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
#feature .item:nth-of-type(odd) .group-content::before {
  right: auto;
  left: -45px;
}
#feature .item:nth-of-type(odd) .group-content:after {
  right: auto;
  left: -53px;
  background-position: center right;
}
@media screen and (max-width: 1000px) {
  #feature .item:nth-of-type(odd) .group-content::before {
    left: -20px;
  }
  #feature .item:nth-of-type(odd) .group-content:after {
    left: -28px;
  }
}
@media screen and (max-width: 767px) {
  #feature {
    margin: 32px 0 0;
    padding: 48px 0;
  }
  #feature:after {
    background: url("../img/feature_bg_sp.png") no-repeat top center/100% auto;
  }
  #feature .container {
    padding: 0 10px;
  }
  #feature .title-common {
    margin: 0 0 40px 10px;
    max-width: auto;
    width: auto;
  }
  #feature .title-common small {
    font-size: 15px;
  }
  #feature .item {
    padding: 0;
    display: block;
    background: #fff;
    border-radius: 50px;
  }
  #feature .item + .item {
    margin-top: 32px;
  }
  #feature .item .img {
    border-radius: 50px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
  }
  #feature .item .group-content {
    width: auto;
    max-width: auto;
    padding: 0 10px 24px;
  }
  #feature .item .group-content dl {
    gap: 16px;
    margin: 0 0 22px;
    position: relative;
  }
  #feature .item .group-content dl::before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -6px;
    background: url("../img/feature_deco.png") no-repeat center/100% auto;
    width: 12px;
    height: 36px;
  }
  #feature .item .group-content dl dt {
    width: 64px;
    height: 64px;
    min-width: 64px;
    font-size: 48px;
    padding: 8px 0;
    border-radius: 25px;
    position: relative;
    z-index: 2;
  }
  #feature .item .group-content dl dd {
    width: calc(100% - 80px);
    position: relative;
    z-index: 2;
  }
  #feature .item .group-content .txt {
    margin: 0 10px;
  }
  #feature .item .group-content .group-btn {
    margin: 24px 0 0;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
}

#medical {
  position: relative;
  padding: 96px 0;
}
#medical::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(81.55deg, #FCF6E1 18.05%, #FCF6E1 70.22%, #E5FAD6 114.22%);
  opacity: 0.64;
}
#medical::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/medical2_line.png") no-repeat center/cover;
}
#medical .img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  overflow: hidden;
  bottom: 48px;
  left: calc(50% - 96px);
  border-bottom-left-radius: 100px;
}
@media screen and (min-width: 768px) {
  #medical .img img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
#medical .container {
  position: relative;
  z-index: 2;
  max-width: 1186px;
}
#medical .title-common {
  margin: 0 0 96px;
}
#medical .tabs-switch .tab-link {
  display: flex;
}
#medical .tabs-switch .tab-link li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  height: 64px;
  line-height: 1.2;
  text-align: center;
  background: #FAC982;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
  padding: 0 5px;
}
#medical .tabs-switch .tab-link li.active {
  background: #EFB259;
}
@media (hover: hover) {
  #medical .tabs-switch .tab-link li:hover {
    opacity: 0.8;
  }
}
#medical .tabs-switch .tab-content {
  padding: 16px;
  background: #EFB259;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
#medical .tabs-switch .tab-content .inner {
  background: #fff;
  border-radius: 25px;
  padding: 40px 39px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 23px;
}
#medical .tabs-switch .tab-content .inner .link {
  width: calc((100% - 46px) / 3);
  margin: 0;
}
#medical .tabs-switch .tab-content .inner .link a {
  display: flex;
  /* align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  height: 64px;
  background: #EFB259;
  border-radius: 20px;
  padding: 0 5px; */
  overflow: hidden;
}
@media (hover: hover) {
  /* #medical .tabs-switch .tab-content .inner .link a:hover {
    opacity: 0.8;
  } */
}
@media screen and (max-width: 1000px) {
  #medical .tabs-switch .tab-content .inner {
    padding: 25px;
    gap: 20px;
  }
  #medical .tabs-switch .tab-content .inner .link {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #medical {
    padding: 48px 0;
  }
  #medical::after {
    background: url("../img/medical_line_sp.png") no-repeat top center/100% 100%;
  }
  #medical .img {
    width: calc(50% + 95px);
  }
  #medical .title-common {
    margin: 0 0 40px;
  }
  #medical .title-common small {
    font-size: 15px;
  }
  #medical .tabs-switch .tab-link {
    flex-wrap: wrap;
  }
  #medical .tabs-switch .tab-link li {
    width: 33.3333333333%;
    line-height: 1.2;
    border-radius: 0;
  }
  #medical .tabs-switch .tab-link li:nth-child(1) {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #medical .tabs-switch .tab-link li:nth-child(2) {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #medical .tabs-switch .tab-link li:nth-child(3) {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #medical .tabs-switch .tab-content {
    padding: 16px 10px 10px;
  }
  #medical .tabs-switch .tab-content .inner {
    gap: 24px;
    padding: 30px 20px;
  }
  #medical .tabs-switch .tab-content .inner .link {
    width: 100%;
  }
  #medical .tabs-switch .tab-content .inner .link a {
    background: #EFB259;
    border-radius: 20px;
    position: relative;
    height: 64px;
  }
  #medical .tabs-switch .tab-content .inner .link a img {
    width: auto;
    height: 64px;
    max-width: max-content;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    /* line-height: 1.2; */
  }
}

.loopslider {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.loopslider ul {
  animation: flowing 120s linear infinite;
  transform: translateX(100%);
  display: flex;
}
.loopslider.ltr {
  flex-direction: row-reverse;
}
.loopslider.ltr ul {
  flex-direction: row-reverse;
  animation: flowing-ltr 120s linear infinite;
  transform: translateX(100%);
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#greeting {
  margin: 96px 0 0;
}
#greeting .container {
  max-width: 1310px;
  position: relative;
}
#greeting .container::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 20px;
  background: #fff;
  border-radius: 150px;
}
#greeting .flex {
  width: 1148px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 166px;
}
#greeting .group-content {
  width: 50%;
}
#greeting .group-content .title-common {
  margin: 0 0 64px;
}
#greeting .group-content .txt {
  margin: 0;
}
#greeting .group-content .group-btn {
  display: flex;
  gap: 18px;
  margin: 40px 0 0;
  flex-wrap: wrap;
}
#greeting .group-content .group-btn .btn-link {
  margin: 0;
}
#greeting .group-img {
  width: 524px;
  max-width: 46%;
  display: flex;
  gap: 24px;
}
#greeting .group-img .img {
  overflow: hidden;
  border-radius: 15px;
  margin: 0;
}
#greeting .group-img .title {
  margin: -4px 0 0 16px;
  position: relative;
  z-index: 2;
  padding: 20px 0 0;
  background: url("../img/greeting_deco.jpg") no-repeat top left/auto 8px;
  line-height: 1;
  color: #75BD60;
}
#greeting .group-img .title.title2 {
  background-image: url("../img/greeting_deco2.jpg");
  color: #EFB259;
}
@media screen and (max-width: 1000px) {
  #greeting .group-img .title {
    margin-left: 5px;
  }
}
#greeting .loopslider {
  position: relative;
  z-index: 2;
  margin: -100px 0 0;
}
#greeting .loopslider ul li {
  margin: 0 23px 0 0;
  width: 300px;
  overflow: hidden;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  #greeting {
    margin: 64px 0 0;
  }
  #greeting .container::before {
    left: 10px;
    right: 10px;
    top: 16px;
    bottom: 0;
    border-radius: 50px;
  }
  #greeting .flex {
    display: block;
    padding: 0 0 150px;
    max-width: 100%;
  }
  #greeting .flex .group-content {
    width: 100%;
  }
  #greeting .flex .group-content .title-common {
    margin: 0 0 38px;
  }
  #greeting .flex .group-content .title-common small {
    font-size: 15px;
  }
  #greeting .flex .group-content .group-btn {
    margin: 24px 0 0;
    gap: 10px;
  }
  #greeting .flex .group-content .group-btn .btn-link a {
    padding: 15px 30px 15px 15px;
  }
  #greeting .flex .group-img {
    margin: 40px 0 0;
    gap: 20px;
    max-width: 100%;
    width: 100%;
  }
  #greeting .flex .group-img .img {
    border-radius: 15px;
  }
  #greeting .flex .group-img .title {
    margin-left: 10px;
  }
  #greeting .loopslider {
    margin: -102px 0 0;
  }
  #greeting .loopslider ul li {
    margin-right: 16px;
  }
}