article img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  article img.bg {
    width: auto;
  }
}

article header {
  width: auto;
}

@media screen and (max-width: 768px) {
  article header {
    width: auto;
  }
}

article header h2 {
  width: auto;
  font-size: 3.6rem;
  letter-spacing: 8px;
}

@media screen and (max-width: 768px) {
  article header h2 {
    width: auto;
  }
}

article header i {
  width: auto;
  display: block;
  padding-top: 20px;
  font-size: 2rem;
  letter-spacing: 4px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  article header i {
    width: auto;
  }
}

/*============================
#titleTop
============================*/
article#titleTop {
  width: auto;
  height: 100dvh;
  /*============================
#intro
============================*/
}

@media screen and (max-width: 768px) {
  article#titleTop {
    width: auto;
    height: 350px;
    margin-top: 86px;
  }
}

article#titleTop img.bg {
  width: 100%;
}

@media screen and (max-width: 768px) {
  article#titleTop img.bg {
    width: auto;
  }
}

article#titleTop ul.slicks {
  position: fixed;
  height: 100%;
  width: 100%;
}

article#titleTop ul.slicks .slick-list {
  height: 100%;
  width: 100%;
}

article#titleTop ul.slicks .slick-list .slick-track {
  height: 100%;
  width: 100%;
}

article#titleTop ul.slicks li {
  height: 100%;
  width: 100%;
}

article#titleTop ul.slicks li img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

article#titleTop section#intro.full {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full {
    width: auto;
  }
}

article#titleTop section#intro.full div.wrap {
  width: calc(100% - 160px);
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 80px;
  top: 50%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap {
    width: auto;
    left: 20px;
  }
}

article#titleTop section#intro.full div.wrap h1.masthead {
  width: auto;
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: 8px;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap h1.masthead {
    width: auto;
    font-size: 2.4rem;
  }
}

article#titleTop section#intro.full div.wrap p {
  width: auto;
  padding-top: 20px;
  line-height: 2;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap p {
    width: auto;
    letter-spacing: 1px;
    padding-right: 20px;
  }
}

article#titleTop section#intro.full div.copy {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 4.8rem;
  color: #fff;
  font-weight: 600;
  text-align: right;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.copy {
    font-size: 2rem;
  }
}

article#titleTop section#intro.full div.copy strong {
  width: auto;
  font-size: 5.4rem;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.copy strong {
    width: auto;
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
}

article#titleTop section#intro.full div.scrolldown {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 80px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown {
    width: auto;
    left: 20px;
  }
}

article#titleTop section#intro.full div.scrolldown span {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown span {
    width: auto;
  }
}

.social-links {
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
  padding: 0;
}

.social-links .top-row,
.social-links .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.social-links .top-row .social-item {
  width: calc(33.33% - 10px);
}

.social-links .bottom-row .social-item {
  width: calc(50% - 10px);
}

.social-links .social-item {
  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;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.social-links .social-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.social-links .social-item i {
  font-size: 24px;
  margin-right: 10px;
}

.social-links .social-item span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .social-links {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 40px;
    position: relative;
    padding: 0 20px;
  }
  .social-links .top-row,
  .social-links .bottom-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .social-links .social-item {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

/*============================
#news
============================*/
.news__up__wrap {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 0;
  position: relative;
}

.news__up__wrap article#news {
  width: auto;
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news {
    width: auto;
  }
}

.news__up__wrap article#news header {
  width: 100%;
  text-align: left;
  padding-left: 40px;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  padding-top: 20px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news header {
    width: auto;
    margin-top: 20px;
  }
}

.news__up__wrap article#news header h2 {
  width: auto;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news header h2 {
    width: auto;
    font-size: 2.4rem;
    padding-right: 10px;
  }
}

.news__up__wrap article#news header i {
  width: auto;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news header i {
    width: auto;
    font-size: 1.4rem;
  }
}

.news__up__wrap article#news section.full {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full {
    width: auto;
    padding-right: 20px;
  }
}

.news__up__wrap article#news section.full div.wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap {
    width: auto;
  }
}

.news__up__wrap article#news section.full div.wrap ul {
  width: auto;
  max-width: 1040px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap ul {
    width: auto;
  }
}

.news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg {
  width: 100%;
  padding: 20px 20px 10px;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg {
    width: auto;
    padding: 0 0 10px;
    margin-bottom: 40px;
    border-bottom: solid #969696 1px;
  }
}

.news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link {
  width: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link {
    width: auto;
  }
}

.news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content div {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content div {
    width: auto;
  }
}

.news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content div span {
  background: #fff;
  color: #333;
  padding: 4px 8px;
  display: block;
  margin: 0;
  border-radius: 4px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content div span {
    width: auto;
  }
}

.news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content div p {
  width: auto;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content div p {
    width: auto;
  }
}

.news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
  width: auto;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
    width: 100%;
    padding-top: 20px;
  }
}

.news__up__wrap article#news section.full div.wrap div.btn-wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap div.btn-wrap {
    padding: 0 20px;
  }
}

.news__up__wrap article#news section.full div.wrap div.btn-wrap a {
  width: 120px;
  display: block;
  margin: 40px 20px 80px auto;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  border: solid 1px;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news section.full div.wrap div.btn-wrap a {
    width: auto;
    margin-bottom: 40px;
  }
}

.news__up__wrap article#news:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #949c26;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news:before {
    left: 10px;
  }
}

.news__up__wrap article#news:after {
  content: "";
  height: calc(100% - 100px);
  width: 1px;
  background: #949c26;
  position: absolute;
  left: 10px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .news__up__wrap article#news:after {
    left: 20px;
    height: 50%;
  }
}

/*============================
#service
============================*/
.service__up__wrap {
  padding: 40px 0;
  position: relative;
}

.service__up__wrap article#service {
  width: auto;
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service {
    width: auto;
  }
}

.service__up__wrap article#service header {
  width: 100%;
  text-align: left;
  padding-left: 40px;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  padding-top: 20px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service header {
    width: auto;
    margin-top: 20px;
  }
}

.service__up__wrap article#service header h2 {
  width: auto;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service header h2 {
    width: auto;
    font-size: 2.4rem;
    padding-right: 10px;
  }
}

.service__up__wrap article#service header i {
  width: auto;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service header i {
    width: auto;
    font-size: 1.4rem;
  }
}

.service__up__wrap article#service section.full {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full {
    width: auto;
  }
}

.service__up__wrap article#service section.full div.wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full div.wrap {
    width: auto;
  }
}

.service__up__wrap article#service section.full div.wrap div.img__wrap {
  width: 50%;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full div.wrap div.img__wrap {
    width: auto;
  }
}

.service__up__wrap article#service section.full div.wrap div.img__wrap img {
  position: absolute;
  top: -120px;
  width: 60%;
  right: -10%;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full div.wrap div.img__wrap img {
    width: auto;
    padding: 0px 0px 20px;
  }
}

.service__up__wrap article#service section.full div.wrap div.text__wrap {
  width: 50%;
  padding-right: 0;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full div.wrap div.text__wrap {
    width: auto;
    padding: 0;
  }
}

.service__up__wrap article#service section.full div.wrap div.text__wrap h3 {
  width: auto;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 8px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full div.wrap div.text__wrap h3 {
    width: auto;
    font-size: 2.4rem;
    text-align: left;
  }
}

.service__up__wrap article#service section.full div.wrap div.text__wrap img {
  padding: 0px 40px 20px;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full div.wrap div.text__wrap img {
    padding: 0px 0 20px;
  }
}

.service__up__wrap article#service section.full div.wrap div.text__wrap p {
  width: auto;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full div.wrap div.text__wrap p {
    width: auto;
  }
}

.service__up__wrap article#service section.full div.wrap div.text__wrap div.btn__wrap {
  width: auto;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full div.wrap div.text__wrap div.btn__wrap {
    width: auto;
  }
}

.service__up__wrap article#service section.full div.wrap div.text__wrap div.btn__wrap a {
  width: 160px;
  color: #fff;
  display: block;
  margin: 40px 0px 80px auto;
  text-align: right;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service section.full div.wrap div.text__wrap div.btn__wrap a {
    width: auto;
    margin: 40px auto;
  }
}

.service__up__wrap article#service section.full div.wrap div.text__wrap div.btn__wrap a:before {
  content: "";
  width: calc(100% - 160px);
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.service__up__wrap article#service:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #949c26;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service:before {
    left: 10px;
  }
}

.service__up__wrap article#service:after {
  content: "";
  height: calc(100% - 100px);
  width: 1px;
  background: #949c26;
  position: absolute;
  left: 10px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .service__up__wrap article#service:after {
    left: 20px;
    height: 50%;
  }
}

div.service__bottom__wrap {
  width: auto;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap {
    width: auto;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap {
    width: auto;
  }
}

div.service__bottom__wrap div.wrap {
  width: auto;
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap {
    width: auto;
    margin-top: 40px;
    padding-right: 0;
  }
}

div.service__bottom__wrap div.wrap h3 {
  width: auto;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap h3 {
    width: auto;
  }
}

div.service__bottom__wrap div.wrap ul {
  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: 768px) {
  div.service__bottom__wrap div.wrap ul {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 80px;
  }
}

div.service__bottom__wrap div.wrap ul li {
  width: calc(100% / 3 - 20px);
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
  }
}

div.service__bottom__wrap div.wrap ul li:last-child {
  margin-bottom: 0;
}

div.service__bottom__wrap div.wrap ul li h4 {
  width: auto;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap ul li h4 {
    width: auto;
    padding-right: 40px;
  }
}

div.service__bottom__wrap div.wrap ul li h4 i {
  width: auto;
  display: block;
  font-size: 1.4rem;
  padding: 20px 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap ul li h4 i {
    width: auto;
  }
}

div.service__bottom__wrap div.wrap ul li div.img__wrap.pc {
  width: auto;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap ul li div.img__wrap.pc {
    width: auto;
  }
}

div.service__bottom__wrap div.wrap ul li div.img__wrap.pc img {
  width: auto;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap ul li div.img__wrap.pc img {
    width: auto;
  }
}

div.service__bottom__wrap div.wrap ul li p {
  width: auto;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap ul li p {
    width: auto;
    padding-right: 20px;
  }
}

div.service__bottom__wrap div.wrap ul li p span {
  width: auto;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap ul li p span {
    width: auto;
  }
}

div.service__bottom__wrap div.wrap ul li div.btn__wrap {
  width: auto;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap ul li div.btn__wrap {
    width: auto;
  }
}

div.service__bottom__wrap div.wrap ul li div.btn__wrap a {
  width: 160px;
  color: #fff;
  display: block;
  margin: 40px 0px 80px auto;
  text-align: right;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  div.service__bottom__wrap div.wrap ul li div.btn__wrap a {
    width: auto;
    margin: 40px auto 80px;
    padding-right: 20px;
  }
}

div.service__bottom__wrap div.wrap ul li div.btn__wrap a:before {
  content: "";
  width: calc(100% - 160px);
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

/*============================
#case
============================*/
.case__up__wrap {
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .case__up__wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.case__up__wrap article#case {
  width: auto;
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case {
    width: auto;
  }
}

.case__up__wrap article#case header {
  width: 100%;
  text-align: left;
  padding-left: 40px;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  padding-top: 20px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case header {
    width: auto;
  }
}

.case__up__wrap article#case header h2 {
  width: auto;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case header h2 {
    width: auto;
    font-size: 2.4rem;
    padding-right: 10px;
  }
}

.case__up__wrap article#case header i {
  width: auto;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case header i {
    width: auto;
    font-size: 1.4rem;
  }
}

.case__up__wrap article#case section.full {
  width: auto;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full {
    width: auto;
  }
}

.case__up__wrap article#case section.full div.wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap {
    width: auto;
  }
}

.case__up__wrap article#case section.full div.wrap ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 40px;
  max-width: 1080px;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap ul {
    width: auto;
  }
}

.case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg {
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg {
    width: calc(100% / 2 - 10px);
    margin: 0 0 20px;
  }
}

.case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg:first-child {
    margin: 0;
  }
}

.case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg:nth-child(4n) {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg:nth-child(2n + 1) {
    margin-right: 20px;
  }
}

.case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg a.link {
  width: auto;
  display: block;
  position: relative;
  padding-top: 100%;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg a.link {
    width: auto;
  }
}

.case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg a.link img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg a.link img {
    width: auto;
  }
}

.case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg a.link div.text__content {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  z-index: 2;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg a.link div.text__content {
    width: auto;
  }
}

.case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg a.link div.text__content:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
  width: auto;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
    width: auto;
  }
}

.case__up__wrap article#case section.full div.wrap div.btn__wrap {
  width: auto;
  position: relative;
  text-align: right;
  max-width: 540px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap div.btn__wrap {
    width: auto;
    margin: 0 40px;
  }
}

.case__up__wrap article#case section.full div.wrap div.btn__wrap a {
  width: 160px;
  color: #fff;
  display: block;
  margin: 40px 0px 80px auto;
  text-align: right;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case section.full div.wrap div.btn__wrap a {
    width: auto;
    margin: 40px auto 80px;
  }
}

.case__up__wrap article#case section.full div.wrap div.btn__wrap a:before {
  content: "";
  width: calc(100% - 160px);
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.case__up__wrap article#case:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #949c26;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case:before {
    left: 10px;
  }
}

.case__up__wrap article#case:after {
  content: "";
  height: calc(100% - 100px);
  width: 1px;
  background: #949c26;
  position: absolute;
  left: 10px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .case__up__wrap article#case:after {
    left: 20px;
    height: 50%;
  }
}

/*============================
#about
============================*/
.about__up__wrap {
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .about__up__wrap {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.about__up__wrap article#about {
  width: auto;
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about {
    width: auto;
  }
}

.about__up__wrap article#about header {
  width: 100%;
  text-align: left;
  padding-left: 40px;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
  padding-top: 20px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about header {
    width: auto;
    margin-top: 0;
  }
}

.about__up__wrap article#about header h2 {
  width: auto;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about header h2 {
    width: auto;
    font-size: 2.4rem;
    padding-right: 10px;
  }
}

.about__up__wrap article#about header i {
  width: auto;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about header i {
    width: auto;
    font-size: 1.4rem;
  }
}

.about__up__wrap article#about section.full {
  width: auto;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full {
    width: auto;
    padding: 0 20px;
  }
}

.about__up__wrap article#about section.full div.wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full div.wrap {
    width: auto;
  }
}

.about__up__wrap article#about section.full div.wrap div.img__wrap {
  width: 35%;
  padding-left: 40px;
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full div.wrap div.img__wrap {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full div.wrap div.img__wrap img {
    width: auto;
  }
}

.about__up__wrap article#about section.full div.wrap div.text__wrap {
  width: 65%;
  padding-right: 0;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full div.wrap div.text__wrap {
    width: auto;
    padding: 0;
  }
}

.about__up__wrap article#about section.full div.wrap div.text__wrap h3 {
  width: auto;
  color: #0096e3;
  font-size: 3.6rem;
  letter-spacing: 8px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full div.wrap div.text__wrap h3 {
    width: auto;
    font-size: 2.4rem;
    text-align: left;
  }
}

.about__up__wrap article#about section.full div.wrap div.text__wrap img {
  padding: 0px 40px 20px;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full div.wrap div.text__wrap img {
    padding: 0 0 40px;
    display: block;
    margin: auto;
  }
}

.about__up__wrap article#about section.full div.wrap div.text__wrap p {
  width: auto;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full div.wrap div.text__wrap p {
    width: auto;
  }
}

.about__up__wrap article#about section.full div.wrap div.text__wrap div.btn__wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full div.wrap div.text__wrap div.btn__wrap {
    width: auto;
  }
}

.about__up__wrap article#about section.full div.wrap div.text__wrap div.btn__wrap a {
  width: 240px;
  background: #0294e3;
  display: block;
  margin: 40px 20px 80px 0;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about section.full div.wrap div.text__wrap div.btn__wrap a {
    width: auto;
    margin: 40px auto 80px;
  }
}

.about__up__wrap article#about:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #949c26;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about:before {
    left: 10px;
  }
}

.about__up__wrap article#about:after {
  content: "";
  height: calc(100% - 100px);
  width: 1px;
  background: #949c26;
  position: absolute;
  left: 10px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .about__up__wrap article#about:after {
    left: 20px;
    height: 50%;
  }
}

.about__up__wrap div.btn__wrap {
  width: auto;
  position: relative;
  text-align: right;
  margin-left: 40%;
}

@media screen and (max-width: 768px) {
  .about__up__wrap div.btn__wrap {
    width: auto;
    margin-left: 20px;
  }
}

.about__up__wrap div.btn__wrap a {
  width: 160px;
  color: #fff;
  display: block;
  margin: 40px 0px 80px auto;
  text-align: right;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .about__up__wrap div.btn__wrap a {
    width: auto;
    margin: 40px auto 0px;
    padding-right: 20px;
  }
}

.about__up__wrap div.btn__wrap a:before {
  content: "";
  width: calc(100% - 160px);
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .about__up__wrap div.btn__wrap a:before {
    width: calc(100% - 180px);
  }
}
/*# sourceMappingURL=common.css.map */