<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&amp;display=swap");
.uniWrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
}

.actHistArea .uniWrap .caption {
  bottom: 0;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .actHistArea .uniWrap .caption {
    bottom: -40px;
    font-size: 10px;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .uniWrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: calc((40 / 750) * 100vw);
    padding-right: calc((40 / 750) * 100vw);
    width: 100%;
  }
}

.uniHeadingLv1 {
  font-size: 32px;
  letter-spacing: .01em;
  line-height: 1.5;
}

.uniHeadingLv1:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.uniHeadingLv1:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media (max-width: 768px) {
  .uniHeadingLv1 {
    font-size: calc((36 / 750) * 100vw);
  }
}

.uniHeadingLv2 {
  color: #1949a1;
  font-size: 24px;
  letter-spacing: .01em;
  line-height: 1.65;
}

.uniHeadingLv2:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.65) * .5em);
  width: 0;
}

.uniHeadingLv2:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.65) * .5em);
  width: 0;
}

.uniHeadingLv2 + .uniTxt {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .uniHeadingLv2 + .uniTxt {
    margin-top: calc((50 / 750) * 100vw);
  }
}

.uniEnTtl {
  color: #858e9e;
  font-family: 'Crimson Text', serif;
  font-size: 15px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .uniEnTtl {
    font-size: calc((28 / 750) * 100vw);
    margin-bottom: calc((30 / 750) * 100vw);
  }
}

.uniTxt {
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 2;
}

.uniTxt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.uniTxt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media (max-width: 768px) {
  .uniTxt {
    font-size: calc((23 / 750) * 100vw);
  }
}

.lowPageHeading {
  padding-bottom: 80px;
}

.headingArea {
  background-image: url("../imgs/bg-heading.png");
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .headingArea {
    background-image: url("../imgs/bg-heading-sp.png");
    padding: calc((80 / 750) * 100vw) 0;
  }
}

.headingArea__ttl {
  font-size: 24px;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .headingArea__ttl {
    font-size: calc((36 / 750) * 100vw);
  }
}

.introArea {
  background-color: #ffffff;
  padding: 90px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .introArea {
    padding: calc((80 / 750) * 100vw) 0 calc((120 / 750) * 100vw);
  }
}

.introArea__img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .introArea__img {
    margin-left: auto;
    margin-right: auto;
    width: calc((700 / 750) * 100vw);
  }
}

.introArea__enTtl {
  font-family: 'Josefin Sans', sans-serif;
}

@media (max-width: 768px) {
  .introArea__enTtl {
    margin-top: calc((40 / 750) * 100vw);
  }
}

.introArea__enTtl .upper {
  display: block;
  font-size: 88px;
  font-weight: 100;
  letter-spacing: -.04em;
  line-height: .85;
}

@media (max-width: 768px) {
  .introArea__enTtl .upper {
    font-size: calc((132 / 750) * 100vw);
  }
}

.introArea__enTtl .lower {
  display: block;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: .85;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .introArea__enTtl .lower {
    font-size: calc((82.5 / 750) * 100vw);
  }
}

.introArea__txtArea {
  margin-top: 85px;
}

@media (max-width: 768px) {
  .introArea__txtArea {
    margin-top: calc((120 / 750) * 100vw);
  }
}

.animationImg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.animationImg__item {
  opacity: 0;
  position: absolute;
  -webkit-transition: .75s;
  transition: .75s;
}

.animationImg__item:nth-child(1) {
  left: 48.2%;
  top: 43.5%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 768px) {
  .animationImg__item:nth-child(1) {
    left: 38%;
    top: 48.8%;
    width: calc((99 / 698) * 100%);
  }
}

.animationImg__item:nth-child(2) {
  left: 37.6%;
  top: 19.5%;
  -webkit-transform: translate(18%, 10%);
  transform: translate(18%, 10%);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

@media (max-width: 768px) {
  .animationImg__item:nth-child(2) {
    left: 20.6%;
    top: 23.6%;
    width: calc((99 / 698) * 100%);
  }
}

.animationImg__item:nth-child(3) {
  left: 59.55%;
  top: 30.8%;
  -webkit-transform: translate(-21.9%, 8.1%);
  transform: translate(-21.9%, 8.1%);
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

@media (max-width: 768px) {
  .animationImg__item:nth-child(3) {
    left: 62%;
    top: 34.1%;
    width: calc((98 / 698) * 100%);
  }
}

.animationImg__item:nth-child(4) {
  left: 34.9%;
  top: 56.4%;
  -webkit-transform: translate(18%, -2%);
  transform: translate(18%, -2%);
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

@media (max-width: 768px) {
  .animationImg__item:nth-child(4) {
    left: 9.9%;
    top: 63.4%;
    width: calc((138 / 698) * 100%);
  }
}

.animationImg__item:nth-child(5) {
  left: 47.67%;
  top: 15.42%;
  -webkit-transform: translate(-15%, 8.1%);
  transform: translate(-15%, 8.1%);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

@media (max-width: 768px) {
  .animationImg__item:nth-child(5) {
    left: 44%;
    top: 7.6%;
    width: calc((102 / 698) * 100%);
  }
}

.animationImg__item:nth-child(6) {
  left: 27.85%;
  top: 0%;
  -webkit-transform: translate(15.7%, 8.1%);
  transform: translate(15.7%, 8.1%);
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

@media (max-width: 768px) {
  .animationImg__item:nth-child(6) {
    left: 3.9%;
    top: .1%;
    width: calc((99 / 698) * 100%);
  }
}

.animationImg__item:nth-child(7) {
  left: 69.7%;
  top: 8.1%;
  -webkit-transform: translate(-24%, -3.9%);
  transform: translate(-24%, -3.9%);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

@media (max-width: 768px) {
  .animationImg__item:nth-child(7) {
    left: 80.3%;
    top: 7.3%;
    -webkit-transform: translate(-19%, 2.1%);
    transform: translate(-19%, 2.1%);
    width: calc((148 / 698) * 100%);
  }
}

.animationImg__item:nth-child(8) {
  left: 17.7%;
  top: 23.8%;
  -webkit-transform: translate(7%, 0.1%);
  transform: translate(7%, 0.1%);
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.animationImg__item:nth-child(9) {
  left: 70.3%;
  top: 30.7%;
  -webkit-transform: translate(-12.2%, 5.1%);
  transform: translate(-12.2%, 5.1%);
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.sai-animate .animationImg .animationImg__item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.animationLine {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.animationLine__item {
  opacity: 0;
  position: absolute;
  -webkit-transition: .75s;
  transition: .75s;
}

.animationLine__item:nth-child(1) {
  left: 41.9%;
  top: 51.8%;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

@media (max-width: 768px) {
  .animationLine__item:nth-child(1) {
    left: 29.8%;
    top: 58.1%;
    width: calc((86 / 698) * 100%);
  }
}

.animationLine__item:nth-child(2) {
  left: 54%;
  top: 60.8%;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

@media (max-width: 768px) {
  .animationLine__item:nth-child(2) {
    left: 50.5%;
    top: 69.5%;
    width: calc((107 / 698) * 100%);
  }
}

.animationLine__item:nth-child(3) {
  left: 41%;
  top: 72.3%;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

@media (max-width: 768px) {
  .animationLine__item:nth-child(3) {
    left: 21.5%;
    top: 82.5%;
    width: calc((125 / 698) * 100%);
  }
}

.animationLine__item:nth-child(4) {
  left: 43.6%;
  top: 38.5%;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

@media (max-width: 768px) {
  .animationLine__item:nth-child(4) {
    left: 33.6%;
    top: 34.1%;
    width: calc((98 / 698) * 100%);
  }
}

.animationLine__item:nth-child(5) {
  left: 32.5%;
  top: 31.5%;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

@media (max-width: 768px) {
  .animationLine__item:nth-child(5) {
    left: 11.7%;
    top: 34.1%;
    width: calc((81 / 698) * 100%);
  }
}

.animationLine__item:nth-child(6) {
  left: 61.7%;
  top: 21.5%;
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

@media (max-width: 768px) {
  .animationLine__item:nth-child(6) {
    left: 74.7%;
    top: 56.1%;
    width: calc((99 / 698) * 100%);
  }
}

.animationLine__item:nth-child(7) {
  left: 29.7%;
  top: 49.5%;
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

@media (max-width: 768px) {
  .animationLine__item:nth-child(7) {
    left: 39.5%;
    top: 46.1%;
    width: calc((105 / 750) * 100%);
  }
}

.animationLine__item:nth-child(8) {
  left: 64%;
  top: 50.5%;
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

@media (max-width: 768px) {
  .animationLine__item:nth-child(8) {
    left: 39.5%;
    top: 46.1%;
    width: calc((105 / 750) * 100%);
  }
}

.sai-animate .animationLine .animationLine__item {
  opacity: 1;
}

.introArea__imgBg {
  opacity: 0;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

@media (max-width: 768px) {
  .introArea__imgBg {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }
}

.sai-animate .introArea__imgBg {
  opacity: 1;
}

.introTxtArea__txt {
  margin-top: 45px;
  white-space: nowrap;
}

.actHistArea {
  background-color: #f9f9f9;
  padding: 95px 0;
}

@media (max-width: 768px) {
  .actHistArea {
    margin-top: 0;
    padding: calc((120 / 750) * 100vw) 0;
  }
}

.actHistArea__ttl {
  text-align: center;
}

.actHistArea__txt {
  text-align: center;
}

.actHistArea__cont {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .actHistArea__cont {
    margin-top: calc((90 / 750) * 100vw);
  }
}

.policyBox {
  border-radius: 18px;
  -webkit-box-shadow: 0 0 18px 7px #cccccc inset;
          box-shadow: 0 0 18px 7px #cccccc inset;
  letter-spacing: .1em;
  margin-top: 40px;
  padding: 40px 0;
  text-align: center;
}

.policyBox__lead {
  border-bottom: 1px solid #7d7d7d;
  font-size: 24px;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 240px;
}

.policyBox__logo {
  display: block;
  margin: 40px auto 0;
  width: 521px;
}

.policyBox__heading {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 35px;
}

.policyBox__col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  width: 95%;
}

.policyBox__list {
  font-size: 16px;
  line-height: 2;
  position: relative;
  text-align: left;
}

.policyBox__list:before {
  border-left: 1px dashed #d2d2d2;
  bottom: 0;
  content: '';
  height: 160px;
  left: -20px;
  position: absolute;
  width: 1px;
}

.policyBox__btn {
  background: #6580bf;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #6580bf), color-stop(80%, #6bc4ce));
  background: linear-gradient(90deg, #6580bf 20%, #6bc4ce 80%);
  border-radius: 30px;
  color: #ffffff;
  display: block;
  line-height: 1;
  margin: 40px auto 0;
  padding: 22px 0;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  width: 520px;
}

.policyBox__btn:before {
  content: url("../imgs/icon-policy.png");
  left: 175px;
  position: absolute;
}

.policyBox__cap {
  font-size: 10px;
  margin: -3px 0 1px 30px;
}

.policyBox__ttl {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .policyBox__btn:hover {
    opacity: .8;
  }
}

@media (max-width: 768px) {
  .policyBox {
    padding: 20px 10px;
  }
  .policyBox__lead {
    font-size: 18px;
    width: 200px;
  }
  .policyBox__logo {
    margin-top: 20px;
    width: 200px;
  }
  .policyBox__heading {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 15px;
  }
  .policyBox__ttl {
    font-size: 12px;
    margin-left: 0;
  }
  .policyBox__col {
    display: block;
    margin: 20px auto 0;
    width: 95%;
  }
  .policyBox__list {
    font-size: 11px;
    margin-top: 10px;
    position: relative;
  }
  .policyBox__list:before {
    border-left: none;
    border-top: 1px dashed #d2d2d2;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 290px;
  }
  .policyBox__btn {
    font-size: 12px;
    margin: 20px auto 0;
    padding: 15px 0;
    position: relative;
    width: 80%;
  }
  .policyBox__btn:before {
    bottom: 8px;
    content: url("../imgs/icon-policy.png");
    left: 60px;
  }
  .policyBox__cap {
    letter-spacing: .1em;
    margin: 0;
  }
}

.actHistFig {
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 0;
  position: relative;
}

.actHistFig__ttl .en {
  font-weight: 100;
}

@media (max-width: 768px) {
  .actHistFig:after {
    background-image: url("../imgs/icon-pinchOut.png");
    background-size: 100% 100%;
    bottom: calc((-50 / 750) * 100vw);
    content: '';
    height: calc((97 / 750) * 100vw);
    position: absolute;
    right: 0;
    width: calc((86 / 750) * 100vw);
  }
}

.actHistFig__item {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  text-align: center;
}

.actHistFig__item .en {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 50px;
  line-height: .85;
}

.actHistFig__item .ja {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.actHistFig__item--01 {
  left: 55px;
  top: 80px;
}

.actHistFig__item--02 {
  left: 430px;
  top: 115px;
}

.actHistFig__item--03 {
  left: 755px;
  top: 150px;
}

.pagination {
  display: none;
}

.actHistLink {
  align-items: center;
  border-radius: 44px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  font-weight: 600;
  height: 48px;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 42px;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.actHistLink:after {
  border: 4px solid #ffffff;
  border-radius: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.actHistLink:before {
  background-image: url("../imgs/icon-arrow-white.png");
  background-size: 100% 100%;
  content: '';
  height: 10px;
  left: 35px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  z-index: 2;
}

.actHistLink--hasLogo {
  height: 88px;
  padding-left: 55px;
}

.actHistLink--hasLogo:before {
  left: 35px;
}

.actHistLink[data-num='1'] {
  left: 400px;
  top: 254px;
  width: 260px;
}

.actHistLink[data-num='2'] {
  left: 400px;
  top: 362px;
  width: 528px;
}

.actHistLink[data-num='3'] {
  left: 400px;
  top: 470px;
  width: 528px;
}

.actHistLink[data-num='4'] {
  left: 400px;
  top: 578px;
  width: 368px;
}

.actHistLink[data-num='5'] {
  left: 500px;
  top: 646px;
  width: 368px;
}

.actHistLink[data-num='6'] {
  left: 350px;
  top: 716px;
  width: 328px;
}

.actHistLink[data-num='7'] {
  left: 350px;
  top: 822px;
  width: 328px;
}

.actHistLink[data-num='8'] {
  left: 350px;
  top: 890px;
  width: 328px;
}

.actHistLink[data-num='9'] {
  left: 570px;
  top: 958px;
  width: 328px;
}

.actHistLink[data-num='10'] {
  left: 350px;
  top: 1066px;
  width: 260px;
}

.actHistLink[data-num='11'] {
  left: 628px;
  top: 1066px;
  width: 260px;
}

.actHistLink[data-num='12'] {
  left: 350px;
  top: 1134px;
  width: 340px;
}

.actHistLink[data-num='13'] {
  left: 420px;
  top: 1202px;
  width: 518px;
}

.actHistLink[data-num='14'] {
  left: 199px;
  top: 1310px;
  width: 639px;
}

.actHistLink[data-num='15'] {
  left: 40px;
  top: 1418px;
  width: 260px;
}

.actHistLink[data-num='16'] {
  left: 338px;
  top: 1418px;
  width: 358px;
}

.actHistLink[data-num='17'] {
  left: 338px;
  top: 1486px;
  width: 358px;
}

.actHistLink[data-num='18'] {
  left: 40px;
  top: 1553px;
  width: 707px;
}

.actHistLink[data-num='19'] {
  left: 40px;
  top: 1621px;
  width: 430px;
}

.actHistLink--red {
  background-color: #ff5a00;
}

.actHistLink--orange {
  background-color: #f5a400;
}

.actHistLink--blue {
  background-color: #58a4cc;
}

.actHistLink--yellow {
  background-color: #fcc800;
}

.actHistLink--lightYellow {
  background-color: #fcce5b;
}

.actHistLink--lightBlue {
  background-color: #98cdde;
}

.actHistLink--gray {
  background-color: #9f8e7b;
}

.actHistLink--green {
  background-color: #6eb92b;
}

.actHistLink__item {
  -webkit-box-flex: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
}

.actHistLink__ttl {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
}

.actHistLink__logo {
  align-items: center;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  flex-grow: 1;
  -ms-flex-pack: center;
  -ms-flex-positive: 1;
  height: calc(100% + 8px);
  justify-content: center;
  padding-left: 8px;
  padding-right: 13px;
}

.actHistLink:hover {
  background-color: #ffffff;
  color: #000000;
}

.actHistLink:hover:before {
  background-image: url("../imgs/icon-arrow-black.png");
}

.actHistLink__item--solecoPlus {
  -webkit-box-flex: 1.3;
      -ms-flex-positive: 1.3;
          flex-grow: 1.3;
}

.historyArea {
  background-color: #ffffff;
  padding: 110px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .historyArea {
    padding: calc((160 / 750) * 100vw) 0;
  }
}

.historyArea__txt {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .historyArea__txt {
    margin-top: calc((60 / 750) * 100vw);
    text-align: left;
  }
}

.historyArea__link {
  margin-top: 43px;
}

@media (max-width: 768px) {
  .historyArea__link {
    margin-top: calc((60 / 750) * 100vw);
    text-align: left;
  }
}

.historyArea .caption {
  bottom: -30px;
  letter-spacing: 0;
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .historyArea .caption {
    bottom: -25px;
    position: absolute;
    right: 0;
  }
}

.historyFig {
  background-color: #fafafa;
  border: 1px solid #e4e4e4;
  margin-top: 40px;
  padding: 50px 20px;
}

@media (max-width: 768px) {
  .historyFig {
    margin-top: calc((60 / 750) * 100vw);
    padding: calc((60 / 750) * 100vw) calc((30 / 750) * 100vw);
  }
}

.historyFig__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  position: relative;
}

.historyFig .historyMeter {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.historyFig .historyMeter__item {
  bottom: 3.4%;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  width: calc((26.8 / 900) * 100%);
}

.historyFig .historyMeter__item:nth-child(1) {
  left: 5.2%;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.historyFig .historyMeter__item:nth-child(2) {
  left: 12.1%;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.historyFig .historyMeter__item:nth-child(3) {
  left: 19.2%;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.historyFig .historyMeter__item:nth-child(4) {
  left: 26%;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.historyFig .historyMeter__item:nth-child(5) {
  left: 32.6%;
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.historyFig .historyMeter__item:nth-child(6) {
  left: 39.64%;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.historyFig .historyMeter__item:nth-child(7) {
  left: 46.6%;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.historyFig .historyMeter__item:nth-child(8) {
  left: 53.3%;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.historyFig .historyMeter__item:nth-child(9) {
  left: 60.2%;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.historyFig .historyMeter__item:nth-child(10) {
  left: 67%;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.historyFig .historyMeter__item:nth-child(11) {
  left: 73.8%;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.historyFig .historyMeter__item:nth-child(12) {
  left: 80.6%;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.historyFig .historyMeter__item:nth-child(13) {
  left: 87.8%;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.historyFig .historyMeter__item:nth-child(14) {
  left: 95%;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.historyFig .historyMeter.sai-animate .historyMeter__item {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (min-width: 769px) {
  .discModal {
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    z-index: 20000;
  }
  .discModal__overLay {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .discModal__inner {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 475px;
    z-index: 2;
  }
  .discModal__closeBtn {
    bottom: calc(100% + 10px);
    height: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2;
  }
  .discModal__closeBtn img {
    vertical-align: sub;
  }
  .discModal__cont {
    height: 100%;
    width: 100%;
  }
  .discModal.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 768px) {
  .discModal__closeBtn {
    display: none;
  }
}

.discBlc {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  font-family: 'Noto Sans Japanese', sans-serif;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 769px) {
  .discBlc {
    display: none;
  }
  .discBlc.is-active {
    display: block;
  }
}

@media (max-width: 768px) {
  .discBlc {
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .discBlc + .discBlc {
    margin-top: calc((60 / 750) * 100vw);
  }
}

.discBlc--red .discBlc__ttl {
  background-color: #ff5a00;
}

.discBlc--orange .discBlc__ttl {
  background-color: #f5a400;
}

.discBlc--blue .discBlc__ttl {
  background-color: #58a4cc;
}

.discBlc--yellow .discBlc__ttl {
  background-color: #fcc800;
}

.discBlc--lightYellow .discBlc__ttl {
  background-color: #fcce5b;
}

.discBlc--lightBlue .discBlc__ttl {
  background-color: #98cdde;
}

.discBlc--gray .discBlc__ttl {
  background-color: #9f8e7b;
}

.discBlc--green .discBlc__ttl {
  background-color: #6eb92b;
}

.discBlc__ttl {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 24px;
  padding-top: 24px;
}

@media (max-width: 768px) {
  .discBlc__ttl {
    font-size: calc((32 / 750) * 100vw);
    padding-bottom: calc((36 / 750) * 100vw);
    padding-top: calc((36 / 750) * 100vw);
  }
}

.discBlc__txtArea {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .discBlc__txtArea {
    padding: calc((50 / 750) * 100vw) 0;
  }
}

.discBlc__logo {
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
}

.discBlc__logo--mantion {
  width: calc((375 / 750) * 100%);
}

.discBlc__logo--soleco {
  width: calc((260 / 750) * 100%);
}

.discBlc__logo--evShare {
  width: calc((235 / 750) * 100%);
}

.discBlc__logo--bousai {
  width: calc((300 / 750) * 100%);
}

.discBlc__logo--zeh {
  width: calc((230 / 750) * 100%);
}

.discBlc__logo--kinomori {
  width: calc((230 / 750) * 100%);
}

.discBlc__logo--bioNet {
  width: calc((220 / 750) * 100%);
}

@media (max-width: 768px) {
  .discBlc__logo {
    margin-bottom: calc((40 / 750) * 100vw);
  }
}

.discBlc__txt {
  font-family: 'Noto Serif Japanese', serif;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2;
}

.discBlc__txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.discBlc__txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media (max-width: 768px) {
  .discBlc__txt {
    font-size: calc((22 / 750) * 100vw);
    letter-spacing: .05em;
  }
}

@media (min-width: 769px) {
  .hideBlock__btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .hideBlock {
    margin-top: calc((80 / 750) * 100vw);
  }
  .hideBlock__inner {
    height: 0;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .hideBlock__cont {
    padding-bottom: calc((60 / 750) * 100vw);
  }
  .hideBlock__btn {
    border-bottom: 1px dashed #dcdcdc;
    border-top: 1px dashed #dcdcdc;
    padding: calc((60 / 750) * 100vw) 0;
  }
  .hideBlock__btn span {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: none;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: calc((28 / 750) * 100vw);
    justify-content: center;
    line-height: 1;
  }
  .hideBlock__btn span img {
    margin-right: .5em;
    vertical-align: sub;
    width: calc((28 / 750) * 100vw);
  }
  .hideBlock__btn .open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hideBlock.is-open .hideBlock__btn .open {
    display: none;
  }
  .hideBlock.is-open .hideBlock__btn .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.initiativeArea {
  background-color: #ffffff;
  padding-bottom: 85px;
}

.initiativeArea__ttl {
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .initiativeArea {
    padding-bottom: calc((160 / 750) * 100vw);
  }
}

.initiativeArea__ttlBlc {
  background-image: url("../imgs/bg-forest.png");
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 80px;
  padding: 180px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .initiativeArea__ttlBlc {
    font-size: calc((40 / 750) * 100vw);
    margin-bottom: calc((120 / 750) * 100vw);
    padding: calc((160 / 750) * 100vw) 0;
  }
}

.topicBlc {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  position: relative;
}

.topicBlc + .topicBlc {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .topicBlc + .topicBlc {
    margin-top: calc((120 / 750) * 100vw);
  }
}

@media (min-width: 769px) {
  .topicBlc--solarpanel {
    padding-bottom: 30px;
  }
}

.topicBlc__inner {
  padding: 65px 40px 20px;
}

@media (max-width: 768px) {
  .topicBlc__inner {
    padding: calc((120 / 750) * 100vw) calc((30 / 750) * 100vw) calc((80 / 750) * 100vw);
  }
}

.topicBlc__label {
  align-items: center;
  background-color: #d0d94c;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 18px;
  height: 120px;
  justify-content: center;
  letter-spacing: .1em;
  position: absolute;
  right: -20px;
  text-align: center;
  top: -20px;
  width: 120px;
}

@media (max-width: 768px) {
  .topicBlc__label {
    font-size: 12px;
    height: calc((160 / 750) * 100vw);
    right: calc((-30 / 750) * 100vw);
    top: calc((-60 / 750) * 100vw);
    width: calc((160 / 750) * 100vw);
  }
}

.topicBlc__label .strong {
  font-size: 172%;
  line-height: 1;
}

.topicBlc__label .en {
  font-family: 'Crimson Text', serif;
}

.topicBlc__label .cap-icon {
  bottom: 44px;
  font-size: 10px;
  position: absolute;
}

@media (max-width: 768px) {
  .topicBlc__label .cap-icon {
    bottom: 26px;
  }
}

.topicBlc__head {
  font-size: 36px;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .topicBlc__head {
    font-size: calc((40 / 750) * 100vw);
    margin-top: calc((80 / 750) * 100vw);
  }
}

.topicBlc__ttl {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 50px;
  text-align: center;
}

.topicBlc__ttl .cap-icon {
  font-size: 50%;
  vertical-align: super;
}

.topicBlc__ttl:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.topicBlc__ttl:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

@media (max-width: 768px) {
  .topicBlc__ttl {
    font-size: calc((35 / 750) * 100vw);
  }
}

.topicBlc__txt {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .topicBlc__txt {
    font-size: 14px;
  }
}

.topicBlc__logo {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .topicBlc__logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc((80 / 750) * 100vw);
    max-width: 70%;
  }
}

.topicBlc__item {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .topicBlc__item {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc((80 / 750) * 100vw);
    max-width: 70%;
  }
}

.topicBlc__fig {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .topicBlc__fig {
    margin-top: calc((80 / 750) * 100vw);
  }
}

.topicBlc__inner .caption {
  color: #000000;
  font-size: 12px;
  margin-left: 183px;
  margin-top: 14px;
  text-align: left;
}

@media (max-width: 768px) {
  .topicBlc__inner .caption {
    font-size: 10px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .topicBlc--zeh .topicBlc__inner .caption {
    margin-left: 285px;
  }
}

.bioNetFig {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 60px 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .bioNetFig {
    padding: calc((60 / 750) * 100vw) calc((30 / 750) * 100vw) calc((100 / 750) * 100vw);
    position: relative;
  }
  .bioNetFig__inner {
    overflow-x: scroll;
    padding-bottom: calc((30 / 750) * 100vw);
  }
  .bioNetFig__inner img {
    max-width: 200vw;
    width: 140vw;
  }
  .bioNetFig:after {
    background-image: url("../imgs/icon-scroll.png");
    background-size: 100% 100%;
    bottom: calc((30 / 750) * 100vw);
    content: '';
    height: calc((91 / 750) * 100vw);
    position: absolute;
    right: calc((30 / 750) * 100vw);
    width: calc((51 / 750) * 100vw);
  }
}

.mantionFig {
  background-color: #f8f8f8;
  border-radius: 10px;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .mantionFig {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc((60 / 750) * 100vw) calc((30 / 750) * 100vw) calc((100 / 750) * 100vw);
    position: relative;
  }
}

@media (max-width: 768px) {
  .mantionFig__item {
    margin-left: auto;
    margin-right: auto;
  }
  .mantionFig__item:nth-child(1) {
    width: calc((394 / 450) * 100%);
  }
  .mantionFig__item:nth-child(2) {
    margin-top: calc((60 / 750) * 100vw);
    width: calc((414 / 450) * 100%);
  }
}

.bousaiLogo {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bousaiLogo__txt {
  color: #715b46;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .bousaiLogo__txt {
    font-size: 16px;
  }
}

.bousaiLogo__img {
  margin-left: 25px;
}

@media (max-width: 768px) {
  .bousaiLogo__img {
    margin-left: calc((40 / 750) * 100vw);
    width: calc((400 / 750) * 100vw);
  }
}

.bousaiPhoto {
  background-color: #f8f8f8;
  border-radius: 10px;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .bousaiPhoto {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc((60 / 750) * 100vw) calc((30 / 750) * 100vw) calc((60 / 750) * 100vw);
    position: relative;
  }
}

@media (min-width: 769px) {
  .bousaiPhoto__item:nth-child(2) {
    margin-left: 4px;
  }
}

@media (max-width: 768px) {
  .bousaiPhoto__item:nth-child(1) {
    width: calc((401 / 432) * 100%);
  }
  .bousaiPhoto__item:nth-child(2) {
    margin-top: calc((5 / 750) * 100vw);
    width: calc((432 / 432) * 100%);
  }
}

.solecoOrderList {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .solecoOrderList {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .solecoOrderList__item {
    width: calc((443 / 920) * 100%);
  }
  .solecoOrderList__item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .solecoOrderList__item {
    width: 100%;
  }
  .solecoOrderList__item:nth-child(n + 2) {
    margin-top: calc((20 / 750) * 100vw);
  }
}

@media (min-width: 769px) {
  .solecoOrderList--solecoplus {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solecoOrderList--solecoplus .solecoOrderList__item:nth-child(2) {
    margin-left: calc((30 / 920) * 100%);
    width: calc((225 / 920) * 100%);
  }
}

@media (max-width: 768px) {
  .solecoOrderList--solecoplus .solecoOrderList__item:nth-child(2) {
    margin: calc((20 / 750) * 100vw) auto 0;
    width: calc((480 / 750) * 100%);
  }
}

.soleiyuFig {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .soleiyuFig {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc((80 / 750) * 100vw) calc((30 / 750) * 100vw) calc((80 / 750) * 100vw);
    position: relative;
  }
}

.soleiyuFig__item:nth-child(1) {
  width: 430px;
}

@media (max-width: 768px) {
  .soleiyuFig__item:nth-child(1) {
    width: calc((430 / 430) * 100%);
  }
}

.soleiyuFig__item:nth-child(2) {
  margin-left: 104px;
  position: relative;
  width: 332px;
}

@media (max-width: 768px) {
  .soleiyuFig__item:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc((160 / 750) * 100vw);
    width: calc((332 / 332) * 100%);
  }
}

.soleiyuFig__item:nth-child(2):after {
  background-image: url("../imgs/icon-equal.png");
  background-size: 100% 100%;
  content: '';
  height: 29px;
  left: -78px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 62px;
}

@media (max-width: 768px) {
  .soleiyuFig__item:nth-child(2):after {
    height: calc((62 / 500) * 100vw);
    left: 50%;
    top: calc((-110 / 750) * 100vw);
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: calc((56 / 500) * 100vw);
  }
}

.topicEffect {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .topicEffect {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc((60 / 750) * 100vw);
  }
}

.topicEffect__ttl {
  background-color: #6eb92b;
  border-radius: 23px;
  color: #ffffff;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
  padding: 8px 23px 7px;
}

@media (max-width: 768px) {
  .topicEffect__ttl {
    border-radius: calc((40 / 750) * 100vw);
    margin-bottom: calc((20 / 750) * 100vw);
    padding: calc((10 / 750) * 100vw) calc((30 / 750) * 100vw);
  }
}

.topicBlc__logo + .topicEffect {
  margin-top: 52px;
}

.topicEffectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 768px) {
  .topicEffectList {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.5;
  }
}

.topicEffectList--vertical {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topicEffectList--vertical .topicEffectList__item:nth-child(n + 2) {
  margin-left: 0;
  margin-top: 10px;
}

.topicEffectList__item {
  letter-spacing: .1em;
  padding-left: 19px;
  position: relative;
}

@media (min-width: 769px) {
  .topicEffectList__item:nth-child(n + 2) {
    margin-left: 20px;
  }
}

.topicEffectList__item:after {
  background-color: #d0d94c;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  z-index: 2;
}

@media (max-width: 768px) {
  .topicEffectList__item:after {
    height: calc((16 / 750) * 100vw);
    top: calc((14 / 750) * 100vw);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: calc((16 / 750) * 100vw);
  }
}

@media (max-width: 768px) {
  .topicEffectList__item + .topicEffectList__item {
    margin-top: calc((16 / 750) * 100vw);
  }
}

.detailBox {
  background-color: #efefef;
  border-top: 1px solid #dcdcdc;
  padding: 0 40px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 768px) {
  .detailBox {
    padding: 0 calc((30 / 750) * 100vw);
  }
}

.detailBox__inner {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.detailBox__cont {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .detailBox__cont {
    padding-top: calc((60 / 750) * 100vw);
  }
}

.detailBox__contInner {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 40px 0 60px;
}

@media (max-width: 768px) {
  .detailBox__contInner {
    padding: calc((60 / 750) * 100vw) 0 calc((80 / 750) * 100vw);
  }
}

.detailBox__ttl {
  border-bottom: 1px solid #dcdcdc;
  color: #1949a1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 38px;
  padding-bottom: 37px;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .detailBox__ttl {
    border-bottom: 1px solid #dcdcdc;
    font-size: calc((36 / 750) * 100vw);
    margin-bottom: calc((80 / 750) * 100vw);
    padding-bottom: calc((60 / 750) * 100vw);
  }
}

.detailBox__link {
  display: block;
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .detailBox__link {
    margin-top: calc((60 / 750) * 100vw);
    padding-left: calc((30 / 750) * 100vw);
    padding-right: calc((30 / 750) * 100vw);
  }
  .detailBox__link .detailLink {
    font-size: 12px;
  }
}

.detailBox__txt {
  cursor: pointer;
  padding: 30px 0;
  text-align: center;
}

.detailBox__txt span {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.detailBox__txt span img {
  margin-right: .5em;
  vertical-align: sub;
  width: 14px;
}

@media (max-width: 768px) {
  .detailBox__txt span img {
    width: calc((28 / 750) * 100vw);
  }
}

@media (max-width: 768px) {
  .detailBox__txt span {
    font-size: calc((28 / 750) * 100vw);
  }
}

.detailBox__txt .open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detailBox.is-open .detailBox__txt .open {
  display: none;
}

.detailBox.is-open .detailBox__txt .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detailList {
  margin-left: auto;
  margin-right: auto;
  max-width: 710px;
}

@media (max-width: 768px) {
  .detailList {
    width: calc((520 / 750) * 100vw);
  }
}

.detailList__item {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2;
  padding-left: 19px;
  position: relative;
}

.detailList__item:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.detailList__item:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media (max-width: 768px) {
  .detailList__item {
    font-size: calc((22 / 750) * 100vw);
    letter-spacing: .1em;
    line-height: 1.7;
    padding-left: calc((40 / 750) * 100vw);
  }
  .detailList__item:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.7) * .5em);
    width: 0;
  }
  .detailList__item:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.7) * .5em);
    width: 0;
  }
}

.detailList__item:after {
  background-color: #d0d94c;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: .75em;
  width: 10px;
  z-index: 2;
}

@media (max-width: 768px) {
  .detailList__item:after {
    height: calc((16 / 750) * 100vw);
    top: calc((12 / 750) * 100vw);
    width: calc((16 / 750) * 100vw);
  }
}

.detailList__item + .detailList__item {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .detailList__item + .detailList__item {
    margin-top: calc((40 / 750) * 100vw);
  }
}

.detailLink {
  background: -webkit-gradient(linear, left top, right top, from(#6580bf), to(#6bc4ce));
  background: linear-gradient(90deg, #6580bf 0%, #6bc4ce 100%);
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 22px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 580px;
}

@media (max-width: 768px) {
  .detailLink {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.5;
    padding: calc((30 / 750) * 100vw) 0 calc((30 / 750) * 100vw) calc((40 / 750) * 100vw);
    width: 100%;
  }
}

.detailLink:before {
  background-image: url("../imgs/icon-arrow-white.png");
  background-size: 100% 100%;
  content: '';
  height: 10px;
  left: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  z-index: 2;
}

@media (max-width: 768px) {
  .detailLink:before {
    left: calc((50 / 750) * 100vw);
  }
}

.detailLink:hover {
  opacity: .6;
}

.subTalkBlc {
  background-color: #f9f9f9;
  padding: 80px 0;
}

@media (max-width: 768px) {
  .subTalkBlc {
    padding: calc((160 / 750) * 100vw) 0;
  }
}

.subTalkBlc__ttlArea {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .subTalkBlc__ttlArea {
    margin-top: calc((80 / 750) * 100vw);
  }
}

.subTalkCol {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subTalkCol__item {
  width: 490px;
}

@media (max-width: 768px) {
  .subTalkCol__item {
    width: 48.5%;
  }
}

.subTalkCont {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-top: 85px;
  position: relative;
}

@media (max-width: 768px) {
  .subTalkCont {
    margin-top: calc((150 / 750) * 100vw);
  }
}

.subTalkCont__hanrei {
  position: absolute;
  right: 0;
  top: -35px;
}

@media (max-width: 768px) {
  .subTalkCont__hanrei {
    top: -45px;
  }
}

.subTalkCont__hanrei span {
  font-size: 12px;
  letter-spacing: .1em;
  margin-left: 10px;
  padding-left: 19px;
  position: relative;
}

.subTalkCont__hanrei span:after {
  background-color: #d0d94c;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 2;
}

.subTalkCont__hanrei span.discBlue:after {
  background-color: #33bfdd;
}

@media (max-width: 768px) {
  .subTalkCont__hanrei span {
    display: block;
    padding-bottom: 5px;
  }
}

.subTalkCont__ttl {
  border-bottom: 1px dashed #dcdcdc;
  font-size: 16px;
  line-height: 1;
  padding: 42px 0 42px;
  text-align: center;
}

@media (max-width: 768px) {
  .subTalkCont__ttl {
    font-size: calc((32 / 750) * 100vw);
    padding: calc((60 / 750) * 100vw) 0;
  }
}

.subTalkCont__inner {
  padding: 40px 65px 40px 40px;
}

@media (max-width: 768px) {
  .subTalkCont__inner {
    padding: calc((60 / 750) * 100vw) calc((40 / 750) * 100vw) calc((100 / 750) * 100vw);
  }
}

.subTalkCont__listBlock {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .subTalkCont__listBlock {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.subTalkCont__listBlock.subTalklistBlock02,
.subTalkCont__listBlock.subTalklistBlock03 {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .subTalkCont__listBlock.subTalklistBlock02,
  .subTalkCont__listBlock.subTalklistBlock03 {
    padding-top: 60px;
  }
}

.subTalkCont__list {
  width: 640px;
}

@media (max-width: 768px) {
  .subTalkCont__list {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .subTalkCont__img {
    margin-top: calc((80 / 750) * 100vw);
    text-align: center;
    width: 100%;
  }
}

.subTalklistBlock01 .subTalkCont__img {
  width: 220px;
}

.subTalklistBlock02 .subTalkCont__img {
  position: relative;
  width: 444px;
}

@media (max-width: 768px) {
  .subTalklistBlock02 .subTalkCont__img {
    width: 100%;
  }
}

.subTalklistBlock02 .subTalkCont__img .cartcanImg02 {
  bottom: 40px;
  left: -40px;
  position: absolute;
}

@media (max-width: 768px) {
  .subTalklistBlock02 .subTalkCont__img .cartcanImg02 {
    padding-top: 30px;
    position: static;
  }
}

.subTalklistBlock03 .subTalkCont__img {
  margin-left: auto;
  margin-right: auto;
  width: 270px;
}

.subTalkCont__img .cap {
  color: #000000;
  font-size: 12px;
  margin: 10px auto 0;
  text-align: left;
  width: 265px;
}

.subTalkList__item {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2;
  padding-left: 19px;
  position: relative;
}

.subTalkList__item .cap {
  color: #000000;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.subTalkList__item:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.subTalkList__item:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media (max-width: 768px) {
  .subTalkList__item {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.7;
  }
  .subTalkList__item:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.7) * .5em);
    width: 0;
  }
  .subTalkList__item:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.7) * .5em);
    width: 0;
  }
}

.subTalkList__item:after {
  background-color: #d0d94c;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 10px;
  z-index: 2;
}

.subTalklistBlock02 .subTalkList__item:after,
.subTalklistBlock03 .subTalkList__item:after {
  background-color: #33bfdd;
}

@media (max-width: 768px) {
  .subTalkList__item:after {
    height: calc((16 / 750) * 100vw);
    top: calc((13 / 750) * 100vw);
    width: calc((16 / 750) * 100vw);
  }
}

.subTalkList__item + .subTalkList__item {
  margin-top: 17px;
}

.subTalkList__img {
  margin-right: 35px;
  padding-top: 10px;
  text-align: right;
}

@media (max-width: 768px) {
  .subTalkList__img {
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
  }
}
</pre></body></html>