@charset "UTF-8";
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansJP-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "rocksalt";
  src: url("../fonts/RockSalt-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "zen-kakugo";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "gothic-a1";
  src: url("../fonts/GothicA1-Bold.ttf");
  font-weight: bold;
}
p {
  opacity: 102;
}

#service_introduction {
  padding-bottom: 72px;
}
#service_introduction h2 {
  font-size: 40px;
  padding: 60px 0;
}
#service_introduction h4 {
  line-height: 1.3;
  padding: 54px 0;
}
#service_introduction .btn_demo_ec-cube {
  position: relative;
  display: block;
}
#service_introduction .btn_demo_ec-cube img {
  margin: 2rem auto 0;
}
#service_introduction .btn_demo_ec-cube span {
  color: #fff;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  bottom: 20%;
  right: 14%;
}
@media screen and (max-width: 767px) {
  #service_introduction .btn_demo_ec-cube span {
    font-size: 3.2vw;
  }
}
#service_introduction .ec_explanation_wrap {
  width: 90%;
  margin: 77px auto 33px;
  border: 2px solid #318BCB;
  border-radius: 20px;
  padding-bottom: 40px;
  background-color: #EEFBFF;
}
#service_introduction .ec_explanation_wrap h3 {
  font-size: 30px;
  line-height: 1;
  padding: 40px 0;
  color: #318BCB;
  font-weight: bold;
  text-align: center;
  background-color: inherit;
}
@media only screen and (max-width: 767px) {
  #service_introduction .ec_explanation_wrap h3 {
    font-size: 24px;
    line-height: 1;
    padding: 40px 0;
    color: #318BCB;
    font-weight: bold;
    text-align: center;
    background-color: inherit;
  }
}
#service_introduction .ec_explanation_wrap h3::before, #service_introduction .ec_explanation_wrap h3::after {
  content: none;
}
#service_introduction .ec_explanation_wrap .own_ec {
  width: 97.5%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFFFA4;
  padding: 16px 0;
  margin: 0 auto 10px;
}
#service_introduction .ec_explanation_wrap .own_ec .left_side {
  width: 46%;
}
#service_introduction .ec_explanation_wrap .own_ec .left_side h4 {
  font-size: 24px;
  color: #318BCB;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
#service_introduction .ec_explanation_wrap .own_ec .left_side img {
  margin: 0 auto;
}
#service_introduction .ec_explanation_wrap .own_ec .right_side {
  width: 53%;
}
#service_introduction .ec_explanation_wrap .own_ec .right_side p {
  font-size: 22px;
  font-weight: bold;
}
#service_introduction .ec_explanation_wrap .own_ec .right_side ul {
  line-height: 1.6;
  margin-bottom: 1rem;
}
#service_introduction .ec_explanation_wrap .own_ec .right_side ul li {
  font-size: 18px;
  font-weight: bold;
}
#service_introduction .ec_explanation_wrap .mall_ec {
  width: 97.5%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 0 16px;
}
#service_introduction .ec_explanation_wrap .mall_ec .left_side {
  width: 46%;
}
#service_introduction .ec_explanation_wrap .mall_ec .left_side h4 {
  font-size: 24px;
  color: #318BCB;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
#service_introduction .ec_explanation_wrap .mall_ec .left_side img {
  margin: 0 auto;
}
#service_introduction .ec_explanation_wrap .mall_ec .right_side {
  width: 53%;
}
#service_introduction .ec_explanation_wrap .mall_ec .right_side p {
  font-size: 22px;
}
#service_introduction .ec_explanation_wrap .mall_ec .right_side ul {
  line-height: 1.6;
  margin-bottom: 1rem;
}
#service_introduction .ec_explanation_wrap .mall_ec .right_side ul li {
  font-size: 18px;
}
#service_introduction .ec_explanation_wrap .column_wrap {
  display: flex;
  justify-content: space-evenly;
}
#service_introduction .ec_explanation_wrap .column_wrap p {
  position: relative;
}
#service_introduction .ec_explanation_wrap .column_wrap p span {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  top: 40px;
  left: 52px;
}
@media screen and (max-width: 767px) {
  #service_introduction .ec_explanation_wrap .column_wrap p span {
    font-size: 3vw;
    line-height: 1.4;
    top: 6vw;
    left: 9vw;
  }
}
#service_introduction .ec_explanation_wrap .understanding_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 47px auto 0;
  justify-content: space-evenly;
}
#service_introduction .ec_explanation_wrap .understanding_wrap .speech_bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 8px;
  background-color: #006cbe;
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  max-height: 112px;
  color: #ffffff;
}
#service_introduction .ec_explanation_wrap .understanding_wrap .speech_bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  border-style: solid;
  border-width: 24px 19px 0 19px;
  border-color: #006cbe transparent transparent;
  translate: -50% 100%;
  transform: skew(50deg);
  transform-origin: top;
  opacity: 125;
}
@media screen and (max-width: 767px) {
  #service_introduction .ec_explanation_wrap .understanding_wrap .speech_bubble {
    font-size: 3.4vw;
  }
  #service_introduction .ec_explanation_wrap .understanding_wrap .speech_bubble::after {
    left: 32%;
  }
}
#service_introduction .seo_wrap {
  background-color: #318BCB;
  padding: 34px 0 88px;
}
#service_introduction .seo_wrap h3 {
  width: 90%;
  /*font-size: 29px;*/
  font-size: 24px;
  font-weight: bold;
  line-height: 1.448;
  background-color: #fff;
  color: #318BCB;
  text-align: center;
  max-width: 92%;
  margin: 0 auto;
  padding: 20px 0 19px 0;
  position: relative;
  min-height: 123px;
  display: grid;
  align-items: center;
}
#service_introduction .seo_wrap h3::after {
  content: "";
  display: block;
  border-top: 23px solid #fff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  width: 14px;
  margin: 0 auto;
}
#service_introduction .seo_wrap .normal_text {
  color: #fff;
}
#service_introduction .seo_wrap .seo_img_wrap {
  margin: 24px auto 36px;
}
#service_introduction .seo_wrap .btn_nav_rakuchin-ns {
  font-size: 24px;
  font-weight: bold;
  font-family: "gothic-a1", sans-serif;
  letter-spacing: 0em;
  color: #318BCB;
  border-radius: 60px;
  background: #fff;
  padding: 28px 0;
  display: block;
  text-align: center;
  width: 95%;
  max-width: 370px;
  margin: 12px auto 20px;
  transition: 0.5s;
  line-height: 1.2;
  border: none;
  outline: 4px solid #318BCB; /*outlineでドットの線を追加*/
  outline-offset: -8px; /*outline-offsetの値を-15pxにして内側に調整*/
}
#service_introduction .seo_wrap .btn_nav_rakuchin-ns img {
  display: inline-block;
  width: 80%;
}
#service_introduction .seo_wrap .btn_nav_rakuchin-ns span {
  font-size: 18px;
}
#service_introduction .btn_yahoo_rakuten {
  position: relative;
  display: block;
}
#service_introduction .btn_yahoo_rakuten img {
  margin: 8px auto 0;
}
#service_introduction .btn_yahoo_rakuten span {
  color: #fff;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  bottom: 20%;
  right: 15%;
}
@media screen and (max-width: 767px) {
  #service_introduction .btn_yahoo_rakuten span {
    font-size: 3.4vw;
    bottom: 20%;
    right: 14%;
  }
}
/*# sourceMappingURL=service.css.map */