.philosophyArea .philosophyBox .imgList .Img img, .philosophyArea .philosophyBox .imgList .Img::before, .aboutArea .aboutBox .videoBox .videoBtn .icon::before, .aboutArea .aboutBox .videoBox .videoBtn .icon {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding-bottom: 0 !important;
}

.aboutArea {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .aboutArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .aboutBox {
  position: relative;
}
.aboutArea .aboutBox .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 1499px) {
  .aboutArea .aboutBox .topBox {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (max-width: 1280px) {
  .aboutArea .aboutBox .topBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1.5rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .topBox {
    row-gap: 1rem;
  }
}
.aboutArea .aboutBox .titleBox {
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .aboutArea .aboutBox .titleBox {
    width: 100%;
  }
}
.aboutArea .aboutBox .txtBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1280px) {
  .aboutArea .aboutBox .txtBox {
    width: calc(100% - 150px - 2rem);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .txtBox {
    width: calc(100% - 130px - 2rem);
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .txtBox {
    width: 100%;
  }
}
.aboutArea .aboutBox .txtBox .txtTitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #383838;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .txtBox .txtTitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .aboutArea .aboutBox .txtBox .txtTitle {
    font-size: 16px;
  }
}
.aboutArea .aboutBox .txtBox .text {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #383838;
  margin-top: 0.25rem;
  padding-right: 4.25rem;
}
@media (max-width: 1499px) {
  .aboutArea .aboutBox .txtBox .text {
    padding-right: 0rem;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .txtBox .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .txtBox .text {
    font-size: 15px;
  }
}
.aboutArea .aboutBox .stockBox {
  position: relative;
  width: 15%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1499px) {
  .aboutArea .aboutBox .stockBox {
    width: 13%;
  }
}
@media (max-width: 1280px) {
  .aboutArea .aboutBox .stockBox {
    width: 150px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .stockBox {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .stockBox {
    width: 100%;
  }
}
.aboutArea .aboutBox .stockBox .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2b2b2a;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .stockBox .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .stockBox .title {
    font-size: 16px;
  }
}
.aboutArea .aboutBox .stockBox .text {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #1e3881;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .stockBox .text {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .stockBox .text {
    font-size: 40px;
  }
}
.aboutArea .aboutBox .videoBox {
  position: relative;
}
@media (min-width: 1181px) {
  .aboutArea .aboutBox .videoBox:hover .videoBtn .icon {
    background-color: #d88138;
  }
  .aboutArea .aboutBox .videoBox:hover .videoBtn .icon::before {
    border-left-color: #fff;
  }
}
.aboutArea .aboutBox .videoBox .titan {
  display: block;
}
.aboutArea .aboutBox .videoBox .video {
  position: relative;
  display: block;
  width: 100%;
}
.aboutArea .aboutBox .videoBox .video img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutBox .videoBox .videoBtn {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
.aboutArea .aboutBox .videoBox .videoBtn .icon {
  position: relative;
  width: 86px;
  height: 86px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .videoBox .videoBtn .icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .videoBox .videoBtn .icon {
    width: 60px;
    height: 60px;
  }
}
.aboutArea .aboutBox .videoBox .videoBtn .icon::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent;
  border-left-color: #d88138;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .videoBox .videoBtn .icon::before {
    border-width: 6px 0 6px 10px;
  }
}
.aboutArea .aboutBox .videoBox .videoBtn .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  margin-top: 0.5rem;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .videoBox .videoBtn .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox .videoBox .videoBtn .text {
    font-size: 16px;
  }
}

.equipmentArea {
  position: relative;
  background-image: url("../images/deco/about/equipment_1920x790.jpg");
  background-position: center;
  background-size: cover;
  padding: 10px 0;
}
@media (max-width: 1180px) {
  .equipmentArea {
    padding: 80px 0 0;
  }
}
@media (max-width: 768px) {
  .equipmentArea {
    padding: 60px 0 0;
  }
}

.equipmentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5.75rem;
     -moz-column-gap: 5.75rem;
          column-gap: 5.75rem;
}
@media (max-width: 1499px) {
  .equipmentBox {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media (max-width: 1366px) {
  .equipmentBox {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (max-width: 1280px) {
  .equipmentBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .equipmentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.equipmentBox .leftBox {
  position: relative;
  width: 460px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .equipmentBox .leftBox {
    width: 100%;
  }
}
.equipmentBox .titleBox.colorWhite .text {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color: #fff;
  margin-top: 0.625rem;
}
.equipmentBox .rightBox {
  position: relative;
  width: calc(100% - 460px - 5.75rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1499px) {
  .equipmentBox .rightBox {
    width: calc(100% - 460px - 4rem);
  }
}
@media (max-width: 1366px) {
  .equipmentBox .rightBox {
    width: calc(100% - 460px - 3rem);
  }
}
@media (max-width: 1280px) {
  .equipmentBox .rightBox {
    width: calc(100% - 460px - 1.5rem);
  }
}
@media (max-width: 1180px) {
  .equipmentBox .rightBox {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .equipmentBox .rightBox {
    margin-top: -2rem;
  }
}
@media (max-width: 480px) {
  .equipmentBox .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .equipmentBox .Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -2rem;
  }
}
@media (max-width: 375px) {
  .equipmentBox .Img {
    margin-top: 0;
  }
}
.equipmentBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.equipmentBox .dataList {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .equipmentBox .dataList {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem 0.625rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 375px) {
  .equipmentBox .dataList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.equipmentBox .dataList .dataItem {
  display: block;
}
.equipmentBox .dataList .dataItem.aniFloat {
  -webkit-animation: aniTranslateYBig 3s linear infinite;
          animation: aniTranslateYBig 3s linear infinite;
}
.equipmentBox .dataList .dataItem:nth-child(1) {
  width: 185px;
  height: 185px;
  position: absolute;
  top: 26%;
  right: auto;
  bottom: auto;
  left: 10px;
}
@media (max-width: 1499px) {
  .equipmentBox .dataList .dataItem:nth-child(1) {
    top: 22%;
  }
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .dataItem:nth-child(1) {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .dataItem:nth-child(1) {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .dataItem:nth-child(1) {
    width: 115px;
    height: 115px;
    left: 0;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .dataItem:nth-child(1) {
    position: relative;
    top: unset;
    left: unset;
    width: 100px;
    height: 100px;
  }
}
.equipmentBox .dataList .dataItem:nth-child(2) {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 58%;
  right: auto;
  bottom: auto;
  left: 27%;
}
@media (max-width: 1499px) {
  .equipmentBox .dataList .dataItem:nth-child(2) {
    top: 55%;
  }
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .dataItem:nth-child(2) {
    width: 72px;
    height: 72px;
    top: 56%;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .dataItem:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 58%;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .dataItem:nth-child(2) {
    width: 50px;
    height: 50px;
    top: 56%;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .dataItem:nth-child(2) {
    position: relative;
    top: 20px;
    left: unset;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 375px) {
  .equipmentBox .dataList .dataItem:nth-child(2) {
    top: 0;
    width: 45px;
    height: 45px;
  }
}
.equipmentBox .dataList .dataItem:nth-child(2) .title {
  font-size: 23px;
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .dataItem:nth-child(2) .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .dataItem:nth-child(2) .title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .dataItem:nth-child(2) .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .dataItem:nth-child(2) .title {
    font-size: 14px;
  }
}
.equipmentBox .dataList .dataItem:nth-child(2).aniFloat {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.equipmentBox .dataList .dataItem:nth-child(3) {
  width: 135px;
  height: 135px;
  position: absolute;
  top: 21%;
  right: auto;
  bottom: auto;
  left: 45%;
}
@media (max-width: 1499px) {
  .equipmentBox .dataList .dataItem:nth-child(3) {
    top: 19%;
  }
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .dataItem:nth-child(3) {
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .dataItem:nth-child(3) {
    width: 90px;
    height: 90px;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .dataItem:nth-child(3) {
    width: 80px;
    height: 80px;
    top: 18%;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .dataItem:nth-child(3) {
    position: relative;
    top: -10px;
    left: unset;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 375px) {
  .equipmentBox .dataList .dataItem:nth-child(3) {
    top: unset;
    width: 80px;
    height: 80px;
  }
}
.equipmentBox .dataList .dataItem:nth-child(3) .title {
  font-size: 23px;
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .dataItem:nth-child(3) .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .dataItem:nth-child(3) .title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .dataItem:nth-child(3) .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .dataItem:nth-child(3) .title {
    font-size: 14px;
  }
}
.equipmentBox .dataList .dataItem:nth-child(3).aniFloat {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.equipmentBox .dataList .dataItem:nth-child(4) {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 30%;
  right: auto;
  bottom: auto;
  left: 87%;
}
@media (max-width: 1499px) {
  .equipmentBox .dataList .dataItem:nth-child(4) {
    top: 25%;
  }
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .dataItem:nth-child(4) {
    width: 72px;
    height: 72px;
    top: 26%;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .dataItem:nth-child(4) {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .dataItem:nth-child(4) {
    width: 50px;
    height: 50px;
    top: 25%;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .dataItem:nth-child(4) {
    position: relative;
    top: 20px;
    left: unset;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 375px) {
  .equipmentBox .dataList .dataItem:nth-child(4) {
    top: 0;
    width: 50px;
    height: 50px;
  }
}
.equipmentBox .dataList .dataItem:nth-child(4) .title {
  font-size: 35px;
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .dataItem:nth-child(4) .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .dataItem:nth-child(4) .title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .dataItem:nth-child(4) .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .dataItem:nth-child(4) .title {
    font-size: 20px;
  }
}
.equipmentBox .dataList .dataItem:nth-child(4).aniFloat {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.equipmentBox .dataList .dataItem:nth-child(5) {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 55%;
  right: auto;
  bottom: auto;
  left: 72%;
}
@media (max-width: 1499px) {
  .equipmentBox .dataList .dataItem:nth-child(5) {
    top: 60%;
  }
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .dataItem:nth-child(5) {
    width: 140px;
    height: 140px;
    top: 63%;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .dataItem:nth-child(5) {
    width: 110px;
    height: 110px;
    top: 66%;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .dataItem:nth-child(5) {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .dataItem:nth-child(5) {
    position: relative;
    top: unset;
    left: unset;
    width: 70px;
    height: 70px;
  }
}
.equipmentBox .dataList .dataItem:nth-child(5) .title {
  font-size: 30px;
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .dataItem:nth-child(5) .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .dataItem:nth-child(5) .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .dataItem:nth-child(5) .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .dataItem:nth-child(5) .title {
    font-size: 16px;
  }
}
.equipmentBox .dataList .dataItem:nth-child(5).aniFloat {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.equipmentBox .dataList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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%;
  background-color: #fff;
  border-radius: 50%;
}
.equipmentBox .dataList .title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1e3881;
  text-align: center;
}
@media (max-width: 1366px) {
  .equipmentBox .dataList .title {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .equipmentBox .dataList .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .equipmentBox .dataList .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .equipmentBox .dataList .title {
    font-size: 16px;
  }
}

.philosophyArea {
  position: relative;
  padding: 115px 0;
}
@media (max-width: 1180px) {
  .philosophyArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .philosophyArea {
    padding: 60px 0;
  }
}
.philosophyArea .philosophyBox .titleBox .title + .text {
  margin-top: 1rem;
}
.philosophyArea .philosophyBox .titleBox .text {
  font-weight: 300;
  line-height: 1.8;
  margin-top: 0;
}
.philosophyArea .philosophyBox .imgList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 2rem 1.5rem;
}
@media (max-width: 768px) {
  .philosophyArea .philosophyBox .imgList {
    gap: 1.5rem 1rem;
  }
}
.philosophyArea .philosophyBox .imgList .imgItem {
  position: relative;
  width: calc(25% - 1.125rem);
}
@media (max-width: 1180px) {
  .philosophyArea .philosophyBox .imgList .imgItem {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 768px) {
  .philosophyArea .philosophyBox .imgList .imgItem {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 480px) {
  .philosophyArea .philosophyBox .imgList .imgItem {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .philosophyArea .philosophyBox .imgList .imgItem:hover .Img::before {
    opacity: 1;
  }
  .philosophyArea .philosophyBox .imgList .imgItem:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.philosophyArea .philosophyBox .imgList .Img {
  overflow: clip;
}
.philosophyArea .philosophyBox .imgList .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  opacity: 0;
}
.philosophyArea .philosophyBox .imgList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.philosophyArea .philosophyBox .imgList .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .philosophyArea .philosophyBox .imgList .title {
    font-size: 18px;
    margin-top: 0.625rem;
  }
}

.contactArea {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1180px) {
  .contactArea {
    padding: 60px 0;
  }
}
.contactArea .textEditorBox {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 1180px) {
  .contactArea .textEditorBox {
    padding: 20px 0;
  }
}
.contactArea .textEditor .structureImgBox {
  position: relative;
}
@media (max-width: 768px) {
  .contactArea .textEditor .structureImgBox .pc {
    display: none;
  }
}
.contactArea .textEditor .structureImgBox .mobile {
  display: none;
}
@media (max-width: 768px) {
  .contactArea .textEditor .structureImgBox .mobile {
    display: block;
  }
}
/*# sourceMappingURL=about.css.map */