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: 500;
}

@media screen and (max-width: 768px) {
  article header i {
    color: #0691F7;
    font-size: 1.6rem;
    font-weight: 600;
  }
}

/*============================
#titleTop
============================*/
article#titleTop {
  width: auto;
  height: 700px;
  /*============================
#intro
============================*/
}

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

article#titleTop img.bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: auto;
  right: 0;
}

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

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

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

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

@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: 2.4rem;
  line-height: 2;
  letter-spacing: 4px;
  font-weight: 600;
  text-align: center;
}

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

article#titleTop section#intro.full div.wrap h1.masthead span {
  width: auto;
}

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

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

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

/*============================
#message
============================*/
article#message {
  width: auto;
}

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

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

@media screen and (max-width: 768px) {
  article#message img.bg {
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

article#message header {
  width: auto;
  position: relative;
}

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

article#message header h2 {
  width: auto;
}

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

article#message header i {
  width: auto;
}

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

article#message section.full {
  width: auto;
  text-align: center;
  padding: 0 0 80px;
}

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

article#message section.full h3 {
  width: auto;
  font-size: 3.2rem;
  letter-spacing: 4px;
  line-height: 2;
  font-weight: 500;
  padding: 40px 0;
  color: #0693e3;
}

@media screen and (max-width: 768px) {
  article#message section.full h3 {
    font-size: 2rem;
    padding: 0;
  }
}

article#message section.full p {
  width: auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  padding-top: 40px;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  article#message section.full p {
    width: auto;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 2px;
  }
}

/*============================
#about
============================*/
article#about {
  width: auto;
}

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

article#about header {
  width: auto;
}

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

article#about header h2 {
  width: auto;
}

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

article#about header i {
  width: auto;
}

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

article#about section.full {
  width: auto;
  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) {
  article#about section.full {
    display: block;
  }
}

article#about section.full div.img__wrap {
  width: 50%;
  padding-right: 40px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#about section.full div.img__wrap {
    width: auto;
    padding: 0;
    margin-top: -40px;
  }
}

article#about section.full div.img__wrap img {
  width: auto;
}

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

article#about section.full div.img__wrap img.bg {
  width: auto;
  right: 0;
  left: auto;
  z-index: -1;
}

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

article#about section.full div.text__wrap {
  width: 50%;
  padding: 40px;
  max-width: 500px;
  padding-right: 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  article#about section.full div.text__wrap {
    padding: 40px 20px;
    width: 100%;
  }
}

article#about section.full div.text__wrap h3 {
  width: auto;
  font-size: 3.6rem;
  letter-spacing: 4px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
}

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

article#about section.full div.text__wrap p {
  width: auto;
  padding: 20px 0;
  line-height: 2;
  letter-spacing: 2px;
}

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

article#about section.full div.text__wrap div.btn__wrap a {
  display: block;
  padding: 20px 10px;
  width: 240px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 40px 0;
  border-radius: 50px;
  background: #333;
  color: #fff;
  text-shadow: #fff 1px 1px 10px;
}

@media screen and (max-width: 768px) {
  article#about section.full div.text__wrap div.btn__wrap a {
    width: 100%;
    margin-bottom: 0;
  }
}

/*============================
#service
============================*/
article#service {
  width: auto;
}

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

article#service img.bg {
  position: absolute;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  top: auto;
  left: auto;
  right: -40px;
  width: 50%;
  bottom: 40px;
  z-index: -1;
}

article#service header {
  width: auto;
}

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

article#service header h2 {
  width: auto;
}

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

article#service header i {
  width: auto;
}

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

article#service section.full {
  width: auto;
}

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

article#service section.full ul {
  width: auto;
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  article#service section.full ul {
    padding: 40px 20px 0;
    display: block;
  }
}

article#service section.full ul li {
  width: 50%;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  article#service section.full ul li {
    padding: 0 0 80px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  article#service section.full ul li:last-child {
    padding: 0;
  }
}

article#service section.full ul li div.img__wrap {
  width: auto;
}

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

article#service section.full ul li div.img__wrap img.bg {
  width: auto;
}

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

article#service section.full ul li div.text__wrap {
  width: auto;
  padding-bottom: 60px;
  position: relative;
  height: calc(100% - 240px);
}

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

article#service section.full ul li div.text__wrap div.title {
  width: auto;
  color: #666;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  article#service section.full ul li div.text__wrap div.title {
    font-weight: 500;
  }
}

article#service section.full ul li div.text__wrap h3 {
  width: auto;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 2.4rem;
  color: #22AC38;
}

@media screen and (max-width: 768px) {
  article#service section.full ul li div.text__wrap h3 {
    font-weight: 500;
    position: relative;
  }
}

article#service section.full ul li div.text__wrap h3.blue {
  color: #0693e3;
}

article#service section.full ul li div.text__wrap p {
  width: auto;
  padding: 20px 0 0;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

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

article#service section.full ul li div.text__wrap div.btn__wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}

article#service section.full ul li div.text__wrap div.btn__wrap a {
  display: block;
  color: #333;
  padding: 20px 10px;
  width: 240px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: auto;
  border-radius: 50px;
  background: #333;
  color: #fff;
  text-shadow: #fff 1px 1px 10px;
}

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

/*============================
#news
============================*/
article#news {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  article#news {
    display: block;
    padding-top: 40px;
  }
}

article#news header {
  width: 40%;
}

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

article#news header h2 {
  width: auto;
}

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

article#news header i {
  width: auto;
}

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

article#news section.full {
  width: 60%;
  max-width: 640px;
  margin-left: 0;
  padding-right: 40px;
}

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

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

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

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;
  padding: 40px 20px 0;
}

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

article#news section.full div.wrap ul li.news__content.featureImg {
  width: 100%;
  padding: 0 20px 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px;
}

@media screen and (max-width: 768px) {
  article#news section.full div.wrap ul li.news__content.featureImg {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }
}

article#news section.full div.wrap ul li.news__content.featureImg a.link {
  width: auto;
  color: #333;
}

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

article#news section.full div.wrap ul li.news__content.featureImg a.link img {
  width: auto;
}

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

article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content {
  width: 100%;
}

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

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: flex-start;
}

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

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

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

article#news section.full div.wrap ul li.news__content.featureImg a.link div.text__content div p {
  width: auto;
  padding-left: 20px;
  letter-spacing: 1px;
}

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

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

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

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

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

article#news section.full div.wrap div.btn-wrap a {
  display: block;
  padding: 20px 10px;
  width: 240px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 40px 20px 120px auto;
  border-radius: 50px;
  background: #333;
  color: #fff;
  text-shadow: #fff 1px 1px 10px;
}

@media screen and (max-width: 768px) {
  article#news section.full div.wrap div.btn-wrap a {
    width: 100%;
  }
}

/*============================
#feature
============================*/
article#feature {
  width: auto;
}

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

article#feature header {
  width: auto;
}

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

article#feature header h2 {
  width: auto;
}

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

article#feature header i {
  width: auto;
}

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

article#feature section.full {
  width: auto;
}

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

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

@media screen and (max-width: 768px) {
  article#feature section.full ul {
    width: auto;
    padding-top: 0;
  }
}

article#feature section.full ul li {
  width: calc(100% / 3 - 40px);
  padding: 0 10px 40px;
  margin: 0 20px 80px;
  border: solid #0095e3 2px;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#feature section.full ul li {
    width: auto;
    margin: 0 0 80px;
  }
}

article#feature section.full ul li div.point {
  text-align: center;
  background: #0095e3;
  color: #fff;
  padding: 0;
  line-height: 1.4;
  font-size: 1.4rem;
  letter-spacing: 2px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: -40px auto 0px;
}

article#feature section.full ul li div.point p {
  width: 100%;
}

@media screen and (max-width: 768px) {
  article#feature section.full ul li div.point p {
    width: 100%;
  }
}

article#feature section.full ul li div.point div.number {
  width: 100%;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  article#feature section.full ul li div.point div.number {
    width: 100%;
  }
}

article#feature section.full ul li div.content {
  width: auto;
  padding: 40px 0px 0;
}

@media screen and (max-width: 768px) {
  article#feature section.full ul li div.content {
    width: auto;
  }
}

article#feature section.full ul li div.content h3 {
  width: auto;
  color: #2680EB;
  font-size: 2rem;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: solid;
}

@media screen and (max-width: 768px) {
  article#feature section.full ul li div.content h3 {
    width: auto;
  }
}

article#feature section.full ul li div.content p {
  width: auto;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 1.4rem;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  article#feature section.full ul li div.content p {
    width: auto;
  }
}

article#feature section.full ul li div.content div.btn__wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#feature section.full ul li div.content div.btn__wrap {
    width: auto;
  }
}

article#feature section.full ul li div.content div.btn__wrap a {
  width: auto;
  color: #0096e3;
  display: block;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  article#feature section.full ul li div.content div.btn__wrap a {
    width: auto;
  }
}

/*============================
#about
============================*/
article#about {
  width: auto;
}

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

article#about img.bg {
  width: auto;
}

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

article#about header {
  width: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#about header {
    width: auto;
    text-align: left;
    padding-left: 20px;
  }
}

article#about header h2 {
  width: auto;
}

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

article#about header i {
  width: auto;
}

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

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

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

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) {
  article#about section.full div.wrap {
    width: auto;
  }
}

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

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

article#about section.full div.wrap div.img__wrap img {
  width: auto;
}

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

article#about section.full div.wrap div.text__wrap {
  width: 60%;
  padding-left: 10%;
  padding-top: 80px;
}

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

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

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

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

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

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

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

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

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

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

/*============================
#case
============================*/
article#case {
  width: auto;
}

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

article#case header {
  width: auto;
}

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

article#case header h2 {
  width: auto;
}

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

article#case header i {
  width: auto;
}

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

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

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

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

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

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 20px;
  max-width: 1040px;
  margin: 40px auto;
}

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

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

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

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

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

article#case section.full div.wrap ul li.news__content.featureImg a.link {
  width: auto;
}

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

article#case section.full div.wrap ul li.news__content.featureImg a.link img {
  width: auto;
}

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

article#case section.full div.wrap ul li.news__content.featureImg a.link div.text__content {
  color: #333;
  width: auto;
}

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

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: 500;
  letter-spacing: 2px;
}

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

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

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

article#case section.full div.wrap div.btn-wrap a {
  width: auto;
}

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

/*============================
#faq
============================*/
article#faq {
  width: auto;
  background: #0095e3;
}

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

article#faq section.full {
  width: auto;
  padding: 20px 0;
}

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

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

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

article#faq section.full div.wrap div.img__wrap {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 5%;
}

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

article#faq section.full div.wrap div.img__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

article#faq section.full div.wrap div.text__wrap {
  width: auto;
  text-align: center;
  padding: 40px;
  line-height: 2;
  position: relative;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}

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

article#faq section.full div.wrap div.text__wrap p {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#faq section.full div.wrap div.text__wrap p {
    width: auto;
    font-size: 1.6rem;
  }
}

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

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

article#faq section.full div.wrap div.text__wrap div.btn__wrap a {
  width: 240px;
  background: #fff;
  color: #0294e3;
  display: block;
  margin: 40px auto;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
}

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

/*============================
#contact
============================*/
article#contact {
  background-image: -webkit-gradient(linear, left top, right top, from(#22d3ee), to(#8b5cf6));
  background-image: linear-gradient(90deg, #22d3ee, #8b5cf6);
  width: auto;
}

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

article#contact section.full {
  width: auto;
}

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

article#contact section.full div.wrap {
  width: auto;
  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) {
  article#contact section.full div.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

article#contact section.full div.wrap div.img__wrap {
  width: 50%;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  article#contact section.full div.wrap div.img__wrap {
    width: 100%;
  }
}

article#contact section.full div.wrap div.img__wrap img {
  width: auto;
}

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

article#contact section.full div.wrap div.text__wrap {
  width: 50%;
}

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

article#contact section.full div.wrap div.text__wrap h3 {
  width: auto;
  text-align: center;
  padding: 40px 0 0;
  line-height: 1.6;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#contact section.full div.wrap div.text__wrap h3 {
    font-size: 1.6rem;
  }
}

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

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

article#contact section.full div.wrap div.text__wrap div.btn__wrap a {
  width: 320px;
  background: #fff;
  color: #333;
  display: block;
  margin: 40px auto;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  article#contact section.full div.wrap div.text__wrap div.btn__wrap a {
    width: auto;
  }
}
/*# sourceMappingURL=common.css.map */