/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  height: auto; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

em {
  font-style: normal; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.u-pc-none {
  display: none; }
  @media (max-width: 768px) {
    .u-pc-none {
      display: block; } }

.u-sp-none {
  display: block; }
  @media (max-width: 768px) {
    .u-sp-none {
      display: none !important; } }

.u-tab-show {
  display: none; }
  @media (max-width: 1081px) and (min-width: 769px) {
    .u-tab-show {
      display: block; } }

.u-tab-none {
  display: none; }
  @media (max-width: 1081px) and (min-width: 769px) {
    .u-tab-none {
      display: none !important; } }

@-webkit-keyframes u-scaleup {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05); } }

@keyframes u-scaleup {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05); } }

@-webkit-keyframes scroll-bg {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }

@keyframes scroll-bg {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }

.js-fadein {
  opacity: 0;
  display: block;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), filter 0.65s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.js-fadein.fade-side {
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0); }
  .js-fadein.fade-side:nth-child(even) {
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0); }

.js-fadein.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-filter: blur(0px);
  filter: blur(0px); }
  .js-fadein.is-show:nth-child(even) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }

.js-delayfadein {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), filter 0.65s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), filter 0.65s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-filter 0.65s cubic-bezier(0.76, 0, 0.24, 1); }

.js-delayfadein.is-show {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

a {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  a:hover {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px); }

.sns-link.unlink {
  pointer-events: none;
  cursor: default; }

.sns-link:hover {
  -webkit-transform: translateX(0px) scale(1.1) !important;
  -ms-transform: translateX(0px) scale(1.1) !important;
  transform: translateX(0px) scale(1.1) !important;
  -webkit-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  transform: translateX(0px) !important; }

.not-clic-btn {
  pointer-events: none;
  cursor: default;
  color: #424242 !important; }
  .not-clic-btn .common-cta-txt {
    color: #424242 !important; }
  .not-clic-btn img {
    display: none !important; }
  .not-clic-btn:hover {
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important; }

.bg-body {
  display: none; }
  @media (min-width: 768px) {
    .bg-body {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #def5ff;
      display: block;
      z-index: 1; }
      .bg-body img {
        position: absolute;
        top: 50%;
        display: block;
        left: calc((100% - 700px) / 2);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

.lp-body {
  z-index: 2;
  position: relative;
  background-color: #fff;
  max-width: 750px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .lp-body {
      max-width: 500px;
      margin-right: 200px;
      margin-left: auto;
      -webkit-box-shadow: 0px 0px 40px rgba(102, 179, 242, 0.5);
      box-shadow: 0px 0px 40px rgba(102, 179, 242, 0.5); } }
  .lp-body p {
    font-size: 16px;
    line-height: 1.75em;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1; }
  .lp-body .under {
    display: inline;
    padding: 0 .08em;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6279), to(#ff6279)) 0 100%/100% 2px no-repeat;
    background: -webkit-linear-gradient(#ff6279, #ff6279) 0 100%/100% 2px no-repeat;
    background: -o-linear-gradient(#ff6279, #ff6279) 0 100%/100% 2px no-repeat;
    background: linear-gradient(#ff6279, #ff6279) 0 100%/100% 2px no-repeat;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-weight: bold; }

.header {
  width: 100%;
  height: 65px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header a {
    height: 24px;
    display: block; }
  .header img {
    display: block;
    height: 100%; }

.fv {
  display: block;
  width: 100%; }

.intro {
  width: 90%;
  border-radius: 16px;
  width: 90%;
  padding: 20px 22px;
  background-color: #f0f0f0;
  margin: 40px auto; }
  .intro p + p {
    margin-top: 0.75em; }

.recommend {
  margin: 40px auto; }
  .recommend h2 {
    font-size: 28px;
    font-weight: 800;
    text-align: center; }
    .recommend h2 span {
      color: #ff8700; }
  .recommend .notes {
    font-size: 12px;
    color: #ff8700;
    text-align: center; }
  .recommend-txt {
    width: 90%;
    margin: 24px auto; }
  .recommend-table-outer {
    background-color: #fafafa;
    padding: 5% 0 5% 5%; }
  .recommend-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .recommend-deco {
    text-align: right;
    padding: 0 0 12px;
    margin-right: 5%;
    font-size: 14px;
    font-weight: 800;
    color: #808080;
    display: block; }
  .recommend-table {
    border: 1px solid #cfcfcf;
    min-width: 900px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 5%; }
  .recommend-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 280px 1fr 140px 200px;
    grid-template-columns: 280px 1fr 140px 200px;
    border-top: 1px solid #cfcfcf; }
    .recommend-row:first-child {
      border-top: none; }
    .recommend-row--head {
      border-top: none; }
  .recommend-sell {
    padding: 18px 16px;
    border-right: 1px solid #cfcfcf;
    background-color: #fff; }
    .recommend-sell:last-child {
      border-right: none; }
    .recommend-sell--head {
      background: #12b2e6;
      color: #fff;
      font-weight: 700;
      padding: 12px 16px; }
  .recommend-school {
    background: #f5f5f5; }
  .recommend-rank {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 46px;
    height: 26px;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px; }
    .recommend-rank--first {
      background: #b78a2b; }
    .recommend-rank--second {
      background: #9a9a9a; }
  .recommend-school-name {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.6; }
  .recommend-score {
    font-weight: 700;
    color: #ff7a00; }
    .recommend-score span {
      font-size: 18px; }
  .recommend-list {
    padding-left: 18px; }
    .recommend-list li {
      margin-bottom: 8px;
      line-height: 1.6; }
      .recommend-list li:last-child {
        margin-bottom: 0; }
  .recommend-capacity {
    text-align: center; }
  .recommend-capacity-num {
    font-weight: 700; }
  .recommend-capacity-note {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5; }
  .recommend-link {
    display: inline-block;
    color: #12b2e6;
    text-decoration: underline;
    margin-bottom: 10px; }
    .recommend-link:last-child {
      margin-bottom: 0; }
  .recommend-table--score {
    min-width: 1140px; }
  .recommend-table--score .recommend-sell:first-child {
    display: block; }
  .recommend-table--score .recommend-sell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .recommend-table--score .recommend-sell--head {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 11px !important; }
  .recommend-table--score .recommend-row {
    -ms-grid-columns: 320px 120px 120px 80px 80px 80px 80px 80px 80px 80px 80px;
    grid-template-columns: 320px 120px 120px 80px 80px 80px 80px 80px 80px 80px 80px; }
  .recommend-logo img {
    max-width: 90px;
    height: auto;
    display: block;
    margin: 0 auto; }
  .recommend-num, .recommend-total {
    text-align: center;
    font-weight: 700;
    font-size: 20px; }
  .recommend-auth {
    text-align: center;
    font-weight: 700; }

.recommend-num.is-strong {
  color: #ff8700 !important; }

.sec {
  margin-bottom: 64px; }
  .sec-ttl {
    display: block;
    width: 100%; }
  .sec-inner {
    width: 90%;
    display: block;
    margin: 24px auto; }
    .sec-inner img {
      display: block;
      width: 100%; }
  .sec-desc {
    margin-top: 20px; }
    .sec-desc p + p {
      margin-top: 0.75em; }
    .sec-desc span {
      font-weight: bold; }
  .sec-item {
    margin-top: 20px; }
    .sec-item h3 {
      background-color: #38b6eb;
      height: 42px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 16px; }
      .sec-item h3 span {
        color: #fff;
        border-left: 4px solid #fff;
        padding-left: 0.5em;
        line-height: 1; }
  .sec-item-inner {
    padding: 20px;
    border: 1px solid #cccccc; }
    .sec-item-inner img {
      display: block;
      width: 100%; }
    .sec-item-inner div {
      margin-top: 20px; }
      .sec-item-inner div p + p {
        margin-top: 0.75em; }

.index {
  background: #ff3f77;
  padding: 32px 24px;
  color: #fff; }
  .index-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 28px !important;
    margin-bottom: 20px; }
    .index-title-icon {
      margin-right: 10px;
      font-size: 40px; }
  .index-list, .index-sub {
    list-style: none;
    margin: 0;
    padding: 0; }
  .index-item {
    margin-bottom: 16px; }
  .index-sub {
    margin-top: 10px;
    margin-left: 20px; }
    .index-sub li {
      margin-bottom: 10px; }
  .index-link {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.6; }
    .index-link::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.4em;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #fff; }
    .index-link::after {
      content: "";
      position: absolute;
      left: 6px;
      top: 0.75em;
      width: 6px;
      height: 6px;
      border-top: 2px solid #ff3f77;
      border-right: 2px solid #ff3f77;
      display: block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .index-link:hover {
      opacity: .8; }

.sec-academy {
  width: 90%;
  margin: 16px auto 0;
  border: 2px solid #12b2e6;
  background: #fff;
  margin-bottom: 32px; }
  .sec-academy-inner {
    padding: 20px; }
  .sec-academy-head {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 16px; }
    .sec-academy-head h3 {
      z-index: 1;
      color: #fff;
      text-align: center;
      font-weight: 800;
      font-size: 25px;
      line-height: 1.25; }
    .sec-academy-head span {
      z-index: 1;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 4px 14px;
      border-radius: 16px;
      background: #ff7a00;
      color: #fff;
      font-weight: 800;
      font-size: 16px; }
  .sec-academy h4 {
    color: #ff7a00;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    line-height: 1.4; }
  .sec-academy-desc {
    margin-top: 16px;
    position: relative; }
  .sec-academy-desc-wrapper {
    max-height: 88px;
    overflow: hidden;
    position: relative; }
    .sec-academy-desc-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 40px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
    .sec-academy-desc-wrapper p + p {
      margin-top: 0.25em; }
  .sec-academy-desc-trg {
    margin: 12px auto 0;
    width: 100%;
    height: 44px;
    border-radius: 6px;
    background: #f2f2f2;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    gap: 8px; }
    .sec-academy-desc-trg span {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      background-color: #000;
      position: relative; }
      .sec-academy-desc-trg span::before, .sec-academy-desc-trg span::after {
        content: "";
        display: block;
        height: 2px;
        width: 50%;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .sec-academy-desc-trg span::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
  .sec-academy.is-open .sec-academy-desc-wrapper {
    max-height: none;
    overflow: visible; }
    .sec-academy.is-open .sec-academy-desc-wrapper::after {
      display: none; }
  .sec-academy.is-open .sec-academy-desc-trg {
    background: #eaeaea; }

.sec-point {
  margin-top: 20px;
  border: 2px solid #ff3f77; }
  .sec-point span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    background: #ff3f77;
    color: #fff;
    font-weight: 900; }
  .sec-point ul {
    padding: 14px 14px 14px 18px; }
    .sec-point ul li {
      color: #ff3f77;
      font-weight: 800;
      line-height: 1.8; }
      .sec-point ul li + li {
        margin-top: 8px; }

.common-cta {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  border-radius: 999px;
  max-width: 240px;
  border: 4px solid #fff;
  background: #12b2e6;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 4px 4px 12px rgba(102, 179, 242, 0.85);
  box-shadow: 4px 4px 12px rgba(102, 179, 242, 0.85); }
  .common-cta span {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    color: #12b2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 900; }
    .common-cta span::before {
      content: "";
      width: 35%;
      height: 35%;
      display: block;
      border-top: 2px solid #12b2e6;
      border-right: 2px solid #12b2e6;
      display: block; }

.footer {
  background-color: #f2f2f2;
  padding: 24px 0; }
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer ul li + Li {
      margin-left: 8px;
      padding-left: 8px;
      border-left: 1px solid #000; }
    .footer ul a {
      text-decoration: none;
      color: #000; }
  .footer small {
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    display: block; }

.operator-head {
  background: url("../images/underbg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.operator-title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: .02em; }

.operator-body {
  background: #fff;
  padding: 18px 18px 26px; }

.operator-dl {
  margin: 0; }

.operator-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px 1fr;
  grid-template-columns: 88px 1fr;
  -webkit-column-gap: 14px;
  column-gap: 14px;
  padding: 12px 0; }

.operator-dt {
  margin: 0;
  color: #12b2e6;
  font-weight: 700;
  font-size: 14px; }

.operator-dd {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  color: #111; }

.operator-link {
  color: #111;
  text-decoration: none; }

.operator-hr {
  border: none;
  border-top: 1px solid #dcdcdc;
  margin: 16px 0; }

.operator-subttl {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  color: #111; }

.operator-text {
  font-size: 13px;
  line-height: 1.9;
  color: #111; }

.operator-list {
  margin: 10px 0 12px;
  padding-left: 18px; }
  .operator-list li {
    margin-bottom: 6px;
    line-height: 1.8; }
    .operator-list li:last-child {
      margin-bottom: 0; }

.operator-btn-wrap {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.operator-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 54px;
  border-radius: 999px;
  background: #12b2e6;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.12); }

.operator-btn-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #12b2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900; }

.operator-foot {
  background: #f2f2f2;
  text-align: center;
  padding: 16px 10px 18px; }

.operator-foot-link {
  color: #111;
  text-decoration: none;
  font-size: 12px; }

.operator-foot-sep {
  margin: 0 8px;
  font-size: 12px;
  color: #111; }

.operator-copy {
  margin-top: 8px;
  font-size: 12px;
  color: #111; }

.pp {
  margin-top: 24px; }
  .pp dt {
    font-size: 17px;
    color: #38b6eb;
    font-weight: 800; }
  .pp dd {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px; }
