.cl-red {
  color: #ff0000;
}

#sec-reasons {
  padding: 15vw 0;
}
#sec-reasons h2 {
  margin-bottom: 15vw;
}
#sec-reasons .reason-card {
  position: relative;
  padding-bottom: 10vw;
}
#sec-reasons .reason-card h3 {
  background: #1666bf;
  text-align: center;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#sec-reasons .reason-card h3 span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  position: relative;
  padding: 12px 20px;
}
#sec-reasons .reason-card h3 span::before, #sec-reasons .reason-card h3 span::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #fff;
  width: 10px;
  height: 18px;
  transform: translateY(-50%);
  left: 0;
  background: url("../img/index/line_left.png") no-repeat center;
  background-size: 100% auto;
}
#sec-reasons .reason-card h3 span::after {
  right: 0;
  left: auto;
  background: url("../img/index/line_right.png") no-repeat center;
  background-size: 100% auto;
}
#sec-reasons .reason-card .reason-card-content {
  padding: 5vw;
  position: relative;
}
#sec-reasons .reason-card .reason-card-content .reason-card-title {
  text-align: center;
  font-weight: 900;
  font-size: 6.8vw;
  line-height: 1.5;
  margin: 0 -5vw 5vw;
}
#sec-reasons .reason-card .reason-card-content .reason-card-title small {
  font-size: 5.6vw;
}
#sec-reasons .reason-card .reason-card-content .reason-card-text .cl-red {
  font-weight: 700;
}
#sec-reasons .reason-card .reason-card-bottom {
  position: relative;
  margin: 0 5vw;
}
#sec-reasons .reason-card .reason-card-bottom h4 {
  text-align: center;
  font-size: 16px;
  background: linear-gradient(135deg, #f8db88 0%, #d4ac51 100%);
  border-radius: 5px;
  overflow: hidden;
  padding: 5px 0;
  margin-bottom: 20px;
  font-weight: 700;
}
#sec-reasons .reason-card .reason-card-bottom h4 span {
  font-weight: 700;
}
#sec-reasons .reason-card .reason-card-img {
  margin-top: auto;
}
#sec-reasons .reason-card .reason-card-img img {
  width: 100%;
  height: auto;
}
#sec-reasons .reason-card .reason-card-hightlight {
  font-size: 5.4vw;
  text-align: center;
}
#sec-reasons .reason-card .reason-card-hightlight p {
  position: relative;
  display: inline-block;
  font-weight: 700;
  z-index: 2;
  letter-spacing: 0px;
}
#sec-reasons .reason-card .reason-card-hightlight p::after {
  content: "";
  position: absolute;
  left: -5px;
  height: 15px;
  right: -5px;
  bottom: -5px;
  background: #fef399;
  z-index: -1;
}
#sec-reasons .reason-card .reason-card-hightlight p .tt-1 {
  font-size: 7.6vw;
}
#sec-reasons .reason-card .reason-card-hightlight p .tt-2 {
  font-size: 6.6vw;
}
@media screen and (min-width: 768px) {
  #sec-reasons {
    padding: 80px 0;
  }
  #sec-reasons .wrap {
    max-width: 1050px;
  }
  #sec-reasons h2 {
    margin-bottom: 44px;
  }
  #sec-reasons .reason-card {
    padding-bottom: 200px;
  }
  #sec-reasons .reason-card h3 span {
    font-size: 16px;
    padding: 12px 20px;
  }
  #sec-reasons .reason-card h3 .reasons-grid {
    gap: 15px;
  }
  #sec-reasons .reason-card .reason-card-content {
    padding: 30px 30px 0;
  }
  #sec-reasons .reason-card .reason-card-content .reason-card-title {
    font-size: 34px;
    line-height: 45px;
    margin: 0 -35px 40px;
  }
  #sec-reasons .reason-card .reason-card-content .reason-card-title small {
    font-size: 28px;
  }
  #sec-reasons .reason-card .reason-card-content .reason-card-text .cl-red {
    font-weight: 700;
  }
  #sec-reasons .reason-card .reason-card-bottom {
    position: absolute;
    bottom: 45px;
    left: 25px;
    right: 25px;
    margin: 0;
  }
  #sec-reasons .reason-card .reason-card-bottom h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #sec-reasons .reason-card .reason-card-hightlight {
    font-size: 22px;
  }
  #sec-reasons .reason-card .reason-card-hightlight p {
    letter-spacing: -2px;
  }
  #sec-reasons .reason-card .reason-card-hightlight p::after {
    left: -5px;
    height: 15px;
    right: -5px;
    bottom: -5px;
  }
  #sec-reasons .reason-card .reason-card-hightlight p .tt-1 {
    font-size: 33px;
  }
  #sec-reasons .reason-card .reason-card-hightlight p .tt-2 {
    font-size: 28px;
  }
}

#sec1 {
  padding-top: 10vw;
}
#sec1 .menu-end_02 {
  color: #fff;
}
#sec1 .menu-end_02 .f-cl {
  color: #000;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 84px;
  }
  #sec1 .menu-end_02 {
    color: #000;
  }
  #sec1 .menu-end_02 .f-cl {
    color: #1766be;
  }
}

.cost-comparison {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 15vw;
  padding-bottom: 15vw;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.cost-comparison .comparison-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
.cost-comparison .comparison-container .comparison-negative, .cost-comparison .comparison-container .comparison-positive {
  padding-top: 8px;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
}
.cost-comparison .comparison-container .comparison-negative h4, .cost-comparison .comparison-container .comparison-positive h4 {
  line-height: 1.4;
  font-size: 5.5vw;
  font-weight: 900;
  text-indent: -4vw;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 2;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 4vw 5vw 5vw 13vw;
  box-sizing: border-box;
}
.cost-comparison .comparison-container .comparison-negative .comparison-icon, .cost-comparison .comparison-container .comparison-positive .comparison-icon {
  width: 10vw;
  height: 9vw;
  position: absolute;
  top: 11vw;
  left: 6vw;
  z-index: 3;
}
.cost-comparison .comparison-container .comparison-negative .cost-wrap, .cost-comparison .comparison-container .comparison-positive .cost-wrap {
  width: 100%;
  background: #fff;
  padding: 7vw 0;
}
.cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-label, .cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-label {
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8vw;
}
.cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-amount, .cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-amount {
  text-align: center;
}
.cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-amount .currency,
.cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-amount .number, .cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-amount .currency,
.cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-amount .number {
  font-weight: 900;
  font-size: 17vw;
}
.cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-amount .unit, .cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-amount .unit {
  font-size: 9vw;
  font-weight: 700;
}
.cost-comparison .comparison-container .comparison-negative {
  background: #bc3238;
}
.cost-comparison .comparison-container .comparison-negative h4 {
  background: #f6eaea;
}
.cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-amount {
  color: #b93137;
}
.cost-comparison .comparison-container .comparison-positive {
  background: #298656;
}
.cost-comparison .comparison-container .comparison-positive h4 {
  background: #ecf2eb;
}
.cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-amount {
  color: #288658;
}
.cost-comparison .total-difference {
  width: 100%;
  text-align: center;
  background: #E5D1AC;
  background: linear-gradient(90deg, rgb(229, 209, 172) 0%, rgb(252, 242, 212) 50%, rgb(228, 208, 170) 100%);
  border-radius: 20px;
  padding: 9vw 0 30vw;
  position: relative;
}
.cost-comparison .total-difference::before {
  content: "";
  position: absolute;
  bottom: 0px;
  background: url("../img/index/i_price.png") no-repeat center;
  background-size: 100% auto;
  width: 24vw;
  height: 31vw;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cost-comparison .total-difference .text {
  font-size: 8vw;
  font-weight: 700;
}
.cost-comparison .total-difference .amount span {
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
  font-size: 17vw;
  font-weight: 900;
  background: linear-gradient(to right, #ca9a32, #e7bb5d, #c8983d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 5px;
}
.cost-comparison .total-difference .amount small {
  font-size: 9vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cost-comparison {
    width: 90%;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 62px;
  }
  .cost-comparison .comparison-container {
    gap: 30px;
  }
  .cost-comparison .comparison-container .comparison-negative, .cost-comparison .comparison-container .comparison-positive {
    padding-top: 8px;
    flex: 1;
  }
  .cost-comparison .comparison-container .comparison-negative h4, .cost-comparison .comparison-container .comparison-positive h4 {
    font-size: 33px;
    text-indent: -35px;
    padding: 15px 0 15px 62px;
  }
  .cost-comparison .comparison-container .comparison-negative .comparison-icon, .cost-comparison .comparison-container .comparison-positive .comparison-icon {
    width: 60px;
    height: 44px;
    position: absolute;
    top: 47px;
    left: 27px;
  }
  .cost-comparison .comparison-container .comparison-negative .cost-wrap, .cost-comparison .comparison-container .comparison-positive .cost-wrap {
    padding: 21px 0;
  }
  .cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-label, .cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-label {
    font-size: 28px;
    margin-bottom: 27px;
  }
  .cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-amount .currency,
  .cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-amount .number, .cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-amount .currency,
  .cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-amount .number {
    font-size: 75px;
  }
  .cost-comparison .comparison-container .comparison-negative .cost-wrap .cost-amount .unit, .cost-comparison .comparison-container .comparison-positive .cost-wrap .cost-amount .unit {
    font-size: 40px;
  }
  .cost-comparison .total-difference {
    padding: 3px 0 13px;
  }
  .cost-comparison .total-difference::before {
    top: -16px;
    right: 93px;
    width: 118px;
    height: 131px;
    margin: 0;
    left: auto;
  }
  .cost-comparison .total-difference .text {
    font-size: 45px;
  }
  .cost-comparison .total-difference .amount span {
    font-size: 75px;
    top: 6px;
  }
  .cost-comparison .total-difference .amount small {
    font-size: 45px;
  }
}

.toggle-link .bnr__toggle {
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 6px 6px 0px #afcff3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1766be;
  transition: all 0.3s ease;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 0;
}
.toggle-link .bnr__toggle:hover {
  text-decoration: none;
  opacity: 0.8;
}
.toggle-link .bnr__toggle i {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.toggle-link .bnr__toggle i img {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .toggle-link .bnr__toggle {
    width: 600px;
    font-size: 24px;
    padding: 18px 0;
  }
  .toggle-link .bnr__toggle i {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}

.active .toggle-link .bnr__toggle i {
  transform: rotate(180deg);
}

.cl-darkred {
  color: #d65063;
}

.cl-orange {
  color: #e56d30;
}

.cl-yellow {
  color: #edab21;
}

.cl-green {
  color: #45b157;
}

.cl-blue {
  color: #1d6eb2;
}

.cl-purple {
  color: #354ba8;
}

#sec-flow .wrap {
  max-width: 1050px;
}

.diffrence__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.diffrence__list .item {
  width: 100%;
  position: relative;
}
.diffrence__list .item::after {
  content: "";
  background: url("../img/index/i-diffrenence07.png") no-repeat center top;
  background-size: 100% auto;
  width: 24px;
  height: 27px;
  position: absolute;
  bottom: -40px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
}
.diffrence__list .item .item-title {
  line-height: 1;
  display: flex;
  align-items: center;
  color: #fff;
  width: 46vw;
  padding: 3vw 5vw 2vw;
}
.diffrence__list .item .item-title p {
  font-size: 4vw;
  margin-right: 11vw;
  display: flex;
  align-items: center;
}
.diffrence__list .item .item-title p span {
  font-weight: 700;
  font-size: 8vw;
  position: relative;
  top: 0vw;
  margin-left: 5px;
}
.diffrence__list .item .item-title i {
  display: block;
}
.diffrence__list .item dl {
  padding: 9vw 5vw;
  border-width: 4px;
  border-radius: 10px;
  border-style: solid;
  border-top-left-radius: 0;
}
.diffrence__list .item dl dt {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 5vw;
  font-weight: 700;
}
.diffrence__list .item dl dd {
  font-size: 16px;
  line-height: 24px;
}
.diffrence__list .item:last-child::after {
  display: none;
}
.diffrence__list .item-1 .item-title {
  background: #d65063;
}
.diffrence__list .item-1 dl {
  border-color: #d65063;
}
.diffrence__list .item-2 .item-title {
  background: #e56d30;
}
.diffrence__list .item-2 dl {
  border-color: #e56d30;
}
.diffrence__list .item-3 .item-title {
  background: #edab21;
}
.diffrence__list .item-3 dl {
  border-color: #edab21;
}
.diffrence__list .item-4::before {
  content: "";
  background: url("../img/index/i-diffrenence07.png") no-repeat center top;
  background-size: 100% auto;
  width: 24px;
  height: 27px;
  position: absolute;
  transform: translateY(-50%);
  left: -37px;
  display: none;
  top: 57%;
}
.diffrence__list .item-4 .item-title {
  background: #45b157;
}
.diffrence__list .item-4 dl {
  border-color: #45b157;
}
.diffrence__list .item-5 .item-title {
  background: #1d6eb2;
}
.diffrence__list .item-5 dl {
  border-color: #1d6eb2;
}
.diffrence__list .item-6 .item-title {
  background: #354ba8;
}
.diffrence__list .item-6 dl {
  border-color: #354ba8;
}
@media screen and (min-width: 768px) {
  .diffrence__list {
    gap: 53px 30px;
  }
  .diffrence__list .item {
    width: 30%;
  }
  .diffrence__list .item::after {
    width: 24px;
    height: 27px;
    top: 57%;
    transform: translateY(-50%) rotate(0deg);
    right: -37px;
    bottom: auto;
    left: auto;
  }
  .diffrence__list .item .item-title {
    height: 46px;
    line-height: 46px;
    width: 197px;
    padding: 0 0px 0 16px;
  }
  .diffrence__list .item .item-title p {
    font-size: 20px;
    margin-right: 30px;
	padding-top: 6px;
  }
  .diffrence__list .item .item-title p span {
    font-size: 35px;
    top: -2px;
  }
  .diffrence__list .item dl {
    padding: 37px 17px;
  }
  .diffrence__list .item dl dt {
    font-size: 23px;
    margin-bottom: 27px;
    letter-spacing: 0;
  }
  .diffrence__list .item dl dd {
    font-size: 16px;
    line-height: 24px;
  }
  .diffrence__list .item-4::before {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */