#kv.type_1 {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  #kv.type_1 .ttl_set {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #kv.type_1 .ttl_set {
    min-height: 0;
  }
}
@media screen and (min-width: 769px) {
  #kv.type_1 .ttl_set > p {
    line-height: 1em;
    font-size: 3.2rem;
  }
}
#kv.type_1 .inner {
  min-height: 0;
}

.value-com-title01 {
  display: table;
  padding: 1.4rem 1.7rem;
  color: #fff;
  line-height: 1em;
  font-size: 3.2rem;
  margin: 0 auto 2.5rem;
  background-color: #0000ff;
}
@media screen and (max-width: 768px) {
  .value-com-title01 {
    margin-bottom: 1.5rem;
    padding: 0.8rem 1.2rem;
    line-height: 1em;
    font-size: 1.8rem;
  }
}

.value-com-title02 {
  text-align: center;
  line-height: 1.75em;
  font-size: 3.2rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 768px) {
  .value-com-title02 {
    margin-bottom: 5rem;
    line-height: 1.723em;
    font-size: 1.8rem;
  }
}

.value-com-lead {
  margin-bottom: 8rem;
  line-height: 1.6em;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .value-com-lead {
    margin-bottom: 3.5rem;
    line-height: 2em;
    font-size: 1.4rem;
  }
}

.value-com-border {
  margin: 12rem 0;
  border: none;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #0000ff;
}

@media screen and (max-width: 768px) {
  .value-area01 {
    margin-bottom: 6rem;
  }
}

.value-area01-list {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .value-area01-list {
    flex-direction: column;
    align-items: center;
  }
}
.value-area01-list .in-num {
  margin-bottom: 1rem;
  line-height: 1em;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.value-area01-list .in-text {
  line-height: 2em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .value-area01-list .in-text {
    line-height: 2em;
    font-size: 1.4rem;
  }
}

.value-area01-list__item {
  width: 33.5rem;
  border-left: #0000ff solid 1px;
}
@media screen and (max-width: 768px) {
  .value-area01-list__item {
    width: 27.5rem;
    border-left: none;
  }
  .value-area01-list__item + .value-area01-list__item {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: #0000ff solid 1px;
  }
}
.value-area01-list__item:last-child {
  border-right: #0000ff solid 1px;
}
@media screen and (max-width: 768px) {
  .value-area01-list__item:last-child {
    border-right: none;
  }
}

.value-area02-slide {
  position: relative;
  max-width: 100rem;
  margin: 0 auto 3rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .value-area02-slide {
    margin: 0 2rem 2rem;
  }
}
.value-area02-slide .slick-list {
  padding: 0 !important;
  background: url(../../images/value/bg.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .value-area02-slide .slick-list {
    background-image: url(../../images/value/bg_sp.jpg);
  }
}
.value-area02-slide * {
  outline: none;
}
.value-area02-slide .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 5rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: url(../../images/value/arw.svg) no-repeat center center/100% 100%;
  text-indent: -999px;
  transform: translateY(-50%);
  line-height: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .value-area02-slide .slick-arrow {
    top: auto;
    bottom: 0;
    width: 4rem;
    height: 4rem;
    transform: translateY(0);
  }
}
.value-area02-slide .slick-prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .value-area02-slide .slick-prev {
    transform: scale(-1, 1);
  }
}
.value-area02-slide .slick-next {
  right: 0;
}
.value-area02-slide .slick-dots {
  position: absolute;
  top: 100%;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 3rem;
  width: 100%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .value-area02-slide .slick-dots {
    margin-top: 1.8rem;
  }
}
.value-area02-slide .slick-dots button {
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 3rem;
  height: 2px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #ccccff;
  text-indent: -999px;
  cursor: pointer;
}
.value-area02-slide .slick-dots .slick-active button {
  background-color: #0000ff;
}

.value-area02-slide__item .in-num {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .value-area02-slide__item .in-num {
    top: 1rem;
    left: 1rem;
    line-height: 1em;
    font-size: 3.2rem;
  }
}
.value-area02-slide__item .in-title {
  margin-bottom: 4.5rem;
  line-height: 1.75em;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .value-area02-slide__item .in-title {
    margin-bottom: 2rem;
    line-height: 1.723em;
    font-size: 1.8rem;
  }
}
.value-area02-slide__item .in-text {
  line-height: 2em;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .value-area02-slide__item .in-text {
    line-height: 2em;
    font-size: 1.4rem;
  }
}

.value-area02-slide__cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41rem;
}
@media screen and (max-width: 768px) {
  .value-area02-slide__cont {
    height: auto;
    padding: 7rem 0 4.8rem;
  }
}

/*# sourceMappingURL=style.css.map */