/*
Theme Name: xtra-note
Theme URI:
Author:
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
#colors

@colorBase #8c527e
@colorSub #f00
@colorFont #666
*/
/*
#colors

@colorFb #3a5a98
@colorTw #1da1f2
@colorLine #00b900
@colorFe #2bb24c
@colorHatena #00a4de
*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html.open,
body.open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
}

.mgt40 {
  margin-top: 40px !important;
}

_:lang(x) + _:-webkit-full-screen-document rt, ruby rt {
  line-height: 1;
  transform: translate(0, 5px);
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 420px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
html {
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  color: #4D4D4D;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body, html {
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

.l-footer {
  margin-top: auto;
}

.a-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 70px;
  font-size: 1.375rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  background-color: #1C1E81;
  border-radius: 35px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in;
}
@media (min-width: 768px) {
  .a-button {
    font-size: 1.5rem;
  }
}
@media print {
  .a-button {
    font-size: 1.5rem;
  }
}
.a-button.ruby {
  align-items: flex-end;
  padding-bottom: 7px;
}
.a-button.row2 {
  padding-bottom: 10px;
  height: 110px;
}
.a-button:hover {
  transform: translate(0, 5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
_:lang(x) + _:-webkit-full-screen-document, .a-button.ruby {
  display: block;
  padding-bottom: 10px;
}

.a-title {
  position: relative;
  margin: 50px 0 50px;
  padding-bottom: 15px;
  font-size: 2rem;
  color: #1C1E81;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.a-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 270px;
  height: 11px;
  background-image: url("../img/page/line.svg");
  transform: translate(-50%, 0);
}
.m-box {
  margin-top: 20px;
  padding: 20px 15px;
  width: 100%;
  height: auto;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
}
@media (min-width: 430px) {
  .m-box {
    padding: 20px;
  }
}
.m-box p {
  color: #fff;
}
.m-box.blue {
  background-color: #173E92;
}
.m-box.sky {
  background-color: #3C7DBF;
}
.m-box.pink {
  background-color: #FF2F8F;
}
.m-ship {
  display: flex;
  flex-direction: column;
  margin: 0 -15px;
  padding: 20px 10px;
  width: calc(100% + 30px);
  background-size: cover;
}
.m-ship.ship {
  background-image: url("../img/page/bg-wave.jpg");
}
.m-ship.plane {
  background-image: url("../img/page/bg-sky.jpg");
}
.m-ship_ships img {
  margin: 20px auto;
  width: 100%;
  max-width: 420px;
  height: auto;
}
.m-ship_img {
  padding: 60px 30px;
}
.m-ship_img img {
  margin: 0 auto;
  width: 100%;
  max-width: 364px;
  height: auto;
}
.m-work {
  margin: 0 -15px 0;
  padding: 15px 0 75px;
  width: calc(100% + 30px);
  max-width: 600px;
}
@media (min-width: 768px) {
  .m-work {
    min-height: calc(100vh - 200px);
  }
}
@media print {
  .m-work {
    min-height: calc(100vh - 200px);
  }
}
.m-work.work1 {
  background-color: #FCE6C5;
}
.m-work.work2 {
  background-color: #D3DEF1;
}
.m-work.work3 {
  background-color: #E7F1CF;
}
.m-work.work4 {
  background-color: #FBDAC8;
}
.m-work.work5 {
  background-color: #C7E8FA;
}
.m-work.work6 {
  background-color: #D4ECEA;
}
.m-work.work7 {
  background-color: #E7D5E8;
}
.m-work_title {
  margin: 0 auto;
  width: 100%;
  max-width: 430px;
}
.m-work_title img {
  width: 100%;
  height: auto;
}
.m-work_inner {
  margin-top: 20px;
}
.m-work_inner img {
  margin: 15px auto 0;
  width: 100%;
  max-width: 420px;
}
@media (min-width: 768px) {
  .m-work_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-work_inner img {
    flex: 0 0 auto;
    width: 48.5%;
  }
}
@media print {
  .m-work_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-work_inner img {
    flex: 0 0 auto;
    width: 48.5%;
  }
}
.m-work_pre {
  margin: 60px -15px 0;
  padding-bottom: min(45vw, 300px);
  width: calc(100% + 30px);
  max-width: 600px;
  background-image: url("../img/page/work/bg-8-3.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.m-work_pre-img {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
}
.m-work_pre-img img {
  margin: 0 auto;
  max-width: 382px;
  width: 100%;
  height: auto;
}
.m-work_pre-bg.bg01 {
  margin: max(-34vw, -150px) 0 max(-28vw, -120px);
}
.m-work_pre-bg.bg02 {
  margin: min(11vw, 50px) 0 max(-11vw, -50px);
}
.m-work_pre-bg img {
  width: 100%;
  height: auto;
}
.m-work_pre-text {
  margin-top: 30px;
}
.m-work_pre-text p {
  text-align: center;
}
.m-school_imgs {
  margin: 40px auto;
}
.m-school_imgs img {
  margin: 15px auto 0;
  width: 100%;
  max-width: 420px;
}
@media (min-width: 768px) {
  .m-school_imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-school_imgs img {
    flex: 0 0 auto;
    margin: 0;
    margin: 0;
    width: 48.5%;
  }
}
@media print {
  .m-school_imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-school_imgs img {
    flex: 0 0 auto;
    margin: 0;
    margin: 0;
    width: 48.5%;
  }
}
.m-test {
  position: relative;
  margin-top: 150px;
  padding: 340px 0 0;
  background-image: url("../img/page/test/bg.png");
  background-size: 803px;
  background-position: center 60px;
  background-repeat: no-repeat;
  background-color: #7DD4FF;
}
@media (min-width: 768px) {
  .m-test {
    padding: 340px 0 30px;
  }
}
@media print {
  .m-test {
    padding: 340px 0 30px;
  }
}
.m-test::before, .m-test::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 174px;
}
.m-test::before {
  z-index: 1;
  top: -30px;
  background-image: url("../img/bg/bg-bottom.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.m-test::after {
  z-index: 1;
  bottom: -125px;
  background-image: url("../img/bg/bg-top.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.m-test.page {
  margin-top: 0;
  padding: 200px 0 0;
  height: 100%;
  background-image: url("../img/page/test/bg-page.png");
}
.m-test.page::before {
  display: none;
}
.m-test.page::after {
  bottom: 0;
  padding-bottom: 10px;
  background-color: #1C1E81;
  background-position: top center;
}
.m-test_book {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 30px 15px 0;
  width: 100%;
  max-width: 430px;
  height: 500px;
  background-image: url("../img/page/test/book.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .m-test_book {
    padding: 40px 20px 0;
  }
}
@media print {
  .m-test_book {
    padding: 40px 20px 0;
  }
}
.m-test_book.page {
  padding: 10px 15px;
  height: 100%;
}
.m-test_title {
  margin: 0 auto;
}
.m-test_text {
  margin-top: 10px;
  font-size: 1.25rem !important;
  font-weight: 700;
  color: #1C1E81;
}
.m-test_text.page {
  margin-top: 40px;
  font-size: 1.3125rem !important;
}
.m-test_text.center {
  text-align: center;
}
.m-test_button {
  margin: min(2.5vw, 25px) auto min(3vw, 40px);
}
@media (min-width: 768px) {
  .m-test_button {
    margin: 25px auto 40px;
  }
}
@media print {
  .m-test_button {
    margin: 25px auto 40px;
  }
}
.m-test_img {
  margin: 0 auto;
  padding: 0 5px;
  width: 100%;
  max-width: 367px;
}
.p-header {
  position: relative;
  z-index: 10;
  padding-top: 40px;
  width: 100%;
  height: 174px;
  background-image: url("../img/bg/bg-top.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.p-header h1 {
  margin: 0 auto;
  width: min(90vw, 380px);
}
.p-header h1 img {
  width: 100%;
  height: auto;
}
.p-footer {
  position: relative;
  padding: 0 20px 20px;
  background-color: #1C1E81;
}
.p-footer.test {
  padding: 0;
}
@media (min-width: 768px) {
  .p-footer {
    padding-bottom: 0;
  }
}
@media print {
  .p-footer {
    padding-bottom: 0;
  }
}
.p-footer::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../img/bg/bg-footer.png");
  background-size: auto;
  background-position: top center;
  background-repeat: repeat-x;
}
.p-footer_chara {
  position: relative;
  z-index: 10;
  padding-top: min(10vw, 40px);
  margin: 0 auto;
  width: 100%;
  max-width: 904px;
}
.p-footer_chara-inner {
  padding: 40px 30px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 7px;
}
@media (min-width: 768px) {
  .p-footer_chara-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media print {
  .p-footer_chara-inner {
    display: flex;
    justify-content: space-between;
  }
}
.p-footer_chara-head {
  margin: 0 0 10px;
}
.p-footer_chara-head .small {
  font-size: 1.31rem;
  color: #1C1E81;
  font-weight: 700;
}
.p-footer_chara-head .title {
  font-size: min(7.2vw, 2rem);
  font-weight: 900;
  color: #000000;
}
.p-footer_chara-text {
  font-size: 0.875rem;
  color: #1C1E81;
  font-weight: 500;
}
.p-footer_chara-img {
  margin: 30px auto 0;
  width: 100%;
  max-width: 312px;
}
.p-footer_chara-img img {
  width: 100%;
  height: auto;
}
.p-footer_inner {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  margin: min(10vw, 40px) auto 0;
  width: 100%;
  max-width: 1204px;
}
@media (min-width: 768px) {
  .p-footer_inner {
    flex-direction: row;
  }
}
@media print {
  .p-footer_inner {
    flex-direction: row;
  }
}
.p-footer_inner.page {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}
.p-footer_inner-left, .p-footer_inner-right {
  width: 100%;
}
@media (min-width: 768px) {
  .p-footer_inner-left {
    flex: 0 0 auto;
    width: min(30vw, 350px);
  }
  .p-footer_inner-right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: min(3vw, 30px);
    padding-bottom: 20px;
  }
}
@media print {
  .p-footer_inner-left {
    flex: 0 0 auto;
    width: min(30vw, 350px);
  }
  .p-footer_inner-right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: min(3vw, 30px);
    padding-bottom: 20px;
  }
}
.p-footer_logo {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 768px) {
  .p-footer_logo {
    width: 100%;
  }
}
@media print {
  .p-footer_logo {
    width: 100%;
  }
}
.p-footer_logo img {
  width: 100%;
  height: auto;
}
.p-footer_buttons {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-footer_buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print {
  .p-footer_buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-footer_button {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 15px;
  padding-bottom: 7px;
  width: 100%;
  max-width: 400px;
  height: 64px;
  font-size: 1.5rem;
  color: #1C1E81;
  font-weight: 900;
  background-color: #fff;
  border-radius: 32px;
  transition: 0.3s ease background-color;
}
@media (min-width: 768px) {
  .p-footer_button {
    margin-bottom: 0;
    width: 48.5%;
    height: min(6vw, 64px);
    font-size: min(2vw, 1.5rem);
  }
}
@media print {
  .p-footer_button {
    margin-bottom: 0;
    width: 48.5%;
    height: min(6vw, 64px);
    font-size: min(2vw, 1.5rem);
  }
}
.p-footer_button:hover {
  color: #fff;
  background-color: #1C1E81;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}
.p-footer_button.top {
  align-items: center;
  padding-bottom: 0;
}
.p-footer_copy {
  margin-top: 10px;
  font-size: 0.625rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer_copy {
    margin-top: 20px;
    font-size: 0.875rem;
    text-align: right;
  }
  .p-footer_copy.page {
    text-align: center;
  }
}
@media print {
  .p-footer_copy {
    margin-top: 20px;
    font-size: 0.875rem;
    text-align: right;
  }
  .p-footer_copy.page {
    text-align: center;
  }
}
_:lang(x) + _:-webkit-full-screen-document, .p-footer_button ruby rt {
  transform: translate(0);
}

_:lang(x) + _:-webkit-full-screen-document, .p-footer_button ruby {
  margin-right: 10px;
  height: 47px;
}

@media (min-width: 768px) {
  _:lang(x) + _:-webkit-full-screen-document, .p-footer_button ruby {
    margin-right: 5px;
  }
}
@media print {
  _:lang(x) + _:-webkit-full-screen-document, .p-footer_button ruby {
    margin-right: 5px;
  }
}
.p-first {
  margin-top: -60px;
  padding: 100px 15px 200px;
  background-color: #E3F6FF;
  background-image: url("../img/bg/bg-bottom.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.p-first_img {
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
}
.p-first_img img {
  width: 100%;
  height: auto;
}
.p-first_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-first_buttons a {
  margin-top: 15px;
}
.p-second {
  background-color: #7DD4FF;
}
.p-second_job {
  padding: 0 15px;
}
.p-second_job-img {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.p-second_job-img img {
  width: 100%;
  height: auto;
}
.p-second_job-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-second_test {
  margin-top: 30px;
  padding-top: 188px;
  width: 100%;
  overflow-x: hidden;
  background-image: url("../img/top/test-bg.png");
  background-size: 770px;
  background-position: top center;
  background-repeat: no-repeat;
}
.p-second_test-container {
  position: relative;
}
.p-second_test-inner {
  position: absolute;
  bottom: min(12vw, 60px);
  left: 0;
  width: 100%;
}
.p-second_test-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.p-second_test-buttons a {
  margin-top: 10px;
}
.p-second_test-img {
  margin: 0 auto;
  width: 100%;
  max-width: 430px;
}
.p-second_test-img img {
  width: 100%;
  height: auto;
}
.p-third {
  position: relative;
  padding-top: 210px;
  padding-bottom: 230px;
  background-color: #006191;
  background-image: url("../img/bg/bg-top.png");
  background-position: top center;
  background-repeat: repeat-x;
}
.p-third::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 174px;
  background-image: url("../img/bg/bg-bottom.png");
  background-position: top center;
  background-repeat: repeat-x;
}
.p-third_title {
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.p-third_slider {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.p-third_slider-item {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  height: 100%;
  transition: 0.3s ease;
}
.p-third_slider-item:hover {
  opacity: 0.6;
}
.p-third_slider-item img {
  width: 100%;
  height: auto;
}
.p-third_slider-text {
  padding: 10px;
  height: 100%;
  background-color: #fff;
  font-size: 0.875rem;
  color: #1C1E81;
  font-weight: 500;
}
.p-page {
  padding: 0 0 120px;
}
.p-page section {
  margin: 80px auto 0;
  padding: 1px 15px 0;
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  line-height: 1.6;
}
.p-page section:first-child {
  margin-top: 0;
}
.p-page section.full {
  padding: 0;
  max-width: 100%;
  min-height: auto;
}
.p-page section > img {
  margin: 20px auto 0;
  width: 100%;
  max-width: 400px;
}
.p-page section p {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #1C1E81;
}
.p-page section p.center {
  text-align: center;
}
.p-page section ul > li {
  margin: 10px 0;
  list-style-type: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-page_button {
  margin: 40px auto 0;
}
.p-test {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 210px 0 30px;
  width: 100%;
  height: auto;
  background-image: url("../img/page/test/bg-page.png");
  background-size: 803px;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #7DD4FF;
}
@media (min-width: 430px) {
  .p-test {
    padding: 210px 0 30px;
    justify-content: flex-start;
  }
}
.p-test::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 174px;
}
.p-test::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 174px;
  padding-bottom: 10px;
  background-color: #1C1E81;
  background-image: url("../img/bg/bg-top.png");
  background-position: top center;
  background-repeat: repeat-x;
}
.p-test_book {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 430px;
}
.p-test_book-bg {
  flex: 0 0 auto;
  width: 100%;
  max-width: 430px;
}
.p-test_book-bg img {
  width: 100%;
  height: auto;
}
.p-test_inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-test_inner {
    padding: 30px 30px 0;
  }
}
@media print {
  .p-test_inner {
    padding: 30px 30px 0;
  }
}
.p-test_title {
  margin: 0 auto;
}
.p-test_question p {
  padding: 10px 0;
}
.p-test p {
  margin-top: 5px;
  font-size: 1.3125rem !important;
  font-weight: 700;
  color: #1C1E81;
  line-height: 1.4;
}
.p-test p.answer {
  font-size: 1.1rem !important;
}
.p-test p.center {
  text-align: center;
}
.p-test p.result {
  font-size: 1.2rem !important;
}
.p-test_list {
  margin-top: 20px;
}
@media (min-width: 430px) {
  .p-test_list {
    margin-top: 40px;
  }
}
.p-test_button {
  margin: 10px auto !important;
  height: 60px !important;
  font-size: 1.15rem !important;
  cursor: pointer;
}
.p-test_button.hide {
  display: none;
}
.p-test_img {
  margin: 0 auto;
  padding: 0 5px;
  width: 100%;
  max-width: 367px;
}
.p-test_icon {
  margin: 0 auto 0;
  width: 90%;
  max-width: 358px;
}
.p-test_icon img {
  width: 100%;
  height: auto;
}
.p-test_list-item {
  display: none;
}
.p-test_list-item.show {
  display: block;
}
.p-test_result img {
  margin: 20px auto;
  padding: 0 5px;
  width: 100%;
  max-width: 367px;
}
.p-test_score {
  margin-top: 5px;
  font-size: 2rem;
  color: #7DD4FF;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 430px) {
  .p-test_score {
    margin-top: 30px;
  }
}
.p-test_score strong {
  font-size: 3.125rem;
}
.p-test_buttons {
  position: relative;
  z-index: 10;
  padding: 10px 20px 130px;
  width: 100%;
}

_:lang(x) + _:-webkit-full-screen-document, .p-test p ruby rt {
  margin-top: -8px;
  transform: translate(0, -2px);
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #1C1E81;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100% !important;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}