@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(:not(progress, meter)),
:where(:not(progress, meter))::before,
:where(:not(progress, meter))::after {
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  border-style: solid;
  border-width: 0;
}

:where(:not(dialog)) {
  margin: unset;
}

:where(:root) {
  font-family: sans-serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-spacing-trim: trim-start;
  text-autospace: normal;
}

:where(body) {
  min-height: 100dvh;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: unset;
}

:where(search) {
  display: block;
}

:where(address) {
  font-style: unset;
}

:where(ul, ol, menu) {
  padding-left: 1.25em;
}

:where(pre) {
  max-width: 100%;
  overflow: auto;
  overflow-wrap: normal;
  white-space: pre;
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

:where(code, kbd, samp, pre) {
  font-family: monospace;
  font-feature-settings: "tnum";
  font-variant-ligatures: none;
  font-variant-numeric: tabular-nums;
}

:where(time) {
  text-autospace: no-autospace;
}

:where(a:-moz-any-link) {
  text-decoration-line: unset;
}

:where(a:any-link) {
  text-decoration-line: unset;
}

:where(small, sub, sup) {
  font-size: 75%;
}

:where(sub, sup) {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.25em;
}

:where(table) {
  word-break: break-all;
  border-collapse: collapse;
}

:where(caption, th) {
  text-align: unset;
}

:where(th, td) {
  padding: unset;
  border: solid 1px currentcolor;
}

:where(hr) {
  height: unset;
  overflow: visible;
  color: inherit;
  border: none;
  border-top: 1px solid;
}

:where(img, picture, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(iframe, embed, object) {
  width: 100%;
  border: unset;
}

:where(fieldset) {
  min-width: 0;
  padding: unset;
  border: unset;
}

::file-selector-button,
:where(input:not([type=color], [type=range]), button, textarea, select) {
  max-width: 100%;
  padding: unset;
  font: unset;
  color: unset;
  text-align: unset;
  letter-spacing: unset;
  background-color: unset;
  border-radius: unset;
}

::file-selector-button,
:where(input:not([type=file], [type=radio], [type=checkbox], [type=color], [type=range]), button, textarea, select) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px unset;
}

:where(input, select) {
  accent-color: unset;
}

:where(textarea, select, progress) {
  vertical-align: unset;
}

:where(legend) {
  padding: unset;
}

:where(textarea) {
  width: 100%;
  resize: vertical;
}

:where(input[type=file], select) {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}

:where(input:not([type=button], [type=submit], [type=reset]), textarea, [contenteditable]) {
  text-autospace: no-autospace;
}

:where(input:not([type=text], [type=password], [type=url], [type=email], [type=tel], [type=search], [type=number]), area, button, label, select, summary, a[href], [role=tab], [role=button], [role=option]),
:where(:enabled)::file-selector-button {
  touch-action: manipulation;
  cursor: pointer;
}

:where(:disabled, label:has(> input:disabled), label:has(+ input:disabled), input:disabled + label) {
  cursor: not-allowed;
  opacity: 0.5;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.25;
}

::placeholder {
  color: inherit;
  opacity: 0.25;
}

:where(summary) {
  list-style-type: "";
}

:where(summary)::-webkit-details-marker {
  display: none;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 580px;
}

.var-sample {
  width: var(--bp);
  padding: var(--wfpd);
  margin: var(--wfvw);
  overflow: var(--wfof);
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 2rem;
  color: #00344e;
  background-color: #bceeff;
}

:where(a:link, a:visited, a:hover) {
  color: #1884ba;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

:where(code, var, kbd, samp, pre) {
  font-family: "Courier New", courier, "Osaka－等幅", "Osaka-等幅", osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
  font-feature-settings: "zero";
}

:where(ul[class], ol[class]),
:where(nav > ul, nav > ol) {
  padding-left: 0;
  list-style-type: none;
}

:where(i, dfn, em) {
  font-style: normal;
}

:where(hr) {
  margin: 0.25em auto;
}

:where(mark) {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 255, 0);
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -0.2em;
  background: none;
}

:where(:focus, :focus-visible) {
  outline-offset: 4px;
}

sup {
  font-size: 100%;
}

.nw {
  display: inline-block;
}

.sp {
  display: block;
}
.sp.-flex {
  display: flex;
}
.sp.-inline {
  display: inline;
}
.sp.-inlineblock {
  display: inline-block;
}
.sp.-inlineflex {
  display: inline-flex;
}

.pc {
  display: none;
}

.is-invisible {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: rect(1px, 1px, 1px, 1px);
}

.ut-cleafix::after {
  clear: both;
  display: block;
  content: "";
}

.is-inline {
  display: inline;
  vertical-align: -0.125em;
}
.is-inline img {
  display: inline;
  vertical-align: -0.125em;
}

.sparse {
  font-feature-settings: normal;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
}

.dense {
  font-feature-settings: "palt";
  letter-spacing: -0.025em;
}

.ellipsis {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mark {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 255, 0);
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -0.2em;
}

.layout {
  background-color: #800;
}

.role-banner {
  display: flex;
  flex: 0 0 calc((100vw - 500px) / 2);
  align-items: center;
  height: 100%;
  font-size: clamp(1.2rem, -0.56rem + 1.78vw, 2rem);
}
.role-banner > .inner {
  padding: 0 1em;
  margin: auto;
  translate: 0;
  transition: all 0.5s;
}

.role-main {
  z-index: 2;
  flex: 1 1 auto;
  width: 100vw;
  height: 100%;
  overflow: hidden scroll;
}
.sect-block {
  position: relative;
  z-index: 2;
  padding: 0 1em;
  background-position: top center;
  background-size: 100%;
}
.sect-block > .inner {
  position: relative;
  top: -2em;
  padding: 1em 0 3em;
}
.sect-block.-s1 {
  background-image: url(/img/s1_bg.webp);
}
.sect-block.-s1::before {
  content: none;
}
.sect-block.-s1 > .inner {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  aspect-ratio: 460/960;
  padding-bottom: 6em;
}
.sect-block.-s1 > .inner > .title {
  margin-top: 5em;
}
.sect-block.-s2 {
  background-color: #fff0be;
}
.sect-block.-s3 {
  background-color: #00a9e0;
}
.sect-block.-s3 > .inner {
  padding: 2em 0 4em;
}
.sect-block.-s3 > .inner > .title {
  padding: 0 0.5em;
}
.sect-block.-s4 {
  background-color: #fff;
  background-image: url(/img/s3_bg.webp);
  background-repeat: repeat;
  background-size: 2em;
}
.sect-block.-s4 > .inner {
  padding: 2em 0 3em;
}
.sect-block.-s5 {
  background-color: #fff0be;
}
.sect-block.-s5 > .inner {
  padding: 1em 0 4em;
}
.sect-block.-s5 > .inner > hgroup > .title {
  padding: 1em 3em 2em;
}
.sect-block.-s5 > .inner > hgroup > .content {
  line-height: 1.5;
  text-align: center;
}
.sect-block.-s6 {
  background-color: #00a9e0;
}
.sect-block.-s6 > .inner {
  padding: 2em 0 4em;
}
.sect-block.-s6 > .inner .content > .lead {
  margin: 2em 1em;
  line-height: 1.5;
  color: #fff;
}
.sect-block.-s7 {
  background-color: #fff;
  background-image: url(/img/s3_bg.webp);
  background-repeat: repeat;
  background-size: 2em;
}
.sect-block.-s7 > .inner {
  padding: 2em 0 6em;
  transition: all 0.5s;
}
.sect-block.-s7 > .inner > .title {
  margin-bottom: 2em;
}
.sect-block::before {
  position: absolute;
  top: -3em;
  left: -5%;
  z-index: -1;
  display: block;
  width: 110%;
  height: 5em;
  content: "";
  background: inherit;
  border-radius: 50%/100% 100% 0 0;
}

.blank-block {
  position: relative;
  flex: 0 0 calc((100vw - 500px) / 2);
  height: 100%;
  overflow: hidden;
}
.blank-block::before, .blank-block::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/img/blank_bg.webp);
  opacity: 1;
  transition: opacity 0.5s;
}
.blank-block::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center right;
  background-size: 470px;
}
.blank-block::before {
  top: -16px;
  left: -16px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-size: cover;
  filter: blur(8px);
}
.blank-block > .cta-block {
  position: fixed;
  right: -120%;
  bottom: 5em;
  height: 5em;
  transition: all 0.5s;
}

.role-contentinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6em;
  color: #fff;
  background-color: #00a9e0;
  font-size: clamp(1.008rem, 0rem + 2.8vw, 1.4rem);
}

.component1 {
  padding: clamp(18.43px, 6.1px + 3.42vw, 40px);
}

.component2 {
  font-size: clamp(1.44rem, 0rem + 4vw, 2rem);
}

.ut-orange {
  color: #ff5700;
}

.ut-blue {
  color: #1884ba;
}

.ut-green {
  color: #69be29;
}

.logo-block {
  margin: 0 2em 3em;
}
.logo-block img {
  margin: auto;
}

.inpage-nav > .item {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.5;
}
.inpage-nav > .item::before {
  display: block;
  width: 0.75em;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
  content: "";
  background-image: url(/img/inpage_icon.svg);
  background-size: contain;
}
.inpage-nav > .item + .item {
  margin-top: 1.5em;
}
.inpage-nav > .item > .link {
  text-shadow: -2px -2px 1px #fff, 0 -2px 1px #fff, 2px -2px 1px #fff, -2px 0 1px #fff, 2px 0 1px #fff, -2px 2px 1px #fff, 0 2px 1px #fff, 2px 2px 1px #fff, -2px 0 1px #1884ba, 0 0 1px #1884ba, 2px 0 1px #1884ba, -2px 2px 1px #1884ba, 2px 2px 1px #1884ba, -2px 4px 1px #1884ba, 0 4px 1px #1884ba, 2px 4px 1px #1884ba;
  transition: all 0.3s;
}
.inpage-nav > .item > .link:hover {
  color: #43b0e7;
}

.cta-block {
  margin: 3em auto 0;
}

.cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #ff5700;
  border: solid 2px #00344e;
  border-radius: 100px;
  box-shadow: 0 4px 0 0 rgb(0, 52, 78);
  transition: all 0.3s;
}
.cta-btn::after, .cta-btn::before {
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
}
.cta-btn::before {
  bottom: 0.5em;
  left: 0.5em;
  width: 3em;
  height: 4em;
  background-image: url(/img/cta_img.webp);
  transform-origin: 50% 100%;
  animation: boyHop 5s infinite;
  will-change: transform;
}
.cta-btn::after {
  right: 1em;
  width: 1em;
  height: 1em;
  background-image: url(/img/cta_icon.svg);
}
.cta-btn:hover {
  background-color: #ff8749;
}
.cta-btn.-footer {
  aspect-ratio: 1/1;
  padding: 2em 1em 0.25em 0.5em;
  font-size: clamp(1.296rem, 0rem + 3.6vw, 1.8rem);
}
.cta-btn.-footer::before {
  top: -1.25em;
  bottom: unset;
  left: 50%;
  translate: -50%;
}
.cta-btn.-footer::after {
  right: 0.125em;
  width: 0 5em;
  height: 0.5em;
}
@keyframes boyHop {
  0%, 76%, 100% {
    transform: translateY(0) scaleY(1);
  }
  80% {
    transform: translateY(0) scaleY(0.92);
  }
  84% {
    transform: translateY(-16.8px) scaleY(1.02);
  }
  88% {
    transform: translateY(0) scaleY(0.98);
  }
  90% {
    transform: translateY(-9.6px) scaleY(1.01);
  }
  93% {
    transform: translateY(0) scaleY(0.99);
  }
  95% {
    transform: translateY(-5px) scaleY(1.005);
  }
  98% {
    transform: translateY(0) scaleY(1);
  }
}

.summary-block > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  line-height: 1.5;
  text-align: center;
  background-image: url(/img/s3_bg.webp);
  background-repeat: repeat;
  background-size: 1em;
  border: solid 2px #00a9e0;
  border-radius: 0.5em;
  box-shadow: 0 4px 0 0 rgb(208, 195, 179);
}
.summary-block > .item + .item {
  margin-top: 0.5em;
}

.motive-block {
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin: 2em auto -2em;
}
.motive-block > .item::before, .motive-block > .item::after {
  display: block;
  width: 100%;
  aspect-ratio: 880/56;
  content: "";
  background-position: top center;
  background-size: cover;
}
.motive-block > .item::before {
  background-image: url(/img/s2_bg_top.webp);
}
.motive-block > .item::after {
  aspect-ratio: 880/264;
}
.motive-block > .item > div {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  font-feature-settings: normal;
  letter-spacing: 0.0625em;
  padding-left: 0.0625em;
}
.motive-block > .item:nth-child(1)::after {
  background-image: url(/img/s2_bg_bottom1.webp);
}
.motive-block > .item:nth-child(2)::after {
  background-image: url(/img/s2_bg_bottom2.webp);
}
.motive-block > .item:nth-child(3)::after {
  background-image: url(/img/s2_bg_bottom3.webp);
}

.feature-block {
  padding: 3em 0.5em 2em;
  margin-top: -3em;
  background-image: url(/img/s3_bg.webp);
  background-repeat: repeat;
  background-size: 1.5em;
  border-radius: 0.5em;
  box-shadow: 0 8px 0 0 rgb(0, 127, 169);
}
.feature-block .item {
  border-bottom: dashed 2px #f0ab00;
}
.feature-block .item > .title {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.0625em;
  translate: 0.03125em;
}
.feature-block .item > .title::before {
  display: block;
  width: 7em;
  padding: 0.125em 1.5em;
  margin: 2em auto 1em;
  font-size: 67%;
  color: #fff;
  background-color: #f0ab00;
  border-radius: 100px;
}
.feature-block .item > .title::after {
  position: absolute;
  top: -1em;
  right: 0;
  display: block;
  width: 3em;
  aspect-ratio: 1/1;
  content: "";
  background-size: contain;
}
.feature-block .item:nth-child(1) > .title::before {
  content: "特長01";
}
.feature-block .item:nth-child(1) > .title::after {
  width: 3.5em;
  background-image: url(/img/s3_img1.webp);
}
.feature-block .item:nth-child(2) > .title::before {
  content: "特長02";
}
.feature-block .item:nth-child(2) > .title::after {
  right: unset;
  left: 0;
  width: 3.5em;
  aspect-ratio: 1.5/1;
  background-image: url(/img/s3_img2.webp);
}
.feature-block .item:nth-child(3) > .title::before {
  content: "特長03";
}
.feature-block .item:nth-child(3) > .title::after {
  background-image: url(/img/s3_img3.webp);
}
.feature-block .item:nth-child(4) > .title::before {
  content: "特長04";
}
.feature-block .item:nth-child(4) > .title::after {
  right: unset;
  left: 1em;
  width: 2em;
  background-image: url(/img/s3_img4.webp);
}
.feature-block .item:nth-child(5) > .title::before {
  content: "特長05";
}
.feature-block .item:nth-child(5) > .title::after {
  background-image: url(/img/s3_img5.webp);
}
.feature-block .item > .content {
  padding: 1.5em 0;
  line-height: 1.5;
}

.step-block {
  margin: 2.5em auto 0;
}
.step-block > .item > .title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.0625em;
  padding-left: 0.0625em;
}
.step-block > .item > .title::before {
  display: block;
  width: 10em;
  aspect-ratio: 1/1;
  margin: 0 auto 0.5em;
  content: "";
  background-size: contain;
}
.step-block > .item:nth-child(1) > .title::before {
  background-image: url(/img/s4_step1.webp);
}
.step-block > .item:nth-child(2) > .title::before {
  background-image: url(/img/s4_step2.webp);
}
.step-block > .item:nth-child(3) > .title::before {
  background-image: url(/img/s4_step3.webp);
}
.step-block > .item:nth-child(4) > .title::before {
  background-image: url(/img/s4_step4.webp);
}
.step-block > .item > .content {
  margin: 1em 0.5em;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.0625em;
  translate: 0.03125em;
}
.step-block > .item + .item::before {
  display: block;
  width: 2em;
  aspect-ratio: 1/1;
  margin: 0.5em auto 1.5em;
  content: "";
  background-image: url(/img/s4_icon.svg);
  background-size: contain;
}

.books-block > .item {
  margin-top: 1.5em;
}
.books-block > .item > .title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 80%;
  aspect-ratio: 376/108;
  padding-bottom: 0.5em;
  margin: auto;
  font-size: 3.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-image: url(/img/s5_title1.webp);
  background-size: contain;
}
.books-block > .item > .content {
  position: relative;
  z-index: -1;
  padding: 3em 0.5em 2em;
  margin-top: -2em;
  background-image: url(/img/s3_bg.webp);
  background-repeat: repeat;
  background-size: 1.5em;
  border-radius: 0.5em;
  box-shadow: 0 8px 0 0 rgb(255, 226, 131);
}
.books-block > .item > .content > .title {
  margin-bottom: 0.5em;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.books-block > .item > .content > .title::after {
  display: block;
  width: 100%;
  aspect-ratio: 880/476;
  margin-top: 0.75em;
  content: "";
  background-image: url(/img/s5_img1.webp);
  background-size: contain;
}
.books-block > .item:nth-child(1) > .title {
  background-image: url(/img/s5_title1.webp);
}
.books-block > .item:nth-child(1) > .content > .title::after {
  background-image: url(/img/s5_img1.webp);
}
.books-block > .item:nth-child(2) > .title {
  background-image: url(/img/s5_title2.webp);
}
.books-block > .item:nth-child(2) > .content > .title::after {
  background-image: url(/img/s5_img2.webp);
}
.books-block > .item:nth-child(3) > .title {
  background-image: url(/img/s5_title3.webp);
}
.books-block > .item:nth-child(3) > .content > .title::after {
  background-image: url(/img/s5_img3.webp);
}

.books-list {
  padding-left: 1em;
  list-style-type: none;
}
.books-list > li::marker {
  font-size: 0.8em;
  color: currentColor;
}
.books-list > li::before {
  display: inline-block;
  width: 1.25em;
  font-size: 0.8em;
  color: currentColor;
  content: "◎";
  transform: translateY(-0.0725em);
  margin-left: -1.25em;
}
.books-list > .item {
  margin-top: 1em;
  line-height: 1.5;
}

.title-unit > .title {
  width: 50%;
  padding-bottom: 0.5em;
  margin: 0 auto 0.5em;
  border-bottom: dashed 2px #fff;
}
.title-unit > .content {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 0 rgb(0, 127, 169);
  font-feature-settings: "palt";
  letter-spacing: 0.0625em;
  padding-left: 0.0625em;
}

.table-block {
  width: 100%;
  padding: 2em 0.5em;
  background-image: url(/img/s3_bg.webp);
  background-repeat: repeat;
  background-size: 1.5em;
  border-radius: 0.5em;
}
.table-block > .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em;
}
.table-block > .title > .title {
  font-size: 2.4rem;
  color: #00a9e0;
}

.price-table {
  width: 100%;
  margin-bottom: 1em;
}
.price-table th,
.price-table td {
  padding: 1em 0.5em;
  text-align: center;
  border: solid 1px #d7d7d7;
}
.price-table > thead > tr th,
.price-table > thead > tr td {
  color: #fff;
  background-color: #006ccb;
}
.price-table > tbody > tr th {
  background-color: #f0f0f0;
}
.price-table > tbody > tr td {
  background-color: #fff;
}

.note-unit {
  padding-left: 1em;
  list-style-type: none;
}
.note-unit > li::marker {
  font-size: 0.8em;
  color: currentColor;
}
.note-unit > li::before {
  display: inline-block;
  width: 1.25em;
  font-size: 0.8em;
  color: currentColor;
  content: "※";
  transform: translateY(-0.0725em);
  margin-left: -1.25em;
}
.note-unit > .item {
  font-size: 1.8rem;
}
.note-unit > .item + .item {
  margin-top: 0.5em;
}

.style-block > .item {
  background-color: #fff;
  border: solid 2px #f0ab00;
  border-radius: 0.5em;
  box-shadow: 0 4px 0 0 rgb(255, 226, 131);
}
.style-block > .item > .title {
  display: flex;
  align-items: center;
  height: 3.5em;
  padding: 0 0.5em;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  background-color: #f0ab00;
}
.style-block > .item > .title::before {
  display: block;
  flex: 0 0 2em;
  width: 2em;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
  content: "";
  background-image: url(/img/s7_icon.webp);
  background-size: contain;
}
.style-block > .item > .content {
  padding: 1em 0.5em;
  line-height: 1.5;
  text-align: justify;
}
.style-block > .item + .item {
  margin-top: 1em;
}

:where(body.-top) .top {
  background-color: #008;
}

:where(body.-template) .under {
  background-color: #080;
}

:where(body.-under) .under {
  background-color: #800;
}

@media screen and (min-width: 500px){
  .wrapper-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100dvh - 4em);
    overflow: hidden;
  }
  .wrapper-block > .blank {
    order: 0;
  }
  .wrapper-block > .role-main {
    order: 1;
  }
  .wrapper-block > .role-banner {
    order: 2;
  }
  .role-main {
    flex: 0 0 500px;
    width: 500px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  }
  @supports not selector(::-webkit-scrollbar) {
    .role-main {
      scrollbar-width: none;
    }
  }
  @supports selector(::-webkit-scrollbar) {
    .role-main::-webkit-scrollbar {
      display: none;
    }
  }
  .role-contentinfo {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 580px){
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc.-flex {
    display: flex;
  }
  .pc.-inline {
    display: inline;
  }
  .pc.-inlineblock {
    display: inline-block;
  }
  .pc.-inlineflex {
    display: inline-flex;
  }
  .component1 {
    padding: clamp(28.99px, 4.77px + 2.45vw, 40px);
  }
  .component2 {
    font-size: clamp(1.375rem, 0rem + 1.39vw, 2rem);
  }
}

@media screen and (min-width: 990px){
  .sect-block.-s7 > .inner {
    padding: 2em 0 3em;
  }
}

@media screen and (max-width: 989.98px){
  .role-banner > .inner {
    translate: 100%;
  }
  .blank-block {
    z-index: 3;
  }
  .blank-block::before, .blank-block::after {
    opacity: 0;
  }
  .blank-block > .cta-block {
    right: calc(50% - 250px + 1em);
  }
}

@media screen and (max-width: 579.98px){
  .role-banner > .inner {
    display: none;
  }
}

@media screen and (max-width: 499.98px){
  body {
    font-size: clamp(1.44rem, 0rem + 4vw, 2rem);
  }
  @supports not selector(::-webkit-scrollbar) {
    :root {
      scrollbar-width: none;
    }
  }
  @supports selector(::-webkit-scrollbar) {
    :root::-webkit-scrollbar {
      display: none;
    }
  }
  .blank-block::before, .blank-block::after {
    display: none;
  }
  .blank-block > .cta-block {
    right: 1em;
  }
  .feature-block .item > .title {
    font-size: clamp(2.16rem, 0rem + 6vw, 3rem);
  }
  .step-block .item > .title {
    font-size: clamp(2.16rem, 0rem + 6vw, 3rem);
  }
  .books-block .item > .title {
    font-size: clamp(2.448rem, 0rem + 6.8vw, 3.4rem);
  }
  .books-block .item > .content > .title {
    font-size: clamp(2.16rem, 0rem + 6vw, 3rem);
  }
  .title-unit > .content {
    font-size: clamp(2.16rem, 0rem + 6vw, 3rem);
  }
  .table-block > .title > .title {
    font-size: clamp(1.728rem, 0rem + 4.8vw, 2.4rem);
  }
  .note-unit > .item {
    font-size: clamp(1.296rem, 0rem + 3.6vw, 1.8rem);
  }
  .style-block > .item > .title {
    font-size: clamp(1.584rem, 0rem + 4.4vw, 2.2rem);
  }
}
/*# sourceMappingURL=style.css.map */