@charset 'UTF-8';

/*  cmn_section - override  */
.cmn_section {
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 6.8rem;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .cmn_section {
    padding-left: min((50vw - 50%) / 2, (1556px - 1200px) / 2);
    padding-right: min((50vw - 50%) / 2, (1556px - 1200px) / 2);
    margin-left: max((50% - 50vw) / 2, (1200px - 1556px) / 2);
    margin-right: max((50% - 50vw) / 2, (1200px - 1556px) / 2);
    border-radius: 50px;
  }
}
.cmn_section:last-of-type {
  margin-bottom: calc(6.8rem * 2);
}

/*  cmn_call  */
.cmn_call a {
  padding: 2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 65.6rem;
  border-radius: 20px;
  background-color: rgb(242, 245, 250);
  box-sizing: border-box;
}
.cmn_call p {
  padding-bottom: 1em;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: calc(1.2 / 16 * 1em);
}
.cmn_call .num {
  font-family: var(--ShipporiMincho);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgb(247, 79, 124);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cmn_call .num {
    font-size: 4.6rem;
  }
}
.cmn_call .num::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  margin-right: 0.05em;
  width: calc(35 / 46 * 1em);
  height: 1em;
  background: url(../images/ico_tel.svg) no-repeat 50% 50% / contain;
}

/*  cmn_proc  */
.cmn_proc ol {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: relative;
  z-index: 0;
  max-width: 414px;
}
.cmn_proc ol li:not(:last-of-type) {
  padding-bottom: 3.4rem;
}
@media screen and (min-width: 768px) {
  .cmn_proc ol {
    margin: 0;
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .cmn_proc li {
    flex-basis: 15.6rem;
    max-width: 17%;
  }
  .cmn_proc ol li:not(:last-of-type) {
    padding-bottom: 0;
  }
}
.cmn_proc .step {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: calc(1.2 / 16 * 1em);
  white-space: nowrap;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .cmn_proc .step {
    padding-bottom: 1.4rem;
    text-align: center;
    transform: none;
  }
}
.cmn_proc .step .num {
  padding-left: 0.25em;
  font-size: 2.5rem;
  font-weight: bold;
}
.cmn_proc .term {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21.4rem;
  aspect-ratio: 1 / 1;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: calc(1.2 / 16 * 1em);
  text-align: center;
  background-color: rgb(255, 255, 255);
  border: 1.8rem solid;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cmn_proc .term {
    margin: 0;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.25;
    border-width: 1.4rem;
  }
}
.cmn_proc li:nth-of-type(1) .term {
  border-color: rgb(216, 208, 218);
}
.cmn_proc li:nth-of-type(2) .term {
  border-color: rgb(190, 179, 197);
}
.cmn_proc li:nth-of-type(3) .term {
  border-color: rgb(165, 152, 178);
}
.cmn_proc li:nth-of-type(4) .term {
  border-color: rgb(141, 126, 160);
}
.cmn_proc li:nth-of-type(5) .term {
  border-color: rgb(117, 102, 144);
}
.cmn_proc li:not(:first-of-type) .term::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 1.8rem + 1.4rem);
  z-index: -10;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 2.6rem solid rgb(11, 16, 87);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}
@media screen and (min-width: 768px) {
  .cmn_proc li:not(:first-of-type) .term::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: calc(100% + 1.4rem);
    border-left: 2.6rem solid rgb(11, 16, 87);
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-right: none;
  }
  .cmn_proc li:not(:first-of-type) .term::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 1.4rem + 2.6rem);
    z-index: -10;
    margin: auto;
    width: 100%;
    height: 0.4rem;
    background-color: rgb(11, 16, 87);
  }
}
.cmn_proc .notes p {
  padding-top: 2rem;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: calc(1.2 / 16 * 1em);
  text-align: center;
}

/*  lead  */
#lead {
  padding: 9.4rem 0;
}
#lead p {
  margin: 0;
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: calc(2.47 / 19 * 1em);
}
@media screen and (min-width: 768px) {
  #lead p {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  #lead br {
    display: none;
  }
}

/*  nozomi  */
#nozomi > .desc {
  padding-top: 4.6rem;
}
#nozomi > .desc p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 2.2;
  letter-spacing: calc(1.28 / 17 * 1em);
}
@media screen and (min-width: 768px) {
  #nozomi > .desc p {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  #nozomi > .desc p {
    white-space: nowrap;
  }
  #nozomi > .desc br {
    display: none;
  }
}
#nozomi section {
  padding-top: 8.8rem;
}
#nozomi section h3 {
  padding-bottom: 4.2rem;
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgb(11, 16, 87);
}
#nozomi .act ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nozomi .act li:not(:first-of-type) {
  padding-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  #nozomi .act ul {
    display: flex;
    justify-content: space-between;
  }
  #nozomi .act li {
    flex-basis: calc(366 / 1200 * 100%);
  }
  #nozomi .act li:not(:first-of-type) {
    padding-top: 0;
  }
}
#nozomi .act li .image {
  text-align: center;
}
#nozomi .act li img {
  border-radius: 20px;
}
#nozomi .act li .ttl {
  padding: 0.8rem 0 0.6rem 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(1.5 / 20 * 1em);
  text-align: center;
  color: rgb(11, 16, 87);
}
#nozomi .act li .desc p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #nozomi .act li .desc p {
    font-size: 1.4rem;
  }
}
#nozomi .act li .desc p br {
  display: none;
}
@media screen and (min-width: 1280px) {
  #nozomi .act li .desc p br {
    display: inline;
  }
}
#nozomi .act .button::before {
  margin: 2.4rem auto;
  content: "";
  display: block;
  width: 9.3rem;
  height: 6.5rem;
  background: url(../images/ico_three-arrows.svg) no-repeat 50% 50% / contain;
}
#nozomi .act .button a {
  padding: calc(0.36em + 0.205rem) 0;
  margin: 0 auto;
  display: block;
  max-width: calc(36.8rem * 18 / 14);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.72;
  letter-spacing: calc(1.35 / 18 * 1em);
  text-indent: calc(1.35 / 18 * 1em);
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 24px;
  background-color: rgb(247, 79, 124);
}
@media screen and (min-width: 768px) {
  #nozomi .act .button a {
    max-width: 80rem;
  }
}
#nozomi .usage .desc p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: calc(1.2 / 16 * 1em);
}
@media screen and (min-width: 768px) {
  #nozomi .usage .desc p {
    text-align: center;
  }
}
#nozomi .cmn_call {
  margin-top: 10rem;
}

/*  kizuna  */
#kizuna > .desc {
  padding-top: 4.6rem;
}
#kizuna > .desc p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 2.2;
  letter-spacing: calc(1.28 / 17 * 1em);
}
@media screen and (min-width: 768px) {
  #kizuna > .desc p {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  #kizuna > .desc p {
    white-space: nowrap;
  }
  #kizuna > .desc br {
    display: none;
  }
}
#kizuna section {
  padding-top: 8.8rem;
}
#kizuna section h3 {
  padding-bottom: 4.2rem;
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgb(11, 16, 87);
}
#kizuna .space {
  padding: 4.4rem 0 0 0;
  margin: 0;
  list-style: none;
}
#kizuna .space li:not(:first-of-type) {
  padding-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  #kizuna .space {
    display: flex;
    justify-content: space-between;
  }
  #kizuna .space li {
    flex-basis: calc(366 / 1200 * 100%);
  }
  #kizuna .space li:not(:first-of-type) {
    padding-top: 0;
  }
}
#kizuna .space li .image {
  text-align: center;
}
#kizuna .space li img {
  border-radius: 20px;
}
#kizuna .space li .ttl {
  padding: 0.8rem 0 0.6rem 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(1.5 / 20 * 1em);
  text-align: center;
  color: rgb(11, 16, 87);
}
#kizuna .space li .desc p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #kizuna .space li .desc p {
    font-size: 1.4rem;
  }
}
#kizuna .cmn_call {
  padding-top: 9.6rem;
}

/*  yasuragi  */
#yasuragi section {
  padding-top: 8.8rem;
}
#yasuragi h3 {
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgb(247, 79, 124);
}
@media screen and (max-width: 767px) {
  #yasuragi h3.multi {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #yasuragi h3.multi span:first-of-type,
  #yasuragi h3.multi span:last-of-type {
    transform: scaleY(2.4);
  }
  #yasuragi h3.multi span:first-of-type {
    margin-right: 0.25em;
  }
  #yasuragi h3.multi span:last-of-type {
    margin-left: 0.25em;
  }
}
#yasuragi h3 + .desc {
  padding-top: 4.5rem;
}
#yasuragi .desc p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #yasuragi .desc p {
    text-align: center;
  }
}
#yasuragi .desc p strong {
  display: block;
  padding-top: 1em;
  font-weight: normal;
  color: rgb(247, 79, 124);
}
#yasuragi .desc p em {
  font-style: normal;
  font-size: 150%;
  font-weight: 500;
  line-height: 1;
}
#yasuragi .desc p em:nth-of-type(odd) {
  color: rgb(247, 79, 124);
}
#yasuragi .desc p em:nth-of-type(even) {
  color: rgb(153, 189, 80);
}
#yasuragi .consul {
  padding-top: 4.6rem;
}
#yasuragi .consul .ill {
  margin: 0 auto;
  max-width: 440px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #yasuragi .consul .ill {
    margin: 0;
    max-width: none;
  }
}
#yasuragi .consul .ill ul {
  padding: 2rem 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #yasuragi .consul .ill ul {
    display: none;
  }
}
#yasuragi .consul .ill li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 27.4rem;
  height: 8rem;
  border-radius: 20px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: calc(0.85 / 17 * 1em);
  text-align: center;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
}
#yasuragi .consul .ill li:nth-of-type(even) {
  margin-left: auto;
}
#yasuragi .consul .ill li:nth-of-type(1) {
  background-color: rgb(145, 124, 163);
}
#yasuragi .consul .ill li:nth-of-type(2) {
  background-color: rgb(249, 129, 162);
}
#yasuragi .consul .ill li:nth-of-type(3) {
  background-color: rgb(141, 208, 141);
}
#yasuragi .consul .ill li:nth-of-type(4) {
  background-color: rgb(240, 175, 108);
}
#yasuragi .consul .ill li:nth-of-type(5) {
  background-color: rgb(116, 153, 199);
}
#yasuragi .consul .ill li::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  z-index: -10;
  margin: auto;
  width: 4.7rem;
  height: 4.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
#yasuragi .consul .ill li:nth-of-type(odd)::after {
  left: calc(25 / 274 * 100%);
}
#yasuragi .consul .ill li:nth-of-type(even)::after {
  right: calc(25 / 274 * 100%);
}
#yasuragi .consul .ill li:nth-of-type(1)::after {
  background-image: url(../images/bg_wlfr_consul01.svg);
}
#yasuragi .consul .ill li:nth-of-type(2)::after {
  background-image: url(../images/bg_wlfr_consul02.svg);
}
#yasuragi .consul .ill li:nth-of-type(3)::after {
  background-image: url(../images/bg_wlfr_consul03.svg);
}
#yasuragi .consul .ill li:nth-of-type(4)::after {
  background-image: url(../images/bg_wlfr_consul04.svg);
}
#yasuragi .consul .ill li:nth-of-type(5)::after {
  background-image: url(../images/bg_wlfr_consul05.svg);
}
#yasuragi .consul .ill + .desc {
  padding-top: 5.2rem;
}
#yasuragi .center {
  padding-top: 5.6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 415px;
}
#yasuragi .center > div:not(:first-of-type) {
  padding-top: 5.6rem;
}
@media screen and (min-width: 768px) {
  #yasuragi .center {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 92rem;
  }
  #yasuragi .center > div {
    flex-basis: calc(415 / 920 * 100%);
  }
  #yasuragi .center > div:not(:first-of-type) {
    padding-top: 0;
  }
}
#yasuragi .center > div > dt {
  border-radius: 20px;
  overflow: hidden;
}
#yasuragi .center dt .ttl {
  padding: 1rem 0 0.8rem 0;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.58px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(11, 16, 87);
}
#yasuragi .center dt .ttl span {
  font-feature-settings: "palt";
}
#yasuragi .center dt .image {
  text-align: center;
}
#yasuragi .center > div > dd {
  margin: 0;
}
#yasuragi .center dd dl {
  padding: 2.4rem 0;
  margin: 0;
}
#yasuragi .center dd dl div {
  display: flex;
  border-top: dashed 1px rgb(11, 16, 87);
}
#yasuragi .center dd dl div:nth-of-type(2) {
  min-height: 5.9rem;
  box-sizing: border-box;
}
#yasuragi .center dd dl div:last-of-type {
  border-bottom: dashed 1px rgb(11, 16, 87);
}
#yasuragi .center dd dt {
  padding: 0.7rem 1rem;
  flex-basis: 11.8rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: calc(1.2 / 16 * 1em);
  -moz-text-align-last: justify;
  text-align-last: justify;
  white-space: nowrap;
  background-color: rgb(237, 233, 237);
  box-sizing: border-box;
}
#yasuragi .center dd dd {
  padding: 0.7rem 0 0.7rem 1rem;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: calc(1.2 / 16 * 1em);
  font-feature-settings: "palt";
}
#yasuragi .center .cmn_call p {
  padding-bottom: 1rem;
}
#yasuragi .center .cmn_call .num {
  font-size: 3.6rem;
  letter-spacing: calc(0.5 / 36 * 1em);
}
#yasuragi .case {
  padding: 4.4rem 0;
  margin: 0 auto;
  max-width: 440px;
}
@media screen and (min-width: 768px) {
  #yasuragi .case {
    max-width: 87rem;
  }
}
#yasuragi .case ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #yasuragi .case ul {
    flex-wrap: nowrap;
  }
}
#yasuragi .case li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: calc(50% - 0.8rem);
  aspect-ratio: 1 / 1;
  font-family: var(--ShipporiMincho);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: rgb(11, 16, 87);
  border-radius: 50%;
}
#yasuragi .case li:nth-of-type(n + 3) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  #yasuragi .case li {
    flex-basis: calc(196 / 870 * 100%);
    font-size: min(20 / 900 * 100vw, 2rem);
  }
  #yasuragi .case li:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
#yasuragi .case li:nth-of-type(1) {
  background-color: rgb(248, 229, 234);
}
#yasuragi .case li:nth-of-type(2) {
  background-color: rgb(239, 198, 212);
}
#yasuragi .case li:nth-of-type(3) {
  background-color: rgb(218, 211, 221);
}
#yasuragi .case li:nth-of-type(4) {
  background-color: rgb(254, 240, 223);
  letter-spacing: calc(-0.5 / 20 * 1em);
}
#yasuragi .case li:nth-of-type(4) span span {
  font-family: YuMincho, "Yu Mincho", serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#yasuragi .case ul + .desc {
  padding-top: 4.4rem;
}
#yasuragi .prog {
  margin: 0 auto;
  max-width: 78.4rem;
}
#yasuragi .prog h4 {
  margin: 0;
  padding: 1rem 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(1.58 / 21 * 1em);
  text-align: center;
  color: rgb(11, 16, 87);
  border-top: dotted 3px rgb(11, 16, 87);
  border-bottom: dotted 3px rgb(11, 16, 87);
  box-sizing: ;
}
#yasuragi .prog h4 + dl {
  padding: 2.5rem 0 3.6rem 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #yasuragi .prog h4 + dl div {
    display: flex;
    align-items: flex-start;
  }
}
#yasuragi .prog h4 + dl dt {
  padding: 0.9rem 0;
  flex-basis: 15.8rem;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(1.2 / 16 * 1em);
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 18px;
  background-color: rgb(11, 16, 87);
  box-sizing: border-box;
}
#yasuragi .prog h4 + dl dd {
  padding: 1rem 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #yasuragi .prog h4 + dl dd {
    padding: 0.2rem 0 0.2rem 2.3rem;
    flex-grow: 1;
  }
}
#yasuragi .prog .photo .image {
  text-align: center;
}
#yasuragi .prog .photo .image:not(:first-of-type) {
  padding-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  #yasuragi .prog .photo {
    display: flex;
    justify-content: space-between;
  }
  #yasuragi .prog .photo .image {
    flex-basis: calc(366 / 784 * 100%);
  }
  #yasuragi .prog .photo .image:not(:first-of-type) {
    padding-top: 0;
  }
}
#yasuragi .prog .photo .image img {
  border-radius: 20px;
}
#yasuragi .prog .info {
  padding: 4.8rem 0;
  margin: 0;
}
#yasuragi .prog .info div {
  display: flex;
  border-top: dashed 1px rgb(11, 16, 87);
}
#yasuragi .prog .info div:nth-of-type(2) {
  min-height: 5.9rem;
  box-sizing: border-box;
}
#yasuragi .prog .info div:last-of-type {
  border-bottom: dashed 1px rgb(11, 16, 87);
}
#yasuragi .prog .info dt {
  padding: 0.7rem 1rem;
  flex-basis: 13.6rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: calc(1.2 / 16 * 1em);
  -moz-text-align-last: justify;
  text-align-last: justify;
  white-space: nowrap;
  background-color: rgb(248, 229, 234);
  box-sizing: border-box;
}
#yasuragi .prog .info dd {
  padding: 0.7rem 0 0.7rem 1rem;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#yasuragi .prog .info dd p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: calc(1.2 / 16 * 1em);
  font-feature-settings: "palt";
}
#yasuragi .prog .info + .photo {
  padding-top: 3.5rem;
}
#yasuragi .prog + .cmn_call {
  padding-top: 10rem;
}

/*  taimu  */
#taimu .cmn_button {
  padding-top: 6.8rem;
}
