
@charset "utf-8";

html { overflow: auto; }
body { overflow: hidden; }

html {
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
  line-height: 1.618;
  color: #151a2a;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

h1,h2,h3,h4,p,ul,ol {
  margin: 0;
}

h1,h2,h3,h4 {
  font-weight: bold;
  line-height: 1.41;
  font-feature-settings: "palt";
}

p {
  font-size: 18px;
}

p:not(:last-child),ul,ol {
  margin-bottom: 1.7em;
}

@media(max-width: 599px) {
  p {
  font-size: 17px;
}

  p br {
    display: none;
  }
}

img {
  max-width: 100%;              /* 1 */
  height: auto;                 /* 1 */
  vertical-align: middle;       /* 2 */
  font-style: italic;           /* 3 */
  background-repeat: no-repeat; /* 4 */
  background-size: cover;       /* 4 */
  shape-margin: 0.75rem;        /* 5 */
}

strong {
  font-weight: bold;
}

figure {
  border: 0;
  margin: 0;
}


/* リンク
======================================================================= */

a,
a:hover {
  color: #1a0dab;
  text-decoration: underline;
}

a:hover, 
a:focus {
  text-decoration: none;
}

a:active {
  color: #1a0dab;
  text-decoration: none;
}

a:hover > img {
  opacity: .9;
}

/* =======================================================================
  メディアクエリによる表示／非表示
======================================================================= */

.pc { display: block; }
.sp { display: none; }

@media(max-width: 599px) {
  .pc { display: none; }
  .sp { display: block; }
}

/* =======================================================================
  レイアウト
======================================================================= */

/* 間隔 */

.l-padding {
  padding: 50px;
}

.l-padding > .l-margin:first-child {
  margin-top: 0;
}
.l-padding > .l-margin:last-child {
  margin-bottom: 0;
}

/* コンテンツ */

.l-content {
  padding: 40px;
  background-color: #fff;
}

@media(max-width: 599px) {
  .l-padding {
    padding: 20px;
  }

  .l-content {
    padding: 20px;
  }
}


/* Safariで文字が太らないようにする */

_::-webkit-full-page-media, _:future, :root body {
  -webkit-font-smoothing: antialiased;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
    -webkit-font-smoothing: antialiased;
  }
}




/* 小見出し h2
======================================================================= */

h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

@media(max-width: 599px) {
  h2 {
    font-size: 25px;
    margin-bottom: 40px;
    margin-top: 27px;
  }
}

/* 小見出し h3
======================================================================= */

h3 {
  font-size: 26px;
}

@media(max-width: 599px) {
  h3 {
    font-size: 20px;
  }
}

/* =======================================================================
  CTA
======================================================================= */

.cta {
  text-align: center;
}

.cta img {
  margin-top: 40px;
}

@media (max-width: 599px) {
  .cta img {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* =======================================================================
  countdown__timer
======================================================================= */



.countdown__timer {
  padding: 15px;
  background-color: #d62578;
  color: #fff;
  text-align: center;

}

@media (max-width: 599px) {

.countdown__timer {
  padding: 10px;

}

  .countdown__timer h1{
font-size: 24px;
}

.countdown__timer p{
font-size: 16px;
}

}


/* =======================================================================
  about-1
======================================================================= */

.about-1 {
  background-color: #dcecfb;
}

/* =======================================================================
  about-2
======================================================================= */

.about-2 img{
  margin-bottom: 1em;
}

/* =======================================================================
  voc
======================================================================= */

.voc {
 background: url(img/check__bg.webp) repeat center top ;
}

.voc__img {
  margin-bottom: 40px;
}

@media(max-width: 599px) {
  .voc__img {
    margin-bottom: 20px;
  }
}

/* =======================================================================
  worries
======================================================================= */

.worries {
  background: url(img/worries__bg.webp) no-repeat center top ;
  background-size: cover;
}

.worries h2 {
  color: #fff;
}

.worries__h2 {
  position: relative;
}

.bull__1 {
  position: absolute;
  right: 0;
  top: 0;
}

ul.worries__list {
  list-style-type: none;
  padding-left: 0;
}

ul.worries__list li {
  position: relative;
  margin-bottom: .75em;
  padding-bottom: .75em;
  padding-left: 33px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.1em;
}

ul.worries__list li:last-child {
  margin-bottom: 0;
}

ul.worries__list li::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  color: #0088ed;
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 1.3em;
}

@media(max-width: 599px) {
  .bull__1 {
    width: 70px;
    top: 10px;
  }

  ul.worries__list li {
    margin-bottom: .5em;
    padding-bottom: .5em;
    padding-left: 26px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 17px;
  }

  ul.worries__list li::before {
    font-size: 1.1em;
  }
}

/* =======================================================================
  solution
======================================================================= */

.solution {
  background: url(img/check__bg.webp) repeat center top ;
}

.bull__2 {
  float: right;
}

@media (max-width: 599px) {
  .bull__2 {
    width: 90px;
  }
}

/* =======================================================================
  cause
======================================================================= */

.cause {
  background-color: #dcecfb;
}

.cause__content {
  position: relative;
  margin-top: 80px;
  margin-bottom: 100px;
}

.cause__content-last {
  position: relative;
  margin-bottom: 30px;
}

.cause__title {
  margin: auto 40px;
  position: absolute;
  top:-50px;
}

.cause__title h3 img {
  margin-right: 20px;
}

.cause__title h3 {
  color: #fff;
  font-size: 30px;
}

.cause__txt {
  background-color: #fff;
  padding: 80px 40px 30px 40px;
}

.cause__txt figure {
  margin-bottom: 1em;
}

@media (max-width: 599px) {
  .cause__content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cause__title {
    margin: auto 20px;
    top:-25px;
  }

  .cause__txt {
    padding: 30px 20px 20px 20px;
  }
}

/* =======================================================================
  hell
======================================================================= */

.hell {
  background: url(img/hell__bg.webp) no-repeat center top ;
  background-size: cover;
}

.hell h2 {
  color: #fff;
}

/* =======================================================================
  method
======================================================================= */

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

.method__inner figure {
  margin-bottom: 40px;
}

.method span {
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 599px) {
  .method__inner {
    margin-top: 30px;
  }

  .method__inner figure {
    margin-bottom: 20px;
  }

  .method span {
    font-size: 25px;
  }
}

/* =======================================================================
  step
======================================================================= */

.step {
  background-color: #dcecfb;
}

.step .l-content {
  margin-bottom: 40px;
}

.step h4 {
  font-size: 26px;
  color: #0088ed;
}

.step__head figure {
  text-align: center;
  margin-bottom: -30px;
}

.step__title {
  background-color: #0088ed;
  text-align: center;
  padding: 20px;
  padding-top: 40px;
}

.step1__content {
  border-bottom: solid 1px #bbbbbb;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.step__title h3 {
  font-size: 32px;
  color: #fff;
}

.step1__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step1__title h4 {
  padding-left: 15px;
}

.step1__img {
  margin-bottom: 20px;
}

.step2 h4 {
  border-left: solid 6px #0088ed;
  padding: 0 0.5em;
  margin-bottom: 20px;
}

.step2__content {
  margin-top: 40px;
}

.step2__content figure {
  float: right;
}

.step3 figure {
  text-align: center;
}

.step3 h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.step3 h4 i {
  margin-right: 15px;
}

@media(max-width: 599px) {
  .step .l-content {
    margin-bottom: 20px;
  }

  .step .l-content:last-child {
    margin-bottom: 0;
  }

  .step1__content {
    padding-bottom: 20px;
  }

  .step__title h3 {
    font-size: 24px;
  }

  .step__head figure img {
    width: 100px;
  }

  .step__title {
    padding: 15px;
    padding-top: 20px;
  }

  .step__head figure {
    text-align: center;
  margin-bottom: -15px;
  }

  .step1__title figure img {
    width: 27px;
  }

  .step1__title h4 {
    padding-left: 10px;
  }

  .step3 h4 i {
    margin-right: 8px;
  }

  .step h4 {
    font-size: 22px;
  }

  .step2__content figure {
    float: none;
    text-align: center;
  }

  .step2__content {
    margin-top: 30px;
  }
}

/* =======================================================================
  reality
======================================================================= */

.reality-1 {
  background: url(img/check__bg.webp) repeat center top ;
}

/* =======================================================================
  content-1
======================================================================= */

.content-1 {
  background: url(img/check__bg.webp) repeat center top ;
}

.content-1__content {
  text-align: center;
}

.content-1__content img {
  margin-bottom: 40px
}

.content-1__content p {
  font-size: 26px;
}

.content-1__h3 {
  text-align: center;
  background-color: #0088ed;
  color: #fff;
  padding: 10px;
  margin-bottom: 40px;
}

.content__inner {
  background-color: #dcecfb;
  padding: 20px;
  margin-bottom: 40px;
}

.content__inner h3 {
  text-align: center;
  margin-bottom: 15px;
}

.l-content ol {
  margin-left: -10px;
  margin-bottom: 0;
}

.content-1 .l-content li:nth-child(5),li:nth-child(10),li:nth-child(15),li:nth-child(20) {
  width: 100%;    /* 親要素の幅いっぱいに広げる */
  border-bottom: 1px solid #ddd;  /* text-decorationの代わりにborder-bottomを使用 */
  padding-bottom: 5px;  /* 下線とテキストの間隔を調整（必要に応じて） */
  margin-bottom: 5px;
}

.bull__3 {
  float: right;
}

@media(max-width: 599px) {
  .content-1__h3 {
    margin-bottom: 20px;
  }

  .content-1__content img {
    margin-bottom: 20px
  }

  .content-1__content p {
    font-size: 17px;
    margin-bottom: 1em;
  }

  .content__inner {
    margin-bottom: 20px;
  }

  .l-content ol {
    margin-left: -10px;
    margin-bottom: 0;
    font-size: 17px;
  }

  .bull__3 img {
    width: 100px
  }
}

/* =======================================================================
  benefits
======================================================================= */

.benefits {
  background: url(img/benefits__bg.webp) no-repeat center top ;
  background-size: cover;
}

.benefits__txt {
  text-align: center;
}

.benefits__txt img {
  width: 620px;
  margin-bottom: -30px;
}

.benefits__content {
  background-color: #fff;
  padding: 40px;
  padding-top: 60px;
  text-align: center;
}

.benefits__content p {
  font-weight: 600;
  margin-top: 20px;
  font-size: 20px;
}

@media(max-width: 599px) {
  .benefits__content {
    padding: 20px;
    padding-top: 50px;
  }

  .benefits__content p {
    margin-top: 10px;
    font-size: 18px;
  }
}

/* =======================================================================
  participation
======================================================================= */

.participation {
  background: url(img/participation__bg.webp) no-repeat center top ;
  background-size: cover;
}

ul.participation__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.participation__list li {
  position: relative;
  margin-bottom: .75em;
  padding-bottom: .75em;
  padding-left: 33px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.1em;
}

ul.participation__list li:last-child {
  margin-bottom: 0;
}

ul.participation__list li::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  color: #0088ed;
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 1.1em;
}

@media(max-width: 599px) {
  ul.participation__list {
    padding:0;
  }

  .participation p {
    font-size: 14px
  }

  ul.participation__list li {
    position: relative;
    margin-bottom: .5em;
    padding-bottom: .5em;
    padding-left: 26px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    line-height: 1.5;
    font-size: 17px;
  }
}

/* =======================================================================
  flow
======================================================================= */

.flow {
  background-color: #dcecfb;
}

/* =======================================================================
  faq__q
======================================================================= */

.faq__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 2px #bebebe;
}

.faq__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.faq__q {
 display: flex;
 align-items: center;
 margin-bottom: 20px;
}

.faq__img {
  margin-right: 15px;
}

.faq__a {
 display: flex;
 align-items: center;
}

.faq__a h4 {
  font-size: 22px;
}

.faq__a-txt {
  margin-top: -10px;
  padding-left: 85px;
}

@media (max-width: 599px) {
  .faq__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #bebebe;
  }

  .faq__q {
   margin-bottom: 10px;
  }

  .faq__img {
    margin-right: 10px;
    max-width: 100%;
  }

  .faq__img img {
    max-width: none;
    width: 35px;
  }

  .faq__q h3 {
    font-size: 17px;
  }

  .faq__a h4 {
    font-size: 17px;
  }

  .faq__a-txt {
    margin-top: 5px;
    padding-left: 45px;
  }
}

/* =======================================================================
  content-2
======================================================================= */

.content-2 {
  background-color: #0088ed;
}

.content-2 h2 {
  margin-bottom: 0
}

.content-2__txt {
  text-align: center;
}
.content-2__txt img {
  width: 620px;
  margin-bottom: -30px;
}

.content-2__content {
  background-color: #fff;
  padding: 40px;
  padding-top: 60px;
  margin-bottom: 40px;
}

.content-2__content ol {
  margin-left: -10px;
  margin-bottom: 0;
}

.content-2__content li:nth-child(5),li:nth-child(10),li:nth-child(15),li:nth-child(20) {
  width: 100%;    /* 親要素の幅いっぱいに広げる */
  border-bottom: 1px solid #ddd;  /* text-decorationの代わりにborder-bottomを使用 */
  padding-bottom: 5px;  /* 下線とテキストの間隔を調整（必要に応じて） */
  margin-bottom: 5px;
}

@media (max-width: 599px) {
  .content-2__txt img {
    width: 250px;
  }

  .content-2__content {
    padding: 20px;
    padding-top: 50px;
    margin-bottom: 20px;
  }

  .content-2__content ol {
    margin-left: -10px;
    margin-bottom: 0;
    font-size: 17px;
  }
}

/* =======================================================================
  ps
======================================================================= */

.ps {
  background: url(img/check__bg.webp) repeat center top ;
}

/* =======================================================================
  footer
======================================================================= */

.footer {
  background-color: #0088ed;
  padding: 20px;
}

.footer__inner {
  padding: 20px auto;
  text-align: center;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 599px) {
  .footer__inner {
    text-align: center;
    font-size: 10px;
    color: #fff;
  }
}

/* =======================================================================
  アクセント
======================================================================= */

.marker,
p.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff802;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}

.red {
  color: #d62578;
  font-weight: bold;
}

.blue {
  color: #0088ed;
  font-weight: bold;
}

.yellow {
  color: #fff802;
}

.big {
  font-size: 22px;
}

.big-2 {
  font-size: 30px;
}

@media (max-width: 599px) {
  .big {
    font-size: 18px;
  }

  .big-2 {
    font-size: 24px;
  }
}
