<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* lp-dream2023 */
#lpContents {
  text-align: center;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  color: #000;
}
#lpContents ul {
  list-style: none;
}
.bgGradation {
  background: -moz-linear-gradient(50% 100% 90deg,rgba(255, 213, 231, 1) 0%,rgba(59, 195, 235, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 213, 231, 1) 0%, rgba(59, 195, 235, 1) 100%);
  background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 213, 231, 1) ),color-stop(1,rgba(59, 195, 235, 1) ));
  background: linear-gradient(0deg, rgba(255, 213, 231, 1) 0%, rgba(59, 195, 235, 1) 100%);
}
.challengeTopBG {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.challengeTopBG::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(50% 100% 90deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(1,rgba(255, 255, 255, 0) ));
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.borderTtl img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.subTtl {
  margin-bottom: .8em;
  font-weight: 900;
  color: #0060d5;
  line-height: 1.2;
}
.bodyText {
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}
.bodyText + .bodyText {
  margin-top: 1.375em;
}
.bodyText a,
.note a,
.trainerProf a {
  color: #0071bb;
  text-decoration: underline;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .onlySP {
    display: none;
  } 
  .challengeTopBG {
    height: 1130px;
  }
  .challengeTopBG::before {
    height: 254px;
  }
  .borderTtl {
    margin-bottom: 20px;
  }
  .borderTtl img {
    height: 32px;
  }
  .subTtl {
    font-size: 25px;
  }
  .bodyText a:hover,
  .note a:hover,
  .trainerProf a:hover {
    text-decoration: none;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .onlyPC {
    display: none;
  } 
  .challengeTopBG {
    padding-bottom: 199%;
  }
  .challengeTopBG::before {
    padding-bottom: 33.8%;
  }
  .borderTtl {
    margin-bottom: 3.4vw;
  }
  .borderTtl img {
    height: 7.46vw;
  }
  .subTtl {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

#thanksTitle,
.challengeMV {
  max-width: 960px;
  margin: 0 auto;
}
.thanksLead {
  font-weight: 700;
  line-height: 1.75;
  color: #0060d5;
}
.challengeList {
  margin: 0 auto;
}
.challengeList a {
  display: block;
  position: relative;
}
.challengeList .more {
  position: absolute;
  display: block;
  width: 95%;
  left: 2.5%;
  bottom: 0;
  margin-bottom: 4.3%;
  padding: .45em 0;
  background-color: #0060d5;
  color: #fff;
  border-radius: 3em;
  font-weight: 700;
  text-align: center;
}
.indexFtMsg img {
  width: 100%;
  height: auto;
}
.indexSendMessage {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.indexSendMessage .ttl {
  pointer-events: none;
}
/* .indexSendMessage .comment,
.indexSendMessage .messageBtn {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 0;
} */
.indexSendMessage .messageNote {
  margin: 2em 0 0;
  padding: 0;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
}
.indexSendMessage .messageNote &gt; li {
  padding-left: 1em;
  text-indent: -1em;
}

.indexSendMessage .comment {
  font-weight: 700;
  color: #595959;
  line-height: 1.75;
  text-align: left;
  background: url("../img/lp-dream2023/bg_cloud_l.svg") no-repeat center center;
  background-size: 100% 100%;
}

.challengeLead {
  width: 93.6%;
  max-width: 702px;
  margin: 0 auto;
  background-color: #7faedc;
  color: #fff;
  line-height: 1.75;
  font-weight: 500;
  text-align: left;
}
.profileBlock {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.profileBlock .caption {
  font-weight: 700;
  color: #3a3a3a;
}
.challengInfo {
  max-width: 960px;
  margin: 0 auto;
}
.sendMessage {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.sendMessage .cloud {
  position: absolute;
  background: url("../img/lp-dream2023/bg_cloud_l.svg") no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.sendMessage .comment {
  font-weight: 700;
  line-height: 1.75;
  color: #595959;
  text-align: left;
}
.sendMessage .messageBtn {
  margin: 0 auto;
  width: 87%;
}
.sendMessage .messageNote {
  padding: 0;
  margin: 2em 0 0;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
}
.sendMessage .messageNote &gt; li {
  padding-left: 1em;
  text-indent: -1em;
}

.storyTtl .txt {
  display: block;
  font-weight: 900;
  color: #0060d4;
}
.c1-story_03 {
  max-width: 960px;
  margin: 0 auto;
}
.c1-story_03 .caption {
  font-weight: 700;
  line-height: 1.75;
  font-size: 15px;
}

.hmLink .bnr a {
  display: block;
  background-color: #dddfdf;
}
.hmLink .ttl {
  font-weight: 900;
  color: #0060d4;
}
.challengInfo.c2 .ph02 {
  background-color: #dfdfdf;
}
.storyClm .cph {
  position: relative;
  z-index: 5;
}
.storyClm .trainer {
  background-color: #dfdfdf;
  text-align: left;
}
.movieArea {
  background-color: #000;
  max-width: 960px;
  margin: 0 auto;
}
.movieArea .movieLink {
  display: block;
  position: relative;
}
.movieArea .movieLink::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/lp-dream2023/ico_play.svg") no-repeat center center;
  background-size: 100% auto;
  z-index: 3;
}
.c2-ftImg {
  max-width: 960px;
  margin: 0 auto;
}
.c2-ftImg .caption {
  font-weight: 700;
  line-height: 1.75;
  font-size: 15px;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .thanksLead {
    margin: 15px 0 45px;
    font-size: 22px;
  }
  .challengeList {
    width: 92%;
    max-width: 960px;
    display: flex;
    justify-content: center;
    padding: 0 0 40px;
    flex-wrap: wrap;
  }
  .challengeList &gt; li {
    width: 49.8%;
  }
  .challengeList &gt; li:nth-of-type(odd) {
    margin-left: -1.4%;
    margin-right: 1.6%;
  }
  .challengeList &gt; li:nth-of-type(n+3) {
    margin-top: 4%;
  }
  .challengeList .more {
    font-size: 2.1vw;
  }
  .challengeList a:hover .more {
    text-decoration: underline;
  }
  .indexFtMsg {
    max-width: 581px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .indexSendMessage {
    padding-bottom: 45px;
  }
  .indexSendMessage .ttl {
    max-width: 605px;
    margin: 0 auto -90px;
  }
  .indexSendMessage .comment {
    /* margin-top: 29.5%;
    font-size: 2.01vw; */
    padding: 115px 0 130px;
    margin-bottom: -100px;
    font-size: 21px;
  }
  .indexSendMessage .comment p {
    max-width: 556px;
    margin: 0 auto;
  }
  /* .indexSendMessage .messageBtn {
    margin-top: 50%;
  } */
  .indexSendMessage .messageBtn a {
    display: block;
    max-width: 492px;
    margin: 0 auto;
  }
  .indexSendMessage .messageBtn a img {
    transition: opacity .1s linear;
  }
  .indexSendMessage .messageBtn a:hover img {
    opacity: .75;
  }
  .indexSendMessage .messageNote {
    max-width: 556px;
  }
  .challengeLead {
    font-size: 15px;
    margin-bottom: 40px;
    border-radius: 20px;
    padding: 26px;
  }
  .profileBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .profileBlock .text {
    margin-top: 20px;
  }
  .profileBlock.c1 .ph {
    width: 27.5%;
  }
  .profileBlock.c1 .text {
    width: 69%;
  }
  .profileBlock.c2 .ph {
    width: 45.4%;
  }
  .profileBlock.c2 .text {
    width: 52.0833%;
  }
  .profileBlock.c1 .text &gt; * {
    max-width: 622px;
  }
  .profileBlock .caption {
    margin: 10px 0 0 10px;
    font-size: 15px;
    text-align: left;
  }
  .challengInfo {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .challengInfo .inner {
    width: 52.0833%;
  }
  .challengInfo .ph {
    position: absolute;
    left: 0;
    top: 0;
  }
  .challengInfoSec + .challengInfoSec {
    margin-top: 40px;
  }
  .challengInfo.c1::before {
    content: "";
    display: block;
    width: 41.67%;
    padding-bottom: 90.52%;
  }
  .challengInfo.c1 .ph {
    width: 41.67%;
  }
  .challengInfo.c1 .ph02 {
    margin-top: 31.56%;
  }
  .challengInfo.c2::before {
    content: "";
    display: block;
    width: 45.4%;
    padding-bottom: 79.4%;
  }
  .challengInfo.c2 .ph {
    width: 45.4%;
  }
  .challengInfo.c2 .ph02 {
    margin-top: 39.45%;
    padding: 3.5%;
  }
  .challengInfo.c2 .ph02 img {
    display: block;
    margin: 3.5% 0;
  }
  .sendMessage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 75px 0 20px;
    margin-bottom: 35px;
    overflow: hidden;
  }
  .sendMessage .ttl,
  .sendMessage .comment,
  .sendMessage .messageBtn {
    position: relative;
    z-index: 5;
  }
  .sendMessage .ttl {
    width: 360px;
  }
  .sendMessage .cloud {
    width: 560px;
    height: 330px;
    top: 30px;
    left: 50%;
    margin-left: -100px;
  }
  .sendMessage .comment {
    width: 350px;
    font-size: 16px;
    margin-left: 30px;
  }
  .sendMessage .messageBtn {
    padding-top: 30px;
  }
  .sendMessage .messageBtn a {
    display: block;
    max-width: 409px;
    margin: 0 auto;
  }
  .sendMessage .messageBtn img {
    transition: opacity .1s linear;
  }
  .sendMessage .messageBtn a:hover img {
    opacity: .75;
  }

  .storyClm {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .storyTtl {
    text-align: left;
    line-height: 1.27;
    font-size: 25px;
    margin-bottom: .8em;
  }
  .storyTtl .imgTtl {
    display: block;
    width: 245px;
    margin-left: -10px;
    margin-bottom: -5px;
  }
  .c1-story_01.storyClm {
    flex-direction: row-reverse;
    margin-bottom: 25px;
  }
  .c1-story_01.storyClm .ph {
    width: 54.16%;
  }
  .c1-story_01.storyClm .text {
    width: 42.5%;
  }
  .c1-story_02.storyClm {
    /* align-items: center; */
    margin-bottom: 50px;
  }
  .c1-story_02.storyClm .ph {
    width: 42.4%;
  }
  .c1-story_02.storyClm .cph {
    margin-bottom: -3.93%;
  }
  .c1-story_02.storyClm .trainer {
    /* padding: 7.8% 6.9% 3.93%; */
    padding: 7.8% 5.5% 3.93%;
    margin-left: -33%;
  }
  .c1-story_02.storyClm .trainerName {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 .5em;
  }
  .c1-story_02.storyClm .trainerProf {
    /* font-size: 15px; */
    font-size: 14px;
    line-height: 1.75;
  }
  .c1-story_02.storyClm .text {
    /* width: 54.375%; */
    width: 40%;
  }
  .c2-story.storyClm {
    margin-bottom: 25px;
  }
  .c2-story.storyClm .ph {
    width: 52.9%;
  }
  .c2-story.storyClm .ph + .bodyText,
  .c2-story.storyClm .subPh + .bodyText {
    margin-top: 1.375em;
  }
  .bodyText + .bodyText.pcNomgn,
  .c2-story.storyClm .ph + .bodyText.pcNomgn,
  .c2-story.storyClm .subPh + .bodyText.pcNomgn {
    margin-top: 0;
  }
  .c2-story.storyClm .text {
    width: 42.2%;
  }
  .c2-story.storyClm .cph {
    margin-bottom: -3.93%;
  }
  .c2-story.storyClm .trainer {
    padding: 7.8% 6.9% 3.93%;
  }
  .c2-story.storyClm .trainerName {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 .5em;
  }
  .c2-story.storyClm .trainerProf {
    font-size: 15px;
    line-height: 1.75;
  }
  .c1-story_03 &gt; div + div {
    margin-top: 30px;
  }
  .c1-story_03 .caption {
    margin-top: 1em;
    font-size: 16px;
    text-align: left;
  }

  .movieArea {
    margin-bottom: 40px;
  }
  .movieArea .movieLink {
    max-width: 570px;
    margin: 0 auto;
  }
  .movieArea .movieLink::before {
    width: 140px;
    height: 140px;
  }
  .movieArea .movieLink .thumb img {
    transition: opacity .1s linear;
  }
  .movieArea .movieLink:hover .thumb img {
    opacity: .75;
  }
  .c2-ftImg {
    padding-bottom: 40px;
  }
  .c2-ftImg &gt; div + div {
    margin-top: 30px;
  }
  .c2-ftImg .caption {
    margin-top: 1em;
    font-size: 16px;
    text-align: left;
  }

  .hmLink {
    width: 92%;
    max-width: 716px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .hmLink .ttl {
    margin: 0 auto 1em;
    font-size: 25px;
    line-height: 1.27;
  }
  .hmLink .bnr a {
    border-radius: 12px;
    transition: background-color .1s linear;
  }
  .hmLink .bnr a:hover {
    background-color: #c4c7c7;
  }
  .hmLink .bnr img {
    display: block;
    height: 194px;
    width: auto;
    margin: 0 auto;
  }

  .btmBnr {
    max-width: 960px;
    margin: 40px auto;
  }
  .btmBnr .bnrImg {
    display: block;
    position: relative;
    max-width: 740px;
    margin: 0 auto;
  }
  .btmBnr a:hover .bnrImg::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 36%;
    right: 7.16%;
    bottom: 0;
    margin-bottom: 4.73%;
    background-color: #fff;
  }
}
@media print,screen and (min-width: 1044px) {
  .indexSendMessage .comment {
    font-size: 21px;
  }
  .challengeList .more {
    font-size: 22px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .thanksLead {
    margin: 5px 0 25px;
    font-size: 17px;
    font-size: 4.67vw;
  }
  .challengeList {
    width: 87.43%;
    padding: 0 0 6%;
  }
  .challengeList &gt; li + li {
    margin-top: 4.2%;
  }
  .challengeList .more {
    font-size: 4vw;
  }
  .indexFtMsg {
    width: 88.38%;
    margin: 0 auto;
    padding-bottom: 11.33%;
  }
  .indexSendMessage {
    padding-bottom: 6%;
  }
  .indexSendMessage .comment {
    /* margin-top: 46.67%; */
    padding: 12% 0 22%;
    margin: -2% 0 -19%;
    background-size: 130% 100%;
    font-size: 4vw;
  }
  .indexSendMessage .comment p {
    width: 86.67%;
    margin: 0 auto;
  }
  /* .indexSendMessage .messageBtn {
    margin-top: 84%;
  } */
  .indexSendMessage .messageBtn a {
    display: block;
    width: 86.67%;
    margin: 0 auto;
  }
  .indexSendMessage .messageNote {
    width: 86.67%;
    font-size: 12px;
  }
  .challengeLead {
    font-size: 16px;
    margin-bottom: 11%;
    padding: 1em .8em;
    border-radius: 10px;
    line-height: 1.875;
  }
  .profileBlock {
    width: 86.67%;
    margin-bottom: 45px;
  }
  .profileBlock .ph {
    width: 84.6%;
    margin: 0 auto 10%;
  }
  .profileBlock .caption {
    margin-top: 1.2em;
    font-size: 17px;
  }
  .challengInfo {
    margin-bottom: 8.57%;
  }
  .challengInfoSec + .challengInfoSec {
    margin-top: 8%;
  }
  .challengInfo .ph {
    margin-bottom: 6%;
  }
  .challengInfo.c2 .ph02 {
    margin-top: 6%;
    padding: 6% 0;
  }
  .challengInfo.c2 .ph02 img {
    display: block;
    width: 74%;
    margin: 0 auto 4%;
  }
  .challengInfo.c2 .note {
    width: 86.67%;
    text-align: left;
    margin: 0 auto;
  }
  .challengInfo .bodyText {
    width: 86.67%;
    margin: 0 auto;
  }
  .sendMessage {
    padding: 11.33% 0 16%;
    margin-bottom: 8.57%;
  }
  .sendMessage .ttl {
    position: relative;
    z-index: 5;
    width: 92.8%;
    margin: 0 auto -6.5%;
  }
  .sendMessage .comment {
    padding: 13.33% 0 14%;
    margin-bottom: -8.53%;
    background: url("../img/lp-dream2023/bg_cloud_l.svg") no-repeat center center;
    background-size: 150% 100%;
  }
  .sendMessage .comment p {
    width: 84.6%;
    margin: 0 auto;
    font-size: 15px;
    font-size: 4vw;
  }
  .sendMessage .messageBtn {
    position: relative;
    z-index: 5;
  }
  .sendMessage .messageNote {
    width: 86.67%;
    font-size: 12px;
  }
  
  .storyTtl {
    line-height: 1.2;
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: 1em;
  }
  .storyTtl .imgTtl img {
    display: block;
    margin: 0 auto .5em;
    width: auto;
    height: 9.16vw;
  }
  .storyClm .bodyText {
    width: 86.67%;
    margin-left: auto;
    margin-right: auto;
  }
  .storyClm .cph {
    width: 83.33%;
    margin-left: auto;
  }
  .c1-story_01.storyClm .ph,
  .c1-story_01.storyClm .text,
  .c1-story_02.storyClm .text {
    margin-bottom: 5%;
  }
  /* .c1-story_02.storyClm .cph {
    margin: 2% 0 5% auto;
  } */
  .c1-story_02.storyClm .ph {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .c1-story_02.storyClm .cph {
    margin-bottom: -3.93%;
  }
  .c1-story_02.storyClm .trainer {
    padding: 6.67% 6.665% 4.4%;
  }
  .c1-story_02.storyClm .trainerName {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 .5em;
  }
  .c1-story_02.storyClm .trainerProf {
    font-size: 15px;
    line-height: 1.75;
  }
  .c1-story_03 &gt; div + div {
    margin-top: 7%;
  }
  .c1-story_03 .caption {
    width: 86.67%;
    margin: 1em auto 0;
    font-size: 15px;
    text-align: left;
  }

  .c2-story.storyClm .ph {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .c2-story.storyClm .cph {
    margin-bottom: -3.93%;
  }
  .c2-story.storyClm .trainer {
    padding: 6.67% 6.665% 4.4%;
  }
  .c2-story.storyClm .trainerName {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 .5em;
  }
  .c2-story.storyClm .trainerProf {
    font-size: 15px;
    line-height: 1.75;
  }
  .c2-story .subPh {
    margin: 4.8% 0;
  }

  .movieArea {
    margin-top: 6.67%;
    margin-bottom: 10%;
  }
  .movieArea .movieLink {
    max-width: 570px;
    margin: 0 auto;
  }
  .movieArea .movieLink::before {
    width: 24vw;
    height: 24vw;
  }
  .movieArea .movieLink .thumb {
    display: block;
    overflow: hidden;
  }
  .movieArea .movieLink .thumb img {
    width: 177.78%;
    max-width: none;
    margin-left: -47.78%;
  }
  .c2-ftImg {
    padding: 7% 0;
  }
  .c2-ftImg .caption {
    width: 86.67%;
    margin: 1em auto 0;
    font-size: 15px;
    text-align: left;
  }


  .hmLink {
    padding: 5% 0;
  }
  .hmLink .ttl {
    margin: 0 auto .6em;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .hmLink .bnr {
    width: 94%;
    margin: 0 auto;
  }
  .hmLink .bnr a {
    border-radius: 13px;
  }

  .btmBnr {
    margin: 7% 0;
  }
}
</pre></body></html>