@charset "UTF-8";
body, h1, h2, h3, h4, h5, p, ul, li, a, dl, dt, dd, table, tr, th, td, span, figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: inherit;
  list-style: none;
  outline: none;
}

* {
  line-height: 1;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

.slick-slide:focus {
  outline: none;
}

picture {
  display: block;
}

button, input, select, textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #222222;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}

table {
  border-collapse: collapse;
}

select::-ms-expand {
  display: none;
}

html, body {
  font-size: 62.5%;
  font-family: Hiragino Sans, ヒラギノ角ゴシック, "メイリオ", "Meiryo", "MS Pゴシック", sans-serif;
  position: relative;
  background-color: #fff;
  color: #000;
  font-weight: 500;
}

a {
  display: inline-block;
  color: #000;
  transition: all 0.2s;
}

input {
  transition: all 0.2s;
}

a:hover, input[type=checkbox]:hover, [type=submit]:hover, [type=reset]:hover {
  opacity: 0.6;
  transition: all 0.2s;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.red {
  color: #E60012;
}

img, svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 971px) and (max-width: 1130px) {
  html, body {
    font-size: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 970px) {
  html, body {
    font-size: 40%;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 40%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#consolidate .header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#consolidate .header .logo {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 100%;
  max-width: 22.1rem;
}

#consolidate .footer {
  padding: 3.6rem 0 4.4rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#consolidate .footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  #consolidate .footer {
    padding-top: 4.2rem;
  }
}
#consolidate .footer__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #consolidate .footer__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #consolidate .footer__list .listblk {
    margin-top: 2rem;
  }
}
#consolidate .footer__list .listblk:nth-of-type(1) .footer__link {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #consolidate .footer__list .listblk:nth-of-type(2) .footer__link::after {
    display: none;
  }
}
#consolidate .footer__list .listblk:nth-of-type(4) .footer__link {
  padding-right: 0;
}
#consolidate .footer__list .listblk:nth-of-type(4) .footer__link::after {
  display: none;
}
#consolidate .footer__link {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  padding: 0 2.8rem;
}
@media screen and (max-width: 768px) {
  #consolidate .footer__link {
    font-size: 2.4rem;
  }
}
#consolidate .footer__link::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: 0;
  width: 1px;
  height: 2rem;
  background-color: #696969;
}
#consolidate .footer .logo {
  width: 100%;
  max-width: 18rem;
  margin: 5.7rem auto 0;
}

#consolidate .mv {
  padding: 7.9rem 0 5rem;
  background: url(../img/mv_bg.jpg) top left/cover no-repeat;
}
#consolidate .mv .cont {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
  padding: 0 1rem;
}
#consolidate .mv .cont .txtblk {
  position: relative;
  z-index: 1;
}
#consolidate .mv .cont .txtblk::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -1.2rem;
  bottom: -4.9rem;
  width: 15.1rem;
  height: 23.8rem;
  background: url(../img/mv_icon.svg) top left/cover no-repeat;
}
#consolidate .mv .cont .txtblk .txtimg {
  width: 100%;
  max-width: 49.4rem;
  margin: 0 auto;
}
#consolidate .mv .cont .txtblk .txtbox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 1.1rem 0 1.4rem;
}
#consolidate .mv .cont .txtblk .txtbox .txt {
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  margin: 0 0 0.6rem 1rem;
}
#consolidate .mv .cont .txtblk .txtbox .img {
  display: inline-block;
  width: 100%;
  max-width: 30.4rem;
}
#consolidate .mv .cont .txtblk .ttl {
  font-size: 7rem;
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: 700;
}
#consolidate .mv .cont .txtblk .btnblk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.5rem;
  margin-top: 4rem;
}
#consolidate .mv .cont .txtblk .btnblk .btn {
  width: 100%;
  max-width: 30rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
  border-radius: 12px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 32.9rem;
  height: 7rem;
}
#consolidate .mv .cont .txtblk .btnblk .btn-red {
  background: linear-gradient(to bottom, #E60012, #BA0000);
}
#consolidate .mv .cont .txtblk .btnblk .btn-red:hover {
  background: #fff;
  color: #E60012;
}
#consolidate .mv .cont .txtblk .btnblk .btn-white {
  background-color: #fff;
  color: #E60012;
  border: 3px solid #E60012;
}
#consolidate .mv .cont .txtblk .btnblk .btn-white:hover {
  background: linear-gradient(to bottom, #E60012, #BA0000);
  color: #fff;
  border-color: #fff;
}
#consolidate .mv .cont .txtblk .btnblk .btn:hover {
  opacity: 1;
}
#consolidate .mv .cont .txtblk .btnblk .btn-red {
  border: 3px solid #fff;
  position: relative;
}
#consolidate .mv .cont .txtblk .btnblk .btn-red::after {
  content: "好評受付中";
  display: block;
  position: absolute;
  top: -1.4rem;
  right: 0;
  left: 0;
  width: 11rem;
  color: #e60012;
  margin: auto;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.6rem 1.2rem;
  background-color: #fff799;
  border-radius: 60px;
}
#consolidate .mv .cont .txtblk .btnblk .btn-red:hover {
  border-color: #E60012;
}
#consolidate .sec01 {
  padding: 8rem 0;
}
#consolidate .sec01 .cont {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
  padding: 0 1rem;
}
#consolidate .sec01 .cont .ttl {
  text-align: center;
}
#consolidate .sec01 .cont .ttl .txt {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#consolidate .sec01 .cont .ttl .line {
  position: relative;
  margin-right: -0.4rem;
}
#consolidate .sec01 .cont .ttl .line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.1rem;
  left: -0.8rem;
  width: 43rem;
  height: 1.6rem;
  background: rgba(230, 0, 18, 0.1);
}
#consolidate .sec01 .cont .ttl .line .txt {
  color: #E60012;
  letter-spacing: 0.04em;
  font-size: 3rem;
}
#consolidate .sec01 .cont .ttl .line .txt.big {
  font-size: 4rem;
  margin-right: 0.6rem;
}
#consolidate .sec01 .cont .ttl .line .txt.kakko {
  font-size: 3.5rem;
}
#consolidate .sec01 .cont .img {
  width: 100%;
  max-width: 84.7rem;
  margin: 1.1rem auto 0;
}
#consolidate .sec01 .cont .ex__blk {
  display: flex;
  border: 1px solid #000;
  border-radius: 2rem;
  padding: 4.4rem 5.5rem 3.1rem 3.8rem;
  margin-top: -0.1rem;
  background: url(../img/sec01_bg01.png) top left/2.3rem repeat;
}
#consolidate .sec01 .cont .ex__blk .txtblk {
  padding-right: 5.3rem;
}
#consolidate .sec01 .cont .ex__blk .txtblk .txt {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#consolidate .sec01 .cont .ex__blk .txtblk .lead {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 3.3rem;
  text-align: justify;
}
#consolidate .sec01 .cont .ex__blk .txtblk .lead .red {
  letter-spacing: 0.04em;
  font-weight: 600;
}
#consolidate .sec01 .cont .ex__blk .img {
  max-width: 21.1rem;
  margin: -1.3rem 0 0;
}
#consolidate .sec02 {
  background-color: #f7f6f5;
  padding: 7.8rem 0 4.8rem;
  position: relative;
}
#consolidate .sec02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7.8rem;
  left: 0;
  width: 100%;
  height: 8rem;
  background: url(../img/sec02_bg.png) top left/100% 100% no-repeat;
}
#consolidate .sec02 .cont {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
  padding: 0 1rem;
}
#consolidate .sec02 .cont .ttl {
  text-align: center;
}
#consolidate .sec02 .cont .ttl .txt {
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}
#consolidate .sec02 .cont .ttl .txt.red {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
}
#consolidate .sec02 .cont .ttl .txt.red::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -0.6rem;
  width: 46rem;
  height: 1.6rem;
  background-color: #fff;
}
#consolidate .sec02 .cont .list {
  display: flex;
  justify-content: center;
  gap: 0 3.5rem;
  margin-top: 3.6rem;
}
#consolidate .sec02 .cont .list__blk {
  width: 100%;
  max-width: 20.8rem;
}
#consolidate .sec02 .cont .list__blk .img {
  width: 100%;
  max-width: 15.8rem;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
#consolidate .sec02 .cont .list__blk .txt {
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-top: 3.4rem;
}
#consolidate .sec02 .cont .notes__wrap {
  margin-top: 10.5rem;
}
#consolidate .sec02 .cont .notes__wrap .ttl .inner {
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
}
#consolidate .sec02 .cont .notes__wrap .ttl .inner::before, #consolidate .sec02 .cont .notes__wrap .ttl .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10.4rem;
  height: 8.9rem;
  background: url(../img/sec02_obj.svg) top left/cover no-repeat;
}
#consolidate .sec02 .cont .notes__wrap .ttl .inner::before {
  left: -13.5rem;
}
#consolidate .sec02 .cont .notes__wrap .ttl .inner::after {
  right: -13.5rem;
}
#consolidate .sec02 .cont .notes__wrap .ttl .inner .big {
  font-size: 3rem;
  font-weight: 600;
}
#consolidate .sec02 .cont .notes__wrap .ttl .inner .big .ten {
  position: relative;
}
#consolidate .sec02 .cont .notes__wrap .ttl .inner .big .ten::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.6rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #000;
}
#consolidate .sec02 .cont .notes__blk {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8rem;
}
#consolidate .sec02 .cont .notes__blk .left, #consolidate .sec02 .cont .notes__blk .right {
  width: calc(50% - 3rem);
}
#consolidate .sec02 .cont .notes__blk .left .txtbox, #consolidate .sec02 .cont .notes__blk .right .txtbox {
  background-color: #fff;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
#consolidate .sec02 .cont .notes__blk .left .txtbox .txt, #consolidate .sec02 .cont .notes__blk .right .txtbox .txt {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 1.6rem 0;
}
#consolidate .sec02 .cont .notes__blk .left .txtbox .list, #consolidate .sec02 .cont .notes__blk .right .txtbox .list {
  flex-direction: column;
  gap: 2.3rem 0;
  margin-top: 0;
  padding: 3.1rem 3.4rem;
}
#consolidate .sec02 .cont .notes__blk .left .txtbox .list__blk, #consolidate .sec02 .cont .notes__blk .right .txtbox .list__blk {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  max-width: 100%;
}
#consolidate .sec02 .cont .notes__blk .left .txtbox .list__blk::before, #consolidate .sec02 .cont .notes__blk .right .txtbox .list__blk::before {
  content: "・";
}
#consolidate .sec02 .cont .notes__blk .left .img, #consolidate .sec02 .cont .notes__blk .right .img {
  width: 100%;
  margin: 3.4rem auto 0;
}
#consolidate .sec02 .cont .notes__blk .left .txtbox .txt {
  background-color: #535353;
}
#consolidate .sec02 .cont .notes__blk .left .img {
  max-width: 40.5rem;
}
#consolidate .sec02 .cont .notes__blk .right .txtbox .txt {
  background-color: #E60012;
}
#consolidate .sec02 .cont .notes__blk .right .txtbox .list__blk {
  color: #E60012;
}
#consolidate .sec02 .cont .notes__blk .right .img {
  max-width: 38.7rem;
}
#consolidate .sec02 .cont .risk__wrap {
  margin-top: 8.3rem;
}
#consolidate .sec02 .cont .risk__wrap .ttl {
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 600;
  background-color: #535353;
  border-radius: 1.5rem;
  padding: 3rem 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
#consolidate .sec02 .cont .risk__wrap .ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -3.5rem;
  left: 0;
  margin: auto;
  width: 6.1rem;
  height: 8.1rem;
  background: url(../img/sec02_shape.svg) top left/cover no-repeat;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
}
#consolidate .sec02 .cont .risk__wrap .ttl .line {
  position: relative;
}
#consolidate .sec02 .cont .risk__wrap .ttl .line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.8rem;
  left: -0.4rem;
  width: 21.8rem;
  height: 0.3rem;
  background: url(../img/sec02_line01.svg) top left/cover no-repeat;
}
#consolidate .sec02 .cont .risk__wrap .list {
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 6rem;
}
#consolidate .sec02 .cont .risk__wrap .list__blk {
  max-width: 27.3rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.7rem 0 2rem;
}
#consolidate .sec02 .cont .risk__wrap .list__blk .icon {
  display: block;
  width: 100%;
  max-width: 10.6rem;
  margin: 0 auto;
}
#consolidate .sec02 .cont .risk__wrap .list__blk .txt {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 2rem;
}
#consolidate .sec02 .cont .risk__wrap .lead {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  margin-top: 9.4rem;
}
#consolidate .sec02 .cont .risk__wrap .lead .ten {
  position: relative;
  font-size: 4rem;
}
#consolidate .sec02 .cont .risk__wrap .lead .ten::before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #000;
  border-radius: 50%;
}
#consolidate .sec03 {
  padding: 13rem 0 12rem;
}
#consolidate .sec03 .ttl {
  text-align: center;
}
#consolidate .sec03 .ttl .txt {
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
}
#consolidate .sec03 .ttl .txt.big {
  font-size: 4rem;
  font-weight: 600;
}
#consolidate .sec03 .ttl .txt.red {
  font-size: 4rem;
  font-weight: 600;
}
#consolidate .sec03 .ttl .txt.red.big {
  font-size: 4rem;
}
#consolidate .sec03 .cont {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
  padding: 0 1rem;
}
#consolidate .sec03__blk {
  display: flex;
  justify-content: space-between;
  margin-top: 3.7rem;
}
#consolidate .sec03__blk .left, #consolidate .sec03__blk .right {
  width: 100%;
  max-width: calc(50% - 3rem);
  background-color: #fff;
  border: 3px solid #E60012;
  border-radius: 2rem;
  overflow: hidden;
  padding-bottom: 3.6rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
#consolidate .sec03__blk .left .txt, #consolidate .sec03__blk .right .txt {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #E60012;
  padding: 1.6rem 0;
}
#consolidate .sec03__blk .left .icon, #consolidate .sec03__blk .right .icon {
  display: block;
  width: 100%;
  max-width: 16rem;
  margin: 4.4rem auto 4.6rem;
}
#consolidate .sec03__blk .left .list, #consolidate .sec03__blk .right .list {
  padding: 0 3.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.7rem 0;
}
#consolidate .sec03__blk .left .list__blk, #consolidate .sec03__blk .right .list__blk {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.5555555556;
}
#consolidate .sec03__blk .left .list__blk::before, #consolidate .sec03__blk .right .list__blk::before {
  content: "・";
}
#consolidate .sec03__middle {
  margin-top: 8.6rem;
}
#consolidate .sec03__middle .lead {
  text-align: center;
}
#consolidate .sec03__middle .lead .inner {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
#consolidate .sec03__middle .lead .inner::before, #consolidate .sec03__middle .lead .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 4.2rem;
  height: 4.2rem;
}
#consolidate .sec03__middle .lead .inner::before {
  background: url(../img/sec03_icon03.svg) top left/cover no-repeat;
  left: -6.1rem;
}
#consolidate .sec03__middle .lead .inner::after {
  background: url(../img/sec03_icon04.svg) top left/cover no-repeat;
  right: -6.1rem;
}
#consolidate .sec03__middle .list {
  display: flex;
  gap: 0 2rem;
  margin-top: 6rem;
}
#consolidate .sec03__middle .list__blk {
  width: 100%;
  max-width: calc((100% - 6rem) / 4);
  border: 3px solid #E60012;
  border-radius: 2rem;
  padding: 2.8rem 1.5rem 2.7rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
#consolidate .sec03__middle .list__blk .txt {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
}
#consolidate .sec03__middle .list__blk .icon {
  display: block;
  width: 100%;
  max-width: 11.8rem;
  margin: 2.6rem auto 2.9rem;
}
#consolidate .sec03__middle .list__blk .lead {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5625;
  text-align: left;
}
#consolidate .sec03__bottom {
  margin-top: 8rem;
}
#consolidate .sec03__bottom .txtimg {
  position: relative;
  width: 100%;
  max-width: 81.6rem;
  margin: 0 auto;
}
#consolidate .sec03__bottom .txtimg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  margin: auto;
  width: 8rem;
  height: 3.3rem;
  background: url(../img/arrow_bottom.svg) top left/cover no-repeat;
}
#consolidate .sec03__bottom .lead {
  text-align: center;
  margin-top: 5.8rem;
}
#consolidate .sec03__bottom .lead .txt {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.8333333333;
}
#consolidate .sec03__bottom .lead .txt.red {
  font-size: 4rem;
}
#consolidate .sec03__bottom .blk {
  border: 3px solid #E60012;
  border-radius: 2rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 3.8rem 5.8rem 5.2rem;
  margin-top: 2.6rem;
}
#consolidate .sec03__bottom .blk .txt {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
#consolidate .sec03__bottom .blk .box {
  display: flex;
  align-items: center;
  margin-top: 3.3rem;
}
#consolidate .sec03__bottom .blk .box .list {
  padding-right: 3.7rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.9rem 0;
}
#consolidate .sec03__bottom .blk .box .list__blk {
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 3rem;
}
#consolidate .sec03__bottom .blk .box .list__blk::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #E60012;
}
#consolidate .sec03__bottom .blk .box .img {
  width: 100%;
  max-width: 38.2rem;
}
#consolidate .sec04 {
  background-color: #038281;
  padding: 6.3rem 0;
}
#consolidate .sec04 .cont {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
#consolidate .sec04 .cont .ttl {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
  padding: 1.3rem 5.4rem;
  border: 2px solid #fff;
  border-radius: 0.9rem;
}
#consolidate .sec04 .cont .lead {
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
  margin-top: 2.6rem;
}
#consolidate .sec04 .cont .lead .small {
  font-size: 2.3rem;
}
#consolidate .sec04 .cont .blk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.3rem 0 2.2rem;
}
#consolidate .sec04 .cont .blk .img {
  width: 100%;
  max-width: 19.9rem;
  border-radius: 50%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
#consolidate .sec04 .cont .blk .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.5rem 0;
  padding-left: 4.6rem;
}
#consolidate .sec04 .cont .blk .list__blk {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
  padding-left: 3.2rem;
}
#consolidate .sec04 .cont .blk .list__blk::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2.3rem;
  height: 1.6rem;
  background: url(../img/icon_check.svg) top left/cover no-repeat;
}
#consolidate .sec04 .cont .btn {
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #048281;
  background-color: #fff;
  border-radius: 60px;
  border: 4px solid #048281;
  padding: 2.4rem 7.8rem;
}
#consolidate .sec04 .cont .btn:hover {
  opacity: 1;
  box-shadow: unset;
  border-color: #fff;
  background-color: #048281;
  color: #fff;
}
#consolidate .sec05 {
  padding: 12rem 0 14.8rem;
}
#consolidate .sec05 .cont {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
  padding: 0 1rem;
}
#consolidate .sec05 .cont .ttlblk {
  display: flex;
  align-items: center;
  justify-content: center;
}
#consolidate .sec05 .cont .ttlblk .icon {
  display: block;
  width: 100%;
  max-width: 21.1rem;
}
#consolidate .sec05 .cont .ttlblk .ttl {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 3.2rem;
}
#consolidate .sec05 .cont .ttlblk .ttl .color {
  color: #6f73b1;
}
#consolidate .sec05 .cont .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem 2.6rem;
  margin-top: 3.3rem;
  padding: 0 8rem;
}
#consolidate .sec05 .cont .list__blk {
  width: 100%;
  max-width: calc((100% - 2.6rem) / 2);
  border-radius: 2rem;
  padding: 3.4rem 1.4rem 1.5rem 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#consolidate .sec05 .cont .list__blk::after {
  content: "";
  display: block;
  position: absolute;
}
#consolidate .sec05 .cont .list__blk:nth-of-type(1), #consolidate .sec05 .cont .list__blk:nth-of-type(4) {
  background-color: #49c1e1;
}
#consolidate .sec05 .cont .list__blk:nth-of-type(1) .blk .list02__blk, #consolidate .sec05 .cont .list__blk:nth-of-type(4) .blk .list02__blk {
  color: #49c1e1;
}
#consolidate .sec05 .cont .list__blk:nth-of-type(2), #consolidate .sec05 .cont .list__blk:nth-of-type(3) {
  background-color: #b6b8d8;
}
#consolidate .sec05 .cont .list__blk:nth-of-type(2) .blk .list02__blk, #consolidate .sec05 .cont .list__blk:nth-of-type(3) .blk .list02__blk {
  color: #6F72B1;
}
#consolidate .sec05 .cont .list__blk:nth-of-type(1)::after {
  width: 7.2rem;
  height: 8.8rem;
  background: url(../img/sec05_icon06.svg) top left/cover no-repeat;
  top: 16.3rem;
  left: -5.4rem;
  transform: rotate(246deg);
}
#consolidate .sec05 .cont .list__blk:nth-of-type(2)::after {
  width: 7.2rem;
  height: 8.8rem;
  background: url(../img/sec05_icon07.svg) top left/cover no-repeat;
  top: 0.1rem;
  left: 43.6rem;
  transform: rotate(58deg);
}
#consolidate .sec05 .cont .list__blk:nth-of-type(3)::after {
  width: 7.2rem;
  height: 8.8rem;
  background: url(../img/sec05_icon07.svg) top left/cover no-repeat;
  top: 21.2rem;
  left: 5.6rem;
  transform: rotate(224deg);
}
#consolidate .sec05 .cont .list__blk:nth-of-type(4)::after {
  width: 7.2rem;
  height: 8.8rem;
  background: url(../img/sec05_icon06.svg) top left/cover no-repeat;
  top: 21.1rem;
  left: 34.2rem;
  transform: rotate(135deg);
}
#consolidate .sec05 .cont .list__blk .txtbox .txt {
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
}
#consolidate .sec05 .cont .list__blk .txtbox .lead {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #fff;
  line-height: 1.2777777778;
  margin: 1.7rem 0;
}
#consolidate .sec05 .cont .list__blk .blk {
  display: flex;
  align-items: center;
}
#consolidate .sec05 .cont .list__blk .blk .icon {
  width: 100%;
  max-width: 6.8rem;
  position: relative;
  z-index: 1;
}
#consolidate .sec05 .cont .list__blk .blk .list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-left: 1.1rem;
  position: relative;
  z-index: 1;
}
#consolidate .sec05 .cont .list__blk .blk .list02__blk {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 0.7rem;
  background-color: #fff;
  border-radius: 0.7rem;
}
#consolidate .sec06 {
  padding: 7.2rem 0 8rem;
}
#consolidate .sec06 .cont {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
  padding: 0 1rem;
}
#consolidate .sec06 .cont .lead {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
#consolidate .sec06 .cont .list {
  display: flex;
  justify-content: center;
  gap: 0 13.4rem;
  margin-top: 4.3rem;
}
#consolidate .sec06 .cont .list__blk .txt {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2rem;
}
#consolidate .sec06 .cont .list__blk .btn {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #E60012;
  padding: 2.5rem 4rem;
  border: 4px solid #E60012;
  border-radius: 60px;
}
#consolidate .sec06 .cont .list__blk .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #E60012;
}
#consolidate .float {
  position: fixed;
  right: 0.5rem;
  bottom: 9rem;
  z-index: 10;
  width: 100%;
  max-width: 24rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.18);
}
#consolidate .float .batu {
  position: absolute;
  top: -3rem;
  right: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: #ddd;
  cursor: pointer;
}
#consolidate .float .batu::before, #consolidate .float .batu::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.8rem;
  height: 2px;
  background-color: #fff;
}
#consolidate .float .batu::before {
  transform: rotate(45deg);
}
#consolidate .float .batu::after {
  transform: rotate(-45deg);
}
#consolidate .float a {
  display: block;
}/*# sourceMappingURL=style.css.map */