@charset "UTF-8";
html {
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

a:hover, button:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.wrapper_all {
  position: relative;
}

::-moz-selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

.main-section {
  position: relative;
  color: #fff;
  background: #000;
  height: 100%;
}
.main-section .overlay-blk {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
}
.main-section img {
  width: 100%;
}

.main_container {
  max-width: 1400px;
  padding: 0 50px;
  position: absolute;
  top: 24%;
  margin: 0 auto;
  left: 10%;
}

.main_tx {
  max-width: 1500px;
  margin: 0 auto;
  opacity: 0;
}
.main_tx h1 {
  font-family: "Merriweather", serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 20px;
  letter-spacing: 0.075em;
  color: #fff;
  font-feature-settings: "palt";
}
.main_tx p {
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
  letter-spacing: 0.04em;
}

.ttl_container {
  margin: 0 0 48px;
  transform: translateX(-47px);
  color: #fff;
  padding-left: 40px;
}
.ttl_container::before {
  position: absolute;
  top: 0;
  left: 7px;
  display: block;
  width: 4px;
  height: calc(100% - 5px);
  margin: auto;
  content: "";
  transform: rotate(7deg);
  background: #fff;
}

.company-section {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, #C80D2F 0%, #A01710 100%);
}

.company_container {
  display: flex;
  justify-content: flex-end;
}
.company_container .img_wrapper {
  position: absolute;
  bottom: -55px;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 55%;
  max-height: 553px;
  text-align: right;
  align-items: center;
}
.company_container .img_wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.main-img_wrapper {
  width: auto;
  overflow: hidden;
  position: relative;
}
.main-img_wrapper .overlay-blk {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
}

.main_img {
  height: 100vh;
  background: url("../img/img_main_pc.jpg");
  position: relative;
  background-size: cover;
}

.main_img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.is-load_img::after {
  opacity: 0;
  transition: 1.2s;
}

/* main-tx_trans */
.fade-left {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-down {
  animation-name: fadeDownAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.company-info {
  width: 50%;
  padding: 0 0 0 90px;
  color: #fff;
}
.company-info h2 {
  font-size: 45px;
  font-family: "Merriweather", serif;
}
.company-info p {
  font-size: 14px;
}
.company-info dl {
  display: flex;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-size: 14px;
}
.company-info dd {
  font-size: 14px;
}
.company-info dt {
  width: 110px;
  line-height: 1.8;
}

.company-info dl + dl {
  margin: 20px 0 0;
}

.section-service {
  padding: 205px 0 160px;
}

#service_ttl {
  color: #C80D2F;
  top: 0;
  left: 0;
  margin: 0 0 35px;
}
#service_ttl h2 {
  font-size: 45px;
}
#service_ttl::before {
  background: #C80D2F;
}

.service_container {
  padding: 205px 0 160px;
}

.service_ul li {
  width: 860px;
  margin-right: 35px;
  margin-left: auto;
  transform: skew(-7deg);
  background: #fff;
}
.service_ul li::after {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(135deg, #C80D2F 0%, #A01710 100%);
}

.service_ul li:nth-child(2) {
  margin-left: 75px;
}

.service-li_container + .service-li_container {
  margin-top: 80px;
}

.service-container_box {
  position: relative;
  z-index: 1;
  display: flex;
  background: #fff;
}
.service-container_box .img_wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 370px;
  align-items: center;
  justify-content: center;
}
.service-container_box .img_wrapper img {
  position: absolute;
  width: auto;
  max-width: inherit;
  height: 100%;
  transform: skew(7deg);
}
.service-container_box .top-service__item:nth-child(odd) {
  margin-right: 35px;
  margin-left: auto;
}
.service-container_box .top-service__item:nth-child(2) {
  margin-left: 75px;
}

.service-tx_container .service-tx_ttl {
  width: 600px;
  min-height: 392px;
  padding: 30px 65px 40px 75px;
  transform: skew(7deg);
}
.service-tx_container .service-tx_ttl h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bolder;
}
.service-tx_container .service-tx_ttl .h4_sub-ttl {
  font-size: 16px;
  line-height: 2.1;
  margin: 0 0 0 32px;
}
.service-tx_container .service-tx_ttl .service_tx_desc {
  font-size: 14px;
}
.service-tx_container .service-tx_ttl img {
  display: block;
  height: 60px;
  margin: 0 0 12px;
}

.service-h4_ttl {
  display: flex;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
  border-bottom: solid 1px #d2d2d2;
}

.service_tx_desc {
  font-size: 14px;
}

.link_btn {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 10px;
  width: calc(100% - 140px);
  margin: 0 auto;
  margin-top: 20px;
  transition: 0.4s;
}
.link_btn a {
  font-size: 1.4rem;
  display: flex;
  height: 40px;
  border: solid 1px #999;
  align-items: center;
  justify-content: center;
  background: #fff url(../img/icn_blank.svg) no-repeat right 14px center;
  background-size: 15px 14px;
  font-size: 14px;
}

.service_container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

/* news */
.section-news {
  padding: 143px 0 120px;
  background: #fff;
}

.news_wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.news_ul {
  font-size: 14px;
  width: 77%;
}
.news_ul li {
  display: flex;
  padding: 22px 0;
  align-items: flex-start;
  border-bottom: solid 1px #eaeaea;
}
.news_ul li:first-child {
  padding-top: 0;
}
.news_ul time {
  color: #888;
}

.news-flex {
  display: flex;
  margin: 0 10px 0 0;
  align-items: center;
  flex-shrink: 0;
}
.news-flex .news_tag {
  margin-left: 15px;
}

.top-news_btn {
  position: absolute;
  top: 125px;
  left: 0;
  clear: both;
  width: 180px;
  margin: 0 70px;
  transition: 0.4s;
}

.design-btn a {
  font-size: 14px;
  display: flex;
  height: 40px;
  border: solid 1px #999;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.arrow-more a {
  position: relative;
}

.news-ctg {
  font-size: 13px;
  line-height: 1;
  display: block;
  min-width: 95px;
  padding: 3px 2px;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

#ctg-pres {
  color: #333;
  background: #e9dbcf;
}

#ctg-news {
  color: #333;
  background: #cfe2ef;
}

.news-tx {
  font-size: 14px;
  line-height: 1.8;
}

.arrow-more a::after {
  position: absolute;
  top: -5px;
  right: -20px;
  bottom: 0;
  display: block;
  width: 44px;
  height: 6px;
  margin: auto;
  content: "";
  background: url(../img/icn_arrow.png) no-repeat center center;
  background-size: 44px auto;
}

.top-contact {
  padding: 150px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #C80D2F 0%, #A01710 100%);
}

.contact_wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

#contact_ttl {
  color: #fff;
  display: inline-block;
  margin: 0 0 50px;
  text-align: left;
}
#contact_ttl h2 {
  font-size: 45px;
}
#contact_ttl p {
  font-size: 14px;
}

.top-contact_p {
  font-size: 14px;
}

.contact_btn a {
  font-size: 18px;
  font-weight: 500;
  height: 80px;
  letter-spacing: 0.05em;
  color: #fff;
  border-color: #fff;
  transition: 0.4s;
}

.contact_btn {
  width: 450px;
  margin: 20px auto 0;
  transition: 0.4s;
}

.arrow-more_2 {
  position: relative;
}

.arrow-more_2 a::after {
  position: absolute;
  top: -5px;
  right: -20px;
  bottom: 0;
  display: block;
  width: 44px;
  height: 6px;
  margin: auto;
  content: "";
  background: url(../img/icn_arrow_wh02.png) no-repeat center center;
  background-size: 44px auto;
}

/* scroll-in */
.top-mv__scroll {
  position: absolute;
  z-index: 1;
  bottom: -100px;
  width: 1px;
  height: 200px;
  transition: opacity 0.8s 2s;
  opacity: 1;
  left: 12%;
}

.top-mv__scroll span {
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  top: 5px;
  left: -8px;
  transform: rotate(90deg);
  letter-spacing: 0.075em;
  color: #fff;
}

.top-mv__scroll i {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.top-mv__scroll i::before {
  position: absolute;
  top: 100%;
  display: block;
  width: 1px;
  height: 60px;
  content: "";
  animation: scroll 2s infinite;
  background: #C80D2F;
}

@keyframes scroll {
  0% {
    top: -100%;
  }
  75% {
    top: 100%;
  }
}
.top-service__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 50%;
  display: flex;
  width: 110%;
  height: 100%;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
  background-color: #faf5f5;
}

.top-service__bg .bg-item.is-anim {
  animation: bg-anim 10s infinite;
}

.top-service__bg .bg-item {
  position: relative;
  top: -25%;
  width: 100%;
  height: 150%;
  transform: skew(-10deg) scale(3);
  transform-origin: top center;
  opacity: 0.5;
  opacity: 0;
  background: rgba(238, 26, 61, 0.082);
  flex: 1 1 auto;
  will-change: transform;
}

@keyframes bg-anim {
  0% {
    transform: translateX(-50%) skew(-10deg) scale(2);
    opacity: 0;
  }
  50% {
    transform: translateX(50%) skew(-10deg) scale(3);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) skew(-10deg) scale(2);
    opacity: 0;
  }
}/*# sourceMappingURL=index.css.map */

/* tag color */

.news-ctg .news {
  background-color:#EFBDB9 ;
}

.news-ctg .service {
  background-color:#E8DABF;
}

.news-ctg .recruit {
  background-color:#E8DABF;
}