@charset "UTF-8";
/* break point */
.nowrap {
  white-space: nowrap;
}

.l-example {
  position: relative;
  margin-bottom: 80px;
  padding-top: 248.8%;
}

.l-example.lazyloaded {
  background: url(../images/page-campaign-online-2022/fix/example/bg.png) no-repeat center/cover;
}

.l-example__btn {
  display: block;
  position: absolute;
  bottom: 48px;
  left: 50%;
  width: 343px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 1px 2px rgba(204, 0, 74, 0.3));
  filter: drop-shadow(0 1px 2px rgba(204, 0, 74, 0.3));
}

.l-example__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-form {
  position: relative;
  margin-top: 63px;
}

.l-form__bg {
  position: relative;
  padding-top: 105.33333%;
  overflow: hidden;
}

.l-form__bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-form__txt {
  position: absolute;
  bottom: 24px;
  left: 50%;
  max-width: 254px;
  margin: 0 auto;
  margin-bottom: 8px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 14px;
  font-size: 20px;
  font-weight: 500;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.2;
  white-space: nowrap;
}

.l-form__main {
  position: relative;
  padding-top: 32px;
  padding-bottom: 7px;
  background: #e5f8ff;
}

.l-form__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0f2942;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.l-form__main-inner {
  padding: 0 4px;
}

.l-form__main-txt {
  max-width: 329px;
  margin: 0 auto 30px;
  color: #728889;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

.form-group p {
  font-weight: 400;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c7c7c7;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c7c7c7;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c7c7c7;
}

input::placeholder,
textarea::placeholder {
  color: #c7c7c7;
}

.cta-btn {
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
  display: inline-block;
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
  height: 80px;
}
.cta-btn img {
  width: auto;
  height: 100%;
}

.cta-line {
  -webkit-filter: drop-shadow(0 1px 2px rgba(4, 153, 65, 0.3));
  display: inline-block;
  filter: drop-shadow(0 1px 2px rgba(4, 153, 65, 0.3));
  height: 80px;
}
.cta-line img {
  width: auto;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767.9999px) {
  .only-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .form-radio-button-group-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .form-radio-button-group-container._grade .form-radio-button-group {
    width: calc(25% - 0.375rem) !important;
  }
  .form-radio-button-group-container._grade .form-radio-button-group.wide {
    width: calc(50% - 0.375rem) !important;
  }
  .form-radio-button-group-container .form-radio-button-group {
    flex: 0 0 auto;
    width: calc(50% - 0.4rem) !important;
    margin: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .form-group .error.active {
    margin-top: 0.75rem;
  }
}

@media only screen and (min-width: 768px) {
  .form-label-sub {
    margin-top: 0.75rem;
  }
}

img.lazyload {
  width: 140px !important;
  height: auto !important;
  aspect-ratio: 280/269 !important;
}

#modal-img {
  width: 140px;
  height: auto;
  aspect-ratio: 280/269;
}
#modal-img.is-show {
  aspect-ratio: auto;
  width: 100%;
}

.grecaptcha-badge {
  z-index: 10;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.5; /* 2 */
  word-break: break-word; /* 6 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  cursor: default; /* 1 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  background: #fff;
  color: #000;
  color: #265659;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
}
body:not(._old) {
  line-height: 1;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  display: block;
  height: 0; /* 2 */
  height: 1px;
  margin: 1em 0;
  padding: 0;
  overflow: visible; /* 3 */
  border: 0;
  border-top: 1px solid #ccc;
  color: inherit; /* 1 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
  padding-top: 68px;
  overflow: hidden;
  background: #fff;
  color: #0f2942;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 185px;
  }
}
main.is-fixed {
  padding-top: 0;
}
main.is-line {
  padding-top: 0;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  padding: 0;
  list-style: none;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  overflow: auto; /* 3 */
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
  -ms-overflow-style: scrollbar; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  margin: 0;
  padding: 0;
  background: transparent;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  max-width: 100%;
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-spacing: 0;
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  padding: 0;
  overflow: visible; /* 1 */
  border: none;
  outline: none;
  background-color: transparent;
  text-transform: none; /* 2 */
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; /* 2 */
  border: 1px solid #a0a0a0; /* 1 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  border: none;
  outline: none;
  background: transparent;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: white;
  color: black;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

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

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

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

blockquote,
q {
  quotes: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

a:hover,
a:focus {
  opacity: 0.7;
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 59%, #ffed92 59%);
}

.wrapper {
  max-width: 375px;
  margin: 0 auto;
}
.wrapper._wide, .wrapper._none {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrapper._wide {
    max-width: 1180px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .wrapper._none {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.wrapper._old {
  max-width: 100%;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 68px;
  margin: 0 auto;
  padding: 0 16px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(88, 109, 118, 0.1);
}

.header__logo--txt {
  margin-bottom: 7px;
  color: #265659;
  font-size: 12px;
  line-height: 1;
}

.header__logo {
  width: 111px;
  margin-right: auto;
}

.header__btn {
  display: inline-block;
  position: relative;
  width: 220px;
  padding: 11px 12px 13px;
  border-radius: 8px;
  background: linear-gradient(to top, #ff327d, #ff5591);
  box-shadow: 0 2px 0 0 #cc004a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.header__btn .yellow {
  color: #FFED92;
  font-size: 16px;
}

.header__btn:focus,
.header__btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

.header__btn .arrow-right {
  display: block;
  position: absolute;
  top: 16px;
  left: 12px;
  width: 12px;
  height: 10px;
}

.header__btn .arrow-left {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 12px;
  width: 12px;
  height: 10px;
}

.kv__pic {
  position: relative;
}

.kv__pic img {
  vertical-align: middle;
}

.kv__pic--txt {
  display: flex;
  position: absolute;
  top: 24px;
  right: 28px;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  border: 3px solid #00A9DE;
  border-radius: 50%;
  background-color: #fff;
  color: #00A9DE;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4705882353;
  text-align: center;
  white-space: nowrap;
}

.kv__txts {
  padding: 13px 26px;
  background-color: #00A9DE;
  color: #FFEA29;
  white-space: nowrap;
}

.kv__txts--tit {
  padding-bottom: 3px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4615384615;
  text-align: center;
  white-space: nowrap;
}

.kv__txts--tit .small {
  font-size: 20px;
  font-weight: bold;
}

.kv__border {
  margin-bottom: 10px;
}

.kv__txts--flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}

.kv__txts--bg {
  width: 243px;
  height: 50px;
  background-color: #fff;
  color: #00A9DE;
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
}

.kv__txts--bg:first-child {
  margin-bottom: 7px;
}

.kv__txts--small {
  margin-left: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.kv__txts--bottom {
  font-size: 26px;
  line-height: 1.4615384615;
  white-space: nowrap;
}

.kv__txts--bottom .small {
  font-size: 20px;
}

.kv__txts--bottom .white {
  color: #fff;
}

.kv__speak {
  padding: 11px 16px 22px;
  background-color: #EEFBFF;
}

.kv__speakbox {
  position: relative;
  color: #00A9DE;
  font-size: 16px;
  line-height: 1.5;
}

.kv__speakbox.item01 {
  width: 192px;
  margin-right: auto;
  margin-bottom: 10px;
}

.kv__speakbox.item02 {
  width: 264px;
  margin-bottom: 15px;
  margin-left: auto;
}

.kv__speakbox--txt {
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}

.kv__speakbox--txt .border {
  background: linear-gradient(transparent 60%, #ffed92 60%, #ffed92 90%, transparent 90%);
  color: #F6548F;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.kv__btn--box {
  text-align: center;
}

.kv__btn--big {
  color: #FFF7CB;
  font-size: 20px;
}

.fv {
  padding-top: 660px;
  padding-bottom: 22px;
  background: #fff;
  background: url(..//lp/images/page-campaign-online/add1114/fv.png) no-repeat center/cover;
  text-align: center;
}

.fv__txt {
  margin-bottom: 127px;
}

.fv__label {
  margin-bottom: 5px;
  padding-right: 7px;
  text-align: right;
}

.fv__btn,
.kv__btn {
  display: inline-block;
  position: relative;
  padding: 12px 53px;
  border-radius: 8px;
  background: linear-gradient(0deg, #ff327d 0%, #ff5593 100%);
  box-shadow: 0 2px 0 #cc004a;
  color: #fff;
  font-size: 18px;
  line-height: 1.4444444444;
}

.fv__btn--big {
  color: #FFED92;
  font-size: 20px;
}

.fv__btn:focus,
.fv__btn:hover,
.kv__btn:focus,
.kv__btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

.fv__btn::before,
.kv__btn::before {
  content: url(..//lp/images/page-campaign-online/fv/btn-left.svg);
  position: absolute;
  top: 50%;
  left: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fv__btn::after,
.kv__btn::after {
  content: url(..//lp/images/page-campaign-online/fv/btn-right.svg);
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.school {
  padding-top: 12px;
  padding-bottom: 36px;
  background-color: #fff;
}

.school__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}

.school__h2 {
  position: relative;
  margin-bottom: 16px;
  padding: 3px 0 4px;
  border-radius: 4px;
  background-color: #00a9de;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: center;
}

.school__h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #00a9de;
}

.school__item {
  position: relative;
  padding: 13px 10px 20px;
  border: 2px solid #00A9DE;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.777;
  text-align: center;
}

.school__item:not(:last-child) {
  margin-bottom: 16px;
}

.school__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: #00aade transparent transparent;
}

.school__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 16px 16px;
  border-style: solid;
  border-color: transparent transparent #00aade;
}

.school__item .normal {
  display: block;
}

.school__item .marker {
  background: linear-gradient(transparent 60%, #ffed92 60%, #ffed92 100%, transparent 100%);
  color: #F6548F;
}

.school__item .big {
  display: inline;
  font-size: 24px;
  line-height: 1.333;
}

.school__item .fz-l {
  display: inline;
  font-size: 32px;
  line-height: 1;
}

.school__tit {
  margin-bottom: 30px;
  color: #00a9de;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}

.school__tit .bold {
  font-size: 24px;
  line-height: 1.4583333333;
}

.school__tit .red {
  color: #F6548F;
  font-size: 28px;
}

.school__tit .red2 {
  color: #F6548F;
}

.school__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
}

.school__txt .marker {
  background: linear-gradient(transparent 35%, #ffed92 35%, #ffed92 80%, transparent 80%);
  font-weight: 700;
}

.school__txt .border {
  display: inline-block;
  position: relative;
}

.school__txt .border.item01 {
  position: relative;
  left: 10px;
  margin-bottom: 16px;
}

.school__txt .border.item02 {
  position: relative;
  left: 94px;
  margin-bottom: 16px;
}

.school__txt .border::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #265659;
}

.school__txt .blue {
  color: #00A9DE;
  font-weight: bold;
}

.school__txt .fz-20 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.voices {
  padding-top: 16px;
  padding-bottom: 40px;
  background-color: #00a9de;
}

.voices__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.voices__icon {
  margin-bottom: 8px;
}

.voices__h2 {
  margin-bottom: 16px;
}

.voices__list {
  margin-bottom: -12px;
}

.voices__item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background-color: #fff;
}

.voices__pic {
  flex: 0 0 22.5%;
  margin-right: 3.9%;
}

.voices__body {
  flex: 73.6%;
}

.about__worry--inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}

.about__worry {
  position: relative;
  padding-top: 36px;
  padding-bottom: 72px;
  background: url(..//lp/images/page-campaign-online/about/bg.jpg) repeat center/cover;
  text-align: center;
}

.about__worry::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 30px 187.5px;
  border-style: solid;
  border-color: transparent transparent #fff7cb;
}

.about__worry::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 30px 0 0 187.5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff7cb;
}

.about__solve--inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}

.about__solve {
  padding-top: 19px;
  padding-bottom: 32px;
  background-color: #fff7cb;
}

.about__h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4583333333;
  text-align: center;
}

.about__h2 .small {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
}

.about__list {
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}

.about__item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.3333333333;
}

.about__item:last-child {
  margin-bottom: 0;
}

.about__item span {
  display: inline-block;
}

.about__item::before {
  content: url(..//lp/images/page-campaign-online/fv/num1.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  margin-top: -13px;
}

.about__item.second::before {
  content: url(..//lp/images/page-campaign-online/fv/num2.svg);
}

.about__item.third::before {
  content: url(..//lp/images/page-campaign-online/fv/num3.svg);
}

.about__item.four::before {
  content: url(..//lp/images/page-campaign-online/fv/num4.svg);
}

.about__item .marker {
  font-weight: 700;
}

.features {
  padding-top: 44px;
  padding-bottom: 40px;
  background-color: #fff;
}

.features__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}

.features__list {
  margin-bottom: -60px;
}

.features__item {
  margin-bottom: 60px;
}

.features__h2 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 125px;
  margin-right: -16px;
  margin-bottom: 26px;
  margin-left: -16px;
  background-color: #00a9de;
}

.features__h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 30px 29px 0;
  border-style: solid;
  border-color: #00a9de transparent transparent;
}

.features__h2 span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.features__pic {
  margin-bottom: 20px;
}

.features__txt {
  font-weight: 400;
  line-height: 1.5;
}

.features__txt--bg {
  width: 100%;
  margin-top: 20px;
  background-color: #00A9DE;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.features__txt .marker {
  background: linear-gradient(transparent 35%, #ffed92 35%, #ffed92 80%, transparent 80%);
  font-weight: 700;
}

.features__works {
  margin-bottom: -16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.features__works--pic {
  flex: 0 0 159px;
  margin-right: 16px;
  box-shadow: 0 0 8px 0 rgba(140, 166, 174, 0.3);
}

.features__works--body {
  line-height: 1.4375;
}

.features__works--item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.features__works--item:nth-child(2) {
  flex-direction: row-reverse;
}

.features__works--item:nth-child(2) .features__works--pic {
  margin-right: 0;
  margin-left: 16px;
}

.features__works--item:nth-child(2) .features__works--body {
  text-align: right;
}

.features__btn--txt {
  margin-bottom: 24px;
  color: #00a9de;
  line-height: 1.4375;
  text-align: center;
}

.features__btn--txt.left {
  text-align: left;
}

.features__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 12px 53px;
  border-radius: 8px;
  background: linear-gradient(0deg, #ff327d 0%, #ff5593 100%);
  box-shadow: 0 2px 0 #cc004a;
  color: #FFED92;
  font-size: 20px;
  line-height: 1.4444444444;
  text-align: center;
}

.features__btn:focus,
.features__btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

.features__btn .small {
  color: #fff;
  font-size: 16px;
}

.features__btn::before {
  content: url(..//lp/images/page-campaign-online/fv/btn-left.svg);
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features__btn::after {
  content: url(..//lp/images/page-campaign-online/fv/btn-right.svg);
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hp-form__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 30px;
  border-radius: 8px;
  background: linear-gradient(0deg, #ff327d 0%, #ff5593 100%);
  box-shadow: 0 2px 0 #cc004a;
  color: white;
  font-size: 20px;
  line-height: 1.4444444444;
  text-align: center;
}

.hp-form__btn:focus,
.hp-form__btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

.features__figure {
  margin-top: 24px;
  margin-bottom: 12px;
}

.features__figure.mb-16 {
  margin-bottom: 16px;
}

.features__figure.mb-24 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.features__figure.shadow {
  box-shadow: 0 0 8px 0 rgba(140, 166, 174, 0.3);
}

.support {
  padding: 36px 0;
  overflow: hidden;
  background-color: #00a9de;
}

.support__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.support__p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
}

.support__h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 1.3333333333;
}

.support__box {
  margin-bottom: 24px;
}

.support__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.support__item {
  display: flex;
  flex: 0 0 calc(50% - 6px);
  align-items: center;
  justify-content: center;
  height: 144px;
  margin-right: 12px;
  margin-bottom: 12px;
  border: solid 8px #028fbb;
  background-color: #fff;
  line-height: 1.4375;
}

.support__item:nth-child(2n) {
  margin-right: 0;
}

.support__item.filter {
  background-color: #fffbe9;
}

.support__item .blue {
  color: #00a9de;
}

.support__btn {
  display: inline-block;
  position: relative;
  padding: 12px 53px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 0 #ffb7d1;
  color: #ff3781;
  font-size: 18px;
  line-height: 1.4444444444;
}

.support__btn .big {
  font-size: 22px;
}

.support__btn:focus,
.support__btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 1;
  box-shadow: none;
}

.support__btn::before {
  content: url(..//lp/images/page-campaign-online/support/btn-left.svg);
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.support__btn::after {
  content: url(..//lp/images/page-campaign-online/support/btn-right.svg);
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pointUp {
  padding-top: 52px;
  padding-bottom: 72px;
  background-color: #fff;
}

.pointUp__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.pointUp__tit {
  border-bottom: 2px dotted #265659;
}

.pointUp__tit .top {
  display: flex;
  color: #00A9DE;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.pointUp__tit .top::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 23px;
  margin-right: 14px;
  background-color: #00A9DE;
}

.pointUp__tit .top::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 23px;
  margin-left: 14px;
  background-color: #00A9DE;
}

.pointUp .bottom {
  display: inline-block;
  margin-bottom: 24px;
  background: linear-gradient(transparent 35%, #ffed92 35%, #ffed92 80%, transparent 80%);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.pointUp__list {
  margin-bottom: 8px;
}

.pointUp__txt {
  padding-top: 7px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  text-align: left;
}

.pointUp__txt.fz-16 {
  font-size: 16px;
}

.pointUp__txt .big {
  font-size: 18px;
  line-height: 1.7777777778;
}

.pointUp__txt .blue {
  color: #00A9DE;
}

.pointUp__txt .red {
  color: #F6548F;
}

.pointUp__txt .border {
  background: linear-gradient(transparent 35%, #ffed92 35%, #ffed92 80%, transparent 80%);
}

.pointUp__txt--name {
  padding-bottom: 16px;
  border-bottom: 2px dotted #265659;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
}

.pointUp__txt--bottom {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

.pointUp__txt--bottom .border {
  background: linear-gradient(transparent 60%, #ffed92 60%, #ffed92 80%, transparent 80%);
  font-size: 22px;
  line-height: 1.4545454545;
}

.parents {
  padding-top: 36px;
  background-color: #eefbff;
}

.parents__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.parents__p {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444444444;
}

.parents__p span {
  position: relative;
}

.parents__p span::before {
  content: url(..//lp/images/page-campaign-online/parents/bar-left.svg);
  position: absolute;
  bottom: 0;
  left: -17px;
}

.parents__p span::after {
  content: url(..//lp/images/page-campaign-online/parents/bar-right.svg);
  position: absolute;
  right: -11px;
  bottom: 0;
}

.parents__h2 {
  width: 265px;
  margin: 0 auto 20px;
  background: #00a9de;
  color: #fff;
  font-size: 24px;
  line-height: 1.4583333333;
}

.parents__box {
  margin-bottom: 24px;
}

.parents__list {
  margin-bottom: -16px;
}

.parents__item {
  position: relative;
  width: 294px;
  margin: 0 auto 16px;
  text-align: left;
}

.parents__item p {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 12px;
  width: 275px;
}

.parents__item.item01 {
  margin-left: 0;
}

.parents__item.item02 {
  margin-right: 0;
}

.parents__item.item03 {
  margin-left: 0;
}

.parents__item.item04 {
  margin-right: 0;
}

.parents__item--txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
}

.parents__item--txt .margin-b {
  display: inline-block;
  margin-bottom: 8px;
}

.parents__item--txt .margin-last {
  display: inline-block;
  margin-bottom: -2px;
}

.parents__item--txt .name {
  display: block;
  text-align: right;
}

.parents__item--txt .bold {
  font-weight: bold;
}

.parents__pic01 {
  position: relative;
  bottom: -1px;
}

.parents__pic01 img {
  vertical-align: middle;
}

.price {
  background-color: #FFF7CB;
}

.price-arrow {
  padding: 32px;
  background-color: white;
  text-align: center;
}

.price-arrow img {
  width: 144px;
}

.price__tit {
  width: 100%;
  height: 73px;
  margin-bottom: 24px;
  background: #FF8A35;
  color: #fff;
  font-size: 24px;
  line-height: 73px;
  text-align: center;
}

.price__txt {
  margin: 0 -3px 24px;
  padding: 18px 8px;
  border: 2px solid #FF8A35;
  background-color: white;
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: center;
}

.price__txt .marker {
  background: linear-gradient(transparent 35%, #ffed92 35%, #ffed92 80%, transparent 80%);
}

.price__inner {
  padding: 0 16px;
}

.price__pic01 img {
  margin-bottom: 24px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.price__pic02 img {
  margin-bottom: 24px;
}

.price__pic--txt {
  width: 100%;
  margin-bottom: 18px;
  background: #00A9DE;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.price__bottom {
  padding: 16px;
}

.price__item {
  position: relative;
  padding-left: 1em;
  color: #728889;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4166666667;
}

.price__item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}

.cta {
  padding-top: 39px;
  padding-bottom: 24px;
  background-color: #00a9de;
}

.cta__table {
  width: 100%;
  margin-bottom: 26px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #0181AA;
}

.cta__tr {
  border-bottom: 1px solid #B4D5DF;
  background-color: #fff;
}

.cta__tr:last-child {
  border-width: 0;
}

.cta__th {
  width: 35px;
  background-color: #0181AA;
  color: #fff;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
}

.cta__td {
  padding: 16px 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4375;
  text-align: left;
}

.cta__td .blue {
  color: #00A9DE;
}

.cta__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.cta__box {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 22px;
  border-radius: 12px;
  background-color: #fff;
}

.cta__box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 26px 27px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.cta__h2 {
  width: 300px;
  margin: 0 auto 15px;
}

.cta__h2 img {
  margin-top: -15px;
}

.cta__txt {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.380952381;
}

.cta__txt--bottom {
  color: #728889;
  font-size: 12px;
  font-weight: 500;
  font-weight: normal;
  line-height: 1.4166666667;
}

.cta__list {
  position: relative;
  padding: 0 16px;
  text-align: left;
}

.cta__list::after {
  content: "など";
  position: absolute;
  right: 20px;
  bottom: -22px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
}

.cta__item {
  position: relative;
  margin-bottom: 13px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.1666666667;
}

.cta__item:last-child {
  margin-bottom: 0;
}

.cta__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background: url(..//lp/images/page-campaign-online/cta/check.svg) no-repeat center/cover;
}

.cta__p {
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4444444444;
}

.cta__p.yellow {
  margin-bottom: 18px;
  color: #ffed92;
  font-size: 14px;
  line-height: 1.4285714286;
}

.cta__btn--box {
  margin-bottom: 23px;
}

.cta__btn {
  display: inline-block;
  width: 343px;
  padding: 15px 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 0 #d62364;
  color: #ff3781;
  line-height: 1.4375;
  text-align: center;
}

.cta__btn:focus,
.cta__btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 1;
  box-shadow: none;
}

.cta__tel--txt {
  margin-bottom: 12px;
}

.message {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}

.message__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.message__h2 {
  margin-bottom: 20px;
}

.message__img {
  margin-bottom: 16px;
}

.message__des {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.message__des .bold {
  font-weight: 700;
}

.message__career {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  color: #728889;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.message__body--p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}

.message__body--p .bold {
  font-weight: 700;
}

.question {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #f5f6f8;
}

.question__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.question__h2 {
  margin-bottom: 22px;
}

.question__list {
  text-align: left;
}

.question__item {
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(111, 152, 157, 0.1);
}

.question__q {
  position: relative;
  padding: 16px 36px 16px 48px;
  box-shadow: 0 2px 2px 0 rgba(111, 152, 157, 0.1);
  line-height: 1.5;
}
.question__q ._lg {
  font-weight: 700;
}

.question__q.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.question__q::before {
  content: url(../lp/images/page-campaign-online/questions/Q.svg);
  display: inline;
  position: absolute;
  top: 18px;
  left: 18px;
}

.question__q::after {
  content: "";
  display: inline;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 6px 4px 0;
  border-style: solid;
  border-color: #bcc3c3 transparent transparent;
}

.question__a {
  display: none;
  position: relative;
  padding: 12px 12px 36px 48px;
  font-weight: 400;
  line-height: 1.5;
}
.question__a ._lg {
  font-weight: 700;
}

.question__a::before {
  content: url(..//lp/images/page-campaign-online/questions/A.svg);
  display: inline;
  position: absolute;
  top: 14px;
  left: 18px;
}

.question__a .bold {
  font-weight: 700;
}

.question__a.open {
  display: block;
}

.question__a a {
  color: #1197e2;
}

.access__bg {
  padding-top: 26px;
  padding-bottom: 28px;
  background: #f5f6f8;
  text-align: center;
}

.access__bg--inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}

.access__h2 {
  margin-bottom: 14px;
}

.access__map {
  margin-bottom: 26px;
}

.access__h3 {
  margin-bottom: 6px;
}

.access__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 343px;
  height: 46px;
  margin: 0 auto;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #00a9de;
}

.access__btn.white {
  background: #fff;
  box-shadow: 0 2px 0 0 #0b8bc1;
}

.access__btn--txt {
  margin-top: 19px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4166666667;
}

.access__btn--line > a {
  display: flex;
  display: block;
  align-items: center;
  justify-content: center;
  width: 343px;
  margin: 0 auto 16px;
  padding-top: 16px;
  padding-bottom: 15px;
  border-radius: 8px;
  background: #06C755;
  box-shadow: 0 4px 0 0 #008F1F;
}

.access__btn.white:focus,
.access__btn.white:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

.access__school {
  margin-bottom: 13px;
  text-align: left;
}

.access__hour {
  margin-bottom: 13px;
  text-align: left;
}

.access__address {
  text-align: left;
}

.restrict {
  padding-top: 18px;
  padding-bottom: 21px;
  background: #fffade;
}

.restrict__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}

.restrict__h2 {
  margin-bottom: 20px;
  text-align: center;
}

.restrict__list {
  margin-bottom: -18px;
}

.restrict__item {
  position: relative;
  margin-bottom: 18px;
  padding-left: 32px;
}

.restrict__item::before {
  content: url(..//lp/images/page-campaign-online/restrict/check.svg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.form {
  background-color: #fff;
}

.form__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 66px;
  border-right: 4px solid #00a9de;
  border-left: 4px solid #00a9de;
}

.form__h2 {
  margin-bottom: 12px;
  text-align: center;
}

.form__p {
  margin-bottom: 24px;
  text-align: center;
}

.form__tit {
  display: inline-block;
  margin-bottom: 8px;
}

.form__tit::after {
  content: "任意";
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-left: 8px;
  border-radius: 2px;
  background-color: #afbcbe;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.form__tit.required::after {
  content: "必須";
  background-color: #00a9de;
}

.form__item {
  margin-bottom: 20px;
}

.form__p,
.form__tit,
.form__check,
.form__caution {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form__p a,
.form__tit a,
.form__check a,
.form__caution a {
  color: #00a9de;
}

.form__check,
.form__who,
.form__grade,
.form__privacy {
  font-weight: 700;
  cursor: pointer;
}

.form__box {
  margin-bottom: -8px;
}

.form__check,
.form__who > label,
.form__grade {
  display: block;
  margin-bottom: 8px;
  padding: 14px 12px 14px 38px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.form__who,
.form__grade {
  position: relative;
}

.form__who span::before,
.form__grade span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #ededed;
  border-radius: 50%;
  background-color: #fff;
}

.form__who span::after,
.form__grade span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  opacity: 0;
  background-color: #00a9de;
}

.form__check {
  position: relative;
}

.form__check span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: #fff;
}

.form__check span::after {
  content: url(..//lp/images/page-campaign-online/form/check.svg);
  display: flex;
  position: absolute;
  top: 50%;
  left: 12px;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 4px;
  opacity: 0;
  background-color: #00a9de;
}

.form__wrap input,
.form__wrap textarea {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background-color: #fdfdfd;
  resize: none;
}

.form textarea::-webkit-input-placeholder {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form textarea::-ms-input-placeholder {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form textarea:-ms-input-placeholder {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form input:focus-visible,
.form textarea:focus-visible {
  outline: #00a9de auto 1px;
}

.form__grade--box {
  display: flex;
  flex-wrap: wrap;
}

.form__grade {
  flex: calc(50% - 4px);
  margin-right: 8px;
}

.form__grade:nth-child(2n) {
  margin-right: 0;
}

.form__caution {
  margin-bottom: 12px;
}

.form__link {
  margin-bottom: 20px;
}

.form__link a {
  color: #00a9de;
  font-size: 14px;
  font-weight: 400;
}

.form__privacy {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 19px 28px 19px 44px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.form__privacy span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.form__privacy span::after {
  content: url(..//lp/images/page-campaign-online/form/check.svg);
  display: flex;
  position: absolute;
  top: 50%;
  left: 16px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border-radius: 4px;
  opacity: 0;
  background-color: #00a9de;
}

.form .submit-button #jsSubmitButton {
  width: 100%;
  width: 343px;
  padding: 16px;
  transition: all 0.4s ease;
  border: none;
  border-radius: 8px;
  outline: none;
  background: transparent;
  background-color: #00a9de;
  color: #fff;
  font-size: 16px;
  line-height: 1.4375;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.form .submit-button #jsSubmitButton:hover,
.form .submit-button #jsSubmitButton:focus {
  opacity: 0.7;
}

.form .submit-button #jsSubmitButton[disabled] {
  background-color: #d2d2d2;
  cursor: not-allowed;
  pointer-events: none;
}

input:checked + span::after {
  opacity: 1;
}

.form-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

#postSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 28px;
  transition: 0.4s ease;
  transition-property: opacity;
  border: 1px solid #E9E8E8;
  border-bottom: 2px solid #E9E8E8;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  cursor: pointer;
}

#postSearch:hover, #postSearch:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.form-group {
  margin: 40px auto 0;
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .form-group {
    margin-top: 1.5rem;
  }
}

.form-group._address {
  margin-top: 8px;
}

.form-group.top {
  margin-top: 0;
}

form .must,
form .any {
  margin-left: 10px;
  padding: 0 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2em;
}

form .must {
  padding: 0 4px 0 6px;
  background: #0693bf;
  font-weight: 500;
}

form .any {
  padding: 0 4px 0 6px;
  background: #afbcbe;
  font-weight: 500;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 !important;
}

.form-group .form-radio-button-group .form-radio-button,
.form-group .form-radio-button-group .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  color: #265659;
  text-indent: 32px;
  cursor: pointer;
}

.form-group .form-radio-button-group .form-radio-button::before,
.form-group .form-radio-button-group .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border: 1px solid #00A9DE;
  border-radius: 50%;
  background: #fff;
}

.form-group .form-checkbox-group .form-checkbox-button::after,
.form-group .form-checkbox-group .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 8px;
  height: 15px;
  margin-top: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
}

.form-group .form-checkbox-group {
  display: block;
  margin: 0 auto 12px;
  padding: 14px 10px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.form-group .form-checkbox-group.form-checkbox-group-bottom {
  padding: 14px 10px 28px;
}

.form-group .form-checkbox-group input[type=checkbox]:checked + .form-checkbox-button::before,
.form-group .form-checkbox-group input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #0693bf;
}

.form-group .form-checkbox-group #privacy_policy input[type=checkbox]:checked + .form-checkbox-button::before,
.form-group .form-checkbox-group #privacy_policy input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 1px solid #0693bf;
}

.form-group .form-checkbox-group input[type=checkbox]:checked + .form-checkbox-button::after,
.form-group .form-checkbox-group input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-group input.form-input_text,
.form-group textarea.form-input_textarea {
  display: block;
  width: 100%;
  height: 48px;
  padding: 4px 14px 0;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fdfdfd;
  font-size: 14px;
}

.form-group .form-radio-button-group.half {
  display: inline-block;
  width: 48%;
}

.form-group .form-radio-button-group.half:nth-child(2n) {
  margin-right: 1%;
  margin-left: 0;
}

.form-group .form-radio-button-group.half:nth-child(2n-1) {
  margin-right: 0;
  margin-left: 1%;
}

.form-group textarea.form-input_textarea {
  min-width: 99%;
  max-width: 100%;
  min-height: 96px;
  padding: 8px 14px;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #f00;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + label {
  background: #f00;
}

.footer {
  padding: 16px;
  background-color: #00a9de;
  text-align: center;
}

.footer__p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4166666667;
}

.modal {
  visibility: hidden;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.modal.is-show {
  visibility: visible;
  opacity: 1;
}

.modal__mask {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal__inner {
  width: 300px;
}

.modal__top {
  display: block;
  padding-top: 11px;
  padding-bottom: 16px;
  background-color: #00a9de;
  text-align: center;
}

.modal__txt {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}

.modal__txt::after {
  content: url(..//lp/images/page-campaign-online/fv/arrow-modal.svg);
  margin-left: 3px;
}

.modal__img {
  width: 235px;
  margin: 0 auto;
}

.modal__txt02 {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  line-height: 1.4545454545;
  text-align: center;
}

.modal__txt02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 2px solid #fff;
}

.modal__txt02 .yellow {
  color: #ffe100;
}

.modal__txt02 .big {
  font-size: 32px;
}

.modal__btn {
  padding: 16px;
  background-color: #fff;
}

.modal__btn #browser-back {
  display: inline-block;
  width: 100%;
  padding: 7px;
  border: solid 1px #ccc;
  border-radius: 8px;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
  text-align: center;
}

.thanks {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.thanks-txt {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}

.thanks-btn {
  display: inline-block;
  position: relative;
  padding: 12px 53px;
  border-radius: 8px;
  background: linear-gradient(0deg, #ff327d 0%, #ff5593 100%);
  box-shadow: 0 2px 0 #cc004a;
  color: #fff;
  font-size: 18px;
  line-height: 1.4444444444;
}

.thanks-btn:focus,
.thanks-btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}

.thanks-btn::before {
  content: url(..//lp/images/page-campaign-online/fv/btn-left.svg);
  position: absolute;
  top: 50%;
  left: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thanks-btn::after {
  content: url(..//lp/images/page-campaign-online/fv/btn-right.svg);
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.kanso {
  padding-top: 25px;
  padding-bottom: 128px;
  background-color: #EEFBFF;
}

.kanso__inner {
  position: relative;
  padding: 0 16px;
}

.kanso__pic {
  position: absolute;
  right: 0;
  bottom: -128px;
  width: 102px;
  height: 127px;
}

.kanso__tit {
  margin-bottom: 25px;
  color: #00A9DE;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
}

.kanso__item {
  position: relative;
  width: 307px;
  margin: 0 auto;
}

.kanso__item--txt {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 16px;
  width: 270px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
}

.kanso__item--txt .margin-b {
  display: inline-block;
  margin-bottom: 16px;
}

.kanso__item--txt .margin-last {
  display: inline-block;
  margin-bottom: 16px;
}

.kanso__item--txt .name {
  display: block;
  text-align: right;
}

.kanso__item--txt .bold {
  font-weight: bold;
}

.youtube {
  padding: 30px 0;
  background-color: white;
}

.youtube-title {
  margin-bottom: 20px;
}

.youtube-title-icon {
  display: block;
  width: 30px;
  margin: 0 auto 8px;
}

.youtube-title-text {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.youtube-title-text-img {
  width: 100%;
}

.youtube-thumbnail {
  display: block;
  margin-bottom: 30px;
  padding: 16px 28px;
  background-color: #EEFBFF;
}

.youtube-thumbnail-img {
  width: 100%;
}

.youtube-comment {
  padding: 0 16px;
}

.youtube-comment-title {
  margin-bottom: 10px;
  color: #265659;
  text-align: center;
}

.youtube-comment-text {
  color: #265659;
  text-align: center;
  white-space: nowrap;
}

.youtube-comment-text .marker {
  background: linear-gradient(transparent 0%, #fdf06f 0%);
  font-size: 26px;
  font-weight: bold;
}

.youtube-comment-text .marker .mini {
  font-size: 18px;
}

.youtube-comment-img {
  width: 100%;
  margin-bottom: 16px;
}

.content-box {
  padding-top: 15px;
}

.form-container {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  border-right: 4px solid #00A9DE;
  border-left: 4px solid #00A9DE;
  background-color: white;
}

.form-container h2 {
  display: block;
  margin-bottom: 8px;
  padding: 22px 0;
  background-color: #00A9DE;
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.form-container p {
  padding-top: 4px;
  padding-bottom: 8px;
  color: #265659;
  font-size: 14px;
  text-align: center;
}

.form-container .list {
  display: flex;
  justify-content: center;
}

.form-container .list-item {
  line-height: 1.4;
  text-align: left;
}

.form-container .attention {
  margin-bottom: 20px;
  padding: 0 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.form-box .must,
.form-box .any {
  margin-left: 10px;
  padding: 0 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.form-box .must {
  padding: 4px 4px 4px 6px;
  background: #00A9DE;
  font-weight: bold;
}

.form-box .any {
  padding: 4px 4px 4px 6px;
  background: #AFBCBE;
}

.form-group .error {
  display: none;
  padding: 4px 0 0;
  color: red;
  font-size: 12px;
}

.form-group .error.active {
  display: block;
}

.form-group .form-label {
  display: block;
  margin: 0 0 9px;
  color: #265659;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.form-group .form-label._no-margin {
  margin-bottom: 0;
}

.form-group .form-label span.label_image {
  padding-left: 2px;
}

.form-group .form-label span.label_image img {
  vertical-align: -3px;
}

.form-group .form-text {
  display: block;
  margin: 0 0 9px;
  color: #265659;
  font-size: 14px;
  font-weight: bold;
}

.form-group .form-radio-button-group {
  display: block;
  margin: 0 auto 12px;
  padding: 14px 10px;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.form-group .form-radio-button-group.form-radio-button-group-bottom {
  padding: 14px 10px 26px;
}

.form-group .form-radio-button-group .form-radio-button::before, .form-group .form-radio-button-group.form-radio-button-group-bottom .wpcf7-list-item-label::before {
  top: calc(50% + 5px);
}

.form-group .form-radio-button-group .form-radio-button::before, .form-group .form-radio-button-group.form-radio-button-group-bottom .wpcf7-list-item-label::after {
  top: calc(50% + 5px);
}

.form-group .form-radio-button-group input[type=radio] {
  display: none;
}

.form-group .form-radio-button-group input[type=checkbox] {
  display: none;
}

.form-group .form-radio-button-group.is-selected {
  border-color: #00A9DE;
}

.form-group .form-radio-button-group .form-radio-button::after,
.form-group .form-radio-button-group .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 50%;
  opacity: 0;
  background: #00A9DE;
}

.form-group .form-radio-button-group input[type=radio]:checked + .form-radio-button::after,
.form-group .form-radio-button-group input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-group .form-radio-button-group input[type=checkbox]:checked + .form-radio-button::after,
.form-group .form-radio-button-group input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-group .form-checkbox-group .form-checkbox-button,
.form-group .form-checkbox-group .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  color: #265659;
  text-indent: 32px;
  cursor: pointer;
}

.form-group .form-checkbox-group .form-checkbox-button::before,
.form-group .form-checkbox-group .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border: 1px solid #00A9DE;
  border-radius: 3px;
  background: #fff;
}

.form-group .form-checkbox-group #privacy_policy .form-checkbox-button::before,
.form-group .form-checkbox-group #privacy_policy .wpcf7-list-item-label::before {
  border: 1px solid #C4C4C4;
}

.form-group input.form-input_text:focus, .form-group textarea.form-input_textarea:focus {
  background: #fff;
}

.form-group .submit-button {
  display: block;
  width: 100%;
  max-width: inherit;
  margin: 0 auto 25px;
}

.form-group .submit-button button {
  display: block;
  width: 100%;
  outline: 0;
  background: 0 0;
}
@media only screen and (min-width: 768px) {
  .form-group .submit-button button {
    max-width: 33.75rem;
    margin: 0 auto;
  }
}

.form-group .submit-button button img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.form-group .submit-button button img.active-button_image,
.form-group .submit-button button:disabled img.muted-button_image {
  display: inherit;
}

.form-group .submit-button button img.muted-button_image,
.form-group .submit-button button:disabled img.active-button_image {
  display: none;
}

.submit-button-shadow {
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
}

.submit-button-shadow:disabled {
  opacity: 0.3;
}

.c-banner {
  display: flex;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #d6e0e6;
  border-radius: 8px;
  background: #ffffff;
  color: #0f2942;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.c-btn ._arrow {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.c-btn ._arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/common/btn-arrow.svg) no-repeat center/24px auto;
  pointer-events: none;
}

.c-contact {
  display: block;
  position: relative;
  width: 343px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
}
@media only screen and (min-width: 768px) {
  .c-contact._pc {
    width: 100%;
    max-width: 540px;
  }
}
.c-contact__txt {
  display: block;
  margin-bottom: 7px;
  color: #0f2942;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.c-contact__txt._white {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .c-contact__txt._white._pc {
    margin-bottom: 12px;
    color: #0F2942;
  }
}
@media only screen and (min-width: 768px) {
  .c-contact__txt._pc {
    margin-bottom: 12px;
    color: #0F2942;
  }
}
.c-contact__img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .c-contact__img._pc::before {
    padding-top: 13.3333333333%;
  }
}
.c-contact__img::before {
  content: "";
  display: block;
  padding-top: 23.3236151603%;
}
.c-contact__img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.c-cta {
  padding-top: 16px;
  padding-bottom: 64px;
}
.c-cta._top {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .c-cta._top {
    display: none;
  }
}
.c-cta__inner {
  text-align: center;
}

.c-img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.c-img::before {
  content: "";
  display: block;
}
.c-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.c-integrate {
  position: relative;
  margin-bottom: 50px;
  padding-top: 34px;
  padding-bottom: 34px;
  overflow: hidden;
  background: #fff9d8;
}
.c-integrate::before {
  top: 0;
}
.c-integrate::after {
  bottom: 0;
}
.c-integrate::before, .c-integrate::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../images/lp7/border.png) repeat left -12px top/auto 100%;
}
.c-integrate__inner {
  padding-right: 16px;
  padding-left: 16px;
}
.c-integrate__ttl {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.c-integrate__ttl span {
  display: inline-block;
  padding-left: 36px;
  background: url(../images/lp7/info.svg) no-repeat center left/32px auto;
}
.c-integrate__txt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.c-integrate__img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.c-integrate__img::before {
  content: "";
  display: block;
  padding-top: 23.3236151603%;
}
.c-integrate__img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-page__top {
  position: relative;
  height: 104px;
  padding-top: 24px;
  background: #F3F7FA;
}
@media only screen and (min-width: 768px) {
  .c-page__top._pc {
    height: 144px;
    padding-top: 48px;
  }
}
.c-page__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 53px;
  height: 36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/fix202310/top-logo.png) no-repeat center/53px auto;
}
.c-page__top-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4642857143;
  text-align: center;
}
.c-page__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  background: #F3F7FA;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4642857143;
  text-align: center;
}

.c-school {
  display: block !important;
  padding: 0 !important;
}
.c-school__ttl-box {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 16px;
  padding-left: 22px;
}
.c-school__ttl-box ._border-box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.c-school__ttl-box ._border-box ._border {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-left: 5px solid #FE9003;
  border-radius: 5px;
}
.c-school__ttl-icon {
  width: 117px;
  margin-right: 12px;
  padding-top: 3px;
}
.c-school__ttl-name {
  font-size: 22px;
  font-weight: 700;
}
.c-school__map {
  width: 100%;
  height: 170px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 8px;
}
.c-school__map iframe {
  width: 100%;
  height: 100%;
}
.c-school__body-head {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 14px;
}
.c-school__body-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.c-school__body-txt {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.c-school__body-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 28px;
  transition: 0.4s ease;
  transition-property: opacity;
  border-bottom: 2px solid #dddddd;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
}
.c-school__body-btn:hover, .c-school__body-btn:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.c-school__body-btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  border: 1px solid #e9e8e8;
  border-radius: 6px;
  pointer-events: none;
}
.c-school__labels {
  display: flex;
  gap: 7px;
}
.c-school__labels-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 26px;
  padding-bottom: 2px;
  border-radius: 4px;
  background: #FFF972;
  font-size: 16px;
  font-weight: 700;
}

.c-section {
  position: relative;
  padding-top: 28px;
}
.c-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 32px;
  height: 16px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: linear-gradient(to right, #0F2942 50%, #00A9DE 50%);
}
.c-section__inner {
  margin: 0 auto;
  padding: 0 16px;
}
.c-section__ttl {
  margin-bottom: 16px;
  font-weight: 700;
  text-align: center;
}
.c-section__ttl b {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4642857143;
}
.c-section__ttl ._sub {
  display: block;
  margin-top: -3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444444444;
}

.c-up {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.c-up::before {
  content: "";
  display: block;
  padding-top: 42.6666666667%;
}
.c-up img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-common__btn-box {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .l-common__btn-box {
    max-width: 540px;
  }
}
.l-common__btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 343px;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
}
.l-common__btn-txt {
  display: block;
  margin-bottom: 7px;
  color: #0f2942;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.l-common__btn-img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.l-common__btn-img::before {
  content: "";
  display: block;
  padding-top: 23.3236151603%;
}
.l-common__btn-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.ly-footer {
  padding-top: 32px;
  padding-bottom: 23px;
  background-color: #f3f7fa;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .ly-footer {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
.ly-footer._old {
  max-width: 100%;
}
.ly-footer.is-fixed {
  padding-bottom: 103px;
}
.ly-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .ly-footer__inner {
    display: flex;
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-footer__top {
    margin-right: 52px;
    padding-right: 52px;
    border-right: 1px solid #D6E0E6;
  }
}
.ly-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 2px;
}
@media only screen and (min-width: 768px) {
  .ly-footer__nav {
    gap: 20px;
  }
}
.ly-footer__nav-item {
  flex: 0 0 auto;
  width: 50.7288629738%;
  transition: 0.4s ease;
  transition-property: opacity;
  color: #0f2942;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .ly-footer__nav-item {
    width: auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1666666667;
    text-decoration: underline;
    white-space: nowrap;
  }
 
  .ly-footer__nav-item:nth-child(2) {
    order: 4;
  }
  .ly-footer__nav-item:nth-child(3) {
    order: 1;
  }
  .ly-footer__nav-item:nth-child(4) {
    order: 2;
  }
  .ly-footer__nav-item:nth-child(5) {
    order: 5;
  }
  .ly-footer__nav-item:nth-child(6) {
    order: 3;
  }
  .ly-footer__nav-item:last-child {
    display: none;
  }
}
.ly-footer__nav-item:nth-child(2n) {
  width: 48.6880466472%;
}
@media only screen and (min-width: 768px) {
  .ly-footer__nav-item:nth-child(2n) {
    width: auto;
  }
}
.ly-footer__nav-item:hover, .ly-footer__nav-item:active {
  opacity: 0.7;
  text-decoration: underline;
}
.ly-footer__bottom {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #d6e0e6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-footer__bottom {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    width: 220px;
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
.ly-footer__logo-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ly-footer__logo-pc {
    display: block;
    position: relative;
    max-width: 290px;
    margin-bottom: 24px;
    overflow: hidden;
    aspect-ratio: 291/49;
  }
  .ly-footer__logo-pc img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.ly-footer__logo {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 176px;
  margin: 0 auto 32px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ly-footer__logo {
    display: none;
  }
}
.ly-footer__logo::before {
  content: "";
  display: block;
  padding-top: 18.8034188034%;
}
.ly-footer__logo img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-footer__btn {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ly-footer__btn {
    order: 1;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-footer__privacy {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .ly-footer__copy {
    order: 3;
  }
}
.ly-footer__privacy, .ly-footer__copy {
  display: block;
  color: #657888;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.ly-footer__privacy ._nowrap, .ly-footer__copy ._nowrap {
  white-space: nowrap;
}
.ly-footer__privacy {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ly-footer__privacy {
    margin-bottom: 12px;
  }
}

.l-hamburger {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger ._close {
  display: none;
}
.l-hamburger ._txt {
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 35px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.l-hamburger ._bar {
  display: block;
  position: absolute;
  top: 13px;
  left: 50%;
  width: 18px;
  height: 2px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 2px;
  background: #1f1e1d;
}
.l-hamburger ._bar::before, .l-hamburger ._bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  border-radius: 2px;
  background: #1f1e1d;
}
.l-hamburger ._bar::before {
  top: -5px;
}
.l-hamburger ._bar::after {
  top: 5px;
}
.l-hamburger.is-active ._bar {
  background-color: transparent;
}
.l-hamburger.is-active ._bar::before, .l-hamburger.is-active ._bar::after {
  top: 0;
}
.l-hamburger.is-active ._bar::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-hamburger.is-active ._bar::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-hamburger.is-active ._txt {
  width: 26px;
}
.l-hamburger.is-active ._close {
  display: block;
}
.l-hamburger.is-active ._open {
  display: none;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .l-header {
    height: 185px;
    transition: height 0.4s ease;
  }
}
.l-header:hover, .l-header:active {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.l-header.is-fixed {
  position: relative;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .l-header.is-active {
    height: 108px;
  }
}
.l-header__inner {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 1180px;
  height: 68px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .l-header__inner {
    z-index: 2;
    height: 108px;
    padding: 0 50px;
    background: #fff;
  }
}
.l-header__logo {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  width: 117px;
  margin-right: 14px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .l-header__logo {
    display: flex;
    align-items: center;
    width: 374px;
    gap: 12px;
  }
  .l-header__logo.-fix {
    width: 391px;
  }
}
.l-header__logo-txt {
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .l-header__logo-txt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
}
.l-header__logo > a {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 117px;
  aspect-ratio: 117/43;
}
@media only screen and (min-width: 768px) {
  .l-header__logo > a {
    aspect-ratio: 109/18;
    max-width: 218px;
  }
}
.l-header__logo > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.l-header__cta {
  flex: 0 0 auto;
  width: 160px;
}
@media only screen and (min-width: 768px) {
  .l-header__cta {
    width: 320px;
    margin-left: auto;
  }
}
.l-header__cta-txt {
  display: block;
  margin-bottom: 3px;
  color: #0f2942;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4166666667;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-header__cta-txt {
    margin: 0;
    font: 0/0 sans-serif;
  }
}
.l-header__cta-img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
}
.l-header__cta-img::before {
  content: "";
  display: block;
  padding-top: 20%;
}
.l-header__cta-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-top: 84px;
  transition: left 0.4s ease;
  background: rgba(229, 248, 255, 0.9);
  font-weight: 700;
  line-height: 1;
}
.l-nav.is-active {
  left: 0;
}
.l-nav__inner {
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}
.l-nav__block:not(:first-child) {
  margin-top: 16px;
}
.l-nav__block-ttl {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.l-nav__list {
  max-width: 311px;
  margin: 0 auto 18px;
}
.l-nav__item {
  margin-bottom: 4px;
  text-align: center;
}
.l-nav__item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 311px;
  height: 40px;
  transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: background-color, color;
  transition-property: opacity, background;
  border: 1px solid #00a9de;
  border-radius: 4px;
  background: #fff url(../images/common/arrow.svg) no-repeat center right 14px/7px;
  color: #00a9de;
  font-size: 16px;
  font-weight: 700;
}
.l-nav__item > a:hover, .l-nav__item > a:active {
  opacity: 1;
  background: #00a9de url(../images/common/arrow-white.svg) no-repeat center right 14px/7px;
  color: #fff;
}
.l-nav-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-nav-pc {
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.4s ease;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .l-nav-pc.is-active {
    -webkit-transform: translateY(-108px);
    transform: translateY(-108px);
    opacity: 0;
  }
  .l-nav-pc.is-wide .l-nav-pc__list {
    max-width: 1300px;
    padding: 0 50px;
  }
  .l-nav-pc.is-wide .l-nav-pc__item {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.l-nav-pc__list {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-nav-pc__list {
    display: flex;
    justify-content: center;
    max-width: 1180px;
    height: 77px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
.l-nav-pc__item {
  flex: 0 0 auto;
  width: 20%;
}
.l-nav-pc__link {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.4s ease;
  transition-property: background;
  border-bottom: 2px solid transparent;
  font-size: min(1.5vw, 18px);
  gap: 8px;
}
.l-nav-pc__link:hover, .l-nav-pc__link:active {
  opacity: 1;
  background: #e5f8ff;
}
.l-nav-pc__link.is-active {
  border-bottom: 2px solid #0ea8d9;
  background: #e5f8ff;
  pointer-events: none;
}

.l-modal {
  visibility: hidden;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.l-modal.is-show {
  visibility: visible;
  opacity: 1;
}
.l-modal__inner {
  position: relative;
  z-index: 3;
  width: 300px;
}
.l-modal__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.l-modal__img {
  display: block;
  margin-bottom: 20px;
  padding: 24px 16px 22px;
  border-radius: 12px;
  background: #fff;
}
.l-modal__btn > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.sp-form .form-radio-button-group-container._grade {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sp-form .form-radio-button-group-container .form-radio-button-group {
  width: 100% !important;
}
.sp-form .form-radio-button-group-container .form-radio-button-group.half {
  width: calc(50% - 0.25rem) !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.sp-form .form-radio-button-group-container .form-radio-button-group.wide {
  width: 100% !important;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .lp-section {
    width: 100%;
    max-width: 73.75rem;
    margin: 0 auto;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
.lp-section._school {
  padding-bottom: 3rem;
  background: #F3F7FA;
}
@media only screen and (min-width: 768px) {
  .lp-section._school {
    order: -1;
    padding-bottom: 5rem;
    background: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .lp-section._result {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .lp-section._youtube {
    background: #0F2942;
  }
}
@media only screen and (min-width: 768px) {
  .lp-section._reason {
    padding-bottom: 4rem;
    background: #F3F7FA;
  }
}
@media only screen and (min-width: 768px) {
  .lp-section._wide {
    max-width: 100%;
  }
}
.lp-section._merit {
  padding-top: 2.5rem;
}
.lp-section._flow {
  padding-bottom: 3.875rem;
}
@media only screen and (min-width: 768px) {
  .lp-section._flow {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .lp-section__school {
    padding-top: 5rem;
  }
}
.lp-section__school-inner {
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .lp-section__school-inner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .lp-section__container {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .lp-section__btn {
    margin: 5rem 0;
  }
}

.c-achivement {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #e1f7ff;
}
.c-achivement.-fix {
  padding-top: 16px;
}
.c-achivement._grey {
  background: #f3f7fa;
}
@media only screen and (min-width: 768px) {
  .c-achivement._grey {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .c-achivement__inner {
    padding: 0;
  }
}
.c-achivement__box {
  margin-bottom: 24px;
  padding: 16px 16px 20px;
  border-radius: 4px;
  background: #fff;
}
.c-achivement__box.-fix {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .c-achivement__box.-fix {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .c-achivement__box {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
    padding: 0 1.6875rem;
  }
}
.c-achivement__box-ttl {
  margin-bottom: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e9e8e8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-achivement__box-ttl {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: auto;
    margin: 0;
    padding: 0;
    border-right: 1px solid #e9e8e8;
    border-bottom: none;
    border-left: 1px solid #e9e8e8;
    font-size: 1.5rem;
    line-height: 2.4;
  }
}
.c-achivement__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}
@media only screen and (min-width: 768px) {
  .c-achivement__list {
    gap: 0 1.25rem;
  }
}
.c-achivement__list-item {
  position: relative;
  flex: 0 0 auto;
  width: 49.3548387097%;
  padding-left: 28px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .c-achivement__list-item {
    flex: 0 0 auto;
    width: auto;
    padding-left: 1.75rem;
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .c-achivement__list-item:nth-child(1), .c-achivement__list-item:nth-child(6) {
    width: 9.5625rem;
  }
  .c-achivement__list-item:nth-child(2), .c-achivement__list-item:nth-child(7) {
    width: 9.25rem;
  }
  .c-achivement__list-item:nth-child(3), .c-achivement__list-item:nth-child(8) {
    width: 7.3125rem;
  }
  .c-achivement__list-item:nth-child(4), .c-achivement__list-item:nth-child(9) {
    width: 9.5625rem;
  }
  .c-achivement__list-item:nth-child(5), .c-achivement__list-item:nth-child(10) {
    width: 7.3125rem;
  }
}
.c-achivement__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/common/achivement.svg) no-repeat center/24px auto;
}
@media only screen and (min-width: 768px) {
  .c-achivement__list-item::before {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .c-achivement__check-container {
    padding: 1.875rem;
    background: #f3f7fa;
  }
  .c-achivement__check-container.-fix {
    margin-top: 24px;
    background: #fff;
  }
}
.c-achivement__check-box {
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-achivement__check-box {
    margin-bottom: 0.5rem;
  }
}
.c-achivement__check {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .c-achivement__check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.5rem;
  }
}
.c-achivement__check-item {
  position: relative;
  padding-left: 36px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5833333333;
  text-align: left;
}
.c-achivement__check-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/common/check.svg) no-repeat center/28px;
}
.c-achivement__check-item:nth-child(n+2) {
  margin-top: 2px;
}
.c-achivement__bottom-txt {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-achivement__bottom-txt {
    margin-bottom: 0;
  }
}
.c-achivement__bottom-txt ._marker {
  background: linear-gradient(to top, transparent 3px, #ffed92 3px, #ffed92 13px, transparent 13px);
  font-weight: 700;
}

.c-spacer {
  height: 4rem;
}
.c-spacer.-sm {
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .c-spacer.-sm {
    height: 1.5rem;
  }
}
.c-spacer.-lg {
  height: 5rem;
}
.c-spacer.-result {
  height: 5rem;
}
@media only screen and (min-width: 768px) {
  .c-spacer.-result {
    height: 0;
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-spacer {
    height: 5rem;
  }
}

.ly-schooling {
  padding-bottom: 104px;
}
.ly-schooling._high {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ly-schooling._pc {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-schooling__inner {
    padding: 0;
  }
  .ly-schooling__inner._pc {
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-schooling__ttl._pc {
    margin-bottom: 24px;
  }
}
.ly-schooling__block-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__block-ttl._pc {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.ly-schooling__block-ttl::before, .ly-schooling__block-ttl::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #e9e8e8;
}
.ly-schooling__block-ttl::before {
  margin-right: 8px;
}
.ly-schooling__block-ttl::after {
  margin-left: 8px;
}
.ly-schooling__item {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item._pc {
    margin-bottom: 24px;
  }
}
.ly-schooling__item-head {
  display: flex;
  position: relative;
  height: 56px;
  padding: 13px 50px 13px 16px;
  transition: 0.4s ease;
  transition-property: opacity;
  background: #0f2942;
  color: #fff;
  font-size: 16px;
  line-height: 1.4375;
  cursor: pointer;
}
.ly-schooling__item-head.only-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-head.only-sp {
    display: none;
  }
}
.ly-schooling__item-head ._lg {
  font-size: 20px;
}
.ly-schooling__item-head:hover, .ly-schooling__item-head:active {
  opacity: 0.7;
}
.ly-schooling__item-head._link::before {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.ly-schooling__item-head._link:hover::before, .ly-schooling__item-head._link:active::before {
  -webkit-transform: translate(2px, -50%) rotate(-90deg);
  transform: translate(2px, -50%) rotate(-90deg);
}
.ly-schooling__item-head.is-active::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.ly-schooling__item-head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/common/arrow-down.svg) no-repeat center/32px auto;
}
.ly-schooling__item-body {
  display: none;
  padding: 16px;
  background: #f3f7fa;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-body._pc {
    display: flex !important;
    flex-direction: row-reverse;
    padding: 24px 28px 24px 19px !important;
    border-left: 5px solid #0F2942;
    gap: 24px;
  }
}
.ly-schooling__item-block--ttl {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-block--ttl {
    display: block;
    flex: 0 0 auto;
    width: 240px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4583333333;
  }
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-block--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 10px;
  }
}
.ly-schooling__item-block--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ly-schooling__item-map {
  width: 100%;
  height: 144px;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-map._pc {
    flex: 0 0 auto;
    width: 340px;
    height: auto;
    margin-bottom: 0;
  }
}
.ly-schooling__item-map iframe {
  width: 100%;
  height: 100%;
}
.ly-schooling__item-map--btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 28px;
  transition: 0.4s ease;
  transition-property: opacity;
  border-bottom: 2px solid #dddddd;
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-map--btn._pc {
    display: none;
  }
}
.ly-schooling__item-map--btn:hover, .ly-schooling__item-map--btn:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.ly-schooling__item-map--btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  border: 1px solid #e9e8e8;
  border-radius: 6px;
  pointer-events: none;
}
.ly-schooling__item-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-ttl._pc {
    display: none;
  }
}
.ly-schooling__item-txt {
  padding-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.ly-schooling__item-txt ._divider {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-txt._pc {
    padding-top: 0;
  }
  .ly-schooling__item-txt._pc .only-sp {
    display: none;
  }
  .ly-schooling__item-txt ._divider {
    display: inline-block;
  }
}
.ly-schooling__item-block {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-block._pc {
    margin-bottom: 0;
  }
}
.ly-schooling__item-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-bottom: 8px;
  transition: 0.4s ease;
  transition-property: opacity;
  border-radius: 6px;
  background: #fdf35f;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-tel._pc {
    flex: 1 1 auto;
    max-width: 400px;
    margin-bottom: 0;
  }
}
.ly-schooling__item-tel ._icon {
  position: relative;
  padding-left: 26px;
}
.ly-schooling__item-tel ._icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/common/tel.svg) no-repeat center;
  pointer-events: none;
}
.ly-schooling__item-tel:hover, .ly-schooling__item-tel:active {
  opacity: 0.7;
}
.ly-schooling__item-info {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.ly-schooling__hr {
  margin: 16px 0;
  border-color: #E9E8E8;
}
.ly-schooling__bottom-btn {
  height: 56px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.ly-schooling__bottom-btn ._txt {
  position: relative;
  padding-right: 32px;
  padding-bottom: 1px;
}
.ly-schooling__bottom-btn ._txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/top/keyboard_arrow_right.png) no-repeat center/24px auto;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-btns._pc {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-link._pc {
    flex: 1 0 auto;
    width: 240px;
    max-width: 400px;
    height: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-schooling__item-contents._pc {
    flex: 1 1 auto;
  }
}

.ly-contact__top {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.ly-contact__top::before {
  content: "";
  display: block;
  padding-top: 50.6666666667%;
}
.ly-contact__top img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-contact__top-body {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #0F2942;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ly-contact__top-body {
    padding: 1.75rem 0;
  }
  .ly-contact__top-body--inner {
    max-width: 40rem;
    margin: 0 auto;
  }
}
.ly-contact__top-body--ttl {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1875;
  text-align: center;
}
.ly-contact__top-body--txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.ly-contact__body {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #E1F7FF;
}
@media only screen and (min-width: 768px) {
  .ly-contact__body-inner {
    max-width: 40rem;
    margin: 0 auto;
  }
}
.ly-contact__body-txt {
  color: #728889;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: block;
  color: red;
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  display: none !important;
  padding: 4px 0 0;
}

.screen-reader-response {
  margin-bottom: 24px;
}

.l-change {
  padding-bottom: 40px;
}
.l-change__top-container {
  margin-bottom: 40px;
  background: #00a9de;
}
@media only screen and (min-width: 768px) {
  .l-change__top-container {
    margin-bottom: 1.5rem;
  }
}
.l-change__inner {
  padding-top: 35px;
  padding-right: 16px;
  padding-bottom: 47px;
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  .l-change__inner {
    padding: 2rem 1rem 2.625rem;
  }
}
.l-change__top {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.l-change__top::before {
  content: "";
  display: block;
  padding-top: 63.8666666667%;
}
@media only screen and (min-width: 768px) {
  .l-change__top::before {
    padding-top: 14.8148148148%;
  }
}
.l-change__top img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .l-change__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem 2.5rem;
    justify-content: center;
  }
}
.l-change__item {
  position: relative;
  padding-top: 14px;
  padding-left: 80px;
}
@media only screen and (min-width: 768px) {
  .l-change__item {
    flex: 0 0 auto;
    width: 16.4375rem;
    padding: 0;
  }
}
.l-change__item:nth-child(n+2) {
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .l-change__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.l-change__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
}
@media only screen and (min-width: 768px) {
  .l-change__item::before {
    display: none;
  }
}
.l-change__item._item1::before {
  background: url(../lp/images/page-campaign-online-2022/20230302/change1.svg) no-repeat center/100% auto;
}
.l-change__item._item2::before {
  background: url(../lp/images/page-campaign-online-2022/20230302/change2.svg) no-repeat center/100% auto;
}
.l-change__item._item3::before {
  background: url(../lp/images/page-campaign-online-2022/20230302/change3.svg) no-repeat center/100% auto;
}
.l-change__item._item4::before {
  background: url(../lp/images/page-campaign-online-2022/20230302/change4.svg) no-repeat center/100% auto;
}
.l-change__item._item5::before {
  background: url(../lp/images/page-campaign-online-2022/20230302/change5.svg) no-repeat center/100% auto;
}
.l-change__item-ttl {
  margin-bottom: 8px;
}
.l-change__item-ttl ._bg {
  padding: 3px 8px 4px;
  background: #0F2942;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.45;
}
.l-change__item-ttl ._bg b {
  color: #FFED92;
}
.l-change__item-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
.l-change__item-txt b {
  font-weight: 700;
}
.l-change__bottom-txt {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-change__bottom-txt {
    margin-bottom: 5rem;
    font-size: 1.25rem;
  }
}
.l-change__bottom-txt ._marker {
  background: linear-gradient(to top, transparent 27.678571428%, #ffed92 27.678571428%, #ffed92 72.321428571%, transparent 72.321428571%);
}

.l-flow {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #fff;
}
.l-flow__icon {
  height: 50px;
  margin-bottom: 24px;
  text-align: center;
}
.l-flow__icon img {
  width: auto;
  height: 100%;
}
.l-flow__ttl {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.l-flow__cta {
  margin-bottom: 16px;
  text-align: center;
}
.l-flow__line {
  text-align: center;
}
.l-flow__inner {
  padding: 0 16px;
}
.l-flow__list {
  margin-bottom: 24px;
}
.l-flow__item:nth-child(n+2) {
  margin-top: 24px;
}
.l-flow__item-head {
  display: flex;
  position: relative;
  align-items: center;
  height: 32px;
  margin-bottom: 17px;
  padding-left: 59px;
}
.l-flow__item-head ._txt {
  color: #0F2942;
  font-size: 22px;
  font-weight: bold;
}
.l-flow__item-head ._txt ._sm {
  font-size: 16px;
  font-weight: 400;
}
.l-flow__item-head img {
  position: absolute;
  left: 0;
}
.l-flow__item-head img._num1 {
  width: 35.5px;
}
.l-flow__item-head img._num2, .l-flow__item-head img._num3 {
  width: 44.5px;
}
.l-flow__item-head img._num4 {
  width: 45.5px;
}
.l-flow__item-head img._num5 {
  width: 45px;
}
.l-flow__item-pic {
  aspect-ratio: 343/141;
  height: auto;
  margin: 0 auto 16px;
}
.l-flow__item-pic img {
  width: 100%;
  height: auto;
}
.l-flow__item-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
}

.l-question {
  padding-top: 48px;
  padding-bottom: 0 !important;
}
.l-question__ttl {
  position: relative;
  width: 160px;
  height: 55px;
  margin: 0 auto 24px;
  overflow: hidden;
}
.l-question__ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.l-question__inner {
  position: relative;
  padding: 60px 16px 24px;
  background: #f3f7fa;
}
@media only screen and (min-width: 768px) {
  .l-question__inner {
    padding-bottom: 0 !important;
  }
}
.l-question__icon {
  position: absolute;
  top: -8px;
  left: 50%;
  height: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.l-question__icon img {
  width: auto;
  height: 100%;
}
.l-question__head {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
}
.l-question__bottom {
  padding: 40px 0 80px;
}
@media only screen and (min-width: 768px) {
  .l-question__bottom {
    padding: 0;
  }
}

.l-reason__head {
  padding-top: 64px;
  padding-bottom: 24px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .l-reason__head {
    padding-bottom: 2.75rem;
    background: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .l-reason__body {
    display: flex;
    gap: 2.9375rem;
    justify-content: center;
  }
}
.l-reason__head-icon {
  height: 50px;
  margin-bottom: 24px;
  text-align: center;
}
.l-reason__head-icon img {
  width: auto;
  height: 100%;
}
.l-reason__head-txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.l-reason__section {
  padding: 40px 16px 24px;
  background: #f3f7fa;
}
.l-reason__section:last-child {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .l-reason__section:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .l-reason__section {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    width: 21.4375rem;
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .l-reason__section-btn {
    display: none;
  }
}
.l-reason__section-head {
  height: 136px;
}
.l-reason__section-head img {
  width: 100%;
  height: 100%;
}
.l-reason__section-body {
  margin-bottom: 24px;
  padding: 24px 16px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .l-reason__section-body {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
.l-reason__section-ttl {
  display: block;
  position: relative;
  max-width: 303px;
  margin: 0 auto;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.l-reason__section-ttl::before, .l-reason__section-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  width: 9px;
  height: 100%;
}
.l-reason__section-ttl::before {
  left: 0;
  border: 4px solid #00a9de;
  border-right: none;
}
.l-reason__section-ttl::after {
  right: 0;
  border: 4px solid #00a9de;
  border-left: none;
}
.l-reason__section-txt {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
.l-reason__section-txt._lp7 {
  margin-bottom: 0;
}
.l-reason__section-txt ._letter {
  letter-spacing: -0.02em;
}
.l-reason__section-txt .marker {
  background: linear-gradient(to top, transparent 27.678571428%, #ffed92 27.678571428%, #ffed92 72.321428571%, transparent 72.321428571%);
  font-weight: bold;
}
.l-reason__section-txt ._bold {
  font-weight: 700;
}
.l-reason__section-txt ul {
  margin: 7px 0;
  padding: 7px 9px;
  border-radius: 4px;
  background: #fff9d8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.l-reason__section-txt ul li::before {
  content: "・";
}
.l-reason__section-txt ul li ._sm {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.l-reason__section-pic._lp7 {
  margin-bottom: 24px;
}
.l-reason__section-pic._item1 {
  height: 240px;
}
.l-reason__section-pic._item2 {
  height: 170px;
}
.l-reason__section-pic._item3 {
  height: 220px;
}
.l-reason__section-pic img {
  width: auto;
  height: 100%;
}

.l-result {
  position: relative;
  padding-top: 67px;
  background: #f3f7fa;
}
.l-result::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 56px;
  height: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../lp/images/page-campaign-online-2022/20230127/result-ttl.png) no-repeat center/56px auto;
}
.l-result__inner {
  padding: 0 16px;
  padding-bottom: 16px;
}
.l-result__ttl {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.l-result__item {
  display: flex;
  position: relative;
  padding: 16px;
  padding-left: 23px;
  background: #fff;
}
.l-result__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: calc(100% - 32px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #00A9DE;
}
.l-result__item:nth-child(n+2) {
  margin-top: 8px;
}
.l-result__item-pic {
  flex: 0 0 auto;
  width: 70px;
  margin-right: 16px;
  padding-top: 12px;
}
.l-result__item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-result__item-txt {
  margin-bottom: 6px;
  color: #0F2942;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.l-result__item-txt ._marker {
  background: linear-gradient(to bottom, transparent 4px, #FFED92 4px, #FFED92 19px, transparent 19px);
}
.l-result__item-txt ._inline {
  display: inline-block;
}
.l-result__item-name {
  color: #0F2942;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.l-result__caution {
  margin-top: 7px;
  margin-right: -8px;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
}
.l-result__features {
  max-width: 300px;
  margin-top: 26px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}
.l-result__features-item {
  position: relative;
  padding-left: 36px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5833333333;
}
.l-result__features-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../lp/images/page-campaign-online-2022/20230127/check.png) no-repeat center/28px;
}
.l-result__bottom {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
.l-result__bottom ._sm {
  font-weight: 400;
}
.l-result__bottom ._marker {
  background: linear-gradient(to bottom, transparent 16px, #FFED92 16px, #FFED92 26px, transparent 26px);
  font-weight: 700;
}

.l-teacher {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #fff;
}
.l-teacher__icon {
  height: 50px;
  margin-bottom: 24px;
  text-align: center;
}
.l-teacher__icon img {
  width: auto;
  height: 100%;
}
.l-teacher__ttl {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-teacher__ttl {
    margin-bottom: 2.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-teacher__list {
    padding: 0 1.5rem;
  }
}
.l-teacher__item {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: auto;
  margin: 0 8px;
  padding: 16px;
  overflow: hidden;
  border-radius: 6px;
  background: #F0F5F5;
}
@media only screen and (min-width: 768px) {
  .l-teacher__item {
    margin: 0;
  }
}
.l-teacher__item-pic {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
.l-teacher__item-name {
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 6px solid #FE9003;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333;
}
.l-teacher__item-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4166666667;
}
.l-teacher__caution {
  margin-top: 3px;
  margin-bottom: 40px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}
.l-teacher__bottom {
  width: calc(100% - 56px);
  margin: 0 auto;
}

.ly-kv {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ly-kv {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .ly-kv__spacer {
    height: 2.5rem;
  }
}
.ly-kv__top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  background: #fff9d8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .ly-kv__top {
    height: 2.5rem;
    font-size: 1.125rem;
  }
}
.ly-kv__img {
  margin-bottom: 30px;
}
.ly-kv__img.-fix::before {
  padding-top: 149.3333333333%;
}
@media only screen and (min-width: 768px) {
  .ly-kv__img.-fix::before {
    padding-top: 58.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .ly-kv__img {
    margin-bottom: 0;
  }
}
.ly-kv__img::before {
  padding-top: 82.6666666667%;
}
@media only screen and (min-width: 768px) {
  .ly-kv__img::before {
    padding-top: 42.2222222222%;
  }
}
.ly-kv__img._junior::before {
  padding-top: 80.2666666667%;
}
.ly-kv__txt {
  max-width: 320px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .ly-kv__txt {
    display: none;
  }
}
.ly-kv__txt::before {
  padding-top: 25%;
}
@media only screen and (min-width: 768px) {
  .ly-kv__btn-box {
    display: none;
  }
}
.ly-kv__tel {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 343px;
  height: 64px;
  margin: 0 auto;
  margin-top: 16px;
  transition: 0.4s ease;
  transition-property: opacity;
  border: 2px solid #0f2942;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 169, 222, 0.2);
}
@media only screen and (min-width: 768px) {
  .ly-kv__tel {
    display: none;
  }
}
.ly-kv__tel:hover, .ly-kv__tel:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 0.7;
}
.ly-kv__tel ._txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6111111111;
}
.ly-kv__tel ._num {
  display: block;
  margin-top: -2px;
  color: #657888;
  font-size: 12px;
  line-height: 1.5833333333;
  text-align: center;
}
.ly-kv__tel ._icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/common/tel-icon.svg) no-repeat center/30px auto;
  pointer-events: none;
}

.ly-voice {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .ly-voice {
    padding-top: 0;
  }
}
.ly-voice._gifu {
  padding-bottom: 0;
}
.ly-voice__top {
  max-width: 48px;
  margin: 0 auto 40px;
}
.ly-voice__top::before {
  padding-top: 104.1666666667%;
}
.ly-voice__ttl {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.ly-voice__box {
  padding: 0 28px 24px 12px;
  border-left: 6px solid #00a9de;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.ly-voice__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.ly-voice__head-pic {
  flex: 0 0 auto;
  max-width: 116px;
  margin-right: 26px;
  overflow: hidden;
  border-radius: 50%;
}
.ly-voice__head-pic::before {
  padding-top: 100%;
}
.ly-voice__head-body {
  padding-top: 45px;
}
.ly-voice__head-name {
  margin-bottom: 16px;
  color: #00a9de;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.ly-voice__head-name ._sm {
  font-size: 12px;
}
.ly-voice__head-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 22px;
  border-radius: 10px;
  background: #00a9de;
  color: #fff;
  font-size: 10px;
}
.ly-voice__body {
  padding-bottom: 16px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .ly-voice__body {
    padding-bottom: 0;
  }
}
.ly-voice__body.is-active .ly-voice__body-txt {
  display: block;
  overflow: visible;
}
.ly-voice__body.is-active .ly-voice__body-block:nth-child(n+2) {
  display: block;
}
.ly-voice__body-block:nth-child(n+2) {
  display: none;
  margin-top: 23px;
}
.ly-voice__body-ttl {
  margin-bottom: 16px;
  color: #00a9de;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.ly-voice__body-txt {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9166666667;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
@media only screen and (min-width: 768px) {
  .ly-voice__body-txt {
    -webkit-line-clamp: 100;
  }
}
.ly-voice__btn-box {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-voice__btn-box {
    display: none;
  }
}
.ly-voice__btn {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  transition: 0.4s ease;
  transition-property: opacity;
  border-radius: 30px;
  background: #00a9de;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6428571429;
}
.ly-voice__btn:hover, .ly-voice__btn:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 0.7;
}
.ly-voice__btn.is-active ._icon::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ly-voice__btn ._icon {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 23px;
  height: 23px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
}
.ly-voice__btn ._icon::before, .ly-voice__btn ._icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  transition: all 0.4s ease;
  background: #00a9de;
}
.ly-voice__btn ._icon::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ly-voice__btn ._icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.ly-voice__caution {
  margin-top: 12px;
  margin-bottom: 40px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.ly-merit {
  position: relative;
  padding-bottom: 2.5rem;
  background: #ffffff;
}
.ly-merit::before {
  content: "";
  position: absolute;
  top: 88px;
  left: 50%;
  width: 56px;
  height: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ly-merit__inner {
  padding: 0 16px;
}
.ly-merit__ttl {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-merit__ttl {
    margin-bottom: 2.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .ly-merit__list {
    display: flex;
    gap: 3rem;
  }
}
.ly-merit__item:nth-child(n+2) {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .ly-merit__item:nth-child(n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ly-merit__item {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
  }
}
.ly-merit__item-ttl {
  display: block;
  position: relative;
  max-width: 303px;
  margin: 0 auto;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.ly-merit__item-ttl::before, .ly-merit__item-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  width: 9px;
  height: 100%;
}
.ly-merit__item-ttl::before {
  left: 0;
  border: 4px solid #00a9de;
  border-right: none;
}
.ly-merit__item-ttl::after {
  right: 0;
  border: 4px solid #00a9de;
  border-left: none;
}
.ly-merit__item-pic {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 311px;
  margin: 0 auto 8px;
  overflow: hidden;
}
.ly-merit__item-pic::before {
  content: "";
  display: block;
  padding-top: 51.4469453376%;
}
.ly-merit__item-pic img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-merit__item-txt {
  max-width: 311px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
.ly-merit__item-txt ._marker {
  background: linear-gradient(to top, transparent 27.678571428%, #FFED92 27.678571428%, #FFED92 72.321428571%, transparent 72.321428571%);
  font-weight: 700;
}

.ly-form {
  padding-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .ly-form {
    padding-top: 0;
  }
}
.ly-form__head {
  aspect-ratio: 750/380;
  vertical-align: middle;
}
.ly-form__head img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .ly-form__head {
    display: none;
  }
}

.l-satisfy {
  padding-top: 12px;
  padding-bottom: 48px;
}

.l-satisfy.lazyloaded {
  background: url(../lp/images/page-campaign-online/fix/satisfy/bg.png) no-repeat center/cover;
}

.l-satisfy__inner {
  padding: 0 16px;
}

.l-satisfy__ttl {
  position: relative;
  width: 343px;
  height: 217px;
  margin-right: -16px;
  margin-bottom: 24px;
  margin-left: auto;
  overflow: hidden;
}

.l-satisfy__ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.l-satisfy__item {
  position: relative;
  box-sizing: border-box;
  width: 312px;
  margin-bottom: 58px;
  padding: 15px;
  border: 1px solid #E9E8E8;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.l-satisfy__item ._bold {
  font-weight: 700;
}

.l-satisfy__item img {
  position: absolute;
  bottom: -26px;
}

.l-satisfy__item._item1, .l-satisfy__item._item3 {
  margin-bottom: 42px;
  margin-left: auto;
}

.l-satisfy__item._item2, .l-satisfy__item._item4 {
  margin-right: auto;
  margin-bottom: 44px;
}

.l-satisfy__item._item1 img {
  left: -27px;
  width: 187px;
  height: 52px;
}

.l-satisfy__item._item2 img {
  right: -31px;
  width: 186px;
  height: 62px;
}

.l-satisfy__item._item3 img {
  left: -31px;
  width: 186px;
  height: 52px;
}

.l-satisfy__item._item4 img {
  right: -31px;
  width: 184px;
  height: 52px;
}

.ly-floating {
  display: flex;
  position: fixed;
  z-index: 100;
  bottom: -68px;
  left: 50%;
  align-items: center;
  width: 375px;
  height: 68px;
  padding: 10px 16px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: bottom 0.4s ease;
  background: transparent;
}
.ly-floating.is-show {
  bottom: 0;
}
.ly-floating__btn {
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
  filter: drop-shadow(0 4px 10px rgba(0, 169, 222, 0.3));
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-floating__btn:hover, .ly-floating__btn:active {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  opacity: 1;
}

.ly-campaign {
  position: relative;
  background: #00A9DE;
}
@media only screen and (min-width: 768px) {
  .ly-campaign:not(.-sp) {
    height: 16.25rem;
    margin-bottom: 5rem;
    background: url(../images/pc/lp/campaign-bg.jpg) no-repeat center/cover;
  }
}
.ly-campaign._item1 {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .ly-campaign._item1 {
    margin-bottom: 5rem;
  }
}
.ly-campaign__inner {
  padding: 11.5rem 1.25rem 1rem;
}
@media only screen and (min-width: 768px) {
  .ly-campaign__inner:not(.-sp) {
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding: 2.75rem 0 1.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .ly-campaign__head:not(.-sp) {
    display: flex;
    position: relative;
    align-items: flex-end;
    height: 11.875rem;
    padding-bottom: 0.1875rem;
  }
}
.ly-campaign__ttl {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  width: 21.0625rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .ly-campaign__ttl:not(.-sp) {
    top: -0.1875rem;
    left: auto;
    width: 17.4375rem;
    -webkit-transform: none;
    transform: none;
    aspect-ratio: 279/166;
  }
}
.ly-campaign__txt {
  margin-bottom: 34px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-campaign__txt:not(.-sp) {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.ly-campaign__list-box {
  position: relative;
  padding: 1.625rem 1.875rem 0.8125rem;
  border-radius: 0.25rem;
  background: #FFFFFF;
}
.ly-campaign__list li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: nowrap;
}
.ly-campaign__list li ._marker {
  background: linear-gradient(to top, transparent 5px, #ffed92 5px, #ffed92 17px, transparent 17px);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.ly-campaign__list-ttl {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  height: 36px;
  padding-bottom: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 18px;
  background: #0F2942;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.ly-campaign__list li:nth-child(n+2) {
  margin-top: 8px;
}

.ly-campaign__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../lp/images/page-campaign-online-2022/20230127/check.png) no-repeat center/28px;
}

.ly-youtube {
  position: relative;
  padding-top: 44px;
  padding-bottom: 68px;
  background: #0F2942;
}
@media only screen and (min-width: 768px) {
  .ly-youtube:not(.-sp) {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
.ly-youtube__ttl {
  height: 76px;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-youtube__ttl:not(.-sp) {
    height: 3.0625rem;
    margin-bottom: 1.125rem;
  }
}
.ly-youtube__ttl img {
  width: auto;
  height: 100%;
}
.ly-youtube__slider {
  overflow: hidden;
}
.ly-youtube__list {
  display: flex;
  height: 108px;
  -webkit-animation: scroll 8s linear infinite;
  animation: scroll 8s linear infinite;
}
@media only screen and (min-width: 768px) {
  .ly-youtube__list:not(.-sp) {
    justify-content: center;
    height: auto;
    -webkit-animation: none;
    animation: none;
    gap: 1.5rem;
  }
}
.ly-youtube__item {
  position: relative;
  flex: 0 0 auto;
  width: 192px;
  height: 108px;
  margin-right: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ly-youtube__item:not(.-sp) {
    width: 16rem;
    height: auto;
    margin-right: 0;
    aspect-ratio: 256/144;
  }
  .ly-youtube__item:not(.-sp):nth-child(n+4) {
    display: none;
  }
}
.ly-youtube__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-624px);
    transform: translateX(-624px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-624px);
    transform: translateX(-624px);
  }
}
.ly-teacher {
  padding-top: 64px;
  background: #fff;
}
.ly-teacher__icon {
  height: 50px;
  margin-bottom: 24px;
  text-align: center;
}
.ly-teacher__icon img {
  width: auto;
  height: 100%;
}
.ly-teacher__ttl {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.ly-teacher__item {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: auto;
  margin: 0 8px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .ly-teacher__item {
    margin: 0;
  }
}
.ly-teacher__item-pic {
  position: relative;
  padding-top: 66.66667%;
  overflow: hidden;
}
.ly-teacher__item-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-teacher__item-txt {
  flex-grow: 1;
  padding: 16px;
  background: #f3f7fa;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.ly-interior {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .ly-interior {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.ly-interior__head {
  max-width: 74px;
  margin: 0 auto 24px;
  aspect-ratio: 74/50;
}
.ly-interior__ttl {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
.ly-interior__txt {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.ly-interior__caution {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.ly-interior__slider {
  margin-top: 32px;
}
.ly-interior__slider-item {
  aspect-ratio: 1/1;
  width: 240px;
}

.ly-access {
  padding-bottom: 104px;
}
.ly-access._access {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ly-access._pc {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-access__inner._pc {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}
.ly-access__list {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ly-access__list._pc {
    width: 100%;
    max-width: 864px;
    margin-bottom: 0;
    gap: 24px;
  }
}
.ly-access__item {
  flex: 0 0 auto;
  width: calc(50% - 2px);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ly-access__item._pc {
    width: calc(50% - 12px);
  }
}
.ly-access__item._online {
  border-radius: 0 4px 4px 0;
}
@media only screen and (min-width: 768px) {
  .ly-access__item._online._pc {
    border-radius: 4px;
  }
}
.ly-access__item._school {
  border-radius: 4px 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .ly-access__item._school._pc {
    border-radius: 4px;
  }
}
.ly-access__item-top {
  padding: 12px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-access__item-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    gap: 8px;
  }
}
.ly-access__item-top._online {
  background: #00a9de;
}
.ly-access__item-top._school {
  background: #0f2942;
}
.ly-access__item-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 5px;
}
@media only screen and (min-width: 768px) {
  .ly-access__item-icon._pc {
    width: 48px;
    height: 48px;
    margin: 0;
  }
  .ly-access__item-icon._pc img {
    width: 100%;
    height: 100%;
  }
}
.ly-access__item-ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-access__item-ttl._pc {
    font-size: 24px;
  }
}
.ly-access__body {
  display: block;
  position: relative;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ly-access__body._pc::before {
    padding-top: 41.9047619048%;
  }
  .ly-access__body._pc::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 83px;
    background: linear-gradient(to top, #73abc0 35.96%, rgba(115, 171, 192, 0) 100%);
    mix-blend-mode: multiply;
  }
}
.ly-access__body::before {
  content: "";
  display: block;
  padding-top: 124.7058823529%;
}
.ly-access__body img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-access__body-txt {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 12px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-access__body-txt._pc {
    bottom: 20px;
  }
  .ly-access__body-txt .only-sp {
    display: none;
  }
}
.ly-access__txt {
  margin-top: 24px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .ly-access__txt._pc {
    order: 1;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
  }
}

.ly-counseling {
  background: #0f2942;
}
@media only screen and (min-width: 768px) {
  .ly-counseling._pc {
    background: transparent;
  }
}
.ly-counseling__inner {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ly-counseling__inner._pc {
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
  }
}
.ly-counseling__txt {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.ly-counseling__txt ._yellow {
  color: #ffed92;
}
@media only screen and (min-width: 768px) {
  .ly-counseling__txt._pc {
    display: none;
  }
}
.ly-counseling__figure {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 24px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ly-counseling__figure._pc {
    display: none;
  }
}
.ly-counseling__figure::before {
  content: "";
  display: block;
  padding-top: 45%;
}
.ly-counseling__figure img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-counseling__list {
  margin-bottom: 62px;
}
@media only screen and (min-width: 768px) {
  .ly-counseling__list._pc {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 2.3611111111%;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.ly-counseling__item {
  position: relative;
  padding: 16px;
  overflow: hidden;
  border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .ly-counseling__item._pc {
    flex: 0 0 auto;
    width: 31.7592592593%;
    min-width: 320px;
    background: #F3F7FA;
  }
}
.ly-counseling__item:nth-child(n+2) {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .ly-counseling__item:nth-child(n+2)._pc {
    margin-top: 0;
  }
}
.ly-counseling__item-num {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.ly-counseling__item-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 16px;
}
.ly-counseling__item-ttl {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.ly-counseling__item-pic {
  display: block;
  position: relative;
  z-index: 0;
  flex: 0 0 auto;
  width: 100%;
  max-width: 144px;
  overflow: hidden;
}
.ly-counseling__item-pic::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.ly-counseling__item-pic img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-counseling__item-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.ly-course {
  padding-bottom: 104px;
}
@media only screen and (min-width: 768px) {
  .ly-course._pc {
    padding-bottom: 80px;
  }
}
.ly-course__inner._pc {
  max-width: 500px;
}
@media only screen and (min-width: 768px) {
  .ly-course__inner._pc {
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-course__ttl._pc {
    margin-bottom: 24px;
  }
}
.ly-course__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1.4492753623%;
}
.ly-course__item {
  display: flex;
  flex-direction: column;
  width: 49.2753623188%;
  overflow: hidden;
  transition: 0.4s ease;
  transition-property: opacity;
  border-radius: 4px;
}
.ly-course__item:hover, .ly-course__item:active {
  opacity: 0.7;
}
.ly-course__item:hover img, .ly-course__item:active img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.ly-course__item-pic {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.ly-course__item-pic::before {
  content: "";
  display: block;
  padding-top: 72.9411764706%;
}
.ly-course__item-pic img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-course__item-body {
  display: block;
  padding: 4px 12px 8px;
  background: #0f2942;
}
.ly-course__item-body._online {
  background: #00a9de;
}
.ly-course__item-ttl {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.ly-course__item-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding-bottom: 1px;
  background: #fff;
  color: #0F2942;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
}
.ly-course__item-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 24px;
  background: #010711;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  mix-blend-mode: multiply;
}
.ly-course__item-btn._online {
  background: #0092d3;
}
.ly-course__item-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/top/course-arrow.svg) no-repeat center/20px auto;
}
.ly-course__online-link {
  display: block;
  overflow: hidden;
  transition: 0.4s ease;
  transition-property: opacity;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .ly-course__online-link._pc {
    display: flex;
  }
}
.ly-course__online-link:hover, .ly-course__online-link:active {
  opacity: 0.7;
}
.ly-course__online-link:hover img, .ly-course__online-link:active img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.ly-course__online-link--head {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .ly-course__online-link--head._pc {
    flex: 0 0 auto;
    width: 50%;
  }
}
.ly-course__online-link--head-item {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
  overflow: hidden;
  aspect-ratio: 172/138;
}
.ly-course__online-link--head-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-course__online-link--body {
  padding-top: 8px;
  padding-bottom: 12px;
  background: #00a9de;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-course__online-link--body._pc {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
}
.ly-course__online-link--body-txt {
  margin-bottom: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .ly-course__online-link--body-txt._pc {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
  }
}
.ly-course__online-link--body-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 24px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .ly-course__online-link--body-btn._pc {
    width: 240px;
    height: 48px;
  }
  .ly-course__online-link--body-btn._pc ._txt {
    padding-right: 20px;
    font-size: 16px;
  }
}
.ly-course__online-link--body-btn ._txt {
  position: relative;
  padding-right: 23px;
  padding-bottom: 1px;
  color: #00a9de;
  font-size: 12px;
  font-weight: 700;
}
.ly-course__online-link--body-btn ._txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/top/keyboard_arrow_right_blue.png) no-repeat center/20px auto;
}

.ly-fv {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ly-fv.-fix {
    margin-top: 0;
  }
}
.ly-fv.-fix::before {
  padding-top: 162.1333333333%;
}
@media only screen and (min-width: 768px) {
  .ly-fv.-fix::before {
    padding-top: 63.0555555556%;
  }
}
@media only screen and (min-width: 768px) {
  .ly-fv {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.ly-fv::before {
  content: "";
  display: block;
  padding-top: 93.3333333333%;
}
@media only screen and (min-width: 768px) {
  .ly-fv::before {
    padding-top: 37.037037037%;
  }
}
.ly-fv img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.ly-result._achivement {
  margin-top: 40px;
}
.ly-result.-fix {
  padding-top: 16px;
  background: #f3f7fa;
}
@media only screen and (min-width: 768px) {
  .ly-result.-fix {
    padding-top: 28px;
    background: #fff;
  }
}
.ly-result.-fix::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .ly-result.-fix::before {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 768px) {
  .ly-result__inner._pc {
    padding-right: 0;
    padding-left: 0;
  }
}
.ly-result__ttl {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4642857143;
  text-align: center;
}
.ly-result__ttl.-fix {
  margin-top: -6px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ly-result__ttl.-fix {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-result__ttl {
    margin-bottom: 24px;
  }
}
.ly-result__ttl-caution {
  margin-top: -20px;
  margin-bottom: 24px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.ly-result__ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-bottom: 8px;
  color: #0F2942;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.ly-result__box {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ly-result__box._pc {
    margin-bottom: 0;
  }
}
.ly-result__block:nth-child(n+2) {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .ly-result__list._pc {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2.3148148148%;
    margin-bottom: -1.5rem;
  }
  .ly-result__list._pc::after, .ly-result__list._pc::before {
    content: "";
    flex: 1 1 auto;
    order: 100;
    width: 31.7592592593%;
    min-width: 320px;
  }
}
.ly-result__item {
  display: flex;
  position: relative;
  align-items: center;
  padding: 12px 12px 12px 17px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  background: #f3f7fa;
}
.ly-result__item.-fix {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .ly-result__item.-fix {
    background: #f3f7fa;
  }
}
@media only screen and (min-width: 768px) {
  .ly-result__item {
    flex: 1 1 auto;
    width: 31.7592592593%;
    min-width: 320px;
    margin-bottom: 1.5rem;
  }
}
.ly-result__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: calc(100% - 24px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #00a9de;
}
.ly-result__item:nth-child(n+2) {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .ly-result__item:nth-child(n+2)._pc {
    margin-top: 0;
  }
}
.ly-result__item-pic {
  flex: 0 0 auto;
  width: 70px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.ly-result__item-pic img {
  width: 100%;
  height: 100%;
}
.ly-result__item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ly-result__item-txt {
  margin-bottom: 2px;
  color: #0f2942;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
}
.ly-result__item-txt ._sm {
  font-size: 15px;
  line-height: 1.4666666667;
}
.ly-result__item-txt ._marker {
  background: linear-gradient(to top, transparent 5px, #ffed92 5px, #ffed92 11px, transparent 11px);
  font-weight: 700;
}
.ly-result__item-name {
  color: #0f2942;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8333333333;
}
.ly-result__caution {
  margin-top: 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}

.ly-feature {
  padding-bottom: 80px;
}
.ly-feature.-top {
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .ly-feature.-top {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .ly-feature__inner._pc {
    padding-right: 0;
    padding-left: 0;
  }
}
.ly-feature__ttl {
  margin-bottom: 24px;
  font-size: 28px;
}
.ly-feature__list {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .ly-feature__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 3.4259259259%;
    justify-content: center;
  }
}
.ly-feature__item {
  overflow: hidden;
  border-radius: 4px;
  background: #F3F7FA;
}
@media only screen and (min-width: 768px) {
  .ly-feature__item {
    flex: 0 0 auto;
    width: 31.0185185185%;
    min-width: 335px;
  }
}
.ly-feature__item:nth-child(n+2) {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .ly-feature__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.ly-feature__item-head {
  position: relative;
  padding-top: 29px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  aspect-ratio: 335/120;
}
.ly-feature__item-head::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 93px;
  height: 76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/fix202310/logo.png) no-repeat center/93px auto;
}
.ly-feature__item-head.lazyloaded.point1 {
  background: url(../images/fix202310/point1.jpg) no-repeat center/cover;
}
.ly-feature__item-head.lazyloaded.point2 {
  background: url(../images/fix202310/point2.jpg) no-repeat center/cover;
}
.ly-feature__item-head.lazyloaded.point3 {
  background: url(../images/fix202310/point3.jpg) no-repeat center/cover;
}
.ly-feature__item-body {
  padding-top: 38px;
  padding-bottom: 27px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ly-feature__item-body ._lg {
  font-size: 24px;
  font-weight: 700;
}
.ly-feature__btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 18px 38px 18px 14px;
  border: 2px solid #00A9DE;
  border-radius: 4px;
  background: #E5F8FF;
  box-shadow: 0 2px 0 0 #00A9DE;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-feature__btn {
    flex: 0 0 auto;
    max-width: 540px;
    margin: 0 auto;
  }
}
.ly-feature__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/fix202310/btn-arrow.png) no-repeat center/24px auto;
}

.ly-info {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .ly-info__inner._pc {
    padding-right: 0;
    padding-left: 0;
  }
}
.ly-info__ttl {
  margin-bottom: 24px;
  font-size: 28px;
}
.ly-info__list-box._pc {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ly-info__list-box._pc {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-info__list {
    min-width: 1080px;
  }
}
.ly-info__pic {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 24px;
  aspect-ratio: 343/192;
}
@media only screen and (min-width: 768px) {
  .ly-info__pic._pc {
    flex: 0 0 auto;
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.ly-info__btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 18px 38px 18px 14px;
  border: 2px solid #00A9DE;
  border-radius: 4px;
  background: #E5F8FF;
  box-shadow: 0 2px 0 0 #00A9DE;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-info__btn {
    max-width: 540px;
    margin: 0 auto;
  }
}
.ly-info__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/fix202310/btn-arrow.png) no-repeat center/24px auto;
}

.ly-faq {
  padding-top: 40px;
  padding-bottom: 29px;
}
@media only screen and (min-width: 768px) {
  .ly-faq {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
  .ly-faq._pc {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-faq__inner._lp {
    background: transparent;
  }
  .ly-faq__inner._pc {
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}
.ly-faq__list {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .ly-faq__list._pc {
    margin-bottom: 80px;
  }
}
.ly-faq__item {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(111, 152, 157, 0.1);
}
@media only screen and (min-width: 768px) {
  .ly-faq__item._pc {
    padding-bottom: 24px;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 0;
    background: #F3F7FA;
    background: transparent;
    box-shadow: none;
  }
}
.ly-faq__item:nth-child(n+2) {
  margin-top: 24px;
}
.ly-faq__item-head {
  position: relative;
  padding: 18px 36px 17px 48px;
  transition: box-shadow 0.4s ease;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .ly-faq__item-head._pc {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .ly-faq__item-head._pc::after {
    right: 8px;
    width: 12px;
    height: 8px;
    background: #0EA8D9;
  }
  .ly-faq__item-head._pc::before {
    top: 1px;
    left: 0;
    width: 20px;
    height: 24px;
    background: url(../images/pc/q.png) no-repeat center/20px auto;
  }
}
.ly-faq__item-head.is-active {
  box-shadow: 0 2px 2px 0 rgba(111, 152, 157, 0.1);
}
.ly-faq__item-head.is-active._pc {
  box-shadow: none;
}
.ly-faq__item-head.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.ly-faq__item-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background: #BCC3C3;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.ly-faq__item-head::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
  width: 20px;
  height: 20px;
  background: url(../images/fix202310/q.png) no-repeat center/20px auto;
}
.ly-faq__item-body {
  display: none;
  position: relative;
  padding: 12px 12px 24px 48px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media only screen and (min-width: 768px) {
  .ly-faq__item-body._pc {
    margin-top: 18px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 12px;
    border-left: 4px solid #E8E8E8;
    font-size: 16px;
    line-height: 1.4375;
  }
  .ly-faq__item-body._pc br + br {
    display: none;
  }
  .ly-faq__item-body._pc::before {
    display: none;
  }
}
.ly-faq__item-body::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 16px;
  width: 20px;
  height: 20px;
  background: url(../images/fix202310/a.png) no-repeat center/20px auto;
}
.ly-faq__item-body ._lg {
  font-weight: 700;
}

.ly-flow {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ly-flow._pc {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-flow__inner._pc {
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}
.ly-flow__list {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .ly-flow__list._pc {
    max-width: 725px;
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-flow__item._pc {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
  }
}
.ly-flow__item:nth-child(n+2) {
  margin-top: 40px;
}
.ly-flow__item-head {
  display: flex;
  position: relative;
  align-items: center;
  height: 32px;
  margin-bottom: 17px;
  padding-left: 59px;
}
@media only screen and (min-width: 768px) {
  .ly-flow__item-head--box._pc {
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 768px) {
  .ly-flow__item-head._pc {
    margin-bottom: 16px;
  }
}
.ly-flow__item-head ._txt {
  color: #0F2942;
  font-size: 22px;
  font-weight: bold;
}
.ly-flow__item-head ._txt ._sm {
  font-size: 16px;
  font-weight: 400;
}
.ly-flow__item-head img {
  position: absolute;
  left: 0;
}
.ly-flow__item-head img._num {
  width: auto;
  height: 30px;
}
.ly-flow__item-pic {
  height: auto;
  margin: 0 auto 16px;
}
@media only screen and (min-width: 768px) {
  .ly-flow__item-pic._pc {
    flex: 0 0 auto;
    width: 342px;
    margin-bottom: 0;
  }
}
.ly-flow__item-pic img {
  width: 100%;
  height: auto;
}
.ly-flow__item-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
}
.ly-flow__item-txt.only-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ly-flow__item-txt.only-sp {
    display: none;
  }
  .ly-flow__item-txt.only-pc {
    display: block;
    letter-spacing: -0.01em;
  }
}

@media only screen and (min-width: 768px) {
  .ly-service__section-wrapper {
    position: relative;
    padding-top: 48px;
  }
  .ly-service__section-wrapper::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 500px;
    background: #f3f7fa;
  }
}
@media only screen and (min-width: 768px) {
  .ly-service__block-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-service__wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .ly-service__wrapper._bottom {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .ly-service__inner._pc {
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.ly-service__ttl {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4642857143;
}
@media only screen and (min-width: 768px) {
  .ly-service__ttl._pc {
    margin-bottom: 44px;
  }
}
.ly-service-worry {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .ly-service-worry__inner._pc {
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}
.ly-service-worry__ttl {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4642857143;
}
@media only screen and (min-width: 768px) {
  .ly-service-worry__ttl .only-sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .ly-service-worry__list._pc {
    display: flex;
    flex-wrap: wrap;
    max-width: 864px;
    margin: 0 auto;
    gap: 24px 2.7777777778%;
  }
}
.ly-service-worry__item {
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .ly-service-worry__item._pc {
    width: 48.6111111111%;
  }
}
.ly-service-worry__item:nth-child(n+2) {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .ly-service-worry__item:nth-child(n+2)._pc {
    margin-top: 0;
  }
}
.ly-service-worry__item-head {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 109px;
  padding-top: 19px;
  padding-right: 18px;
  padding-bottom: 19px;
  padding-left: 125px;
  background: #f3f7fa;
}
.ly-service-worry__item-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 95px;
  height: 71px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/fix202310/worry-logo.png) no-repeat center/95px auto;
}
.ly-service-worry__item-head ._txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.ly-service-worry__item-head ._txt ._bold {
  font-weight: 700;
}
.ly-service-worry__item-body {
  position: relative;
  padding-top: 20px;
  padding-bottom: 16px;
  background: #ffed92;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.ly-service-worry__item-body::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 77px;
  height: 77px;
  background: url(../images/fix202310/stamp.png) no-repeat center/77px auto;
}
.ly-service-worry__item-body ._lg {
  font-size: 24px;
}
.ly-service-top {
  padding-top: 35px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .ly-service-top._pc {
    padding-top: 80px;
  }
}
.ly-service-top__pic {
  aspect-ratio: 375/264;
}
@media only screen and (min-width: 768px) {
  .ly-service-top__pic._pc {
    aspect-ratio: 2160/560;
  }
}
.ly-service-bottom {
  padding: 38px 0;
}
@media only screen and (min-width: 768px) {
  .ly-service-bottom {
    display: none;
  }
}
.ly-service-bottom__pic {
  aspect-ratio: 375/280;
}
.ly-service__block {
  overflow: hidden;
  border-radius: 4px;
  background: #f3f7fa;
}
@media only screen and (min-width: 768px) {
  .ly-service__block._pc {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
.ly-service__block:nth-child(n+2) {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .ly-service__block:nth-child(n+2)._pc {
    padding-top: 112px;
  }
}
.ly-service__block-head {
  position: relative;
  padding-top: 29px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  aspect-ratio: 343/120;
}
@media only screen and (min-width: 768px) {
  .ly-service__block-head._pc {
    display: none;
  }
}
.ly-service__block-head::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 95px;
  height: 76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/fix202310/logo.png) no-repeat center/93px auto;
}
.ly-service__block-head.lazyloaded.point1 {
  background: url(../images/fix202310/point1.jpg) no-repeat center/cover;
}
.ly-service__block-head.lazyloaded.point2 {
  background: url(../images/fix202310/point2.jpg) no-repeat center/cover;
}
.ly-service__block-head.lazyloaded.point3 {
  background: url(../images/fix202310/point3.jpg) no-repeat center/cover;
}
.ly-service__block-txt {
  margin-bottom: 40px;
  padding-top: 38px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ly-service__block-txt ._lg {
  font-size: 24px;
  font-weight: 700;
}
.ly-service__block-txt._pc .only-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ly-service__block-txt._pc {
    position: relative;
    margin-bottom: 44px;
    padding: 18px 32px 17px;
    border-radius: 4px;
    background: #fff;
  }
  .ly-service__block-txt._pc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 93px;
    height: 64px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: url(../images/pc/logo.png) no-repeat center/93px auto;
  }
  .ly-service__block-txt._pc .only-sp {
    display: none;
  }
  .ly-service__block-txt._pc .only-pc {
    display: flex;
  }
  .ly-service__block-txt._pc .num {
    position: absolute;
    top: 50%;
    left: 32px;
    width: 126px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    aspect-ratio: 126/40;
  }
  .ly-service__block-txt._pc .num.lazyloaded.index0 {
    background: url(../images/pc/point1.png) no-repeat center/126px auto;
  }
  .ly-service__block-txt._pc .num.lazyloaded.index1 {
    background: url(../images/pc/point2.png) no-repeat center/126px auto;
  }
  .ly-service__block-txt._pc .num.lazyloaded.index2 {
    background: url(../images/pc/point3.png) no-repeat center/126px auto;
  }
}
.ly-service__block-list {
  padding: 0 8px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .ly-service__block-list._pc {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 4.5833333333%;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ly-service__block-item._pc {
    flex: 0 0 auto;
    width: 30.2777777778%;
    min-width: 300px;
  }
}
.ly-service__block-item:nth-child(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ly-service__block-item:nth-child(n+2)._pc {
    margin-top: 0;
  }
}
.ly-service__block-item--num {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  margin-bottom: -28px;
  border-radius: 50%;
  background: #0f2942;
}
.ly-service__block-item--ttl {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #0f2942;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.ly-service__block-item--ttl ._colored {
  color: #ffed92;
}
.ly-service__block-item--ttl.lazyloaded._item0::before {
  background: url(../images/fix202310/point-num1.png) no-repeat center/25px auto;
}
.ly-service__block-item--ttl.lazyloaded._item1::before {
  background: url(../images/fix202310/point-num2.png) no-repeat center/25px auto;
}
.ly-service__block-item--ttl.lazyloaded._item2::before {
  background: url(../images/fix202310/point-num3.png) no-repeat center/25px auto;
}
.ly-service__block-item--ttl::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  width: 25px;
  height: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ly-service__block-item--pic {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  aspect-ratio: 327/88;
}
.ly-service__block-item--pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
.ly-service__block-item--txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.ly-service__block-item--txt ._marker {
  background: linear-gradient(to top, #ffed92 0px, #ffed92 6px, rgba(255, 255, 255, 0) 6px);
  font-weight: 700;
}
.ly-service__btn-box {
  margin-top: 24px;
}

.line-container {
  max-width: 23.4375rem;
  margin: 0 auto;
}
.line-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 111px;
  background: #f3f7fa;
}
.line-top__ttl {
  color: #0f2942;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.line-movie {
  margin-bottom: 67px;
  background: #fff;
}
.line-movie__box {
  max-width: 100%;
  margin: 0 auto 24px;
  aspect-ratio: 560/315;
}
.line-movie__box iframe {
  width: 100%;
  height: 100%;
}
.line-schooling {
  padding-bottom: 67px;
}
.line-course {
  padding-bottom: 70px;
}
.line-course__txt {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
.line-course__txt ._lg {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
.line-course__box {
  pointer-events: none;
}
.line-counseling {
  margin-bottom: 20px;
}
.line-campaign {
  margin-bottom: 34px;
}

.line2-container {
  max-width: 23.4375rem;
  margin: 0 auto;
  font-weight: 700;
}
.line2-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background: linear-gradient(to bottom, #00B929 0%, #00B900 100%);
}
.line2-ttl {
  aspect-ratio: 261/42;
  display: inline-block;
  max-width: 16.3125rem;
}
.line2-body {
  padding: 1.375rem 1rem 2.375rem;
  background: #fff;
}
.line2-logo {
  display: block;
  max-width: 11.4375rem;
  margin: 0 auto 1.875rem;
  aspect-ratio: 183/34;
}
.line2-txt1 {
  margin-bottom: 0.4375rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.line2-txt1 .strong {
  color: #00B900;
}
.line2-txt2 {
  margin-bottom: 0.75rem;
  color: #DF2338;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.3333333333;
  text-align: center;
}
.line2-txt3 {
  margin-bottom: 3.0625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.line2-txt3 .marker {
  background: linear-gradient(to top, transparent 4px, #FFF972 4px, #FFF972 18px, transparent 18px);
}
.line2-txt4 {
  margin-bottom: 1.6875rem;
  color: #DF2338;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.6;
  text-align: center;
}
.line2-txt5 {
  margin-bottom: 1.625rem;
  color: #DF2338;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.6;
  text-align: center;
}
.line2-txt6 {
  margin-bottom: 1.625rem;
  color: #DF2338;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.6;
  text-align: center;
}
.line2-txt7 {
  color: #DF2338;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 2;
  text-align: center;
}
.line2-pic1 {
  max-width: 19.5625rem;
  margin-bottom: 3.75rem;
  margin-left: 0.3125rem;
  aspect-ratio: 313/330;
}
.line2-pic2 {
  max-width: 19.125rem;
  margin-bottom: 2.375rem;
  margin-left: 1.25rem;
  aspect-ratio: 306/561;
}
.line2-pic3 {
  max-width: 19.1875rem;
  margin: 0 auto 2.5625rem;
  aspect-ratio: 307/182;
}
.line2-btn {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.625rem 1.125rem;
  border-radius: 0.5rem;
  background: #00B900;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3333333333;
  gap: 1.25rem;
}
.line2-btn.-item1 {
  margin-bottom: 2.5rem;
}
.line2-btn.-item2 {
  margin-bottom: 2.5625rem;
}
.line2-listBox {
  margin-bottom: 1.0625rem;
  padding: 1.75rem 0.75rem 2.3125rem;
  border: 1px solid #000000;
  text-align: center;
}
.line2-list {
  display: inline-block;
}
.line2-list li {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3333333333;
  text-align: left;
}
.line2-list li::before {
  content: "・";
}
.line2-list li:nth-child(n+2) {
  margin-top: 1.5rem;
}
.line2-list li .marker {
  background: linear-gradient(to top, transparent 3px, #FFF972 3px, #FFF972 17px, transparent 17px);
}
.line2-bottom {
  padding: 1.5625rem 1rem 2.25rem;
  background: #fff;
}

.c-countdown__inner {
  padding: 2rem 1rem;
}
.c-countdown__txt {
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
}
.c-countdown__box {
  display: flex;
  position: relative;
  justify-content: center;
  padding-bottom: 4rem;
  gap: 1rem;
}
.c-countdown__box.is-expired::after {
  display: none;
}
.c-countdown__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.0625rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #00a9de;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  aspect-ratio: 65/42;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.c-countdown__block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.c-countdown__block-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  border-radius: 0.5rem;
  background: #0F2942;
  color: #fff;
  font-size: 1.6875rem;
  aspect-ratio: 1/1;
}
.c-countdown__block-txt {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.ly-campaign2__top {
  padding: 2.5rem 1rem 1rem;
  background: #f3f7fa;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 67.5rem;
    margin: 0 auto;
    padding: 2.0625rem 2.5rem 1.75rem;
    background: #fff;
    gap: 1.25rem;
  }
}
.ly-campaign2__body {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__body {
    flex: 0 0 auto;
    width: 31.25rem;
  }
}
.ly-campaign2__head {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__head {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-bottom: 1.3125rem;
    padding-bottom: 0.875rem;
    gap: 0.9375rem;
  }
}
.ly-campaign2__head-img {
  max-width: 6.4375rem;
  margin: 0 auto 1rem;
  text-align: center;
  aspect-ratio: 103/86;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__head-img {
    flex: 0 0 auto;
    margin: 0;
    margin-bottom: 0;
  }
}
.ly-campaign2__head-ttl {
  text-align: center;
}
.ly-campaign2__head-ttl .lg {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__head-ttl .lg {
    margin-bottom: 1px;
  }
}
.ly-campaign2__head-ttl .sm {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.ly-campaign2__list {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.6875rem;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__list {
    margin-bottom: 0;
  }
}
.ly-campaign2__list li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__list li {
    font-size: 1.125rem;
    line-height: 1.2777777778;
  }
}
.ly-campaign2__list li.lazyloaded::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/fix202404/check.png) no-repeat center/100% auto;
}
.ly-campaign2__list li .marker {
  background: linear-gradient(transparent 23%, #ffed92 23%, #ffed92 83%, transparent 83%);
  font-size: 1.125rem;
}
.ly-campaign2__img {
  width: 100%;
  max-width: 21.4375rem;
  text-align: center;
  aspect-ratio: 343/274;
}
.ly-campaign2__img.-fix20240718 {
  aspect-ratio: 343/320;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__img.-fix20240718 {
    aspect-ratio: 960/550;
  }
}
.ly-campaign2__img img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__img {
    aspect-ratio: 480/259;
    flex: 1 1 auto;
    max-width: 30rem;
  }
}
.ly-campaign2__bottom {
  padding: 3.375rem 1.25rem 1rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__bottom {
    display: flex;
    justify-content: space-between;
    max-width: 67.5rem;
    margin: 0 auto;
    padding: 0 2.5rem;
    background: #f3f7fa;
    gap: 2.5rem;
  }
}
.ly-campaign2__bottom-caution {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding-top: 1.0625rem;
  padding-right: 0.375rem;
  background: #f3f7fa;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__bottom-caution {
    margin-bottom: 0;
    padding: 0;
  }
}
.ly-campaign2__bottom-label {
  display: flex;
  position: absolute;
  z-index: 1;
  top: -1.125rem;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 2.25rem;
  padding-bottom: 0.3125rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 1.125rem;
  background: #0f2942;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__bottom-label {
    position: static;
    height: 3.125rem;
    margin-bottom: 0.75rem;
    padding: 2px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 2.5rem;
    font-size: 1.125rem;
  }
}
.ly-campaign2__bottom-label::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -0.5rem;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #0f2942;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__bottom-label::before {
    bottom: -0.6875rem;
    width: 2rem;
    height: 2.1875rem;
  }
}
.ly-campaign2__bottom-strong {
  padding-top: 0.8125rem;
  color: #ff0000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__bottom-strong {
    padding-top: 0;
    font-size: 2.125rem;
    text-align: center;
  }
}
.ly-campaign2__bottom-txt {
  margin-left: -1px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__bottom-txt {
    flex: 1 1 auto;
    max-width: 30rem;
    margin-left: 0;
    padding: 2.5rem 0 2.0625rem;
    line-height: 1.3;
  }
}
.ly-campaign2__bottom-txt .marker {
  background: linear-gradient(transparent 23%, #ffed92 23%, #ffed92 83%, transparent 83%);
  font-weight: 700;
}
.ly-campaign2__bottom-img {
  aspect-ratio: 147/143;
  width: 9.1875rem;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__bottom-img {
    aspect-ratio: 246/240;
    flex: 0 0 auto;
    width: 15.375rem;
  }
  .ly-campaign2__bottom-img img {
    width: 100%;
    height: 100%;
  }
}
.ly-campaign2__btn-box {
  padding: 0 1rem 3.5rem;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__btn-box {
    padding: 5rem 2.5rem;
  }
}
.ly-campaign2__banner {
  margin-top: -3.25rem;
  margin-bottom: -2.5rem;
  padding: 0 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ly-campaign2__banner {
    display: none;
  }
}
.ly-campaign2__banner-img {
  aspect-ratio: 343/274;
}
.ly-campaign2__banner-img.-fix20240718 {
  aspect-ratio: 343/320;
}
.ly-campaign2__banner-img img {
  width: 100%;
  height: 100%;
}

.ly-review {
  position: relative;
}
.ly-review__inner {
  position: relative;
  padding: 0 1rem 1.1875rem;
  background: #00a9de;
}
@media only screen and (min-width: 768px) {
  .ly-review__inner {
    max-width: 67.5rem;
    margin: 0 auto;
    padding: 0 2.5rem 2.25rem;
  }
}
.ly-review__label {
  display: flex;
  position: absolute;
  z-index: 1;
  top: -0.75rem;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 14.375rem;
  height: 2.25rem;
  padding-bottom: 0.25rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 1.125rem;
  background: #0f2942;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ly-review__label {
    top: -1.5rem;
    width: 25rem;
    height: 3.5rem;
    padding-bottom: 1px;
    border-radius: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.ly-review__label::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -0.5rem;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #0f2942;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (min-width: 768px) {
  .ly-review__label::before {
    bottom: -0.75rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.ly-review__top {
  aspect-ratio: 1/1;
}
.ly-review__top img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .ly-review__top {
    aspect-ratio: 2160/731;
  }
}
.ly-review__top-box {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media only screen and (min-width: 768px) {
  .ly-review__top-box {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
}
.ly-review__box {
  position: relative;
  z-index: 1;
  margin-top: -5.4375rem;
  padding: 1.9375rem 1.25rem 1.25rem;
  border-radius: 0.25rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .ly-review__box {
    margin-top: -11.2037037vw;
    padding: 2.5rem 2.1875rem 1.5rem;
  }
}
@media only screen and (min-width: 1080px) {
  .ly-review__box {
    margin-top: -7.5625rem;
  }
}
.ly-review__ttl {
  display: flex;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 17.5rem;
  height: 2.25rem;
  padding-bottom: 0.1875rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 1.125rem;
  background: #0f2942;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ly-review__ttl {
    top: -1.75rem;
    width: 27.5rem;
    height: 3.5rem;
    padding-bottom: 0;
    border-radius: 2.5rem;
    font-size: 1.5rem;
  }
}
.ly-review__ttl .strong {
  color: #fff20f;
}
.ly-review__txt {
  margin-bottom: 1.375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
}
@media only screen and (min-width: 768px) {
  .ly-review__txt {
    margin-bottom: 1.5rem;
    font-size: 0.625rem;
    line-height: 1.5;
    text-align: center;
  }
}
.ly-review__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .ly-review__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem 1.875rem;
    justify-content: center;
  }
}
.ly-review__item {
  display: flex;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d6e0e6;
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .ly-review__item {
    flex: 0 0 auto;
    flex-direction: column;
    width: calc(25% - 1.40625rem);
    padding-bottom: 0;
    border-bottom: none;
    gap: 0.25rem;
  }
  .ly-review__item:nth-child(2), .ly-review__item:nth-child(3), .ly-review__item:nth-child(4), .ly-review__item:nth-child(6), .ly-review__item:nth-child(7) {
    position: relative;
  }
  .ly-review__item:nth-child(2)::after, .ly-review__item:nth-child(3)::after, .ly-review__item:nth-child(4)::after, .ly-review__item:nth-child(6)::after, .ly-review__item:nth-child(7)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.9375rem;
    width: 1px;
    height: 100%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    background: #d6e0e6;
  }
}
.ly-review__item-grade {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #00a9de;
  border-radius: 50%;
  background: #f3f7fa;
  color: #00a9de;
  font-size: 0.875rem;
  font-weight: 400;
}
.ly-review__item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .ly-review__item-txt {
    font-size: 0.9375rem;
    text-align: center;
  }
}
.ly-review__item-txt .marker {
  background: linear-gradient(transparent 23%, #ffed92 23%, #ffed92 83%, transparent 83%);
  font-weight: 700;
}

.c-hosyo {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  background: #00a9de;
}
@media only screen and (min-width: 768px) {
  .c-hosyo {
    padding: 2.5rem 1rem 2.625rem;
    border-radius: 0.25rem;
  }
}
.c-hosyo__wrapper.-lp {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__wrapper.-lp {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-hosyo__wrapper {
    margin-bottom: 5rem;
  }
}
.c-hosyo__container {
  margin-bottom: -2.5rem;
  padding-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__container {
    margin-bottom: 5rem;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-hosyo__inner {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 53.75rem;
    margin: 0 auto;
    gap: 1.625rem;
  }
}
.c-hosyo__left {
  position: relative;
  padding: 2.75rem 1rem 0.75rem;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__left {
    flex: 0 0 auto;
    width: 100%;
    max-width: 45.8139534884%;
    padding: 0 0 0 2.5rem;
  }
}
.c-hosyo__left-txt {
  max-width: 31.25rem;
  margin: 0 auto;
  padding: 0.8125rem 1.25rem;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__left-txt {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
  }
}
.c-hosyo__left-txt .bold {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
}
.c-hosyo__left-txt .bold::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.4375rem;
  left: 50%;
  width: 100%;
  height: 0.75rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #ffed92;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__left-txt .bold::before {
    display: none;
  }
}
.c-hosyo__baloon {
  display: flex;
  position: absolute;
  top: -1rem;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 2.25rem;
  padding-bottom: 2px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 1.125rem;
  background: #0f2942;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4375;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__baloon {
    position: static;
    width: 100%;
    margin-bottom: 1.5rem;
    -webkit-transform: none;
    transform: none;
  }
}
.c-hosyo__baloon::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: 1.3125rem;
  height: 1.125rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #0f2942;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (min-width: 768px) {
  .c-hosyo__baloon::before {
    display: none;
  }
}
.c-hosyo__label {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 20.25rem;
  margin: 0 auto 1.1875rem;
  overflow: hidden;
  aspect-ratio: 648/292;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__label {
    right: 0.375rem;
    max-width: 20.4375rem;
    aspect-ratio: 164/73;
  }
}
.c-hosyo__label img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.c-hosyo__list {
  display: flex;
  max-width: 19.4375rem;
  margin: 0 auto 0.375rem;
  gap: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__list {
    position: relative;
    z-index: 1;
    padding: 0;
  }
}
.c-hosyo__item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 0.1666666667rem);
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__item {
    border-color: #00a9de;
    color: #00a9de;
  }
}
.c-hosyo__arrow {
  width: 4.625rem;
  margin: 0 auto -0.5rem;
  aspect-ratio: 74/22;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__arrow {
    margin-bottom: 0.4375rem;
  }
}
.c-hosyo__arrow.lazyloaded {
  background: url(../images/hosyo/arrow-sp.png) no-repeat center/100% auto;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__arrow.lazyloaded {
    background: url(../images/hosyo/arrow-pc.png) no-repeat center/100% auto;
  }
}
.c-hosyo__arrow-txt {
  margin-bottom: 0.4375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__arrow-txt {
    color: #00a9de;
  }
}
@media only screen and (min-width: 768px) {
  .c-hosyo__right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 51.1627906977%;
  }
}
.c-hosyo__right-txt {
  position: relative;
  z-index: 1;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__right-txt {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-hosyo__right-body {
    position: relative;
    margin-bottom: 0.625rem;
    padding: 1.5rem 1.5rem 1.625rem;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.81);
  }
  .c-hosyo__right-body.lazyloaded::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10.9375rem;
    background: url(../images/hosyo/img-pc.png) no-repeat center/100% auto;
    aspect-ratio: 175/147;
  }
}
.c-hosyo__bottom {
  position: relative;
  padding: 1.1875rem 1.5rem 1.0625rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.81);
}
@media only screen and (min-width: 768px) {
  .c-hosyo__bottom {
    padding: 0;
    overflow: visible;
    background: transparent;
  }
}
.c-hosyo__bottom-inner {
  max-width: 31.25rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__bottom-inner {
    max-width: 100%;
    margin: 0;
  }
}
.c-hosyo__bottom.lazyloaded::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/hosyo/img-sp.png) no-repeat center/100% auto;
  aspect-ratio: 174/141;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__bottom.lazyloaded::after {
    background: none;
  }
}
.c-hosyo__caution {
  position: relative;
  z-index: 1;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .c-hosyo__caution {
    color: #fff;
  }
}

.ly-mov__ttl {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
  text-align: center;
}
.ly-mov__container {
  margin-right: -16px;
  margin-bottom: 0.625rem;
  margin-left: -16px;
}
@media only screen and (min-width: 768px) {
  .ly-mov__container {
    max-width: 40rem;
    margin: 0 auto 0.5rem;
  }
}
.ly-mov__box {
  aspect-ratio: 560/315;
}
.ly-mov__box iframe {
  width: 100%;
  height: 100%;
}
.ly-mov__txt {
  margin-bottom: 1.5rem;
  text-align: center;
}
.ly-mov__txt .txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 28px;
  border-radius: 4px;
  background: #FFED92;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
}