/*************************************************

ems-lead

*************************************************/
.ems-lead {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(1360px, 100% - 20px);
  height: 600px;
  margin: 0 auto 80px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .ems-lead {
    height: auto;
    margin-bottom: 60px;
    padding: 40px 0 230px;
  }
}

.ems-lead-letters {
  position: relative;
  padding: 90px 80px 0;
  color: #3084AC;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ems-lead-letters {
    padding: 0 20px;
    color: #fff;
  }
}
.ems-lead-letters .parts-texts20 {
  font-weight: 500;
}
.ems-lead-letters .parts-texts16 {
  max-width: 500px;
}

.ems-lead-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ems-lead-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.ems-lead-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 30px;
}

.ems-lead-btns__el {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .ems-lead-btns__el {
    width: 100%;
  }
}
.ems-lead-btns__el .parts-btn01 {
  margin: 0 auto;
}

.ems-lead-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ems-lead-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  width: 100%;
  height: 100%;
}

/*************************************************

ems-necessity

*************************************************/
.ems-necessity {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ems-necessity {
    margin-bottom: 60px;
  }
}

/* ems-necessity-icons
---------------------------------------*/
.ems-necessity-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .ems-necessity-icons {
    gap: 20px;
  }
}

.ems-necessity-icons__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  padding: 24px 24px 32px;
  background-color: #fff;
  border: #ECECEC solid 1px;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ems-necessity-icons__item {
    width: 100%;
    padding: 20px 16px 22px;
  }
}
.ems-necessity-icons__item .in-text {
  margin-bottom: 16px;
  color: #3084AC;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .ems-necessity-icons__item .in-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ems-necessity-icons__item .in-text {
    margin-bottom: 13px;
    font-size: 16px;
  }
}
.ems-necessity-icons__item .in-text span {
  display: inline-block;
}

/*************************************************

ems-series

*************************************************/
.ems-series {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ems-series {
    margin-top: 50px;
  }
}

.ems-series-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ems-series-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.ems-series-lead__left {
  width: 48.3333333333%;
}
@media screen and (max-width: 767px) {
  .ems-series-lead__left {
    width: 100%;
  }
}
.ems-series-lead__left .parts-dotstitle {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ems-series-lead__left .parts-dotstitle {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.ems-series-lead__right {
  width: 48.3333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ems-series-lead__right {
    width: 100%;
  }
}

.ems-series-lead__label {
  display: table;
  margin-bottom: 10px;
  padding: 4px 8px;
  color: #fff;
  font-weight: 700;
  background-color: #3084AC;
  border-radius: 0 8px 0 8px;
}

/* ems-series-icons
---------------------------------------*/
.ems-series-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 120px;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .ems-series-icons {
    gap: 20px;
    margin-bottom: 60px;
  }
}

.ems-series-icons__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(33.3333333333% - 26.6666666667px);
  padding: 24px;
  background-color: #fff;
  border: #ECECEC solid 1px;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
}
@media screen and (max-width: 767px) {
  .ems-series-icons__item {
    width: 100%;
    padding: 16px;
  }
}
.ems-series-icons__item .in-icon {
  width: 80px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ems-series-icons__item .in-icon {
    width: 50px;
  }
}
.ems-series-icons__item .in-text {
  width: calc(100% - 95px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ems-series-icons__item .in-text {
    width: calc(100% - 65px);
  }
}

/* ems-series-ancbtns
---------------------------------------*/
.ems-series-ancbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .ems-series-ancbtns {
    gap: 10px;
  }
}
.ems-series-ancbtns .parts-btn01 {
  width: auto;
  padding: 10px 24px;
}
.ems-series-ancbtns .parts-btn01__text::before {
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .ems-series-ancbtns__item {
    width: 100%;
  }
}

/* ems-series-block
---------------------------------------*/
.ems-series-block {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ems-series-block {
    margin-top: 60px;
  }
}

.ems-series-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ems-series-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .is-rev .ems-series-block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.ems-series-block__letters {
  position: relative;
  width: 48.3333333333%;
  padding-bottom: 90px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ems-series-block__letters {
    width: 100%;
    padding-bottom: 60px;
  }
}
.ems-series-block__letters > * {
  position: relative;
  z-index: 3;
}

.ems-series-block__img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  width: 48.3333333333%;
  padding-bottom: 24px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ems-series-block__img {
    width: 100%;
    padding-bottom: 14px;
  }
}

.ems-series-block__num {
  font-size: 80px;
  font-weight: 700;
  color: #3084AC;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ems-series-block__num {
    margin-bottom: 4px;
    font-size: 55px;
  }
}

.ems-series-block__en {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #EEF8FD;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ems-series-block__en {
    bottom: -8px;
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .ems-series-block__text {
    line-height: 1.75;
  }
}

.ems-series-block__img-el {
  position: relative;
}
.ems-series-block__img-el::before {
  position: absolute;
  top: 24px;
  left: 60px;
  display: block;
  content: "";
  width: 9999px;
  height: 100%;
  background-color: #F1F1F1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ems-series-block__img-el::before {
    top: 14px;
    left: 20px;
  }
}
.is-rev .ems-series-block__img-el::before {
  left: auto;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .is-rev .ems-series-block__img-el::before {
    right: 20px;
  }
}
.ems-series-block__img-el img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}

/*************************************************

ems-results

*************************************************/
.ems-results-radlabel {
  display: table;
  margin-bottom: 5px;
  padding: 4px 8px;
  color: #3084AC;
  font-weight: 700;
  background-color: #fff;
  border-radius: 0 8px 0 8px;
}

/* ems-results-labels
---------------------------------------*/
.ems-results-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .ems-results-labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.ems-results-labels__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333333333% - 26.6666666667px);
  padding-bottom: 25px;
  background-color: #fff;
  border-radius: 4px;
  border: #fff solid 1px;
}
@media screen and (max-width: 767px) {
  .ems-results-labels__box {
    width: 100%;
    padding-bottom: 20px;
  }
}
.ems-results-labels__box .in-label {
  display: table;
  margin: 0 auto;
  padding: 12px 24px;
  background-color: #3084AC;
  border-radius: 0 0 4px 4px;
  text-align: center;
  line-height: 1.3;
}
.ems-results-labels__box .in-text {
  margin-top: 20px;
  color: #3084AC;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ems-results-labels__box .in-text {
    margin-top: 10px;
    font-size: 20px;
  }
}
.ems-results-labels__box .in-text strong {
  font-size: 2.91em;
}

/*************************************************

ems-compatibility

*************************************************/
.ems-compatibility {
  padding: 80px 0 10px;
  background-color: #ECECEC;
}
@media screen and (max-width: 767px) {
  .ems-compatibility {
    padding-top: 50px;
  }
}

.ems-compatibility-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .ems-compatibility-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.ems-compatibility-icons__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 20px);
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
}
@media screen and (max-width: 767px) {
  .ems-compatibility-icons__box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ems-compatibility-icons__box .in-icon {
  width: 160px;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ems-compatibility-icons__box .in-icon {
    width: 70%;
    margin: 0 auto 20px;
  }
}
.ems-compatibility-icons__box .in-letters {
  width: calc(100% - 160px - 24px);
  color: #3084AC;
}
@media screen and (max-width: 767px) {
  .ems-compatibility-icons__box .in-letters {
    width: 100%;
  }
}
.ems-compatibility-icons__box .in-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 16px;
}
.ems-compatibility-icons__box .in-tags__el {
  padding: 3px 8px;
  font-size: 14px;
  background-color: #ECECEC;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .ems-compatibility-icons__box .in-tags__el {
    font-size: 12px;
  }
}

/*************************************************

ems-problem

*************************************************/
.ems-problem {
  margin-top: 0;
}
.ems-problem::before {
  background-color: #ECECEC;
}

.ems-problem-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .ems-problem-imgs {
    gap: 16px;
  }
}

.ems-problem-imgs__item {
  width: calc(33.3333333333% - 26.6666666667px);
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ems-problem-imgs__item {
    width: calc(50% - 8px);
  }
}
.ems-problem-imgs__item img {
  border-radius: 4px;
}

/*************************************************

ems-flow

*************************************************/
.ems-flow {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .ems-flow {
    margin: 50px auto;
  }
}

.ems-flow-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(770px, 100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ems-flow-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.ems-flow-flex__left {
  width: 44.1558441558%;
}
@media screen and (max-width: 767px) {
  .ems-flow-flex__left {
    width: 100%;
  }
}

.ems-flow-flex__right {
  width: 50.6493506494%;
}
@media screen and (max-width: 767px) {
  .ems-flow-flex__right {
    width: 100%;
  }
}

.ems-flow-numlist__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ems-flow-numlist__item {
    padding-bottom: 30px;
  }
}
.ems-flow-numlist__item::before {
  position: absolute;
  top: 2px;
  left: 38px;
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #3084AC;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ems-flow-numlist__item::before {
    left: 25px;
  }
}
.ems-flow-numlist__item:last-child {
  padding-bottom: 0;
}
.ems-flow-numlist__item:last-child::before {
  display: none;
}
.ems-flow-numlist__item .in-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-color: #3084AC;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ems-flow-numlist__item .in-num {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }
}
.ems-flow-numlist__item .in-tesxt {
  -ms-flex-item-align: center;
      align-self: center;
  width: calc(100% - 80px - 15px);
  color: #3084AC;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ems-flow-numlist__item .in-tesxt {
    width: calc(100% - 54px - 15px);
  }
}

.ems-flow-preparation {
  padding: 40px 48px 48px;
  background-color: #F1F1F1;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .ems-flow-preparation {
    padding: 20px 18px 28px;
  }
}

.ems-flow-preparation__title {
  font-weight: 700;
  text-align: center;
}

.ems-flow-preparation__list {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .ems-flow-preparation__list {
    margin-top: 20px;
    padding: 20px;
  }
}

.ems-flow-preparation__list-item {
  position: relative;
  padding: 0 0 10px 32px;
  border-bottom: #ECECEC solid 1px;
}
.ems-flow-preparation__list-item + .ems-flow-preparation__list-item {
  margin-top: 20px;
}
.ems-flow-preparation__list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/icon_check02.svg) no-repeat center center/16px auto;
}