@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
@media print {
  .global-nav,
  .side-bar,
  .breadcrumbs,
  .anchor-link,
  .print,
  .header__navigation,
  .btn__small,
  .btn__midium,
  .btn__large,
  .pdf-download,
  .footer {
    display: none;
  }
  .content__main {
    width: 1200px;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

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

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  word-break: break-all;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  color: #222222;
  overflow-x: hidden;
  background: #fff;
  word-break: break-all;
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
}

a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

p {
  line-height: 1.75;
  font-weight: 400;
}
p:not(:last-of-type) {
  margin-bottom: 1em;
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tb-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .sp-only {
    display: none;
  }
}
footer {
  width: 1240px;
  margin: 0 auto 2.5rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
footer img {
  width: 120px;
}
footer small {
  font-size: 1rem;
  font-weight: 700;
}

h2 {
  position: relative;
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
h2:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 8px;
  background: #007cd8;
  bottom: -32px;
  left: calc(50% - 40px);
}

h3 {
  font-weight: 900;
  font-size: 1.275rem;
  line-height: 1.6;
}

h4 {
  font-size: 1.75rem;
  font-weight: 900;
}

.box {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}

.cv {
  margin: 0 auto 5rem auto;
}

.btn {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 476px;
  height: 84px;
  color: #fff;
  background: #fa2566;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 999px;
  font-weight: 900;
  margin: auto;
}
.btn:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kv {
  position: relative;
  margin-bottom: 8rem;
}
.kv__head {
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 3vw;
  margin-bottom: 2.5rem;
}
.kv__head img {
  display: block;
  width: 240px;
}
.kv__head .btn {
  z-index: 999;
}
.kv__head .btn a {
  width: 228px;
  height: 56px;
  font-size: 1rem;
}
.kv__content {
  width: 1240px;
  margin: auto;
  padding: 0 20px;
}
.kv__content h1 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  z-index: 999;
}
.kv__content h1 span.line {
  color: #fff;
  background: #007cd8;
}
.kv__content h1 span.title {
  font-size: 8rem;
  color: #007cd8;
  line-height: 1.2;
}
.kv__content h1 img {
  width: 480px;
  margin: 1rem 0;
}
.kv__content p {
  position: relative;
  z-index: 999;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
}
.kv__content .btn a {
  width: 384px;
  height: 74px;
  font-size: 1.25rem;
  margin: 0;
}
.kv__visual {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 720px;
  z-index: 1;
}

.section01 {
  position: relative;
  width: 1240px;
  margin: 0 auto 6.5rem auto;
  padding: 0 20px;
}
.section01__head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.5rem;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.section01__head h2 {
  font-size: 3rem;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.section01__head h2::after {
  display: none;
}
.section01__head h2 span {
  color: #007cd8;
  border-bottom: 4px #007cd8 solid;
}
.section01__head p {
  font-size: 1.5rem;
  font-weight: 700;
}
.section01__content {
  text-align: center;
}
.section01__content img {
  display: block;
  margin: 0 auto 1rem auto;
}
.section01__content p {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 3, 5rem;
}
.section01__content p span {
  color: #007cd8;
  font-size: 1.75rem;
}

.section02 {
  position: relative;
  width: 96vw;
  margin: 0 auto 6.5rem auto;
  padding: 5rem 0 1rem 0;
  background: #f5f8fa;
  border-radius: 16px;
}
.section02__head {
  width: 1240px;
  margin: auto;
  position: relative;
  margin-bottom: 3.5rem;
  padding: 0 20px;
}
.section02__head div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section02__head p {
  font-size: 1.5rem;
  font-weight: 700;
}
.section02__content {
  width: 1240px;
  margin: auto;
  margin-bottom: 6.5rem;
  padding: 0 20px;
}
.section02__content h3 {
  text-align: center;
  color: #007cd8;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
.section02__content p {
  text-align: center;
  margin-top: 2.5rem;
  font-weight: 500;
}
.section02 .box {
  width: 384px;
}
.section02 .box img {
  margin: 1rem auto;
}
.section02 .box h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.section02 .box li {
  background: url(/_assets/img/ico_check.svg) no-repeat left top;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.section03 {
  position: relative;
  width: 1240px;
  margin: 0 auto 6.5rem auto;
  padding: 0 20px;
}
.section03__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section03__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section03__head p {
  text-align: center;
  font-weight: 500;
}
.section03 .box {
  width: 384px;
}
.section03 .box img {
  margin: 1rem auto;
}
.section03 .box h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}
.section03 .box li {
  background: url(/_assets/img/ico_check.svg) no-repeat left top;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.section04 {
  position: relative;
  width: 96vw;
  margin: 0 auto 6.5rem auto;
  padding: 5rem 0;
  background: #f5f8fa;
  border-radius: 16px;
}
.section04__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section04__head p {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
}
.section04__content img {
  margin: auto;
  width: 1200px;
}

.section05 {
  position: relative;
  width: 1240px;
  margin: 0 auto 6.5rem auto;
  padding: 0 20px;
}
.section05__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section05__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
.section05__box h3 {
  font-size: 2rem;
  margin: 1.5rem 0 2.5rem 0;
}
.section05__box div {
  width: 588px;
}

.section06 {
  position: relative;
  width: 96vw;
  margin: 0 auto 6.5rem auto;
  padding: 5rem 0;
  background: #f5f8fa;
  border-radius: 16px;
}
.section06__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section06__content div {
  width: 1240px;
  margin: 0 auto 1rem auto;
  padding: 0 20px;
}
.section06__content div h3 {
  position: relative;
  font-size: 1.5rem;
  text-align: left;
  border-bottom: 0.75px #ccc solid;
  padding-bottom: 1.5rem;
  padding-left: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section06__content div h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../_assets/img/ico_question.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.section06__content div p {
  position: relative;
  text-align: left;
  padding-left: 3.5rem;
}
.section06__content div p::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../_assets/img/ico_answer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -5px;
  left: 0;
}

.section07 {
  position: relative;
  width: 96vw;
  margin: 0 auto 6.5rem auto;
  padding: 5rem 0;
  background: #e8f6ff;
  border-radius: 16px;
}
.section07__content {
  width: 800px;
  margin: 0 auto 1rem auto;
}

.section08 {
  width: 800px;
  margin: 0 auto 6.5rem auto;
}
.section08__box {
  margin-bottom: 2.5rem;
}
.section08__box h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.section08__box h4 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.section08__box p {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.section08__box p a {
  color: #007cd8;
}
.section08__box div {
  border: 1px #d9d9d9 solid;
  border-radius: 8px;
  height: 300px;
  overflow-y: auto;
  padding: 1.5rem;
}

.thanks h2 {
  font-size: 2rem;
}
.thanks h2::after {
  display: none;
}
.thanks p {
  text-align: center;
  margin-bottom: 5rem;
}
.thanks .btn {
  margin-bottom: 8rem;
}
.thanks .btn a {
  font-size: 1rem;
  width: 320px;
  height: 56px;
}
.thanks div {
  width: 800px;
  margin: auto;
  position: relative;
}
.thanks div img {
  position: absolute;
  width: 160px;
  right: 0;
  top: 0;
}

.fade {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0;
}

.animated {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    bottom: -40px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    bottom: -40px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@media screen and (max-width: 1375px) {
  .kv {
    position: relative;
    margin-bottom: 8rem;
  }
  .kv__head {
    width: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 3vw;
    margin-bottom: 2.5rem;
  }
  .kv__head img {
    display: block;
    width: 240px;
  }
  .kv__head .btn {
    z-index: 999;
  }
  .kv__head .btn a {
    width: 228px;
    height: 56px;
    font-size: 1rem;
  }
  .kv__content {
    width: 92vw;
    margin: auto;
    padding: 0;
  }
  .kv__content h1 {
    font-size: 1.5rem;
  }
  .kv__content h1 span.title {
    font-size: 6rem;
  }
  .kv__content p {
    font-size: 1.75rem;
  }
  .kv__content .btn a {
    width: 384px;
    height: 74px;
    font-size: 1.25rem;
    margin: 0;
  }
  .kv__visual {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 48vw;
    z-index: 1;
  }
  .section01 {
    width: 96vw;
    padding: 0;
  }
  .section01__head h2 {
    font-size: 2.5rem;
  }
  .section01__head img {
    width: 36vw;
  }
  .section01__content img {
    width: 80vw;
  }
  .section01__content p {
    font-size: 1.5rem;
  }
  .section01__point img {
    width: auto;
  }
  .section02 {
    position: relative;
    width: 96vw;
    margin: 0 auto 6.5rem auto;
    padding: 5rem 0 1rem 0;
  }
  .section02__head {
    width: 92vw;
    padding: 0;
    margin: 0 auto 3.5rem auto;
  }
  .section02__content {
    width: 92vw;
    margin: auto;
    margin-bottom: 6.5rem;
    padding: 0;
  }
  .section02 .box {
    width: 30vw;
  }
  .section03 {
    position: relative;
    width: 92vw;
    margin: 0 auto 6.5rem auto;
    padding: 0;
  }
  .section03 .box {
    width: 30vw;
  }
  .section03 .box h4 {
    white-space: initial;
  }
  .section04 {
    position: relative;
    width: 96vw;
    margin: 0 auto 6.5rem auto;
    padding: 5rem 0;
    background: #f5f8fa;
    border-radius: 16px;
  }
  .section04__head {
    position: relative;
    margin-bottom: 3.5rem;
  }
  .section04__head p {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .section04__content img {
    margin: auto;
  }
  .section05 {
    width: 92vw;
    padding: 0;
  }
  .section05 img {
    width: 48vw;
  }
  .section05__box h3 {
    font-size: 2rem;
    margin: 1.5rem 0 2.5rem 0;
  }
  .section05__box div {
    width: 48vw;
  }
  .section05__box div img {
    width: 12vw;
  }
  .section06 {
    width: 96vw;
    padding: 5rem 0;
  }
  .section06__content div {
    width: 92vw;
    padding: 1.5rem;
  }
  .section07 {
    width: 96vw;
    padding: 5rem 0;
  }
  .section07__content {
    width: 92vw;
  }
  .section08 {
    width: 92vw;
  }
  footer {
    width: 92vw;
  }
  footer img {
    width: 12vw;
  }
  footer small {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 833px) {
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-weight: 900;
    font-size: 1.275rem;
    line-height: 1.6;
  }
  h4 {
    font-size: 1.75rem;
    font-weight: 900;
  }
  .cv {
    margin: 0 auto 5rem auto;
  }
  .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80vw;
    height: 84px;
    color: #fff;
    background: #fa2566;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 999px;
    font-weight: 900;
    margin: auto;
  }
  footer {
    width: 92vw;
    margin: 0 auto 2.5rem auto;
    padding: 0;
  }
  footer img {
    width: 24vw;
  }
  footer small {
    font-size: 1rem;
    font-weight: 700;
  }
  .wrap {
    display: block;
  }
  .kv {
    position: relative;
    margin-bottom: 8rem;
  }
  .kv__head {
    width: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 3vw;
    margin-bottom: 5rem;
  }
  .kv__head img {
    display: block;
    width: 32vw;
  }
  .kv__head .btn {
    z-index: 999;
  }
  .kv__head .btn a {
    width: 32vw;
    height: 56px;
    font-size: 1rem;
  }
  .kv__content {
    width: 92vw;
    margin: auto;
    padding: 0;
  }
  .kv__content h1 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
  .kv__content h1 span.line {
    color: #fff;
    background: #007cd8;
  }
  .kv__content h1 span.title {
    font-size: 8rem;
    color: #007cd8;
    line-height: 1.2;
  }
  .kv__content h1 img {
    width: 64vw;
  }
  .kv__content p {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 2.5rem;
  }
  .kv__content .btn a {
    width: 384px;
    height: 74px;
    font-size: 1.25rem;
    margin: 0;
  }
  .kv__visual {
    max-width: 48vw;
  }
  .section01 {
    width: 92vw;
    margin: 0 auto 5rem auto;
    padding: 0;
  }
  .section01__head {
    display: block;
    margin-bottom: 3.5rem;
  }
  .section01__head img {
    width: 56vw;
    margin: auto;
  }
  .section01__head h2 {
    font-size: 3rem;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .section01__head h2::after {
    display: none;
  }
  .section01__head h2 span {
    color: #007cd8;
    border-bottom: 4px #007cd8 solid;
  }
  .section01__head p {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .section01__content {
    text-align: center;
  }
  .section01__content img {
    display: block;
    margin: 0 auto 1rem auto;
  }
  .section01__content p {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2;
    margin-bottom: 3.5rem;
  }
  .section01__content p span {
    color: #007cd8;
    font-size: 1.75rem;
  }
  .section02 {
    width: 96vw;
    margin: 0 auto 5rem auto;
    padding: 5rem 0 1rem 0;
    background: #f5f8fa;
    border-radius: 16px;
  }
  .section02__head {
    width: 88vw;
    margin: auto;
    margin-bottom: 3.5rem;
  }
  .section02__head div {
    display: block;
    text-align: center;
  }
  .section02__head p {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .section02__head img {
    margin: auto;
  }
  .section02__content {
    width: 88vw;
    margin: auto;
    margin-bottom: 5rem;
  }
  .section02__content h3 {
    text-align: center;
    color: #007cd8;
    margin-bottom: 3.5rem;
    font-size: 2rem;
  }
  .section02__content p {
    text-align: left;
    margin-top: 2.5rem;
    font-weight: 500;
  }
  .section02 .box {
    width: 88vw;
    margin: 0 auto 1rem auto;
  }
  .section02 .box img {
    margin: 1rem auto;
  }
  .section02 .box h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .section02 .box li {
    background: url(/_assets/img/ico_check.svg) no-repeat left top;
    padding-left: 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .section03 {
    position: relative;
    width: 92vw;
    margin: 0 auto 5rem auto;
    padding: 0;
  }
  .section03__wrap {
    display: block;
  }
  .section03__head {
    margin-bottom: 3.5rem;
  }
  .section03 .box {
    width: 88vw;
    margin: 0 auto 1rem auto;
  }
  .section03 .box img {
    margin: 1rem auto;
  }
  .section03 .box h4 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    white-space: nowrap;
  }
  .section03 .box li {
    background: url(/_assets/img/ico_check.svg) no-repeat left top;
    padding-left: 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .section04 {
    width: 96vw;
    margin: 0 auto 5rem auto;
    padding: 5rem 0;
  }
  .section04__head {
    position: relative;
    margin-bottom: 2rem;
  }
  .section04__head p {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .section04__content img {
    margin: auto;
  }
  .section04__content picture {
    text-align: center;
  }
  .section04__content picture img {
    display: block;
    width: 88vw;
    padding-left: 4vw;
  }
  .section05 {
    position: relative;
    width: 92vw;
    margin: 0 auto 5rem auto;
    padding: 0;
  }
  .section05__head {
    position: relative;
    margin-bottom: 3.5rem;
  }
  .section05__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section05__box img {
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .section05__box h3 {
    width: 100%;
    font-size: 2rem;
    margin: 1.5rem 0 2.5rem 0;
  }
  .section05__box div {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 92vw;
    margin: auto;
    padding: 0;
  }
  .section05__box div img {
    margin: 0 auto 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .section06 {
    width: 96vw;
    margin: 0 auto 5rem auto;
  }
  .section06__content {
    display: block;
  }
  .section06__content div {
    width: 88vw;
    margin: 0 auto 1rem auto;
  }
  .section06__content div h3 {
    position: relative;
    font-size: 1.5rem;
    text-align: left;
    border-bottom: 0.75px #ccc solid;
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .section06__content div h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../../_assets/img/ico_question.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
  }
  .section06__content div p {
    position: relative;
    text-align: left;
    padding-left: 3.5rem;
  }
  .section06__content div p::before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../../_assets/img/ico_answer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
    left: 0;
  }
  .section07 {
    width: 96vw;
    margin: 0 auto 5rem auto;
    padding: 5rem 0;
  }
  .section07__content {
    width: 88vw;
  }
  .section08 {
    width: 92vw;
    margin: 0 auto 5rem auto;
    padding: 0;
  }
  .section08__box {
    margin-bottom: 2.5rem;
  }
  .section08__box h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .section08__box div {
    border: 1px #d9d9d9 solid;
    border-radius: 8px;
    height: 240px;
    overflow-y: auto;
    padding: 1.5rem;
  }
  .thanks h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .thanks p {
    text-align: center;
    margin-bottom: 12rem;
  }
  .thanks .btn {
    margin-bottom: 8rem;
  }
  .thanks .btn a {
    font-size: 1rem;
    width: 80vw;
    height: 56px;
  }
  .thanks div {
    width: 92vw;
    margin: auto;
    position: relative;
  }
  .thanks div img {
    position: absolute;
    width: 24vw;
    top: 40px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-weight: 900;
    font-size: 1.275rem;
    line-height: 1.6;
  }
  .cv {
    margin: 0 auto 5rem auto;
  }
  .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92vw;
    height: 84px;
    color: #fff;
    background: #fa2566;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 999px;
    font-weight: 900;
    margin: auto;
  }
  p {
    font-size: 0.9375rem;
  }
  footer {
    display: block;
    width: 92vw;
  }
  footer img {
    width: 16vw;
  }
  footer small {
    font-size: 0.75rem;
  }
  .kv {
    position: relative;
    margin-bottom: 5rem;
  }
  .kv__head {
    width: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 4vw;
    margin-bottom: 0;
  }
  .kv__head .btn a {
    width: 40vw;
    height: 56px;
    font-size: 0.875rem;
  }
  .kv__content {
    width: 92vw;
    margin: auto;
  }
  .kv__content h1 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .kv__content h1 span.line {
    color: #fff;
    background: #007cd8;
  }
  .kv__content h1 span.title {
    font-size: 4rem;
  }
  .kv__content p {
    font-size: 1.5rem;
  }
  .kv__content .btn a {
    width: 80vw;
    font-size: 1rem;
    margin: auto;
  }
  .kv__visual {
    display: none;
  }
  .kv .sp-only img {
    margin-bottom: 1.5rem;
  }
  .section01 {
    width: 92vw;
    margin: 0 auto 5rem auto;
  }
  .section01__head {
    display: block;
    margin-bottom: 3.5rem;
  }
  .section01__head img {
    width: 56vw;
    margin: auto;
  }
  .section01__head h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .section01__head p {
    text-align: center;
    font-size: 1.25rem;
  }
  .section01__content {
    text-align: center;
  }
  .section01__content img {
    display: block;
    margin: 0 auto 1rem auto;
  }
  .section01__content picture img {
    width: 96vw;
    margin: 0 auto 2rem auto;
  }
  .section01__content p {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 2;
    margin-bottom: 3.5rem;
  }
  .section01__content p span {
    color: #007cd8;
    font-size: 1.25rem;
  }
  .section02 {
    width: 96vw;
    margin: 0 auto 5rem auto;
    padding: 5rem 0 1rem 0;
  }
  .section02__head {
    width: 88vw;
    margin: auto;
    margin-bottom: 3.5rem;
  }
  .section02__head div {
    display: block;
    text-align: center;
  }
  .section02__head p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .section02__head img {
    margin: auto;
  }
  .section02__content {
    width: 88vw;
    margin: auto;
    margin-bottom: 5rem;
  }
  .section02__content h3 {
    text-align: center;
    color: #007cd8;
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
  .section02__content p {
    text-align: left;
    margin-top: 2.5rem;
  }
  .section02 .box h4 {
    font-size: 1.25rem;
  }
  .section03 .box h4 {
    font-size: 1.25rem;
    white-space: initial;
  }
  .section04 {
    width: 96vw;
    margin: 0 auto 5rem auto;
    padding: 5rem 0;
  }
  .section04__head {
    position: relative;
    margin-bottom: 1.5rem;
  }
  .section04__head p {
    font-size: 1.25rem;
  }
  .section04__content img {
    margin: auto;
  }
  .section05__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section05__box img {
    width: 88vw;
  }
  .section05__box h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1.5rem 0;
  }
  .section05__box div img {
    width: 24vw;
  }
  .section05__box div p {
    margin-bottom: 1.5rem;
  }
  .section06__content div h3 {
    font-size: 1.25rem;
    padding-left: 2.5rem;
  }
  .section06__content div h3::before {
    width: 24px;
    height: 24px;
    background-image: url(../../_assets/img/ico_question.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
  }
  .section06__content div p {
    padding-left: 2.5rem;
  }
  .section06__content div p::before {
    width: 24px;
    height: 24px;
    background-image: url(../../_assets/img/ico_answer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 4px;
    left: 0;
  }
  .section08 {
    width: 92vw;
    margin: 0 auto 5rem auto;
  }
  .section08__box {
    margin-bottom: 2.5rem;
  }
  .section08__box h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .section08__box div {
    padding: 1rem;
  }
  .section08__box div p {
    font-size: 0.875rem;
  }
  .thanks h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .thanks p {
    text-align: center;
    margin-bottom: 6.5rem;
  }
  .thanks .btn {
    margin-bottom: 8rem;
  }
  .thanks .btn a {
    font-size: 1rem;
    width: 80vw;
    height: 56px;
  }
  .thanks div {
    width: 92vw;
    margin: auto;
    position: relative;
  }
  .thanks div img {
    position: absolute;
    width: 24vw;
    top: 40px;
  }
}/*# sourceMappingURL=style.css.map */