@charset "UTF-8";
/* 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;
  -webkit-text-size-adjust: 100%;
}
body:not(._old) {
  font-weight: 700;
  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;
  overflow: hidden;
  background: #fff;
  color: #0f2942;
}

/**
 * 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-collapse: collapse;
  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);
}

/* 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;
}

.l-question {
  padding-top: 48px;
}

.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;
}

.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%;
}

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

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;
}

.main {
  padding-top: 68px;
}
@media only screen and (min-width: 768px) {
  .main {
    padding-top: 185px;
  }
}

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._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;
}

.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;
}

.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-achivement {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #E1F7FF;
}
.c-achivement._grey {
  background: #F3F7FA;
}
.c-achivement__box {
  margin-bottom: 24px;
  padding: 16px 16px 20px;
  border-radius: 4px;
  background: #fff;
}
.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;
}
.c-achivement__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}
.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;
}
.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;
}
.c-achivement__check-box {
  margin-bottom: 24px;
  text-align: center;
}
.c-achivement__check {
  display: inline-block;
}
.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;
}
.c-achivement__bottom-txt ._marker {
  background: linear-gradient(to top, transparent 3px, #ffed92 3px, #ffed92 13px, transparent 13px);
  font-weight: 700;
}

.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 {
  margin-top: 64px;
}
.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;
}
.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: 41.9825072886%;
  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(1) {
    order: 1;
  }
  .ly-footer__nav-item:nth-child(2) {
    order: 4;
  }
  .ly-footer__nav-item:nth-child(3) {
    order: 2;
  }
  .ly-footer__nav-item:nth-child(4) {
    order: 5;
  }
  .ly-footer__nav-item:nth-child(5) {
    order: 3;
  }
  .ly-footer__nav-item:nth-child(6) {
    display: none;
  }
}
.ly-footer__nav-item:nth-child(2n) {
  width: 57.4344023324%;
}
@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-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__list {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-nav-pc__list {
    display: flex;
    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;
}