/* CSS Document */
.benefitsArea .benefitsListBoxTxt .title::before, .benefitsArea .benefitsListBoxTxt .title, .benefitsArea .benefitsListBoxTxt .num::before, .benefitsArea .benefitsListBoxTxt .num, .benefitsArea .benefitsListBoxTxt .item {
  transition: all 0.5s ease-in-out;
}

.aboutArea {
  width: 100%;
  padding: 20px 0 60px;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 0;
  }
}
.aboutArea .aboutBox {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.aboutArea .aboutBox .leftBox {
  width: 45%;
  padding: 60px 110px 0 0;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .leftBox {
    width: 100%;
    padding: 20px 0;
    -ms-flex-order: 2;
        order: 2;
  }
}
.aboutArea .aboutBox .rightBox {
  padding: 0;
  width: 55%;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .rightBox {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
}
.aboutArea .aboutBox .titleBoxArt .text {
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .titleBoxArt .text {
    padding-right: 0;
  }
}

.facArea {
  width: 100%;
  padding: 80px 0;
}
@media (max-width: 1180px) {
  .facArea {
    padding: 40px 0;
  }
}
.facArea .wrap {
  max-width: 1650px;
}
.facArea .titleBox {
  position: relative;
}
.facArea .titleBox .decoTitleEn {
  margin: 0 0 -60px 0;
}
.facArea .facBox {
  position: relative;
}
.facArea .facBox .arrowBox {
  position: absolute;
  top: 45%;
  right: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 640px) {
  .facArea .facBox .arrowBox {
    top: 35%;
  }
}
.facArea .facBox .facList {
  padding: 0 80px;
}
@media (max-width: 1180px) {
  .facArea .facBox .facList {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .facArea .facBox .facList {
    padding: 0;
  }
}
.facArea .facBox .facList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.facArea .facBox .facList:not(.slick-slider) .facItem {
  width: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 640px) {
  .facArea .facBox .facList:not(.slick-slider) .facItem {
    width: 100%;
  }
}
.facArea .facBox .facItem {
  padding: 15px;
}
@media (max-width: 640px) {
  .facArea .facBox .facItem {
    padding: 0 20px;
  }
}
@media (min-width: 1181px) {
  .facArea .facBox .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.facArea .facBox .Txt {
  padding: 20px 0;
  text-align: center;
}
.facArea .facBox .Txt .title {
  color: #3d3d3d;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: normal;
}
@media (max-width: 640px) {
  .facArea .facBox .Txt .title {
    font-size: 18px;
  }
}
.facArea .facBox .Txt .title a {
  color: #3d3d3d;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: normal;
}
@media (max-width: 640px) {
  .facArea .facBox .Txt .title a {
    font-size: 18px;
  }
}

.benefitsArea {
  width: 100%;
  padding-bottom: 80px;
}
.benefitsArea .benefitsBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .benefitsArea .benefitsBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.benefitsArea .leftBox {
  width: 32%;
}
@media (max-width: 1180px) {
  .benefitsArea .leftBox {
    width: 100%;
  }
}
.benefitsArea .leftBox .titleBox .decoTitleEn {
  line-height: 1.89;
  margin: 0 0 -157px -55px;
}
@media (max-width: 1180px) {
  .benefitsArea .leftBox .titleBox .decoTitleEn {
    margin: 0 0 -157px 0px;
  }
}
.benefitsArea .rightBox {
  width: 68%;
  padding-left: 65px;
}
@media (max-width: 1180px) {
  .benefitsArea .rightBox {
    width: 100%;
    padding: 0;
  }
}
.benefitsArea .benefitsListBoxTxt .benefitsItem {
  padding: 20px 0;
}
@media (min-width: 1181px) {
  .benefitsArea .benefitsListBoxTxt .benefitsItem:hover .num {
    color: #0069b7;
  }
  .benefitsArea .benefitsListBoxTxt .benefitsItem:hover .num::before {
    border: 1px dashed #0069b7;
    -webkit-animation: rotate 8s linear infinite;
            animation: rotate 8s linear infinite;
  }
  .benefitsArea .benefitsListBoxTxt .benefitsItem:hover .title {
    color: #0069b7;
  }
  .benefitsArea .benefitsListBoxTxt .benefitsItem:hover .title::before {
    width: 80px;
    left: 0;
  }
}
.benefitsArea .benefitsListBoxTxt .benefitsItem.current .num {
  color: #0069b7;
}
.benefitsArea .benefitsListBoxTxt .benefitsItem.current .num::before {
  border: 1px dashed #0069b7;
  -webkit-animation: rotate 8s linear infinite;
          animation: rotate 8s linear infinite;
}
.benefitsArea .benefitsListBoxTxt .benefitsItem.current .title {
  color: #0069b7;
}
.benefitsArea .benefitsListBoxTxt .benefitsItem.current .title::before {
  width: 80px;
  left: 0;
}
.benefitsArea .benefitsListBoxTxt .item {
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.benefitsArea .benefitsListBoxTxt .num {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #bfbfbf;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1180px) {
  .benefitsArea .benefitsListBoxTxt .num {
    width: 50px;
    height: 50px;
  }
}
.benefitsArea .benefitsListBoxTxt .num::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px dashed #bfbfbf;
  border-radius: 50%;
}
.benefitsArea .benefitsListBoxTxt .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  color: #3d3d3d;
  width: calc(100% - 87px);
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  padding: 20px;
  letter-spacing: normal;
}
@media (max-width: 1180px) {
  .benefitsArea .benefitsListBoxTxt .title {
    font-size: 16px;
    padding: 8px 15px;
    width: calc(100% - 65px);
    letter-spacing: normal;
  }
}
.benefitsArea .benefitsListBoxTxt .title::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #0069b7;
  position: absolute;
  right: 0;
  bottom: 0px;
  transition: all 1s ease;
}
.benefitsArea .benefitsListBoxInfo .benefitsItem {
  display: none;
}
.benefitsArea .benefitsListBoxInfo .benefitsItem.current {
  display: block;
  -webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.6s ease-in-out forwards;
}
.benefitsArea .benefitsListBoxInfo .item {
  padding: 60px;
  background-color: #f4f8fb;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .benefitsArea .benefitsListBoxInfo .item {
    padding: 60px 40px;
  }
}
@media (max-width: 640px) {
  .benefitsArea .benefitsListBoxInfo .item {
    padding: 60px 20px;
  }
}
.benefitsArea .benefitsListBoxInfo .Img {
  width: 100%;
}
.benefitsArea .benefitsListBoxInfo .Txt {
  width: 100%;
}
.benefitsArea .benefitsListBoxInfo .Txt .title {
  font-size: 23px;
  font-weight: 700;
  color: #0069b7;
  margin: 40px 0 30px;
  letter-spacing: normal;
}
.benefitsArea .benefitsListBoxInfo .Txt .text {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}

.joinArea {
  width: 100%;
}
.joinArea .wrap {
  max-width: 100%;
  padding: 0;
}
.joinArea .joinBox {
  position: relative;
}
.joinArea .Img {
  position: relative;
  overflow: hidden;
  height: 685px;
}
.joinArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 1200px;
  object-fit: cover;
}
.joinArea .Txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 640px) {
  .joinArea .Txt {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.joinArea .Txt .textBox {
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.joinArea .Txt .titleBox {
  margin-bottom: 70px;
}
.joinArea .Txt .titleBox .title {
  color: #fff;
}
.joinArea .Txt .titleBox .decoTitleEn {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0 -48px 0;
}
.joinArea .Txt .titleBox .decoTitle {
  color: #fff;
}
.joinArea .Txt .titleBox .decoTitle::before {
  background-color: #fff;
}
.joinArea .Txt .text {
  color: #fff;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 2.2;
}
.joinArea .Txt .btnBox {
  display: inline-block;
  margin-top: 25px;
}