@charset "UTF-8";
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  body {
    max-width: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s linear;
}

.js-animation.fadeIn {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.js-animation.fadeIn.is-animated {
  opacity: 1;
}
.js-animation.scaleIn {
  opacity: 0;
  transition: opacity 0.4s linear, scale 0.4s ease-out;
}
.js-animation.scaleIn.is-animated {
  opacity: 1;
  scale: 1 1 !important;
}
.js-animation.slideRightIn {
  translate: -100% 0;
  transition: translate 0.4s ease-out;
}
.js-animation.slideRightIn.is-animated {
  translate: 0 0;
}

.js-animationTop.fadeIn {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.js-animationTop.fadeIn.is-animated {
  opacity: 1;
}
.js-animationTop.scaleIn {
  opacity: 0;
  scale: 0.95;
  transition: opacity 0.4s linear, scale 0.4s linear;
}
.js-animationTop.scaleIn.is-animated {
  opacity: 1;
  scale: 1;
}
.js-animationTop.clipRightIn {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.4s linear;
}
.js-animationTop.clipRightIn.is-animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.zoom-img {
  position: relative;
  overflow: hidden;
}
.zoom-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: scale 0.4s ease-out;
}
*:hover > .zoom-img img, .zoom-img:hover img {
  scale: 1.1;
}

.btn-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .btn-label {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.7rem), calc(100% - 2.7rem) 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .btn-label {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.8rem), calc(100% - 2.8rem) 100%, 0 100%);
  }
}
.btn-label .zoom-img {
  width: 100%;
  height: 100%;
}
.btn-label p {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.09em;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 769px) {
  .btn-label p {
    height: 4.632em;
    line-height: 1.474;
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .btn-label p {
    height: 3.824em;
    line-height: 1.177;
    font-size: 3.4rem;
  }
}
.btn-label.red p {
  background: #d90b18;
  color: #fff;
}

.top_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top_head h2 {
  position: relative;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.4s ease-in;
  overflow: hidden;
}
.top_head h2::after {
  content: "";
  position: absolute;
  background: #d90b18;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  translate: 0 0;
  transition: translate 0.4s ease-out 0.5s;
  pointer-events: none;
}
.top_head p {
  position: relative;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  letter-spacing: 0.09em;
  transition: clip-path 0.4s ease-in;
  overflow: hidden;
  font-weight: 800;
}
@media (min-width: 769px) {
  .top_head p {
    line-height: 1.25;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .top_head p {
    line-height: 1.115;
    font-size: 3.5rem;
  }
}
.top_head p::after {
  content: "";
  position: absolute;
  background: #d90b18;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  translate: 0 0;
  transition: translate 0.4s ease-out 0.5s;
  pointer-events: none;
}
.top_head.is-animated h2, .top_head.is-animated p {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.top_head.is-animated h2::after, .top_head.is-animated p::after {
  translate: 101% 0;
}
.top_lead {
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .top_lead {
    line-height: 2.25;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .top_lead {
    line-height: 1.914;
    font-size: 2.3rem;
  }
}

.kv_section {
  position: relative;
  width: 100vw;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 769px) {
  .kv_section {
    margin-top: 10rem;
  }
}
@media (max-width: 768px) {
  .kv_section {
    margin-top: 12rem;
  }
}
.kv_swiper {
  position: relative;
  width: 100%;
}
.kv_swiper.is-animated .kv_texture {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .kv_swiper.is-animated .kv_mask::before {
    translate: 48.7rem 0;
  }
}
@media (max-width: 768px) {
  .kv_swiper.is-animated .kv_mask::before {
    translate: 42.5rem 0;
  }
}
@media (min-width: 769px) {
  .kv_swiper.is-animated .kv_mask::after {
    translate: calc(100% + 200vw + 79.7rem + 1px) 0;
  }
}
@media (max-width: 768px) {
  .kv_swiper.is-animated .kv_mask::after {
    translate: calc(100% + 200vw + 74.4rem + 1px) 0;
  }
}
.kv_swiper.is-animated .kv_image {
  opacity: 1;
}
.kv_swiper.is-animated .kv_lead {
  opacity: 1;
}
.kv_swiper.is-animated .kv_lead > span {
  opacity: 1;
  translate: 0 0;
}
.kv_swiper.is-animated .kv_lead > span::after {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.kv_swiper.is-animated .kv_text {
  opacity: 1;
}
.kv_slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv_image {
  opacity: 0;
  transition: opacity 0s linear 0.4s;
  overflow: hidden;
}
@media (min-width: 769px) {
  .kv_image {
    height: 65rem;
  }
}
@media (max-width: 768px) {
  .kv_image {
    height: 67rem;
  }
}
.kv_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  width: 100%;
  height: 100%;
  scale: 1.2;
  opacity: 0;
  transition: scale 12s linear 0s, opacity 1s linear 0s;
}
.swiper-slide-next .kv_image img {
  scale: 1;
  transition: none;
}
.swiper-slide-active .kv_image img {
  opacity: 1;
}
.kv_swiper:not(.is-animated) .kv_image img {
  scale: 1;
  transition: none;
}
.kv_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.kv_mask::before, .kv_mask::after {
  content: "";
  position: absolute;
  background: #d90b18;
  height: 100%;
  right: 100%;
  top: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .kv_mask::before, .kv_mask::after {
    clip-path: polygon(31rem 0, 100% 0, calc(100% - 31rem) 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .kv_mask::before, .kv_mask::after {
    clip-path: polygon(31.9rem 0, 100% 0, calc(100% - 31.9rem) 100%, 0 100%);
  }
}
.kv_mask::before {
  transition: translate 0.3333333333s linear;
}
@media (min-width: 769px) {
  .kv_mask::before {
    width: calc(100% + 79.7rem + 1px);
  }
}
@media (max-width: 768px) {
  .kv_mask::before {
    width: calc(100% + 74.4rem + 1px);
  }
}
.kv_mask::after {
  transition: translate 1s linear;
}
@media (min-width: 769px) {
  .kv_mask::after {
    width: calc(200vw + 79.7rem + 1px);
  }
}
@media (max-width: 768px) {
  .kv_mask::after {
    width: calc(200vw + 74.4rem + 1px);
  }
}
.kv_caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  inset: 0;
  color: #fff;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 769px) {
  .kv_caption {
    row-gap: 1rem;
    padding: 0 9rem 0.2rem;
  }
}
@media (max-width: 768px) {
  .kv_caption {
    row-gap: 1.4rem;
    padding: 0 4.5rem 1.9rem;
  }
}
.kv_lead {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  opacity: 0;
}
@media (min-width: 769px) {
  .kv_lead {
    line-height: 1.35;
    font-size: 8rem;
    transition: opacity 0s linear 0.5s;
  }
}
@media (max-width: 768px) {
  .kv_lead {
    line-height: 1.334;
    font-size: 5.7rem;
    transition: opacity 0s linear 0.9s;
  }
}
.kv_lead > span {
  position: relative;
  opacity: 0;
  translate: -10px 0;
}
@media (min-width: 769px) {
  .kv_lead > span {
    transition: opacity 0.3s linear 0.5s, translate 0.3s ease-out 0.5s;
  }
}
@media (max-width: 768px) {
  .kv_lead > span {
    transition: opacity 0.3s linear 0.9s, translate 0.3s ease-out 0.9s;
  }
}
.kv_text {
  letter-spacing: 0.09em;
  font-weight: 700;
  opacity: 0;
}
@media (min-width: 769px) {
  .kv_text {
    line-height: 1.32;
    font-size: 2.5rem;
    transition: opacity 0.2s linear 1s;
  }
}
@media (max-width: 768px) {
  .kv_text {
    line-height: 1.353;
    font-size: 3.4rem;
    transition: opacity 0.2s linear 1s;
  }
}

.message_section {
  display: flex;
  justify-content: center;
  position: relative;
  background: #f8f9f9;
}
@media (min-width: 769px) {
  .message_section {
    padding: 7.6rem 0 14.6rem;
  }
}
@media (max-width: 768px) {
  .message_section {
    padding: 5rem 0 7rem;
  }
}
.message_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
.message_bg::before, .message_bg::after {
  content: "";
  position: absolute;
  background: #fff;
  pointer-events: none;
}
.message_bg::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .message_bg::before {
    aspect-ratio: 487/1014;
    width: 17.7rem;
  }
}
@media (max-width: 768px) {
  .message_bg::before {
    aspect-ratio: 425/887;
    width: 10.6rem;
  }
}
.message_bg::after {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  right: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .message_bg::after {
    aspect-ratio: 390/651;
    width: 39rem;
  }
}
@media (max-width: 768px) {
  .message_bg::after {
    aspect-ratio: 188/383;
    width: 18.8rem;
  }
}
.message_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.message_text {
  padding-left: 0.3em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .message_text {
    letter-spacing: 0.07em;
    line-height: 2.5;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .message_text {
    line-height: 2.209;
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .message_text > p:nth-of-type(2) {
    transition-delay: 0.4s;
  }
}
@media (min-width: 769px) {
  .message_text > p:nth-of-type(3) {
    transition-delay: 0.4s;
  }
}
@media (min-width: 769px) {
  .message_text > p + p {
    padding-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .message_text > p + p {
    padding-top: 3.4rem;
  }
}

.news_section {
  position: relative;
}
@media (min-width: 769px) {
  .news_section {
    padding: 11rem 0 4.5rem;
  }
}
@media (max-width: 768px) {
  .news_section {
    padding: 5rem 0 5.5rem;
  }
}
@media (min-width: 769px) {
  .news_section.is-animated .news_bg::before {
    translate: calc(300vw - 62.1rem) 0;
  }
}
@media (max-width: 768px) {
  .news_section.is-animated .news_bg::before {
    translate: calc(300vw - 14.8rem) 0;
  }
}
@media (min-width: 769px) {
  .news_section.is-animated .news_bg::after {
    translate: calc(50vw - 27.4rem) 0;
  }
}
@media (max-width: 768px) {
  .news_section.is-animated .news_bg::after {
    translate: 9.3rem;
  }
}
.news_section.is-animated .news_inner {
  opacity: 1;
}
.news_bg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 769px) {
  .news_bg {
    height: 12.3rem;
    top: 11.2rem;
    left: -4%;
  }
}
@media (max-width: 768px) {
  .news_bg {
    height: 11.9rem;
    top: 4.9rem;
    left: -1%;
  }
}
.news_bg::before, .news_bg::after {
  content: "";
  position: absolute;
  background: #d90b18;
  height: 100%;
  right: 100%;
  top: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .news_bg::before, .news_bg::after {
    clip-path: polygon(6.7rem 0, 100% 0, calc(100% - 6.7rem) 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .news_bg::before, .news_bg::after {
    clip-path: polygon(5.5rem 0, 100% 0, calc(100% - 5.5rem) 100%, 0 100%);
  }
}
.news_bg::before {
  transition: translate 0.8s linear;
}
@media (min-width: 769px) {
  .news_bg::before {
    width: calc(150vw - 62.1rem);
  }
}
@media (max-width: 768px) {
  .news_bg::before {
    width: calc(150vw + 14.8rem);
  }
}
.news_bg::after {
  transition: translate 0.2s linear;
}
@media (min-width: 769px) {
  .news_bg::after {
    width: calc(50vw - 20.7rem);
  }
}
@media (max-width: 768px) {
  .news_bg::after {
    width: 14.8rem;
  }
}
.news_inner {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
@media (min-width: 769px) {
  .news_inner {
    max-width: 1500px;
    padding-left: 45.5rem;
  }
}
@media (max-width: 768px) {
  .news_inner {
    padding-left: 10.5rem;
  }
}
.news_head {
  display: flex;
  align-items: baseline;
}
@media (min-width: 769px) {
  .news_head {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .news_head {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .news_head h2 {
    width: 15.8rem;
  }
}
@media (max-width: 768px) {
  .news_head h2 {
    width: 15.8rem;
  }
}
.news_head p {
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .news_head p {
    line-height: 1.191;
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .news_head p {
    line-height: 1.261;
    font-size: 2.3rem;
  }
}
.news_container {
  height: 12.5rem;
}
@media (min-width: 769px) {
  .news_container {
    width: 96rem;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .news_container {
    width: 55rem;
    padding-right: 0;
  }
}
.news_block {
  height: 100%;
  overflow-y: auto;
  margin-top: 1.6rem;
}
@media (min-width: 769px) {
  .news_block {
    padding: 0 2rem 1rem 0;
  }
}
@media (max-width: 768px) {
  .news_block {
    padding: 0 2rem 1rem 0;
  }
}
.news_unit {
  overflow: hidden;
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding: 0.8rem 0 0.8rem;
}
.news_unit time {
  flex-shrink: 0;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 769px) {
  .news_unit time {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .news_unit time {
    font-size: 2rem;
  }
}
.news_unit p {
  width: 100%;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 769px) {
  .news_unit p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .news_unit p {
    font-size: 2rem;
  }
}
.news_unit p > a {
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
}
.news_unit p > a:hover {
  text-decoration-color: currentColor;
}

.purpose_section {
  position: relative;
  background: #f8f9f9;
}
@media (min-width: 769px) {
  .purpose_section {
    padding: 14.5rem 0;
  }
}
@media (max-width: 768px) {
  .purpose_section {
    padding: 6.5rem 0 5rem;
  }
}
.purpose_bg {
  position: absolute;
  pointer-events: none;
}
@media (min-width: 769px) {
  .purpose_bg {
    width: 48.5rem;
    height: 101.3rem;
    right: 0;
    top: -9.6rem;
  }
}
@media (max-width: 768px) {
  .purpose_bg {
    display: none;
  }
}
.purpose_bg::before {
  content: "";
  position: absolute;
  background: #d90b18;
  inset: 0;
}
@media (min-width: 769px) {
  .purpose_bg::before {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}
.purpose_inner {
  display: grid;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .purpose_inner {
    grid-template-columns: 53.5rem 1fr;
    grid-template-rows: min-content 1fr min-content;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
    row-gap: 2rem;
    max-width: 1230px;
  }
}
@media (min-width: 769px) {
  .purpose_image {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
@media (max-width: 768px) {
  .purpose_image {
    grid-row: 3/4;
    padding-top: 3.5rem;
  }
}
.purpose_head {
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .purpose_head {
    width: 63rem;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .purpose_head h2 {
    width: 37.8rem;
  }
}
@media (max-width: 768px) {
  .purpose_head h2 {
    width: 43.1rem;
  }
}
@media (max-width: 768px) {
  .purpose_lead {
    width: 63rem;
    margin: 0 auto;
    padding-top: 4.5rem;
  }
}
.purpose_buttons {
  display: flex;
}
@media (max-width: 768px) {
  .purpose_buttons {
    justify-content: center;
    padding-top: 6.5rem;
  }
}
.purpose_buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d90b18;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #fff !important;
}
@media (min-width: 769px) {
  .purpose_buttons a {
    width: 37rem;
    height: 8rem;
    line-height: 1.455;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .purpose_buttons a {
    width: 61.8rem;
    height: 14rem;
    line-height: 1.385;
    font-size: 2.6rem;
  }
}

.interview_section {
  position: relative;
}
@media (min-width: 769px) {
  .interview_section {
    padding: 13rem 0 21.5rem;
  }
}
@media (max-width: 768px) {
  .interview_section {
    padding: 7.5rem 0 6.5rem;
  }
}
.interview_inner {
  position: relative;
}
.interview_bg {
  position: absolute;
  pointer-events: none;
}
@media (min-width: 769px) {
  .interview_bg {
    width: calc(50% - 25.6rem);
    height: 12rem;
    left: 0;
    bottom: -21.5rem;
  }
}
@media (max-width: 768px) {
  .interview_bg {
    width: 19.8rem;
    height: 41.3rem;
    right: 0;
    top: -7.1rem;
  }
}
.interview_bg::before {
  content: "";
  position: absolute;
  background: #d90b18;
  inset: 0;
}
@media (min-width: 769px) {
  .interview_bg::before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 5.8rem) 100%, 0 100%);
  }
}
@media (max-width: 768px) {
  .interview_bg::before {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}
.interview_head {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .interview_head {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .interview_head {
    flex-direction: column;
    row-gap: 4.5rem;
    width: 63rem;
  }
}
@media (min-width: 769px) {
  .interview_head h2 {
    width: 28.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .interview_head h2 {
    width: 32.6rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 769px) {
  .interview_lead {
    padding-top: 1rem;
  }
}
.interview_swiper {
  position: relative;
  overflow: hidden;
}
.interview_swiper.slideUpIn {
  translate: 0 40px;
}
@media (min-width: 769px) {
  .interview_swiper {
    padding: 9.5rem 0 7rem;
  }
}
@media (max-width: 768px) {
  .interview_swiper {
    padding: 7rem 0 0;
  }
}
.interview_swiper .swiper-wrapper {
  align-items: stretch;
}
.interview_swiper .swiper-slide {
  height: auto;
  padding: 0 1rem;
}
.interview_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0;
}
@media (min-width: 769px) {
  .interview_swiper .swiper-pagination {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .interview_swiper .swiper-pagination {
    display: none;
  }
}
.interview_swiper .swiper-pagination-bullet {
  background: #b1b1b1;
  margin: 0 !important;
  opacity: 1 !important;
}
@media (min-width: 769px) {
  .interview_swiper .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
  }
}
.interview_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d90b18;
}
.interview_card {
  display: flex;
  flex-direction: column;
  background: #efefef;
  height: 100%;
  padding: 1px;
}
@media (min-width: 769px) {
  .interview_card {
    clip-path: polygon(3.9rem 0, 100% 0, 100% 100%, 0 100%, 0 7rem);
  }
}
@media (max-width: 768px) {
  .interview_card {
    clip-path: polygon(7.1rem 0, 100% 0, 100% 100%, 0 100%, 0 7.1rem);
  }
}
.interview_card .zoom-img {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .interview_card .zoom-img {
    clip-path: polygon(3.92rem 1px, calc(100% - 1px) 1px, calc(100% - 1px) 100%, 1px 100%, 1px 7.02rem);
  }
}
@media (max-width: 768px) {
  .interview_card .zoom-img {
    clip-path: polygon(7.12rem 1px, calc(100% - 1px) 1px, calc(100% - 1px) 100%, 1px 100%, 1px 7.12rem);
  }
}
.interview_card_caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  height: 100%;
}
@media (min-width: 769px) {
  .interview_card_caption {
    clip-path: polygon(1px 0, calc(100% - 1px) 0, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px));
    padding: 3rem 3.5rem 2.7rem;
  }
}
@media screen and (min-width: 769px) and (max-width:1350px) {
  .interview_card_caption {
    padding: 2rem 2rem 1.7rem;
  }
}
@media (max-width: 768px) {
  .interview_card_caption {
    padding: 2.5rem 3.4rem 2.7rem;
  }
}
.interview_card_label {
  display: flex;
  align-items: center;
  background: #212121;
  color: #fff;
}
@media (min-width: 769px) {
  .interview_card_label {
    clip-path: polygon(1rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%, 0 1rem);
    height: 3.9rem;
    padding: 0 1.5rem;
    line-height: 1.334;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .interview_card_label {
    clip-path: polygon(1.1rem 0, 100% 0, 100% calc(100% - 1.1rem), calc(100% - 1.1rem) 100%, 0 100%, 0 1.1rem);
    height: 4.3rem;
    padding: 0 1.5rem 0.2rem;
    line-height: 1.273;
    font-size: 2.2rem;
  }
}
.interview_card_name {
  letter-spacing: 0.14em;
  line-height: 1;
}
@media (min-width: 769px) {
  .interview_card_name {
    padding-top: 1.4rem;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .interview_card_name {
    padding-top: 1.9rem;
    font-size: 3.5rem;
  }
}
.interview_card_part {
  line-height: 1.375;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .interview_card_part {
    padding-top: 0.8rem;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 768px) {
  .interview_card_part {
    padding-top: 1.2rem;
    letter-spacing: 0.04em;
  }
}

.about_section {
  position: relative;
  background: #f8f9f9;
  overflow: hidden;
}
@media (min-width: 769px) {
  .about_section {
    padding: 9.5rem 0 12rem;
  }
}
@media (max-width: 768px) {
  .about_section {
    padding: 6rem 0;
  }
}
.about_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .about_inner {
    max-width: 1199px;
  }
}
.about_bg {
  position: absolute;
  background-image: url(../img/top/bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 2.2rem auto;
  pointer-events: none;
}
@media (min-width: 769px) {
  .about_bg.bg1 {
    width: 50.6rem;
    height: 48.4rem;
    left: -16.3rem;
    top: -7.7rem;
    scale: 91.305% 90.91%;
  }
}
@media (max-width: 768px) {
  .about_bg.bg1 {
    width: 15.4rem;
    height: 15.4rem;
    right: -0.6rem;
    top: -6.2rem;
    scale: 71.429% 71.429%;
  }
}
@media (min-width: 769px) {
  .about_bg.bg2 {
    width: 33rem;
    height: 30.8rem;
    right: -15.5rem;
    bottom: -12.4rem;
    scale: 86.667% 85.715%;
  }
}
@media (max-width: 768px) {
  .about_bg.bg2 {
    width: 8.8rem;
    height: 8.8rem;
    left: 42.7rem;
    top: 21.9rem;
    scale: 50% 50%;
  }
}
.about_head {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .about_head {
    row-gap: 2rem;
    padding-left: calc(50% - 3rem);
  }
}
@media (max-width: 768px) {
  .about_head {
    row-gap: 2.5rem;
    width: 63rem;
  }
}
@media (min-width: 769px) {
  .about_head h2 {
    width: 32.5rem;
  }
}
@media (max-width: 768px) {
  .about_head h2 {
    width: 37.2rem;
  }
}
.about_lead {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .about_lead {
    padding-left: calc(50% - 3rem);
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .about_lead {
    width: 63rem;
    padding-top: 4.5rem;
  }
}
.about_list {
  display: grid;
  position: relative;
}
@media (min-width: 769px) {
  .about_list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 9rem;
    padding-top: 9rem;
  }
}
@media (max-width: 768px) {
  .about_list {
    row-gap: 3rem;
    padding-top: 4rem;
  }
}
.about_list > li {
  display: block;
}
@media (min-width: 769px) {
  .about_list > li {
    height: 32.6rem;
  }
  .about_list > li:nth-of-type(3n+1) {
    translate: 0 -5rem;
  }
  .about_list > li:nth-of-type(3n) {
    translate: 0 5rem;
  }
}
@media (max-width: 768px) {
  .about_list > li {
    width: 100%;
    height: 41rem;
  }
}
.about_button {
  width: 100%;
  height: 100%;
}

.work_section {
  position: relative;
}
@media (min-width: 769px) {
  .work_section {
    padding: 13rem 0 17rem;
  }
}
@media (max-width: 768px) {
  .work_section {
    padding: 8.5rem 0 5rem;
  }
}
.work_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .work_inner {
    max-width: 1200px;
    padding: 0 0 0 10rem;
  }
}
.work_bg {
  position: absolute;
  background-image: url(../img/top/bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 2.2rem auto;
  pointer-events: none;
}
@media (min-width: 769px) {
  .work_bg.bg1 {
    width: 15.4rem;
    height: 13.2rem;
    left: -9.9rem;
    top: -10rem;
    scale: 71.429% 66.667%;
  }
}
@media (max-width: 768px) {
  .work_bg.bg1 {
    width: 15.4rem;
    height: 15.4rem;
    left: 55.3rem;
    top: -6.3rem;
    scale: 71.429% 71.429%;
  }
}
@media (min-width: 769px) {
  .work_bg.bg2 {
    width: 22rem;
    height: 17.6rem;
    left: 107.8rem;
    top: 60.8rem;
    scale: 80% 75%;
  }
}
@media (max-width: 768px) {
  .work_bg.bg2 {
    display: none;
  }
}
.work_head {
  position: relative;
}
@media (min-width: 769px) {
  .work_head {
    row-gap: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .work_head {
    row-gap: 3.5rem;
    width: 63rem;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .work_head h2 {
    width: 55.4rem;
  }
}
@media (max-width: 768px) {
  .work_head h2 {
    width: 43.4rem;
  }
}
.work_lead {
  position: relative;
}
@media (min-width: 769px) {
  .work_lead {
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .work_lead {
    width: 63rem;
    margin: 0 auto;
    padding-top: 4.5rem;
  }
}
.work_list {
  display: grid;
  position: relative;
}
@media (min-width: 769px) {
  .work_list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    padding-top: 12rem;
  }
}
@media (max-width: 768px) {
  .work_list {
    row-gap: 3rem;
    padding-top: 4rem;
  }
}
.work_list > li {
  display: block;
}
@media (min-width: 769px) {
  .work_list > li {
    height: 32.6rem;
  }
  .work_list > li:nth-of-type(2) {
    translate: 0 -7rem;
  }
  .work_list > li:nth-of-type(3) {
    translate: 0 -15rem;
  }
}
@media (max-width: 768px) {
  .work_list > li {
    width: 100%;
    height: 41rem;
  }
}
.work_button {
  width: 100%;
  height: 100%;
}

.business_section {
  position: relative;
  background: #f8f9f9;
}
@media (min-width: 769px) {
  .business_section {
    padding: 13.5rem 0 11rem;
  }
}
@media (max-width: 768px) {
  .business_section {
    padding: 8.5rem 0;
  }
}
.business_head {
  align-items: center;
  row-gap: 2rem;
}
@media (min-width: 769px) {
  .business_head h2 {
    width: 36.4rem;
  }
}
@media (max-width: 768px) {
  .business_head h2 {
    width: 41.7rem;
  }
}
@media (min-width: 769px) {
  .business_lead {
    padding-top: 5.5rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .business_lead {
    width: 63rem;
    margin: 0 auto;
    padding-top: 4rem;
  }
}
.business_panels {
  display: grid;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .business_panels {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    max-width: 1200px;
    padding-top: 8.5rem;
  }
}
@media (max-width: 768px) {
  .business_panels {
    padding-top: 4.5rem;
  }
}
.business_panel {
  position: relative;
}
.business_panel figure {
  position: relative;
  overflow: hidden;
}
.business_panel figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.business_panel h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: linear-gradient(to bottom, rgba(29, 41, 117, 0) 0%, rgba(29, 41, 117, 0.79) 97%, rgba(29, 41, 117, 0.79) 100%);
  inset: auto 0 0;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .business_panel h3 {
    height: 4.087em;
    padding: 0.131em 0 0;
    line-height: 1.435;
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .business_panel h3 {
    height: 4.706em;
    padding: 0.589em 0 0;
    line-height: 1.295;
    font-size: 3.4rem;
  }
}
.business_panel h3::after {
  content: "";
  position: absolute;
  background: #d90b18;
  width: 4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
@media (min-width: 769px) {
  .business_panel h3::after {
    height: 2px;
    bottom: 1.8rem;
  }
}
@media (max-width: 768px) {
  .business_panel h3::after {
    height: 1px;
    bottom: 3.8rem;
  }
}

.recruit_section {
  position: relative;
}
@media (min-width: 769px) {
  .recruit_section {
    padding: 13rem 0 7.5rem;
  }
}
@media (max-width: 768px) {
  .recruit_section {
    padding: 9rem 0 0;
  }
}
.recruit_head {
  align-items: center;
}
@media (min-width: 769px) {
  .recruit_head {
    row-gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .recruit_head {
    row-gap: 2rem;
  }
}
@media (min-width: 769px) {
  .recruit_head h2 {
    width: 58.4rem;
  }
}
@media (max-width: 768px) {
  .recruit_head h2 {
    width: 66.8rem;
  }
}
@media (min-width: 769px) {
  .recruit_lead {
    padding-top: 4.5rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .recruit_lead {
    width: 63rem;
    margin: 0 auto;
    padding-top: 4rem;
  }
}
.recruit_list {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .recruit_list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  .recruit_list {
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
    padding-top: 6rem;
  }
}
.recruit_list > li {
  display: block;
}
.recruit_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.7rem solid;
  letter-spacing: 0.09em;
  font-weight: 600;
  color: #d90b18 !important;
}
@media (min-width: 769px) {
  .recruit_button {
    width: 32rem;
    height: 16rem;
    line-height: 1.364;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .recruit_button {
    width: 61.8rem;
    height: 14rem;
    line-height: 1.297;
    font-size: 2.7rem;
  }
}
.recruit_button:hover {
  opacity: 0.5;
}

.acContBox {
  width: 98.6rem;
  margin: 15rem auto auto;
  border-top: 0.2rem solid #606060;
}
@media (max-width: 768px) {
  .acContBox {
    width: 61.7rem;
    margin: 5.8rem auto auto;
  }
}
.acContBox h3 {
  font-size: 2.2rem;
  font-weight: 800;
  padding: 3.3rem 0;
  background: url(../img/top/ico_plus.png) no-repeat center right 1.5rem;
  background-size: 4rem;
  cursor: pointer;
}
.acContBox h3.eternal {
  pointer-events: none;
  background: none;
}
@media (max-width: 768px) {
  .acContBox h3 {
    font-size: 4.4rem;
    line-height: 6.6rem;
    padding: 3rem 7rem 3rem 0;
    font-feature-settings: "palt";
  }
}
.acContBox h3.open {
  background: url(../img/top/ico_minus.png) no-repeat center right 1.5rem;
  background-size: 4rem;
}
.acContBox h3.withBorder {
  position: relative;
  padding-left: 1.6rem;
}
@media (max-width: 768px) {
  .acContBox h3.withBorder {
    font-size: 3.4rem;
    padding-left: 3rem;
  }
}
.acContBox h3.withBorder::before {
  content: "";
  position: absolute;
  width: 0.96rem;
  height: 1.9rem;
  background: #d90b18;
  position: absolute;
  top: 4.2rem;
  left: 0;
}
@media (max-width: 768px) {
  .acContBox h3.withBorder::before {
    width: 1.5rem;
    height: 3rem;
    top: 5.1rem;
  }
}

.acCont {
  padding-bottom: 0;
  border-bottom: 0.2rem solid #606060;
  font-feature-settings: "palt";
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (max-width: 768px) {
  .acCont {
    padding-top: 2rem;
  }
}
.acCont.open {
  padding-bottom: 5rem;
}
.acCont.eternal {
  height: auto;
  padding-bottom: 5rem;
}
.acCont h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .acCont h4 {
    font-size: 3.2rem;
  }
}
.acCont h4:first-of-type {
  margin-top: 0;
}
.acCont p {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .acCont p {
    font-size: 3.2rem;
    font-feature-settings: normal;
  }
}
.acCont p.cases {
  line-height: 3rem;
}
@media (max-width: 768px) {
  .acCont p.cases {
    line-height: 5.6rem;
    font-feature-settings: "palt";
  }
}
.acCont p.cases + .cases {
  margin-top: 2.7rem;
}
.acCont p.attention {
  position: relative;
  padding-left: 1.5rem;
  margin-top: 1.35rem;
}
@media (max-width: 768px) {
  .acCont p.attention {
    padding-left: 1em;
  }
}
.acCont p.attention::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.acCont p strong {
  display: block;
  margin-bottom: 0;
}
.acCont p.tags {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .acCont p.tags {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
}
.acCont p.tags span {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.3rem 1rem;
  background: #dddddd;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .acCont p.tags span {
    font-size: 3.2rem;
    min-width: 12rem;
    padding: 0.5rem 0.7rem 0.8rem;
  }
}
@media (max-width: 768px) {
  .acCont p span.spml126 {
    margin-left: 12.6rem;
  }
}
.acCont dl {
  width: 100%;
  min-height: 7rem;
  border-top: 0.2rem solid #9e9e9f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .acCont dl {
    flex-direction: column;
    margin-top: 3rem;
    padding: 3rem 0;
    row-gap: 1rem;
  }
}
.acCont dl:last-of-type {
  margin-top: 0;
  border-bottom: 0.2rem solid #9e9e9f;
}
.acCont dl dt {
  width: 33%;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .acCont dl dt {
    width: 100%;
    font-size: 3.6rem;
  }
}
.acCont dl dd {
  width: 67%;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .acCont dl dd {
    width: 100%;
    font-size: 3.2rem;
  }
}
.acCont dl dd a {
  font-weight: 700;
  color: #212121;
  text-decoration: underline;
}
.acCont ul {
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .acCont ul {
    font-size: 3.2rem;
    line-height: 5.6rem;
    margin-bottom: 3rem;
  }
}
.acCont ul li {
  position: relative;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .acCont ul li {
    padding-left: 2.5rem;
  }
}
.acCont ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.group_network {
  margin: 12rem auto 2.5rem;
  align-items: center;
  row-gap: 2.5rem;
}
.group_network h2 {
  width: 45rem;
}
@media (max-width: 768px) {
  .group_network h2 {
    width: 49.8rem;
  }
}

figure.fig_logi, figure.fig_estate {
  width: 100%;
  margin: 0 auto 4.5rem;
}

.cardBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  row-gap: 1.6rem;
}
@media (max-width: 768px) {
  .cardBox {
    row-gap: 4rem;
  }
}
.cardBox .card {
  width: 48.4%;
  border: 0.3rem solid #dddddd;
  box-sizing: border-box;
  height: auto;
  padding: 2.2rem 2.5rem 1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cardBox .card {
    width: 100%;
    padding: 2.8rem 3.2rem;
  }
}
.cardBox .card::before {
  position: absolute;
  clip-path: polygon(100% 0, 100% 73%, 92% 100%, 0 100%, 0 0);
  background: #fff;
  top: 0.3rem;
  left: 0.3rem;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
}
.cardBox .card::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  right: -2.5rem;
  width: 4.8rem;
  height: 4.8rem;
  background: #fff;
  border-top: 0.3rem solid #ddd;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .cardBox .card::after {
    bottom: -3.6rem;
    right: -3.6rem;
    width: 7rem;
    height: 7rem;
  }
}
.cardBox .card .inner {
  position: relative;
  z-index: 2;
}
.cardBox .card h4 a {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 768px) {
  .cardBox .card h4 a {
    font-size: 3.2rem;
  }
}
.cardBox .card h4 a::after {
  content: "";
  position: absolute;
  right: -1.2rem;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.1rem solid currentColor;
  border-right: 0.1rem solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  border-color: #d90b18;
}
@media (max-width: 768px) {
  .cardBox .card h4 a::after {
    right: -2.5rem;
    top: 54%;
    width: 1.3rem;
    height: 1.3rem;
  }
}

.entry_section {
  padding: 0 0 2.3rem;
}

.btn-label.red p.co2 {
  display: block;
  padding-top: 1.4rem;
}
@media (max-width: 768px) {
  .btn-label.red p.co2 {
    padding-top: 2.2rem;
  }
}
.btn-label.red p.co2 sub {
  font-size: 70%;
  vertical-align: bottom;
}/*# sourceMappingURL=top.css.map */