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: calc(100dvh - 86px);
  margin-top: 66px;
  /*============================
#intro
============================*/
}

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

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

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

article#titleTop ul.slicks {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  article#titleTop ul.slicks {
    width: 100%;
    opacity: 1;
    padding-left: 20px;
  }
}

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: auto;
  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: 1.6rem;
    padding-left: 10px;
    line-height: 2;
  }
}

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

@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;
  }
}

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: -30px;
  color: #333;
  font-size: 12px;
  letter-spacing: 2px;
}

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

article#titleTop section#intro.full div.scrolldown span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  padding-left: 40px;
}

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

article#titleTop section#intro.full div.scrolldown:after {
  background: #333;
}

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

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

article#message section.full {
  width: auto;
  text-align: center;
  padding: 0 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
}

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

article#message section.full .text_wrap {
  width: 50%;
}

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

article#message section.full .text_wrap header {
  width: auto;
  position: relative;
  color: #0F184C;
  text-align: left;
  padding: 20px;
  margin: 80px 0 40px;
  border-left: solid 2px;
}

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

article#message section.full .text_wrap header h2 {
  width: auto;
}

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

article#message section.full .text_wrap header i {
  width: auto;
}

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

article#message section.full .text_wrap h3 {
  width: auto;
  font-size: 2.4rem;
  letter-spacing: 4px;
  line-height: 2;
  font-weight: 400;
  padding: 0;
  text-align: left;
}

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

article#message section.full p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
  padding: 180px 0px 0px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  article#message section.full p {
    width: auto;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

/*============================
#news
============================*/
article#news {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0f194c;
}

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

article#news header {
  width: auto;
  max-width: 1080px;
  padding: 40px;
  text-align: left;
  margin: 20px 0 0;
  background: #0F184C;
}

@media screen and (max-width: 768px) {
  article#news header {
    padding: 40px 20px;
    margin: 0;
  }
}

article#news header h2 {
  width: auto;
  color: #fff;
}

@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: 100%;
}

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

article#news section.full div.wrap {
  margin-top: 0;
}

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

article#news section.full div.wrap ul {
  width: auto;
  min-width: 600px;
  max-width: 1040px;
  margin: 0 20px;
  display: inline-block;
  background: #fff;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  article#news section.full div.wrap ul {
    width: calc(100% - 20px);
    padding-top: 20px;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0 0 20px;
  }
}

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

@media screen and (max-width: 768px) {
  article#news section.full div.wrap ul li.news__content.featureImg {
    width: auto;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
}

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 div.text__content {
  width: auto;
}

@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: start;
      -ms-flex-pack: start;
          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: #0f194c;
  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;
  margin-left: 20px;
}

@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: 1.2rem;
  font-weight: 600;
  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;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}

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

article#news section.full div.wrap div.btn-wrap a {
  width: 240px;
  background: #0F184C;
  display: block;
  margin: 80px auto;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
}

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

/*============================
#about
============================*/
article#recruit {
  width: auto;
  padding-top: 80px;
}

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

article#recruit header {
  max-width: 1080px;
  padding: 0 40px 20px;
  margin: auto;
  text-align: center;
  color: #0F184C;
}

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

article#recruit header h2 {
  width: auto;
}

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

article#recruit header i {
  width: auto;
}

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

article#recruit section.full {
  width: auto;
  padding-bottom: 80px;
}

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

article#recruit section.full div.wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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

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

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

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

article#recruit section.full div.wrap div.text__wrap {
  width: 60%;
  padding-right: 10%;
  padding-top: 40px;
}

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

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

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

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

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

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

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

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

article#recruit section.full div.wrap div.text__wrap div.btn__wrap a {
  width: 240px;
  background: #0F184C;
  display: block;
  margin: 40px auto 80px 0;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 1.4rem;
}

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

/*============================
#service
============================*/
article#service {
  background: #eee;
}

article#service header {
  color: #fff;
  position: relative;
}

article#service section.full {
  padding-bottom: 60px;
}

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

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

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

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

article#service section.full div.wrap ul li div.text__wrap {
  padding: 0 20px 20px;
  background: #fff;
}

article#service section.full div.wrap ul li div.text__wrap h3 {
  color: #0F184C;
  text-align: center;
  padding: 20px;
  font-size: 3.2rem;
  letter-spacing: 8px;
  font-weight: 300;
}

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

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

article#service section.full div.wrap ul li div.text__wrap div.btn__wrap {
  text-align: right;
  padding: 20px 0 0;
}

article#service section.full div.wrap ul li div.text__wrap div.btn__wrap a {
  color: #b7a71f;
}
/*# sourceMappingURL=common.css.map */