.l-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .l-section {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .l-section {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

.l-section__inner {
  width: 94%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .l-section__inner {
    width: 92%;
  }
}

.l-section__inner--1100 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .l-section__inner--1100 {
    width: 85.9375vw;
  }
}
@media screen and (max-width: 750px) {
  .l-section__inner--1100 {
    width: 90%;
  }
}

.l-sectionc__head {
  width: 88%;
}

.l-section__body {
  width: 92%;
}

.c-title {
  color: #002174;
  text-align: center;
}
.c-title span {
  font-size: 40px;
  font-weight: 700;
  vertical-align: bottom;
}
@media screen and (max-width: 1280px) {
  .c-title span {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  .c-title span {
    font-size: 5.6vw;
  }
}
.c-title .c-title__line {
  background: linear-gradient(transparent 77%, #ffe400 77%);
}

.c-title--sub {
  color: #002174;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .c-title--sub {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .c-title--sub {
    font-size: 4.2666666667vw;
  }
}

.c-title--sub2 {
  color: #0068d2;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .c-title--sub2 {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .c-title--sub2 {
    font-size: 4.2666666667vw;
  }
}

.c-text {
  color: #222;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-text {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 750px) {
  .c-text {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}

.c-text.c-text--left {
  text-align: left;
}

.c-text.c-text--strong {
  color: #002174;
}
.c-text.c-text--strong > span {
  font-weight: 700;
}

.c-text.c-text--strong2 {
  color: #0068d2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-text.c-text--strong2 {
    text-align: center;
  }
}
.c-text.c-text--strong2 > span {
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  .c-text.c-text--strong2 > span {
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 750px) {
  .c-text.c-text--strong2 > span {
    font-size: 4.5333333333vw;
  }
}

.c-note {
  color: #222;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .c-note {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .c-note {
    font-size: 2.6666666667vw;
  }
}

.c-note.c-note--right {
  text-align: right;
}

.c-sholder {
  color: #002174;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .c-sholder {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 750px) {
  .c-sholder {
    font-size: 4.8vw;
  }
}

.c-catch {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-catch__icon {
  width: 75px;
}
@media screen and (max-width: 1280px) {
  .c-catch__icon {
    width: 5.859375vw;
  }
}
@media screen and (max-width: 750px) {
  .c-catch__icon {
    width: 11.3333333333vw;
  }
}

.c-catch__text {
  margin-top: 5px;
  color: #f53f00;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .c-catch__text {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .c-catch__text {
    font-size: 3.7333333333vw;
  }
}

.c-catch__num {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #f53f00;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  transform: translateY(-0.1em);
}
@media screen and (max-width: 1280px) {
  .c-catch__num {
    width: 1.875vw;
    height: 1.875vw;
    font-size: 1.5625vw;
    line-height: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  .c-catch__num {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    font-size: 3.2vw;
    line-height: 3.7333333333vw;
  }
}

.c-tag {
  display: inline-block;
  padding: 0em 1.5em 0.2em;
  background-color: #002174;
  border-radius: 2em;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .c-tag {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 750px) {
  .c-tag {
    font-size: 3.2vw;
  }
}
.c-tag > span {
  font-size: 1.4em;
}

.c-tag__caption {
  display: inline-block;
  margin-left: 1em;
  color: #0068d2;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .c-tag__caption {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 750px) {
  .c-tag__caption {
    font-size: 4.2666666667vw;
  }
}

.c-btn {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  background-color: #84d100;
  border-radius: 5px;
  box-shadow: 0px 6px 0px #68a400;
  padding: 20px 22px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 750px) {
  .c-btn {
    width: 300px;
    padding: 12px 14px;
    font-size: 14px;
  }
}
.c-btn:hover, .c-btn:active {
  transform: translateY(6px);
  box-shadow: 0px 0px 0px #68a400;
  filter: brightness(1.1);
}

.c-btn.c-btn--accent2 {
  background-color: #ff8a00;
  box-shadow: 0px 6px 0px #ed7500;
}
.c-btn.c-btn--accent2:hover, .c-btn.c-btn--accent2:active {
  box-shadow: 0px 0px 0px #ed7500;
}

.c-btn.c-btn--col2 {
  width: 300px;
  padding: 4px 20px;
}
@media screen and (max-width: 750px) {
  .c-btn.c-btn--col2 {
    padding: 12px 12px;
  }
}

.c-btn.c-btn--long {
  width: 500px;
}
@media screen and (max-width: 750px) {
  .c-btn.c-btn--long {
    width: 300px;
  }
}

.c-btn.c-btn--long.c-btn--indention {
  padding: 4px 22px;
}
@media screen and (max-width: 750px) {
  .c-btn.c-btn--long.c-btn--indention {
    padding: 12px 12px;
  }
}

.c-btn--xl {
  position: relative;
  display: inline-block;
  width: 550px;
  max-width: 100%;
  background-color: #019e65;
  border-radius: 15px;
  box-shadow: 0px 15px 0px #007f51;
  padding: 46px 100px 46px 35px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 750px) {
  .c-btn--xl {
    width: 320px;
    border-radius: 10px;
    box-shadow: 0 10px 0px #007f51;
    padding: 20px 40px 20px 12px;
    font-size: 18px;
  }
}
.c-btn--xl:hover, .c-btn--xl:active {
  transform: translateY(15px);
  box-shadow: 0px 0px 0px #007f51;
  filter: brightness(1.1);
}
.c-btn--xl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-45%);
  width: 34px;
  height: 34px;
  background-image: url(/kenestation/assets/common/img/btn-xl-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .c-btn--xl::after {
    width: 20px;
    height: 20px;
  }
}

.c-rmark {
  position: relative;
  top: 0.5em;
}

.Balloon {
  transform-origin: 50% 100%;
  will-change: transform;
  background-color: #0068d2;
  padding: 10px 13px 13px;
  border-radius: 14px;
  font-size: 35px;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.Balloon .num {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}

.Balloon .childa {
  font-size: 30px;
  line-height: 1;
  transform: translateY(-12px);
}

.Balloon .small {
  font-size: 24px;
}

.Balloon .big {
  font-size: 45px;
}

.Balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #0068d2;
}

@media screen and (max-width: 1280px) {
  .Balloon {
    padding: 0.78125vw 1.01563vw 1.01563vw;
    border-radius: 1.09375vw;
    font-size: 2.73438vw;
  }
  .Balloon .num {
    font-size: 5.46875vw;
  }
  .Balloon .childa {
    font-size: 2.34375vw;
    transform: translateY(-0.9375vw);
  }
  .Balloon .small {
    font-size: 1.875vw;
  }
  .Balloon .big {
    font-size: 3.51563vw;
  }
  .Balloon:before {
    margin-left: -0.9375vw;
    border: 0.9375vw solid transparent;
    border-top: 0.9375vw solid #0068d2;
  }
}
@media screen and (max-width: 750px) {
  .Balloon {
    padding: 2.66667vw 2vw;
    border-radius: 2.13333vw;
    font-size: 4.26667vw;
  }
  .Balloon .num {
    font-size: 8.66667vw;
  }
  .Balloon .childa {
    font-size: 3.33333vw;
    transform: translateY(-1.6vw);
  }
  .Balloon .small {
    font-size: 3.2vw;
  }
  .Balloon .big {
    font-size: 5.6vw;
  }
  .Balloon:before {
    margin-left: -1.6vw;
    border: 1.6vw solid transparent;
    border-top: 1.6vw solid #0068d2;
  }
}
.sim-mv {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .sim-mv {
    height: 39.0625vw;
  }
}
@media screen and (max-width: 750px) {
  .sim-mv {
    height: 66.6666666667vw;
  }
}
.sim-mv.is-saveair-sim {
  background-image: url("/kenestation/assets/service/saveair/img/sim-mv-dt.png");
}
@media screen and (max-width: 750px) {
  .sim-mv.is-saveair-sim {
    background-image: url("/kenestation/assets/service/saveair/img/sim-mv-mb.png");
  }
}
.sim-mv.is-esco-sim {
  background-image: url("/kenestation/assets/service/esco/img/sim-mv-dt.png?ver20220818");
}
@media screen and (max-width: 750px) {
  .sim-mv.is-esco-sim {
    background-image: url("/kenestation/assets/service/esco/img/sim-mv-mb.png?ver20220818");
  }
}

.sim-mv__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 140px;
}
@media screen and (max-width: 1280px) {
  .sim-mv__inner {
    margin-top: 10.9375vw;
  }
}
@media screen and (max-width: 750px) {
  .sim-mv__inner {
    margin-top: 13.3333333333vw;
  }
}

.sim-mv__logo {
  width: 500px;
}
@media screen and (max-width: 1280px) {
  .sim-mv__logo {
    width: 39.0625vw;
  }
}
@media screen and (max-width: 750px) {
  .sim-mv__logo {
    width: 66.6666666667vw;
  }
}

.sim-mv__title {
  font-size: 60px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 1280px) {
  .sim-mv__title {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 750px) {
  .sim-mv__title {
    font-size: 8vw;
  }
}

.sim {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.sim__panel {
  position: relative;
  background-image: url("/kenestation/assets/service/saveair/img/sim-panel-dt.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .sim__panel {
    padding-top: 6.25vw;
    padding-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 750px) {
  .sim__panel {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    background-image: url("/kenestation/assets/service/saveair/img/sim-panel-mb.png");
  }
}

.sim__panel::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 84px;
  bottom: -84px;
  left: 0;
  background-image: url("/kenestation/assets/service/saveair/img/sim-panel-under-dt.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 750px) {
  .sim__panel::after {
    background-image: url("/kenestation/assets/service/saveair/img/sim-panel-under-mb.png");
  }
}

.sim__contents {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .sim__contents {
    width: 85%;
  }
}

.sim__content {
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .sim__content {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 750px) {
  .sim__content {
    margin-bottom: 8vw;
  }
}

.sim__question {
  color: #002174;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .sim__question {
    font-size: 18px;
  }
}

.sim__note {
  color: #3e3d40;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .sim__note {
    font-size: 14px;
  }
}
.sim__note > a {
  color: #0068d2;
  text-decoration: underline;
}

.sim__checkbox {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.sim__check {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #aed0fe;
  border-radius: 8px;
  padding: 12px 18px 12px 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .sim__check {
    font-size: 14px;
  }
}
.sim__check::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-45%);
  width: 26px;
  height: 20px;
  background-image: url("/kenestation/assets/service/saveair/img/sim-checkbox-off.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sim__check.on {
  border: 4px solid #0068d2;
  padding: 9px 15px 9px 47px;
}
.sim__check.on::before {
  left: 15px;
  background-image: url("/kenestation/assets/service/saveair/img/sim-checkbox-on.png");
}

.sim__items {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -20px;
}

.sim__item {
  padding: 30px 0 0 20px;
  min-width: 220px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .sim__item {
    min-width: 150px;
  }
}
.sim__item.sim__item--sm {
  min-width: 100px;
}
@media screen and (max-width: 750px) {
  .sim__item.sim__item--sm {
    min-width: 80px;
  }
}

.sim__btn {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #aed0fe;
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .sim__btn {
    padding: 12px 6px;
    font-size: 12px;
  }
}
.sim__btn.on {
  border: 4px solid #0068d2;
  padding: 9px 6px;
}

.sim__textarea {
  margin-bottom: 10px;
}
.sim__textarea > span {
  color: #3e3d40;
  font-size: 18px;
  font-weight: 700;
  margin-right: 18px;
}
@media screen and (max-width: 750px) {
  .sim__textarea > span {
    font-size: 12px;
    margin-right: 12px;
  }
}
.sim__textarea > input {
  display: inline-block;
  width: 260px;
  border: 1px solid #aed0fe;
  border-radius: 8px;
  padding: 12px 8px;
  font-size: 18px;
  margin-right: 18px;
}
@media screen and (max-width: 750px) {
  .sim__textarea > input {
    width: 200px;
  }
}
.sim__textarea > input:focus-visible {
  border: 4px solid #0068d2;
  padding: 9px 8px;
}

.sim__cta {
  text-align: center;
}

.answer__result {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  width: 720px;
}
@media screen and (max-width: 1280px) {
  .answer__result {
    padding-top: 4.6875vw;
    width: 56.25vw;
  }
}
@media screen and (max-width: 750px) {
  .answer__result {
    padding-top: 13.3333333333vw;
    width: 92vw;
  }
}

.answer__note {
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .answer__note {
    width: 96%;
    font-size: 12px;
  }
}

.answer__cv {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e3f6ff;
}
@media screen and (max-width: 1280px) {
  .answer__cv {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .answer__cv {
    padding-top: 7.8125vw;
    padding-bottom: 9.375vw;
  }
}

.answer__cta {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.chart {
  position: relative;
  display: flex;
  justify-content: space-around;
}

.chart__border {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #002174;
  transform: scaleX(0);
  z-index: 101;
}

.chart__bar {
  position: relative;
  width: 180px;
  height: 400px;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .chart__bar {
    width: 14.0625vw;
    height: 31.25vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__bar {
    width: 22.6666666667vw;
    height: 61.3333333333vw;
  }
}
.chart__bar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 10px;
  background-image: url("/kenestation/assets/service/esco/img/chart-wave.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 110;
}
@media screen and (max-width: 1280px) {
  .chart__bar::after {
    height: 1.171875vw;
    bottom: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__bar::after {
    height: 2vw;
    bottom: 2vw;
  }
}

.chart__costBar {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #0068d2;
  transform-origin: bottom left;
  z-index: 103;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart__costBar.chart__costBar--before {
  transform: scale(1, 0);
}
.chart__costBar.chart__costBar--after {
  transform: scale(0, 1);
}

.chart__reduceBar {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  border: 3px dashed #f53f00;
  border-bottom: none;
  transform-origin: bottom;
  z-index: 101;
}
@media screen and (max-width: 750px) {
  .chart__reduceBar {
    border-width: 2px;
  }
}

.chart__reduceBracket {
  visibility: hidden;
  position: absolute;
  width: 25px;
  top: -1.5px;
  right: -31px;
  height: 0;
  border: 3px solid #0068d2;
  border-left: none;
}
@media screen and (max-width: 1280px) {
  .chart__reduceBracket {
    width: 1.953125vw;
    right: -2.421875vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__reduceBracket {
    width: 3.7333333333vw;
    right: -4.8vw;
    border-width: 2px;
  }
}

.chart__reduceTag {
  position: absolute;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
  padding: 1em 0.25em;
  border: 5px solid #ffc600;
  border-radius: 5px;
  background-color: #fbf2d5;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.4);
  color: #002174;
  font-size: 14px;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .chart__reduceTag {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__reduceTag {
    padding: 1em 0.1em;
    border-width: 2px;
    font-size: 2.6666666667vw;
  }
}

.chart__flexBar {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  z-index: 102;
}

.chart__maskBar {
  visibility: hidden;
  width: 100%;
  background-color: #0068d2;
  border: 3px solid #0068d2;
  transform-origin: bottom;
  transform: scaleY(0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart__serviceBar {
  visibility: hidden;
  width: 100%;
  background-color: #ef7959;
  border: 3px solid #ef7959;
  transform-origin: bottom;
  transform: scaleY(0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart__meritBar {
  visibility: hidden;
  width: 100%;
  border-bottom: none;
  transform-origin: bottom;
  transform: scaleY(0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart__tag {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: -60px;
  display: inline-block;
  padding: 0.5em;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .chart__tag {
    top: -4.6875vw;
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__tag {
    top: -14.0625vw;
    font-size: 3.2vw;
  }
}
.chart__tag.chart__tag--before {
  background-color: #002174;
}
.chart__tag.chart__tag--after {
  background-color: #f53f00;
}

.chart__label {
  visibility: hidden;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transform: translateY(-20%);
}
@media screen and (max-width: 1280px) {
  .chart__label {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__label {
    font-size: 2.9333333333vw;
    line-height: 1.1;
  }
}

.chart__label--merit {
  color: #f53f00;
}

.chart__arrow {
  visibility: hidden;
  align-self: center;
  width: 100px;
  transform-origin: left;
  transform: scaleX(0);
}
@media screen and (max-width: 1280px) {
  .chart__arrow {
    width: 7.8125vw;
    padding-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__arrow {
    width: 13.3333333333vw;
    padding-bottom: 4vw;
  }
}

.chart__main {
  visibility: hidden;
  position: absolute;
  width: 320px;
  height: 320px;
  top: 0;
  left: 50%;
  border-radius: 50%;
  background-color: #fbf2d5;
  border: 10px solid #ffc600;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  z-index: 110;
}
@media screen and (max-width: 1280px) {
  .chart__main {
    width: 25vw;
    height: 25vw;
    border-width: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__main {
    width: 41.3333333333vw;
    height: 41.3333333333vw;
    border-width: 5px;
  }
}

.chart__co2 {
  visibility: hidden;
  position: relative;
  margin-top: 15px;
  width: 100%;
  border-radius: 10px;
  background-color: #fbf2d5;
  border: 10px solid #ffc600;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.4);
  transform: scale(0);
  z-index: 110;
}
@media screen and (max-width: 1280px) {
  .chart__co2 {
    margin-top: 1.171875vw;
    border-width: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__co2 {
    margin-top: 15px;
    border-width: 5px;
  }
}
.chart__co2::before, .chart__co2::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 83%;
  border: solid transparent;
}
.chart__co2::before {
  border-color: rgba(255, 198, 0, 0);
  border-bottom-color: #ffc600;
  border-width: 34px;
  margin-left: -34px;
}
@media screen and (max-width: 750px) {
  .chart__co2::before {
    border-width: 29px;
    margin-left: -29px;
  }
}
.chart__co2::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fbf2d5;
  border-width: 20px;
  margin-left: -20px;
}

.chart__less {
  width: 100%;
  padding: 1em 0;
  border-radius: 10px;
  background-color: #fff;
  border: 10px solid #0068d2;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.4);
}
@media screen and (max-width: 1280px) {
  .chart__less {
    border-width: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__less {
    border-width: 5px;
  }
}

.chart__co2.chart__co2--less {
  visibility: inherit;
  margin-top: 35px;
  padding: 1em 0;
  transform: scale(1);
}
.chart__co2.chart__co2--less::before, .chart__co2.chart__co2--less::after {
  content: "";
  left: 50%;
}

.chart__text {
  color: #002174;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .chart__text {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__text {
    font-size: 4.2666666667vw;
    line-height: 1.2;
  }
}

.chart__text--line {
  background: linear-gradient(transparent 77%, #f53f00 77%);
}

.chart__text--num {
  font-size: 1.75em;
}

@media screen and (max-width: 750px) {
  .chart__label > .chart__text--num {
    font-size: 1em;
  }
}
.chart__btn {
  visibility: hidden;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 200px;
  max-width: 100%;
  background-color: #84d100;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.4);
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-out;
  z-index: 110;
}
@media screen and (max-width: 1280px) {
  .chart__btn {
    bottom: 1.5625vw;
    width: 15.625vw;
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__btn {
    bottom: 2.6666666667vw;
    width: 100px;
    font-size: 12px;
  }
}
.chart__btn:hover, .chart__btn:active {
  box-shadow: none;
  filter: brightness(1.1);
}

.chart__modal {
  visibility: hidden;
  position: absolute;
  width: 50%;
  bottom: 15px;
  left: 50%;
  padding: 1em 3em;
  border-radius: 10px;
  background-color: #fff;
  border: 10px solid #84d100;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.4);
  transform: translateX(-50%) scale(0);
  transition: all 0.2s ease;
  z-index: 110;
}
@media screen and (max-width: 1280px) {
  .chart__modal {
    bottom: 1.171875vw;
    padding: 1em 2em;
    border-width: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__modal {
    bottom: 2vw;
    width: 60%;
    padding: 1em;
    border-width: 5px;
  }
}
.chart__modal.is-active {
  visibility: visible;
  transform: translateX(-50%) scale(1);
}

.chart__modalClose {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 751px) {
  .chart__modalClose {
    transition: all 200ms 0s ease-out;
  }
}
@media screen and (max-width: 1280px) {
  .chart__modalClose {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__modalClose {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .chart__modalClose:hover {
    opacity: 0.7;
  }
}

.chart__detail {
  margin-left: auto;
  margin-right: auto;
  color: #002174;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .chart__detail {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .chart__detail {
    font-size: 3.2vw;
  }
}

.cp-QA_List {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  will-change: transform;
}

@media screen and (max-width: 1280px) {
  .cp-QA_List {
    width: 76.5625vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-QA_List {
    width: 93%;
  }
}
.cp-QAItem {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  background-color: #FFF;
  will-change: transform;
}

@media screen and (max-width: 1280px) {
  .cp-QAItem {
    margin-bottom: 1.95313vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-QAItem {
    margin-bottom: 4.66667vw;
  }
}
.cp-QAItem_Q {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  height: 100%;
  will-change: transform;
}

@media screen and (min-width: 751px) {
  .ua-pc .cp-QAItem_Q:hover .cp-QAItem_Q_Eng {
    filter: brightness(1.13);
  }
  .ua-pc .cp-QAItem_Q:hover .cp-QAItem_Btn {
    filter: brightness(1.1);
  }
  .ua-pc .cp-QAItem_Q:hover .cp-QAItem_Q_Ttl {
    opacity: 0.77;
  }
}
.cp-QAItem_Q_Eng {
  transition: all 200ms 0s ease-out;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #0068d2;
  color: #FFF;
  font-size: 42px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 70px;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-QAItem_Q_Eng span {
  display: block;
  transform: translateY(-5px);
}

@media screen and (max-width: 1280px) {
  .cp-QAItem_Q_Eng {
    font-size: 3.28125vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    width: 5.46875vw;
  }
  .cp-QAItem_Q_Eng span {
    transform: translateY(-0.39063vw);
  }
}
@media screen and (max-width: 750px) {
  .cp-QAItem_Q_Eng {
    font-size: 8.8vw;
    width: 12.66667vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .cp-QAItem_Q_Eng span {
    transform: translateY(-0.93333vw);
  }
}
.cp-QAItem_Q_Ttl {
  transition: all 200ms 0s ease-out;
  font-size: 18px;
  padding-left: 30px;
  font-weight: 700;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #222;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .cp-QAItem_Q_Ttl {
    font-size: 1.40625vw;
    padding-left: 2.34375vw;
    padding-top: 1.17188vw;
    padding-bottom: 1.17188vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-QAItem_Q_Ttl {
    font-weight: 400;
    font-size: 3.73333vw;
    padding-left: 4.66667vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.cp-QAItem_BtnWrapper {
  display: flex;
  align-items: center;
}

.cp-QAItem_Btn {
  flex-shrink: 0;
  background-color: #b0b4c1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 30px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 200ms 0s ease-out;
}

@media screen and (max-width: 1280px) {
  .cp-QAItem_Btn {
    width: 2.73438vw;
    height: 2.73438vw;
    margin-right: 2.34375vw;
    margin-left: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-QAItem_Btn {
    width: 7.33333vw;
    height: 7.33333vw;
    margin-right: 4vw;
    margin-left: 5.33333vw;
  }
}
.cp-QAItem_Line {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  transition: all 200ms 0s ease-out;
}

@media screen and (max-width: 1280px) {
  .cp-QAItem_Line {
    width: 1.09375vw;
    height: 0.15625vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-QAItem_Line {
    width: 3.46667vw;
    height: 0.4vw;
  }
}
.cp-QAItem_Line-1 {
  left: 11px;
  top: 17px;
}

@media screen and (max-width: 1280px) {
  .cp-QAItem_Line-1 {
    left: 0.85938vw;
    top: 1.32813vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-QAItem_Line-1 {
    left: 2vw;
    top: 3.46667vw;
  }
}
.cp-QAItem_Line-2 {
  left: 11px;
  top: 17px;
  transform: rotate(90deg);
}

.is-selected .cp-QAItem_Line-2 {
  transform: rotate(0deg);
}

@media screen and (max-width: 1280px) {
  .cp-QAItem_Line-2 {
    left: 0.85938vw;
    top: 1.32813vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-QAItem_Line-2 {
    left: 2vw;
    top: 3.46667vw;
  }
}
.cp-QAItem_A {
  display: none;
  will-change: transform;
}

.cp-QAItem_A_Inner {
  will-change: transform;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cp-QAItem_A_Eng {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: #b0b4c1;
  color: #FFF;
  font-size: 42px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 70px;
  flex-shrink: 0;
  text-align: center;
  line-height: 1;
}

.cp-QAItem_A_Eng span {
  display: block;
  transform: translateY(-5px);
}

@media screen and (max-width: 1280px) {
  .cp-QAItem_A_Eng {
    font-size: 3.28125vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    width: 5.46875vw;
  }
  .cp-QAItem_A_Eng span {
    transform: translateY(-0.39063vw);
  }
}
@media screen and (max-width: 750px) {
  .cp-QAItem_A_Eng {
    font-size: 8.8vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    width: 12.66667vw;
  }
  .cp-QAItem_A_Eng span {
    transform: translateY(-0.93333vw);
  }
}
.cp-QAItem_A_Txt {
  color: #222;
  width: 100%;
  font-size: 18px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 40px;
  line-height: 1.75;
}

.cp-QAItem_A_Txt sup {
  font-size: 14px;
}

.cp-QAItem_A_Txt .cap {
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  .cp-QAItem_A_Txt {
    font-size: 1.40625vw;
    padding-left: 2.34375vw;
    padding-top: 1.5625vw;
    padding-bottom: 2.34375vw;
    padding-right: 3.125vw;
  }
  .cp-QAItem_A_Txt sup {
    font-size: 1.09375vw;
  }
  .cp-QAItem_A_Txt .cap {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 750px) {
  .cp-QAItem_A_Txt {
    font-size: 3.73333vw;
    padding-left: 4.66667vw;
    padding-top: 2.66667vw;
    padding-bottom: 5.33333vw;
    padding-right: 6.66667vw;
  }
  .cp-QAItem_A_Txt sup {
    font-size: 2.93333vw;
  }
  .cp-QAItem_A_Txt .cap {
    display: inline-block;
    font-size: 2.93333vw;
    margin-top: 2.66667vw;
  }
}
.QA {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFF;
}

@media screen and (max-width: 1280px) {
  .QA {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 1080px) {
  .QA {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .QA {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
  }
}
.QA_Ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .QA_Ttl {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .QA_Ttl {
    font-size: 6vw;
  }
}
.QA_Wrapper {
  margin-top: 60px;
}

@media screen and (max-width: 1280px) {
  .QA_Wrapper {
    margin-top: 4.6875vw;
  }
}
@media screen and (max-width: 750px) {
  .QA_Wrapper {
    margin-top: 8vw;
  }
}
.QA_Btn {
  margin-top: 55px;
  width: 330px;
  height: 50px;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  background-color: #b0b4c1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 200ms 0s ease-out;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .ua-pc .QA_Btn:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 1280px) {
  .QA_Btn {
    margin-top: 4.29688vw;
    width: 25.78125vw;
    height: 3.90625vw;
    border-radius: 0.625vw;
    font-size: 1.25vw;
    letter-spacing: 0.07813vw;
  }
}
@media screen and (max-width: 1080px) {
  .QA_Btn {
    -ms-user-select: none;
        user-select: none;
  }
  .QA_Btn:active {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 750px) {
  .QA_Btn {
    -ms-user-select: none;
        user-select: none;
    margin-top: 10.66667vw;
    font-size: 4.26667vw;
    width: 80%;
    height: 13.33333vw;
    border-radius: 1.6vw;
  }
  .QA_Btn:active {
    filter: brightness(1.1);
  }
}
.QA {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFF;
}

@media screen and (max-width: 1280px) {
  .QA {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 1080px) {
  .QA {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .QA {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
  }
}
.QA_Ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .QA_Ttl {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .QA_Ttl {
    font-size: 6vw;
  }
}
.QA_Wrapper {
  margin-top: 60px;
}

@media screen and (max-width: 1280px) {
  .QA_Wrapper {
    margin-top: 4.6875vw;
  }
}
@media screen and (max-width: 750px) {
  .QA_Wrapper {
    margin-top: 8vw;
  }
}
.QA_Btn {
  margin-top: 55px;
  width: 330px;
  height: 50px;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  background-color: #b0b4c1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 200ms 0s ease-out;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .ua-pc .QA_Btn:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 1280px) {
  .QA_Btn {
    margin-top: 4.29688vw;
    width: 25.78125vw;
    height: 3.90625vw;
    border-radius: 0.625vw;
    font-size: 1.25vw;
    letter-spacing: 0.07813vw;
  }
}
@media screen and (max-width: 1080px) {
  .QA_Btn {
    -ms-user-select: none;
        user-select: none;
  }
  .QA_Btn:active {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 750px) {
  .QA_Btn {
    -ms-user-select: none;
        user-select: none;
    margin-top: 10.66667vw;
    font-size: 4.26667vw;
    width: 80%;
    height: 13.33333vw;
    border-radius: 1.6vw;
  }
  .QA_Btn:active {
    filter: brightness(1.1);
  }
}
.Overview {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1280px) {
  .Overview {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview {
    padding-top: 13.33333vw;
    padding-bottom: 16vw;
  }
}
.Overview_Catch_Icon {
  width: 53px;
}

@media screen and (max-width: 1280px) {
  .Overview_Catch_Icon {
    width: 4.14063vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview_Catch_Icon {
    width: 7.06667vw;
  }
}
.Overview_Balloon {
  width: 572px;
  margin-top: 50px;
}

@media screen and (max-width: 1280px) {
  .Overview_Balloon {
    width: 44.6875vw;
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview_Balloon {
    width: 75%;
    margin-top: 8vw;
  }
}
.Overview_G {
  width: 1087px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.Overview_G img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .Overview_G {
    width: 84.92188vw;
    margin-top: 2.73438vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview_G {
    width: 100%;
    margin-top: 4.66667vw;
  }
}
.Overview_Bottom {
  max-width: 1280px;
  width: 95%;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f9f6f0;
}

@media screen and (max-width: 1280px) {
  .Overview_Bottom {
    max-width: 100vw;
    width: 95%;
    margin-top: 6.25vw;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview_Bottom {
    max-width: 95%;
    width: 95%;
    margin-top: 12vw;
    padding-top: 10.66667vw;
    padding-bottom: 2.66667vw;
  }
}
.Overview_List {
  width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .Overview_List {
    width: 82.03125vw;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview_List {
    width: 87%;
    margin-top: 8vw;
    flex-direction: column;
  }
}
.Overview_Item {
  width: 500px;
}

@media screen and (max-width: 1280px) {
  .Overview_Item {
    width: 39.0625vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview_Item {
    width: 100%;
    margin-bottom: 10.66667vw;
  }
}
.Overview_Item_Balloon {
  width: 495px;
}

@media screen and (max-width: 1280px) {
  .Overview_Item_Balloon {
    width: 38.67188vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview_Item_Balloon {
    width: 80%;
  }
}
.Overview_Item_Ttl {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
  color: #002074;
}

@media screen and (max-width: 1280px) {
  .Overview_Item_Ttl {
    font-size: 1.40625vw;
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview_Item_Ttl {
    font-size: 3.73333vw;
    margin-top: 4.66667vw;
  }
}
.Overview_Item_Cap {
  font-size: 16px;
  margin-top: 20px;
}

@media screen and (max-width: 1280px) {
  .Overview_Item_Cap {
    font-size: 1.25vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 750px) {
  .Overview_Item_Cap {
    font-size: 2.66667vw;
    margin-top: 2.66667vw;
  }
}
.Flow {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e3f6ff;
}

@media screen and (max-width: 1280px) {
  .Flow {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .Flow {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
  }
}
.Flow_Catch_Icon {
  width: 50px;
}

@media screen and (max-width: 1280px) {
  .Flow_Catch_Icon {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 750px) {
  .Flow_Catch_Icon {
    width: 6.66667vw;
  }
}
.Flow_Balloon {
  width: 592px;
  margin-top: 50px;
}

@media screen and (max-width: 1280px) {
  .Flow_Balloon {
    width: 46.25vw;
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 750px) {
  .Flow_Balloon {
    width: 75%;
    margin-top: 8vw;
  }
}
.Flow_Txt {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .Flow_Txt {
    text-align: left;
  }
}
.Flow_List {
  width: 1030px;
  margin-top: 50px;
  padding-left: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .Flow_List {
    width: 80.46875vw;
    margin-top: 3.90625vw;
    padding-left: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .Flow_List {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    margin-top: 6.66667vw;
    justify-content: space-between;
  }
}
.Flow_Item {
  width: 333px;
  margin-bottom: 40px;
}

.Flow_Item:last-child .Flow_Item_Ball:after {
  display: none;
}

@media screen and (max-width: 1280px) {
  .Flow_Item {
    width: 26.01562vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  .Flow_Item {
    width: 48%;
    margin-bottom: 5.33333vw;
  }
}
.Flow_Item_Ball {
  width: 235px;
  height: 235px;
  border: solid 2px #0068d2;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  position: relative;
}

.Flow_Item_Ball:after {
  display: block;
  position: absolute;
  right: -70px;
  width: 33px;
  height: 42px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
  content: "";
  background-image: url("/kenestation/assets/service/saveair/img/flow-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  will-change: transform;
}

@media screen and (max-width: 1280px) {
  .Flow_Item_Ball {
    width: 18.35938vw;
    height: 18.35938vw;
    border: solid 0.15625vw #0068d2;
  }
  .Flow_Item_Ball:after {
    right: -5.46875vw;
    width: 2.57813vw;
    height: 3.28125vw;
  }
}
@media screen and (max-width: 1280px) and (max-width: 750px) {
  .Flow_Item_Ball {
    width: 34vw;
    height: 34vw;
    border: solid 0.26667vw #0068d2;
  }
  .Flow_Item_Ball:after {
    right: -7.73333vw;
    width: 4.4vw;
    height: 5.6vw;
  }
}
.Flow_Item_Step {
  font-weight: 700;
  color: #0068d2;
  line-height: 1.2;
  margin-top: -10px;
  font-size: 12px;
}

.Flow_Item_Step span {
  font-size: 28px;
  padding-left: 3px;
}

@media screen and (max-width: 1280px) {
  .Flow_Item_Step {
    margin-top: -0.78125vw;
    font-size: 0.9375vw;
  }
  .Flow_Item_Step span {
    font-size: 2.1875vw;
    padding-left: 0.23438vw;
  }
}
@media screen and (max-width: 750px) {
  .Flow_Item_Step {
    font-size: 2.66667vw;
    margin-top: -1.33333vw;
  }
  .Flow_Item_Step span {
    font-size: 4vw;
    padding-left: 0.4vw;
  }
}
.Flow_Item_Ttl {
  font-weight: 700;
  font-size: 35px;
  margin-top: 10px;
  color: #0068d2;
  text-align: center;
  line-height: 1.1;
}

.Flow_Item_Ttl span {
  vertical-align: top;
  font-size: 20px;
  line-height: 1.7;
}

@media screen and (max-width: 1280px) {
  .Flow_Item_Ttl {
    font-size: 2.73438vw;
    margin-top: 0.78125vw;
  }
  .Flow_Item_Ttl span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 750px) {
  .Flow_Item_Ttl {
    font-size: 4.93333vw;
    margin-top: 1.33333vw;
  }
  .Flow_Item_Ttl span {
    font-size: 2.8vw;
  }
}
.Flow_Item_Txt {
  width: 235px;
  font-size: 18px;
  margin-top: 15px;
}

@media screen and (max-width: 1280px) {
  .Flow_Item_Txt {
    width: 18.35938vw;
    font-size: 1.40625vw;
    margin-top: 1.17188vw;
  }
}
@media screen and (max-width: 750px) {
  .Flow_Item_Txt {
    width: 40vw;
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}
.DL {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 170px;
  background-color: #FFF;
}

@media screen and (max-width: 1280px) {
  .DL {
    padding-top: 1.5625vw;
    padding-bottom: 14.84375vw;
  }
}
@media screen and (max-width: 750px) {
  .DL {
    padding-top: 2.66667vw;
    padding-bottom: 13.33333vw;
  }
}
.DL_Item:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 1280px) {
  .DL_Item:first-child {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 750px) {
  .DL_Item:first-child {
    margin-right: 2.66667vw;
  }
}
.DL_Block {
  display: flex;
  width: 1120px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .DL_Block {
    width: 87.5vw;
    margin-top: 4.6875vw;
  }
}
@media screen and (max-width: 750px) {
  .DL_Block {
    width: 87%;
    margin-top: 8vw;
    flex-direction: column;
  }
}
.DL_Item-1 {
  order: 0;
}

@media screen and (max-width: 750px) {
  .DL_Item-1 {
    order: 1;
    margin-top: 6.66667vw;
    width: 100%;
  }
}
.DL_Item-2 {
  order: 1;
}

@media screen and (max-width: 750px) {
  .DL_Item-2 {
    order: 0;
  }
}
.DL_List {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .DL_List {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .DL_List {
    margin-bottom: 6.66667vw;
  }
}
.DL_List_Img {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
}

.DL_List_Img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .DL_List_Img {
    width: 15.625vw;
    margin-left: 0.78125vw;
    margin-right: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  .DL_List_Img {
    width: 45%;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
.Flow_List-dl {
  width: 100%;
}

.Flow_List-dl .Flow_Item:last-child {
  width: 230px;
}

@media screen and (max-width: 1280px) {
  .Flow_List-dl .Flow_Item:last-child {
    width: 17.96875vw;
  }
}
@media screen and (max-width: 750px) {
  .Flow_List-dl {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .Flow_List-dl .Flow_Item:last-child {
    width: auto;
  }
}
.DL_Txt {
  font-size: 18px;
  padding-left: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1280px) {
  .DL_Txt {
    font-size: 1.40625vw;
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 750px) {
  .DL_Txt {
    font-size: 3.2vw;
    padding-left: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.Plan_Try_Btn-dl {
  margin-top: 70px;
}

.Plan_Try_Btn-dl:before {
  display: none;
}

@media screen and (max-width: 1280px) {
  .Plan_Try_Btn-dl {
    margin-top: 5.46875vw;
  }
}
@media screen and (max-width: 750px) {
  .Plan_Try_Btn-dl {
    margin-top: 9.33333vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gs-anime, .gs-anime-a, .gs-anime-b {
  opacity: 0;
}

.js-dispnone {
  display: none;
}

.js-error-text {
  color: #f00;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
@media screen and (min-width: 751px) {
  .is-pc {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
}
.mt-xs {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .mt-xs {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-xs {
    margin-top: 4vw;
  }
}

.mt-sm {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .mt-sm {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-sm {
    margin-top: 5.3333333333vw;
  }
}

.mt-md {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .mt-md {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-md {
    margin-top: 6.6666666667vw;
  }
}

.mt-lg {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .mt-lg {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-lg {
    margin-top: 9.3333333333vw;
  }
}

.mt-xl {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .mt-xl {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  .mt-xl {
    margin-top: 9.3333333333vw;
  }
}

.mb-xs {
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .mb-xs {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  .mb-xs {
    margin-bottom: 4vw;
  }
}

.mb-md {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .mb-md {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .mb-md {
    margin-bottom: 6.6666666667vw;
  }
}

.mb-lg {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .mb-lg {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .mb-lg {
    margin-bottom: 9.3333333333vw;
  }
}

.pt-md {
  padding-top: 40px;
}
@media screen and (max-width: 1440px) {
  .pt-md {
    padding-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .pt-md {
    padding-top: 6.6666666667vw;
  }
}

.pt-lg {
  padding-top: 60px;
}
@media screen and (max-width: 1440px) {
  .pt-lg {
    padding-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .pt-lg {
    padding-top: 9.3333333333vw;
  }
}

.pb-md {
  padding-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .pb-md {
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .pb-md {
    padding-bottom: 6.6666666667vw;
  }
}

.pb-lg {
  padding-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .pb-lg {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .pb-lg {
    padding-bottom: 9.3333333333vw;
  }
}

.pt-pagenavi {
  padding-top: 100px;
}
@media screen and (max-width: 1280px) {
  .pt-pagenavi {
    padding-top: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .pt-pagenavi {
    padding-top: 16vw;
  }
}

.pt-pagenavi--lg {
  padding-top: 180px;
}
@media screen and (max-width: 1280px) {
  .pt-pagenavi--lg {
    padding-top: 14.0625vw;
  }
}
@media screen and (max-width: 750px) {
  .pt-pagenavi--lg {
    padding-top: 40vw;
  }
}