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

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.ttl-common {
  font-family: 'Shippori Mincho';
  font-size: 64px;
  letter-spacing: 0.04em;
  line-height: 96px;
  text-align: center;
}

.ttl-common .eng {
  display: block;
  background: linear-gradient(180deg, #be7d7d 0%, #e9a9b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl-common .ja {
  display: table;
  margin: 0 auto;
  background: #BE7D7D;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
  padding: 3px 18px;
  position: relative;
  z-index: 0;
}

.ttl-common .ja:before {
  content: '';
  width: 30px;
  height: 12px;
  background-image: url("../img/top/ttl_top_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.ttl-common .ja:after {
  content: '';
  width: 30px;
  height: 12px;
  background-image: url("../img/top/ttl_bottom_right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .ttl-common {
    font-size: 10.3vw;
    line-height: 15.4vw;
  }
  .ttl-common .ja {
    font-size: 3.6vw;
    line-height: 4.9vw;
    padding: 0.5vw 4.1vw;
  }
  .ttl-common .ja:before {
    width: 5.9vw;
    height: 2.1vw;
  }
  .ttl-common .ja:after {
    width: 5.9vw;
    height: 2.1vw;
  }
}

.ttl-common.white .eng {
  background: transparent;
  -webkit-text-fill-color: #fff;
}

.ttl-common.white .ja {
  background: #fff;
  color: #BE7D7D;
}

#news {
  background-image: url("../img/top/news_bg.jpg");
  background-size: cover;
  background-position: 50%;
  padding: 64px 0 80px;
}

#news h2 {
  margin-bottom: 56px;
}

#news .post-box__summary-link{
  text-align: right;
}

#news .post-box__summary-link a{
  text-decoration: underline;
}

#news .post-box__summary-link a:hover{
  text-decoration: none;
}

#news .post-box__content dl {
  border-bottom: 1px dashed #E9A9B4;
  padding-bottom: 15px;
  margin-bottom: 16px;
  line-height: 24px;
}

#news .post-box__content dl dt {
  font-family: 'Shippori Mincho';
  margin-bottom: 8px;
  color: #85CBC2;
}

#news .post-box__content dl dt .new-label {
  display: none;
}

#news .post-box__content dl dd {
  font-size: 16px;
}

#news .post-box__content dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 8.2vw 0 8.7vw;
  }
  #news h2 {
    margin-bottom: 9.2vw;
  }
  #news .post-box__content dl {
    padding-bottom: 13px;
    margin-bottom: 14px;
  }
  #news .post-box__content dl dt {
    margin-bottom: 4px;
  }
}

#menu {
  background: #FAFBFB;
  padding: 80px 0 108px;
  position: relative;
  z-index: 0;
}

#menu:before {
  content: '';
  width: 300px;
  height: 84px;
  background-image: url("../img/top/top_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.48;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#menu:after {
  content: '';
  width: 300px;
  height: 84px;
  background-image: url("../img/top/bottom_right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  opacity: 0.48;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

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

#menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#menu ul li {
  max-width: 255px;
  margin: 0 10px 20px;
}

#menu ul li img {
  box-shadow: 0 0 3px rgba(57, 38, 38, 0.16);
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 8.2vw 0 9.7vw;
  }
  #menu:before {
    width: 50vw;
    height: 14.1vw;
  }
  #menu:after {
    width: 50vw;
    height: 14.1vw;
  }
  #menu h2 {
    margin-bottom: 6.2vw;
  }
  #menu ul {
    margin: 0 -5px;
  }
  #menu ul li {
    max-width: none;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}

#concept {
  background: #BE7D7D;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 48px 0 124px;
}

#concept:before {
  content: '';
  background-image: url("../img/top/concept_bg.png");
  background-size: cover;
  background-position: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

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

#concept h2:before {
  content: '';
  background-image: url("../img/top/concept_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 44px;
  height: 45px;
  position: absolute;
  top: 99px;
  left: calc(50% - 440px);
}

#concept h2:after {
  content: '';
  background-image: url("../img/top/concept_deco4.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45px;
  height: 44px;
  position: absolute;
  top: 136px;
  right: calc(50% - 395px);
}

#concept h3 {
  text-align: center;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 24px;
}

#concept h3:before {
  content: '';
  background-image: url("../img/top/concept_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45px;
  height: 44px;
  position: absolute;
  top: 280px;
  left: calc(50% - 608px);
}

#concept .txt {
  text-align: center;
}

#concept .txt:before {
  content: '';
  background-image: url("../img/top/concept_deco3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 44px;
  height: 45px;
  position: absolute;
  bottom: 31px;
  left: calc(50% - 168px);
}

#concept .txt:after {
  content: '';
  background-image: url("../img/top/concept_deco5.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45px;
  height: 44px;
  position: absolute;
  top: 353px;
  right: calc(50% - 580px);
}

@media screen and (max-width: 1220px) {
  #concept h3:before {
    left: calc(-50vw + 50%);
  }
}

@media screen and (max-width: 1160px) {
  #concept .txt:after {
    right: calc(-50vw + 50%);
  }
}

@media screen and (max-width: 980px) {
  #concept h2:before {
    left: calc(50% - 380px);
  }
  #concept h2:after {
    right: calc(50% - 360px);
  }
}

@media screen and (max-width: 767px) {
  #concept {
    padding: 8.2vw 0 12.3vw;
  }
  #concept:before {
    background-image: url("../img/top/concept_bg_sp.png");
  }
  #concept h2 {
    margin-bottom: 6.2vw;
  }
  #concept h2:before {
    width: 11.5vw;
    height: 11.5vw;
    top: 12.1vw;
    left: auto;
    right: 2.3vw;
  }
  #concept h2:after {
    width: 11.5vw;
    height: 11.5vw;
    top: 18.2vw;
    right: auto;
    left: 4.1vw;
  }
  #concept h3 {
    font-size: 7.2vw;
    line-height: 10.5vw;
    margin-bottom: 6.2vw;
  }
  #concept h3:before {
    display: none;
  }
  #concept .txt {
    text-align: left;
  }
  #concept .txt:before, #concept .txt:after {
    display: none;
  }
}

#features {
  padding: 88px 0 13px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-image: url("../img/top/features_bg.jpg");
  background-size: cover;
  background-position: 50%;
}

#features:before {
  content: '';
  width: 503px;
  height: 267px;
  background-image: url("../img/top/features_top_right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -85px;
}

#features:after {
  content: '';
  width: 558px;
  height: 267px;
  background-image: url("../img/top/features_bottom_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -88px;
  z-index: 1;
}

#features h2 {
  margin-bottom: 82px;
}

#features .blk {
  margin-bottom: 152px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

#features .blk:before {
  content: '';
  width: calc(50% - 123px);
  background-image: url("../img/top/features_pattern.jpg");
  background-size: cover;
  position: absolute;
  top: 64px;
  bottom: -64px;
  z-index: -1;
}

#features .blk:after {
  content: '';
  width: 45px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}

#features .blk .img {
  width: calc(50% + 17px);
  position: relative;
}

#features .blk .img:before {
  content: '';
  width: 80px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

#features .blk .box {
  max-width: 560px;
  width: 50%;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 16px rgba(57, 38, 38, 0.16);
  padding: 40px;
  margin-top: 60px;
}

#features .blk .box:before {
  content: '';
  width: 30px;
  height: 12px;
  background-image: url("../img/top/ttl_top_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#features .blk .box:after {
  content: '';
  width: 30px;
  height: 12px;
  background-image: url("../img/top/ttl_bottom_right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

#features .blk .box h3 {
  text-align: center;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 16px;
}

#features .blk .box .num {
  font-size: 128px;
  line-height: 128px;
  background: linear-gradient(90deg, #a07731 0%, #fff9de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -85px;
}

#features .img--right {
  justify-content: flex-end;
}

#features .img--right:before {
  left: 0;
}

#features .img--right .img {
  order: 2;
  margin-left: -37px;
}

#features .img--right .img:before {
  background-image: url("../img/top/features_img_deco1.png");
  right: 0;
}

#features .img--right .box {
  order: 1;
}

#features .img--right .box .num {
  left: 0;
}

#features .img--left {
  justify-content: flex-start;
}

#features .img--left:before {
  right: 0;
}

#features .img--left .img {
  margin-right: -37px;
}

#features .img--left .img:before {
  background-image: url("../img/top/features_img_deco2.png");
  left: 0;
}

#features .img--left .box .num {
  right: 0;
}

#features .feature01:after {
  background-image: url("../img/top/features_deco1.png");
  left: calc(50% - 560px);
  top: -106px;
}

#features .feature02:after {
  background-image: url("../img/top/features_deco2.png");
  left: calc(50% + 47px);
  top: 27px;
}

#features .feature03:after {
  background-image: url("../img/top/features_deco3.png");
  left: calc(50% - 104px);
  top: -22px;
}

@media screen and (max-width: 1367px) {
  #features .blk {
    align-items: flex-end;
  }
  #features .blk .img {
    height: 400px;
  }
  #features .blk .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50%;
  }
  #features .blk .box {
    margin: 0 0 32px;
  }
}

@media screen and (max-width: 980px) {
  #features .blk .box {
    padding: 40px 18px;
  }
  #features .blk .box h3 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #features {
    padding: 8.2vw 0 4.1vw;
  }
  #features:before {
    width: 34.6vw;
    height: 21.0vw;
    top: -7.2vw;
  }
  #features:after {
    width: 38.2vw;
    height: 21.0vw;
    bottom: -9.2vw;
  }
  #features h2 {
    margin-bottom: 8.2vw;
  }
  #features h2:before {
    content: '';
    width: 7.7vw;
    height: 7.7vw;
    background-image: url("../img/top/features_deco1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 6.2vw;
    top: 5.6vw;
  }
  #features h2:after {
    content: '';
    width: 6.4vw;
    height: 6.4vw;
    background-image: url("../img/top/features_deco3.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 6.2vw;
    top: 20.5vw;
  }
  #features .blk {
    margin-bottom: 12.3vw;
    display: block;
  }
  #features .blk:before {
    width: 100%;
    top: 25.6vw;
    bottom: -6.2vw;
  }
  #features .blk:after {
    display: none;
  }
  #features .blk .img {
    width: 92.3vw;
    height: auto;
  }
  #features .blk .img:before {
    width: 20.5vw;
    height: 7.7vw;
  }
  #features .blk .img img {
    height: auto !important;
  }
  #features .blk .box {
    max-width: none;
    width: 84.6vw;
    padding: 6.2vw;
    margin: -7.7vw auto 0;
  }
  #features .blk .box:before, #features .blk .box:after {
    width: 7.7vw;
    height: 3.1vw;
  }
  #features .blk .box h3 {
    font-size: 7.2vw;
    line-height: 10.5vw;
    margin-bottom: 4.1vw;
  }
  #features .blk .box .num {
    font-size: 24.6vw;
    line-height: 24.6vw;
    top: -13.3vw;
  }
  #features .img--right .img {
    margin-left: 0;
  }
  #features .img--right .box .num {
    left: 2.1vw;
  }
  #features .img--left .img {
    margin: 0 0 0 auto;
  }
  #features .feature02 .box .num {
    top: -16.7vw;
  }
}

#information {
  background: #FAFBFB;
  padding: 88px 0 108px;
  position: relative;
  z-index: 0;
}

#information:before {
  content: '';
  width: 300px;
  height: 84px;
  background-image: url("../img/top/top_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.48;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#information:after {
  content: '';
  width: 300px;
  height: 84px;
  background-image: url("../img/top/bottom_right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  opacity: 0.48;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#information h2 {
  margin-bottom: 56px;
}

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

#information .gmap {
  order: 2;
  max-width: 520px;
  width: 48%;
  position: relative;
}

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

#information .col-left {
  order: 1;
  max-width: 520px;
  width: 49%;
}

#information .col-left .info {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 32px;
}

#information .col-left .info dl {
  padding-bottom: 7px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #E9A9B4;
}

#information .col-left .timetable {
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  #information {
    padding: 10.3vw 0 16.4vw;
  }
  #information:before, #information:after {
    width: 50vw;
    height: 14.1vw;
  }
  #information h2 {
    margin-bottom: 8.2vw;
  }
  #information .blk {
    display: block;
  }
  #information .gmap {
    max-width: none;
    width: 100%;
    height: 61.5vw;
    margin-bottom: 16px;
  }
  #information .col-left {
    max-width: none;
    width: 100%;
  }
  #information .col-left .info {
    padding-bottom: 16px;
  }
  #information .col-left .timetable td:last-child {
    padding-right: 12px;
  }
}
