.main_mv {
  width: 100%;
  background: url(../images/top/main_mv.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main_mv {
    height: calc(100vh - 10rem);
  }
}
@media only screen and (max-width: 767px) {
  .main_mv {
    height: 30rem;
  }
}
.main_mv_inner {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .main_mv_inner {
    bottom: 8.6rem;
    right: 17.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv_inner {
    bottom: 2rem;
    left: 2rem;
  }
}
.main_mv_ttl {
  font-family: var(--font-Noto_jp);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .main_mv_ttl {
    font-size: 6.4rem;
    margin: 0 0 2.2rem -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv_ttl {
    font-size: 2.4rem;
    margin: 0 0 2.2rem -0.4rem;
    text-shadow:
      0 0 3px rgba(0, 0, 0, 0.7),
      0 0 6px rgba(0, 0, 0, 0.6),
      1px 1px 2px rgba(0, 0, 0, 0.9);
  }
}
.main_mv_ttl span {
  font-weight: 700;
  line-height: 1.125;
}
@media only screen and (min-width: 768px) {
  .main_mv_ttl span {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv_ttl span {
    font-size: 3rem;
  }
}
.main_mv_txt {
  font-family: var(--font-Noto_jp);
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .main_mv_txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv_txt {
    font-size: 1.6rem;
    text-shadow:
      0 0 3px rgba(0, 0, 0, 0.7),
      0 0 6px rgba(0, 0, 0, 0.6),
      1px 1px 2px rgba(0, 0, 0, 0.9);
  }
}

.s-whychooseus {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) {
  .s-whychooseus {
    padding: 12rem 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .s-whychooseus {
    padding: 4rem 1.2rem;
  }
  .s-whychooseus .cm-title {
    text-align: center;
  }
}
.s-whychooseus_img {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .s-whychooseus_img {
    width: calc(50% - 19rem);
    height: 49rem;
    border-radius: 2rem;
  }
  .s-whychooseus_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .s-whychooseus_img {
    margin-top: 3rem;
    border-radius: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-whychooseus_ct {
    width: calc(50% + 19rem);
  }
  .s-whychooseus_ct:after {
    content: "";
    clear: both;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .s-whychooseus_ct .inner {
    width: 76rem;
    float: right;
    padding-right: 7rem;
    margin-top: -1.5rem;
  }
}
.s-whychooseus_ct p {
  margin: 0;
}
.s-whychooseus_ttl {
  font-family: var(--font-Noto_jp);
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-whychooseus_ttl {
    font-size: 2.4rem;
    line-height: 1.75;
    padding-bottom: 1.2rem;
    margin: 3.3rem 0 3.2rem;
    border-bottom: 0.2rem solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .s-whychooseus_ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
    margin: 0 0 1.5rem;
    border-bottom: 0.1rem solid #000;
  }
}
@media only screen and (min-width: 768px) {
  .s-whychooseus_btn {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-whychooseus_btn {
    margin-top: 3rem;
  }
}

.s-product {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-product {
    padding: 10.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-product {
    padding: 4rem 0;
  }
}
.s-product_ttl {
  text-align: center;
  font-family: var(--font-Noto_jp);
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .s-product_ttl {
    font-size: 2.4rem;
    margin: 3.5rem auto 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-product_ttl {
    font-size: 1.8rem;
    margin: 0 auto 1.5rem;
  }
}
.s-product p {
  margin: 0;
}
.s-product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .s-product_list {
    margin-top: 2.5rem;
    gap: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-product_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.s-product_item {
  position: relative;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .s-product_item {
    border-radius: 2rem;
    width: calc(33.3333333333% - 1.4666666667rem);
    height: 25rem;
  }
  .s-product_item:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .s-product_item {
    border-radius: 1rem;
    width: 100%;
    height: 18rem;
  }
}
.s-product_item:nth-child(3) .s-product_itemttl {
  bottom: 0.6rem;
}
.s-product_item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.s-product_itemttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 99;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-product_itemttl {
    bottom: 2rem;
    padding: 0 2.6rem 0 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-product_itemttl {
    bottom: 1rem;
    padding: 0 2rem;
  }
}
.s-product_itemttl p {
  letter-spacing: 0.1em;
  text-align: left;
  font-family: var(--font-Noto_jp);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .s-product_itemttl p {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .s-product_itemttl p {
    font-size: 1.6rem;
    text-shadow:
      0 0 3px rgba(0, 0, 0, 0.7),
      0 0 6px rgba(0, 0, 0, 0.6),
      1px 1px 2px rgba(0, 0, 0, 0.9);
  }
}
.s-product_itemttl .icon {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.s-product_itemttl .icon:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-product_itemttl .icon:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.3rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .s-product_btn {
    width: 29.6rem;
    margin: 6rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-product_btn {
    width: 25rem;
    margin: 3rem auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .s-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13.5rem 6rem 14.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-company {
    padding: 0 1.2rem;
  }
  .s-company .cm-title {
    text-align: center;
  }
}
.s-company_img {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .s-company_img {
    width: calc(50% - 19rem);
    height: 49rem;
    position: relative;
    border-radius: 2rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .s-company_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .s-company_img {
    border-radius: 1rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-company_ct {
    width: calc(50% + 19rem);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .s-company_ct:after {
    content: "";
    clear: both;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .s-company_ct .inner {
    width: 76rem;
    float: left;
    margin-top: 4.1rem;
    padding-left: 6.9rem;
  }
}
.s-company_ct p {
  margin: 0;
}
.s-company_ttl {
  font-family: var(--font-Noto_jp);
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-company_ttl {
    font-size: 2.4rem;
    margin: 3.5rem 0 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-company_ttl {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.s-company_btn {
  margin-top: 4.4rem;
}

.s-recruitment {
  background: url(../images/top/img3.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .s-recruitment {
    padding: 11.8rem 0 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-recruitment {
    padding: 4rem 0;
    margin-top: 4rem;
  }
}
.s-recruitment .cm-title {
  color: #fff;
}
.s-recruitment_ttl {
  font-family: var(--font-Noto_jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-recruitment_ttl {
    font-size: 2.4rem;
    margin: 3.5rem 0 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-recruitment_ttl {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.s-recruitment p {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-recruitment_btn {
    margin: 4.4rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-recruitment_btn {
    margin: 3rem auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .s-news {
    margin: 10.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-news {
    margin: 4rem 0;
  }
}
.s-news_inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-news_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .s-news .cm-title {
    width: 35rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-news .cm-title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .s-news_list {
    width: calc(100% - 35rem);
    margin-top: -0.9rem;
  }
}
.s-news_list a {
  border-bottom: 0.1rem solid #e2e2e2;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .s-news_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.1rem 1.2rem;
  }
  .s-news_list a:hover {
    color: var(--co-secondary);
  }
}
@media only screen and (max-width: 767px) {
  .s-news_list a {
    padding: 1rem 0;
    display: block;
  }
}
.s-news_list a .date {
  font-weight: 500;
  color: #120d3c;
}
@media only screen and (min-width: 768px) {
  .s-news_list a .date {
    width: 14.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-news_list a .date {
    width: 14.5rem;
  }
}
.s-news_list a p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-news_list a p {
    width: calc(100% - 14.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .s-news_list a p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .s-news_btn {
    position: absolute;
    left: 3rem;
    top: 18.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-news_btn {
    margin: 3rem auto 0;
  }
}
