.mvArea.second .mvImg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .mvArea.second .mvImg figure {
    width: 100%;
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .mvArea.second .mvImg figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .mvArea.second.on .mvImg figure img {
    -webkit-animation: mvSpAni 18s ease-in-out 2.5s infinite;
            animation: mvSpAni 18s ease-in-out 2.5s infinite;
  }
}

@-webkit-keyframes mvSpAni {
  0% {
    object-position: 0% 50%;
  }
  40% {
    object-position: 100% 50%;
  }
  50% {
    object-position: 100% 50%;
  }
  90% {
    object-position: 0% 50%;
  }
  100% {
    object-position: 0% 50%;
  }
}

@keyframes mvSpAni {
  0% {
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
  40% {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
  50% {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
  90% {
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
  100% {
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
}
.ccArea01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .ccArea01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ccArea01.mt {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .ccArea01.mt {
    margin-top: 80px;
  }
}
.ccArea01 .ccBox {
  width: 48%;
}
@media (max-width: 767px) {
  .ccArea01 .ccBox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ccArea01 .txtBox {
  width: 50%;
}
@media (max-width: 767px) {
  .ccArea01 .txtBox {
    width: 100%;
  }
}

.cc01 {
  color: #607F72;
  font-size: 32px;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .cc01 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cc01 {
    font-size: 21px;
  }
}
.cc01.cnt {
  text-align: center;
}
.cc01.mb {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cc01.mb {
    margin-bottom: 30px;
  }
}
.cc01 strong {
  font-size: 200%;
  font-weight: normal;
}

.enTtl {
  font-size: 124px;
  line-height: 1;
  color: #607F72;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .enTtl {
    font-size: 9.96vw;
  }
}
@media (max-width: 767px) {
  .enTtl {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

.introArea .img01 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .introArea .img01 {
    margin-top: 30px;
  }
}
.introArea .designBox01 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .introArea .designBox01 {
    margin: 0 auto 100px;
  }
}
@media (max-width: 767px) {
  .introArea .designBox01 {
    margin: 80px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.introArea .designBox01.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .introArea .designBox01.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.introArea .designBox01.rev .txtArea {
  padding: 0 7%;
}
@media (max-width: 991px) {
  .introArea .designBox01.rev .txtArea {
    padding: 0 3%;
  }
}
@media (max-width: 767px) {
  .introArea .designBox01.rev .txtArea {
    padding: 0 5%;
  }
}
.introArea .designBox01 .imgArea {
  width: 47.2222222222%;
}
@media (max-width: 767px) {
  .introArea .designBox01 .imgArea {
    width: 100%;
  }
}
.introArea .designBox01 .txtArea {
  width: 47.2222222222%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 7% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .introArea .designBox01 .txtArea {
    padding: 60px 3% 0;
  }
}
@media (max-width: 767px) {
  .introArea .designBox01 .txtArea {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}
.introArea .designBox01 .ttl {
  font-size: 24px;
  color: #607F72;
  line-height: 1.8em;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .introArea .designBox01 .ttl {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

.designArea {
  padding: 110px 0;
  background: #041F1E;
}
@media (max-width: 767px) {
  .designArea {
    padding: 60px 0;
  }
}
.designArea p {
  color: #8FB9A7;
}
.designArea p.company {
  font-size: 24px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .designArea p.company {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.designArea .txtBox {
  margin: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .designArea .txtBox {
    margin: 30px 0 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.designArea .txtBox .inBox {
  width: 48.231511254%;
}
@media (max-width: 767px) {
  .designArea .txtBox .inBox {
    width: 100%;
  }
}
.designArea .txtBox .inBox p {
  line-height: 3em;
}
@media (max-width: 767px) {
  .designArea .txtBox .inBox p {
    line-height: 2.3em;
  }
}
.designArea .designList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .designArea .designList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.designArea .designList .inBox {
  width: 48.231511254%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .designArea .designList .inBox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .designArea .designList .inBox:last-child .txtArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.designArea .designList .inBox .imgArea {
  width: 40%;
}
@media (max-width: 767px) {
  .designArea .designList .inBox .imgArea {
    display: none;
  }
}
.designArea .designList .inBox .txtArea {
  width: 53%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .designArea .designList .inBox .txtArea {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .designArea .designList .inBox .txtArea figure {
    display: none;
  }
}
@media (max-width: 767px) {
  .designArea .designList .inBox .txtArea figure {
    width: 50%;
  }
}
.designArea .designList .inBox .txtArea .name {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .designArea .designList .inBox .txtArea .name {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.designArea .designList .inBox .txtArea .name span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .designArea .designList .inBox .txtArea .name span {
    font-size: 10px;
  }
}
.designArea .designList .inBox .txtArea .txt {
  margin-top: auto;
  font-size: 12px;
  line-height: 2em;
}
@media (max-width: 767px) {
  .designArea .designList .inBox .txtArea .txt {
    width: 100%;
    margin-top: 20px;
  }
}