/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.333333vw;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  --maincolor: #af8cdc;
  --bodycolor: #ffe4e6;
  --subcolor: #e2d4f1;
  --yellow: #ffff00;
  --strong-color: #d01126;
  --kyote-color: #eeeee3;
}

body {
  font-size: 3.2rem;
  background: var(--bodycolor);
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.container {
  width: 100%;
  max-width: 120rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}

header {
  background: white;
}
header .container {
  padding: 0;
}
header p {
  color: var(--maincolor);
  font-size: 6rem;
  font-weight: 200;
  text-align: center;
  line-height: 1.1;
}

@media all and (min-width: 768px) {
  header p {
    font-size: 9.2rem;
  }
}
#mv {
  background: var(--maincolor);
  border-bottom: 2rem solid #fff;
}
#mv .container {
  padding: 0;
}
#mv h1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#mv .lead {
  position: absolute;
  top: 2rem;
}
#mv .lead span {
  display: block;
  background: var(--yellow);
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0rem 3rem;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
#mv .lead span:first-child {
  margin-left: 10rem;
}
#mv .lead span:nth-child(2) {
  margin-left: 28rem;
}
@media (min-width: 768px) {
  #mv .lead {
    top: 6rem;
    width: 100%;
  }
  #mv .lead span {
    font-size: 4rem;
    padding: 0 6rem;
  }
  #mv .lead span:first-child {
    margin-left: 10rem;
  }
  #mv .lead span:nth-child(2) {
    margin-left: auto;
    margin-right: 10rem;
  }
}
#mv .mv-body {
  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;
  padding: 0 8.2rem;
  position: absolute;
  width: 100%;
  bottom: 4rem;
}
#mv .mv-body p {
  width: 27.5rem;
}
@media (min-width: 768px) {
  #mv .mv-body {
    background: var(--subcolor);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    padding: 4rem 0;
    bottom: 6rem;
  }
  #mv .mv-body p {
    width: 46.8rem;
  }
}
@media (min-width: 1201px) {
  #mv .mv-body {
    margin: 0 calc(60rem - 50vw);
    width: 100vw;
  }
}

.system {
  padding-top: 6.4rem;
}
.system .catch {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3rem;
}
.system .catch strong {
  color: var(--strong-color);
  font-weight: 700;
}
.system .card {
  background: #fff;
  padding: 1px 0;
  border-radius: 2rem;
  margin: 0 5rem;
}
.system .card h2 {
  margin-top: -2rem;
}
.system .card .subject {
  padding: 0 4rem;
  margin-bottom: 2rem;
  position: relative;
}
.system .card .subject + .note {
  margin-top: -1.5rem;
  font-size: 1.6rem;
  padding: 0 4rem;
  margin-bottom: 5rem;
}
.system .card .subject + .note a {
  color: teal;
  text-decoration: underline;
}
.system .card .subject + .note a:hover {
  -webkit-filter: none;
          filter: none;
}
.system .card .subject.sub {
  text-align: center;
}
.system .card .subject.sub img {
  width: 23rem;
}
.system .card .subject .button {
  width: 44rem;
  position: absolute;
  bottom: 4rem;
  inset-inline: 0;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .system .card .subject .button {
    width: 62rem;
  }
}
.system .card .other {
  margin-right: -2rem;
}
.system .card .point {
  margin: 0 4rem 4.5rem;
  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;
}
.system .card .point p {
  width: 31%;
}
.system .card .new {
  background: var(--bodycolor);
}
@media (min-width: 768px) {
  .system {
    padding-top: 10rem;
  }
  .system .container {
    padding: 0;
  }
  .system .card {
    margin-inline: 0;
  }
  .system .card h2 {
    margin-top: -5rem;
  }
  .system .card .subject {
    padding: 0 21rem;
    margin-bottom: 4rem;
  }
  .system .card .subject + .note {
    margin-top: -1.5rem;
    font-size: 1.6rem;
    padding: 0 4rem;
    margin-bottom: 5rem;
    text-align: center;
  }
  .system .card .subject.sub {
    text-align: center;
    margin-bottom: 0;
  }
  .system .card .subject.sub img {
    width: 27.6rem;
  }
  .system .card .other {
    margin-right: 0;
  }
  .system .card .point {
    margin-inline: 10rem;
  }
}

#ippan_chuki .card .other {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #ippan_chuki .card .other {
    margin-bottom: 0;
  }
}

#kyote {
  background: var(--kyote-color);
  padding-bottom: 4rem;
  margin-top: 0;
  border-top: 3rem solid #fff;
}
#kyote .check {
  background: var(--subcolor);
  margin: 0 4rem;
  padding-top: 1px;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
#kyote .check h3 {
  margin-left: -4rem;
  margin-top: -2rem;
}
#kyote .check .button {
  text-align: center;
}
#kyote .check .button img {
  width: 36rem;
}
@media (min-width: 768px) {
  #kyote {
    padding-bottom: 8rem;
  }
  #kyote .catch {
    font-size: 4.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 8rem;
  }
  #kyote .catch strong {
    color: var(--strong-color);
    font-weight: 700;
  }
  #kyote .check {
    margin-bottom: 8rem;
    margin-inline: 10rem;
    margin-top: 6rem;
  }
  #kyote .check h3 {
    margin: -6rem 0 0;
  }
}

#cv {
  padding: 6rem 9rem;
}
@media (min-width: 768px) {
  #cv {
    padding: 0;
  }
  #cv .container {
    padding: 6rem 33.5rem;
  }
}

.cv {
  background: #ffff00;
  padding: 6rem 0 5rem;
}
.cv ul {
  width: 57.4rem;
  margin: 0 auto 4rem;
}
.cv ul li {
  margin-bottom: 1.5rem;
}
.cv .button {
  width: 53rem;
  margin: 0 auto;
  position: relative;
}
.cv .button span {
  display: block;
  width: 10rem;
  position: absolute;
  top: -2rem;
  left: -5rem;
}

@media (min-width: 768px) {
  .cv .container {
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cv .container ul {
    width: 68rem;
    margin: 0;
  }
  .cv .container ul li {
    margin-bottom: 1rem;
  }
  .cv .container .button {
    width: 44.4rem;
    margin: 0 0 2rem;
  }
  .cv .container .button span {
    z-index: 9999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cv .container .button:hover span {
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  }
}
footer {
  background: white;
  padding: 10rem 5rem 8rem;
}
footer .link-box {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
}
footer .link-box li {
  width: 100%;
}
footer .link-box li ul li + li {
  margin-top: 4rem;
}
footer .totop {
  width: 100%;
  position: fixed;
  bottom: 2rem;
  left: 0;
  display: none;
}
footer .totop button {
  display: block;
  width: 50px;
  background: white;
  border-radius: 100vmax;
  margin: 0 2rem 0 auto;
  -webkit-box-shadow: 0 0.4rem 2rem -0.6rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 0.4rem 2rem -0.6rem rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {
  footer {
    padding: 10rem 0 8rem;
  }
  footer .container {
    max-width: 131rem;
  }
  footer .link-box {
    width: 100%;
    max-width: 130rem;
    margin: 0 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .link-box li {
    width: calc(50% - 3rem);
  }
  footer .link-box li.full {
    width: 100%;
  }
  footer .link-box li ul {
    display: block;
  }
  footer .link-box li ul li {
    width: 100%;
    margin-bottom: 4rem;
  }
  footer .link-box li ul li img {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  :root {
    font-size: 0.8333333vw;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
  }
  .for_sp {
    display: none;
  }
  .container {
    padding: 0;
  }
}
@media all and (min-width: 1201px) {
  :root {
    font-size: 10px;
  }
}
@media all and (max-width: 767px) {
  .for_pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
.float-btn {
    position: fixed;
    bottom: 90px;
    right: 0;
    z-index: 9999;
}
.float-btn a {
    background: #ce2026;
    color: #fff;
    display: block;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}
.float-btn a:hover {
    color: #ce2026;
    background: #fff;
}
.float-btn a span {
    display: block;
    font-weight: normal;
    font-size: 1.3rem;
}
@media all and (max-width: 767px) {
.float-btn a {
    padding: 12px;
}
}