body {
  background-color: #ffffff;
  color: #313131;
  line-height: 1.5;
}

* {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: 0.1em;
}

.kv {
  background-image: url("./../img/e-series/kv_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 960px 150px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .kv {
    background-size: 100% 200px;
    padding-bottom: 180px;
  }
}
.kv__inner {
  background-color: #EFFBFF;
  display: grid;
  grid-template-areas: "info" "img" "btn";
  grid-template-columns: auto;
  padding: 120px 5% 0;
}
@media screen and (min-width: 960px) {
  .kv__inner {
    grid-template-areas: "info img" "btn img";
    grid-template-columns: auto auto;
    padding: 120px;
  }
}
.kv__inner--info {
  grid-area: info;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .kv__inner--info {
    max-width: none;
    margin: 0;
  }
}
.kv__inner--img {
  grid-area: img;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .kv__inner--img {
    max-width: none;
    padding-top: 30px;
  }
}
.kv__inner--btn {
  grid-area: btn;
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .kv__inner--btn {
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
}
.kv__inner .logo_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 960px) {
  .kv__inner .logo_flex {
    gap: 25px;
  }
}
.kv__inner .logo_flex .logo_wrap {
  height: 35px;
}
@media screen and (min-width: 960px) {
  .kv__inner .logo_flex .logo_wrap {
    height: 42px;
  }
}
.kv__inner .logo_flex .logo_wrap img {
  display: block;
  height: 100%;
}
.kv__inner .catchCopy {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .kv__inner .catchCopy {
    font-size: 42px;
  }
}
.kv__inner .catchCopy span {
  font-size: 160%;
  margin: 0 5px;
}
.kv__inner .catchCopy .logo {
  font-size: 100%;
}
.kv__inner .catchCopy .logo img {
  display: inline-block;
  width: 5em;
}
.kv__inner .tags {
  margin: 30px 0 20px;
  max-width: 380px;
}
@media screen and (min-width: 960px) {
  .kv__inner .tags {
    margin-bottom: 20px;
  }
}
.kv__inner .tags span {
  display: inline-block;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 15px;
  margin-right: 10px;
  margin-bottom: 8px;
}
.kv__inner .tags span.blue {
  background-color: #0096C1;
}
.kv__inner .tags span.red {
  background-color: #B42A68;
}

.worries {
  padding-top: 60px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .worries {
    width: 80%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .worries {
    padding-top: 70px;
  }
}
.worries__q1 {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .worries__q1 {
    font-size: 33px;
  }
}
.worries__q2 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  -webkit-text-decoration: underline #B4EBFE solid;
          text-decoration: underline #B4EBFE solid;
  text-decoration-thickness: 8px;
  text-underline-offset: -3px;
}
@media screen and (min-width: 960px) {
  .worries__q2 {
    font-size: 46px;
    text-decoration-thickness: 20px;
    text-underline-offset: -10px;
  }
}
.worries__body {
  position: relative;
  margin-top: 60px;
  color: #1F476A;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (min-width: 1300px) {
  .worries__body {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
.worries__body--bubble {
  background-image: url("./../img/e-series/bubble.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 12px;
  width: 310px;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1300px) {
  .worries__body--bubble {
    width: 370px;
    height: 125px;
    font-size: 20px;
    padding-bottom: 15px;
    position: absolute;
  }
  .worries__body--bubble.bubble-1 {
    top: 100px;
    left: 0;
  }
  .worries__body--bubble.bubble-2 {
    top: 200px;
    left: -80px;
  }
  .worries__body--bubble.bubble-3 {
    top: 150px;
    right: -50px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .worries__body--bubble.bubble-3 p {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.worries__body--img {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  padding-top: 60px;
}
@media screen and (min-width: 1300px) {
  .worries__body--img {
    max-width: 350px;
    padding-top: 200px;
  }
}
.worries__body--img img {
  width: 100%;
}

.suggestion {
  position: relative;
  background-image: url("./../img/e-series/hexagon_sp.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .suggestion {
    background-image: url("./../img/e-series/hexagon.svg");
  }
}
.suggestion::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #64C2E2;
  z-index: -1;
}
.suggestion.mid {
  background-image: none;
  overflow: hidden;
}
.suggestion.mid::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./../img/e-series/hexagon_sp.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  z-index: -1;
  margin-top: 165px;
}
@media screen and (min-width: 960px) {
  .suggestion.mid::after {
    background-image: url("./../img/e-series/hexagon_2.svg");
    margin-top: 60px;
  }
}
.suggestion.mid::before {
  background-color: #F2F7F8;
  z-index: -2;
}
.suggestion__inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  color: #ffffff;
  max-width: 1200px;
}
@media screen and (min-width: 960px) {
  .suggestion__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 0 130px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.suggestion__inner.mid {
  color: #313131;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--img {
    width: 48%;
  }
}
.suggestion__inner--img img {
  width: 100%;
  margin: 0 auto 60px;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--img img {
    max-width: none;
    margin-bottom: 0;
  }
}
.suggestion__inner--img img.--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--img img.--pc {
    display: block;
  }
}
.suggestion__inner--img img.--sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--img img.--sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .suggestion__inner--body {
    width: 48%;
  }
}
.suggestion__inner--body .--sp {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--body .--sp {
    display: none;
  }
}
.suggestion__inner--text {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--text {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.suggestion__inner--text.mid {
  font-size: 23px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--text.mid {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.suggestion__inner--text.mid .large {
  font-size: 32px;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--text.mid .large {
    font-size: 56px;
  }
}
.suggestion__inner--catch {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--catch {
    font-size: 37px;
    margin-bottom: 35px;
  }
}
.suggestion__inner--content {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .suggestion__inner--content {
    font-size: 16px;
  }
}

.eSeries_can {
  background-color: #F2F7F8;
  padding: 40px 0 25px;
}
@media screen and (min-width: 960px) {
  .eSeries_can {
    padding: 125px 0 70px;
  }
}
.eSeries_can__inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .eSeries_can__inner {
    width: 85%;
  }
}
.eSeries_can__inner h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .eSeries_can__inner h2 {
    font-size: 33px;
  }
}
.eSeries_can__inner h2 img {
  height: 50px;
  margin-right: 12px;
}
@media screen and (min-width: 960px) {
  .eSeries_can__inner h2 img {
    height: 80px;
    margin-right: 20px;
  }
}
.eSeries_can__inner h2.--e_stand {
  color: #0096C1;
}
.eSeries_can__inner h2.--e_sense {
  color: #B42A68;
}
.eSeries_can__inner h2.--e_sense span {
  display: inline-block;
}
.eSeries_can__about {
  font-size: 14px;
  font-weight: 500;
  margin: 40px auto;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .eSeries_can__about {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.eSeries_can__about br {
  display: none;
}
@media screen and (min-width: 768px) {
  .eSeries_can__about br {
    display: block;
  }
}
.eSeries_can__box {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  border-radius: 24px;
  position: relative;
  background-color: #ffffff;
  padding: 45px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
}
@media screen and (min-width: 960px) {
  .eSeries_can__box {
    padding: 60px 50px 65px;
  }
}
@media screen and (min-width: 1300px) {
  .eSeries_can__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.eSeries_can__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .eSeries_can__box::before {
    width: 15px;
    height: 100%;
  }
}
.eSeries_can__box.--e_stand::before {
  background-color: #0096C1;
}
.eSeries_can__box.--e_sense::before {
  background-color: #B42A68;
}
.eSeries_can__box--body {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .eSeries_can__box--body {
    width: 52%;
  }
}
.eSeries_can__box--item {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .eSeries_can__box--item {
    width: 45%;
  }
}
.eSeries_can__box--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .eSeries_can__box--title {
    font-size: 22px;
  }
}
.eSeries_can__box--title.--e_stand {
  color: #0096C1;
}
.eSeries_can__box--title.--e_sense {
  color: #B42A68;
}
.eSeries_can__box--title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .eSeries_can__box--title br {
    display: block;
  }
}
.eSeries_can__box--content {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .eSeries_can__box--content {
    font-size: 16px;
  }
}
.eSeries_can__box--tags {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .eSeries_can__box--tags {
    margin-top: 35px;
  }
}
.eSeries_can__box--tags input {
  display: none;
}
.eSeries_can__box--tags input:checked + label.--e_stand {
  background-color: #0096C1;
}
.eSeries_can__box--tags input:checked + label.--e_sense {
  background-color: #B42A68;
}
.eSeries_can__box--tags label {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  margin-right: 14px;
  background-color: #B5B5B5;
  cursor: pointer;
  color: #ffffff;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .eSeries_can__box--tags label {
    margin-top: 20px;
    font-size: 14px;
  }
  .eSeries_can__box--tags label:hover {
    background-color: #888888;
  }
}
.eSeries_can__box--target {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  display: none;
}
@media screen and (min-width: 1300px) {
  .eSeries_can__box--target {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.eSeries_can__box--target.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.eSeries_can__box--target img {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 1300px) {
  .eSeries_can__box--target img {
    max-width: none;
  }
}
.eSeries_can__box--text {
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .eSeries_can__box--text {
    font-size: 16px;
  }
}
.eSeries_can__box--text.--e_stand {
  background-color: #0096C138;
}
.eSeries_can__box--text.--e_sense {
  background-color: #B42A6838;
}

.eSeries_feature {
  background-color: #F2F7F8;
  padding: 40px 0 25px;
}
@media screen and (min-width: 960px) {
  .eSeries_feature {
    padding: 125px 0 70px;
  }
}
.eSeries_feature__inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__inner {
    width: 85%;
  }
}
.eSeries_feature__inner h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__inner h2 {
    font-size: 33px;
  }
}
.eSeries_feature__inner h2 img {
  height: 50px;
  margin-right: 12px;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__inner h2 img {
    height: 80px;
    margin-right: 20px;
  }
}
.eSeries_feature__inner h2.--e_stand {
  color: #0096C1;
}
.eSeries_feature__inner h2.--e_sense {
  color: #B42A68;
}
.eSeries_feature__inner h2.--e_sense span {
  display: inline-block;
}
.eSeries_feature__about {
  font-size: 14px;
  font-weight: 500;
  margin: 40px auto;
  width: 95%;
  max-width: 900px;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__about {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.eSeries_feature__box {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1300px;
  border-radius: 24px;
  position: relative;
  background-color: #ffffff;
  padding: 45px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.eSeries_feature__box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__box {
    padding: 60px 50px 65px;
  }
}
@media screen and (min-width: 1300px) {
  .eSeries_feature__box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.eSeries_feature__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__box::before {
    width: 15px;
    height: 100%;
  }
}
.eSeries_feature__box.--e_stand::before {
  background-color: #0096C1;
}
.eSeries_feature__box.--e_sense::before {
  background-color: #B42A68;
}
.eSeries_feature__box--body {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .eSeries_feature__box--body {
    width: 45%;
  }
}
.eSeries_feature__box--item {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .eSeries_feature__box--item {
    width: 50%;
  }
}
.eSeries_feature__box--item .--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__box--item .--pc {
    display: block;
  }
}
.eSeries_feature__box--item .--sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__box--item .--sp {
    display: none;
  }
}
.eSeries_feature__box--item img.--sp {
  margin: 0 auto;
}
.eSeries_feature__box--title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__box--title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.eSeries_feature__box--title.--e_stand {
  color: #0096C1;
}
.eSeries_feature__box--title.--e_sense {
  color: #B42A68;
}
.eSeries_feature__box--content {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .eSeries_feature__box--content {
    font-size: 16px;
  }
}

.price {
  padding: 40px 0 45px;
}
@media screen and (min-width: 960px) {
  .price {
    padding: 60px 0 80px;
  }
}
.price__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price__inner {
    width: 80%;
  }
}
.price__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .price__tag {
    display: none;
  }
}
.price__tag div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 15px;
  background-color: #E2E2E2;
  border-radius: 4px;
  border: 3px #A5A5A5 solid;
}
.price__tag div img {
  display: block;
  width: 110px;
}
.price__tag #price__e-stand.active {
  background-color: #ffffff;
  border-color: #0096C1;
}
.price__tag #price__e-sense.active {
  background-color: #ffffff;
  border-color: #B42A68;
}
.price__body {
  display: none;
  padding: 25px 0 40px;
}
@media screen and (min-width: 960px) {
  .price__body {
    display: block;
    padding: 50px 0 0;
  }
}
.price__body.active {
  display: block;
}
.price__body img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .price__body img {
    margin-left: 0;
    width: auto;
  }
}
.price__body .e-series {
  margin-bottom: 50px;
}
.price__body .e-series.e-sense {
  color: #B42A68;
}
@media screen and (min-width: 960px) {
  .price__body .e-series.e-sense {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 20px;
    font-weight: 700;
    gap: 0.5em;
  }
  .price__body .e-series.e-sense img {
    margin-right: 0;
  }
}
.price__body .--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .price__body .--pc {
    display: block;
  }
}
.price__body .--sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .price__body .--sp {
    display: none;
  }
}
.price__content {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .price__content {
    font-size: 20px;
    margin-top: 40px;
  }
}
.price__content br {
  display: none;
}
@media screen and (min-width: 960px) {
  .price__content br {
    display: block;
  }
}
.price__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 960px) {
  .price__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}

.flow {
  padding: 60px 0 25px;
  background-color: #F2F7F8;
}
@media screen and (min-width: 960px) {
  .flow {
    padding: 90px 0 90px;
  }
}
.flow__inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    width: 80%;
  }
}
.flow__inner h2 {
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .flow__inner h2 {
    width: 100%;
  }
}
.flow__slider {
  margin: 30px auto 0;
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .flow__slider {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1300px) {
  .flow__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.flow__slider--slide {
  padding: 30px 20px 45px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
}
@media screen and (min-width: 1300px) {
  .flow__slider--slide {
    background-color: transparent;
    width: 25%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.flow__slider--slide .num {
  display: block;
  color: #0096C1;
  font-size: 26px;
  font-weight: 700;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .flow__slider--slide .num {
    font-size: 33px;
  }
}
.flow__slider--slide img {
  display: block;
  width: auto;
  height: 100px;
  margin: 10px auto 0;
}
.flow__slider--slide h3 {
  margin: 20px auto 10px;
  font-size: 18px;
  color: #0096C1;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .flow__slider--slide h3 {
    font-size: 20px;
  }
}
.flow__slider--slide p {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .flow__slider--slide p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .flow__slider--card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px 16px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
            box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
  }
}
.flow__slider--btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 1300px) {
  .flow__slider--btns {
    display: none;
  }
}
.flow__slider--btns span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0096C1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.flow__slider--btns span::before {
  content: "";
  display: block;
  width: 25px;
  height: 12px;
  background-image: url("./../img/e-series/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.flow__slider--btns span:last-child::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.scene {
  padding: 25px 0 25px;
  background-color: #F2F7F8;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .scene {
    padding: 90px 0 50px;
  }
}
.scene__inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .scene__inner {
    width: 80%;
  }
}
.scene__inner h2 {
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .scene__inner h2 {
    width: 100%;
  }
}
.scene__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .scene__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.scene__slider {
  margin: 30px auto 0;
  padding: 10px 0;
  overflow: visible !important;
}
@media screen and (min-width: 960px) {
  .scene__slider {
    margin-top: 50px;
  }
}
.scene__slider--slide {
  padding: 40px 20px 30px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
}
@media screen and (min-width: 960px) {
  .scene__slider--slide {
    padding: 60px 60px 40px;
    display: grid;
    grid-template-areas: "title img" "info img" "link link";
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 55% 40%;
    grid-template-rows: auto -webkit-max-content auto;
    grid-template-rows: auto max-content auto;
  }
}
.scene__slider--title {
  font-size: 18px;
  font-weight: 700;
  color: #0096C1;
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .scene__slider--title {
    font-size: 22px;
    grid-area: title;
    margin-bottom: 20px;
  }
}
.scene__slider--img {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .scene__slider--img {
    grid-area: img;
    margin-bottom: 0;
  }
}
.scene__slider--img img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .scene__slider--content {
    grid-area: info;
  }
}
.scene__slider--info {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .scene__slider--info {
    font-size: 16px;
  }
}
.scene__slider--tags {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .scene__slider--tags {
    margin-top: 30px;
  }
}
.scene__slider--tags span {
  min-height: 30px;
  border-radius: 16px;
  color: #ffffff;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}
.scene__slider--tags span.blue {
  background-color: #0096C1;
  border-color: #0096C1;
}
.scene__slider--tags span.red {
  background-color: #B42A68;
  border-color: #B42A68;
}
.scene__slider--tags span.green {
  color: #33B42A;
  border-color: #33B42A;
}
.scene__slider--tags span.orange {
  color: #F39537;
  border-color: #F39537;
}
@media screen and (min-width: 960px) {
  .scene__slider--link {
    grid-area: link;
  }
}
.scene__slider--link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0096C1;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .scene__slider--link a {
    margin-top: 0;
  }
  .scene__slider--link a:hover {
    opacity: 0.7;
  }
  .scene__slider--link a:hover span {
    width: 22px;
    height: 22px;
  }
}
.scene__slider--link a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #0096C1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
}
.scene__slider--link a span::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url("./../img/e-series/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.scene__slider--btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .scene__slider--btns {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-top: -50px;
  }
}
.scene__slider--btns span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0096C1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.scene__slider--btns span::before {
  content: "";
  display: block;
  width: 25px;
  height: 12px;
  background-image: url("./../img/e-series/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.scene__slider--btns span:last-child::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq {
  padding: 0 0 45px;
  background-color: #F2F7F8;
}
@media screen and (min-width: 960px) {
  .faq {
    padding-bottom: 100px;
  }
}
.faq__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    width: 80%;
  }
}
.faq__content {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .faq__content {
    margin: 75px auto 0;
    width: 90%;
  }
}
.faq__content--q {
  padding-left: 30px;
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .faq__content--q {
    padding-left: 50px;
    margin-top: 35px;
  }
}
.faq__content--q::before {
  content: "Q";
  display: block;
  color: #0096C1;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .faq__content--q::before {
    font-size: 26px;
  }
}
.faq__content--q > div {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px;
  padding-right: 50px;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .faq__content--q > div {
    padding: 25px;
    padding-right: 60px;
  }
}
.faq__content--q > div::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #0096C1;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.faq__content--q > div::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #0096C1;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.faq__content--q.active > div::after {
  height: 0;
}
.faq__content--a {
  padding-left: 30px;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .faq__content--a {
    padding-left: 80px;
  }
}
.faq__content--a > div {
  padding: 10px;
  padding-right: 50px;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .faq__content--a > div {
    padding: 25px;
    padding-right: 60px;
  }
}
.faq__content--a > div::before {
  content: "A";
  display: block;
  color: #B42A68;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .faq__content--a > div::before {
    font-size: 26px;
  }
}

.bottom-link {
  padding-bottom: 50px;
  background-color: #F2F7F8;
}
@media screen and (min-width: 960px) {
  .bottom-link {
    padding-bottom: 150px;
  }
}
.bottom-link__text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .bottom-link__text {
    font-size: 34px;
    margin-bottom: 60px;
  }
}
.bottom-link__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .bottom-link__btn {
    gap: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact-btn {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px #ffffff solid;
  line-height: 60px;
  background-color: #0DA2D4;
  color: #ffffff;
  -webkit-box-shadow: inset #ffffff 0 4px 12px, rgba(13, 162, 212, 0.3019607843) 0 3px 6px;
          box-shadow: inset #ffffff 0 4px 12px, rgba(13, 162, 212, 0.3019607843) 0 3px 6px;
  text-align: center;
  z-index: 0;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .contact-btn {
    width: 350px;
    height: 64px;
    border-radius: 32px;
    line-height: 64px;
    font-size: 18px;
  }
  .contact-btn:hover {
    color: #ffffff;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.contact-btn::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 26px;
  border: 1px #ffffff solid;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .contact-btn::after {
    border-radius: 28px;
  }
}
.contact-btn.dl {
  background-color: #DD5692;
}
.contact-btn.revert {
  background-color: #ffffff;
  color: #0DA2D4;
  border: 2px #0DA2D4 solid;
}
.contact-btn.revert::after {
  border-color: #0DA2D4;
}
#e-sense {
  margin-top: -100px;
  padding-top: 100px;
}

.eSeries_service {
  background-color: #F2F7F8;
  padding: 40px 0 25px;
}
@media screen and (min-width: 960px) {
  .eSeries_service {
    padding: 125px 0 70px;
  }
}
.eSeries_service__inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .eSeries_service__inner {
    width: 85%;
  }
}
.eSeries_service__inner h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .eSeries_service__inner h2 {
    font-size: 33px;
  }
}
.eSeries_service__inner h2 img {
  height: 50px;
  margin-right: 12px;
}
@media screen and (min-width: 960px) {
  .eSeries_service__inner h2 img {
    height: 80px;
    margin-right: 20px;
  }
}
.eSeries_service__inner h2.--e_stand {
  color: #0096C1;
}
.eSeries_service__inner h2.--e_sense {
  color: #B42A68;
}
.eSeries_service__inner h2.--e_sense span {
  display: inline-block;
}
.eSeries_service__about {
  font-size: 18px;
  font-weight: 500;
  margin: 50px auto 0;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .eSeries_service__about {
    text-align: center;
    font-size: 22px;
  }
}
.eSeries_service__tags {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 50px;
}
@media screen and (min-width: 960px) {
  .eSeries_service__tags {
    padding: 50px 0;
  }
}
.eSeries_service__tags--item {
  padding: 20px 15px;
  background-color: #ffffff;
  max-width: 250px;
  border-radius: 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
  cursor: pointer;
}
.eSeries_service__tags--item.active.--e_stand {
  background-color: #0096C126;
}
.eSeries_service__tags--item.active.--e_sense {
  background-color: #B42A6826;
}
.eSeries_service__tags--title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .eSeries_service__tags--title {
    font-size: 20px;
  }
}
.eSeries_service__tags--title.--e_stand {
  color: #0096C1;
  border-bottom-color: #0096C1;
}
.eSeries_service__tags--title.--e_sense {
  color: #B42A68;
  border-bottom-color: #B42A68;
}
.eSeries_service__tags--about {
  font-size: 14px;
}
.eSeries_service__box {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  border-radius: 24px;
  position: relative;
  background-color: #ffffff;
  padding: 45px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
}
@media screen and (min-width: 960px) {
  .eSeries_service__box {
    padding: 60px 50px 65px;
  }
}
@media screen and (min-width: 1300px) {
  .eSeries_service__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.eSeries_service__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .eSeries_service__box::before {
    width: 15px;
    height: 100%;
  }
}
.eSeries_service__box.--e_stand::before {
  background-color: #0096C1;
}
.eSeries_service__box.--e_sense::before {
  background-color: #B42A68;
}
.eSeries_service__box--body {
  width: 100%;
  display: none;
}
.eSeries_service__box--body.active {
  display: block;
}
.eSeries_service__box--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .eSeries_service__box--title {
    font-size: 22px;
  }
}
.eSeries_service__box--title.--e_stand {
  color: #0096C1;
}
.eSeries_service__box--title.--e_sense {
  color: #B42A68;
}
.eSeries_service__box--flex {
  display: block;
  margin: 20px auto 0;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .eSeries_service__box--flex {
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
@media screen and (min-width: 960px) {
  .eSeries_service__box--flex > * {
    width: 50%;
  }
}
.eSeries_service__item--title {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .eSeries_service__item--title {
    margin-top: 0;
  }
}
.eSeries_service__item--title.--e_stand {
  color: #0096C1;
}
.eSeries_service__item--title.--e_sense {
  color: #B42A68;
}
.eSeries_service__item--img img {
  width: 100%;
}
.eSeries_service__item--content {
  padding: 15px;
  margin-top: 20px;
  font-size: 14px;
}
.eSeries_service__item--content.--e_stand {
  background-color: #0096C138;
}
.eSeries_service__item--content.--e_Sense {
  background-color: #B42A6838;
}


.trace-input {
  display: none;
}
.trace-input:checked + .trace {
  display: none;
}

.trace {
  position: fixed;
  bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px #0279C2 solid;
  z-index: 10000;
  max-width: calc(100% - 100px);
  right: 70px;
}
@media screen and (min-width: 768px) {
  .trace {
    right: 100px;
    max-width: calc(100% - 120px);
  }
}
.trace__close {
  position: absolute;
  color: #0096C1;
  display: block;
  padding: 15px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}
.trace__close::before, .trace__close::after {
  content: "";
  display: block;
  width: 50%;
  border-top: 2px #0096C1 solid;
  position: absolute;
  top: 50%;
  left: 50%;
}
.trace__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.trace__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.trace__label {
  background-color: #0279C2;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .trace__label {
    padding: 8px 20px;
  }
}
.trace__label span {
  display: inline-block;
}
.trace__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-bottom: 10px;
}
.trace__content .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  padding: 7px 0 20px;
  position: relative;
}
.trace__content .link .icon {
  aspect-ratio: 1/1;
  width: 60px;
  background-color: rgba(2, 121, 194, 0.18);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .trace__content .link .icon {
    width: 70px;
  }
}
.trace__content .link .icon::before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background-color: #0279C2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.trace__content .link .icon.--mail::before {
  -webkit-mask-image: url("./../img/icon/icon-mail.svg");
          mask-image: url("./../img/icon/icon-mail.svg");
}
.trace__content .link .icon.--estimate::before {
  -webkit-mask-image: url("./../img/icon/icon-estimate.svg");
          mask-image: url("./../img/icon/icon-estimate.svg");
}
.trace__content .link .icon.--download::before {
  -webkit-mask-image: url("./../img/icon/icon-download.svg");
          mask-image: url("./../img/icon/icon-download.svg");
}
.trace__content .link .text {
  padding: 0 1.2em 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #0279C2;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.trace__content .link .text::before, .trace__content .link .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
}
.trace__content .link .text::before {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #0279C2;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.trace__content .link .text::after {
  border-left: 3px #fff solid;
  border-top: 2.5px transparent solid;
  border-bottom: 2.5px transparent solid;
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}