.mainvl {
  width: 100%;
  height: calc(100dvh - 80px);
}
@media screen and (max-width: 750px) {
  .mainvl {
    height: calc(100dvh - 110px);
  }
}
.mainvl .vl_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainvl .vl_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
  z-index: 1;
}
.mainvl picture {
  width: 100%;
  height: 100%;
}
.mainvl picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right 35% top 100%;
     object-position: right 35% top 100%;
  z-index: -1;
}
.mainvl .wrap {
  padding: 0;
  position: relative;
  z-index: 2;
}
.mainvl .wrap h1.message {
  position: absolute;
  bottom: 100px;
}
@media screen and (max-width: 750px) {
  .mainvl .wrap h1.message {
    bottom: 50px;
  }
}
.mainvl .wrap h1.message p {
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .mainvl .wrap h1.message p {
    font-size: clamp(14px, 80 / 750 * 100dvw, 80px);
  }
}
.mainvl .wrap h1.message p span {
  display: block;
  font-size: 26px;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .mainvl .wrap h1.message p span {
    font-size: clamp(14px, 52 / 750 * 100dvw, 52px);
  }
}
.mainvl .wrap h1.message p:last-of-type {
  margin-top: min(20 / 750 * 100dvw, 20px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .mainvl .wrap h1.message p:last-of-type {
    font-size: clamp(14px, 32 / 750 * 100dvw, 32px);
  }
}
@media screen and (max-width: 750px) {
  .mainvl .wrap h1.message p {
    font-size: 26px;
    letter-spacing: 0.025em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .mainvl .wrap h1.message p {
    font-size: clamp(14px, 52 / 750 * 100dvw, 52px);
  }
}
@media screen and (max-width: 750px) {
  .mainvl .wrap h1.message p span {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .mainvl .wrap h1.message p span {
    font-size: clamp(14px, 36 / 750 * 100dvw, 36px);
  }
}
@media screen and (max-width: 750px) {
  .mainvl .wrap h1.message p:last-of-type {
    font-size: 14px;
    white-space: wrap;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .mainvl .wrap h1.message p:last-of-type {
    font-size: clamp(14px, 28 / 750 * 100dvw, 28px);
  }
}

.about {
  position: relative;
  background-image: linear-gradient(to right bottom, #FFFFFF 0% 50%, #F7F7F7 50% 100%);
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .about {
    background-image: conic-gradient(from 240deg at 0% 25%, #FFFFFF 90deg, #FFFFFF 90deg 180deg, #F7F7F7 180deg 270deg, #F7F7F7 270deg);
  }
}
.about .about_inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.about .about_inner .wrap {
  display: grid;
  grid-template-columns: min(580 / 750 * 100dvw, 580px) 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 min(70 / 750 * 100dvw, 70px);
}
@media screen and (max-width: 1200px) {
  .about .about_inner .wrap {
    position: relative;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    width: 100%;
    max-width: 1200px;
  }
}
.about .about_inner .wrap h2 {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (max-width: 1200px) {
  .about .about_inner .wrap h2 {
    grid-row: 1;
    grid-column: 1;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .about .about_inner .wrap h2 {
    width: min(600 / 750 * 100dvw, 600px);
  }
}
.about .about_inner .wrap .about_txt {
  grid-row: 2;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: min(70 / 750 * 100dvw, 70px);
}
@media screen and (max-width: 1200px) {
  .about .about_inner .wrap .about_txt {
    grid-row: 3;
    grid-column: 1;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .about .about_inner .wrap .about_txt {
    width: min(600 / 750 * 100dvw, 600px);
  }
}
.about .about_inner .wrap .about_txt .about_lead {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.about .about_inner .wrap .about_txt h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  line-height: 1.69;
}
.about .about_inner .wrap .about_txt h3 span {
  display: block;
}
@media screen and (max-width: 750px) {
  .about .about_inner .wrap .about_txt h3 {
    font-size: clamp(14px, 36 / 750 * 100dvw, 36px);
  }
}
@media screen and (max-width: 750px) {
  .about .about_inner .wrap .about_txt h3 {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .about .about_inner .wrap .about_txt h3 {
    font-size: clamp(14px, 36 / 750 * 100dvw, 36px);
  }
}
.about .about_inner .wrap .about_txt a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: min(300 / 750 * 100dvw, 300px);
  background-color: #121212;
  color: #FFFFFF;
  line-height: 4em;
}
.about .about_inner .wrap .about_txt a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #C60309;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
  z-index: 0;
}
.about .about_inner .wrap .about_txt a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-out;
}
.about .about_inner .wrap .about_txt a:hover::before {
  transform: scaleX(1);
}
.about .about_inner .wrap .about_txt a:hover span {
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .about .about_inner .wrap .about_txt a {
    width: 100%;
  }
}
.about .about_inner .wrap .about_img {
  grid-row: 1/3;
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: min(440 / 1200 * 100dvw, 440px);
  height: 100%;
}
.about .about_inner .wrap .about_img p {
  position: relative;
  text-align: right;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .about .about_inner .wrap .about_img {
    position: relative;
    grid-row: 2;
    grid-column: 1;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding: min(160 / 1200 * 100dvw, 160px) 0 min(60 / 1200 * 100dvw, 60px);
  }
  .about .about_inner .wrap .about_img p {
    text-align: right;
    z-index: 1;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .about .about_inner .wrap .about_img {
    padding: min(160 / 750 * 100dvw, 160px) 0 min(60 / 750 * 100dvw, 60px);
  }
}
.about .about_inner > .about_img {
  position: absolute;
  top: 10%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .about .about_inner > .about_img {
    position: absolute;
    top: 15%;
    left: 0;
    width: 60%;
  }
}

.business .wrap .content-list {
  display: grid;
  gap: min(70 / 750 * 100dvw, 70px);
}
.business .wrap .content-list .content {
  display: grid;
  grid-template-columns: 55% 45%;
  width: 100%;
  min-height: min(416 / 1200 * 100dvw, 416px);
}
@media screen and (max-width: 750px) {
  .business .wrap .content-list .content {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    min-height: auto;
    padding: min(30 / 750 * 100dvw, 30px);
    background-color: #F7F7F7;
  }
}
.business .wrap .content-list .content .business_txt {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 110%;
  min-height: min(380 / 1200 * 100dvw, 380px);
  margin-top: min(30 / 1200 * 100dvw, 30px);
  padding: min(50 / 1200 * 100dvw, 50px) 20% min(50 / 1200 * 100dvw, 50px) min(70 / 1200 * 100dvw, 70px);
  background-color: #F7F7F7;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .business .wrap .content-list .content .business_txt {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    min-height: auto;
    margin: auto;
    margin-top: min(30 / 750 * 100dvw, 30px);
    padding: 0;
  }
  .business .wrap .content-list .content .business_txt .business_txt_inner {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, transform 0.4s;
  }
  .business .wrap .content-list .content .business_txt .business_txt_inner.active {
    max-height: min(1000 / 750 * 100dvw, 1000px);
    opacity: 1;
    transform: translateY(0);
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, transform 0.4s;
  }
}
.business .wrap .content-list .content .business_txt .accordion {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.25;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: min(210 / 1200 * 100dvw, 210px);
  height: min(40 / 1200 * 100dvw, 40px);
  padding: 0 1em;
  background-color: #C60309;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .business .wrap .content-list .content .business_txt .accordion {
    font-size: clamp(14px, 28 / 750 * 100dvw, 28px);
  }
}
@media screen and (max-width: 750px) {
  .business .wrap .content-list .content .business_txt .accordion {
    justify-content: flex-start;
    min-width: 100%;
    height: min(60 / 750 * 100dvw, 60px);
    cursor: pointer;
  }
  .business .wrap .content-list .content .business_txt .accordion::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: translateY(-50%) rotate(135deg);
    transition: transform 0.3s ease;
  }
  .business .wrap .content-list .content .business_txt .accordion p {
    display: inline;
  }
  .business .wrap .content-list .content .business_txt .accordion p:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 750px) {
  .business .wrap .content-list .content .business_txt .accordion.active::after {
    transform: translateY(-50%) rotate(-45deg);
  }
}
.business .wrap .content-list .content .business_txt .business_option {
  display: block;
  padding: 1em 0;
  color: #969696;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .business .wrap .content-list .content .business_txt .business_option {
    font-size: fz(16);
  }
}
.business .wrap .content-list .content .business_img {
  grid-row: 1/2;
  grid-column: 2/3;
}
.business .wrap .content-list .content .business_img img {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .business .wrap .content-list .content .business_img {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
  }
  .business .wrap .content-list .content .business_img img {
    aspect-ratio: 14/9;
    margin: auto;
  }
}
@media screen and (min-width: 1201px) {
  .business .wrap .content-list .content:nth-of-type(even) {
    grid-template-columns: 45% 55%;
  }
  .business .wrap .content-list .content:nth-of-type(even) .business_txt {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: -10%;
    padding: min(50 / 1200 * 100dvw, 50px) min(70 / 1200 * 100dvw, 70px) min(50 / 1200 * 100dvw, 50px) 20%;
  }
  .business .wrap .content-list .content:nth-of-type(even) .business_img {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}

.recruit {
  position: relative;
  width: 100%;
  background-color: #C60309;
}
.recruit .wrap {
  display: flex;
  flex-direction: row;
}
.recruit .wrap .recruit_txt {
  width: 50%;
  text-align: left;
}
.recruit .wrap .recruit_txt h2 span,
.recruit .wrap .recruit_txt p {
  color: #FFFFFF;
}
.recruit .wrap .recruit_txt p {
  width: min(500 / 1200 * 100dvw, 500px);
  margin-bottom: min(50 / 750 * 100dvw, 50px);
}
.recruit .wrap .recruit_txt a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: min(300 / 750 * 100dvw, 300px);
  line-height: 4em;
  background-color: #FFFFFF;
  color: #C60309;
  border: 1px solid #FFFFFF;
}
.recruit .wrap .recruit_txt a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #C60309;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
  z-index: 0;
}
.recruit .wrap .recruit_txt a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-out;
}
.recruit .wrap .recruit_txt a:hover::before {
  transform: scaleX(1);
}
.recruit .wrap .recruit_txt a:hover span {
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .recruit .wrap {
    flex-direction: column;
    padding-top: min(500 / 750 * 100dvw, 500px);
  }
  .recruit .wrap .recruit_txt {
    width: 100%;
    padding: min(50 / 750 * 100dvw, 50px) 0;
  }
  .recruit .wrap .recruit_txt h2 {
    margin-bottom: min(50 / 750 * 100dvw, 50px);
  }
  .recruit .wrap .recruit_txt p {
    width: 100%;
    margin-bottom: min(50 / 750 * 100dvw, 50px);
  }
  .recruit .wrap .recruit_txt a {
    display: inline-block;
    width: 100%;
  }
  .recruit .wrap .recruit_txt a span {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.recruit img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .recruit img {
    width: 100%;
    height: min(500 / 750 * 100dvw, 500px);
  }
}/*# sourceMappingURL=home.css.map */