﻿@charset "UTF-8";


/* build */
.build_area {
  padding: 45px 0 0;
}
.build_h2 {
  font-size: 32px;
  font-weight: 600;
  color: #3FB09B;
  text-align: center;
  letter-spacing: 2px;
}
.build_h2 span {
  display: table;
  font-size: 45px;
  color: #1D5D5E;
  line-height: 1.3;
  margin: 5px auto 0;
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.build_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin: 60px auto 0;
}
.build_list > li {
  position: relative;
  width: calc((100% - 120px) / 3);
  max-width: 389px;
  border: 2px solid #247273;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
}
.build_list > li::after {
  content: "";
  position: absolute;
  top: 47%;
  right: -50px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(/cms/smz/img/usr/product/ecbeing/customization/icon_plus.png) no-repeat top center;
  background-size: 42px auto;
}
.build_list > li:last-child::after {
  top: unset;
  right: unset;
  transform: unset;
  width: unset;
  height: unset;
  background: none;
  background-size: unset;
}
.build_bg1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 219px;
  background: #EFF5F4;
}
.build_list > li h3 {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 42px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: #3FB09B;
  border-radius: 26px;
}
.build_txt1 {
  font-size: 26px;
  font-weight: 600;
  color: #247173;
  text-align: center;
  letter-spacing: 2px;
}
.build_txt1 span {
  font-size: 34px;
  line-height: 1.3;
  margin-left: 3px;
  padding: 0 7px;
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.build_txt2 {
  font-size: 20px;
  font-weight: 600;
  color: #247173;
  text-align: center;
  letter-spacing: 2px;
}
.build_txt3 {
  font-size: 26px;
  font-weight: 600;
  color: #247173;
  text-align: center;
  letter-spacing: 2px;
}
.build_txt3 span {
  font-size: 20px;
}
.build_bg1_inner p + p {
  margin-top: 5px;
}
.build_bg2 {
  display: flex;
  align-items: center;
  padding: 30px 25px;
  height: 188px;
}
.build_bg2_inner {
  display: flex;
  align-items: center;
}
.build_sb {
  position: relative;
  display: table;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 14px 10px 11px;
  background: #247173;
  border-radius: 4px;
}
.build_sb::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #247173;
  translate: 100% -50%;
}
.build_sb span {
  display: block;
  font-size: 20px;
}
.build_percent {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 25px 0 0 25px;
}
.build_percent_txt {
  font-size: 96px;
  font-weight: 600;
  color: #3FB09B;
  line-height: 1.2;
}
.build_percent_txt span {
  font-size: 40px;
  font-weight: 500;
}
.build_note {
  font-size: 8px;
  font-weight: 400;
  text-align: right;
}
.build_list_icon {
  display: flex;
  flex-wrap: wrap;
}
.build_list_icon li {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #247173;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 15px;
  padding: 8px 16px;
  border: 1px solid #247173;
  border-radius: 40px;
}
.build_list_normal {
  font-size: 18px;
  font-weight: 600;
  color: #247173;
  padding-left: 11px;
  line-height: 1.8em;
}
.build_list_normal li::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -11px;
  top: -2px;
  width: 8px;
  height: 8px;
  background: #247173;
  border-radius: 100%;
}
.build_h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 908px;
  height: 151px;
  margin: auto;
  background: url(/cms/smz/img/usr/product/ecbeing/customization/build_h3_bg.png) no-repeat top center;
}
.build_h3 span {
  padding-bottom: 52px;
}
.build_p {
  font-size: 32px;
  font-weight: 600;
  color: #247173;
  text-align: center;
  margin: 10px auto 40px;
}

.common_layout_h2_photo_line .build_area h3 {
    margin-top: 0px;
}

@media screen and (max-width:769px) {
  .build_h2 {
    font-size: 22px;
  }
  .build_h2 span {
    display: inline;
    font-size: 30px;
  }
  .build_list {
    display: block;
    width: calc(100% - 30px);
    margin: 60px 15px 0;
  }
  .build_list > li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 85px;
  }
  .build_list > li:last-child {
    margin-bottom: 25px;
  }
  .build_list > li::after {
    content: "";
    position: absolute;
    top: unset;
    right: unset;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: url(/cms/smz/img/usr/product/ecbeing/customization/icon_plus.png) no-repeat top center;
    background-size: 40px auto;
  }
  .build_bg1 {
    height: 170px;
  }
  .build_list > li h3 {
    height: 35px;
    font-size: 18px;
  }
  .build_bg1_inner {
    margin-top: 15px;
  }
  .build_txt1 {
    font-size: 20px;
  }
  .build_txt1 span {
    font-size: 28px;
  }
  .build_txt2 {
    font-size: 20px;
    font-weight: 600;
    color: #247173;
    text-align: center;
    letter-spacing: 2px;
  }
  .build_txt3 {
    font-size: 26px;
    font-weight: 600;
    color: #247173;
    text-align: center;
    letter-spacing: 2px;
  }
  .build_txt3 span {
    font-size: 20px;
  }
  .build_bg1_inner p + p {
    margin-top: 5px;
  }
  .build_bg2 {
    padding: 20px 15px;
    height: auto;
    justify-content: center;
  }
  .build_sb::before {
    right: 1px;
  }
  .build_percent {
    margin: 20px 0 0 15px;
  }
  .build_percent_txt {
    font-size: 80px;
  }
  .build_percent_txt span {
    font-size: 58px;
  }
  .build_note {
    word-break: keep-all;
  }
  .build_list_icon {
    margin-bottom: -10px;
    margin-left: 10px;
  }
  .build_list_icon li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .build_bg2:has(> .build_list_normal) {
    justify-content: flex-start;
  }
  .build_list_normal {
    font-size: 16px;
    text-align: left;
    margin: auto;
  }
  .build_list_normal li {
    line-height: 1.7;
  }
  .build_list_normal li::before {
    top: -2px;
    width: 6px;
    height: 6px;
  }
  .build_h3 {
    align-items: center;
    font-size: 28px;
    width: 100%;
    height: calc(130 * (100vw / 375));
    margin: auto;
    background: url(/cms/smz/img/usr/product/ecbeing/customization/build_h3_bg_sp.png) no-repeat top center;
    background-size: auto calc(130 * (100vw / 375));
  }
  .build_h3 span {
    padding-bottom: 15px;
    line-height: 1.4em;
  }
  .common_inner_ .build_p {
    font-size: 24px;
    margin: 10px 15px 70px;
  }
}


/* service */
.service_area {
  padding: 20px 0 0;
  background: url(/cms/smz/images/product7/line_bg2.png) no-repeat top center;
  background-size: 100% auto;
}
.service_h2 {
  font-size: 45px;
  font-weight: 600;
  color: #1D5D5E;
  text-align: center;
  padding-top: 160px;
  background: url(/cms/smz/images/product7/illust02.png) no-repeat top center;
  background-size: 201px auto;
}
.service_p1 {
  display: table;
  font-size: 26px;
  font-weight: 600;
  color: #3FB09B;
  text-align: center;
  margin: 35px auto 0;
}
.service_image {
  width: 100%;
  max-width: 1300px;
  margin: 40px auto 30px;
  padding: 30px 0;
  background: #F2F8F8;
  border-radius: 12px;
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0px;
}
.service_list li {
  position: relative;
  width: calc((100% - 65px) / 3);
  max-width: 360px;
  height: 100%;
  min-height: 207px;
  margin-right: 36px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #1D6974;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}
.service_list li:nth-child(3n) {
  margin-right: 0;
}
.service_list li a:hover {
  opacity: .7;
  transition: 0.3s;
}
.service_list li h3 {
  position: absolute;
  top: 0;
  left: 0;
}
.service_list li img {
  width: 100%;
}
.service_list li p {
  /*position: absolute;
	top: 80px;
	left: 15px;*/
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #1D5D5E;
  line-height: 1.5;
  letter-spacing: -0.5px;
  padding: 75px 0 0 15px;
}
@media screen and (max-width:769px) {
  .service_area {
    padding: 20px 0 0;
    background: url(/cms/smz/images/product7/line_bg2.png) no-repeat top center;
    background-size: 100% auto;
  }
  .service_h2 {
    font-size: 30px;
    padding-top: 120px;
    background: url(/cms/smz/images/product7/illust02.png) no-repeat top center;
    background-size: 150px auto;
    margin-top: -60px;
    line-height: 1.3;
    letter-spacing: -1px;
  }
  .service_p1 {
    display: block;
    font-size: 22px;
    margin: 25px 5px 0;
    line-height: 1.4;
  }
  .service_image {
    width: auto;
    max-width: 1300px;
    margin: 40px 15px 5px;
    padding: 10px 0;
    overflow-x: scroll;
  }
  .service_image img {
    max-width: 1000px;
    width: auto;
  }
  .service_list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0px;
    margin: 0 15px;
  }
  .service_list li {
    width: 100%;
    max-width: unset;
    height: 100%;
    min-height: calc(196 * (100vw / 375));
    margin-right: 0;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .service_list li p {
    letter-spacing: 0;
    padding: calc(75 * (100vw / 375)) 0 0 15px;
    text-align: left;
  }
}


/*micro*/
.product-omnichannel--contents {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0px 63px;
}
.product-omnichannel--contents::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 195px;
  height: 33px;
  background: #EAEAEA;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateX(-50%);
}
.product-omnichannel--task {
  display: flex;
}
.product-omnichannel--task-title {
  position: relative;
  display: block;
  width: 165px;
  font-size: 24px;
  letter-spacing: 0.038em;
  line-height: 100px;
  color: #fff;
  background: #6F6F6F;
  text-align: center;
}
.product-omnichannel--task-title::before{
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
  background: inherit;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.product-omnichannel--task-text {
  width: calc(100% - 165px);
  padding: 16px 72px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.038em;
  line-height: 1.54;
  color: #3D3D3D;
  background: #F4F4F4;
}
.product-omnichannel--box h4 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
  font-size: 28px;
  letter-spacing: 0.01em;font-weight:bold;
}
.product-omnichannel--box h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 38px;
  background: linear-gradient(#1D6974 0%, #3FB09B 100%);
  transform: translateY(-50%);
}
.product-omnichannel--customize {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
.product-omnichannel--customize li {
  width: calc((100% - 40px)/2);
  padding: 22px 25px 22px 28px;
  border: 3px solid #EAEAEA;
}
.product-omnichannel--customize li figure {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 18px;
  min-height: 55px;
}
.product-omnichannel--customize li:nth-child(1) figure img {
  width: 157px;
}
.product-omnichannel--customize li:nth-child(2) figure img {
  width: 190px;
}
.product-omnichannel--customize li figcaption {
  font-size: 14px;
  letter-spacing: 0.038em;
}
.product-omnichannel--customize li p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.038em;
  line-height: 1.75;
}
.product-omnichannel .btn {
  width: 487px;
  margin-bottom: 52px;
  padding: 20px 0 19px;
}
.product-customize {
  margin: 30px 0 22px;
  font-size: 30px;
  letter-spacing: 0.038em;
  color: var(--reason2024-mainColor);
  text-align: center;
}
.product-customize--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.product-customize--list li {
  position: relative;
  font-size: 19px;
  letter-spacing: -0.046em;
  padding-left: 30px;
  background: url(../images/reason2024/icon_check.png) no-repeat left center / 20px;
}
.product-customize--list li:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 22px;
  height: 5px;
  background: url(../images/reason2024/icon_dotted.png) no-repeat center / contain;
  transform: translateY(-50%);
}


@media screen and (max-width: 640px) {
.product-omnichannel {
    position: relative;
    margin: 32px 4px 0;
    padding: 0 0 0px;
    z-index: 1;
  }
.product-omnichannel--title {
    padding: 13px;
    font-size: 14px;
    background: linear-gradient( 180deg, #1D6974 0%, #3FB09B 100%);
  }
.product-omnichannel--contents {
    margin-bottom: 12px;
    padding: 0 11px 32px;
  }
.product-omnichannel--contents::before {
    width: 103px;
    height: 19px;
  }
.product-omnichannel--lead {
    margin-bottom: 20px;
    padding-top: 30px;
    font-size: 15px;
  }
.product-omnichannel--task {
    position: relative;
    display: block;
  }
.product-omnichannel--task-title {
    position: absolute;
    width: 60px;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1;
  }
.product-omnichannel--task-title::before{
    width: 10px;
    height: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
.product-omnichannel--task-text {
    width: 90%;
    padding: 36px 5% 15px;
    font-size: 12px;
    line-height: 1.5;
  }
.product-omnichannel--box h4 {
    margin-bottom: 13px;
    padding-left: 10px;
    font-size: 14px;
  }
.product-omnichannel--box h4::before {
    width: 4px;
    height: 14px;
  }
.product-omnichannel--customize {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }
.product-omnichannel--customize li {
    width: 90%;
    padding: 15px 5% 10px;
    border: 2px solid #EAEAEA;
  }
.product-omnichannel--customize li figure {
    flex-direction: column;
    gap: 9px;
    margin-bottom: 8px;
    min-height: 56px;
  }
.product-omnichannel--customize li:nth-child(1) figure   img {
    width: 90px;
  }
.product-omnichannel--customize li:nth-child(2) figure   img {
    width: 108px;
  }
.product-omnichannel--customize li figcaption {
    width: 100%;
    font-size: 12px;
    text-align: left;
  }
.product-omnichannel--customize li p {
    font-size: 12px;
    line-height: 1.5;
  }
.product-omnichannel .btn {
    width: 315px;
    margin-bottom: 28px;
    padding: 11px 0;
  }
}