article header h2 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  article header h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  article header h2 {
    font-size: 2rem;
  }
}
article section h3 {
  width: auto;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  article section h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  article section h3 {
    font-size: 1.8rem;
  }
}
article section p {
  width: auto;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  article section p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  article section p {
    font-size: 1.4rem;
  }
}
article section div.btn_wrap a.btn {
  display: block;
  width: 240px;
  border: solid 1px;
  text-align: center;
  padding: 15px 0;
  color: #111752;
  margin: auto;
  margin-top: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article section div.btn_wrap a.btn {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
article section div.btn_wrap a.btn:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  right: -40px;
  top: calc(50% - 1px);
  background: #111752;
}

/*============================
#title
============================*/
article#title {
  width: auto;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  article#title {
    width: auto;
  }
}
article#title img.bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  article#title img.bg {
    width: auto;
  }
}
article#title section.full {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  article#title section.full {
    width: auto;
  }
}
article#title section.full div.title {
  width: 100%;
  position: absolute;
  top: calc(50% + 28px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  article#title section.full div.title {
    width: 100%;
  }
}
article#title section.full div.title h1 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  article#title section.full div.title h1 {
    font-size: 2.2rem;
  }
}
article#title section.full div.title img {
  filter: brightness(0) invert(1);
  width: 100px;
  display: block;
  margin: 20px auto 0;
}

/*============================
#about
============================*/
article#about section {
  display: flex;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  article#about section {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
article#about section div.text_content {
  width: 60%;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  article#about section div.text_content {
    width: 100%;
    padding: 0;
  }
}
article#about section div.text_content header {
  padding-top: 0;
  text-align: left;
}
article#about section div.text_content header h2 {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#about section div.text_content header h2 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  article#about section div.text_content p {
    padding-top: 20px;
  }
}
article#about section div.text_content div.btn_wrap a.btn {
  margin-left: 0;
}
article#about section div.img_content.pc {
  width: 40%;
  padding-left: 40px;
}
article#about section div.img_content.pc img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============================
#business
============================*/
article#business section {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#business section {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
article#business section ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#business section ul {
    display: block;
  }
}
article#business section ul li {
  width: calc(50% - 20px);
  margin-right: 40px;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  article#business section ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
}
article#business section ul li div.img {
  padding-top: 60%;
  position: relative;
}
article#business section ul li div.img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article#business section ul li h3 {
  padding: 20px 0;
}
article#business section ul li div.btn_wrap a.btn {
  margin-top: 40px;
  bottom: 0;
  display: block;
  width: 240px;
  border: solid 1px;
  text-align: center;
  padding: 15px 0;
  color: #111752;
  margin: auto;
  margin-top: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  position: absolute;
  left: calc(50% - 120px);
}
@media screen and (max-width: 768px) {
  article#business section ul li div.btn_wrap a.btn {
    margin-top: 40px;
  }
}
article#business section ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  article#business section ul li:last-child {
    margin-bottom: 0;
  }
}

/*============================
#news
============================*/
@media screen and (max-width: 768px) {
  article#news section {
    padding-top: 0;
  }
}
article#news section div.wrap ul {
  max-width: 800px;
  margin: auto;
}
article#news section div.wrap ul li.news__content.featureImg a.link {
  display: flex;
  border-bottom: solid 1px #111752;
  padding: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link {
    display: block;
    margin-bottom: 20px;
    padding: 0 0 10px;
  }
}
article#news section div.wrap ul li.news__content.featureImg a.link div {
  padding-right: 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div p {
    font-size: 1.2rem;
  }
}
article#news section div.wrap ul li.news__content.featureImg a.link h3 {
  font-size: 1.8rem;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  article#news section div.wrap ul li.news__content.featureImg a.link h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link h3 {
    font-size: 1.4rem;
  }
}
/*============================
#recruit
============================*/
article#recruit {
  background: #111752;
}
article#recruit section {
  display: flex;
  color: #fff;
  padding: 0;
  align-items: center;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  article#recruit section {
    flex-direction: column-reverse;
  }
}
article#recruit section div.wrap {
  padding: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  article#recruit section div.wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 80px 20px 80px;
  }
}
article#recruit section div.wrap header {
  padding: 0;
}
article#recruit section div.wrap header h2 {
  text-align: left;
  padding-bottom: 40px;
}
article#recruit section div.wrap div.btn_wrap a.btn {
  color: #fff;
  margin-left: 0;
  margin-bottom: 40px;
}
article#recruit section div.wrap div.btn_wrap a.btn:after {
  background: #fff;
}
article#recruit div.img {
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  article#recruit div.img {
    width: 120%;
    position: static;
    margin-left: -20%;
  }
}
article#recruit div.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}/*# sourceMappingURL=common.css.map */

