/* ==========================================================================
   toppage
   ========================================================================== */
/* contractList
   ----------------------------------------------------------------- */
   .contractList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  @media screen and (max-width: 1023px) {
    .contractList {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0vw 0vw 9.33vw 0vw;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList {
      padding: 0vw 0vw 14vw 0vw;
    }
  }
  @media screen and (min-width: 1024px) {
    .contractList {
      padding: 1.5vw 0 3vw;
    }
  }
  @media screen and (min-width: 1780px) {
    .contractList {
      padding: 25px 0 75px;
    }
  }
  .contractList__title {
    position: relative;
    width: 380px;
  }
  @media screen and (max-width: 1023px) {
    .contractList__title {
      width: 100%;
      margin: 0vw 0vw 3vw 0vw;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__title {
      margin: 0vw 0vw 4vw 0vw;
    }
  }
  .contractList__titlecontent {
    display: block;
    width: 100%;
    background: rgba(0, 20, 150, 0.8);
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }
  @media screen and (max-width: 1023px) {
    .contractList__titlecontent {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 15px 0;
      font-size: 40px;
      font-size: 4rem;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__titlecontent {
      font-size: 25px;
      font-size: 2.5rem;
    }
  }
  @media screen and (min-width: 1024px) {
    .contractList__titlecontent {
      margin-bottom: 15px;
      position: absolute;
      top: -100px;
      padding: 25px 0;
      font-size: 16.4px;
      font-size: 2.19vw;
    }
  }
  @media screen and (min-width: 1780px) {
    .contractList__titlecontent {
      font-size: 40px;
      font-size: 4rem;
    }
  }
  .contractList__titlecontent .text {
    line-height: 1.6;
    font-size: 17px;
    display: block;
    font-weight: 300;
  }
  @media screen and (min-width: 1024px) {
    .contractList__titlecontent .text {
      font-size: 7px;
      font-size: 0.93vw;
      margin-bottom: 10px;
    }
  }
  @media screen and (min-width: 1780px) {
    .contractList__titlecontent .text {
      font-size: 17px;
      font-size: 1.7rem;
    }
  }
  .contractList__titlecontent .en {
    font-family: "Jost", sans-serif;
    font-weight: 400;
  }
  @media screen and (min-width: 1024px) {
    .contractList__titlecontent .en {
      font-size: 20.5px;
      font-size: 2.73vw;
      font-size: 50px;
    }
  }
  @media screen and (min-width: 1780px) {
    .contractList__titlecontent .en {
      font-size: 60px;
      font-size: 6rem;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__titlecontent .en {
      font-size: 35px;
      font-size: 3.5rem;
    }
  }
  .contractList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 220px;
    padding: 20px 15px 15px;
    margin: 0 5px;
  }
  @media screen and (max-width: 1023px) {
    .contractList__item {
      width: 17.9%;
      padding: 15px 5px 10px;
      margin: 0 5px;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px 0px 15px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__item:nth-child(-n+4) .title {
      width: 100%;
      margin-bottom: 15px;
    }
  }
  .contractList__item .title {
    text-align: center;
    line-height: 1.3;
    font-weight: 300;
  }
  @media screen and (max-width: 1023px) {
    .contractList__item .title {
      font-size: 12px;
      font-size: 1.6vw;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__item .title {
      font-size: 23px;
      font-size: 3.07vw;
    }
  }
  @media screen and (min-width: 1024px) {
    .contractList__item .title {
      font-size: 7px;
      font-size: 0.93vw;
    }
  }
  @media screen and (min-width: 1780px) {
    .contractList__item .title {
      font-size: 17px;
      font-size: 1.7rem;
    }
  }
  .contractList__item .number {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 0.7;
    letter-spacing: 0;
  }
  @media screen and (max-width: 1023px) {
    .contractList__item .number {
      font-size: 40px;
      font-size: 5.33vw;
    }
  }
  @media screen and (min-width: 1024px) {
    .contractList__item .number {
      font-size: 24.6px;
      font-size: 3.28vw;
    }
  }
  @media screen and (min-width: 1780px) {
    .contractList__item .number {
      font-size: 60px;
      font-size: 6rem;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__item .number {
      font-size: 40px;
      font-size: 4rem;
      margin: 0 5px;
    }
  }
  .contractList__item .text {
    font-size: 30px;
  }
  @media screen and (max-width: 1023px) {
    .contractList__item .text {
      font-size: 20px;
      font-size: 2.67vw;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__item .text {
      font-size: 26px;
      font-size: 3.47vw;
    }
  }
  @media screen and (min-width: 1024px) {
    .contractList__item .text {
      font-size: 12.3px;
      font-size: 1.64vw;
    }
  }
  @media screen and (min-width: 1780px) {
    .contractList__item .text {
      font-size: 30px;
      font-size: 3rem;
    }
  }
  .contractList__item:nth-child(-n+3) {
    border-right: 1px solid #001496;
  }
  @media screen and (max-width: 767px) {
    .contractList__item:nth-child(-n+4) {
      width: 30%;
    }
  }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .contractList__item:nth-child(-n+4) {
      margin: 0vw 0vw 4vw 0vw;
    }
  }
  .contractList__item:nth-child(-n+4) .number {
    color: #001496;
  }
  @media screen and (max-width: 767px) {
    .contractList__item:nth-child(2) {
      margin-left: 4vw;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .contractList__item:nth-child(2) {
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__item:nth-child(4) {
      margin-right: 4vw;
    }
  }
  .contractList__item:nth-child(5) {
    color: #fff;
    background: #0A64F0;
  }
  @media screen and (max-width: 767px) {
    .contractList__item:nth-child(5) {
      width: 50%;
      margin: 0;
    }
  }
  .contractList__item:nth-child(6) {
    margin-right: 0px;
    color: #fff;
    background: #001496;
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .contractList__item:nth-child(6) {
      margin-right: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .contractList__item:nth-child(6) {
      width: 50%;
      margin: 0;
    }
  }
  /* contentLink
     ----------------------------------------------------------------- */
  .contentLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .contentLink.error {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .contentLink.error .contentLink__item {
      margin: 0 3px;
    }
  }
  @media screen and (max-width: 1023px) {
    .contentLink {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .contentLink__title {
    position: relative;
    width: 372px;
  }
  .contentLink__titlecontent {
    position: absolute;
    top: -100px;
    display: block;
    width: 100%;
    background: rgba(0, 20, 150, 0.8);
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
    padding: 50px 0;
  }
  .contentLink__titlecontent .text {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
  }
  .contentLink__titlecontent .en {
    font-family: "Jost", sans-serif;
    font-size: 50px;
  }
  .contentLink__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 15px 0px;
    position: relative;
    text-align: center;
  }
  @media screen and (max-width: 1023px) {
    .contentLink__item {
      width: 49.45%;
      height: 42vw;
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .contentLink__item:nth-child(3), .contentLink__item:nth-child(4) {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .contentLink__item {
      width: 100%;
      height: 86vw;
    }
    .contentLink__item:nth-child(4) {
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .contentLink__item {
      height: 26vw;
      width: calc(25% - 3px);
    }
  }
  @media screen and (min-width: 1280px) {
    .contentLink__item {
      height: 23vw;
    }
  }
  @media screen and (min-width: 1480px) {
    .contentLink__item {
      height: 340px;
    }
  }
  .contentLink__item .en {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    font-weight: 400;
  }
  .contentLink__item:nth-child(1) {
    margin-left: 0px;
  }
  .contentLink__item:nth-child(1) .en {
    color: #001496;
  }
  .contentLink__item:nth-child(2) .en {
    color: #3DBCC7;
  }
  .contentLink__item:nth-child(3) .en {
    color: #7BB662;
  }
  .contentLink__item:nth-child(4) .en {
    color: #CFB48E;
  }
  .contentLink__item.showroom .en {
    color: #9c6d2c;
  }
  .contentLink__item.reform .en {
    color: #3B83F3;
  }
  .contentLink__item.reform .contentLink__textArea {
    background: #fff;
  }
  .contentLink__item.reform .title {
    color: #000;
  }
  .contentLink__item.reform .text {
    color: #333333;
  }
  .contentLink__item.color .en {
    color: #4c3110;
  }
  .contentLink__item.color .contentLink__textArea {
    background: #CCAA80;
  }
  .contentLink__item.color .title {
    color: #fff;
  }
  .contentLink__item.color .text {
    color: #4c3110;
  }
  .contentLink__item .title {
    font-size: 30px;
    line-height: 1;
    margin: 13px 0 15px;
    font-weight: 500;
    color: #000;
  }
  .contentLink__item .text {
    font-weight: 300;
    font-size: 17px;
  }
  .contentLink__imageArea {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  .contentLink__textArea {
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 30px 0;
    width: 96%;
  }
  /* contentLink-h
     ----------------------------------------------------------------- */
  .contentLink-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  @media screen and (max-width: 1023px) {
    .contentLink-h {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .contentLink-h__title {
    position: relative;
    width: 372px;
  }
  .contentLink-h__titlecontent {
    position: absolute;
    top: -100px;
    display: block;
    width: 100%;
    background: rgba(0, 20, 150, 0.8);
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
    padding: 50px 0;
  }
  .contentLink-h__titlecontent .text {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
  }
  .contentLink-h__titlecontent .en {
    font-family: "Jost", sans-serif;
    font-size: 50px;
  }
  .contentLink-h__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 15px 0px;
    position: relative;
    margin: 2px;
    text-align: center;
  }
  @media screen and (max-width: 1023px) {
    .contentLink-h__item {
      width: 49.45%;
      height: 42vw;
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .contentLink-h__item:nth-child(3), .contentLink-h__item:nth-child(4) {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .contentLink-h__item {
      width: 100%;
      height: 86vw;
    }
    .contentLink-h__item:nth-child(4) {
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .contentLink-h__item {
      height: 26vw;
      width: 25%;
    }
  }
  @media screen and (min-width: 1280px) {
    .contentLink-h__item {
      height: 23vw;
    }
  }
  @media screen and (min-width: 1480px) {
    .contentLink-h__item {
      height: 340px;
    }
  }
  .contentLink-h__item .en {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    font-weight: 400;
  }
  .contentLink-h__item:nth-child(1) {
    margin-left: 0px;
  }
  .contentLink-h__item:nth-child(1) .en {
    color: #3DBCC7;
  }
  .contentLink-h__item:nth-child(2) .en {
    color: #7BB662;
  }
  .contentLink-h__item:nth-child(3) .en {
    color: #9c6d2c;
  }
  .contentLink-h__item:nth-child(4) {
    margin-right: 0px;
  }
  .contentLink-h__item:nth-child(4) .en {
    color: #4c3110;
  }
  .contentLink-h__item:nth-child(4) .contentLink-h__textArea {
    background: #CCAA80;
  }
  .contentLink-h__item:nth-child(4) .title {
    color: #fff;
  }
  .contentLink-h__item:nth-child(4) .text {
    color: #4c3110;
  }
  .contentLink-h__item .title {
    font-size: 30px;
    line-height: 1;
    margin: 13px 0 15px;
    font-weight: 500;
    color: #000;
  }
  .contentLink-h__item .text {
    font-weight: 300;
    font-size: 17px;
  }
  .contentLink-h__imageArea {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  .contentLink-h__textArea {
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 30px 0;
    width: 96%;
  }
  /* contentLink-new
     ----------------------------------------------------------------- */
  .contentLink-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .contentLink-new.error {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .contentLink-new.error .contentLink__item {
      margin: 0 3px;
    }
  }
  @media screen and (max-width: 1023px) {
    .contentLink-new {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .contentLink-new__title {
    position: relative;
    width: 372px;
  }
  .contentLink-new__titlecontent {
    position: absolute;
    top: -100px;
    display: block;
    width: 100%;
    background: rgba(0, 20, 150, 0.8);
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
    padding: 50px 0;
  }
  .contentLink-new__titlecontent .text {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
  }
  .contentLink-new__titlecontent .en {
    font-family: "Jost", sans-serif;
    font-size: 50px;
  }
  .contentLink-new__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 15px 0px;
    position: relative;
    text-align: center;
  }
  @media screen and (max-width: 1023px) {
    .contentLink-new__item {
      width: 49.45%;
      height: 42vw;
      margin-bottom: 30px;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .contentLink-new__item:nth-child(3), .contentLink-new__item:nth-child(4) {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .contentLink-new__item {
      width: 100%;
      height: 86vw;
    }
    .contentLink-new__item:nth-child(4) {
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .contentLink-new__item {
      height: 26vw;
      width: calc(33.3333333333% - 30px);
    }
  }
  @media screen and (min-width: 1280px) {
    .contentLink-new__item {
      height: 25.5vw;
    }
  }
  @media screen and (min-width: 1480px) {
    .contentLink-new__item {
      height: 380px;
    }
  }
  .contentLink-new__item .en {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    font-weight: 400;
  }
  .contentLink-new__item:nth-child(1) {
    margin-left: 0px;
  }
  .contentLink-new__item:nth-child(1) .en {
    color: #001496;
  }
  .contentLink-new__item:nth-child(2) .en {
    color: #3DBCC7;
  }
  .contentLink-new__item:nth-child(3) .en {
    color: #7BB662;
  }
  .contentLink-new__item:nth-child(4) .en {
    color: #CFB48E;
  }
  .contentLink-new__item.showroom .en {
    color: #9c6d2c;
  }
  .contentLink-new__item.reform .en {
    color: #3B83F3;
  }
  .contentLink-new__item.reform .contentLink__textArea {
    background: #fff;
  }
  .contentLink-new__item.reform .title {
    color: #000;
  }
  .contentLink-new__item.reform .text {
    color: #333333;
  }
  .contentLink-new__item.color .en {
    color: #4c3110;
  }
  .contentLink-new__item.color .contentLink__textArea {
    background: #CCAA80;
  }
  .contentLink-new__item.color .title {
    color: #fff;
  }
  .contentLink-new__item.color .text {
    color: #4c3110;
  }
  .contentLink-new__item .title {
    font-size: 30px;
    line-height: 1;
    margin: 13px 0 15px;
    font-weight: 500;
    color: #000;
  }
  .contentLink-new__item .text {
    font-weight: 300;
    font-size: 17px;
  }
  .contentLink-new__imageArea {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  .contentLink-new__textArea {
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 30px 0;
    width: 96%;
  }
  /* btnArea
     ----------------------------------------------------------------- */
  .btnArea {
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .btnArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  .btnArea__item {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  @media screen and (max-width: 1023px) {
    .btnArea__item {
      width: 540px;
      margin: 0 auto;
    }
    .btnArea__item:nth-child(1) {
      margin: 0 auto 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .btnArea__item {
      width: 100%;
    }
  }
  @media screen and (min-width: 1024px) {
    .btnArea__item {
      width: 48%;
    }
  }
  .btnArea__item .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 20px;
  }
  @media screen and (max-width: 767px) {
    .btnArea__item .btn {
      padding: 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .btnArea__item:hover .btn {
    border-bottom: 1px solid #3B83F3;
    border-right: 1px solid #3B83F3;
  }
  .btnArea__item .title {
    color: #000;
  }
  @media screen and (max-width: 767px) {
    .btnArea__item .title {
      line-height: 1.3;
      font-weight: 500;
      font-size: 30px;
      margin-top: 5px;
      margin-left: 10px;
    }
  }
  .btnArea__textArea {
    line-height: 1.6;
    padding-left: 30px;
  }
  @media screen and (max-width: 767px) {
    .btnArea__textArea {
      padding-left: 20px;
    }
  }
  .btnArea__textArea .en {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.25em;
    margin-bottom: 5px;
    font-size: 17px;
    color: #00C8E7;
  }
  @media screen and (max-width: 767px) {
    .btnArea__textArea .en {
      letter-spacing: 0.15em;
      margin-bottom: 5px;
      font-size: 18px;
    }
  }
  .btnArea__textArea .title {
    color: #000;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .btnArea__textArea .title {
      font-size: 24px;
    }
  }
  .btnArea__text {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 300;
  }
  .btnArea__image {
    max-width: 180px;
  }
  .btnArea__image.min {
    padding: 0 15px;
  }
  @media screen and (max-width: 767px) {
    .btnArea__image.min {
      padding: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .btnArea__image {
      max-width: 40%;
    }
  }
  /* topicsArea
     ----------------------------------------------------------------- */
  .topicsArea {
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .topicsArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  .topicsArea__item {
    position: relative;
    width: 48%;
  }
  @media screen and (max-width: 1023px) {
    .topicsArea__item {
      width: 540px;
      margin: 0 auto;
    }
    .topicsArea__item:nth-child(1) {
      margin: 0vw auto 16vw auto;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .topicsArea__item:nth-child(1) {
      margin: 0vw auto 13.03vw auto;
    }
  }
  @media screen and (max-width: 767px) {
    .topicsArea__item {
      width: 100%;
    }
  }
  
  /* topicsList
     ----------------------------------------------------------------- */
  .topicsList__item {
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-bottom: 25px;
  }
  .topicsList__item .btmtext {
    font-size: 17px;
    font-weight: 300;
    padding-top: 5px;
  }
  @media screen and (max-width: 767px) {
    .topicsList__item .btmtext {
      display: block;
    }
  }
  @media screen and (max-width: 1023px) {
    .topicsList__item {
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .topicsList__item {
      border-bottom: 1px solid #999999;
      border-right: 1px solid #999999;
      padding: 0px 10px 10px 0;
    }
    .topicsList__item:hover {
      border-bottom: 1px solid #3B83F3;
      border-right: 1px solid #3B83F3;
    }
  }
  .topicsList__item:last-child {
    margin-bottom: 0px;
  }
  .topicsList__item .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @media screen and (min-width: 768px) {
    .topicsList__item .btn {
      border-bottom: 1px solid #999999;
      border-right: 1px solid #999999;
      padding: 0 15px 15px 0;
    }
  }
  @media screen and (min-width: 768px) {
    .topicsList__item:hover .btn {
      border-bottom: 1px solid #3B83F3;
      border-right: 1px solid #3B83F3;
    }
  }
  .topicsList__textArea {
    width: 380px;
    line-height: 1.6;
    padding-left: 15px;
    font-weight: 300;
    font-size: 17px;
  }
  @media screen and (max-width: 1023px) {
    .topicsList__textArea {
      width: 65%;
    }
  }
  .topicsList__textArea .meta {
    margin-top: -5px;
  }
  .topicsList__textArea .new {
    font-family: "Jost", sans-serif;
    margin: 0 10px;
    color: #B59F0C;
  }
  .topicsList__textArea .text {
    min-height: 5em;
  }
  @media screen and (max-width: 767px) {
    .topicsList__textArea .text {
      min-height: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .topicsList__textArea .shop {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .topicsList__textArea {
      width: 70%;
      padding-left: 10px;
    }
  }
  .topicsList__arrow {
    width: 35px;
    margin: 0 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media screen and (max-width: 767px) {
    .topicsList__arrow {
      display: none;
    }
  }
  .topicsList__text {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 17px;
  }
  .topicsList__image {
    max-width: 110px;
    max-height: 110px;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .topicsList__image {
      max-width: 100px;
      max-height: 100px;
    }
  }
  .topicsList__image img {
    width: 110px;
    height: 110px;
  }
  @media screen and (max-width: 767px) {
    .topicsList__image img {
      width: 100px;
      height: 100px;
    }
  }
  /* topicsList2
     ----------------------------------------------------------------- */
  .topicsList2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .topicsList2 {
      width: 540px;
      margin: 0 auto;
    }
  }
  .topicsList2__item {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-bottom: 25px;
    width: calc(50% - 20px);
  }
  .topicsList2__item .btmtext {
    font-size: 17px;
    font-weight: 300;
    padding-top: 5px;
  }
  @media screen and (max-width: 767px) {
    .topicsList2__item .btmtext {
      display: block;
    }
  }
  @media screen and (max-width: 1023px) {
    .topicsList2__item {
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .topicsList2__item {
      border-bottom: 1px solid #999999;
      border-right: 1px solid #999999;
      padding: 0px 10px 10px 0;
    }
    .topicsList2__item:hover {
      border-bottom: 1px solid #3B83F3;
      border-right: 1px solid #3B83F3;
    }
  }
  @media screen and (min-width: 1024px) {
    .topicsList2__item:nth-last-child(-n+2) {
      margin-bottom: 0px;
    }
  }
  .topicsList2__item:last-child {
    margin-bottom: 0px;
  }
  .topicsList2__item .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @media screen and (min-width: 768px) {
    .topicsList2__item .btn {
      border-bottom: 1px solid #999999;
      border-right: 1px solid #999999;
      padding: 0 15px 15px 0;
    }
  }
  @media screen and (min-width: 768px) {
    .topicsList2__item:hover .btn {
      border-bottom: 1px solid #3B83F3;
      border-right: 1px solid #3B83F3;
    }
  }
  .topicsList2__textArea {
    width: 380px;
    line-height: 1.6;
    padding-left: 15px;
    font-weight: 300;
    font-size: 17px;
  }
  @media screen and (max-width: 1023px) {
    .topicsList2__textArea {
      width: 65%;
    }
  }
  .topicsList2__textArea .meta {
    margin-top: -5px;
  }
  .topicsList2__textArea .new {
    font-family: "Jost", sans-serif;
    margin: 0 10px;
    color: #B59F0C;
  }
  .topicsList2__textArea .text {
    min-height: 5em;
  }
  @media screen and (max-width: 767px) {
    .topicsList2__textArea .text {
      min-height: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .topicsList2__textArea .shop {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .topicsList2__textArea {
      width: 70%;
      padding-left: 10px;
    }
  }
  .topicsList2__arrow {
    width: 35px;
    margin: 0 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media screen and (max-width: 767px) {
    .topicsList2__arrow {
      display: none;
    }
  }
  .topicsList2__text {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 17px;
  }
  .topicsList2__image {
    max-width: 110px;
    max-height: 110px;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .topicsList2__image {
      max-width: 100px;
      max-height: 100px;
    }
  }
  .topicsList2__image img {
    width: 110px;
    height: 110px;
  }
  @media screen and (max-width: 767px) {
    .topicsList2__image img {
      width: 100px;
      height: 100px;
    }
  }
  /* mhLink
     ----------------------------------------------------------------- */
  .mhLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  @media screen and (max-width: 1023px) {
    .mhLink {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  @media screen and (max-width: 767px) {
    .mhLink {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .mhLink.top {
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .mhLink.top .mhLink__item {
      width: 47.5%;
    }
  }
  @media screen and (max-width: 767px) {
    .mhLink.top .mhLink {
      aspect-ratio: 1/1;
    }
  }
  .mhLink__title {
    width: 372px;
  }
  .mhLink__item {
    background: #fff;
    border: 1px solid #727171;
    padding: 10px;
    position: relative;
    margin: 2px;
    width: 24.8%;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .mhLink__item:hover {
    border: 1px solid #3B83F3;
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .mhLink__item {
      width: 100%;
      aspect-ratio: 1/1;
      overflow: hidden;
      margin: 5px;
    }
  }
  @media screen and (max-width: 767px) {
    .mhLink__item {
      width: 100%;
      height: auto;
      margin: 0 0 4px;
    }
  }
  .mhLink__item .en {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    font-weight: 400;
    color: #727171;
  }
  @media screen and (max-width: 767px) {
    .mhLink__item .en {
      font-size: 14px;
    }
  }
  .mhLink__item:nth-child(1) img {
    width: 125px;
  }
  @media screen and (max-width: 767px) {
    .mhLink__item:nth-child(1) img {
      width: 75px;
    }
  }
  .mhLink__item:nth-child(2) img {
    width: 237px;
  }
  @media screen and (max-width: 767px) {
    .mhLink__item:nth-child(2) img {
      width: 140px;
    }
  }
  .mhLink__item:nth-child(3) img {
    width: 222px;
  }
  @media screen and (max-width: 767px) {
    .mhLink__item:nth-child(3) img {
      width: 130px;
    }
  }
  .mhLink__item:nth-child(4) img {
    width: 190px;
  }
  @media screen and (max-width: 767px) {
    .mhLink__item:nth-child(4) img {
      width: 110px;
    }
  }
  .mhLink__item .title {
    font-size: 30px;
    line-height: 1;
    margin: 10px 0 5px;
    font-weight: 500;
    color: #000;
  }
  @media screen and (max-width: 767px) {
    .mhLink__item .title {
      font-size: 25px;
    }
  }
  .mhLink__imageArea {
    height: 170px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media screen and (max-width: 1023px) {
    .mhLink__imageArea {
      height: 155px;
    }
  }
  @media screen and (max-width: 767px) {
    .mhLink__imageArea {
      height: 100px;
    }
  }
  .mhLink__textArea {
    z-index: 100;
    padding: 15px 0;
  }
  @media screen and (max-width: 767px) {
    .mhLink__textArea {
      padding: 5px 0;
    }
  }
  /* shopLink
     ----------------------------------------------------------------- */
  .shopLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shopLink__title {
    position: relative;
    width: 372px;
  }
  .shopLink__titlecontent {
    position: absolute;
    top: -100px;
    display: block;
    width: 100%;
    background: rgba(0, 20, 150, 0.8);
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
    padding: 50px 0;
  }
  .shopLink__titlecontent .text {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
  }
  .shopLink__titlecontent .en {
    font-family: "Jost", sans-serif;
    font-size: 50px;
  }
  .shopLink__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 15px 0;
    position: relative;
    text-align: center;
  }
  @media screen and (min-width: 1024px) {
    .shopLink__item:nth-child(-n+4) {
      margin: 0vw 0vw 2.63vw 0vw;
    }
  }
  @media screen and (max-width: 1023px) {
    .shopLink__item {
      width: 49.8%;
      height: auto;
      margin-bottom: 30px;
      padding-top: 28vw;
    }
  }
  @media screen and (max-width: 767px) {
    .shopLink__item {
      padding: 27vw 5px 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .shopLink__item {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 33.5vw;
      width: 25%;
    }
  }
  @media screen and (min-width: 1280px) {
    .shopLink__item {
      width: 24.8%;
    }
  }
  @media screen and (min-width: 1480px) {
    .shopLink__item {
      height: 480px;
    }
  }
  .shopLink__item .en {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    font-weight: 400;
    color: #001496;
  }
  @media screen and (max-width: 767px) {
    .shopLink__item .en {
      letter-spacing: 0.1em;
      font-size: 14px;
    }
  }
  .shopLink__item:nth-child(7) .en, .shopLink__item:nth-child(8) .en {
    color: #CFB48E;
  }
  .shopLink__item .title {
    font-size: 30px;
    line-height: 1;
    margin: 13px 0 15px;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .shopLink__item .title {
      font-size: 21px;
    }
  }
  .shopLink__item .text {
    font-weight: 300;
  }
  @media screen and (max-width: 767px) {
    .shopLink__item .text {
      font-size: 17px;
      text-align: left;
    }
  }
  .shopLink__item .btnArea {
    margin-top: 15px;
  }
  @media screen and (min-width: 1024px) {
    .shopLink__item .btnArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  .shopLink__item .btnArea a {
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 5px;
    text-align: center;
    display: block;
    margin: 0 1%;
    width: 100%;
    font-weight: 300;
  }
  @media screen and (min-width: 1024px) and (max-width: 1479px) {
    .shopLink__item .btnArea a {
      font-size: 1vw;
    }
  }
  @media screen and (max-width: 1023px) {
    .shopLink__item .btnArea a {
      margin: 0;
    }
  }
  .shopLink__item .btnArea a:nth-child(1) {
    border: 1px solid #0A64F0;
  }
  @media screen and (max-width: 1023px) {
    .shopLink__item .btnArea a:nth-child(1) {
      margin: 0 0% 5px;
    }
  }
  .shopLink__item .btnArea a:nth-child(1):hover {
    background: #0A64F0;
    color: #fff;
    opacity: 1;
  }
  .shopLink__item .btnArea a:nth-child(2) {
    border: 1px solid #001496;
  }
  .shopLink__item .btnArea a:nth-child(2):hover {
    background: #001496;
    color: #fff;
    opacity: 1;
  }
  @media screen and (max-width: 767px) {
    .shopLink__item .btnArea a {
      font-size: 17px;
    }
  }
  .shopLink__item:nth-child(1) .btnArea a {
    border: 1px solid #001496;
  }
  .shopLink__item:nth-child(1) .btnArea a:hover {
    background: #001496;
    color: #fff;
    opacity: 1;
  }
  .shopLink__item:nth-child(7) .btnArea a, .shopLink__item:nth-child(8) .btnArea a {
    border: 1px solid #CFB48E;
  }
  .shopLink__item:nth-child(7) .btnArea a:hover, .shopLink__item:nth-child(8) .btnArea a:hover {
    background: #CFB48E;
    color: #fff;
  }
  .shopLink__item:nth-child(7) .btnArea a:last-child, .shopLink__item:nth-child(8) .btnArea a:last-child {
    border: 1px solid #9c6d2c;
  }
  .shopLink__item:nth-child(7) .btnArea a:last-child:hover, .shopLink__item:nth-child(8) .btnArea a:last-child:hover {
    background: #9c6d2c;
    color: #fff;
  }
  .shopLink__imageArea {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  .shopLink__textArea {
    color: #000;
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 30px 5px;
    width: 96%;
  }
  @media screen and (max-width: 767px) {
    .shopLink__textArea {
      padding: 10px;
    }
  }
  /* blankBtnarea
     ----------------------------------------------------------------- */
  .blankBtnarea {
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .blankBtnarea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .blankBtnarea.center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  .blankBtnarea__item {
    position: relative;
    width: 48%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*
            &:nth-child(1){
                .btn{
                    background:url(../image/top/showroom.jpg);
                    background-position:center center;
                    background-size:cover;
                    @include mq(large , max, true) {
                        background:url(../image/top/showroom_tb.jpg);
                        background-position:center center;
                        background-size:cover;
                    }
                }
            }
    */
  }
  @media screen and (max-width: 1023px) {
    .blankBtnarea__item {
      width: 540px;
      display: block;
      margin: 0 auto;
    }
    .blankBtnarea__item:nth-child(1) {
      margin: 0 auto 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .blankBtnarea__item {
      width: 100%;
    }
  }
  .blankBtnarea__item .rent,
  .blankBtnarea__item .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
  .blankBtnarea__item:nth-child(2) .rent {
    background: url(../image/top/rentalbox.jpg);
    background-position: center center;
    background-size: cover;
  }
  @media screen and (max-width: 1023px) {
    .blankBtnarea__item:nth-child(2) .rent {
      background: url(../image/top/rentalbox_tb.jpg);
      background-position: center center;
      background-size: cover;
    }
  }
  .blankBtnarea__item:nth-child(1) .btn {
    background: url(../image/top/modelhouse.jpg);
    background-position: center center;
    background-size: cover;
  }
  @media screen and (max-width: 1023px) {
    .blankBtnarea__item:nth-child(1) .btn {
      background: url(../image/top/modelhouse_tb.jpg);
      background-position: center center;
      background-size: cover;
    }
  }
  .blankBtnarea__textArea {
    line-height: 1.6;
    text-align: center;
    display: block;
    width: 100%;
    font-family: "Jost", sans-serif;
    color: #fff;
  }
  .blankBtnarea__textArea .en {
    letter-spacing: 0.25em;
    margin-bottom: 5px;
    font-size: 17px;
  }
  @media screen and (max-width: 767px) {
    .blankBtnarea__textArea .en {
      font-size: 14px;
    }
  }
  .blankBtnarea__textArea .title {
    font-weight: 300;
    font-size: 60px;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .blankBtnarea__textArea .title {
      font-size: 35px;
    }
  }
  .blankBtnarea__text {
    font-weight: 300;
    margin-top: 15px;
    line-height: 1.6;
    font-size: 17px;
  }
  .blankBtnarea__image {
    max-width: 180px;
  }
  .blankBtnarea__image.min {
    padding: 0 15px;
  }
  /* detailBtnarea
     ----------------------------------------------------------------- */
  .detailBtnarea {
    width: 100%;
  }
  .detailBtnarea__item {
    overflow: hidden;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  @media screen and (max-width: 1023px) {
    .detailBtnarea__item {
      width: 540px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .detailBtnarea__item {
      width: 100%;
    }
  }
  .detailBtnarea__item .rent,
  .detailBtnarea__item .btn {
    position: relative;
    overflow: hidden;
  }
  .detailBtnarea__textArea {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    line-height: 1.6;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-family: "Jost", sans-serif;
    color: #fff;
  }
  .detailBtnarea__textArea .en {
    letter-spacing: 0.25em;
    margin-bottom: 5px;
    font-size: 17px;
  }
  @media screen and (max-width: 767px) {
    .detailBtnarea__textArea .en {
      font-size: 14px;
    }
  }
  .detailBtnarea__textArea .title {
    font-weight: 400;
    font-size: 65px;
    line-height: 1.3;
  }
  @media screen and (max-width: 1023px) {
    .detailBtnarea__textArea .title {
      line-height: 1.1;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .detailBtnarea__textArea .title {
      font-size: 40px;
    }
  }
  .detailBtnarea__textArea .jp {
    font-weight: 300;
    font-size: 35px;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .detailBtnarea__textArea .jp {
      font-size: 26px;
    }
  }
  .detailBtnarea__imageArea {
    background: #563F05;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    data-align: center;
  }
  @media screen and (min-width: 1024px) {
    .detailBtnarea__imageArea {
      height: 250px;
    }
  }
  @media screen and (max-width: 1023px) {
    .detailBtnarea__imageArea {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .detailBtnarea__imageArea img {
    opacity: 0.4;
    width: 25%;
    display: block;
  }
  @media screen and (max-width: 1023px) {
    .detailBtnarea__imageArea img {
      width: 50%;
    }
  }
  .detailBtnarea__text {
    font-weight: 300;
    margin-top: 15px;
    line-height: 1.6;
    font-size: 17px;
  }
  .detailBtnarea__image {
    max-width: 180px;
  }
  .detailBtnarea__image.min {
    padding: 0 15px;
  }
  /* p-banner
  -------------------------------------------------------------------------- */
  .p-banner {
    text-decoration: none;
  }
  @media screen and (min-width: 1024px) {
    .p-banner__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  @media screen and (min-width: 1024px) {
    .p-banner__item {
      width: calc(33.3333333333% - 30px);
    }
  }
  @media screen and (max-width: 1023px) {
    .p-banner__item {
      display: block;
      width: 70%;
      margin-left: auto;
      margin-right: auto;
    }
    .p-banner__item:nth-child(n+2) {
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-banner__item {
      width: 100%;
    }
  }
  .p-banner__item:nth-child(1) .p-banner__content:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0.8)), color-stop(25%, rgba(51, 51, 51, 0.8)), color-stop(25%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to right, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.8) 25%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.8) 100%);
  }
  .p-banner__wrap {
    position: relative;
    overflow: hidden;
  }
  .p-banner__wrap .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  .p-banner__wrap .image img {
    height: 100%;
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .p-banner__wrap {
      max-height: 250px;
      height: 14vw;
    }
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .p-banner__wrap {
      height: 30vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-banner__wrap {
      aspect-ratio: 4/3.3;
    }
  }
  .p-banner__wrap.bg-green {
    background: #25ce99;
  }
  .p-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }
  .p-banner__content .icon {
    position: relative;
    z-index: 20;
    width: 30px;
    margin-right: 10px;
  }
  .p-banner__content .enArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-banner__content .en {
    line-height: 1;
    position: relative;
    z-index: 20;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
  }
  @media screen and (max-width: 1479px) {
    .p-banner__content .en {
      font-size: 9px;
      font-size: 1.2vw;
    }
  }
  @media screen and (max-width: 1023px) {
    .p-banner__content .en {
      font-size: 22px;
      font-size: 2.93vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-banner__content .en {
      font-size: 32px;
      font-size: 4.27vw;
    }
  }
  .p-banner__content .jp {
    position: relative;
    z-index: 20;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    margin-top: 10px;
    line-height: 1.3;
    font-weight: 400;
  }
  @media screen and (max-width: 1479px) {
    .p-banner__content .jp {
      font-size: 15px;
      font-size: 2vw;
    }
  }
  @media screen and (max-width: 1023px) {
    .p-banner__content .jp {
      font-size: 30px;
      font-size: 4vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-banner__content .jp {
      font-size: 55px;
      font-size: 7.33vw;
    }
  }
  .p-banner__content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
  }
  .p-banner__content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 23%;
    z-index: 10;
  }
  .p-banner__btmText {
    margin-top: 15px;
  }
  .p-banner__zero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .p-banner__zero {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 5vw;
    }
  }
  .p-banner__zero .zeroTitle {
    width: 16vw;
    padding-left: 1.5vw;
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .p-banner__zero .zeroTitle {
      width: 32vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-banner__zero .zeroTitle {
      width: 70vw;
      padding-left: 0;
    }
  }
  .p-banner__zero .zeroImage {
    width: 7vw;
    margin-top: 1.5vw;
  }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .p-banner__zero .zeroImage {
      width: 27vw;
      margin-top: 3.5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-banner__zero .zeroImage {
      width: 50vw;
      margin-top: 3vw;
    }
  }
  .p-banner__relative {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p-banner__relative {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  .p-banner__text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    color: #fff;
  }
  .p-banner__text .en {
    position: relative;
    margin: 0 auto 9px;
  }
  @media screen and (min-width: 1024px) {
    .p-banner__text .en {
      width: 8vw;
    }
  }
  @media screen and (max-width: 1023px) {
    .p-banner__text .en {
      width: 20vw;
    }
  }
  @media screen and (max-width: 767px) {
    .p-banner__text .en {
      width: 40vw;
      margin: 0 auto 15px;
    }
  }
  .p-banner__text .jp-mid {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    width: 100%;
    line-height: 1;
    font-weight: 500;
  }
  @media screen and (min-width: 1024px) {
    .p-banner__text .jp-mid {
      font-size: 22px;
      font-size: 2.2rem;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-banner__text .jp-mid {
      font-size: 25px;
      font-size: 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-banner__text .jp-mid {
      line-height: 1.3;
      font-size: 20px;
      font-size: 2rem;
    }
  }