@charset "UTF-8";

@media all and (min-width: 768px), print {
    .house-top-sec#about .l-btn-list-item {
        position: relative;
    }
    .house-top-sec#about .btn-txt-house {
        color: #e85287;
        font-weight: bold;
    }
    .house-top-table {
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .house-top-table-note {
        margin-top: calc(12 / var(--font-size) * 1rem);
    }
    .house-note-txt {
        display: inline-block;
        width: calc(230 / var(--font-size) * 1rem);
    }
    .house-link-txt-arrow {
    }
    .house-link-txt-arrow::before {
      content: ">>>";
    }
    .house-about-btn--left{
      width: calc(276.66 / var(--font-size) * 1rem);
    }
    .house-about-btn--left .c-btn {
      margin: 0;
      margin-top: calc(16 / var(--font-size) * 1rem);
    }
    .house-about-btn--l{
      width: calc(340 / var(--font-size) * 1rem);
    }
}
@media all and (max-width: 767px), print {
    .house-top-sec#about .btn-txt-house {
        color: #e85287;
        font-weight: bold;
    }
    .house-top-table {
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .house-top-table-note {
        margin-top: calc(12 / var(--font-size) * 1rem);
    }
    .house-link-txt-arrow {
    }
    .house-link-txt-arrow::before {
      content: ">>>";
    }
    .house-about-btn--left{
      width: calc(275 / var(--font-size) * 1rem);
      margin: auto;
    }
    .house-about-btn--left .c-btn {
      margin: 0;
      margin-top: calc(16 / var(--font-size) * 1rem);
    }
    .house-about-btn--l {
      width: calc(325 / var(--font-size) * 1rem);
      max-width: 100%;
    }
    .house-about-btn--l .c-btn {
      --btn-px: 36;
    }
}

/* ==========================================================================
  MODULE
========================================================================== */

@media all and (min-width: 768px), print {
    .house-flow-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-flow-container .c-flow{
        padding: calc(60 / var(--font-size) * 1rem) calc(40 / var(--font-size) * 1rem);
    }
    .house-btn-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-btn-container .l-btn-list{
        --gap-x: 30;
        --gap-y: 30;
    }
    .house-document-container{
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-desc__header{
        margin-bottom: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc__content + .house-desc__content{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-desc__content--small + .house-desc__content--small {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-doc-list{
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .house-flow__note {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-top-list{
        --col: 3;
        --gap-x: 20;
        --gap-y: 20;
        display: flex;
        gap: calc(var(--gap-y) / var(--font-size)* 1rem) calc(var(--gap-x) / var(--font-size)* 1rem);
        flex-wrap: wrap;
        justify-content: center;
    }
    .house-top-list-item{
        border-radius: calc(10 / var(--font-size)* 1rem);
        border: calc(1 / var(--font-size)* 1rem) solid var(--primary-color-100);
        width: calc((100% - var(--gap-x) / var(--font-size)* 1rem*(var(--col) - 1)) / var(--col));
        padding:calc(24 / var(--font-size)* 1rem);
    }
    .house-top-list-item__header{
        margin-bottom: calc(12 / var(--font-size) * 1rem);
    }
    .house-top-list-item-btn + .house-top-list-item-btn{
        margin-top: calc(16 / var(--font-size) * 1rem);
    }
}

@media all and (max-width: 767px) {
    .house-flow-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-flow-container .c-flow{
        padding: calc(60 / var(--font-size) * 1rem) calc(40 / var(--font-size) * 1rem);
    }
    .house-btn-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-btn-container .l-btn-list{
        --gap-x: 30;
        --gap-y: 15;
    }
    .house-document-container{
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container{
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-desc__header{
        margin-bottom: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc__content + .house-desc__content{
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc__content--small + .house-desc__content--small {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-doc-list{
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .house-flow__note {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-top-list{
        --col: 3;
        --gap-x: 20;
        --gap-y: 20;
        display: flex;
        flex-direction: column;
        gap: calc(var(--gap-y) / var(--font-size)* 1rem) calc(var(--gap-x) / var(--font-size)* 1rem);
        flex-wrap: wrap;
        justify-content: center;
    }
    .house-top-list-item{
        border-radius: calc(10 / var(--font-size)* 1rem);
        border: calc(1 / var(--font-size)* 1rem) solid var(--primary-color-100);
        width: 100%;
        padding:calc(24 / var(--font-size)* 1rem);
    }
    .house-top-list-item__header{
        margin-bottom: calc(12 / var(--font-size) * 1rem);
    }
    .house-top-list-item-btn + .house-top-list-item-btn{
        margin-top: calc(16 / var(--font-size) * 1rem);
    }
}

/* ==========================================================================
  LOGO
========================================================================== */
@media all and (min-width: 768px) {
    .logo-list {
      display: flex;
      justify-content: center;
      margin-bottom: calc(60 / var(--font-size) * 1rem);
    }
    .logo-list-item {
    }
    .logo-list-item + .logo-list-item {
      margin-left: calc(40 / var(--font-size) * 1rem);
    }
    .logo-list-item-img {
      width: calc(237 / var(--font-size) * 1rem);
    }
    .c-img {
    }
  }

  @media all and (max-width: 767px) {
    .logo-list {
        display: flex;
        justify-content: center;
        margin-bottom: calc(60 / var(--font-size) * 1rem);
      }
      .logo-list-item {
      }
      .logo-list-item + .logo-list-item {
        margin-left: calc(40 / var(--font-size) * 1rem);
      }
      .logo-list-item-img {
        width: calc(237 / var(--font-size) * 1rem);
      }
      .c-img {
      }
  }
/* ==========================================================================
  LOGO
========================================================================== */
  @media all and (min-width: 768px) {
    .c-builder-note {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .announcement-txt {
        display: flex;
    }
    .announcement-txt + .announcement-txt {
        margin-top: calc(4 / var(--font-size) * 1rem);
    }
    .announcement-txt .c-txt + .c-txt {
        margin-left: calc(60 / var(--font-size) * 1rem);
    }
    .l-info-group-doc-item-img__builder {
        width: calc(308 / var(--font-size) * 1rem);
    }
    .announcement__container + .house-desc__content {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
}
@media all and (max-width: 767px) {
    .c-builder-note {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .announcement-txt {
        display: flex;
    }
    .announcement-txt + .announcement-txt {
        margin-top: calc(4 / var(--font-size) * 1rem);
    }
    .announcement-txt .c-txt + .c-txt {
        margin-left: calc(60 / var(--font-size) * 1rem);
    }
    .l-info-group-doc-item-img__builder {
        width: calc(308 / var(--font-size) * 1rem);
    }
    .announcement__container + .house-desc__content {
        margin-top: calc(30 / var(--font-size) * 1rem);
    }
    .house-desc-container {
        margin-top: calc(40 / var(--font-size) * 1rem);
    }
    .house-desc-doc-item + .house-desc-doc-item{
        margin-top: calc(15 / var(--font-size) * 1rem);
    }
}
/* ==========================================================================
  FLOW
========================================================================== */
@media all and (min-width: 768px) {
    .house-flow{

    }
    .house-flow__in{

    }
    .house-flow-list{
        display: flex;
        align-items: stretch;
    }
    .house-flow-list-item{
        width: calc((100% - (20 / var(--font-size) * 1rem) * 4) / 5);
    }
    .house-flow-list-item + .house-flow-list-item{
        margin-left: calc(20 / var(--font-size) * 1rem);
    }
    .house-flow-list-item__in{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .house-flow-list-item__header{
        text-align: center;
        position: relative;
    }
    .house-flow-list-item-img{
        width: calc(85 / var(--font-size) * 1rem);
        display: inline-block;
        margin-left: calc(2.5 / var(--font-size) * 1rem);
    }
    .house-flow-list-content{
        background-color: var(--primary-color-10);
        padding: calc(30 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
        border-radius: calc(5 / var(--font-size) * 1rem);
        margin-top: calc(16 / var(--font-size) * 1rem * -1);
        flex: auto;
    }
    .house-flow-list-item-title{
        font-weight: bold;
        margin-bottom: calc(20 / var(--font-size) * 1rem);
        line-height: 1.8;
        text-align: center;
    }
    .house-flow-list-item-txt{
        font-size: calc(14 / var(--font-size) * 1rem);
        font-weight: bold;
        line-height: 1.8;
    }
    .house-flow-list-item__header{
        position: relative;
    }
    .house-flow-list-item + .house-flow-list-item .house-flow-list-item__header:before{
        content: "";
        position: absolute;
        top: 50%;
        left: -50%;
        margin-top: calc(8 / var(--font-size)* 1rem);
        width: 100%;
        transform: translate(0, -50%);
        height: calc(14 / var(--font-size)* 1rem);
        background-color: var(--primary-color-100);
        z-index: -1;
    }
    .house-flow-list-item:last-of-type .house-flow-list-item__header:before{
        width: calc(100% - (55 / var(--font-size)* 1rem));
    }
    .house-flow-list-item:last-of-type .house-flow-list-item__header:after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: calc(8 / var(--font-size)* 1rem);
        margin-left: calc(65 / var(--font-size)* 1rem * -1);
        transform: translate(50%, -50%);
        height: 30px;
        width: calc(30px / 2);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background-color: var(--primary-color-100);
    }
}

@media all and (max-width: 767px) {
    .house-flow{

    }
    .house-flow__in{

    }
    .house-flow-list{
        display: flex;
        align-items: stretch;
    }
    .house-flow-list-item{
        width: calc((100% - (20 / var(--font-size) * 1rem) * 4) / 5);
    }
    .house-flow-list-item + .house-flow-list-item{
        margin-left: calc(20 / var(--font-size) * 1rem);
    }
    .house-flow-list-item__in{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .house-flow-list-item__header{
        text-align: center;
        position: relative;
    }
    .house-flow-list-item-img{
        width: calc(85 / var(--font-size) * 1rem);
        display: inline-block;
        margin-left: calc(2.5 / var(--font-size) * 1rem);
    }
    .house-flow-list-content{
        background-color: var(--primary-color-10);
        padding: calc(30 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
        border-radius: calc(5 / var(--font-size) * 1rem);
        margin-top: calc(16 / var(--font-size) * 1rem * -1);
        flex: auto;
    }
    .house-flow-list-item-title{
        font-weight: bold;
        margin-bottom: calc(20 / var(--font-size) * 1rem);
        line-height: 1.8;
        text-align: center;
    }
    .house-flow-list-item-txt{
        font-size: calc(14 / var(--font-size) * 1rem);
        font-weight: bold;
        line-height: 1.8;
    }
    .house-flow-list-item__header{
        position: relative;
    }
    .house-flow-list-item + .house-flow-list-item .house-flow-list-item__header:before{
        content: "";
        position: absolute;
        top: 50%;
        left: -50%;
        margin-top: calc(8 / var(--font-size)* 1rem);
        width: 100%;
        transform: translate(0, -50%);
        height: calc(14 / var(--font-size)* 1rem);
        background-color: var(--primary-color-100);
        z-index: -1;
    }
    .house-flow-list-item:last-of-type .house-flow-list-item__header:before{
        width: calc(100% - (55 / var(--font-size)* 1rem));
    }
    .house-flow-list-item:last-of-type .house-flow-list-item__header:after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: calc(8 / var(--font-size)* 1rem);
        margin-left: calc(65 / var(--font-size)* 1rem * -1);
        transform: translate(50%, -50%);
        height: 30px;
        width: calc(30px / 2);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background-color: var(--primary-color-100);
    }
}

/* ==========================================================================
  IMG
========================================================================== */
@media all and (min-width: 768px), print {
    .house-img-content{
        max-width: 893px;
        margin-inline: auto;
    }
}
/* ==========================================================================
  NEWS
========================================================================== */
@media all and (min-width: 768px), print {
    .c-news.c-news--pickup .c-news-list__header {
        border-right: calc(1 / var(--font-size) * 1rem) solid var(--house-color-100);
    }
    .top-news{
        margin-top: calc(90 / var(--font-size) * 1rem);
        }
    .top-news__in {
    }
    .top-news__body {
        display: flex;
        padding: calc(90 / var(--font-size) * 1rem) 0;
    }
    .top-news__header {
        flex-shrink: 0;
        margin-right: calc(90 / var(--font-size) * 1rem);
        margin-bottom: 0;
    }
    .top-news__header-title .c-header-title {
        text-align: left;
    }
    .top-news__header-btn {
        width: calc(140 / var(--font-size) * 1rem);
        margin-top: calc(18 / var(--font-size) * 1rem);
    }
    .top-news__content {
    }
    .top-news .c-news-list__body{
        align-items: flex-start;
    }
    .top-news .c-news-cat{
        margin-top: 2px;
    }
}
@media all and (max-width: 767px) {
    .top-news{
        margin-top: calc(50 / var(--font-size) * 1rem);
      }
    .top-news__in {
    }
    .top-news__body {
      display: flex;
      flex-direction: column;
    }
    .top-news__header {
      flex-shrink: 0;
      margin-bottom: calc(30 / var(--font-size) * 1rem);
    }
    .top-news__header-title .c-header-title {
      text-align: left;
    }
    .top-news__header-btn {
      width: calc(140 / var(--font-size) * 1rem);
      margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .top-news__content {
    }
}
/* ==========================================================================
  INFO
========================================================================== */
@media all and (min-width: 768px) {
    .house-btn-container .c-ico-btn__body {
        padding: calc(20* var(--btn-rate) / var(--font-size)* 1rem) calc(30* var(--btn-rate) / var(--font-size)* 1rem);    
    }
    .house-btn-container .l-btn-list--4col {
        --gap-x: 20;
    }
}

@media all and (max-width: 767px) {
    .house-btn-container .c-ico-btn__body {
        flex-direction: row;
    }
    .house-btn-container .c-ico-btn-img{
        margin-bottom: 0;
    }
    .house-btn-container .c-ico-btn__body {
        min-height: calc(100 * var(--btn-rate) / var(--font-size) * 1rem);
        padding: calc(20 * var(--btn-rate) / var(--font-size) * 1rem) calc(40 * var(--btn-rate) / var(--font-size) * 1rem);
    }
}


/* startguide.html */
@media all and (min-width: 768px) {
    .getting-started .c-submit-box__in {
        border-radius: calc(20 / var(--font-size) * 1rem);
    }
    .c-submit-box-lead-head {
        text-align: center;
        color: var(--primary-color-100);
        margin-bottom: calc(24 / var(--font-size) * 1rem);
    }
    .getting-started .lead-sec .c-list-item{
        justify-content: center;
    }
    .lead-sec .l-page-sec__content > p{
        text-align: center;
    }
    .checkbox{
        border: 1px solid var(--gray-color-500);
        margin-top: calc(24 / var(--font-size) * 1rem);
        background-color: var(--primary-color-10);
    }
    .c-input__checkbox{
        display: flex;
        align-items: center;
    }
    .c-input__checkbox:nth-of-type(n+2){
        border-top: 1px solid var(--gray-color-500);
    }
    .checkbox input[type="checkbox"] {
        position: relative;
        width: calc(18 / var(--font-size) * 1rem);
        height: calc(18 / var(--font-size) * 1rem);
        border: calc(1 / var(--font-size) * 1rem) solid var(--gray-color-500);
        margin-left: calc(4 / var(--font-size) * 1rem);
        vertical-align: calc(-3 / var(--font-size) * 1rem);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        flex-shrink: 0;
        margin: calc(16 / var(--font-size) * 1rem);
        background: #fff;
    }
    label{
        background: #fff;
        padding: calc(16 / var(--font-size) * 1rem);
        width: 100%;
        border-left: 1px solid var(--gray-color-500);
    }
    input {
        font-size: calc(16 / var(--font-size, 16) * 1rem);
    }
    .checkbox .c-input__checkbox input[type="checkbox"]:checked:before {
        position: absolute;
        top: calc(2 / var(--font-size) * 1rem);
        left: calc(5 / var(--font-size) * 1rem);
        transform: rotate(50deg);
        width: calc(6 / var(--font-size) * 1rem);
        height: calc(9 / var(--font-size) * 1rem);
        border-right: calc(2 / var(--font-size) * 1rem) solid var(--gray-color-500);
        border-bottom: calc(2 / var(--font-size) * 1rem) solid var(--gray-color-500);
        content: '';
    }
    .checkbox .c-input__checkbox input[type="checkbox"]{
        margin-right: calc(16 / var(--font-size) * 1rem);
    }
    .table-note{
        margin-top: calc(16 / var(--font-size) * 1rem);
    }
    .table-note .c-list-item__in--ico{
        margin-right: calc(8 / var(--font-size) * 1rem);
    }
    .type-contents{
        margin-top: calc(32 / var(--font-size) * 1rem);
    }
    .type-contents:nth-last-child(2){
        margin-bottom: calc(48 / var(--font-size)* 1rem);
    }
    .type-table{
        margin-top: calc(16 / var(--font-size) * 1rem);
    }
    .type-table .table-cell{
        text-align-last: left;
        padding: calc(20 / var(--font-size) * 1rem);
        border: calc(1 / var(--font-size)* 1rem) solid var(--gray-color-200);
    }
    .type-table .type-head{
        min-width: calc(180 / var(--font-size) * 1rem);
    }
    .type-table .type-text{
        width: 100%;
    }

    .getting-started .tab{
        margin-top: calc(32 / var(--font-size) * 1rem);
    }

    .flow-bottom .l-btn-list-item{
        margin: calc(32 / var(--font-size) * 1rem) 0 0 auto;
    }
    .flow-bottom .l-btn-list-item{
        width: calc(320 / var(--font-size) * 1rem);
    }
    .schedule-btn{
        margin-top: calc(16 / var(--font-size) * 1rem);
    }

}

@media all and (max-width: 767px) {
    .getting-started .c-submit-box__in {
        border-radius: calc(20 / var(--font-size) * 1rem);
    }
    .c-submit-box-lead-head {
        text-align: center;
        color: var(--primary-color-100);
        margin-bottom: calc(24 / var(--font-size) * 1rem);
    }
    .getting-started .lead-sec .c-list-item{
        justify-content: center;
    }
    .checkbox{
        border: 1px solid var(--gray-color-500);
        margin-top: calc(24 / var(--font-size) * 1rem);
        background-color: var(--primary-color-10);
    }
    .c-input__checkbox{
        display: flex;
        align-items: center;
    }
    .c-input__checkbox:nth-of-type(n+2){
        border-top: 1px solid var(--gray-color-500);
    }
    .checkbox .c-input__checkbox input[type="checkbox"] {
        position: relative;
        width: calc(18 / var(--font-size) * 1rem);
        height: calc(18 / var(--font-size) * 1rem);
        border: calc(1 / var(--font-size) * 1rem) solid var(--gray-color-500);
        margin-left: calc(4 / var(--font-size) * 1rem);
        vertical-align: calc(-3 / var(--font-size) * 1rem);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        flex-shrink: 0;
        margin: calc(16 / var(--font-size) * 1rem);
        background: #fff;
    }
    label{
        background: #fff;
        padding: calc(16 / var(--font-size) * 1rem);
        width: 100%;
        border-left: 1px solid var(--gray-color-500);
    }
    label .c-txt,
    label .c-list--indent .c-list-item__in--ico{
        font-size: calc(14 / var(--font-size) * 1rem);
    }
    input {
        font-size: calc(16 / var(--font-size, 16) * 1rem);
    }
    .checkbox .c-input__checkbox input[type="checkbox"]:checked:before {
        position: absolute;
        top: calc(2 / var(--font-size) * 1rem);
        left: calc(5 / var(--font-size) * 1rem);
        transform: rotate(50deg);
        width: calc(6 / var(--font-size) * 1rem);
        height: calc(9 / var(--font-size) * 1rem);
        border-right: calc(2 / var(--font-size) * 1rem) solid var(--gray-color-500);
        border-bottom: calc(2 / var(--font-size) * 1rem) solid var(--gray-color-500);
        content: '';
    }
    .checkbox .c-input__checkbox input[type="checkbox"]{
        margin-right: calc(16 / var(--font-size) * 1rem);
    }
    .table-note{
        margin-top: calc(16 / var(--font-size) * 1rem);
    }
    .table-note .c-list-item__in--ico{
        margin-right: calc(8 / var(--font-size) * 1rem);
    }
    .type-contents{
        margin-top: calc(32 / var(--font-size) * 1rem);
    }
    .type-table{
        margin-top: calc(20 / var(--font-size) * 1rem);
    }
    .type-table .table-cell{
        text-align-last: left;
        padding: calc(20 / var(--font-size) * 1rem);
        border: calc(1 / var(--font-size)* 1rem) solid var(--gray-color-200);
    }
    .type-table .type-head{
        min-width: calc(180 / var(--font-size) * 1rem);
    }
    .table-note-scrollable{
        margin-left: calc(25 / var(--font-size) * 1rem);
    }


    .getting-started .tab{
        margin-top: calc(32 / var(--font-size) * 1rem);
    }

    .flow-bottom .l-btn-list-item{
        margin: calc(32 / var(--font-size) * 1rem) 0 0 0;
    }
    .flow-bottom .l-btn-list-item{
        width: calc(320 / var(--font-size) * 1rem);
    }
    .schedule-btn{
        margin-top: calc(16 / var(--font-size) * 1rem);
    }

    
}


@media all and (max-width: 767px) {
    .type-sec .type-table{
        width: calc(748 / var(--font-size) * 1rem);
        margin-left: calc(25 / var(--font-size) * 1rem);
        margin-right: calc(25 / var(--font-size) * 1rem);
    }
    .c-btn--s--sp{
        --btn-txt-font-size: 14;
        --btn-min-height: 36;
        --btn-ico-size: 9;
        --btn-px: 30;
        width: calc(260 / var(--font-size) * 1rem) !important;
    }
    .u-btn-center-sp{
        margin-left: auto !important;
        margin-right: auto !important;
        width: calc(260 / var(--font-size) * 1rem) !important;
    }
    .type-sec .type-table .c-list--indent .c-list-item__in--ico{
        font-size: calc(14 / var(--font-size) * 1rem);
    }
    .house-note-txt{
        display: block;
    }
    .house-desc__content{
        margin-left: calc(25 / var(--font-size) * 1rem);
    }
    .public-table-item{
        text-align: left;
    }
    .house-note-txt-indent{
        margin-left: 1em;
    }
    .l-main-container__in {
        padding-bottom: calc(70 / var(--font-size) * 1rem);
    }
}
