@charset 'UTF-8';

/* fv */
#fv {
  padding: calc(6.5rem + 2.7rem) 2rem calc(209 / 667 * 100svh) 2rem;
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  background-color: rgb(215, 227, 229);
}
@media screen and (min-width: 768px) {
  #fv {
    padding: 14rem calc(133 / 1366 * 100vw) calc(22 / 1366 * 100vw) calc(133 / 1366 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 4 / 3) {
  #fv {
    min-height: 75rem;
  }
}
#fv h2 {
  margin: 0;
  position: relative;
  z-index: 0;
  font-weight: 600;
  line-height: 1;
  color: rgb(15, 74, 170);
  font-feature-settings: "palt";
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #fv h2 {
    margin-bottom: calc(14 / 1366 * 100vw);
    display: grid;
    grid-template-columns: calc(68 / 1366 * 100vw) calc(654 / 1366 * 100vw);
    grid-template-rows: calc(30 / 1366 * 100vw) auto auto auto;
  }
  #fv h2 span:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
  }
  #fv h2 span:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #fv h2 span:nth-of-type(3) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  #fv h2 span:nth-of-type(4) {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }
}
#fv h2 span {
  padding: 0.8rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-left: solid 2px;
  border-right: solid 2px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #fv h2 span {
    padding: calc(14 / 1366 * 100vw) calc(21 / 1366 * 100vw);
    display: flex;
    align-items: center;
    border-left-width: 4px;
    border-right-width: 4px;
  }
}
#fv h2 span:nth-of-type(1) {
  padding: 0.9rem;
  font-family: var(--ZenMaruGothic);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(3.3 / 44 * 1em);
  text-indent: calc(3.3 / 44 * 1em);
  text-align: center;
  color: rgb(255, 255, 0);
  background-color: rgb(15, 74, 170);
  border-color: rgb(15, 74, 170);
}
@media screen and (min-width: 768px) {
  #fv h2 span:nth-of-type(1) {
    padding: calc(12 / 1366 * 100vw);
    justify-content: center;
    width: calc(68 / 1366 * 100vw);
    font-size: calc(36 / 1366 * 100vw);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
#fv h2 span:not(:nth-of-type(1)) {
  margin-top: -2px;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #fv h2 span:not(:nth-of-type(1)) {
    margin-top: -4px;
    margin-left: -4px;
  }
}
#fv h2 span:nth-of-type(2) {
  font-size: 2.1rem;
  border-top: solid 2px rgb(15, 74, 170);
  border-bottom: solid 2px rgb(15, 74, 170);
}
@media screen and (min-width: 768px) {
  #fv h2 span:nth-of-type(2) {
    font-size: calc(42 / 1366 * 100vw);
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}
#fv h2 span:nth-of-type(3) {
  font-size: 3.5rem;
}
@media screen and (min-width: 768px) {
  #fv h2 span:nth-of-type(3) {
    font-size: calc(66 / 1366 * 100vw);
  }
}
#fv h2 span:nth-of-type(4) {
  margin-left: auto;
  position: relative;
  font-size: 1.75rem;
  border-top: solid 2px rgb(15, 74, 170);
  border-bottom: solid 2px rgb(15, 74, 170);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  #fv h2 span:nth-of-type(4) {
    font-size: calc(34 / 1366 * 100vw);
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}
#fv h2 span:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  background-color: rgb(15, 74, 170);
}
@media screen and (min-width: 768px) {
  #fv h2 span:nth-of-type(4)::before {
    height: 4px;
  }
}
#fv ol {
  padding: 2.4rem 0 0.8rem 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  #fv ol {
    padding: calc(30 / 1366 * 100vw) 0 calc(5 / 1366 * 100vw) 0;
    justify-content: flex-start;
  }
}
#fv li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 7rem;
  aspect-ratio: 1 / 1;
  position: relative;
  z-index: 0;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(15, 74, 170);
}
@media screen and (min-width: 768px) {
  #fv li {
    margin-right: calc(20 / 1366 * 100vw);
    flex-basis: calc(120 / 1366 * 100vw);
  }
}
#fv li::before {
  content: "?";
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: rgb(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  #fv li::before {
    font-size: calc(110 / 1366 * 100vw);
  }
}
#fv li .en {
  padding: 0.2em 0 0.4em 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #fv li .en {
    font-size: calc(28 / 1366 * 100vw);
  }
}
#fv li .ja {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  #fv li .ja {
    font-size: calc(16 / 1366 * 100vw);
  }
}
#fv .desc {
  padding: 0.265em 0.53em;
  font-size: 1.5rem;
  line-height: 1.53;
}
@media screen and (min-width: 768px) {
  #fv .desc {
    padding: 0.365em 0;
    font-size: calc(22 / 1366 * 100vw);
    line-height: 1.73;
  }
}
#fv .desc p {
  margin: 0;
  font-weight: 600;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
#fv p strong {
  font-weight: 600;
  color: rgb(15, 74, 170);
}
#fv .bg {
  position: absolute;
  top: max(458 / 667 * 100%, 45.8rem);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  #fv .bg {
    top: 11rem;
    left: calc(736 / 1366 * 100%);
  }
}
#fv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}
@media screen and (min-width: 768px) {
  #fv .bg img {
    -o-object-position: 0 0;
    object-position: 0 0;
  }
}

/* worry */
#worry {
  padding-top: 2.2rem;
  counter-reset: wnum;
  display: flow-root;
  position: relative;
  z-index: 0;
}
#worry::after {
  content: "";
  display: block;
  height: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #worry {
    padding-top: 8rem;
  }
  #worry::after {
    height: 4.8rem;
  }
}
#worry h2 {
  padding: 0.4em 0 0.58em 0;
  position: -webkit-sticky;
  position: sticky;
  top: 8.7rem;
  z-index: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: calc(1.2 / 48 * 1em);
  color: rgb(15, 74, 170);
}
@media screen and (min-width: 768px) {
  #worry h2 {
    top: 8rem;
    font-size: 5rem;
    letter-spacing: calc(2.5 / 50 * 1em);
    color: rgb(0, 0, 0);
  }
}
#worry h2 em {
  display: inline-block;
  position: relative;
  font-family: var(--ZenMaruGothic);
  font-size: 3.5rem;
  font-style: normal;
  letter-spacing: calc(1.75 / 70 * 1em);
}
@media screen and (min-width: 768px) {
  #worry h2 em {
    font-size: 7rem;
    letter-spacing: calc(3.5 / 70 * 1em);
    color: rgb(15, 74, 170);
  }
}
#worry h2 em::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10%;
  z-index: -10;
  width: 9.1rem;
  height: 5rem;
  border-radius: 50%;
  background-color: rgb(255, 255, 0);
  rotate: 349deg;
}
@media screen and (min-width: 768px) {
  #worry h2 em::before {
    width: 18.2rem;
    height: 10rem;
  }
}
#worry section {
  margin-bottom: 4rem;
  min-height: 31.8rem;
  border: solid 1px rgb(0, 0, 0);
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  background-color: rgb(243, 246, 247);
  counter-increment: wnum;
}
#worry section:nth-of-type(1) {
  top: 21.7rem;
}
#worry section:nth-of-type(2) {
  top: 24.1rem;
}
#worry section:nth-of-type(3) {
  top: 26.5rem;
}
#worry section:nth-of-type(4) {
  top: 28.9rem;
}
@media screen and (min-width: 768px) {
  #worry section {
    margin-bottom: 4.8rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 47fr 450fr 473fr;
    grid-template-rows: auto auto;
    width: 97rem;
    min-height: 38.4rem;
  }
  #worry section:nth-of-type(1) {
    top: 25.5rem;
    translate: -6.2rem 0;
  }
  #worry section:nth-of-type(2) {
    top: 28rem;
    translate: -2.1rem 0;
  }
  #worry section:nth-of-type(3) {
    top: 30.5rem;
    translate: 2.1rem 0;
  }
  #worry section:nth-of-type(4) {
    top: 33rem;
    translate: 6.2rem 0;
  }
  #worry section .case {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  #worry section h3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #worry section .desc {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #worry section .ill {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }
}
#worry section .case {
  padding-bottom: 0.25em;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-family: var(--ZenMaruGothic);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(1.28 / 32 * 1em);
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: rgb(15, 74, 170);
  border-bottom: solid 1px rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #worry section .case {
    padding-bottom: 0;
    padding-left: 0.25em;
    min-width: 4.7rem;
    font-size: 3.2rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-bottom: none;
    border-right: solid 1px rgb(0, 0, 0);
  }
}
#worry section .case::before {
  margin-top: 0.25em;
  content: "\30FB";
  color: transparent;
}
@media screen and (min-width: 768px) {
  #worry section .case::before {
    margin-top: 0;
    margin-left: -0.25em;
  }
}
#worry section h3 {
  padding-top: 0.5em;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 22.7rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #worry section h3 {
    padding: 0.45em 0;
    min-width: 45.4rem;
    font-size: 3.8rem;
    line-height: 1.7;
  }
}
#worry section h3 span {
  padding-left: 1.35rem;
}
@media screen and (min-width: 768px) {
  #worry section h3 span {
    padding-left: 4.6rem;
  }
}
#worry section h3 .term {
  display: block;
  border-bottom: 1px solid;
  font-feature-settings: "palt";
}
#worry section h3 .pos {
  display: block;
  font-size: 1.3rem;
  line-height: 2.3;
}
@media screen and (min-width: 768px) {
  #worry section h3 .pos {
    font-size: 2.6rem;
    line-height: 2.1;
  }
}
#worry .desc {
  padding: 0.265em 1.35rem;
  font-size: 1.5rem;
  line-height: 1.53;
}
@media screen and (min-width: 768px) {
  #worry .desc {
    padding: 0.4em 4.6rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
#worry .desc p {
  margin: 0;
  font-family: var(--ZenMaruGothic);
  font-weight: 500;
  color: rgb(255, 82, 103);
}
#worry .desc em {
  font-weight: 900;
  font-style: normal;
}
#worry .ill {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  right: 0;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  #worry .ill {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: auto;
  }
}
#worry section:nth-of-type(4) .ill {
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  #worry section:nth-of-type(4) .ill {
    padding-right: 3.8rem;
  }
}
#worry .ill .image {
  width: 17.4rem;
}
@media screen and (min-width: 768px) {
  #worry .ill .image {
    width: 42rem;
  }
}
#worry section:nth-of-type(1) .ill .image {
  margin-left: auto;
  margin-right: auto;
}
#worry section:not(:nth-of-type(1)) .ill .image {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #worry section:not(:nth-of-type(1)) .ill .image {
    margin-left: auto;
  }
}
#worry .ill .image img {
  width: 100%;
}

/* solve */
@media screen and (min-width: 768px) {
  #solve {
    padding: 6.4rem 0;
    display: grid;
    grid-template-columns: 50rem 50rem;
    grid-template-rows: auto auto;
  }
  #solve h2 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  #solve ul {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #solve .ill {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}
#solve h2 {
  padding: 0.23em 0;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: calc(2.4 / 48 * 1em);
}
@media screen and (min-width: 768px) {
  #solve h2 {
    font-size: 5rem;
    line-height: 1.4;
    letter-spacing: calc(2.5 / 50 * 1em);
  }
}
#solve h2 strong {
  font-size: 3.4rem;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: calc(3.4 / 68 * 1em);
  text-indent: calc(3.4 / 68 * 1em);
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 0.35rem;
  -webkit-text-decoration-color: rgb(15, 74, 170);
  text-decoration-color: rgb(15, 74, 170);
}
@media screen and (min-width: 768px) {
  #solve h2 strong {
    font-size: 6.6rem;
    letter-spacing: calc(3.3 / 66 * 1em);
    text-underline-offset: 0.15em;
    text-decoration-thickness: 0.5rem;
  }
}
#solve h2 strong .reg {
  font-size: 60%;
  vertical-align: super;
}
#solve ul {
  padding: 0.6rem 0 1.6rem 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #solve ul {
    padding: 6.4rem 0 6.85rem 0;
  }
}
#solve li {
  padding: 0.19em 0 0.19em 3.1rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.38;
  text-indent: -3.1rem;
}
@media screen and (min-width: 768px) {
  #solve li {
    padding: 0.35em 0 0.35em 6.4rem;
    margin-top: 0.45rem;
    font-size: 2.6rem;
    line-height: 1.7;
    text-indent: -6.4rem;
  }
}
#solve li::before {
  content: "";
  margin-top: -0.15em;
  margin-right: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgb(239, 77, 78) url(../images/ico_check.svg) no-repeat 50% 50% / calc(16 / 25 * 100%) auto;
}
@media screen and (min-width: 768px) {
  #solve li::before {
    margin-right: 1.4rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #solve .ill {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#solve .ill .image {
  margin: 0 auto;
  width: 29rem;
}
@media screen and (min-width: 768px) {
  #solve .ill .image {
    margin: 0;
    width: 55rem;
  }
}
#solve .ill .image img {
  width: 100%;
}

/* about */
#about {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  #about {
    display: grid;
    grid-template-columns: 37.7rem 62.3rem;
    grid-template-rows: auto auto;
  }
  #about h2 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  #about section {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #about .ill {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}
#about h2 {
  padding: 0.23em 0 0.75em 0;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: calc(2.4 / 48 * 1em);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #about h2 {
    padding: 0.23em 0;
    font-size: 5rem;
    line-height: 1.4;
    letter-spacing: calc(2.5 / 50 * 1em);
  }
}
#about h2 strong {
  font-size: 3.4rem;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: calc(3.4 / 68 * 1em);
  text-indent: calc(3.4 / 68 * 1em);
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 0.35rem;
  -webkit-text-decoration-color: rgb(15, 74, 170);
  text-decoration-color: rgb(15, 74, 170);
}
@media screen and (min-width: 768px) {
  #about h2 strong {
    font-size: 6.6rem;
    letter-spacing: calc(3.3 / 66 * 1em);
    text-underline-offset: 0.15em;
    text-decoration-thickness: 0.5rem;
  }
}
#about h2 strong .reg {
  font-size: 60%;
  vertical-align: super;
}
#about section {
  padding: 0.6rem 0;
}
@media screen and (min-width: 768px) {
  #about section {
    padding: 4.2rem 0 4.2rem 3.8rem;
  }
}
#about h3 {
  padding: 0.25em 0;
  margin: 0 -3rem 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #about h3 {
    padding: 0.35em 0;
    margin: 0;
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
#about h3 .reg {
  font-size: 60%;
  vertical-align: super;
}
#about h3 em {
  font-family: var(--ZenMaruGothic);
  font-weight: 900;
  font-style: normal;
}
#about .desc {
  padding: 1.64em 0;
  font-size: 1.4rem;
  line-height: 1.64;
}
@media screen and (min-width: 768px) {
  #about .desc {
    padding: 1.9em 0;
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
#about .desc p {
  margin: 0;
  font-weight: 500;
  letter-spacing: calc(0.84 / 28 * 1em);
}
@media screen and (min-width: 768px) {
  #about .desc p {
    white-space: nowrap;
  }
}
#about .desc p:not(:first-of-type) {
  margin-top: 1.64em;
}
@media screen and (min-width: 768px) {
  #about .desc p:not(:first-of-type) {
    margin-top: 1.9em;
  }
}
#about .desc a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
#about .desc .reg {
  font-size: 80%;
  line-height: 1;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  #about .ill {
    padding-top: 4.2rem;
  }
}
#about .ill .image {
  margin-left: -3.8rem;
  margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  #about .ill .image {
    margin-left: calc(50% * 1000 / 377 - 50vw);
    margin-right: 0;
    height: 100%;
  }
}
#about .ill .image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .ill .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right top;
    object-position: right top;
  }
}

/* flow */
#flow {
  padding: 7.2rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: 17.2rem 14.3rem;
  grid-template-rows: auto auto auto;
  background-color: rgb(215, 227, 229);
}
#flow h2 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
#flow ol {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
#flow .buttons {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}
#flow .ill {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}
@media screen and (min-width: 768px) {
  #flow {
    padding-top: 12.6rem;
    padding-bottom: 12.6rem;
    grid-template-columns: 67rem 33rem;
    grid-template-rows: auto auto auto;
  }
  #flow h2 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  #flow ol {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #flow .buttons {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  #flow .ill {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
  }
}
#flow h2 {
  padding: 0.05em 0;
  margin: 0;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: rgb(15, 74, 170);
}
@media screen and (min-width: 768px) {
  #flow h2 {
    font-size: 6.6rem;
    color: rgb(0, 0, 0);
  }
}
#flow ol {
  padding: 2rem 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #flow ol {
    padding: 2.5rem 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#flow li {
  padding: 1.1rem 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #flow li {
    padding: 1.5rem 0;
    align-items: baseline;
  }
}
#flow li .step {
  padding: 0 1rem;
  position: relative;
  z-index: 0;
  font-family: var(--ZenMaruGothic);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #flow li .step {
    padding: 0 1.6rem;
    font-size: 2.4rem;
  }
}
#flow li .step::before {
  content: "";
  margin: auto;
  position: absolute;
  top: -30%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  z-index: -10;
  width: 6.5rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  rotate: 348deg;
}
@media screen and (min-width: 768px) {
  #flow li .step::before {
    width: 10.8rem;
    height: 6rem;
  }
}
#flow li .step span {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  #flow li .step span {
    font-size: 4rem;
  }
}
#flow li .act {
  padding-left: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.38;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #flow li .act {
    padding-left: 1.6rem;
    font-size: 2.6rem;
    line-height: 1.53846154;
  }
}
#flow li .act a {
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  #flow li .act a {
    text-decoration-thickness: 2px;
  }
}
#flow li .act .notes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12.7rem;
  min-height: 3.4rem;
  border: solid 1px rgb(15, 74, 170);
  border-radius: 1.7rem;
  box-sizing: border-box;
  position: absolute;
  bottom: calc(100% + 0.74rem);
  right: 0;
  font-family: var(--ZenMaruGothic);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: rgb(15, 74, 170);
}
@media screen and (min-width: 768px) {
  #flow li .act .notes {
    min-width: 23.8rem;
    min-height: 7rem;
    bottom: 100%;
    font-size: 2rem;
    font-weight: 600;
    border-width: 2px;
    border-radius: 3.5rem;
  }
}
#flow li .act .notes::after {
  content: "";
  width: 2.5rem;
  height: 0.5rem;
  border-bottom: 1px solid rgb(15, 74, 170);
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgb(215, 227, 229);
  translate: -50% -50%;
  rotate: -38.66deg;
  transform-origin: 70% 150%;
}
@media screen and (min-width: 768px) {
  #flow li .act .notes::after {
    width: 5.1rem;
    height: 1rem;
    border-width: 2px;
  }
}
#flow .buttons a {
  padding: 0 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 17.2rem;
  min-height: 10.9rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #flow .buttons a {
    padding: 0 2.8rem 0 1.9rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 64rem;
    min-height: 9rem;
  }
}
#flow .buttons a:nth-of-type(1) {
  background-color: rgb(0, 191, 180);
}
#flow .buttons a:nth-of-type(2) {
  margin-top: 1.6rem;
  background-color: rgb(255, 82, 103);
}
@media screen and (min-width: 768px) {
  #flow .buttons a:nth-of-type(2) {
    margin-top: 3rem;
  }
}
#flow .buttons a p {
  padding: 0 0 0.65em 0.25em;
  margin: 0 -1.4rem 0 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #flow .buttons a p {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    line-height: 1.6;
  }
}
#flow .buttons a .btn {
  padding: 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3.8rem;
  box-sizing: border-box;
  font-family: var(--ZenMaruGothic);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 29px;
  background-color: rgb(255, 255, 0);
}
@media screen and (min-width: 768px) {
  #flow .buttons a .btn {
    padding: 0 1.8rem 0 2rem;
    min-width: 22.4rem;
    min-height: 5.8rem;
    font-size: 2rem;
  }
}
#flow .buttons a:nth-of-type(1) .btn {
  color: rgb(0, 191, 180);
}
#flow .buttons a:nth-of-type(2) .btn {
  color: rgb(255, 82, 103);
}
#flow .buttons a .btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.8rem solid;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
}
@media screen and (min-width: 768px) {
  #flow .buttons a .btn::after {
    border-left-width: 1.2rem;
    border-top-width: 0.7rem;
    border-bottom-width: 0.7rem;
  }
}
#flow .ill {
  padding-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #flow .ill {
    padding-top: 1rem;
    display: block;
    align-items: normal;
    justify-content: normal;
  }
}
#flow .ill .image {
  margin-right: -3rem;
  width: 15.2rem;
}
@media screen and (min-width: 768px) {
  #flow .ill .image {
    margin-right: 0;
    width: 40.4rem;
  }
}
#flow .ill .image img {
  width: 100%;
}

/* relate */
#relate {
  padding: 7.5rem 0;
}
@media screen and (min-width: 768px) {
  #relate {
    padding: 15rem 0;
  }
}
#relate ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 23rem;
}
@media screen and (min-width: 768px) {
  #relate ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  #relate li {
    flex-basis: 30.6rem;
  }
}
#relate li:not(:first-of-type) {
  margin-top: 3.1rem;
}
@media screen and (min-width: 768px) {
  #relate li:not(:first-of-type) {
    margin-top: 0;
  }
}
#relate li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background-color: rgb(215, 227, 229);
}
#relate li a:not([href]),
#relate li a[href=""] {
  opacity: 0.5;
  pointer-events: none;
}
#relate li a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: url(../images/ico_arrow.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #relate li a::after {
    margin-bottom: 1.6925rem;
    margin-left: auto;
    margin-right: 2.16rem;
    width: 3rem;
    height: 2rem;
    position: static;
    bottom: auto;
    right: auto;
  }
}
#relate .thumb .image {
  aspect-ratio: 306 / 195;
  background-color: rgb(215, 215, 215);
}
#relate .thumb .image:empty::before {
  content: "coming soon";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: rgb(128, 128, 128);
}
@media screen and (min-width: 768px) {
  #relate .thumb .image:empty::before {
    font-size: 1.8rem;
  }
}
#relate .thumb .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#relate li strong {
  padding: 0.9404em 2.5rem 0.9404em 1.2em;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.56;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #relate li strong {
    padding-bottom: 0;
    padding-right: 1.2em;
    flex-grow: 1;
    font-size: 1.8rem;
  }
  #relate li strong .kern {
    letter-spacing: 0.04em;
  }
}
