.t-buildingVilleFeuille {

  /* 共通 */
  sup {
    font-size: 12px;
    font-weight: normal;
  }
  .page_heading:not(.page_heading--white) {
    color: #1C706E;
  }
  .page_heading:not(.page_heading--white) span::after {
    background: #1C706E;
  }
  .note-ville-feuille li {
    margin-left: 2em;
    font-size: 12px;
    text-indent: -2em;
  }
  @media screen and (max-width: 767px) {
    .page_heading {
      font-size: 24px;
    }
  }
  /* columns */
  .columns[data-col="2"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  @media screen and (max-width: 767px) {
    .columns[data-col="2"] {
      grid-template-columns: 1fr;
    }
  }
  .columns[data-col="3"] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  @media screen and (max-width: 767px) {
    .columns[data-col="3"] {
      grid-template-columns: 1fr;
    }
  }

  /* KV */
  .key_visual {
    padding: 0 0 39px 0 !important;
    height: calc(503px + 39px);
  }
  @media screen and (max-width: 767px) {
    .key_visual {
      padding: 0 0 50px 0 !important;
      height: calc(((592px / 375px) * 100vw) + 50px);
    }
  }
  .container.key_visual__container {
    height: 100%;
    max-width: 1140px !important;
    padding: 0 20px !important;
    padding-top: 33px !important;
  }
  @media screen and (max-width: 767px) {
    .container.key_visual__container {
      padding: 0 20px !important;
      padding-top: 10px !important;
    }
  }
  .key_visual .key_visual_bg {
    background: url(/building/ville-feuille/img/keyvisual_bg_pc.png) top center / contain repeat-x;
  }
  @media screen and (max-width: 767px) {
    .key_visual .key_visual_bg {
      background-image: url(/building/ville-feuille/img/keyvisual_bg_sp.png);
    }
  }
  .key_visual .key_visual__pic {
    display: block;
    width: 909px;
    position: absolute;
    top: 3px;
    right: 0;
  }
  @media screen and (max-width: 767px) {
    .key_visual .key_visual__pic {
      max-width: calc((375px / 375px) * 100vw);
      top: calc((120px / 375px) * 100vw);
      left: 0;
    }
  }
  .key_visual .key_visual__pic img {
    width: 100%;
    height: auto;
    display: block;
    min-height: auto;
  }
  .key_visual__service {
    display: block;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3;
    color: var(--products-main-color);
    letter-spacing: normal;
  }
  @media screen and (max-width: 767px) {
    .key_visual__service {
        font-size: calc((32px / 375px) * 100vw);
    }
  }
  .key_visual__logo {
    width: 110px;
    line-height: 1;
  }
  .key_visual__logo img {
    display: block;
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .key_visual__logo {
      width: calc((110px / 375px) * 100vw);
      display: block;
      line-height: 1;
    }
  }
  .key_visual__inner {
    height: 100%;
  }
  .key_visual__head {
    margin-left: 53px;
  }
  @media screen and (max-width: 767px) {
    .key_visual__head {
      margin-left: 0;
    }
  }
  .key_visual__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .key_visual__sub {
    font-size: 24px;
    color: var(--products-main-color);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .key_visual__sub {
      font-size: calc((24px / 375px) * 100vw);
      line-height: 1.3;
    }
  }
  .key_visual__sub .-large {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
  @media screen and (max-width: 767px) {
    .key_visual__sub .-large {
      font-size: calc((24px / 375px) * 100vw);
      letter-spacing: normal;
    }
  }

  /* raise_issue */
  .raise_issue {
    margin-top: 0px !important;
  }
  @media screen and (max-width:767px){
    .raise_issue {
      padding-bottom: 200px !important;
    }
  }
  .raise_issue::before {
    top: -3px !important;
    bottom: 0px !important;
  }
  .raise_issue__text {
    color: #1C706E;
  }
  .raise_issue__anchor a {
    /* Flexboxで上下左右中央揃えにする */
    display: flex;
    align-items: center;     /* 縦方向の中央揃え */
    justify-content: center;  /* 横方向の中央揃え */
    /* 幅を均等伸縮させず、中身に応じた幅にする */
    flex: none; /* または flex: 0 0 auto; */
    width: auto;
    min-width: 0 !important;

    padding: 0 22px 16px;
  }
  .raise_issue__anchor a span {
    min-width: 0 !important;
  }
 .raise_issue__anchor a:first-child {
    padding-left: 22px;
  }
  .raise_issue__anchor a:last-child {
    padding-right: 22px;
  }
  .raise_issue__anchor a:first-child::after,
  .raise_issue__anchor a:last-child::after {
    left: 50% !important;
  }
  .raise_issue__ref {
    margin-inline: -32.5px;
    max-width: none !important;
    position: relative;
    z-index: 1;
  }

  @media screen and (max-width:1165px){
    .raise_issue__ref {
      margin-inline: auto;
    }
    .raise_issue__anchor {
      width: 100%;
      justify-content: center;
    }
    .raise_issue__button {
        display: none;
    }
  }

  /* feature-ville-feuille */
  .feature-ville-feuille {
    margin-top: -210px !important;
    padding-top: 163px !important;
    margin-bottom: 80px;
    background: linear-gradient(180deg,rgba(72, 159, 157, 1) 0%, rgba(72, 159, 157, 1) 44%, rgba(72, 159, 157, 0) 100%) !important;
    mask-image: url(/common/product-detail/img/bg_feature_list.svg);
    -webkit-mask-image: url(/common/product-detail/img/bg_feature_list.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background: #0099D9;
    mask-position: center top;
    -webkit-mask-position: center top;
  }

  @media screen and (max-width: 767px) {
    .feature-ville-feuille {
      padding-top: 100px;
      margin-bottom: 40px;
      mask-image: url(/common/product-detail/img/bg_feature_list_sp.svg);
      -webkit-mask-image: url(/common/product-detail/img/bg_feature_list_sp.svg);
    }
  }

  .feature-ville-feuille__inner {
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .feature-ville-feuille__lead {
    padding-top: 50px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .feature-ville-feuille__lead {
      font-size: 18px;
    }
  }
  .feature-ville-feuille__sub-heading {
    margin-bottom: 12px;
    padding-bottom: 12px;
    color: #1C706E;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    border-bottom: 3px solid #1C706E;
  }
  @media screen and (max-width: 767px) {
    .feature-ville-feuille__sub-heading {
      font-size: 22px;
    }
  }
  .feature-ville-feuille__columns {
    margin-top: 58px;
  }
  .feature-ville-feuille__item {
    padding: 20px 16px 24px;
    background: #fff;
    border-radius: 10px;
  }
  .feature-ville-feuille__text {
    font-size: 21px;
  }
  @media screen and (max-width: 767px) {
    .feature-ville-feuille__text {
      font-size: 18px;
    }
  }
  .feature-ville-feuille__pic {
    display: block;
    margin-top: 12px;
    margin-inline: -16px;
  }
  .feature-ville-feuille__pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .feature-ville-feuille__btn {
    margin: 62px auto 0;
    max-width: 390px;
    background: #fff;
    color: #000;
    border-color: #CBCBCB;
  }
  @media screen and (max-width: 767px) {
    .feature-ville-feuille__btn {
      font-size: 20px;
    }
  }
  .feature-ville-feuille__btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }
  .feature-ville-feuille__arrow {
    color: #000;
  }
  .feature-ville-feuille__btn:hover .feature-ville-feuille__arrow {
    color: #fff;
  }
  
  /* demo */
  .demo-ville-feuille {
    background: #fff;
    padding: 80px 0 152px;
  }
  @media screen and (max-width: 767px) {
    .demo-ville-feuille {
      padding: 40px 0 100px;
    }
  }

  .demo-ville-feuille__lead {
    padding-top: 50px;
    padding-inline: 20px;
    color: #1C706E;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
  }
  .demo-ville-feuille__content {
    margin: 54px auto 0;
    padding-inline: 20px;
    max-width: 707px;
  }
  .demo-ville-feuille__youtube {
    margin-bottom: 58px;
    aspect-ratio: 667 / 434;
  }
  .demo-ville-feuille__youtube iframe {
    display: block;
    width: 100%;
    height: 100%;
  }

  .demo-ville-feuille__btn-primary {
    background: #C30000;
    border-color: #C30000;
    color: #fff;
    text-decoration: none;
  }
  .demo-ville-feuille__btn-primary:hover {
    background: #fff;
    color: #C30000;
  }
  .demo-ville-feuille__btn-primary:hover .demo-ville-feuille__arrow {
    color: #C30000;
  }
  
  .demo-ville-feuille__btn-secondary {
    color: #C30000;
    background: #fff;
    text-decoration: none;
    border-color: #C30000;
  }
  .demo-ville-feuille__btn-secondary .demo-ville-feuille__arrow {
    color: #C30000; 
  }
  .demo-ville-feuille__btn-secondary:hover {
    background: #C30000;
    color: #fff;
  }
  .demo-ville-feuille__btn-secondary:hover .demo-ville-feuille__arrow {
    color: #fff;
  }

  /* security */
  .security-ville-feuille {
    padding: 70px 0 152px;
    background: #F1F6F1;
  }
  @media screen and (max-width: 767px) {
    .security-ville-feuille {
      padding-bottom: 80px;
    }
  }

  .security-ville-feuille__lead {
    padding-top: 50px;
    padding-inline: 20px;
    color: #1C706E;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
  }
  .security-ville-feuille__sub-heading {
    margin-bottom: 16px;
    color: #1C706E;
    font-size: 18px;
    text-align: center;
  }
  .security-ville-feuille__item {
    padding: 20px 20px 24px;
    background: #fff;
    border-radius: 10px;
  }

  .security-ville-feuille__columns {
    max-width: 1032px;
    margin: 54px auto 0;
    padding-inline: 16px;
  }

  .security-ville-feuille__pic {
    display: block;
    max-width: 105px;
    margin: 0 auto 16px;
  }
  .security-ville-feuille__pic img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* composition */
  .composition-ville-feuille {
    padding: 100px 16px 105px;
    background: #fff;
  }
  .composition-ville-feuille__lead {
    padding-top: 50px;
    color: #1C706E;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
  }
  .composition-ville-feuille__pic {
    display: block;
    max-width: 1083px;
    margin: 0 auto;
  }
  .composition-ville-feuille__pic img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* overview */
  .overview-ville-feuille {
    padding: 70px 0 135px;
    background: #F1F6F1;
    padding-inline: 16px;
  }
  @media screen and (max-width: 767px) {
    .overview-ville-feuille {
      padding-bottom: 80px;
    }
  }
  .overview-ville-feuille__lead {
    padding-top: 50px;
    color: #1C706E;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
  }
  .overview-ville-feuille__content {
    max-width: 1000px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  @media screen and (max-width: 767px) {
    .overview-ville-feuille__content {
      grid-template-columns: 1fr;
    }
  }
  .overview-ville-feuille__item {
    padding: 24px 20px 24px;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .overview-ville-feuille__item {
      padding: 24px 20px 24px;
    }
  }
  .overview-ville-feuille__item[data-fare] {
    padding: 24px 56px 26px;
    grid-column: span 2 / span 2;
  }
  @media screen and (max-width: 767px) {
    .overview-ville-feuille__item[data-fare] {
      padding: 33px 29px 0px;
    }
  }
  .overview-ville-feuille__item[data-period] {
    padding-bottom: 0;
  }
  .overview-ville-feuille__item[data-period],
  .overview-ville-feuille__item[data-setting] {
    grid-row-start: 2;
  }
  @media screen and (max-width: 767px) {
  .overview-ville-feuille__item[data-fare],
  .overview-ville-feuille__item[data-period],
  .overview-ville-feuille__item[data-setting] {
      grid-column: auto;
      grid-row: auto;
    }
  }
  .overview-ville-feuille__sub-heading {
    font-size: 22px;
    text-align: center;
  }
  .overview-ville-feuille__row {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 51.5% 32.1%;
    justify-content: space-between;
  }
  @media screen and (max-width: 767px) {
    .overview-ville-feuille__row {
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      gap: 74px;
    }
  }
  .overview-ville-feuille__formula {
    margin-top: 63px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 97px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .overview-ville-feuille__formula {
      margin-top: 0;
      grid-template-columns: 1fr;
      gap: 70px;
    }
  }
  .overview-ville-feuille__formula::before,
  .overview-ville-feuille__formula::after {
    content: "";
    display: block;
    width: 3px;
    height: 30px;
    background: #1C706E;
    position: absolute;
    top: calc(50% + 15px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .overview-ville-feuille__formula::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  @media screen and (max-width: 767px) {
      .overview-ville-feuille__formula::before,
      .overview-ville-feuille__formula::after {
        top: 50%;
      }
  }
  .overview-ville-feuille__text {
    margin-bottom: 5px;
    color: #1C706E;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
  .overview-ville-feuille__box {
    padding: 17px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #1C706E;
  }
  @media screen and (max-width: 767px) {
    .overview-ville-feuille__box {
      width: 180px;
      margin: 0 auto;
    }
  }
  .overview-ville-feuille__description {
    font-size: 16px;
    margin-bottom: 9px;
  }
  @media screen and (max-width: 767px) {
    .overview-ville-feuille__description {
      text-align: center;
    }
  }
  .overview-ville-feuille__description .-large {
    font-size: 22px;
  }
  .overview-ville-feuille__pic01 {
    display: block;
    max-width: 210px;
  }
  @media screen and (max-width: 767px) {
    .overview-ville-feuille__pic01 {
      margin: 14px auto 0;
    }
  }
  .overview-ville-feuille__pic02 {
    display: block;
    margin: 12px auto 0;
    max-width: 283px;  
  }
  .overview-ville-feuille__pic01 img,
  .overview-ville-feuille__pic02 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .overview-ville-feuille__wrap {
    max-width: 284px;
    margin: 25px auto 0;
  }
  .overview-ville-feuille__dl {
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 36px;
    border-bottom: 1px solid #1C706E;
  }
  .overview-ville-feuille__dl:last-of-type {
    margin-bottom: 10px;
  }
  .overview-ville-feuille__dl dt {
    width: 96px;
  }
  
  /* check */
  .check-ville-feuille {
    padding: 170px 0 85px;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .check-ville-feuille {
      padding: 80px 0 50px;
    }
  }
  .check-ville-feuille__lead {
    padding-top: 50px;
    padding-inline: 20px;
    color: #1C706E;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
  }
  .check-ville-feuille__pic {
    margin: 54px auto 0;
    display: block;
    width: 600px;
    max-width: calc(100% - 40px);
    border: 1px solid #555;
  }
  .check-ville-feuille__pic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .check-ville-feuille__btn {
    margin: 27px auto 0;
    max-width: 320px;
    color: #fff;
    background: #C30000;
    border-color: #C30000;
    text-decoration: none;
  }
  .check-ville-feuille__btn:hover {
    background: #fff;
    color: #C30000;
  }
  .check-ville-feuille__btn .check-ville-feuille__arrow {
    margin-left: 30px;
  }
  .check-ville-feuille__btn:hover .check-ville-feuille__arrow {
    color: #C30000;
  }
    
  /* flow */
  .flow {
    padding: 80px 20px 105px;
    background: #fff;
  }
  .flow__inner {
      margin-top: 90px;
  }
  .flow__lead {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .flow__list {
    max-width: 680px;
    margin: 32px auto 0;
  }
  .flow__item {
    display: grid;
    grid-template-columns: 60px 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .flow__line {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .flow__line:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 60px);
    border-right: 3px solid #1C706E;
    position: absolute;
    bottom: 0;
    left: calc(50% + 2px);
    transform: translate(-100%);
  }
  .flow__num {
    width: 60px;
    height: 60px;
    background-color: #1C706E;
    color: var(--white-color);
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    position: relative;
  }
  .flow__num span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }
  .flow__list-heading {
    margin: 16px 0;
    font-size: 22px;
    font-weight: bold;
  }
  .flow__text {
    margin-bottom: 64px;
    font-size: 16px;
  }
  .flow__item:last-child .flow__text {
    margin-bottom: 0;
  }
  @media screen and (max-width: 767px) {
    .flow__lead {
      font-size: 16px;
    }
    .flow__num {
      width: 48px;
      height: 48px;
      font-size: 24px;
    }
    .flow__list-heading {
      margin: 12px 0;
      font-size: 18px;
    }
    .flow__item {
      grid-template-columns: 48px 1fr;
    }
    .flow__line:after {
      height: calc(100% - 48px);
    }
    .flow__text {
      margin-bottom: 32px;
    }
  }

  /* faq */
  #faq {
    padding-bottom: 40px;
  }

  .faq__title {
    color: #1C706E;
    font-size: 30px;
  }
  
  .faq__content__sub-title {
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: bold;
  }
  
  .faq__title::before {
    background: #1C706E;
    top: 6px;
  }

  .faq__content-list.-disc li {
    margin-left: 1.25em;
    list-style-type: disc;
    line-height: 1.7;
  }
  .faq__content-list.-dot li {
    line-height: 1.7;
  }
  .faq__text {
    line-height: 1.7;
  }
  .faq__content-list.-dot li::before {
    content: "・";
    color: inherit;
    font-size: 16px;
    line-height: 1.5;
  }
  .faq__content-list + .faq__text {
    margin-top: 0;
  }
  
  @media screen and (max-width: 767px) {
    #reasons,
    #faq {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    #faq {
      padding-bottom: 0;
    }
    .faq__item {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .faq__item:first-child {
      padding-top: 0;
    }
    .faq__item:last-child {
      padding-bottom: 0;
    }
    .faq__title {
      font-size: 18px;
    }
    .faq__content__sub-title {
      font-size: 16px;
    }
    .faq__text {
      font-size: 14px;
    }
  }
}
