.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}

.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
body {
  font-family: "Shippori Mincho", serif;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.015em;
}

.home .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

#mainimage {
  position: relative;
}
#mainimage p {
  margin-bottom: 0;
}
#mainimage .group-img {
  position: relative;
}
#mainimage .group-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background: #000;
  z-index: 2;
}
#mainimage .group-img .img1 {
  position: absolute;
  width: calc(50% + 124px);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#mainimage .group-img .img1 img {
  -o-object-position: center right;
     object-position: center right;
}
#mainimage .group-img .img2 {
  height: 800px;
  margin: 0 0 0 auto;
  width: calc(50% + 158px);
}
#mainimage .group-ttl {
  position: absolute;
  z-index: 3;
  top: calc(50% + 80px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: calc(100% - 60px);
  width: 1175px;
  color: #fff;
  background: url("../img/key_bg_ttl.svg") no-repeat center/cover;
  padding: 76px 0 42px;
  box-sizing: border-box;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
#mainimage .group-ttl .ttl {
  width: calc(50% + 32.5px);
  text-align: right;
  line-height: 70px;
  font-size: 46px;
  letter-spacing: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 2;
}
#mainimage .group-ttl .ttl2 {
  margin: 64px 0 0 auto;
  width: calc(50% - 26.5px);
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-width: -moz-max-content;
  min-width: max-content;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  position: relative;
  z-index: 2;
}
#mainimage .group-ttl .line {
  width: 489px;
  height: 277px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/key_line.svg") no-repeat center;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #mainimage .group-ttl {
    padding-top: 46px;
  }
  #mainimage .group-ttl .ttl2 {
    margin-top: 94px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #mainimage .group-ttl {
    background-size: 150% auto;
  }
}
@media screen and (max-width: 767px) {
  #mainimage .time {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    z-index: 4;
    top: 250px;
    left: 20px;
    color: #fff;
  }
  #mainimage .time .tit {
    width: 40px;
  }
  #mainimage .time .text {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
  #mainimage .group-ttl {
    top: 270px;
    max-width: calc(100% - 20px);
    background-image: url("../img/key_bg_ttl_sp.svg");
    padding: 56px 23.5px 51px;
    font-weight: 600;
    transform: none;
  }
  #mainimage .group-ttl .ttl {
    text-align: center;
    width: 100%;
    padding: 0;
    font-size: 30px;
    line-height: 1.6;
    min-width: 100%;
  }
  #mainimage .group-ttl .line {
    position: static;
    margin: 16px auto;
    height: 42px;
    width: 100%;
    max-width: 324px;
    background: url("../img/key_line_sp.svg") no-repeat center/cover;
  }
  #mainimage .group-ttl .ttl2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
    line-height: 2;
    max-width: 324px;
  }
}

.bnr-corona {
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .bnr-corona {
    width: 683px;
  }
}
@media screen and (max-width: 767px) {
  .bnr-corona {
    padding: 50px 0;
    margin: 0 20px;
  }
}

.title-common {
  text-align: center;
  font-size: 120px;
  line-height: 1;
  color: #85A394;
  font-family: "Shippori Mincho", serif;
}
.title-common span {
  letter-spacing: 0;
  opacity: 0.3;
  display: block;
  font-family: "Baskervville", serif;
  font-weight: 400;
}
.title-common small {
  letter-spacing: 0.01em;
  display: block;
  font-weight: 400;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .title-common {
    font-size: 64px;
  }
  .title-common small {
    margin: 12px 0 0;
    font-size: 20px;
    line-height: 1.6;
  }
}

#content p {
  margin-bottom: 0;
}
#content .container {
  position: relative;
  z-index: 2;
}
#content .container:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #content .container {
    padding: 0 20px;
  }
}

#feature {
  background: url("../img/feature_bg.jpg") no-repeat center/cover;
  position: relative;
  padding: 210px 0 111px;
}
#feature .deco {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 375px);
}
#feature .title-common {
  color: #fff;
}
#feature .title-common span {
  opacity: 0.5;
}
#feature .container {
  max-width: 1200px;
}
#feature .list {
  margin: 75px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
}
#feature .list .item {
  max-width: calc(50% - 20px);
  width: 540px;
  position: relative;
  background: #fff;
}
#feature .list .item .stt {
  position: absolute;
  color: #F0F7F4;
  top: -20px;
  left: -21px;
  padding: 35px 0 0 31px;
}
#feature .list .item .stt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/feature_deco3.svg") no-repeat top left/100% auto;
  width: 194px;
  height: 182px;
}
#feature .list .item .stt span {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 70px;
  font-size: 90px;
}
#feature .list .item .stt span small {
  line-height: 1;
  display: block;
  font-size: 16px;
  letter-spacing: -0.03em;
}
#feature .list .item .group-content {
  padding: 30px 40px 25px;
}
#feature .list .item .group-content .title {
  font-size: 24px;
  line-height: 1.5;
  padding: 0 0 20px;
  border-bottom: 1px solid;
}
#feature .list .item .group-content .txt {
  margin: 20px 0 0;
  min-height: 113px;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px) {
  #feature::before {
    content: "";
    position: absolute;
    top: 675px;
    left: 0;
    right: calc(50% - 102px);
    height: 1500px;
    mix-blend-mode: multiply;
    background: url("../img/feature_deco2.svg") no-repeat top right/100% auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #feature::before {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #feature:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% + 560px);
    max-width: calc(100% - 160px);
    top: 0;
    background: url("../img/feature_deco3.png") no-repeat bottom left/100% auto;
  }
}
@media screen and (max-width: 767px) {
  #feature {
    background-image: url("../img/feature_bg_sp.jpg");
    padding: 100px 0 50px;
  }
  #feature .deco {
    width: 301px;
  }
  #feature .list {
    margin: 50px 0 0;
    gap: 40px;
  }
  #feature .list .item {
    max-width: 100%;
    width: 100%;
  }
  #feature .list .item .stt {
    left: -10px;
    top: -10px;
    padding: 20px 0 0 20px;
  }
  #feature .list .item .stt::before {
    width: 160px;
    height: 160px;
    background-image: url("../img/feature_deco3_sp.svg");
  }
  #feature .list .item .stt span {
    font-size: 64px;
    line-height: 1;
  }
  #feature .list .item .stt span small {
    font-size: 14px;
  }
  #feature .list .item .group-content {
    padding: 30px 20px;
  }
  #feature .list .item .group-content .title {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 0 16px;
  }
  #feature .list .item .group-content .txt {
    line-height: 1.6;
    margin: 16px 0 0;
    min-height: auto;
  }
}

#menu {
  background: url("../img/menu_bg.jpg") no-repeat center/cover;
  padding: 120px 0 129px;
}
#menu .container {
  max-width: 1200px;
}
#menu .title-common {
  margin: 0 0 45px;
}
#menu .set {
  color: #85A394;
}
#menu .set + .set {
  margin-top: 70px;
}
#menu .set .title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 8px 0;
  line-height: 1.5;
  border: 1px solid;
  background: #fff;
}
#menu .set .list {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 33px 33px;
}
#menu .set .list .item {
  width: 260px;
  max-width: calc((100% - 99px) / 4);
}
#menu .set .list .item a {
  display: block;
  text-decoration: none;
  color: inherit;
  background: url("../img/menu_deco1.svg") no-repeat bottom center/100% auto, rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 16px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 260px;
}
#menu .set .list .item a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
}
#menu .set .list .item a .icon img {
  width: auto;
  max-height: 100%;
}
#menu .set .list .item a .tit {
  margin: 27px 0 0;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 0;
}
#menu .set .list .item a:after {
  content: "";
  margin: 38px 0 0;
  width: 100%;
  display: block;
  height: 8px;
  background: url("../img/arrow_green.svg") no-repeat center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #menu .set .list .item a {
    height: calc((100vw - 159px) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #menu .set .list .item {
    max-width: calc((100% - 66px) / 3);
    width: calc((100% - 66px) / 3);
  }
  #menu .set .list .item a {
    padding-top: 0;
    height: calc((100vw - 126px) / 3);
  }
  #menu .set .list .item a:after {
    margin-top: 20px;
  }
}
#menu .set.set2 {
  color: #6C72C7;
}
#menu .set.set2 .list .item a {
  background: url("../img/menu_deco2.svg") no-repeat bottom center/100% auto, rgba(255, 255, 255, 0.95);
}
#menu .set.set2 .list .item a:after {
  background-image: url("../img/arrow_purple.svg");
}
@media screen and (max-width: 767px) {
  #menu {
    background-image: url("../img/menu_bg_sp.jpg");
    padding: 50px 0;
  }
  #menu .title-common {
    margin: 0 0 50px;
  }
  #menu .set + .set {
    margin-top: 50px;
  }
  #menu .set .list {
    gap: 20px;
  }
  #menu .set .list .item {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  #menu .set .list .item a {
    padding: 36px 0 0;
    height: 157px;
    position: relative;
    display: block;
  }
  #menu .set .list .item a .icon {
    height: 42px;
  }
  #menu .set .list .item a .icon.icon1 img {
    height: 38.5px;
  }
  #menu .set .list .item a .icon.icon2 img {
    height: 28.5px;
  }
  #menu .set .list .item a .icon.icon3 img {
    height: 40.5px;
  }
  #menu .set .list .item a .icon.icon4 img {
    height: 22px;
  }
  #menu .set .list .item a .icon.icon5 img {
    height: 39.5px;
  }
  #menu .set .list .item a .icon.icon6 img {
    height: 36px;
  }
  #menu .set .list .item a .icon.icon7 img {
    height: 39px;
  }
  #menu .set .list .item a .icon.icon8 img {
    height: 40.5px;
  }
  #menu .set .list .item a .icon.icon9 img {
    height: 37px;
  }
  #menu .set .list .item a .icon.icon10 img {
    height: 33px;
  }
  #menu .set .list .item a .icon.icon11 img {
    height: 30px;
  }
  #menu .set .list .item a .icon.icon12 img {
    height: 21.5px;
  }
  #menu .set .list .item a .icon.icon13 img {
    height: 38.5px;
  }
  #menu .set .list .item a .icon.icon14 img {
    height: 41px;
  }
  #menu .set .list .item a .icon.icon15 img {
    height: 40px;
  }
  #menu .set .list .item a .tit {
    font-size: 16px;
    line-height: 1.2;
    height: auto;
    display: block;
    margin: 19px 0 0;
  }
  #menu .set .list .item a .tit.tit1 {
    margin-top: 6px;
  }
  #menu .set .list .item a:after {
    margin: 0;
    background-size: 28px auto;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
  }
}

.btn-link {
  width: 340px;
  max-width: 100%;
}
.btn-link a {
  display: block;
  text-align: center;
  color: #85A394;
  border: 1px solid;
  text-decoration: none;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 16px 0;
  position: relative;
  background: #fff;
}
.btn-link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  background: url("../img/arrow_green.svg") no-repeat center/100% auto;
  width: 30px;
}
@media (hover: hover) {
  .btn-link a:hover {
    opacity: 0.8;
  }
}

#greeting {
  padding: 90px 0 0;
}
#greeting .title-common {
  margin: 0 0 20px;
}
#greeting .group {
  position: relative;
}
#greeting .group .group-content {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #greeting .group .group-content {
    width: 1140px;
    max-width: calc(100% - 60px);
    margin: auto auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
#greeting .group .group-content h3 {
  color: #85A394;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 38px;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #greeting .group .group-content h3 {
    text-shadow: 0 0 5px #fff;
  }
}
@media screen and (min-width: 768px) {
  #greeting .group .group-content .txt {
    max-width: calc(100% - 335px);
    width: 500px;
  }
}
#greeting .group .group-content .txt + .txt {
  margin-top: 32px;
}
#greeting .group .group-content .btn-link {
  margin: 30px 0 0;
}
#greeting .group .group-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  #greeting .group .group-img .img {
    position: relative;
    min-height: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #greeting .group .group-img .img img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
#greeting .group .group-img .name {
  position: absolute;
  right: 151px;
  bottom: 75px;
  padding: 0 15px 15px 0;
  color: #fff;
}
#greeting .group .group-img .name::before {
  content: "";
  position: absolute;
  width: 282px;
  height: 136px;
  background: url("../img/greeting_deco.svg") no-repeat bottom center/100% auto;
  bottom: 0;
  right: 0;
}
#greeting .group .group-img .name span {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
}
#greeting .group .group-img .name span small {
  display: block;
}
#greeting .group .group-img .name span .position {
  font-size: 16px;
  margin: 0 0 10px;
}
#greeting .group .group-img .name span .name-en {
  font-size: 14px;
  margin: 5px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #greeting .group .group-img .name {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #greeting {
    padding: 50px 0 0;
  }
  #greeting .title-common {
    margin: 0 0 50px;
  }
  #greeting .group .group-content {
    position: relative;
    margin: 0 20px;
  }
  #greeting .group .group-content h3 {
    font-size: 24px;
    line-height: 2;
  }
  #greeting .group .group-content .btn-link {
    margin: 40px auto 0;
  }
  #greeting .group .group-img {
    margin: -33px 0 0;
    position: relative;
  }
  #greeting .group .group-img .name {
    right: 10px;
    bottom: 10px;
  }
}

#access {
  padding: 90px 0;
}
#access .container {
  max-width: 1180px;
  padding: 0 20px;
}
#access .flex {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 0;
}
#access .flex .col {
  width: 540px;
  max-width: calc(50% - 15px);
}
#access .box-time {
  padding: 30px 30px 20px;
  background: #FAFAFA;
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #access .box-time {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#access .box-time .timetable th, #access .box-time .timetable td {
  border-bottom: 1px solid #8F8F8F;
  text-align: center;
  padding: 14px 0;
}
#access .box-time .timetable th {
  width: 126px;
}
#access .box-time .timetable thead th {
  font-weight: 700;
  font-size: 16px;
}
#access .box-time .timetable thead th img {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
#access .box-time .timetable thead th, #access .box-time .timetable thead td {
  padding-top: 0;
}
#access .box-time .cl {
  color: #85a394;
}
#access .box-time .note {
  margin: 14px 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
}
#access dl {
  display: flex;
  line-height: 1.5;
}
#access dl dt {
  box-sizing: border-box;
  width: 100px;
  border-bottom: 1px solid #85A394;
  padding: 0 0 9px 10px;
  display: flex;
  align-items: center;
}
#access dl dd {
  width: calc(100% - 100px);
  padding: 0 0 9px 16px;
  border-bottom: 1px solid #DCDCDC;
}
#access dl dd h1 {
  font-size: inherit;
  font-weight: inherit;
}
#access dl + dl {
  margin-top: 9px;
}
#access .btn-link {
  margin: 61px auto 0;
}
#access .btn-link + .btn-link {
  margin-top: 34px;
}
#access iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#access .map {
  height: 354px;
}
#access .calendar {
  margin: 34px auto 0;
  width: 458px;
  max-width: 100%;
  height: 322px;
}
@media screen and (max-width: 767px) {
  #access {
    padding: 50px 0;
  }
  #access .container {
    padding: 0 10px;
  }
  #access .flex {
    display: block;
  }
  #access .flex .col {
    width: 100%;
    max-width: 100%;
  }
  #access .flex .col + .col {
    margin: 40px 10px 0;
    width: auto;
  }
  #access .box-time {
    padding: 20px 10px;
  }
  #access .box-time .timetable th, #access .box-time .timetable td {
    line-height: 45px;
    padding: 4px 0;
    font-size: 14px;
  }
  #access .box-time .timetable th {
    width: 100px;
  }
  #access .box-time .timetable thead th {
    font-size: 14px;
  }
  #access .box-time .timetable thead th img {
    margin-right: 4px;
    width: 20px;
  }
  #access .box-time .note {
    margin: 16px 0 0 10px;
    line-height: 1.6;
  }
  #access dl {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 10px;
  }
  #access dl:first-of-type dt, #access dl:first-of-type dd {
    padding-top: 0;
  }
  #access dl dt, #access dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 65px;
  }
  #access dl dt {
    width: 90px;
    font-size: 16px;
  }
  #access dl dd {
    width: calc(100% - 90px);
    padding-left: 10px;
    display: flex;
    align-items: center;
  }
  #access dl + dl {
    margin-top: 0;
  }
  #access .btn-link {
    width: auto;
    margin: 40px 15px 0;
  }
  #access .btn-link + .btn-link {
    margin-top: 25px;
  }
  #access .map {
    height: 229px;
  }
  #access .calendar {
    width: 100%;
    height: 256px;
    margin: 40px 0 0;
  }
}

.news {
  background: rgba(133, 163, 148, 0.1);
  padding: 101px 0;
}
.news .title-common small {
    margin: 10px 0 0;
}
.news .container {
  max-width: 1196px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.news .title-common {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .news .title-common {
    text-align: left;
    font-size: 80px;
  }
}
.news .right {
  width: 800px;
  max-width: calc(100% - 336px);
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .news .right {
    max-width: 100%;
  }
}
.news .right .btn-more {
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 12px!important;
}
.news .right .btn-more a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  .news .right .btn-more a:hover {
    text-decoration: none;
  }
}
.news .right .list .item a {
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  padding: 25px 100px 20px 39px;
}
.news .right .list .item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 40px;
  background: url("../img/arrow_green.svg") no-repeat center right/100% auto;
}
.news .right .list .item a .date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8F8F8F;
  font-size: 14px;
  line-height: 16px;
}
.news .right .list .item a .date span {
  width: 40px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  font-size: 10px;
  background: #85A394;
  text-transform: uppercase;
}
.news .right .list .item a .tit {
  line-height: 1.5;
  margin: 9px 0 0;
}
.news .right .list .item + .item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 50px 0;
  }
  .news .container {
    display: block;
    padding: 0 10px;
  }
  .news .title-common {
    text-align: center;
    margin: 0;
  }
  .news .right {
    display: block;
    max-width: 100%;
    margin: 50px 0 0;
  }
  .news .right .btn-more {
    margin: 16px 0 0;
  }
  .news .right .list .item + .item {
    margin-top: 16px;
  }
  .news .right .list .item a {
    padding: 20px 20px 32px;
  }
  .news .right .list .item a:after {
    right: 20px;
    bottom: 10px;
    top: auto;
    height: 6px;
  }
  .news .right .list .item a .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 16px 0 0;
  }
}

.loopslider {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  margin: 105px 0 -100px;
}
@media screen and (max-width: 767px) {
  .loopslider {
    margin: 50px 0 -105px;
  }
}
.loopslider ul {
  animation: flowing 60s linear infinite;
  transform: translateX(100%);
  display: flex;
}
.loopslider ul li {
  width: 310px;
  margin: 0 10px;
}
.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%);
  }
}