@charset "UTF-8";
/**
 * @ top.css
 *
 * 
 */
/* ==============================
  main
============================== */
.home main {
  background: url(../img/bg.png) no-repeat top 280px right;
}

@media screen and (max-width: 768px) {
  .home main {
    background-position: top 30px right -430px;
  }
}

/* ==============================
  .mv
============================== */
.home .mv {
  margin-bottom: 80px;
}
.home .mv__link:hover .mv__figure-img {
  transform: scale(1.05);
}
.home .mv__figure {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}
.home .mv__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home .mv__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 70%);
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.9rem;
  align-items: baseline;
  flex-wrap: wrap;
}
.home .mv__no {
  margin-right: 1em;
}
.home .mv__title {
  margin-right: 10px;
}
.home :is(.mv__company, .mv__area) {
  font-size: 1.4rem;
}
.home .mv__company {
  position: relative;
}
.home .mv__company::before {
  content: "／";
  margin-right: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .home .mv {
    margin-bottom: 40px;
  }
  .home .mv__link:hover .mv__figure-img {
    transform: initial;
  }
  .home .mv__figure {
    overflow: initial;
  }
  .home .mv__caption {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .home :is(.mv__name, .mv__area) {
    font-weight: normal;
  }
  .home .mv__company {
    width: 100%;
  }
  .home .mv__company::before {
    content: none;
  }
}

/* ==============================
  .saiplus
============================== */
.home .saiplus {
  position: relative;
}

/* .saiplus__head */
.home .saiplus__head-inner {
  align-items: center;
  gap: 50px;
}
.home .saiplus__lead p {
  font-size: 2.4rem;
  line-height: 1.5;
}

/* .saiplus__post */
.home .saiplus__post {
  background: linear-gradient(5deg, #0035cb, #00b4ff);
  transform: rotate(-5deg) translateX(-50%);
  width: 120vw;
  position: relative;
  left: 50%;
  top: -60px;
  padding: 140px 0;
}
.home .saiplus__post-inner {
  transform: rotate(5deg);
}
.home .saiplus-list {
  flex-wrap: wrap;
  gap: 70px;
}
.home .saiplus-list__item {
  width: calc((100% - 140px) / 3);
}
.home .saiplus-list__item a {
  position: relative;
  display: block;
  color: #fff;
}
.home .saiplus-list__figure {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.home .saiplus-list__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.home .saiplus-list__link:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.home .saiplus-list__no {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 70%);
  color: #fff;
  padding: 0 10px;
  font-size: 1.5rem;
}
.home .saiplus-list__title {
  font-weight: bold;
  font-size: 1.8rem;
}
span.saiplus-list__area {
  font-size: 1.4rem;
}

/* .btn */
.home .saiplus__btn.u-btn.--blue {
  margin: 90px auto;
}
.home .saiplus__btn.u-btn.--blue a {
  margin: auto;
}

/* .yes */
.home .saiplus__yes {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 40px 20px 40px 50px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.home .saiplus__yes::before {
  content: "";
  background: url(../img/bg.png) no-repeat center / 100%;
  width: 1000px;
  height: auto;
  aspect-ratio: 1091 / 956;
  transform: scale(-1, 1);
  position: absolute;
  left: -350px;
  top: -200px;
}
.home .saiplus__yes-inner {
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 40px;
}
.home .saiplus__yes-logo {
  width: 23%;
  text-align: center;
  flex-shrink: 0;
}
.home .saiplus__yes-onair {
  font-size: 1.8rem;
  font-weight: bold;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .saiplus__head {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .home .saiplus__head {
    margin: 60px 0 30px;
  }
  .home .saiplus__head-inner {
    gap: 20px;
  }
  .home .saiplus__logo h2 img {
    width: 130px;
  }
  .home .saiplus__lead p {
    font-size: 1.8rem;
  }
  .home .saiplus__post {
    padding: 80px 0;
    width: 250vw;
  }
  .home .saiplus-list {
    gap: 40px;
  }
  .home .saiplus-list__item {
    width: calc((100% - 40px) / 2);
  }
  .home .saiplus__yes {
    padding: 30px;
  }
  .home .saiplus__yes::before {
    left: -500px;
    top: -500px;
  }
  .home .saiplus__yes-inner {
    flex-direction: column;
    gap: 20px;
  }
  .home .saiplus__yes-logo {
    width: 60%;
  }
  .home .saiplus__yes-onair {
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .home .saiplus__head {
    margin-bottom: 70px;
  }
  .home .saiplus__head-inner {
    flex-direction: column;
  }
  .home .saiplus-list__item {
    width: 100%;
  }
  .home .saiplus__btn.u-btn.--blue {
    margin-top: 50px;
  }
}

/* ==============================
  .monodukuri
============================== */
.home .monodukuri {
  padding: 200px 0 80px;
  background: #eaf1fc;
  margin-top: -80px;
}
.home .monodukuri__inner {
  gap: 50px 100px;
}
.home .monodukuri__logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}
.home .monodukuri__logo span {
  font-weight: bold;
  font-size: 1.8rem;
}
.home .monodukuri__right {
  flex-shrink: 0;
  max-width: 60%;
  margin: auto;
}
.home .monodukuri__figure {
  width: 700px;
  height: auto;
  aspect-ratio: 700 / 394;
  overflow: hidden;
  margin-bottom: 10px;
  max-width: 100%;
}
.home .monodukuri__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.home .monodukuri__link:hover .monodukuri__figure img {
  transform: scale(1.1);
  transition: 0.3s;
}
.home .monodukuri__top {
  gap: 20px;
}
.home .monodukuri__top p {
  font-size: 1.8rem;
}
.home .monodukuri__bottom {
  gap: 30px;
}
.home .monodukuri__bottom p {
  font-size: 2rem;
  font-weight: bold;
}

/* .monodukuri__btn */
.home .monodukuri__btn.u-btn.--orange {
  margin: 30px 0;
}
.home .monodukuri__btn.u-btn.--orange a {
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .home .monodukuri__inner {
    gap: 50px;
  }
  .home .monodukuri__right {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .home .monodukuri {
    padding: 120px 0 30px;
  }
  .home .monodukuri__inner {
    flex-direction: column;
  }
  .home .monodukuri__logo {
    margin-bottom: 30px;
  }
  .home .monodukuri__logo span {
    font-size: 1.6rem;
  }
  .home .monodukuri__right {
    max-width: 100%;
  }
  .home .monodukuri__top p {
    font-size: 1.6rem;
  }
  .home .monodukuri__bottom p {
    font-size: 1.8rem;
  }
  .home .monodukuri__btn.u-btn.--orange a {
    margin: auto;
  }
}

/* ==============================
  .bnr
============================== */
.home .bnr__top {
  padding: 50px 0;
  text-align: center;
}
.home .bnr__bottom {
  background: #f2f2f2;
  padding: 50px 0;
}
.home .bnr__list {
  flex-wrap: wrap;
  gap: 30px 60px;
}
.home .bnr__item {
  width: calc((100% - 180px) / 4);
}
.home .bnr__item img {
  width: 100%;
  height: auto;
  background: #fff;
}
.home .bnr__link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .bnr__top-inner img {
    max-width: 80%;
  }
  .home .bnr__list {
    gap: 20px;
    justify-content: center;
  }
  .home .bnr__item {
    width: calc((100% - 60px) / 4);
    min-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .bnr__top-inner.u-inner img {
    max-width: 100%;
  }
}
