@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*-----font-------*/
.f-adorn {
  font-family: "henderson-slab-basic", serif;
  font-style: normal;
  font-weight: 300; }

.f-genno {
  font-family: "Noto Serif JP", serif;
  font-style: normal; }

.yumincho {
  font-family: "yu-mincho-pr6n", serif;
  font-style: normal; }

.yugothic {
  font-family: "noto sans JP", sans-serif;
  font-style: normal; }

.en-gara {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal; }

header {
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: 999;
  transition: 1.2s ease; }
  @media only screen and (max-width: 991px) {
    header {
      top: 40px; } }
  header h1 {
    text-align: center;
    margin: 0 auto;
    max-width: 200px; }
    @media only screen and (max-width: 991px) {
      header h1 {
        width: 100px; } }
    header h1 figure {
      width: 100%;
      margin: 0 auto; }
      header h1 figure img {
        width: 100%; }

.linkbtn {
  width: 10%;
  max-width: 200px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  transition: 0.4s ease; }
  @media only screen and (max-width: 991px) {
    .linkbtn {
      max-width: 243px; } }
  .linkbtn:hover {
    transform: scale(1.03); }
  @media only screen and (max-width: 767px) {
    .linkbtn {
      width: 243px;
      right: 50%;
      bottom: 30px;
      transform: translate(50%, 0%); }
      .linkbtn:hover {
        transform: translate(50%, 0%) scale(1); }
      .linkbtn.hide {
        transform: translate(50%, 100%) scale(1);
        opacity: 0; } }
  .linkbtn img {
    width: 100%; }

.kv {
  width: 100%;
  height: 90vh;
  min-height: 900px;
  max-height: 1100px;
  position: relative;
  background: #333; }
  @media only screen and (max-width: 991px) {
    .kv {
      min-height: unset;
      height: 600px; } }
  @media only screen and (max-width: 400px) {
    .kv {
      height: 400px;
      margin-bottom: 0px; } }
  .kv .kv-bg {
    width: 100%;
    height: 100%; }
    .kv .kv-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .kv .kv-ttlWrap {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: calc(100% - 60px);
    max-width: 776px; }
    @media only screen and (max-width: 991px) {
      .kv .kv-ttlWrap {
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .kv .kv-ttlWrap {
        width: calc(100% - 50px); } }
    .kv .kv-ttlWrap .kv-ttl {
      width: 100%;
      transition: 1.2s ease 2s;
      opacity: 0;
      filter: blur(10px) brightness(3); }
      .kv .kv-ttlWrap .kv-ttl.active {
        opacity: 1;
        filter: blur(0px) brightness(1); }
      .kv .kv-ttlWrap .kv-ttl img {
        width: 100%; }
  .kv .kv-bukkenWrap {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
    width: 100%; }
    @media only screen and (max-width: 1280px) {
      .kv .kv-bukkenWrap {
        bottom: 15%; } }
    @media only screen and (max-width: 991px) {
      .kv .kv-bukkenWrap {
        bottom: 5%; } }
    @media only screen and (max-width: 767px) {
      .kv .kv-bukkenWrap {
        bottom: 0%; } }
    .kv .kv-bukkenWrap .kv-build {
      width: 100%; }
      .kv .kv-bukkenWrap .kv-build:nth-of-type(1) {
        width: 70%;
        margin: 0 auto;
        margin-bottom: -5%;
        max-width: 1300px;
        opacity: 0;
        transition: 1.2s ease 1s;
        transform: scale(1.05); }
        @media only screen and (max-width: 767px) {
          .kv .kv-bukkenWrap .kv-build:nth-of-type(1) {
            width: 100%; } }
        .kv .kv-bukkenWrap .kv-build:nth-of-type(1).active {
          opacity: 1;
          transform: scale(1); }
      .kv .kv-bukkenWrap .kv-build:nth-of-type(2) {
        width: 71%;
        margin: 0 auto;
        max-width: 1310px;
        opacity: 0;
        transition: 1.2s ease 1.4s;
        transform: scale(1.05); }
        @media only screen and (max-width: 767px) {
          .kv .kv-bukkenWrap .kv-build:nth-of-type(2) {
            width: 100%; } }
        .kv .kv-bukkenWrap .kv-build:nth-of-type(2).active {
          opacity: 1;
          transform: scale(1); }
      .kv .kv-bukkenWrap .kv-build img {
        width: 100%; }

.main-sec {
  width: 100%;
  background: linear-gradient(to top, #00C4FF, #00225D);
  padding-top: 200px;
  padding-bottom: 150px; }
  @media only screen and (max-width: 767px) {
    .main-sec {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .main-sec .intro {
    width: calc(100% - 60px);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      .main-sec .intro {
        width: calc(100% - 50px);
        text-align: left; } }
    .main-sec .intro h2 {
      font-size: 28px;
      color: #FFF9D1;
      font-weight: 700;
      margin-bottom: 50px;
      letter-spacing: 0.1rem; }
      @media only screen and (max-width: 767px) {
        .main-sec .intro h2 {
          font-size: 20px;
          text-align: center;
          margin-bottom: 40px; } }
    .main-sec .intro p {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      line-height: 2; }
      @media only screen and (max-width: 767px) {
        .main-sec .intro p {
          font-size: 20px; } }
  .main-sec .outline {
    width: 100%;
    width: calc(100% - 60px);
    margin: 0 auto;
    margin-bottom: 150px; }
    @media only screen and (max-width: 767px) {
      .main-sec .outline {
        width: calc(100% - 50px); } }
    .main-sec .outline .inner {
      width: 100%;
      max-width: 1850px;
      margin: 0 auto;
      background: linear-gradient(to top, #FFFFFF, #E1E1E1);
      padding: 100px 40px;
      border-radius: 13px; }
      @media only screen and (max-width: 767px) {
        .main-sec .outline .inner {
          padding: 50px 20px; } }
      .main-sec .outline .inner .outline-ttlWrap h2 {
        font-size: 60px;
        text-align: center;
        margin-bottom: 50px;
        color: #004594;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .main-sec .outline .inner .outline-ttlWrap h2 {
            font-size: 20px;
            margin-bottom: 30px; } }
      .main-sec .outline .inner .outline-ttlWrap p {
        text-align: center;
        font-size: 17px;
        line-height: 2;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .main-sec .outline .inner .outline-ttlWrap p {
            text-align: left; } }
      .main-sec .outline .inner .present {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
        display: flex;
        border: 3px solid #00225D;
        border-radius: 10px;
        margin-top: 60px;
        background: #fff; }
        @media only screen and (max-width: 991px) {
          .main-sec .outline .inner .present {
            flex-wrap: wrap; } }
        @media only screen and (max-width: 767px) {
          .main-sec .outline .inner .present {
            margin-top: 120px; } }
        @media only screen and (max-width: 400px) {
          .main-sec .outline .inner .present {
            margin-top: 80px; } }
        .main-sec .outline .inner .present .present-ttlWrap {
          width: 30%;
          padding: 50px 30px;
          background: linear-gradient(to top, #00C4FF, #00225D);
          position: relative; }
          @media only screen and (max-width: 991px) {
            .main-sec .outline .inner .present .present-ttlWrap {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .main-sec .outline .inner .present .present-ttlWrap {
              padding: 50px 20px; } }
          .main-sec .outline .inner .present .present-ttlWrap .ttl-label {
            width: 100%;
            text-align: center; }
            @media only screen and (max-width: 767px) {
              .main-sec .outline .inner .present .present-ttlWrap .ttl-label {
                max-width: 350px;
                position: absolute;
                top: 0px;
                left: 50%;
                transform: translate(-50%, -50%); } }
            .main-sec .outline .inner .present .present-ttlWrap .ttl-label img {
              width: 100%;
              transform: scale(1.3); }
              @media only screen and (max-width: 991px) {
                .main-sec .outline .inner .present .present-ttlWrap .ttl-label img {
                  transform: scale(1);
                  max-width: 400px;
                  margin: 0 auto; } }
          .main-sec .outline .inner .present .present-ttlWrap p {
            margin-top: 30px;
            color: #fff;
            line-height: 1.5;
            font-size: 20px; }
            @media only screen and (max-width: 991px) {
              .main-sec .outline .inner .present .present-ttlWrap p {
                font-size: 15px; } }
            @media only screen and (max-width: 767px) {
              .main-sec .outline .inner .present .present-ttlWrap p {
                margin-top: 10px; } }
        .main-sec .outline .inner .present .present-content {
          width: 70%;
          padding: 20px 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media only screen and (max-width: 991px) {
            .main-sec .outline .inner .present .present-content {
              width: 100%; } }
          @media only screen and (max-width: 550px) {
            .main-sec .outline .inner .present .present-content {
              padding: 40px 20px; } }
          .main-sec .outline .inner .present .present-content ul {
            display: flex;
            justify-content: space-between;
            gap: 20px; }
            @media only screen and (max-width: 1280px) {
              .main-sec .outline .inner .present .present-content ul {
                flex-wrap: wrap; } }
            @media only screen and (max-width: 1280px) {
              .main-sec .outline .inner .present .present-content ul li {
                width: calc(50% - 15px); } }
            @media only screen and (max-width: 550px) {
              .main-sec .outline .inner .present .present-content ul li {
                width: 100%;
                margin-bottom: 20px; }
                .main-sec .outline .inner .present .present-content ul li:nth-last-of-type(1) {
                  margin-bottom: 0; } }
            .main-sec .outline .inner .present .present-content ul li figure {
              max-width: 300px;
              max-height: 200px; }
              @media only screen and (max-width: 767px) {
                .main-sec .outline .inner .present .present-content ul li figure {
                  max-height: none; } }
              .main-sec .outline .inner .present .present-content ul li figure img {
                width: 100%;
                height: 100%;
                object-fit: contain; }
            .main-sec .outline .inner .present .present-content ul li p {
              font-size: 20px;
              font-weight: 700;
              text-align: center;
              line-height: 1.5; }
              @media only screen and (max-width: 1680px) {
                .main-sec .outline .inner .present .present-content ul li p {
                  font-size: 19px; } }
      .main-sec .outline .inner .chance {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
        display: flex;
        border: 3px solid #00225D;
        border-radius: 10px;
        margin-top: 60px;
        background: #fff; }
        @media only screen and (max-width: 991px) {
          .main-sec .outline .inner .chance {
            flex-wrap: wrap; } }
        @media only screen and (max-width: 767px) {
          .main-sec .outline .inner .chance {
            margin-top: 120px; } }
        @media only screen and (max-width: 400px) {
          .main-sec .outline .inner .chance {
            margin-top: 80px; } }
        .main-sec .outline .inner .chance .chance-ttlWrap {
          width: 30%;
          padding: 50px 30px;
          background: linear-gradient(to top, #00C4FF, #00225D);
          position: relative; }
          @media only screen and (max-width: 991px) {
            .main-sec .outline .inner .chance .chance-ttlWrap {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .main-sec .outline .inner .chance .chance-ttlWrap {
              padding: 50px 20px; } }
          .main-sec .outline .inner .chance .chance-ttlWrap .ttl-label {
            width: 100%;
            text-align: center; }
            @media only screen and (max-width: 767px) {
              .main-sec .outline .inner .chance .chance-ttlWrap .ttl-label {
                max-width: 350px;
                position: absolute;
                top: 0px;
                left: 50%;
                transform: translate(-50%, -50%); } }
            .main-sec .outline .inner .chance .chance-ttlWrap .ttl-label img {
              width: 100%;
              transform: scale(1.3); }
              @media only screen and (max-width: 991px) {
                .main-sec .outline .inner .chance .chance-ttlWrap .ttl-label img {
                  transform: scale(1);
                  max-width: 400px;
                  margin: 0 auto; } }
          .main-sec .outline .inner .chance .chance-ttlWrap p {
            margin-top: 30px;
            color: #fff;
            line-height: 1.5;
            font-size: 20px; }
            @media only screen and (max-width: 991px) {
              .main-sec .outline .inner .chance .chance-ttlWrap p {
                font-size: 15px; } }
            @media only screen and (max-width: 767px) {
              .main-sec .outline .inner .chance .chance-ttlWrap p {
                margin-top: 10px; } }
        .main-sec .outline .inner .chance .chance-content {
          width: 70%;
          padding: 20px 50px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media only screen and (max-width: 991px) {
            .main-sec .outline .inner .chance .chance-content {
              width: 100%; } }
          @media only screen and (max-width: 550px) {
            .main-sec .outline .inner .chance .chance-content {
              padding: 40px 20px; } }
          .main-sec .outline .inner .chance .chance-content ul {
            display: flex;
            justify-content: space-between;
            gap: 20px; }
            @media only screen and (max-width: 1440px) {
              .main-sec .outline .inner .chance .chance-content ul {
                flex-wrap: wrap; } }
            .main-sec .outline .inner .chance .chance-content ul li {
              display: flex;
              flex-direction: column;
              align-items: center;
              margin-top: 20px; }
              @media only screen and (max-width: 1440px) {
                .main-sec .outline .inner .chance .chance-content ul li {
                  width: calc(33.33% - 15px); }
                  .main-sec .outline .inner .chance .chance-content ul li.chance-rev {
                    flex-direction: column-reverse; } }
              @media only screen and (max-width: 1440px) {
                .main-sec .outline .inner .chance .chance-content ul li {
                  width: calc(33.33% - 15px); } }
              @media only screen and (max-width: 991px) {
                .main-sec .outline .inner .chance .chance-content ul li {
                  width: calc(50% - 15px); } }
              @media only screen and (max-width: 550px) {
                .main-sec .outline .inner .chance .chance-content ul li {
                  width: 100%;
                  margin-bottom: 20px; }
                  .main-sec .outline .inner .chance .chance-content ul li:nth-last-of-type(1) {
                    margin-bottom: 0; } }
              .main-sec .outline .inner .chance .chance-content ul li figure {
                max-width: 200px; }
                @media only screen and (max-width: 767px) {
                  .main-sec .outline .inner .chance .chance-content ul li figure {
                    max-height: none; } }
                .main-sec .outline .inner .chance .chance-content ul li figure img {
                  width: 100%;
                  height: 100%;
                  object-fit: contain; }
              .main-sec .outline .inner .chance .chance-content ul li p {
                font-size: 19px;
                font-weight: 700;
                text-align: center;
                line-height: 1.5; }
                @media only screen and (max-width: 1680px) {
                  .main-sec .outline .inner .chance .chance-content ul li p {
                    font-size: 19px;
                    margin-top: 5px; } }
  .main-sec .gaiyou {
    position: relative; }
    .main-sec .gaiyou .sec-main {
      width: 100%; }
      .main-sec .gaiyou .sec-main .gaiyou-main {
        background: linear-gradient(to bottom, #FFFFFF, #E1E1E1);
        width: calc(100% - 180px);
        margin: 0 auto;
        padding: 100px 160px;
        background: #fff;
        border-radius: 23px;
        max-width: 1860px; }
        @media only screen and (max-width: 1280px) {
          .main-sec .gaiyou .sec-main .gaiyou-main {
            padding: 60px 60px; } }
        @media only screen and (max-width: 991px) {
          .main-sec .gaiyou .sec-main .gaiyou-main {
            width: calc(100% - 60px);
            padding: 60px 30px; } }
        @media only screen and (max-width: 767px) {
          .main-sec .gaiyou .sec-main .gaiyou-main {
            width: calc(100% - 50px); } }
        .main-sec .gaiyou .sec-main .gaiyou-main h2 {
          text-align: center;
          color: #004594;
          font-size: 50px;
          font-weight: 500;
          margin-bottom: 70px;
          font-weight: 600; }
          @media only screen and (max-width: 991px) {
            .main-sec .gaiyou .sec-main .gaiyou-main h2 {
              font-size: 32px;
              margin-bottom: 40px; } }
          @media only screen and (max-width: 767px) {
            .main-sec .gaiyou .sec-main .gaiyou-main h2 {
              font-size: 24px;
              padding-bottom: 20px;
              border-bottom: 1px solid #ccc; } }
        .main-sec .gaiyou .sec-main .gaiyou-main table {
          width: 100%;
          color: #003986; }
          .main-sec .gaiyou .sec-main .gaiyou-main table tr {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            text-align: left; }
            .main-sec .gaiyou .sec-main .gaiyou-main table tr:nth-of-type(1) th {
              padding-top: 0; }
            .main-sec .gaiyou .sec-main .gaiyou-main table tr:nth-of-type(1) td {
              padding-top: 0; }
              @media only screen and (max-width: 991px) {
                .main-sec .gaiyou .sec-main .gaiyou-main table tr:nth-of-type(1) td {
                  padding-top: 20px; } }
            .main-sec .gaiyou .sec-main .gaiyou-main table tr td {
              border-collapse: collapse;
              text-align: left;
              padding: 40px 0;
              font-size: 22px;
              line-height: 2;
              transform: translateY(-5px);
              color: #000000;
              vertical-align: top; }
              @media only screen and (max-width: 1280px) {
                .main-sec .gaiyou .sec-main .gaiyou-main table tr td {
                  font-size: 18px; } }
              @media only screen and (max-width: 991px) {
                .main-sec .gaiyou .sec-main .gaiyou-main table tr td {
                  width: 100%;
                  display: block;
                  padding: 20px 0 40px;
                  font-size: 15px;
                  transform: translateY(0px); } }
              .main-sec .gaiyou .sec-main .gaiyou-main table tr td small {
                font-size: 15px;
                line-height: 2;
                display: inline-block; }
              .main-sec .gaiyou .sec-main .gaiyou-main table tr td .capsspan {
                display: inline-block; }
                .main-sec .gaiyou .sec-main .gaiyou-main table tr td .capsspan:nth-of-type(2) {
                  margin-top: 20px; }
              .main-sec .gaiyou .sec-main .gaiyou-main table tr td .bukkenarea p {
                margin-top: 40px;
                font-weight: 500;
                font-size: 19px; }
                @media only screen and (max-width: 767px) {
                  .main-sec .gaiyou .sec-main .gaiyou-main table tr td .bukkenarea p {
                    font-size: 17px; } }
                .main-sec .gaiyou .sec-main .gaiyou-main table tr td .bukkenarea p:nth-of-type(1) {
                  margin-top: 0; }
                .main-sec .gaiyou .sec-main .gaiyou-main table tr td .bukkenarea p span {
                  font-weight: 700; }
              .main-sec .gaiyou .sec-main .gaiyou-main table tr td span.bold {
                font-weight: 700; }
            .main-sec .gaiyou .sec-main .gaiyou-main table tr th {
              width: 200px;
              font-size: 22px;
              font-weight: 500;
              display: flex;
              align-items: center;
              padding: 40px 0; }
              @media only screen and (max-width: 1280px) {
                .main-sec .gaiyou .sec-main .gaiyou-main table tr th {
                  font-size: 18px; } }
              @media only screen and (max-width: 991px) {
                .main-sec .gaiyou .sec-main .gaiyou-main table tr th {
                  width: 100%;
                  padding-top: 40px;
                  padding-bottom: 0; } }
              @media only screen and (max-width: 767px) {
                .main-sec .gaiyou .sec-main .gaiyou-main table tr th {
                  justify-content: center; } }
              @media only screen and (max-width: 991px) {
                .main-sec .gaiyou .sec-main .gaiyou-main table tr th p {
                  letter-spacing: -0.05rem; } }
            .main-sec .gaiyou .sec-main .gaiyou-main table tr .even {
              background: #fbf8f0; }
            .main-sec .gaiyou .sec-main .gaiyou-main table tr .odd {
              background: #fefcf9; }
            .main-sec .gaiyou .sec-main .gaiyou-main table tr:nth-last-of-type(1) {
              border-bottom: none; }
              .main-sec .gaiyou .sec-main .gaiyou-main table tr:nth-last-of-type(1) td {
                padding-top: 40px;
                padding-bottom: 0; }
                @media only screen and (max-width: 991px) {
                  .main-sec .gaiyou .sec-main .gaiyou-main table tr:nth-last-of-type(1) td {
                    padding-top: 20px; } }

.build-sec {
  background-image: url("../img/footerbg.png");
  background-repeat: no-repeat;
  padding: 0px 0 80px;
  background-size: cover; }
  .build-sec .build-head {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background: linear-gradient(to right, #00AEED, #002A6F, #00AEED);
    margin-bottom: 150px;
    position: relative;
    z-index: 1; }
    .build-sec .build-head:before {
      content: "";
      position: absolute;
      bottom: 1%;
      left: 50%;
      transform: translate(-50%, 100%);
      background: linear-gradient(to right, #00AEED, #002A6F, #00AEED);
      z-index: 0;
      width: 100%;
      height: 50px;
      clip-path: polygon(50% 100%, 45% 0, 55% 0); }
      @media only screen and (max-width: 991px) {
        .build-sec .build-head:before {
          clip-path: polygon(50% 100%, 35% 0, 65% 0); } }
    .build-sec .build-head h2 {
      font-size: 56px;
      line-height: 1.3;
      color: #FFF9D1; }
      @media only screen and (max-width: 991px) {
        .build-sec .build-head h2 {
          width: calc(100% - 60px);
          margin: 0 auto;
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .build-sec .build-head h2 {
          width: calc(100% - 50px); } }
  .build-sec .build-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 180px);
    max-width: 1860px;
    margin: 0 auto;
    margin-bottom: 100px;
    gap: 20px; }
    @media only screen and (max-width: 991px) {
      .build-sec .build-ttl {
        width: calc(100% - 60px); } }
    @media only screen and (max-width: 767px) {
      .build-sec .build-ttl {
        width: calc(100% - 50px);
        margin-bottom: 50px; } }
    .build-sec .build-ttl figure {
      width: 100%; }
      .build-sec .build-ttl figure img {
        width: 100%; }
  .build-sec .head-border {
    display: flex;
    align-items: center;
    width: calc(100% - 180px);
    margin: 0 auto;
    font-size: 30px;
    padding: 20px 20px;
    background: linear-gradient(to right, #7986A4, #fff, #7986A4);
    margin-bottom: 40px;
    color: #00225D;
    border-radius: 8px;
    max-width: 1860px; }
    @media only screen and (max-width: 991px) {
      .build-sec .head-border {
        width: calc(100% - 60px);
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .build-sec .head-border {
        width: calc(100% - 50px); } }
    .build-sec .head-border span {
      padding: 0 10px;
      font-weight: bold; }
    .build-sec .head-border:before {
      content: "";
      height: 1px;
      flex-grow: 1;
      background-color: #00225D; }
    .build-sec .head-border:after {
      content: "";
      height: 1px;
      flex-grow: 1;
      background-color: #00225D; }
  .build-sec .bulid-list {
    width: 100%;
    width: calc(100% - 180px);
    margin: 0 auto;
    max-width: 1860px; }
    @media only screen and (max-width: 991px) {
      .build-sec .bulid-list {
        width: calc(100% - 60px); } }
    @media only screen and (max-width: 767px) {
      .build-sec .bulid-list {
        width: calc(100% - 50px); } }
    .build-sec .bulid-list ul {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center; }
      @media only screen and (max-width: 991px) {
        .build-sec .bulid-list ul {
          gap: 20px; } }
      .build-sec .bulid-list ul li {
        width: calc(20% - 40px); }
        @media only screen and (max-width: 991px) {
          .build-sec .bulid-list ul li {
            width: calc(50% - 20px); } }
        .build-sec .bulid-list ul li p {
          font-size: 22px;
          text-align: center;
          color: #fff; }
          @media only screen and (max-width: 991px) {
            .build-sec .bulid-list ul li p {
              font-size: 12px; } }
        .build-sec .bulid-list ul li figure {
          width: 100%; }
          .build-sec .bulid-list ul li figure img {
            width: 100%; }
    .build-sec .bulid-list .building-caps {
      font-size: 12px;
      color: #fff;
      margin-top: 80px; }
    .build-sec .bulid-list .bnr-btn {
      max-width: 1120px;
      width: calc(100% - 60px);
      margin: 0 auto;
      margin-top: 120px;
      margin-bottom: 150px;
      display: block;
      text-align: center;
      transition: 0.4s ease; }
      .build-sec .bulid-list .bnr-btn:hover {
        transform: scale(1.01); }
      @media only screen and (max-width: 767px) {
        .build-sec .bulid-list .bnr-btn {
          width: 100%;
          margin-top: 60px;
          margin-bottom: 80px; } }
      .build-sec .bulid-list .bnr-btn figure {
        width: 100%; }
        .build-sec .bulid-list .bnr-btn figure img {
          width: 100%; }
  .build-sec .logoarea {
    width: calc(100% - 180px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding-top: 30px; }
    @media only screen and (max-width: 991px) {
      .build-sec .logoarea {
        width: calc(100% - 60px);
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    @media only screen and (max-width: 767px) {
      .build-sec .logoarea {
        width: calc(100% - 50px); } }
    .build-sec .logoarea .kanden-logo {
      width: 150px; }
    .build-sec .logoarea small {
      font-size: 14px;
      color: #fff;
      line-height: 1.5; }
      @media only screen and (max-width: 991px) {
        .build-sec .logoarea small {
          font-size: 10px;
          text-align: center;
          margin-top: 30px; } }
