@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
  width: 100%;
}

*, :after, :before {
  box-sizing: border-box;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

input, input:required {
  box-shadow: none;
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

input:focus {
  outline: none;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:active, a:hover {
  outline: none;
}

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

img, picture {
  display: inline-block;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  background: transparent;
  border: 0;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  background: transparent;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

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

hr {
  background: #000;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

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

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

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

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

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

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

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

summary {
  display: list-item;
}

template {
  display: none;
}

/* breakpoints */
:root {
  --bg: #fffeee;
  --font: #333333;
  --white: #fff;
  --green: #1e9c5c;
  --orange: #ff8502;
  --purple: #593381;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-heavy: 800;
}

/*
* ｐｘからvwに変換
* @param $px {number} - ベースに対する幅(px)
* @param $base {number} - ベースとなるウィンドウ幅(px)
* @param $ex {string} - 追加の計算式
*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("./../img/bg.png");
  background-color: var(--bg);
  color: var(--font);
  font-weight: var(--fw-bold);
  margin: 0;
  justify-content: center;
  font-size: 30px;
}
@media (max-width: 1080px) {
  body {
    width: 100%;
    font-size: 16px;
  }
}

main {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1080px) {
  main {
    width: 100%;
    padding: 30px 15px;
  }
}

.desc {
  font-weight: var(--fw-bold);
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1080px) {
  .desc {
    margin-top: 15px;
  }
}

.induction {
  width: 100%;
  padding: 10px;
  background-color: #f6f0ff;
  margin-top: 40px;
}
@media (max-width: 1080px) {
  .induction {
    margin-top: 15px;
  }
}
.induction > div {
  padding: 40px 25px;
  width: 100%;
  border: 6px white solid;
  background-color: #f6f0ff;
}
@media (max-width: 1080px) {
  .induction > div {
    padding: 25px 15px;
  }
}
.induction > div > .sample-img {
  width: 480px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .induction > div > .sample-img {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .induction > div > .sample-img > img {
    width: 100%;
  }
}
.induction > div > p {
  font-weight: var(--fw-medium);
  margin-top: 40px;
  text-align: center;
}
.induction > div > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 110px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  color: white;
  background: linear-gradient(0deg, #713992 10%, #e1047a 100%);
  font-size: 40px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
@media (max-width: 1080px) {
  .induction > div > a {
    border-radius: 5px;
    padding: 15px 50px;
    font-size: 20px;
  }
}
.induction > div > a:hover {
  opacity: 0.8;
}

.contents {
  margin-top: 50px;
}
@media (max-width: 1080px) {
  .contents {
    margin-top: 30px;
  }
}
.contents > p {
  text-align: center;
}
.contents > .contents-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1080px) {
  .contents > .contents-list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.contents > .contents-list > li {
  width: 100%;
  transition: opacity 0.4s ease;
}
.contents > .contents-list > li:hover {
  opacity: 0.8;
}
.contents > .contents-list > li > h3 {
  font-size: 20px;
}
@media (max-width: 1080px) {
  .contents > .contents-list > li > h3 {
    font-size: 13px;
  }
}

.youtube-area {
  width: 100%;
  padding: 10px;
  background-color: #d1ffd4;
  margin-top: 60px;
}
@media (max-width: 1080px) {
  .youtube-area {
    margin-top: 15px;
  }
}
.youtube-area > div {
  padding: 40px 25px;
  width: 100%;
  border: 6px white solid;
  background-color: #d1ffd4;
}
@media (max-width: 1080px) {
  .youtube-area > div {
    padding: 10px 10px;
  }
}
.youtube-area > div > iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.kiyaku {
  width: 100%;
  padding: 10px;
  background-color: #c4c4c4;
  margin-top: 60px;
}
@media (max-width: 1080px) {
  .kiyaku {
    margin-top: 15px;
  }
}
.kiyaku > div {
  padding: 40px 25px;
  width: 100%;
  border: 6px white solid;
  background-color: #c4c4c4;
}
@media (max-width: 1080px) {
  .kiyaku > div {
    padding: 10px 10px;
  }
}
.kiyaku > div > h3 {
  text-align: center;
}
@media (max-width: 1080px) {
  .kiyaku > div > h3 {
    font-size: 18px;
    padding: 10px 16px;
  }
}
.kiyaku > div > .kiyaku-text {
  font-size: 16px;
  width: 100%;
  height: 600px;
  padding: 20px 40px;
  background-color: white;
  overflow-y: scroll;
  margin-top: 20px;
}
@media (max-width: 1080px) {
  .kiyaku > div > .kiyaku-text {
    padding: 16px 16px;
    height: 400px;
  }
}
.kiyaku > div > .kiyaku-text h4 {
  margin-top: 40px;
  font-size: 24px;
}
@media (max-width: 1080px) {
  .kiyaku > div > .kiyaku-text h4 {
    font-size: 14px;
    margin-top: 16px;
    font-weight: 800;
  }
}
.kiyaku > div > .kiyaku-text ul,
.kiyaku > div > .kiyaku-text ol,
.kiyaku > div > .kiyaku-text p {
  margin-top: 20px;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .kiyaku > div > .kiyaku-text ul,
  .kiyaku > div > .kiyaku-text ol,
  .kiyaku > div > .kiyaku-text p {
    font-size: 14px;
    margin-top: 16px;
  }
}
.kiyaku > div > .kiyaku-text ul,
.kiyaku > div > .kiyaku-text ol {
  padding-left: 1.5em;
}
.kiyaku > div > .kiyaku-text ul {
  list-style: disc;
}
.kiyaku > div > .kiyaku-text ol {
  list-style: decimal;
}
.kiyaku > div > .kiyaku-text li {
  display: list-item;
}
.kiyaku > div > .kiyaku-text li + .kiyaku > div > .kiyaku-text li {
  margin-top: 0.5em;
}

.service-logo {
  margin: 60px 0;
  width: 100%;
}/*# sourceMappingURL=lp.css.map */