/*******************************************************************************
about titleImg
*******************************************************************************/
.about .titleImg__pc {
  background-image: url(../img/about/title_pc.jpg);
}
.about .titleImg__sp {
  background-image: url(../img/about/title_sp.jpg);
}

/*******************************************************************************
about__figure
*******************************************************************************/
.about__figure__title {
  font-weight: bold;
  margin-bottom: 64px;
  letter-spacing: 0.05em;
}

/*******************************************************************************
aboutInfo
*******************************************************************************/
.aboutInfo {
  position: relative;
  height: 368px;
  margin-left: 32px;
  margin-right: 64px;
}
@media screen and (max-width: 896px) {
  .aboutInfo {
    margin: 0 auto;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .aboutInfo {
    width: 580px;
  }
}
@media screen and (max-width: 667px) {
  .aboutInfo {
    width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .aboutInfo {
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 375px) {
  .aboutInfo {
    width: 280px;
    height: 272px;
  }
}
.aboutInfo > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  border-radius: 47px;
  width: 224px;
  height: 128px;
  cursor: pointer;
  position: absolute;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 667px) {
  .aboutInfo > div {
    width: 192px;
    height: 112px;
  }
}
@media screen and (max-width: 480px) {
  .aboutInfo > div {
    width: 144px;
    height: 80px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 375px) {
  .aboutInfo > div {
    width: 127px;
  }
}
.aboutInfo > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
  -webkit-transition: background-color .6s;
  transition: background-color .6s;
}
.aboutInfo > div:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.aboutInfo .conciergeFunc {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.aboutInfo .clubFunc {
  bottom: 0;
  left: 0;
}
.aboutInfo .diyFunc {
  bottom: 0;
  right: 0;
}

.aboutInfo__title {
  font-weight: bold;
  font-size: 22px;
  margin-top: -24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 667px) {
  .aboutInfo__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .aboutInfo__title {
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1;
    margin: -12px 0 6px;
  }
}
@media screen and (max-width: 375px) {
  .aboutInfo__title {
    font-size: 14px;
  }
}

.aboutInfo__txt {
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 667px) {
  .aboutInfo__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .aboutInfo__txt {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 375px) {
  .aboutInfo__txt {
    font-size: 11px;
  }
}
.aboutInfo__txt::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/sub/arrow_buttom.svg) center center/cover no-repeat;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .aboutInfo__txt::before {
    width: 16px;
    height: 16px;
    bottom: -20px;
  }
}

.aboutInfo__lead {
  font-size: 24px;
  font-weight: bold;
  color: #ea4f19;
  text-align: center;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .aboutInfo__lead {
    font-size: 20px;
    top: 160px;
  }
}
@media screen and (max-width: 667px) {
  .aboutInfo__lead {
    top: 140px;
  }
}
@media screen and (max-width: 480px) {
  .aboutInfo__lead {
    top: 120px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 375px) {
  .aboutInfo__lead {
    font-size: 16px;
    top: 95px;
  }
}

.aboutInfo__border {
  position: absolute;
  z-index: 1;
  border-bottom: 1px dashed #979797;
}

.aboutInfo__borderLeft {
  top: 175px;
  left: 70px;
  width: 290px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .aboutInfo__borderLeft {
    left: 20px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
}
@media screen and (max-width: 667px) {
  .aboutInfo__borderLeft {
    left: -40px;
    -webkit-transform: rotate(-65deg);
            transform: rotate(-65deg);
  }
}
@media screen and (max-width: 480px) {
  .aboutInfo__borderLeft {
    left: -55px;
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg);
    width: 230px;
  }
}
@media screen and (max-width: 375px) {
  .aboutInfo__borderLeft {
    left: -10px;
    width: 150px;
    top: 135px;
  }
}

.aboutInfo__borderRight {
  top: 175px;
  right: 70px;
  width: 290px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .aboutInfo__borderRight {
    right: 20px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@media screen and (max-width: 667px) {
  .aboutInfo__borderRight {
    right: -40px;
    -webkit-transform: rotate(65deg);
            transform: rotate(65deg);
  }
}
@media screen and (max-width: 480px) {
  .aboutInfo__borderRight {
    right: -55px;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
    width: 230px;
  }
}
@media screen and (max-width: 375px) {
  .aboutInfo__borderRight {
    right: -10px;
    width: 150px;
    top: 135px;
  }
}

.aboutInfo__borderBottom {
  bottom: 64px;
  left: 210px;
  width: 315px;
}
@media screen and (max-width: 896px) {
  .aboutInfo__borderBottom {
    width: 55%;
    left: 180px;
  }
}
@media screen and (max-width: 480px) {
  .aboutInfo__borderBottom {
    width: 55%;
    left: 90px;
    bottom: 40px;
  }
}

/*******************************************************************************
aboutFunc
*******************************************************************************/
.aboutFunc {
  text-align: center;
  padding-top: 0;
  margin-top: 112px;
}
@media screen and (max-width: 896px) {
  .aboutFunc {
    padding-top: 112px;
    margin-top: 0;
  }
}

/*******************************************************************************
funcInfo
*******************************************************************************/
.funcInfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
}
@media screen and (max-width: 896px) {
  .funcInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.funcInfo__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  width: 250px;
  height: 94px;
  margin: 32px 32px 0 0;
  border-radius: 100px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .funcInfo__title {
    margin: 0 auto 48px;
  }
}
@media screen and (max-width: 480px) {
  .funcInfo__title {
    width: 208px;
    height: 78px;
    font-size: 20px;
  }
}

_:lang(x)::-ms-backdrop,
.funcInfo__title {
  padding-top: 12px;
}
@media screen and (max-width: 896px) {
  _:lang(x)::-ms-backdrop,
  .funcInfo__title {
    padding-top: 0;
  }
}

.funcInfo__lead {
  text-align: left;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

.funcInfo__txt {
  width: 544px;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .funcInfo__txt {
    width: 100%;
    text-align: justify;
  }
}

/*******************************************************************************
aboutArticle
*******************************************************************************/
.aboutArticle__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 32px;
}

.aboutArticle {
  width: 256px;
  margin-right: 32px;
}
@media screen and (max-width: 896px) {
  .aboutArticle {
    width: calc( (100% / 3) - 16px + (16px / 3) );
    margin-right: 16px;
  }
}
@media screen and (max-width: 480px) {
  .aboutArticle {
    width: calc( (100% / 2) - 16px + (16px / 2) );
    margin-bottom: 48px;
  }
}
.aboutArticle:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .aboutArticle:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .aboutArticle:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 896px) {
  /* IE11 */
  *::-ms-backdrop, .aboutArticle {
    width: calc( 33.333% - 16px + (16px / 3) );
  }
}
@media screen and (max-width: 480px) {
  /* IE11 */
  *::-ms-backdrop, .aboutArticle {
    width: calc( 50% - 16px + (16px / 2) );
  }
}
.aboutArticle__img {
  margin-bottom: 16px;
}
.aboutArticle__img img {
  width: 100%;
}

.aboutArticle__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.aboutArticle__list.noticeFrame {
  min-width: 136px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

_:lang(x)::-ms-backdrop,
.aboutArticle__list a {
  padding: 5px 14px 2px;
  line-height: 1;
}

/*******************************************************************************
aboutNews
*******************************************************************************/
.aboutNews {
  margin-top: 112px;
}

.aboutNews__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .aboutNews__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.aboutNews__list:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 896px) {
  .aboutNews__list:not(:last-child) {
    margin-bottom: 10px;
  }
}
.aboutNews__list dt {
  max-width: 104px;
  min-width: 104px;
  margin-right: 16px;
}
@media screen and (max-width: 896px) {
  .aboutNews__list dt {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
.aboutNews__list dd {
  width: 712px;
  text-align: justify;
}
@media screen and (max-width: 896px) {
  .aboutNews__list dd {
    width: 100%;
  }
}
.aboutNews__list dd a {
  text-decoration: underline;
}

.aboutNews__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
