/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.SiteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}
main a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
main a:hover {
  opacity: 0.7;
}
main a.special:hover {
  opacity: 0.8;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

#first {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #first {
    padding-top: 97px;
  }
}
#first .inner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #first .inner img {
    max-width: 375px;
    margin: 0 auto;
  }
}

#second {
  width: 100%;
}
#second .inner {
  position: relative;
}
#second .inner .bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  #second .inner .bg {
    height: 390px;
  }
}
@media screen and (max-width: 767px) {
  #second .inner .bg {
    margin: 0 auto;
    max-width: 375px;
    height: auto;
  }
}
#second .inner .bg-white {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  width: 1160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 59px 47px 44px 47px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0.75rem;
}
@media screen and (max-width: 1200px) {
  #second .inner .bg-white {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #second .inner .bg-white {
    display: block;
    width: 325px;
    padding: 25px;
  }
}
#second .inner .bg-white .left .logo {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #second .inner .bg-white .left .logo {
    margin: 0 auto;
    width: 115px;
  }
}
#second .inner .bg-white .right {
  margin-left: 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #second .inner .bg-white .right {
    margin: 0 auto 0.75rem auto;
  }
}
#second .inner .bg-white .right .ttl {
  max-width: 850px;
  width: 100%;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  #second .inner .bg-white .right .ttl {
    margin: 0 auto 21px auto;
  }
}
#second .inner .bg-white .right .txt {
  font-size: 18px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  #second .inner .bg-white .right .txt {
    margin-left: 0;
    font-size: 13px;
  }
}

#third {
  padding-top: 90px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  #third {
    padding-top: 30px;
  }
}
#third .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #third .inner {
    display: block;
    max-width: 375px;
  }
}
#third .inner .left {
  width: 756px;
}
@media screen and (max-width: 1200px) {
  #third .inner .left {
    max-width: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #third .inner .left {
    max-width: 100%;
  }
}
#third .inner .left img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #third .inner .left img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
#third .inner .right {
  width: calc(100% - 756px);
  padding: 44px;
  background: linear-gradient(0deg, #003367 0%, #003367 53px, #fff 53px, #fff 100%);
}
@media screen and (max-width: 1200px) {
  #third .inner .right {
    max-width: 50%;
    width: 100%;
    min-height: 475px;
  }
}
@media screen and (max-width: 991px) {
  #third .inner .right {
    min-height: 570px;
  }
}
@media screen and (max-width: 767px) {
  #third .inner .right {
    max-width: 100%;
    padding: 25px;
    min-height: auto;
    background: #fff;
    border-bottom: 2px solid #003367;
  }
}
#third .inner .right .ttl {
  width: 220px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  #third .inner .right .ttl {
    width: 105px;
    margin: 0 auto 1.25rem auto;
  }
}
#third .inner .right .name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  #third .inner .right .name {
    font-size: 15px;
    margin-bottom: 1.25rem;
  }
}
#third .inner .right .txt {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #third .inner .right .txt {
    font-size: 0.75rem;
  }
}

#four {
  padding: 130px 0 260px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  #four {
    padding: 75px 0 130px 0;
  }
}
#four .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #four .inner {
    width: 100%;
  }
}
#four .inner .ttl {
  display: block;
  width: 678px;
  margin: 0 auto 82px auto;
}
@media screen and (max-width: 767px) {
  #four .inner .ttl {
    width: 300px;
    margin-bottom: 35px;
  }
}
#four .inner .ttl img {
  width: 100%;
}
#four .inner .target {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 92px auto;
}
@media screen and (max-width: 767px) {
  #four .inner .target {
    margin-bottom: 2.5rem;
  }
}
#four .inner .target-img {
  width: 340px;
  margin: 0 auto 55px auto;
}
@media screen and (max-width: 767px) {
  #four .inner .target-img {
    width: 170px;
    margin-bottom: 30px;
  }
}
#four .inner .target-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #four .inner .target-list {
    width: 610px;
  }
}
@media screen and (max-width: 767px) {
  #four .inner .target-list {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#four .inner .target-list-item {
  width: 360px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  #four .inner .target-list-item {
    width: 290px;
  }
}
@media screen and (max-width: 991px) {
  #four .inner .target-list-item:nth-child(1) {
    margin-bottom: 30px;
  }
  #four .inner .target-list-item:nth-child(2) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #four .inner .target-list-item {
    width: 335px;
    margin-right: 0;
  }
}
#four .inner .target-list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #four .inner .target-list-item:last-child {
    margin-bottom: 0;
  }
}
#four .inner .target-list-item img {
  width: 100%;
}
#four .inner .equipment {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#four .inner .equipment-img {
  width: 340px;
  margin: 0 auto 55px auto;
}
@media screen and (max-width: 767px) {
  #four .inner .equipment-img {
    width: 170px;
    margin-bottom: 30px;
  }
}
#four .inner .equipment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #four .inner .equipment-list {
    display: block;
  }
}
#four .inner .equipment-list-item {
  width: 360px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  #four .inner .equipment-list-item {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  #four .inner .equipment-list-item {
    width: 335px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#four .inner .equipment-list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #four .inner .equipment-list-item:last-child {
    margin-bottom: 0;
  }
}
#four .inner .equipment-list-item img {
  width: 100%;
}

#five {
  background-color: #f3f3f3;
}
#five .inner {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #five .inner {
    width: 100%;
  }
}
#five .inner .bg {
  width: 100%;
  height: 849px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #five .inner .bg {
    width: 375px;
    height: 100%;
    margin: 0 auto;
  }
}
#five .inner .popup {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  width: 1000px;
  margin: auto;
  padding: 66px 118px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
}
@media screen and (max-width: 1100px) {
  #five .inner .popup {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #five .inner .popup {
    top: -90px;
    width: 335px;
    padding: 1.25rem 15px 1.25rem 2rem;
    border-radius: 6px;
  }
}
#five .inner .popup-item {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  #five .inner .popup-item {
    margin-bottom: 1.25rem;
  }
}
#five .inner .popup-item:last-child {
  margin-bottom: 0;
}
#five .inner .popup-ttl {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #003367;
}
@media screen and (max-width: 767px) {
  #five .inner .popup-ttl {
    font-size: 15px;
    margin-bottom: 0.75rem;
  }
}
#five .inner .popup-ttl::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -36px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/five-ttl-left.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #five .inner .popup-ttl::before {
    width: 13px;
    height: 13px;
    top: 4px;
    left: -15px;
  }
}
#five .inner .popup-txt {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #five .inner .popup-txt {
    font-size: 0.75rem;
  }
}
#five .inner .popup-txt.mb {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #five .inner .popup-txt.mb {
    margin-bottom: 10px;
  }
}
#five .inner .popup-txt.mb-12 {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  #five .inner .popup-txt.mb-12 {
    margin-bottom: 10px;
  }
}
#five .inner .popup .attention-txt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #five .inner .popup .attention-txt {
    font-size: 11px;
  }
}

#six {
  padding: 135px 0 320px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  #six {
    padding: 70px 0 160px 0;
  }
}
#six .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #six .inner {
    width: 732px;
  }
}
@media screen and (max-width: 767px) {
  #six .inner {
    width: 375px;
  }
}
#six .inner .ttl {
  display: block;
  width: 336px;
  margin: 0 auto 90px auto;
}
@media screen and (max-width: 767px) {
  #six .inner .ttl {
    width: 110px;
    margin: 0 auto 25px auto;
  }
}
#six .inner .ttl img {
  width: 100%;
}
#six .inner .lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#six .inner .lesson-item {
  width: 343px;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item {
    width: 265px;
    margin: 0 auto 60px auto;
  }
  #six .inner .lesson-item:last-child {
    margin-bottom: 0;
  }
}
#six .inner .lesson-item-ttl {
  position: relative;
  margin-bottom: 14px;
  padding-left: 78px;
  font-size: 26px;
  font-weight: bold;
  color: #003367;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item-ttl {
    margin-bottom: 10px;
    padding: 0;
    font-size: 15px;
    text-align: center;
  }
}
#six .inner .lesson-item-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item-ttl::before {
    height: 25px;
  }
}
#six .inner .lesson-item:first-child {
  margin-bottom: 65px;
}
#six .inner .lesson-item:first-child .lesson-item-ttl::before {
  width: 60px;
  background: url(../img/six-01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item:first-child .lesson-item-ttl::before {
    width: 35px;
  }
}
#six .inner .lesson-item:nth-child(2) {
  margin-bottom: 65px;
}
#six .inner .lesson-item:nth-child(2) .lesson-item-ttl::before {
  width: 64px;
  background: url(../img/six-02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item:nth-child(2) .lesson-item-ttl::before {
    width: 40px;
  }
}
#six .inner .lesson-item:nth-child(3) {
  margin-bottom: 65px;
}
#six .inner .lesson-item:nth-child(3) .lesson-item-ttl::before {
  width: 64px;
  background: url(../img/six-03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item:nth-child(3) .lesson-item-ttl::before {
    width: 35px;
  }
}
#six .inner .lesson-item:nth-child(4) .lesson-item-ttl::before {
  width: 62px;
  background: url(../img/six-04.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item:nth-child(4) .lesson-item-ttl::before {
    width: 35px;
  }
}
#six .inner .lesson-item:nth-child(5) .lesson-item-ttl::before {
  width: 63px;
  background: url(../img/six-05.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item:nth-child(5) .lesson-item-ttl::before {
    width: 35px;
  }
}
#six .inner .lesson-item:last-child .lesson-item-ttl::before {
  width: 63px;
  background: url(../img/six-06.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item:last-child .lesson-item-ttl::before {
    width: 37px;
  }
}
#six .inner .lesson-item img {
  width: 100%;
}
#six .inner .lesson-item .txt-area {
  min-height: 155px;
  padding: 27px;
  background: linear-gradient(0deg, #99a3b3 0%, #99a3b3 6px, #fff 6px, #fff 100%);
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item .txt-area {
    min-height: 122px;
    padding: 15px;
    background: linear-gradient(0deg, #99a3b3 0%, #99a3b3 3px, #fff 3px, #fff 100%);
  }
}
#six .inner .lesson-item .txt-area .txt {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #six .inner .lesson-item .txt-area .txt {
    font-size: 0.75rem;
  }
}

#seven {
  background-color: #f3f3f3;
}
#seven .inner {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #seven .inner {
    width: 100%;
  }
}
#seven .inner .bg {
  width: 100%;
  height: 495px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #seven .inner .bg {
    width: 375px;
    height: 100%;
    margin: 0 auto;
  }
}
#seven .inner .popup {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  width: 1000px;
  margin: auto;
  padding: 66px 118px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
}
@media screen and (max-width: 1100px) {
  #seven .inner .popup {
    width: 90%;
    padding: 66px 84px 66px 118px;
  }
}
@media screen and (max-width: 767px) {
  #seven .inner .popup {
    top: -90px;
    width: 335px;
    padding: 1.25rem 15px 2.5rem 2rem;
    border-radius: 6px;
  }
}
#seven .inner .popup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  #seven .inner .popup-item {
    display: block;
    margin-bottom: 1.25rem;
  }
}
#seven .inner .popup-ttl {
  position: relative;
  width: 170px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #003367;
}
@media screen and (max-width: 767px) {
  #seven .inner .popup-ttl {
    font-size: 15px;
    margin-bottom: 0.75rem;
  }
}
#seven .inner .popup-ttl::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -36px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/five-ttl-left.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #seven .inner .popup-ttl::before {
    width: 13px;
    height: 13px;
    top: 4px;
    left: -15px;
  }
}
#seven .inner .popup-txt {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #seven .inner .popup-txt {
    font-size: 0.75rem;
  }
}
#seven .inner .popup .contact {
  display: block;
  width: 500px;
  height: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #seven .inner .popup .contact {
    width: 250px;
    height: 2.5rem;
  }
}
#seven .inner .popup .contact img {
  width: 100%;
}

#eight {
  background-color: #f3f3f3;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #eight {
    padding: 55px 0 70px 0;
  }
}
#eight .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #eight .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #eight .inner {
    width: 300px;
  }
}
#eight .inner .ttl {
  display: block;
  width: 745px;
  margin: 0 auto 45px auto;
}
@media screen and (max-width: 991px) {
  #eight .inner .ttl {
    width: 692px;
  }
}
@media screen and (max-width: 767px) {
  #eight .inner .ttl {
    width: 250px;
    margin: 0 auto 1.25rem auto;
  }
}
#eight .inner .ttl img {
  width: 100%;
}
#eight .inner .considerations {
  list-style-type: disc;
}
#eight .inner .considerations-item {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #eight .inner .considerations-item {
    font-size: 0.75rem;
  }
}

#nine {
  background-color: #f3f3f3;
}
#nine .inner {
  position: relative;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #nine .inner {
    width: 100%;
  }
}
#nine .inner .bg {
  width: 100%;
  height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #nine .inner .bg {
    height: 365px;
  }
}
#nine .inner .content {
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #nine .inner .content {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #nine .inner .content {
    top: 30px;
    width: 335px;
  }
}
#nine .inner .content .ttl {
  width: 232px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 767px) {
  #nine .inner .content .ttl {
    width: 80px;
    margin: 0 auto 30px auto;
  }
}
#nine .inner .content .ttl img {
  width: 100%;
}
#nine .inner .content .terms {
  max-height: 400px;
  padding: 60px 2.5rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.75rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  #nine .inner .content .terms {
    padding: 30px 1.25rem;
    max-height: 250px;
  }
}
#nine .inner .content .terms p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  #nine .inner .content .terms p {
    font-size: 0.75rem;
  }
}
#nine .inner .content .terms ul {
  margin-bottom: 1.25rem;
}
#nine .inner .content .terms ul.disc {
  list-style-type: disc;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  #nine .inner .content .terms ul.disc {
    font-size: 0.75rem;
  }
}
#nine .inner .content .terms .two-ttl {
  margin-bottom: 0;
  text-align: center;
}
#nine .inner .content .terms .two-ttl:nth-child(3) {
  margin-bottom: 2rem;
}

#ten {
  background-color: #f3f3f3;
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  #ten {
    padding: 2.5rem 0;
  }
}
#ten .inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #ten .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #ten .inner {
    width: 335px;
    display: block;
  }
}
#ten .inner .left img {
  width: 301px;
}
@media screen and (max-width: 767px) {
  #ten .inner .left img {
    width: 115.5px;
    display: block;
    margin: 0 auto;
  }
}
#ten .inner .right {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ten .inner .right {
    margin-bottom: 1.25rem;
  }
}
#ten .inner .right .ttl {
  display: block;
  width: 340px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 767px) {
  #ten .inner .right .ttl {
    width: 115px;
    margin: 0 auto 30px auto;
  }
}
#ten .inner .right .ttl img {
  width: 100%;
}
#ten .inner .right .sub-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #003367;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #ten .inner .right .sub-ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#ten .inner .right .txt {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #ten .inner .right .txt {
    font-size: 0.75rem;
  }
}
#ten .inner .right .txt a {
  font-size: 1rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  #ten .inner .right .txt a {
    font-size: 0.75rem;
  }
}
#ten .inner .right .txt.mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #ten .inner .right .txt.mb {
    margin-bottom: 50px;
  }
}

#eleven {
  background-color: #f3f3f3;
}
#eleven .inner {
  position: relative;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #eleven .inner {
    width: 100%;
  }
}
#eleven .inner .bg {
  width: 100%;
  height: 734.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #eleven .inner .bg {
    height: 330px;
  }
}
#eleven .inner .content {
  position: absolute;
  right: 0;
  bottom: 134px;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #eleven .inner .content {
    top: 132.5px;
    bottom: auto;
  }
}
#eleven .inner .content .ttl {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #eleven .inner .content .ttl {
    margin-bottom: 22px;
    font-size: 18px;
  }
}
#eleven .inner .content .txt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  #eleven .inner .content .txt {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
}
#eleven .inner .content .special {
  display: block;
  width: 500px;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #eleven .inner .content .special {
    width: 250px;
    height: 2.5rem;
  }
}
#eleven .inner .content .special img {
  width: 100%;
}

#report {
  padding-top: 100px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  #report {
    padding-top: 50px;
  }
}
#report .inner {
  position: relative;
  margin: 0 auto;
}
#report .inner .ttl {
  max-width: 657px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #report .inner .ttl {
    max-width: 292px;
    margin: 0 auto 30px;
  }
}
#report .inner .ttl img {
  width: 100%;
}
#report .inner .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #report .inner .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#report .inner .report-btn {
  display: block;
  width: 322px;
  height: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #report .inner .report-btn {
    width: 211px;
    height: 51px;
    margin: 20px auto;
  }
}
#report .inner .report-btn img {
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 95px;
}
header .top {
  padding: 11px 30px;
  max-height: 35px;
  background: #003367;
}
@media screen and (max-width: 991px) {
  header .top {
    padding: 14.5px 15px 9px 15px;
  }
}
header .top a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
header .top a img {
  display: block;
  width: 73px;
  height: auto;
}
header .bottom {
  max-height: 60px;
  padding: 9.5px 15px;
  background: #fff;
}
header .bottom a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .bottom a img {
  display: block;
  width: 151px;
  height: auto;
}

footer {
  width: 100%;
  height: 60px;
  background: #003367;
  padding: 23px 0;
}
footer .copylight {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .copylight {
    font-size: 10px;
  }
}/*# sourceMappingURL=main.css.map */