@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  /*text-transform:none*/
}

button, input, select, textarea {
  /*background-color:transparent;border-style:none;color:inherit*/
}

select {
  /*-moz-appearance:none;-webkit-appearance:none*/
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #000;
  min-width: 1280px;
  word-break: break-all;
}

@media screen and (max-width: 500px) {
  body {
    min-width: 375px;
    width: 100%;
  }
}

html, body {
  width: 100%;
}

main {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

a:hover {
  opacity: 0.7;
}

.cmn {
  /*
  BUTTON
  */
  /*
  HEADER
  */
  /*
  HUMBERGER ICON
  */
  /*
  MAIN
  */
  /*
  PAGEBOTTOM
  */
  /*
  FOOTER
  */
  /*
  GO top
  */
  /*
  PAGE
  */
  /*
  BLOG
  */
}

.cmn-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cmn-btn:hover {
  opacity: 1;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 15px 20px -20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 20px -20px rgba(0, 0, 0, 0.5);
}

.cmn-btn--blue {
  background-color: #59ACE3;
  color: #FFF;
}

.cmn-btn--yellow {
  background-color: #FFE200;
  color: #000;
}

.cmn-btn--white {
  background-color: #FFF;
  color: #000;
}

.cmn-btn--border {
  background-color: #FFF;
  color: #207FBD;
  border: 2px solid #207FBD;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.cmn-btn--large {
  width: 400px;
  height: 100px;
  font-size: 2.4rem;
}

@media screen and (max-width: 500px) {
  .cmn-btn--large {
    width: 100%;
    height: 80px;
    font-size: 2.1rem;
  }
}

.cmn-btn--mid {
  width: 320px;
  height: 64px;
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .cmn-btn--mid {
    width: 90%;
    height: 60px;
    font-size: 1.4rem;
  }
}

.cmn-btn--small {
  width: 240px;
  height: 46px;
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .cmn-btn--small {
    width: 70%;
    height: 40px;
    font-size: 1.4rem;
  }
}

.cmn-header {
  width: 100%;
  min-width: 1100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #FFF;
}

@media screen and (max-width: 500px) {
  .cmn-header {
    min-width: 0;
    border-bottom: 1px solid #CCC;
  }
}

.cmn-header_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  padding: 0 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 500px) {
  .cmn-header_inner {
    width: 100%;
  }
}

.cmn-header_logo {
  padding: 25px 30px;
}

.cmn-header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn-header_logo img {
  display: block;
  width: 200px;
  height: 70px;
}

@media screen and (max-width: 500px) {
  .cmn-header_logo {
    padding: 0 15px;
  }
  .cmn-header_logo a {
    height: 60px;
  }
  .cmn-header_logo img {
    width: 100px;
    height: auto;
  }
}

.cmn-header_navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 15px 30px 25px 0;
}

@media screen and (max-width: 500px) {
  .cmn-header_navs {
    overflow-y: hidden;
    position: absolute;
    top: calc(100% + 1px);
    height: auto;
    max-height: 0;
    display: block;
    padding: 0 5%;
    background-color: #FFF;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  .cmn-header_navs.active {
    max-height: 400px;
    padding-bottom: 20px;
  }
}

.cmn-header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

@media screen and (max-width: 500px) {
  .cmn-header_menu {
    display: block;
    margin-bottom: 15px;
  }
}

.cmn-header_menu li {
  margin-left: 20px;
}

@media screen and (max-width: 500px) {
  .cmn-header_menu li {
    margin: 0;
    border-bottom: 1px solid #CCC;
  }
}

.cmn-header_menu a {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 500px) {
  .cmn-header_menu a {
    position: relative;
    display: block;
    padding: 15px 10px;
    padding-right: 40px;
  }
  .cmn-header_menu a::after {
    content: url(../images/arrow-right.svg);
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
  }
}

.cmn-header_submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 500px) {
  .cmn-header_submenu {
    display: block;
  }
}

.cmn-header_submenu ._btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

@media screen and (max-width: 500px) {
  .cmn-header_submenu ._btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}

.cmn-header_submenu ._btn {
  margin-left: 10px;
}

.cmn-header_submenu ._btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 1px solid #666666;
  border-radius: 3px;
}

.cmn-header_submenu ._icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-left: 15px;
}

@media screen and (max-width: 500px) {
  .cmn-header_submenu ._icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}

.cmn-header_submenu ._icon {
  display: block;
  margin-left: 5px;
}

.cmn-header_submenu ._icon a {
  display: block;
}

.cmn-header_submenu ._icon img {
  display: block;
  width: 28px;
  height: auto;
}

.cmn-header_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.cmn-header_last ._lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #175A87;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFF;
}

@media screen and (max-width: 500px) {
  .cmn-header_last ._lesson {
    font-size: 1.2rem;
    padding: 0 10px;
    width: auto;
  }
}

.cmn-header_last ._signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 162px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFE200;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.cmn-header_last ._signup:hover {
  opacity: 0.7;
}

@media screen and (max-width: 500px) {
  .cmn-header_last ._signup {
    font-size: 1.2rem;
    padding: 0 10px;
    width: auto;
  }
}

.cmn-humb {
  display: none;
}

@media screen and (max-width: 500px) {
  .cmn-humb {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
  }
  .cmn-humb ._bar {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #000;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cmn-humb ._bar-1 {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .cmn-humb ._bar-3 {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .cmn-humb.active ._bar-1 {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .cmn-humb.active ._bar-2 {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .cmn-humb.active ._bar-3 {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

.cmn-main {
  padding-top: 120px;
}

@media screen and (max-width: 500px) {
  .cmn-main {
    padding-top: 60px;
  }
}

.cmn-pageBottom {
  padding-top: 30px;
  padding-bottom: 60px;
}

.cmn-pageBottom--home {
  padding-top: 0;
}

.cmn-pageBottom_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
  padding-top: 60px;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 500px) {
  .cmn-pageBottom_inner {
    width: 90%;
  }
}

.cmn-pageBottom_inner--home {
  border-top: 0;
}

.cmn-pageBottom_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .cmn-pageBottom_ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.cmn-pageBottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .cmn-pageBottom_list {
    display: block;
    margin-bottom: 30px;
  }
}

.cmn-pageBottom_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 500px) {
  .cmn-pageBottom_item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.cmn-pageBottom_item ._img {
  display: block;
  width: 120px;
  margin-bottom: 30px;
}

.cmn-pageBottom_item ._ttl {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #175A87;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .cmn-pageBottom_item ._ttl {
    font-size: 2.1rem;
  }
}

.cmn-pageBottom_item ._ttl span {
  display: inline-block;
}

.cmn-pageBottom_item ._desc {
  line-height: 1.7em;
}

@media screen and (max-width: 500px) {
  .cmn-pageBottom_item ._desc {
    font-size: 1.4rem;
  }
}

.cmn-pageBottom_buttons {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .cmn-pageBottom_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cmn-pageBottom_buttons a {
  margin: 0 15px;
}

@media screen and (max-width: 500px) {
  .cmn-pageBottom_buttons a {
    margin: 10px 0;
  }
}

.cmn-footer {
  padding-top: 50px;
  background-color: #EEF5FA;
}

.cmn-footer_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .cmn-footer_inner {
    width: 90%;
  }
}

.cmn-footer_logo {
  text-align: center;
  margin-bottom: 25px;
}

.cmn-footer_sns {
  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;
  list-style: none;
  margin-bottom: 30px;
}

.cmn-footer_sns li {
  margin: 0 10px;
}

.cmn-footer_sns img {
  display: block;
  width: 36px;
  height: auto;
}

.cmn-footer_menu {
  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;
  margin-bottom: 25px;
  list-style: none;
}

@media screen and (max-width: 500px) {
  .cmn-footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

.cmn-footer_menu li {
  margin: 0 10px;
}

@media screen and (max-width: 500px) {
  .cmn-footer_menu li {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}

.cmn-footer_submenu {
  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;
  margin-bottom: 40px;
  list-style: none;
}

@media screen and (max-width: 500px) {
  .cmn-footer_submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

.cmn-footer_submenu li {
  position: relative;
  margin: 0 16px;
  color: #207FBD;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .cmn-footer_submenu li {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}

.cmn-footer_submenu li::before {
  content: "・";
  position: absolute;
  left: -1.5em;
}

@media screen and (max-width: 500px) {
  .cmn-footer_submenu li::before {
    display: none;
  }
}

.cmn-footer_submenu li a {
  color: #175A87;
}

.cmn-footer_submenu li:first-child::before {
  content: "";
  display: none;
}

.cmn-footer_copy {
  padding: 10px;
  text-align: center;
  background-color: #175A87;
  color: #FFF;
  font-size: 1.4rem;
}

.cmn-goTop {
  position: fixed;
  right: 0;
  bottom: 50px;
  cursor: pointer;
}

.cmn-goTop img {
  display: block;
  width: 60px;
  height: auto;
}

@media screen and (max-width: 500px) {
  .cmn-goTop img {
    width: 40px;
  }
}

.cmn-pageHead {
  width: 100%;
  height: 240px;
  background-color: #EEF5FA;
}

@media screen and (max-width: 500px) {
  .cmn-pageHead {
    height: 160px;
  }
}

.cmn-pageHead_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
  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;
  height: 100%;
}

@media screen and (max-width: 500px) {
  .cmn-pageHead_inner {
    width: 90%;
  }
}

.cmn-pageHead_ttl {
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .cmn-pageHead_ttl {
    font-size: 2.4rem;
  }
}

.cmn-bread {
  width: 100%;
  padding: 10px 30px;
  min-width: 1400px;
}

@media screen and (max-width: 500px) {
  .cmn-bread {
    padding: 10px 15px;
    min-width: 0;
  }
}

.cmn-bread_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmn-bread_list li {
  position: relative;
  margin-right: 30px;
  font-size: 1.4rem;
  list-style: none;
}

@media screen and (max-width: 500px) {
  .cmn-bread_list li {
    font-size: 12px;
  }
}

.cmn-bread_list li::after {
  content: url(../images/icon-chev.svg);
  position: absolute;
  right: -16px;
}

.cmn-bread_list li:last-child {
  margin-right: 0;
}

.cmn-bread_list li:last-child::after {
  display: none;
}

.cmn-bread_list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
}

.cmn-bread_list li a img {
  display: block;
  width: auto;
  height: 12px;
  margin-right: 5px;
}

.cmn-bread_list li span {
  display: inline-block;
  color: #000;
}

.cmn-articleList_hdg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #175A87;
}

.cmn-articleList_hdg ._jp {
  font-size: 2.4rem;
  font-weight: bold;
  color: #175A87;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 500px) {
  .cmn-articleList_hdg ._jp {
    font-size: 1.8rem;
  }
}

.cmn-articleList_hdg ._en {
  font-size: 1.6rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #207FBD;
}

@media screen and (max-width: 500px) {
  .cmn-articleList_hdg ._en {
    font-size: 1.4rem;
  }
}

.cmn-articleList_hdg ._sub {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
}

@media screen and (max-width: 500px) {
  .cmn-articleList_hdg ._sub {
    font-size: 1.6rem;
  }
}

.cmn-articleList ul {
  list-style: none;
}

.cmn-articleList_item {
  list-style: none;
}

.cmn-articleList_item a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #CCC;
  color: #000;
}

.cmn-articleList_item ._thumb {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 15px;
}

@media screen and (max-width: 500px) {
  .cmn-articleList_item ._thumb {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.cmn-articleList_item ._text {
  width: 100%;
}

.cmn-articleList_item ._text h4 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .cmn-articleList_item ._text h4 {
    font-size: 1.6rem;
  }
}

.cmn-articleList_item ._text p {
  line-height: 1.6em;
}

@media screen and (max-width: 500px) {
  .cmn-articleList_item ._text p {
    font-size: 1.4rem;
  }
}

.cmn-articleList_more {
  text-align: right;
  padding: 15px 0;
}

.cmn-articleList_more ._btn {
  display: inline-block;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #175A87;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.cmn-articleList_more ._btn img {
  margin-left: 5px;
}

.cmn-dl dt {
  padding: 25px 0;
  color: #175A87;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .cmn-dl dt {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}

.cmn-dl dd {
  padding-bottom: 25px;
  border-bottom: 1px solid #CCC;
  line-height: 1.7em;
}

@media screen and (max-width: 500px) {
  .cmn-dl dd {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
}

.cmn-dl dd p {
  margin: 20px 0;
}

.cmn-dl dd p:first-child {
  margin-top: 0;
}

.cmn-dl dd p:last-child {
  margin-bottom: 0;
}

.cmn-prilist {
  list-style: none;
  counter-reset: pricount;
}

.cmn-prilist > li {
  counter-increment: pricount;
  margin: 20px 0;
  padding-left: 1em;
  text-indent: -1em;
}

.cmn-prilist > li::before {
  content: counter(pricount) ".";
}

.cmn-prilist > li:first-child {
  margin-top: 0;
}

.cmn-prilist > li:last-child {
  margin-bottom: 0;
}

.cmn-seclist {
  list-style: none;
  counter-reset: seccount;
}

.cmn-seclist > li {
  counter-increment: seccount;
  margin: 20px 0;
  padding-left: 1em;
  text-indent: -1em;
}

.cmn-seclist > li::before {
  content: counter(seccount) ")";
}

.cmn-seclist > li:last-child {
  margin-bottom: 0;
}

.cmn-tab {
  width: 100%;
  border-top: 1px solid #CCC;
}

.cmn-tab div {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 500px) {
  .cmn-tab div {
    display: block;
    font-size: 1.4rem;
  }
}

.cmn-tab dt {
  width: 300px;
  padding: 20px;
  background-color: #EEF5FA;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .cmn-tab dt {
    width: 100%;
  }
}

.cmn-tab dd {
  width: 100%;
  padding: 20px;
  line-height: 1.7em;
}

.cmn-comments_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 970px;
  padding: 0 0;
  margin: 0 auto;
  padding: 25px;
  border: 8px solid #8BC5EB;
}

@media screen and (max-width: 500px) {
  .cmn-comments_inner {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .cmn-comments_inner {
    padding: 0;
    border: none;
  }
}

.cmn-comments_hdg {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #59ACE3;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  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;
}

@media screen and (max-width: 500px) {
  .cmn-comments_hdg {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.cmn-comments_hdg img {
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .cmn-comments_hdg img {
    width: 28px;
    height: auto;
  }
}

.cmn-comments_list {
  list-style: none;
  border-bottom: 1px solid #CCC;
}

.cmn-comment {
  margin: 20px 0;
}

@media screen and (max-width: 500px) {
  .cmn-comment {
    margin: 15px 0;
  }
}

.cmn-comment_header {
  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;
}

.cmn-comment_header ._avater {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.cmn-comment_header ._avater img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.cmn-comment_header ._name {
  font-size: 1.6rem;
  font-style: normal;
  margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
  .cmn-comment_header ._name {
    font-size: 1.4rem;
  }
}

.cmn-comment_header ._date {
  font-size: 1.2rem;
}

.cmn-comment_header ._date a {
  color: #666666;
}

.cmn-comment_header ._date .comment-edit-link {
  color: #59ACE3;
}

.cmn-comment .children {
  list-style: none;
  border-left: 2px solid #CCC;
  padding-left: 20px;
}

@media screen and (max-width: 500px) {
  .cmn-comment .children {
    padding-left: 15px;
  }
}

.cmn-comment_body {
  position: relative;
  margin-top: 20px;
  width: 100%;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .cmn-comment_body {
    display: block;
    padding: 10px;
    font-size: 1.4rem;
  }
}

.cmn-comment_body::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/baloon@2x.png);
  background-size: 16px;
  position: absolute;
  top: -16px;
  left: 25px;
}

.cmn-comment_body ._reply {
  width: 64px;
  margin-left: 20px;
}

@media screen and (max-width: 500px) {
  .cmn-comment_body ._reply {
    width: 100%;
    margin-left: 0;
    text-align: right;
    margin-top: 5px;
  }
}

.cmn-comment_body ._reply a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 64px;
  height: 32px;
  background-color: #59ACE3;
  color: #fff;
  font-size: 1.2rem;
}

.cmn-comment_body ._reply a:hover {
  opacity: 1;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 15px 20px -20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 20px -20px rgba(0, 0, 0, 0.5);
}

.comment-respond {
  margin-top: 30px;
}

.comment-respond .logged-in-as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  margin: 15px 0;
}

@media screen and (max-width: 500px) {
  .comment-respond .logged-in-as {
    display: block;
    font-size: 1.2rem;
  }
  .comment-respond .logged-in-as span {
    display: block;
    margin: 5px 0;
  }
}

.comment-respond .logged-in-as a {
  color: #59ACE3;
}

.comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-reply-title a {
  color: #000;
}

.comment-reply-title a#cancel-comment-reply-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #666666;
  font-size: 1rem;
  color: #666666;
  font-weight: normal;
  margin-left: 10px;
}

.comment-form .comment-form-comment textarea {
  -webkit-appearance: none;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #CCC;
}

@media screen and (max-width: 500px) {
  .comment-form .comment-form-comment textarea {
    padding: 10px;
  }
}

.comment-form .commentNotesAfter {
  text-align: center;
  margin: 15px 0;
  font-size: 1.4rem;
}

.comment-form .form-submit {
  text-align: center;
}

.comment-form .form-submit input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 200px;
  height: 50px;
  background-color: #59ACE3;
  color: #fff;
  font-size: 1.4rem;
  border: none;
}

.home-secTtl {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 500px) {
  .home-secTtl {
    font-size: 2.4rem;
  }
}

.home-secTtl_inner {
  text-align: center;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #207FBD;
}

.home-secTtl_inner ._ib {
  display: inline-block;
}

.home-secTtl_inner ._en {
  display: inline-block;
  padding: 10px 15px;
  background-color: #FFF;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #207FBD;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  margin-bottom: -35px;
}

.home-secTtl_inner ._en--blue {
  background-color: #EEF5FA;
}

.home-hero {
  background-color: #59ACE3;
  overflow-x: hidden;
}

.home-hero_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1366px;
  padding: 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
}

@media screen and (max-width: 500px) {
  .home-hero_inner {
    width: 100%;
  }
}

.home-hero_img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .home-hero_img--pc {
    display: none;
  }
}

.home-hero_img--sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .home-hero_img--sp {
    display: block;
  }
}

.home-hero_btn {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .home-hero_btn {
    top: 56%;
  }
}

.home-intro {
  padding: 60px 0;
  background-color: #EEF5FA;
}

.home-intro_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .home-intro_inner {
    width: 90%;
  }
}

.home-intro_ttl {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.home-intro_ttl span {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .home-intro_ttl {
    font-size: 2.4rem;
  }
}

.home-intro_text {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-bottom: 30px;
}

.home-intro_text span {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .home-intro_text {
    font-size: 1.4rem;
  }
}

.home-intro_bordered {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .home-intro_bordered {
    font-size: 1.8rem;
  }
}

.home-intro_bordered span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE200));
  background: linear-gradient(transparent 60%, #FFE200 60%);
}

.home-intro_img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .home-intro_img--pc {
    display: none;
  }
}

.home-intro_img--sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .home-intro_img--sp {
    display: block;
  }
}

.home-reason {
  padding: 60px 0;
}

.home-reason_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .home-reason_inner {
    width: 90%;
  }
}

.home-reason_list {
  margin: 50px 0;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 500px) {
  .home-reason_list {
    display: block;
    margin-top: 50px;
  }
}

.home-reason_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}

@media screen and (max-width: 500px) {
  .home-reason_item {
    width: 100%;
  }
}

.home-reason_item ._img {
  display: block;
  height: auto;
  width: 120px;
  margin-right: 20px;
}

@media screen and (max-width: 500px) {
  .home-reason_item ._img {
    width: 90px;
  }
}

.home-reason_item ._txt {
  width: 100%;
}

.home-reason_item ._txt h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #207FBD;
}

@media screen and (max-width: 500px) {
  .home-reason_item ._txt h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.home-reason_item ._txt p {
  line-height: 1.6em;
}

@media screen and (max-width: 500px) {
  .home-reason_item ._txt p {
    font-size: 1.4rem;
  }
}

.home-reason_btn {
  text-align: center;
}

.home-recommend {
  padding: 60px 0;
  background-color: #EEF5FA;
}

.home-recommend_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .home-recommend_inner {
    width: 90%;
  }
}

.home-recommend_list {
  margin-top: 50px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 500px) {
  .home-recommend_list {
    display: block;
  }
}

.home-recommend_lesson {
  width: 370px;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 5px;
}

@media screen and (max-width: 500px) {
  .home-recommend_lesson {
    width: 100%;
    margin-bottom: 30px;
  }
}

.home-recommend_lesson ._imgWrap {
  width: 100%;
  position: relative;
}

.home-recommend_lesson ._imgWrap img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 500px) {
  .home-recommend_lesson ._imgWrap img {
    height: 220px;
  }
}

.home-recommend_lesson ._imgWrap span {
  position: absolute;
  bottom: 10px;
  right: -10px;
  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;
  width: 100px;
  height: 30px;
  font-size: 1.4rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #FFE200;
}

.home-recommend_lesson ._txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.home-recommend_lesson ._txt h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #59ACE3;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .home-recommend_lesson ._txt h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.home-recommend_lesson ._txt .__desc {
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .home-recommend_lesson ._txt .__desc {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.home-recommend_lesson ._txt .__btn {
  width: 100%;
  text-align: center;
}

.home-recommend_btn {
  text-align: center;
  width: 100%;
}

.home-flow {
  padding: 60px 0;
}

.home-flow_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .home-flow_inner {
    width: 90%;
  }
}

.home-flow_stepWrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-left: 2px solid #59ACE3;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .home-flow_stepWrap {
    display: block;
    border: none;
    border-top: 2px solid #59ACE3;
  }
}

.home-flow_step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px;
  border-right: 2px solid #59ACE3;
}

@media screen and (max-width: 500px) {
  .home-flow_step {
    padding: 40px 30px;
    border-right: none;
    border-bottom: 2px solid #59ACE3;
  }
}

.home-flow_step::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  right: -16px;
  width: 28px;
  height: 28px;
  background-color: #FFF;
  border-top: 2px solid #59ACE3;
  border-right: 2px solid #59ACE3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 500px) {
  .home-flow_step::after {
    top: auto;
    bottom: -16px;
    right: auto;
    left: calc(50% - 16px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.home-flow_step:last-child::after {
  display: none;
}

.home-flow_step ._label {
  text-align: center;
  margin-bottom: 40px;
}

.home-flow_step ._label span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 146px;
  height: 40px;
  background-color: #59ACE3;
  color: #FFF;
  font-size: 1.8rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .home-flow_step ._label span {
    height: 38px;
    font-size: 1.6rem;
  }
}

.home-flow_step ._label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
          transform: rotate(45deg) skew(20deg, 20deg);
}

.home-flow_step ._label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
          transform: rotate(45deg) skew(20deg, 20deg);
}

.home-flow_step img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.home-flow_step ._ttl {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.home-flow_step ._ttl span {
  display: inline-block;
}

.home-flow_btn {
  text-align: center;
}

.home-message {
  background-color: #EEF5FA;
}

@media screen and (max-width: 500px) {
  .home-message {
    padding-top: 50px;
  }
}

.home-message_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 500px) {
  .home-message_inner {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .home-message_inner {
    display: block;
  }
}

.home-message_texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 500px) {
  .home-message_texts {
    width: 100%;
  }
}

.home-message_texts ._ttl {
  font-size: 2.4rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .home-message_texts ._ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.home-message_texts ._txt {
  line-height: 1.7em;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .home-message_texts ._txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.home-message_texts ._btn {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .home-message_texts ._btn {
    text-align: center;
  }
}

.home-message_image {
  width: 50%;
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 500px) {
  .home-message_image {
    width: 100%;
    padding-top: 40px;
  }
}

.home-message_image img {
  display: block;
  width: 100%;
  height: auto;
}

.home-voice {
  padding: 60px 0;
}

.home-voice_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .home-voice_inner {
    width: 90%;
  }
}

.home-voice_itemWrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .home-voice_itemWrap {
    display: block;
    margin-bottom: 30px;
  }
}

.home-voice_item {
  width: 370px;
}

@media screen and (max-width: 500px) {
  .home-voice_item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.home-voice_item img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 500px) {
  .home-voice_item img {
    height: 220px;
    margin-bottom: 15px;
  }
}

.home-voice_item h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 25px;
}

@media screen and (max-width: 500px) {
  .home-voice_item h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.home-voice_item p {
  text-align: center;
}

.home-voice_btn {
  text-align: center;
}

.home-blog {
  padding: 60px 0;
  background-color: #EEF5FA;
}

.home-blog_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .home-blog_inner {
    width: 90%;
  }
}

.home-blog_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .home-blog_wrap {
    display: block;
    margin-top: 30px;
  }
}

.home-blog_col {
  width: 570px;
}

@media screen and (max-width: 500px) {
  .home-blog_col {
    width: 100%;
    margin-bottom: 30px;
  }
}

.home-blog_btn {
  text-align: center;
}

.reason-intro {
  padding: 40px 0;
}

.reason-intro_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .reason-intro_inner {
    width: 90%;
  }
}

.reason-intro_text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .reason-intro_text {
    font-size: 1.8rem;
  }
}

.reason-intro_text span {
  display: inline-block;
}

.reason-intro_wrap {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reason-intro_col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  height: 160px;
  border: 8px solid #59ACE3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  padding-right: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .reason-intro_col {
    height: auto;
    padding: 15px;
    padding-bottom: 30px;
  }
}

.reason-intro_col::after {
  content: url(../images/chevron-down.svg);
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
}

@media screen and (max-width: 500px) {
  .reason-intro_col::after {
    right: auto;
    top: auto;
    left: calc(50% - 12px);
    bottom: 3px;
  }
}

.reason-intro_col img {
  display: block;
  width: 120px;
  height: auto;
  margin-right: 15px;
}

@media screen and (max-width: 500px) {
  .reason-intro_col img {
    width: 80px;
  }
}

.reason-intro_col span {
  font-size: 2rem;
  line-height: 1.7em;
  color: #000;
  font-weight: bold;
}

.reason-intro_col span span {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .reason-intro_col span {
    font-size: 1.6rem;
  }
}

.reason-sec {
  padding-top: 30px;
  padding-bottom: 50px;
}

.reason-sec_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .reason-sec_inner {
    width: 90%;
  }
}

.reason-sec_hdg {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  left: 0.05em;
  line-height: 1.7em;
  margin: 50px 0;
}

@media screen and (max-width: 500px) {
  .reason-sec_hdg {
    font-size: 2rem;
    margin: 35px 0;
  }
}

.reason-sec_hdg span {
  display: inline-block;
}

.reason-sec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .reason-sec_wrap {
    display: block;
    margin-bottom: 0;
  }
}

.reason-sec_wrap--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reason-sec_col {
  width: 570px;
}

@media screen and (max-width: 500px) {
  .reason-sec_col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.reason-sec_col ._ttl {
  font-size: 2rem;
  line-height: 1.6em;
  color: #175A87;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .reason-sec_col ._ttl {
    font-size: 1.6rem;
  }
}

.reason-sec_col p {
  font-size: 1.6rem;
  line-height: 1.6em;
}

@media screen and (max-width: 500px) {
  .reason-sec_col p {
    font-size: 1.4rem;
  }
}

.reason-sec_col img {
  display: block;
  width: 100%;
  height: auto;
}

.flow-intro {
  padding: 50px 0;
}

.flow-intro_inner {
  width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .flow-intro_inner {
    width: 90%;
    display: block;
  }
}

.flow-intro_left {
  width: 570px;
}

@media screen and (max-width: 500px) {
  .flow-intro_left {
    width: 100%;
    margin-bottom: 25px;
  }
}

.flow-intro_left h3 {
  color: #175A87;
  font-size: 2rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .flow-intro_left h3 {
    font-size: 1.6rem;
  }
}

.flow-intro_left p {
  line-height: 1.7em;
}

@media screen and (max-width: 500px) {
  .flow-intro_left p {
    font-size: 1.4rem;
  }
}

.flow-intro_right {
  width: 570px;
}

@media screen and (max-width: 500px) {
  .flow-intro_right {
    width: 100%;
  }
}

.flow-intro_right img {
  display: block;
  width: 100%;
  height: auto;
}

.flow-lesson {
  padding: 50px 0;
}

.flow-lesson_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1170px;
  padding: 0 0px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .flow-lesson_inner {
    width: 90%;
  }
}

.flow-hdg {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 500px) {
  .flow-hdg {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.flow-stepWrap {
  width: 100%;
  border-left: 2px solid #000;
}

@media screen and (max-width: 500px) {
  .flow-stepWrap {
    margin-left: 10px;
    width: auto;
  }
}

.flow-step {
  position: relative;
  padding-top: 90px;
  padding-left: 30px;
}

@media screen and (max-width: 500px) {
  .flow-step {
    padding-left: 25px;
    padding-top: 80px;
  }
}

.flow-step_num {
  position: absolute;
  top: 30px;
  left: -24px;
}

@media screen and (max-width: 500px) {
  .flow-step_num {
    left: -20px;
  }
}

.flow-step_num span {
  position: absolute;
  font-size: 1.8rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #175A87;
  letter-spacing: 0.1em;
  top: 9px;
  left: 20px;
}

@media screen and (max-width: 500px) {
  .flow-step_num span {
    font-size: 1.4rem;
    top: 7px;
    left: 10px;
  }
}

.flow-step_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 500px) {
  .flow-step_cols {
    display: block;
  }
}

.flow-step_maintext {
  width: 100%;
}

.flow-step_maintext h4 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #175A87;
}

@media screen and (max-width: 500px) {
  .flow-step_maintext h4 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.flow-step_maintext p {
  margin-bottom: 25px;
  line-height: 1.6em;
}

@media screen and (max-width: 500px) {
  .flow-step_maintext p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .flow-step_mainimage {
    display: block;
    width: 100%;
    height: auto;
  }
}

.flow-step2bottom {
  margin-top: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEF5FA;
}

@media screen and (max-width: 500px) {
  .flow-step2bottom {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .flow-step2bottom ._left {
    display: block;
    margin-bottom: 10px;
  }
}

.flow-step2bottom ._left h4 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #175A87;
}

@media screen and (max-width: 500px) {
  .flow-step2bottom ._left h4 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}

.flow-step2bottom ._left p {
  line-height: 1.6em;
}

@media screen and (max-width: 500px) {
  .flow-step2bottom ._left p {
    font-size: 1.4rem;
  }
}

.flow-step3bottom {
  margin-top: 30px;
}

.flow-step3bottom h4 {
  font-size: 2rem;
  color: #175A87;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .flow-step3bottom h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.flow-step3bottom_cycles {
  width: 100%;
  height: 500px;
  position: relative;
  background-image: url(../images/cycle-bg.svg);
  background-position: center 112px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 500px) {
  .flow-step3bottom_cycles {
    height: auto;
    background: none;
  }
}

.flow-step3bottom_cycle {
  position: absolute;
  width: 530px;
  height: 220px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 8px solid #59ACE3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flow-step3bottom_cycle {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-bottom: 50px;
  }
  .flow-step3bottom_cycle::after {
    content: "";
    position: absolute;
    bottom: -50px;
    height: 36px;
    width: 100%;
    left: 0;
    background-image: url(../images/flow-step3_arrow_down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.flow-step3bottom_cycle._1 {
  top: 0;
  left: 0;
}

.flow-step3bottom_cycle._2 {
  bottom: 0;
  left: 0;
}

.flow-step3bottom_cycle._3 {
  bottom: 0;
  right: 0;
}

.flow-step3bottom_cycle._4 {
  top: 0;
  right: 0;
}

.flow-step3bottom_cycle img {
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .flow-step3bottom_cycle img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.flow-step3bottom_cycle ._texts h5 {
  color: #175A87;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .flow-step3bottom_cycle ._texts h5 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.flow-step3bottom_cycle ._texts p {
  line-height: 1.7em;
}

@media screen and (max-width: 500px) {
  .flow-step3bottom_cycle ._texts p {
    font-size: 1.4rem;
    text-align: left;
  }
}

.flow-step3bottom_last {
  font-size: 1.8rem;
  color: #175A87;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  top: 235px;
  left: 479px;
}

@media screen and (max-width: 500px) {
  .flow-step3bottom_last {
    position: static;
    text-align: center;
  }
}

.teacher-intro {
  padding: 60px 0;
}

@media screen and (max-width: 500px) {
  .teacher-intro {
    padding: 40px 0;
    padding-bottom: 0;
  }
}

.teacher-intro_inner {
  width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .teacher-intro_inner {
    width: 90%;
  }
}

.teacher-intro_hdg {
  text-align: center;
  font-weight: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 1.8em;
}

@media screen and (max-width: 500px) {
  .teacher-intro_hdg {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .teacher-intro_hdg span {
    display: inline-block;
  }
}

.teacher-intro_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .teacher-intro_cols {
    display: block;
    width: 100%;
  }
}

.teacher-intro_cols--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.teacher-intro_texts {
  width: 570px;
}

@media screen and (max-width: 500px) {
  .teacher-intro_texts {
    width: 100%;
    margin-bottom: 25px;
  }
}

.teacher-intro_texts p {
  line-height: 1.7em;
}

@media screen and (max-width: 500px) {
  .teacher-intro_texts p {
    font-size: 1.4rem;
  }
}

.teacher-intro_img {
  width: 570px;
  height: auto;
}

@media screen and (max-width: 500px) {
  .teacher-intro_img {
    width: 100%;
  }
}

.teacher-hakiri {
  padding: 30px 0;
}

.teacher-hakiri_inner {
  width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 500px) {
  .teacher-hakiri_inner {
    width: 90%;
    display: block;
  }
}

.teacher-hakiri_texts {
  width: 770px;
}

@media screen and (max-width: 500px) {
  .teacher-hakiri_texts {
    width: 100%;
  }
}

.teacher-hakiri_texts ._name {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .teacher-hakiri_texts ._name {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.teacher-hakiri_texts ._hdg {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .teacher-hakiri_texts ._hdg {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.teacher-hakiri_texts ._txt {
  line-height: 1.7em;
}

@media screen and (max-width: 500px) {
  .teacher-hakiri_texts ._txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  .teacher-hakiri_img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.teacher-history {
  padding: 50px 0;
}

.teacher-history_inner {
  width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .teacher-history_inner {
    width: 90%;
  }
}

.teacher-history_intro {
  margin-bottom: 50px;
}

.teacher-history_intro ._hdg {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .teacher-history_intro ._hdg {
    font-size: 2rem;
  }
}

.teacher-history_intro p {
  text-align: center;
  line-height: 1.7em;
}

@media screen and (max-width: 500px) {
  .teacher-history_intro p {
    font-size: 1.4rem;
    text-align: left;
  }
}

.archive-reco {
  padding: 80px 0;
}

@media screen and (max-width: 500px) {
  .archive-reco {
    padding: 50px 0;
  }
}

.archive-reco_inner {
  width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .archive-reco_inner {
    width: 90%;
  }
}

.archive-reco_hdg {
  text-align: center;
  margin-bottom: 40px;
}

.archive-reco_hdg span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 60px;
  padding: 0 80px;
  background-color: #59ACE3;
  color: #FFF;
  font-size: 2.4rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .archive-reco_hdg span {
    height: 40px;
    font-size: 1.6rem;
    padding: 0;
    width: 100%;
  }
}

.archive-reco_hdg span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
          transform: rotate(45deg) skew(20deg, 20deg);
}

@media screen and (max-width: 500px) {
  .archive-reco_hdg span::before {
    left: -25px;
    width: 40px;
    height: 40px;
  }
}

.archive-reco_hdg span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
          transform: rotate(45deg) skew(20deg, 20deg);
}

@media screen and (max-width: 500px) {
  .archive-reco_hdg span::after {
    right: -25px;
    width: 40px;
    height: 40px;
  }
}

.archive-reco_atcls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .archive-reco_atcls {
    display: block;
  }
}

.archive-reco_atcl {
  width: 370px;
  margin-right: 30px;
}

@media screen and (max-width: 500px) {
  .archive-reco_atcl {
    width: 100%;
    margin-bottom: 25px;
  }
}

.archive-reco_atcl:nth-child(3n) {
  margin-right: 0;
}

.archive-reco_atcl ._thumb {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .archive-reco_atcl ._thumb {
    height: 220px;
    margin-bottom: 10px;
  }
}

.archive-reco_atcl ._ttl {
  font-size: 2rem;
  line-height: 1.7em;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .archive-reco_atcl ._ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.archive-reco_atcl ._btn {
  text-align: center;
}

.archive-pickup_inner {
  width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .archive-pickup_inner {
    width: 90%;
    display: block;
  }
}

.archive-pickup_col {
  width: 570px;
}

@media screen and (max-width: 500px) {
  .archive-pickup_col {
    width: 100%;
  }
}

.archive-categories {
  padding: 80px 0;
}

@media screen and (max-width: 500px) {
  .archive-categories {
    padding: 50px 0;
  }
}

.archive-categories_inner {
  width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .archive-categories_inner {
    width: 90%;
    display: block;
  }
}

.archive-categories_col {
  width: 570px;
}

@media screen and (max-width: 500px) {
  .archive-categories_col {
    width: 100%;
  }
}

.blog-wrap {
  padding: 80px 0;
  width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 500px) {
  .blog-wrap {
    width: 90%;
    padding: 40px 0;
    display: block;
  }
}

.blog-main {
  width: 770px;
}

@media screen and (max-width: 500px) {
  .blog-main {
    width: 100%;
    margin-bottom: 40px;
  }
}

.blog-side {
  width: 320px;
}

@media screen and (max-width: 500px) {
  .blog-side {
    width: 100%;
  }
}

.blog-taxHdg {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #175A87;
  border-bottom: 2px solid #175A87;
  padding: 15px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .blog-taxHdg {
    font-size: 2rem;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

.blog-atcls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.blog-item {
  width: 370px;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .blog-item {
    width: 100%;
  }
}

.blog-item a {
  display: block;
  width: 100%;
  color: #000;
}

.blog-item ._thumb {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .blog-item ._thumb {
    height: 220px;
  }
}

.blog-item ._date {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #59ACE3;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.blog-item ._ttl {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
  .blog-item ._ttl {
    font-size: 1.8rem;
  }
}

.blog-item ._exp {
  font-size: 1.6rem;
  line-height: 1.6em;
}

@media screen and (max-width: 500px) {
  .blog-item ._exp {
    font-size: 1.2rem;
  }
}

.blog-sideList {
  margin-bottom: 30px;
}

.blog-sideList ul {
  list-style: none;
}

.blog-sideList_hdg {
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding: 15px 0;
  border-bottom: 2px solid #175A87;
  color: #175A87;
}

@media screen and (max-width: 500px) {
  .blog-sideList_hdg {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}

.blog-sideList_item {
  border-bottom: 1px solid #CCC;
}

.blog-sideList_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0;
}

@media screen and (max-width: 500px) {
  .blog-sideList_item a {
    padding: 10px 0;
  }
}

.blog-sideList_item a ._thumb {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 10px;
}

.blog-sideList_item a ._text {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6em;
}

@media screen and (max-width: 500px) {
  .blog-sideList_item a ._text {
    font-size: 1.4rem;
  }
}

.blog-sideList_cat {
  border-bottom: 1px solid #CCC;
}

.blog-sideList_cat a {
  display: block;
  font-weight: bold;
  color: #000;
  padding: 15px 0;
  padding-right: 30px;
  background-image: url(../images/icon-chevron.svg);
  background-position: center right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 500px) {
  .blog-sideList_cat a {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}

.blog-pagination {
  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;
  margin: 0 auto;
  list-style: none;
  margin-top: 50px;
}

.blog-pagination li {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.blog-pagination li:first-child {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-radius: 50px 0 0 50px;
}

.blog-pagination li:last-child {
  border-right: 1px solid #CCC;
  border-radius: 0 50px 50px 0;
}

.blog-pagination li a {
  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;
  width: 60px;
  height: 60px;
  color: #000;
  font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
  .blog-pagination li a {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
}

.blog-pagination li span.current {
  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;
  width: 60px;
  height: 60px;
  color: #FFF;
  background-color: #59ACE3;
  font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
  .blog-pagination li span.current {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
}

.blog-pagination li span.disabled {
  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;
  width: 60px;
  height: 60px;
  color: #000;
  font-size: 1.4rem;
  opacity: 0.3;
}

@media screen and (max-width: 500px) {
  .blog-pagination li span.disabled {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
}

.blog-article_cat {
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .blog-article_cat {
    margin-bottom: 10px;
  }
}

.blog-article_cat span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 36px;
  padding: 0 15px;
  padding-right: 30px;
  background-color: #59ACE3;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .blog-article_cat span {
    height: 30px;
    font-size: 1.2rem;
  }
}

.blog-article_cat span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
  width: 36px;
  height: 36px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
          transform: rotate(45deg) skew(20deg, 20deg);
}

@media screen and (max-width: 500px) {
  .blog-article_cat span::after {
    right: -20px;
    width: 30px;
    height: 30px;
  }
}

.blog-article_date {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #59ACE3;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .blog-article_date {
    margin-bottom: 10px;
  }
}

.blog-article_title {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.7em;
}

@media screen and (max-width: 500px) {
  .blog-article_title {
    font-size: 2rem;
  }
}

.blog-article_thumb {
  margin-bottom: 30px;
}

.blog-article_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-article_body h2 {
  font-size: 2.4rem;
  line-height: 1.7em;
  color: #175A87;
  margin: 25px 0;
}

@media screen and (max-width: 500px) {
  .blog-article_body h2 {
    font-size: 2rem;
  }
}

.blog-article_body h3 {
  font-size: 2rem;
  line-height: 1.7em;
  margin: 25px 0;
}

@media screen and (max-width: 500px) {
  .blog-article_body h3 {
    font-size: 1.8rem;
  }
}

.blog-article_body h4, .blog-article_body h5 {
  font-size: 1.8rem;
  line-height: 1.7em;
  margin: 25px 0;
}

@media screen and (max-width: 500px) {
  .blog-article_body h4, .blog-article_body h5 {
    font-size: 1.6rem;
  }
}

.blog-article_body p, .blog-article_body ul, .blog-article_body ol, .blog-article_body table {
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .blog-article_body p, .blog-article_body ul, .blog-article_body ol, .blog-article_body table {
    font-size: 1.4rem;
  }
}

.blog-article_body p {
  margin: 20px 0;
  line-height: 1.7em;
}

.blog-article_body p a {
  color: #59ACE3;
  font-weight: bold;
  text-decoration: underline;
}

.blog-article_body ul, .blog-article_body ol {
  padding-left: 30px;
  margin: 20px 0;
}

.blog-article_body ul li, .blog-article_body ol li {
  margin: 10px 0;
}

.blog-article_body figure {
  margin: 25px 0;
}

.blog-article_body .blocks-gallery-grid {
  margin: 0;
  padding-left: 0;
}

.blog-article_body .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #59ACE3;
  color: #FFF;
  width: 320px;
  height: 64px;
  font-size: 1.6rem;
  padding: 0 25px;
}

@media screen and (max-width: 500px) {
  .blog-article_body .wp-block-button__link {
    width: auto;
    min-width: 200px;
    height: 60px;
    font-size: 1.4rem;
    word-break: keep-all;
  }
}

.blog-article_body .wp-block-image img {
  height: auto;
}

#ez-toc-container {
  border: 8px solid #8BC5EB;
  padding: 25px 30px;
  margin: 25px 0;
}

@media screen and (max-width: 500px) {
  #ez-toc-container {
    border: 4px solid #8BC5EB;
    padding: 15px 20px;
  }
}

#ez-toc-container .ez-toc-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title {
  margin: 0;
  font-weight: bold;
  color: #59ACE3;
  letter-spacing: 0.1em;
  font-size: 2rem;
  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;
}

@media screen and (max-width: 500px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.8rem;
  }
}

#ez-toc-container .ez-toc-title-container .ez-toc-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-toc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title::before {
    width: 20px;
    height: 20px;
  }
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a {
  position: relative;
  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;
  width: 100px;
  height: 30px;
  background-color: #59ACE3;
  color: #FFF;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  border-radius: 30px;
  cursor: pointer;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a:hover {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a {
    width: 90px;
    height: 26px;
    font-size: 1.2rem;
  }
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a::before {
  content: "HIDE";
  font-weight: 900;
  letter-spacing: 0.1em;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon-tocarrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 500px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 2px);
    right: 8px;
  }
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle.open a::before {
  content: "OPEN";
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle.open a::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#ez-toc-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc;
}

#ez-toc-container ul li {
  position: relative;
  margin: 20px 0;
}

@media screen and (max-width: 500px) {
  #ez-toc-container ul li {
    margin: 15px 0;
  }
}

#ez-toc-container ul li:last-child {
  margin-bottom: 0;
}

#ez-toc-container ul li::before {
  counter-increment: toc;
  content: counters(toc, "-") ".";
}

#ez-toc-container ul li a {
  color: #000;
}

#ez-toc-container .ez-toc-list > li {
  font-size: 1.8rem;
  line-height: 1.6em;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  #ez-toc-container .ez-toc-list > li {
    font-size: 1.6rem;
  }
}

#ez-toc-container .ez-toc-list > li li {
  padding-left: 20px;
  line-height: 1.6em;
  font-weight: normal;
}

@media screen and (max-width: 500px) {
  #ez-toc-container .ez-toc-list > li li {
    font-size: 1.4rem;
    padding-left: 30px;
  }
}

.lesson-courses {
  margin: 60px 0;
}

@media screen and (max-width: 500px) {
  .lesson-courses {
    margin: 40px 0;
  }
}

.lesson-courses_inner {
  width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .lesson-courses_inner {
    width: 90%;
  }
}

.lesson-courses_hdg {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .lesson-courses_hdg {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.lesson-courses_desc {
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .lesson-courses_desc {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
  }
}

.lesson-courses_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 500px) {
  .lesson-courses_list {
    display: block;
  }
}

.lesson-courses_item {
  width: 570px;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 5px;
}

@media screen and (max-width: 500px) {
  .lesson-courses_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .lesson-courses_item:last-child {
    margin-bottom: 0;
  }
}

.lesson-courses_item ._imgWrap {
  width: 100%;
  position: relative;
}

.lesson-courses_item ._imgWrap img {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 500px) {
  .lesson-courses_item ._imgWrap img {
    height: 220px;
  }
}

.lesson-courses_item ._imgWrap span {
  position: absolute;
  bottom: 10px;
  right: -10px;
  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;
  width: 100px;
  height: 30px;
  font-size: 1.4rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #FFE200;
}

.lesson-courses_item ._txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.lesson-courses_item ._txt h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #59ACE3;
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .lesson-courses_item ._txt h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.lesson-courses_item ._txt .__desc {
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .lesson-courses_item ._txt .__desc {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.lesson-courses_item ._txt .__btn {
  width: 100%;
  text-align: center;
}

.lesson-courses_graph {
  display: block;
  width: 970px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .lesson-courses_graph {
    width: 100%;
  }
}

.lesson-course {
  padding: 60px 0;
}

.lesson-course_inner {
  width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .lesson-course_inner {
    width: 90%;
  }
}

.lesson-course_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.lesson-course_title {
  font-size: 3.2rem;
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 500px) {
  .lesson-course_title {
    font-size: 2rem;
    margin: 20px 0;
  }
}

.lesson-course_body h2 {
  font-size: 2.4rem;
  line-height: 1.7em;
  margin: 25px 0;
}

@media screen and (max-width: 500px) {
  .lesson-course_body h2 {
    font-size: 1.8rem;
    margin: 20px 0;
  }
}

.lesson-course_body p {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin: 20px 0;
}

@media screen and (max-width: 500px) {
  .lesson-course_body p {
    font-size: 1.4rem;
    margin: 15px 0;
  }
}

.lesson-course_body a {
  color: #59ACE3;
  font-weight: bold;
  text-decoration: underline;
}

.lesson-assignment_body a {
  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: 15px;
  padding-left: 70px;
  background-color: #EEF5FA;
  border-radius: 8px;
  background-image: url(../images/icon-file.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  max-width: 300px;
  min-height: 80px;
  margin: 0 auto;
  color: #000;
}

.agreement {
  padding: 60px 0;
}

.agreement-inner {
  width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .agreement-inner {
    width: 90%;
  }
}

.agreement-hdg {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .agreement-hdg {
    font-size: 1.8rem;
  }
}

.agreement-intro {
  line-height: 1.7em;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .agreement-intro {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.agreement-date {
  text-align: right;
  padding: 15px 0;
}

@media screen and (max-width: 500px) {
  .agreement-date {
    font-size: 1.4rem;
  }
}

.privacy {
  padding: 60px 0;
}

.privacy-inner {
  width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .privacy-inner {
    width: 90%;
  }
}

.tradelaw {
  padding: 60px 0;
}

.tradelaw-inner {
  width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .tradelaw-inner {
    width: 90%;
  }
}

.faq {
  padding-top: 60px;
}

.faq-inner {
  width: 1170px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 500px) {
  .faq-inner {
    width: 90%;
  }
}

.faq-hdg {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .faq-hdg {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.faq-intro {
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .faq-intro {
    font-size: 1.4rem;
    margin-bottom: 30px;
    text-align: left;
  }
}

.faq-list {
  width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .faq-list {
    width: 100%;
  }
}

.faq-list dt {
  position: relative;
  padding: 20px;
  padding-left: 30px;
  color: #175A87;
  border-bottom: 1px solid #666666;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .faq-list dt {
    font-size: 1.4rem;
    padding: 15px;
    padding-left: 30px;
  }
}

.faq-list dt::before {
  content: "Q";
  font-family: "Lato", "Noto Sans JP", sans-serif;
  position: absolute;
  font-size: 2.4rem;
  font-weight: bold;
  color: #59ACE3;
  left: 0;
  top: 17px;
}

@media screen and (max-width: 500px) {
  .faq-list dt::before {
    font-size: 2rem;
    top: 12px;
  }
}

.faq-list dd {
  position: relative;
  padding: 20px;
  padding-left: 30px;
  line-height: 1.7em;
}

@media screen and (max-width: 500px) {
  .faq-list dd {
    font-size: 1.4rem;
    padding: 15px;
    padding-left: 30px;
  }
}

.faq-list dd::before {
  content: "A";
  font-family: "Lato", "Noto Sans JP", sans-serif;
  position: absolute;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFE200;
  left: 0;
  top: 17px;
}

@media screen and (max-width: 500px) {
  .faq-list dd::before {
    font-size: 2rem;
    top: 12px;
  }
}

.contact {
  padding: 60px 0;
}

.contact-inner {
  width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .contact-inner {
    width: 90%;
  }
}

.contact-hdg {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .contact-hdg {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.contact-intro {
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .contact-intro {
    font-size: 1.4rem;
    margin-bottom: 30px;
    text-align: left;
  }
}

.contact-form {
  margin-bottom: 30px;
}

.contact-form_list ._box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}

@media screen and (max-width: 500px) {
  .contact-form_list ._box {
    display: block;
  }
}

.contact-form_list ._box dt {
  width: 270px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .contact-form_list ._box dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}

.contact-form_list ._box dd {
  width: 670px;
}

@media screen and (max-width: 500px) {
  .contact-form_list ._box dd {
    width: 100%;
  }
}

.contact-form_list ._box dd input[type="text"], .contact-form_list ._box dd input[type="email"], .contact-form_list ._box dd input[type="tel"] {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #CCC;
  background-color: #F5F5F5;
  padding: 0 15px;
}

@media screen and (max-width: 500px) {
  .contact-form_list ._box dd input[type="text"], .contact-form_list ._box dd input[type="email"], .contact-form_list ._box dd input[type="tel"] {
    height: 54px;
  }
}

.contact-form_list ._box dd textarea {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #CCC;
  background-color: #F5F5F5;
  padding: 15px;
}

@media screen and (max-width: 500px) {
  .contact-form_list ._box dd textarea {
    height: 260px;
  }
}

.contact-form_list ._req {
  display: inline-block;
  padding: 3px 15px;
  background-color: #FFE200;
  font-weight: bold;
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .contact-form_list ._req {
    font-size: 1.4rem;
    padding: 2px 10px;
  }
}

.contact-form_check {
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 500px) {
  .contact-form_check {
    font-size: 1.4rem;
    margin: 25px 0;
  }
}

.contact-form_submit {
  text-align: center;
}

.contact-form_submit input[type="submit"] {
  -webkit-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 100px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #59ACE3;
  color: #FFF;
  width: 320px;
  height: 64px;
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .contact-form_submit input[type="submit"] {
    width: 90%;
    height: 60px;
    font-size: 1.4rem;
  }
}

.contact-form_submit input[type="submit"]:disabled {
  opacity: 0.5;
}

.contact-note {
  padding: 25px 30px;
  background-color: #EEF5FA;
}

@media screen and (max-width: 500px) {
  .contact-note {
    padding: 20px 25px;
  }
}

.contact-note dt {
  font-weight: bold;
  color: #175A87;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .contact-note dt {
    font-size: 1.4rem;
  }
}

.contact-note dd {
  line-height: 1.7em;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .contact-note dd {
    font-size: 1.4rem;
  }
}

.contact-note dd:last-child {
  margin-bottom: 0;
}

.contact-note dd a {
  color: #59ACE3;
  text-decoration: underline;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
  word-break: keep-all;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt {
  word-break: keep-all;
}

.ld-modal-open {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.5);
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register {
  background-color: #207FBD !important;
}

.learndash-wrapper .ld-login-modal input[type=submit] {
  background-color: #207FBD !important;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading {
  color: #207FBD !important;
}

.learndash-wrapper .ld-button.ld-button-reverse {
  color: #207FBD !important;
}

.learndash-wrapper .ld-button.ld-button-reverse:hover {
  background-color: #207FBD !important;
  color: #fff !important;
}

.learndash-wrapper .ld-login-modal .ld-login-field, .learndash-wrapper .ld-login-modal .ld-password-field, .learndash-wrapper .ld-login-modal input[type=email], .learndash-wrapper .ld-login-modal input[type=password], .learndash-wrapper .ld-login-modal input[type=text] {
  border: none !important;
  border-radius: 5px !important;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email], .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password], .learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text] {
  margin: 5px 0 !important;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail {
  margin-bottom: 10px;
}

.ld-profile-avatar, .ld-profile-stats {
  display: none !important;
}

.learndash-wrapper .wpProQuiz_content .graded-disclaimer {
  display: none;
}
/*# sourceMappingURL=main.css.map */