@charset "UTF-8";
/* ==========================================================================//
//
//	共通要素
//
// ========================================================================== */
.box_txt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.33;
}
@media only screen and (max-width: 767px) {
  .box_txt {
    margin-top: -2px;
    font-size: 2.2rem;
    line-height: 1.45;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .num_box_txt {
    align-items: flex-start;
  }
}
.num_box_txt .num {
  width: 42px;
  height: 42px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .num_box_txt .num {
    width: 32px;
    height: 32px;
    font-size: 2.4rem;
    border-radius: 8px;
  }
}
.num_box_txt .right_txt {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .num_box_txt .right_txt {
    margin-top: -2px;
    font-size: 2.2rem;
    line-height: 1.45;
  }
}

/* ---------------------------------------
  KV
--------------------------------------- */
.seb_seeker_kv {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .seb_seeker_kv {
    padding-top: 18px;
  }
}
.seb_seeker_kv .seb_sub_ttl {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .seb_seeker_kv .seb_sub_ttl {
    font-size: 2rem;
  }
}
.seb_seeker_kv .seb_sub_ttl > span {
  font-size: 1.2em;
  font-weight: 700;
  color: #41c1c1;
}
@media only screen and (max-width: 767px) {
  .seb_seeker_kv .seb_sub_ttl > span {
    font-size: 1em;
  }
}
.seb_seeker_kv .seb_main_ttl {
  margin-top: 16px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .seb_seeker_kv .seb_main_ttl {
    font-size: 3.6rem;
  }
}
.seb_seeker_kv .kv_img {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .seb_seeker_kv .kv_img {
    margin-top: 36px;
  }
}
.seb_seeker_kv .kv_num_list {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .seb_seeker_kv .kv_num_list {
    margin-top: 32px;
  }
}
.seb_seeker_kv .kv_num_list .item + .item {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .seb_seeker_kv .kv_num_list .item + .item {
    margin-top: 20px;
  }
}
.seb_seeker_kv .kv_num_list .num_box_txt {
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .seb_seeker_kv .kv_num_list .num_box_txt {
    gap: 8px;
  }
}
.seb_seeker_kv .base_txt {
  margin-top: 48px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .seb_seeker_kv .base_txt {
    margin-top: 24px;
    line-height: 1.7;
  }
}

/* ---------------------------------------
QandA
--------------------------------------- */
.QandA-body {
  font-family: "Noto Sans JP", sans-serif;
}
.QandA-Qwrap {
  position: relative;
  width: 100%;
  height: 32.99vw;
  max-height: 320px;
  background-color: #d8e0e0;
  border-radius: 16px;
  margin: 0;
  padding: 0;
  margin-top: 13.917vw;
  z-index: 3;
}
.QandA-Qlist {
  position: relative;
  filter: drop-shadow(8px 12px 0px white);
  width: 100%;
  height: 100%;
}
.QandA-Qlist::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../assets/img/technology/fcas/factory.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 27.5979vw;
  height: 29.896vw;
  bottom: -3.1958vw;
  left: 3.1958vw;
}
@media only screen and (max-width: 600px) {
  .QandA-Qlist::before {
    background-size: contain;
    width: 36.5979vw;
    height: 17.896vw;
    left: -5vw;
    bottom: -6vw;
  }
}
.QandA-Qlist > li {
  position: absolute;
  display: grid;
  width: 38.144vw;
  height: 32.783vw;
  background-image: url(../../assets/img/technology/fcas/clowd.png);
  background-repeat: no-repeat;
  background-size: cover;
  place-content: center;
  padding: 0 5.155vw;
  font-size: 1.9587vw;
  font-weight: 700;
  line-height: 150%;
  transition: all 0.8s ease 0s;
  cursor: pointer;
}
.QandA-Qlist > li > span {
  position: absolute;
  font-size: 5.1546vw;
  left: 4.742vw;
  top: 6.804vw;
  font-weight: 900;
  font-family: "Abel", sans-serif;
  color: white;
  text-shadow: 1px 2px black;
}
.QandA-Qlist > li.q1 {
  right: 11.958vw;
  bottom: -10.4123vw;
  z-index: 13;
}
.QandA-Qlist > li.q2 {
  right: 37.21649vw;
  bottom: 2.5773vw;
  z-index: 12;
}
.QandA-Qlist > li.q3 {
  right: 0.103vw;
  bottom: 10.206vw;
  z-index: 11;
}
.QandA-Alist {
  z-index: 20;
  position: relative;
  background-color: #aee0df;
  padding: 30px 50px;
  border-radius: 16px;
  margin-top: 35px;
  font-size: 25px;
  line-height: 150%;
  color: #0c0c0c;
  font-weight: bold;
}
.QandA-Alist > ul > li {
  padding: 40px;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .QandA-Alist > ul > li {
    padding: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
  }
}
.QandA-Alist > ul > li > span {
  font-size: 50px;
  font-weight: 900;
  font-family: "Abel", sans-serif;
  color: white;
  text-shadow: 2px 4px black;
}

.link_num_list {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  /*&::before{
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    content: "";
    position: relative;
    animation: move-diagonally 0.3s linear infinite;
  }*/
}
.link_num_list .num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding-bottom: 0.1em;
  width: 36px;
  height: 36px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #1C1C1C;
  border-radius: 8px;
}

@keyframes move-diagonally {
  0% {
    transform: translate(7px, 12px) rotate(45deg);
  }
  100% {
    transform: translate(10px, 12px) rotate(45deg);
  }
}
@media only screen and (min-width: 970px) {
  .QandA-Qwrap {
    margin-top: 135px;
  }
  .QandA-Qlist::before {
    left: 30px;
    bottom: -16px;
    width: 250px;
    height: 262px;
  }
  .QandA-Qlist > li {
    width: 370px;
    height: 318px;
    padding: 0 50px;
    font-size: 19px;
    font-weight: 700;
    line-height: 150%;
  }
  .QandA-Qlist > li > span {
    font-size: 50px;
    left: 46px;
    top: 66px;
  }
  .QandA-Qlist > li.q1 {
    right: 116px;
    bottom: -101px;
  }
  .QandA-Qlist > li.q2 {
    right: 361px;
    bottom: 25px;
  }
  .QandA-Qlist > li.q3 {
    right: 1px;
    bottom: 99px;
  }
}
.swiper {
  width: 100%;
}

/*------------------------------------
about
------------------------------------*/
.about_fcas .chevron::before {
  border-style: solid;
  border-width: 1em 1em 0 0;
  content: "";
  display: inline-block;
  height: 2.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 2.45em;
  margin: 0 auto;
  display: block;
  border-color: #aee0df;
  box-shadow: 5px -5px #ccc;
}
.about_fcas .chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.about_fcas .chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.about_fcas .chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
.about_fcas .heading_txt {
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.33;
  display: block;
  text-align: center;
}
.about_fcas .about {
  position: relative;
  background-color: #aee0df;
  padding: 30px;
  border-radius: 16px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .about_fcas .about {
    padding: 13px;
  }
}
.about_fcas .about_flexR {
  display: flex;
}
.about_fcas .about_flexR .ttl_b_txt {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .about_fcas .about_flexR {
    flex-direction: column;
  }
}
.about_fcas .about_flexR section {
  flex: 5;
}
.about_fcas .about_flexR div {
  flex: 6;
}
.about_fcas .about .line_img {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .about_fcas .about .line_img {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .about_fcas .about .line_img {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .about_fcas .about {
    margin-top: 50px;
  }
}
.about_fcas .about h2 {
  font-size: 2rem;
  font-weight: 700;
}
.about_fcas .about > section {
  margin-top: 40px;
}

/* ---------------------------------------
  1～3の詳細
--------------------------------------- */
.point_detail_area {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .point_detail_area {
    margin-top: 50px;
  }
}
.point_detail_area .point_list {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list {
    margin-top: 50px;
  }
}
.point_detail_area .point_list .point_item:nth-child(n+2) {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .point_item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.point_detail_area .point_list .point_item .point_description {
  margin-top: 30px;
  display: flex;
  padding: 30px;
  border-radius: 16px;
  background-color: #aee0df;
  gap: 20px;
}
@media only screen and (max-width: 960px) {
  .point_detail_area .point_list .point_item .point_description {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .point_item .point_description {
    padding: 13px;
  }
}
.point_detail_area .point_list .point_item .point_description.r {
  flex-direction: row-reverse;
}
.point_detail_area .point_list .point_item .point_description.b {
  flex-direction: column;
}
.point_detail_area .point_list .point_item .point_description.b .line_img {
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .point_item .point_description.b .line_img {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .point_item .point_description {
    margin-top: 8px;
  }
}
.point_detail_area .point_list .point_item .point_description .point_img {
  flex: 3;
  border-radius: 16px;
  position: relative;
  text-align: center;
  position: relative;
  position: relative;
  position: relative;
  position: relative;
}
.point_detail_area .point_list .point_item .point_description .point_img.p1 {
  flex: 5;
}
.point_detail_area .point_list .point_item .point_description .point_img.p2 {
  flex: 10;
}
.point_detail_area .point_list .point_item .point_description .point_img.p3 {
  flex: 6;
}
.point_detail_area .point_list .point_item .point_description .point_img.p4 {
  flex: 4;
}
.point_detail_area .point_list .point_item .point_description .point_img.p5 {
  flex: 3;
}
.point_detail_area .point_list .point_item .point_description .point_img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .point_item .point_description .point_img {
    width: 100%;
    display: block;
  }
}
.point_detail_area .point_list .point_item .point_description .point_img .graph-h {
  position: absolute;
  width: 45%;
  right: -21px;
  bottom: 20px;
}
.point_detail_area .point_list .point_item .num_box_txt {
  gap: 16px;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .point_item .num_box_txt {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .point_item .point_sub_ttl {
    margin-top: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
  }
}
.point_detail_area .point_list .point_item .ttl_b_txt {
  flex: 7;
}
@media only screen and (max-width: 960px) {
  .point_detail_area .point_list .point_item .ttl_b_txt {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .point_item .ttl_b_txt {
    margin-top: 2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}
.point_detail_area .point_list .point_item .ttl_b_txt .ttl_b_txt_caseList {
  margin-top: 50px;
}
.point_detail_area .point_list .point_item .ttl_b_txt .ttl_b_txt_caseList li {
  margin-bottom: 10px;
  color: #285b5a;
}
.point_detail_area .point_list .inner_explan_list .explan_item {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 1440px) {
  .point_detail_area .point_list .inner_explan_list .explan_item {
    grid-template-columns: 41.6666666667vw auto;
  }
}
@media only screen and (max-width: 960px) {
  .point_detail_area .point_list .inner_explan_list .explan_item {
    grid-template-columns: 350px auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .inner_explan_list .explan_item {
    margin-top: 24px;
    display: block;
  }
}
.point_detail_area .point_list .inner_explan_list .explan_item .detail_img {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .inner_explan_list .explan_item .detail_img {
    margin-top: 16px;
  }
}
.point_detail_area .point_list .inner_explan_list .explan_item .detail_ttl {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .inner_explan_list .explan_item .detail_ttl {
    font-size: 1.8rem;
  }
}
.point_detail_area .point_list .inner_explan_list .explan_item .base_txt {
  grid-row: 2/3;
  grid-column: 2/3;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .inner_explan_list .explan_item .base_txt {
    line-height: 1.7;
    margin-top: 16px;
  }
}
.point_detail_area .point_list .inner_explan_list .explan_item:nth-child(2n) {
  grid-template-columns: auto 600px;
}
@media only screen and (max-width: 1440px) {
  .point_detail_area .point_list .inner_explan_list .explan_item:nth-child(2n) {
    grid-template-columns: auto 41.6666666667vw;
  }
}
@media only screen and (max-width: 960px) {
  .point_detail_area .point_list .inner_explan_list .explan_item:nth-child(2n) {
    grid-template-columns: auto 350px;
  }
}
.point_detail_area .point_list .inner_explan_list .explan_item:nth-child(2n) .detail_img {
  grid-column: 2/3;
}
.point_detail_area .point_list .inner_explan_list .explan_item:nth-child(2n) .detail_ttl {
  grid-column: 1/2;
}
.point_detail_area .point_list .inner_explan_list .explan_item:nth-child(2n) .base_txt {
  grid-column: 1/2;
}
.point_detail_area .point_list .cap_note {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #707070;
  text-align: center;
}
.point_detail_area .point_list .weak_img {
  margin: 45px auto 0;
  max-width: 803px;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .point_list .weak_img {
    margin-top: 24px;
    max-width: 100%;
  }
}
.point_detail_area .btn .arrow {
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .point_detail_area .btn .arrow {
    margin: 50px auto 0;
    width: 76.1538461538vw;
  }
}

/* ---------------------------------------
  関連情報
--------------------------------------- */
.relat_info_area {
  padding-top: 160px;
}
@media only screen and (max-width: 767px) {
  .relat_info_area {
    padding-top: 80px;
  }
}/*# sourceMappingURL=fcas.css.map */