@charset "utf-8";

.MainBody {
  overflow: unset;
}
.container {
  overflow: hidden;
}
.keyvisual {
  display: flex;
  justify-content: center;
}
.topimg-item[class*="card"] {
  position: relative;
  animation: img-turn 1.5s forwards;
  transform: rotateY(180deg);
  filter: grayscale(100%);
}
.topimg-item.card02 {
  animation-delay: 1s;
}
.topimg-item.card03 {
  animation-delay: 2s;
}
.topimg-item.card04 {
  animation-delay: 3s;
}
.topimg-item.card05 {
  animation-delay: 4s;
}
@keyframes img-turn {
  100% {
    filter: grayscale(0%);
    transform: rotateY(0);
  }
}
.topimg-item.slide-right {
  position: absolute;
  bottom: -1px;
  animation: SlideIn 1.6s forwards;
  animation-delay: 5s;
  opacity: 0; /*初期状態では透明に*/
  transform: translateX(64px);
}
.topimg-item.slide-left {
  position: absolute;
  top: 0;
  left: 0;
  animation: SlideIn 1.6s forwards;
  animation-delay: 5s;
  opacity: 0; /*初期状態では透明に*/
  transform: translateX(-64px);
  width: 30%;
}
@keyframes SlideIn {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.heading-lv2 .block {
  border: none;
}
.heading-lv2 .heading_title {
  font-size: 5.5rem;
  font-weight: 500;
}
.heading-lv2 .block::before,
.heading-lv3 .block::before,
.link-button-v3.entry a span::after,
.heading-lv4 .block::before,
.faq-layout .faq_trigger::after,
.faq-layout .faq_trigger > .faq_label::before,
.faq-layout .faq_trigger > .faq_label::after {
  content: none;
}
.heading-lv3 .heading_title {
  padding-left: 120px;
  color: #e60012;
  font-weight: 700;
  font-size: 4.5rem;
}
.heading-lv3 .block {
  background: url(img/tit_icon.png) no-repeat left center;
  padding-top: 15px;
  height: 110px;
}
.heading-lv3 p {
  padding-left: 120px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 10px;
}

.heading-lv4 .block {
  color: #e60012;
}
.heading-lv4 .heading_title {
  font-size: 3.5rem;
}
.heading-lv4 .heading_title span {
  font-size: 2.6rem;
  margin-bottom: 10px;
  display: inline-block;
}

.link-button a {
  width: 100%;
  font-weight: 500;
  font-size: 3rem;
  border: 2px solid #dfdfe3;
}
.link-button a.link {
  color: #e60012;
  border: 2px solid #e60012;
}
.link-button a.nolink > .link_label::after {
  content: none;
}
.link-button a.nolink:hover {
  border: 2px solid #dfdfe3;
  box-shadow: none;
}

.link-button-v3 a {
  color: #e60012;
  font-weight: 700;
  font-size: 3.2rem;
  border: 1px solid;
  position: relative;
  width: 460px !important;
}
.link-button-v3 a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: #e60012;
  z-index: -1;
}
.link-button-v3.entry a {
  font-size: 4.7rem;
}
.link-button-v3.entry a::after {
  display: inline-block;
  background-image: url(/common-files/img/cmn_sprite_ic01.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
  position: relative;
  top: -2px;
  right: 0;
  border: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 20px;
  height: 15px;
  background-position: 0px -200px;
}

section.bg02,
section.bg02 + section {
  position: relative;
  margin-top: 200px;
}
section.bg02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  transform: skewY(-7deg);
  z-index: -1;
  width: 100vw;
  margin: -100px 0;
  margin-left: calc(50% - 50vw);
}
section.bg02:last-child::before {
  bottom: -150px;
}

section#jobs {
  background: url(img/jobs_bg.png) no-repeat left top;
  padding-top: 100px;
}
section#person {
  background: url(img/person_bg.png) no-repeat left top;
  padding-top: 50px;
}
section#recruit {
  background: url(img/recruit_bg.png) no-repeat left top;
  padding-top: 50px;
}
section#contact {
  background: url(img/contact_bg.png) no-repeat left top;
  padding-top: 50px;
}

.column-media {
  position: relative;
}
.column-media::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(100% - 50vw);
  background-color: #f7f7f7;
  z-index: -1;
}
.column-media[data-media-side="right"]::before {
  margin-left: calc(0% - 50vw) !important;
}

.btmpage [id*="staff"] {
  margin-bottom: 70px;
}
.btmpage [id*="staff"] > .column-media:first-child {
  padding-bottom: 30px;
}
.btmpage [id*="staff"] > .column-media::before {
  height: 80%;
}
.btmpage [id*="staff"] > .column-media:first-child > .column_image {
  max-width: calc((100% - 0px) / 2);
}

.faq-layout {
  position: relative;
  margin-top: 50px !important;
}
.faq-layout .faq_trigger::before {
  content: "";
  background: rgba(153, 153, 153, 20%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq-layout .faq_trigger {
  border: none;
  padding: 0;
  background: none;
  min-height: 70px;
  padding-bottom: 90px;
  margin-right: 70px;
  cursor: unset;
}
.faq-layout .faq_trigger > .faq_label > .faq_icon {
  color: #fff;
  background: #999999;
  height: 70px;
  width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.faq-layout .faq_trigger > .faq_label {
  padding: 20px 0 0 90px;
  min-height: 70px;
}
.faq-layout .faq_detail {
  margin-left: 70px;
  border: 1px solid #e60012;
  background: #fff;
  padding: 0 20px 25px 0;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
.faq-layout .faq_detail > .faq_detail_inner {
  padding: 20px 0 0 90px;
  min-height: 70px;
}
.faq-layout .faq_detail > .faq_detail_inner > .faq_icon {
  color: #fff;
  background: #e60012;
  height: 70px;
  width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

@media only screen and (max-width: 767px) {
  .heading-lv3 .heading_title {
    font-size: 2.6rem;
    padding-left: 90px;
  }
  .heading-lv3 p {
    font-size: 1.8rem;
    padding-left: 90px;
  }
  .link-button-v3 a {
    font-size: 2.2rem;
    width: 300px !important;
  }
  .heading-lv2 .heading_title {
    font-size: 3.8rem;
  }
  section.bg02:last-child::before {
    bottom: -70px;
  }
  .contents-wrap > section {
    background-size: contain !important;
    margin-top: 170px;
    padding: 0px !important;
  }
  .heading-lv3 .block {
    background-size: 70px;
    background-position-y: top;
    height: auto;
    min-height: 70px;
  }
  .link-button-v3.entry a {
    font-size: 3.5rem;
  }
  .heading-lv1-v2[class*="type-"] {
    padding: initial;
  }
  .btmpage [id*="staff"] > .column-media:first-child > .column_image {
    max-width: none;
  }
  [class*="link-button"].is-centering {
    flex-wrap: wrap;
  }
  .link-button-v3 a {
    width: 100% !important;
  }
  [class*="link-button"].is-centering > li {
    width: 100%;
  }
  [class*="link-button"].is-centering > li + li {
    margin-top: 15px;
    margin-left: 0;
  }
  .link-button a {
    font-size: 2rem;
  }
  .heading-lv4 .heading_title {
    font-size: 2.5rem;
  }
}
