@charset "UTF-8";
.products {
  padding-bottom: 160px;
}
section.is_content {
  padding: 0 0 137px;
}
@media screen and (max-width: 768px) {
  .products {
    padding-bottom: 0;
  }
  section.is_content {
    padding: 0 0 80px;
  }
}
/* =========================
   products Top
========================= */
.products-top {
  overflow: clip;
  width: 100%;
  position: relative;
  background-image: url("../images/products/products_top@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 98px 0;
  color: #fff !important;
  margin-bottom: 40px;
}
.products-top a {
  color: #fff;
}
h1.ttl_products {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.05em;
}
.flex_products-top {
  display: flex;
  width: 100%;
  margin: 24px auto;
  align-items: center;
}
.flex_products-top > div {
  width: 50%;
}
.products__top-lyric {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.animTarget.flex_products-top h1 {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.5s ease-out;
}
.animTarget.flex_products-top .products__top-lyric {
  opacity: 0;
  transform: translateY(70px);
  transition: 1.5s ease-out;
}
.animTarget.animated.flex_products-top h1 {
  opacity: 1;
  transform: translateX(0px);
}
.animTarget.animated.flex_products-top .products__top-lyric {
  opacity: 1;
  transform: translateY(0px);
}
@media screen and (max-width: 768px) {
  .products-top {
    width: 100%;
    background-image: url("../images/products/products_top_sp@3x.jpg");
    padding: 62px 0;
    margin-bottom: 40px;
  }
  .flex_products-top {
    display: flex;
    flex-direction: column;
  }
  .flex_products-top > div {
    width: 100%;
  }
  h1.ttl_products {
    font-size: 40px;
    text-align: center;
    margin-bottom: 18px;
  }
  .products__top-lyric {
    font-size: 14px;
    text-align: center;
  }
}
/* =========================
   products活動
========================= */
h3.ttl__products {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
h4.ttl__products {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.lyric__products {
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 24px
}
.lyric__welfare {
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.05em;
}
/*左画像flex*/
.flex_products-img-left {
  display: flex;
  width: 100%;
  margin: 0 auto 142px;
}
.flex_products-img-left .left_content {
  width: 50%;
  padding: 0 40px 0 0;
}
.flex_products-img-left .right_content {
  width: 50%;
  display: grid;
  grid-template-columns: 500px 1fr;
  padding: 0 0 0 40px;
}
.c_relative {
  position: relative;
  padding-top: 20px;
}
.strength_number {
  position: absolute;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  right: 0;
  top: -36px;
  font-size: 240px;
  color: rgba(0, 0, 0, .10);
}
@media screen and (max-width: 768px) {
  h3.ttl__products {
    margin-bottom: 16px;
  }
  h4.ttl__products {
    margin-bottom: 8px;
  }
  .flex_products-img-left {
    display: block;
    margin: 0 auto 40px;
  }
  .flex_products-img-left .left_content {
    width: 100%;
    padding: 0 32px 32px 0;
  }
  .flex_products-img-left .right_content {
    width: 100%;
    display: block;
    padding: 0 32px;
  }
  .c_relative {
    position: relative;
    padding-top: 0;
  }
  .strength_number {
    position: absolute;
    right: 0;
    top: -28px;
    font-size: 96px;
  }
  .lyric__products {
    margin-bottom: 16px;
  }
}
/*右画像flex*/
.flex_products-img-right {
  display: flex;
  width: 100%;
  margin: 0 auto 142px;
}
.flex_products-img-right .left_content {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 500px;
  padding: 0 40px 0 0;
  order: 1;
}
.flex_products-img-right .right_content {
  width: 50%;
  padding: 0 0 0 40px;
  order: 2;
}
@media screen and (max-width: 768px) {
  .flex_products-img-right {
    flex-direction: column;
    margin: 0 auto;
  }
  .flex_products-img-right .left_content {
    width: 100%;
    padding: 0 32px;
    display: block;
    order: 2;
  }
  .flex_products-img-right .right_content {
    width: 100%;
    padding: 0 0 32px 32px;
    order: 1;
  }
}
/* =========================
   productsリスト
========================= */
.products-profile {
  width: 100%;
  margin: 0 auto;
  line-height: 2.0;
  color: #000;
  letter-spacing: 0.05em;
}
.profile-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 18px 0;
  border-bottom: 2px solid rgba(0, 0, 0, .30);
  position: relative;
}
.profile-row::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  border-bottom: 2px solid #000;
  left: 0;
  bottom: -2px;
}
.profile-label {
  position: relative;
  font-weight: bold;
}
.profile-label-welfare {
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.profile-value {
  padding: 18px auto 18px 120px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .profile-row::after {
    width: 39px;
  }
  .profile-row {
    display: grid;
    grid-template-columns: 102px 1fr;
    padding: 12px 0;
  }
  .profile-label-welfare {
    position: relative;
    font-weight: bold;
    font-size: 14px;
  }
}
.breadcrumb__top::after {
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(100%, -50%);
  content: "";
  width: 28px;
  height: 0.5px;
  background-color: #fff !important;
}
.breadcrumb__here {
  color: #fff !important;
}
.lyric__photo {
  line-height: 1.8;
}
.lyric__photo-center {
  line-height: 1.8;
  text-align: center;
}
/*リンク*/
.link-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 1rem;
}
.link-more__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-image: url(../images/arrow_circle.svg);
  background-repeat: no-repeat;
}
/* =========================
   Common
========================= */
a.btn_more {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  position: relative;
  padding: 6px 16px;
  color: #000;
  background-color: #fff;
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 30px;
}
a.btn_more::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 7px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("../images/arrow_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_outerlink {
  width: 100%;
  max-width: 343px;
  display: inline-block;
  position: relative;
  padding: 6px 16px;
  color: #000;
  background-color: #fff;
  margin: 40px 0 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 30px;
}
a.btn_outerlink::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("../images/icon_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_download {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  position: relative;
  padding: 6px 16px;
  color: #000;
  background-color: #fff;
  margin: 0 0 24px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 30px;
}
a.btn_download::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("../images/icon_download.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  a.btn_more {
    font-size: 16px;
  }
  a.btn_outerlink {
    font-size: 16px;
    margin: 0 0 8px
  }
}
/* =========================
   設備
========================= */
.equipment__flexbox {
  display: flex;
  align-items: flex-start;
  gap: 37px;
  width: 100%;
  margin-bottom: 100px;
}
.equipment__box-left {
  width: 60%;
}
.equipment__box-left img {
  width: 100%;
  height: auto;
  display: block;
}
.equipment__box-right {
  flex: 1;
}
.equipment__type-title {
  width: 100%;
  background-color: #000;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  line-height: 2.0;
  letter-spacing: 0.05em;
  padding: 0 0 0 8px;
  margin-bottom: 16px;
}
.equipment__text {
  font-weight: 600;
  line-height: 2.0;
  letter-spacing: 0.05em;
  padding: 0 5px;
}
a.btn_equipment {
  display: block;
  position: relative;
  padding: 7px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, .50);
  margin: 0 auto 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.0;
  letter-spacing: 0.05em;
  border-radius: 6px;
}
a.btn_equipment::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
a.btn_redo {
  display: inline-block;
  position: relative;
  padding: 6px 16px 6px 58px;
  color: #000;
  background-color: #fff;
  margin: 0 auto 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 30px;
}
a.btn_redo::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 7px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-image: url("../images/arrow_redo.svg");
}
@media (max-width:768px) {
  .equipment {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .equipment__flexbox {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .equipment__box-left, .equipment__box-right {
    width: 100%;
  }
  .equipment__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    letter_spacing: 0.05em;
  }
}
/* ************************* */
/* 事業領域 */
/* ************************* */
.business-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.business-area-card {
  width: calc((100% - 24px) / 3);
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  transition: 0.3s;
}
/*.business-area-card:hover{
  opacity: 0.8;
}*/
/* 画像 */
.business-area-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
/* 下部 */
.business-area-card .body {
  position: relative;
  flex: 1;
  padding: 24px 0 44px;
}
.business-area-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.0;
  text-align: center;
  letter-spacing: 0.05em;
}
.business-area-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
/* 矢印 */
.business-area-card .arrow {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 0;
  bottom: 0;
  background-image: url("../images/arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .business-area-list {
    gap: 24px;
  }
  .business-area-card {
    width: 100%;
  }
  .business-area-card .body {
    position: relative;
    flex: 1;
    padding: 20px 0 52px;
  }
  .business-area-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .business-area-card .arrow {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    bottom: 0;
  }
}
/* ************************* */
/* 導入フロー */
/* ************************* */
.flow-section_pc {
  width: 100%;
}
.flow-section_pc .flow-image img {
  width: 100%;
  display: block;
}
.flow-section_pc .flow-text-list {
  display: flex;
}
.flow-section_pc .flow-text-item {
  width: calc(100% / 6);
  padding: 16px 12px 0;
  box-sizing: border-box;
}
.flow-section_pc .flow-text-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .flow-section_pc {
    display: none;
  }
}
/*SP*/
.flow-section_sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .flow-section_sp {
    display: flex;
    gap: 18px;
    align-items: stretch;
  }
  /* 左画像 */
  .flow-section_sp__image {
    width: 126px;
    flex-shrink: 0;
  }
  .flow-section_sp__image img {
    width: 100%;
    display: block;
  }
  /* 右文章 */
  .flow-section_sp__texts {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .flow-section_sp__text {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.75;
    padding: 15px 0;
    box-sizing: border-box;
  }
}
.telop {
  position: absolute;
  left: 0;
  bottom: -5%;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .telop {
    bottom: -3%;
  }
}