.h202 {
  font-size: 45px;
  line-height: 1.5;
  margin: 8rem 0 0;
  text-align: center;
}
.h202 + .h501 {
  text-align: center;
  font-size: 114%;
  font-weight: bold;
}
.h501 { margin-top: 2rem;}
p.desc {
  margin-top: 4rem;
  text-align: center;
}
.mt0 { margin-top: 0;}
@media only screen and (max-width: 782px) {
  .h202 {
    font-size: 25px;
    margin: 5rem 0 3rem;
  }
}

.banners {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  margin: 5rem 0 0 0;
}
.banners li:not(:first-child) {
   margin-left: 50px;
}
.banners li a {
  position: relative;
  display: block;
  padding-bottom: 15px;
}
.banners .caption { display: block; padding: 20px 25px 10px;}
.banners .caption .en { display: block; font-size: 10px;}
.banners li a .arrow {
  right: 35px;
  top: auto;
  bottom: 0;
}
.banners li img { border-radius: 10px; transition: all 0.5s ease; height: auto;}

.banners li figure { text-align: center;}

@media only screen and (max-width: 782px) {
  .banners {
    display: block;
    margin: 7.5vw 0 0;
  }
  .banners li:not(:first-child) { margin-left: 0;}
  .banners li { margin-bottom: 5vw;}
  .banners li a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .banners li a figure { width: 150px;}
  .banners .caption { padding: 0px; width: calc(100% - 150px); margin-left: 2.5vw;}
  .banners li a .arrow { bottom: 10px; right: 10px;}
  .banners li img { border-radius: 5px;}
}


.articles {
  position: relative;
  z-index: 3;
  display: flex;
}
.articles article { margin: 10rem 0 0 0; width: calc(33.333% - 26.666px);}
.articles article:not(:first-child) {
   margin-left: 40px;
}

.articles article figure { text-align: center; position: relative;}
.articles article figure.icon::after {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  left: -12px;
  bottom: -50px;
  z-index: 2;
  background: url("../img/buildings/icon_red@2x.png")no-repeat left bottom / 100% auto;
}
.articles article figure img { border-radius: 10px; width: 100%; height: auto; position: relative; z-index: 1;}

.articles.plans article figure::before { position: absolute; font-family: 'Poppins', sans-serif; content: "PLAN"; color: #fff; z-index: 2; font-size: 20px;
text-align: center; width: 100px; height: 100px; background: #41bdce; border-radius: 50%; box-sizing: border-box; padding-top: 12px; left:calc(50% - 50px); bottom: -50px;}
.articles.plans article figure::after { position: absolute; font-family: 'Poppins', sans-serif; content: "1"; color: #fff554; z-index: 3; font-size: 40px;
text-align: center; width: 100%; bottom: -55px; left: 0; font-weight: 700;}
.articles.plans article:nth-child(2) figure::after { content: "2";}
.articles.plans article:nth-child(3) figure::after { content: "3";}

.articles article h3 { text-align: center; margin-top: 5rem;}
.articles article h3 .mincho {font-size: 250%;display: block; letter-spacing: -0.05rem;line-height: 1.4; margin-top: 1rem;}
.articles article h3 .mincho.small { font-size: 130%; line-height: 1.2; padding-top: 30px;}
.articles article h3 .en {font-size: 75%; text-transform:uppercase;display: block; margin-top: 1rem;}
.articles article h4.mincho {
  color: #fff;
  margin: 10px 4% 0;
  background: #41bdce;
  padding: 3px 0;
  min-width: 92%;
  text-align: center;
  position: relative;
  font-size: 124%;
  letter-spacing: -0.05rem;
}
.articles article h4.mincho::after {
  content: "";
  position: absolute;
  left: calc(50% -  10px);
  top: -30px;
  width: 20px;
  height: 30px;
  border:transparent 10px solid;
  border-bottom: #41bdce 15px solid;
  box-sizing: border-box;
}
.articles article ul {
  margin: 4rem auto 0;
  max-width: 330px;
}
.articles article p {max-width: 330px;margin: 2rem auto 0; font-size: 90%;}
.articles article h3 +  p { margin-top: 4rem;}
.articles article ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1.6;
  font-size: 90%;
}
.articles article ul li::before {
  content: "●";
  color: #41bdce;
  position: absolute;
  left: 0;
  top: 0;
}
.articles article .myBtn a { width: calc(100% - 30px);}
@media only screen and (max-width: 782px) {
  .articles {
    width: auto;
    display: block;
  }
  .articles article:not(:first-child) { margin-left: 0px;}
  .articles article { margin: 6rem 0 0 0; width: auto;}
  .articles article h3 { margin-top: 2.5rem;}
  .articles article figure.icon::after {
    width: 100px;
    left: -9px;
    bottom: -35px;
  }
  .articles article ul,
  .articles article h3 + p { margin-top: 2.5rem;}
}

.strong1 {
  background: #41bdce;
  font-size: 114%;
  color: #fff;
  border-radius: 100px;
  padding: 3px 2.5rem;
  display: inline-block;
  margin: 0 auto;
}

#target { margin-top: 8rem; padding: 8rem; border-radius: 15px; background: rgba(72, 190, 208, 0.15)}
#target h3 { text-align: center; color: #41bdce; margin-bottom: 3rem;}
#target h3 .mincho { font-size: 250%; display: block; letter-spacing: -0.05rem;}
#target h3 .en { font-size: 75%; text-transform:uppercase; display: block;}
#target ul { display: flex; justify-content: space-around; align-items: flex-end; flex-wrap: wrap;}
#target ul li { margin-top: 4rem; width: 320px; text-align: center;}
#target ul li .caption { margin-top: 2rem; display: block; font-size: 114%; font-weight: bold;}
#target ul li .caption .small { font-size: 86%;}
@media only screen and (max-width: 782px) {
  #target { margin-top: 4rem; padding: 7.5vw 5vw; border-radius: 10px;}
}

.myBtns {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.myBtns .myBtn { width: 50%;}
.myBtns .myBtn:last-child a { margin-left: 40px;}
.myBtns a { width: calc(100% - 80px);}
@media only screen and (min-width: 783px) {
  .myBtns .myBtn a i.bg::before {
      width: 660px;
      height: 660px;
      top: calc(50% - 330px);
      left: -50px;
  }
  .myBtns .myBtn a:hover i.bg::before {
    left: calc(50% + 401px);
  }
}
@media only screen and (max-width: 782px) {
  .myBtns {
    margin-top: 5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .myBtns .myBtn { width: auto;}
  .myBtns .myBtn a { width: 300px;}
  .myBtns .myBtn:last-child a { margin-left: 0px;}
}

.full img { width: 100%; border-radius: 60px;}
@media only screen and (max-width: 782px) {
  .full img { border-radius: 40px;}
}

.h302 {
  margin-top: 80px;
  text-align: center;
}
.h302 .en {
  font-size: 80px;
  line-height: 1.4;
  display: block;
}
.h302 .mincho { font-size: 22px; display: block;}

@media only screen and (max-width: 782px) {
  .h302 {
    margin-top: 40px;
  }
  .h302 .en {
    font-size: 40px;
  }
  .h302 .mincho { font-size: 12px;}
}

.basic.mt0 .h302:first-of-type {
  margin-top: -55px;
}
@media only screen and (max-width: 782px) {
  .basic.mt0 .h302:first-of-type {margin-top: -27px;}
}

#circles {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 20px);
  margin-left: -10px;
  position: relative;
}
#circles::after {
  content: "&";
  font-family: 'Shippori Mincho B1', serif;
  font-size: 150px;
  color: #45bdcf;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 150px);
  z-index: 2;
}
#circles > * {
  position: relative;
  z-index: 1;
  width: 480px;
  height: 480px;
  border-radius: 50%;
}
#circles > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("../img/facilities/bg_circle_base@2x.png") no-repeat center 50% / cover;
  text-align: center;
}
#circles > div figure { margin-bottom: 20px;}
#circles > div .large.mincho { font-size: 60px; line-height: 1.4;}


#circles > dl {
  background: url("../img/buildings/bg_circle@2x.png") no-repeat center 50% / cover;
}
#circles dt {
  padding: 130px 0 0 0;
  background: url("../img/buildings/merit1@2x.png") no-repeat calc(50% - 8px) 37px / 100px auto;
  text-align: center;
  box-sizing: border-box;
  height: 340px;
}
#circles dl:last-child dt {background: url("../img/buildings/merit2@2x.png") no-repeat center 37px/ 87px auto;}
#circles dt .large { font-size: 72px; line-height: 1.4; display: block;}
#circles dt .small { font-size: 30px; line-height: 1.4; display: block;}

#circles dd {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 114%;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0;
}
#circles dd span { padding-bottom: 8px;}

@media only screen and (max-width: 782px) {
  #circles { display: block; width: auto; margin: 0;}
  #circles > * {
    margin: 4rem auto 0;
    width: 300px;
    height: 300px;
  }
  #circles > div figure img { width: auto; height: 70px;}
  #circles > div .large.mincho { font-size: 40px;}
  #circles::after {
    font-size: 60px;
    left: calc(50% - 23px);
    top: calc(50% - 50px);
  }
  #circles dt {
    padding: 80px 0 0 0;
    background: url("../img/buildings/merit1@2x.png") no-repeat calc(50% - 5px) 20px / 65px auto;
    height: 200px;
  }
  #circles dl:last-child dt {background: url("../img/buildings/merit2@2x.png") no-repeat center 20px / 55px auto;}
  #circles dt .large { font-size: 40px;}
  #circles dt .small { font-size: 20px;}
  #circles dd { height: 100px; font-size: 100%;}
}

h4.line {
  margin: 7rem 0 0 0;
  position: relative;
  text-align: center;
  font-size: 146%;
  color: #45bdcf;
}
h4.line::before,
h4.line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 7rem);
  height: 1px;
  background: #45bdcf;
}
h4.line::after { right: 0;}
h4.line::before { left: 0;}
h4.line + h5.mincho {
  font-size: 230%;
  text-align: center;
  line-height: 1.3;
  margin-top: 20px;
}
h4.line + h5.mincho + p { text-align: center; margin-top: 1.5rem;}

.desc2 {
  text-align: center;
  margin-top: 10rem;
  font-size: 200%;
  line-height: 1.5;
}