@charset "UTF-8";
/*!
Theme Name: RaiseTech2019
Description: a theme for RaiseTech
Author: FUKAZAWA Kojiro
*/
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&subset=japanese&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ropa+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*****************************************************************************
SET
*****************************************************************************/
/* light */
/* Heavy */
/* medium */
/* Bold */
/* Color palette */
/* medhia */
html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  font-family: "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #121212;
  -webkit-text-size-adjust: 100%;
}

/* a:link {
  color: #2498B3;
  transition: 0.5s;
} */

a:visited {
  color: #2498B3;
}

a:hover {
  color: #2498B3;
  text-decoration: none;
}

a:focus {
  color: #2498B3;
  text-decoration: none;
}

a:active {
  color: #2498B3;
  text-decoration: none;
}

/*****************************************************************************
Style
*****************************************************************************/
:root {
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

/* Header
-----------------------------------------*/
.Header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
}
.Header.is_fixed {
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.1);
}
.Header .Header__title {
  margin: 0 0 0 21px;
  width: 160px;
}
@media screen and (max-width: 1480px) {
  .Header .Header__title {
    margin: 10px;
  }
}
.Header .Header__title p {
  margin-bottom: 0;
}
.Header .Header__title p strong {
  font-size: 18px;
  font-size: 1.8rem;
}
.Header .Header__title p a {
  line-height: 1.3;
  font-weight: 900;
  height: 70px;
  display: flex;
  align-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 1480px) {
  .Header .Header__title p a {
    height: 30px;
  }
}
.Header .Header__title p a:link {
  color: #131D34;
  text-decoration: none;
}
.Header .Header__title p a:visited {
  color: #131D34;
  text-decoration: none;
}
.Header .Header__title p a:hover {
  color: #131D34;
  text-decoration: none;
}
.Header .Header__title p a:focus {
  color: #131D34;
  text-decoration: none;
}
.Header .Header__title p a:active {
  color: #131D34;
  text-decoration: none;
}
.Header .Header__title p a span {
  margin-left: 16px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1580px) {
  .Header .Header__title p a span {
    display: none;
  }
}
.Header .Header__title p img {
  height: 33px;
  width: auto;
}
@media screen and (max-width: 1480px) {
  .Header .Header__title p img {
    height: 30px;
  }
}
/* Nav
-----------------------------------------*/
.Nav {
  font-weight: 700;
}

.Nav__btn {
  margin-bottom: 0;
  display: none;
}
@media screen and (max-width: 1480px) {
  .Nav__btn {
    display: block;
  }
}
@media screen and (max-width: 1480px) {
  .Nav__btn a,
.Nav__btn a.close {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1480px) {
  .Nav__btn a::before,
.Nav__btn a.close::before {
    position: absolute;
    top: 15px;
    left: 14px;
    content: "";
    width: 23px;
    height: 2px;
    background-color: #2498B3;
    transition: 0.2s;
  }
}
@media screen and (max-width: 1480px) {
  .Nav__btn a::after,
.Nav__btn a.close::after {
    position: absolute;
    bottom: 15px;
    left: 14px;
    content: "";
    width: 23px;
    height: 2px;
    background-color: #2498B3;
    transition: 0.2s;
  }
}
@media screen and (max-width: 1480px) {
  .Nav__btn a.open::before {
    top: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #FFF;
  }
}
@media screen and (max-width: 1480px) {
  .Nav__btn a.open::after {
    bottom: 24px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background-color: #FFF;
  }
}
.Nav__btn a.open {
  background-color: #2498B3;
}
@media screen and (max-width: 1480px) {
  .Nav__btn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
}
@media screen and (max-width: 1480px) {
  .Nav__btn a span::after,
.Nav__btn a.close span::after {
    position: absolute;
    top: 24px;
    left: 14px;
    content: "";
    width: 23px;
    height: 2px;
    background-color: #2498B3;
  }
}
@media screen and (max-width: 1480px) {
  .Nav__btn a.open span::after {
    display: none;
  }
}

.Nav__body {
  display: flex;
}
@media screen and (max-width: 1480px) {
  .Nav__body {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #FFF;
  }
}
.Nav__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 1480px) {
  .Nav__body ul {
    flex-direction: column;
  }
}
.Nav__body ul li {
  position: relative;
  white-space: nowrap;
}
.Nav__body ul li a {
  display: flex;
  padding: 0 15px;
  height: 70px;
  align-items: center;
  transition: 0.3s;
  color: #131D34;
  text-decoration: none;
}
@media screen and (max-width: 1260px) {
  .Nav__body ul li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1480px) {
  .Nav__body ul li a {
    height: auto;
    padding: 10px;
  }
}
.Nav__body ul li a:link {
  color: #131D34;
  text-decoration: none;
}
.Nav__body ul li a:visited {
  color: #131D34;
  text-decoration: none;
}
.Nav__body ul li a:hover {
  color: #131D34;
  background-color: #D4F1F8;
  text-decoration: none;
}
@media screen and (max-width: 1480px) {
  .Nav__body ul li a:hover {
    background-color: #F3FAFB;
  }
}
.Nav__body ul li a:focus {
  color: #131D34;
  background-color: #D4F1F8;
  text-decoration: none;
}
@media screen and (max-width: 1480px) {
  .Nav__body ul li a:focus {
    background-color: #F3FAFB;
  }
}
.Nav__body ul li a:active {
  color: #131D34;
  background-color: #D4F1F8;
  text-decoration: none;
}
@media screen and (max-width: 1480px) {
  .Nav__body ul li a:active {
    background-color: #F3FAFB;
  }
}
@media screen and (max-width: 1480px) {
  .Nav__body ul li.Nav__special {
    display: none;
  }
}
.Nav__body ul li.Nav__special a {
  background-color: #2498B3;
}
.Nav__body ul li.Nav__special a:link {
  color: #FFF;
}
.Nav__body ul li.Nav__special a:visited {
  color: #FFF;
}
.Nav__body ul li.Nav__special a:hover {
  color: #FFF;
}
.Nav__body ul li.Nav__special a:focus {
  color: #FFF;
}
.Nav__body ul li.Nav__special a:active {
  color: #FFF;
}

/* menu-item-has-children
-----------------------------------------*/
@media screen and (max-width: 1480px) {
  .menu-item-has-children > a {
    position: relative;
  }
  .menu-item-has-children > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    background-color: #121212;
    z-index: 9;
  }
}
@media screen and (max-width: 1480px) {
  .menu-item-has-children.close > a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 2px;
    height: 24px;
    margin-top: -12px;
    background-color: #121212;
  }
}
@media screen and (max-width: 1480px) {
  .menu-item-has-children.open > a {
    position: relative;
  }
  .menu-item-has-children.open > a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: auto;
    margin-top: 0;
    background-color: #F7F7F7;
  }
}

/* sub-menu
-----------------------------------------*/
ul.sub-menu {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 1480px) {
  ul.sub-menu {
    position: static;
  }
}
ul.sub-menu.open {
  display: block !important;
}
ul.sub-menu li {
  font-weight: normal;
  background-color: #E9F8FB;
}
@media screen and (max-width: 1480px) {
  ul.sub-menu li {
    background-color: #FFF;
  }
}
ul.sub-menu li a {
  position: relative;
  padding: 15px 60px 15px 15px;
  height: auto;
}
@media screen and (max-width: 1480px) {
  ul.sub-menu li a {
    padding: 10px 10px 10px 25px;
  }
}
ul.sub-menu li a:hover {
  color: #2498B3;
  background-color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 1480px) {
  ul.sub-menu li a:hover {
    color: #121212;
    background-color: #F3FAFB;
  }
}
ul.sub-menu li a:focus {
  color: #2498B3;
  background-color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 1480px) {
  ul.sub-menu li a:focus {
    color: #121212;
    background-color: #F3FAFB;
  }
}
ul.sub-menu li a:active {
  color: #2498B3;
  background-color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 1480px) {
  ul.sub-menu li a:active {
    color: #121212;
    background-color: #F3FAFB;
  }
}

/* PageHeader
-----------------------------------------*/
.PageHeader {
  position: relative;
  height: 250px;
  background: transparent url("./common/img/bg-title.jpg") no-repeat right top;
  background-size: cover;
}

.PageHeader__body {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
}
.PageHeader__body p {
  margin-bottom: 0.6em !important;
  padding: 2px 16px 3px 16px;
  display: inline-block;
  background-color: #131D34;
  border-radius: 50px;
  color: #FFF;
  font-weight: 700;
}
.PageHeader__body h1 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 500px) {
  .PageHeader__body h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.PageHeader__body h1 small {
  margin-top: 0;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .PageHeader__body h1 small {
    margin-top: 0;
  }
}

/* Localnav
-----------------------------------------*/
.Main .Localnav li {
  margin: 0;
}

.Localnav {
  background-color: #131D34;
}
.Localnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 1078px;
  font-size: 0px;
  font-size: 0rem;
}
.Localnav ul li {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
}
.Localnav ul li a {
  display: block;
  padding: 13px 10px;
}
.Localnav ul li a:link {
  color: #FFF;
  text-decoration: none;
}
.Localnav ul li a:visited {
  color: #FFF;
  text-decoration: none;
}
.Localnav ul li a:hover {
  color: #FFF;
  background-color: #2498B3;
  text-decoration: none;
}
.Localnav ul li a:focus {
  color: #FFF;
  background-color: #2498B3;
  text-decoration: none;
}
.Localnav ul li a:active {
  color: #FFF;
  background-color: #2498B3;
  text-decoration: none;
}

/* Footer
-----------------------------------------*/
.Footer {
  padding-top: 40px;
  background-color: #131D34;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Footer {
    padding-top: 1.7em;
  }
}
.Footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Footer__col .Footer__nav__section + .Footer__nav__section {
  margin-top: 2em;
}

.Footer__nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 2.2em;
  max-width: 1078px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 1480px) {
  .Footer__nav {
    margin: 0 10px;
    margin-bottom: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .Footer__nav {
    display: none;
  }
}
.Footer__nav__section:not(:first-child) {
  margin-top: 2em;
}
.Footer__nav p {
  margin-bottom: 0.9em;
  font-size: 16px;
  font-size: 1.6rem;
}
.Footer__nav ul li {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.Footer__nav a:link {
  color: #FFF;
}
.Footer__nav a:visited {
  color: #FFF;
}
.Footer__nav a:hover {
  color: #2BB8D9;
}
.Footer__nav a:focus {
  color: #2BB8D9;
}
.Footer__nav a:active {
  color: #2BB8D9;
}

.Footer__logo {
  margin: 0 auto;
  margin-bottom: 1.7em;
  max-width: 1078px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1480px) {
  .Footer__logo {
    margin: 0 10px;
    margin-bottom: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .Footer__logo {
    text-align: center;
    flex-direction: column;
  }
}
.Footer__logo p {
  margin-bottom: 0;
}
.Footer__logo p:nth-child(2) {
  margin-left: 30px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .Footer__logo p:nth-child(2) {
    margin: 0.9em 0 0 0;
  }
}
.Footer__logo p:nth-child(2) span {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .Footer__logo p:nth-child(2) span {
    display: block;
    margin-left: 0;
    margin-top: 0.7em;
  }
}

.Footer__bottom {
  background-color: #FFF;
}
@media screen and (max-width: 1480px) {
  .Footer__bottom {
    padding: 0 10px;
  }
}

.Footer__link {
  margin: 0 auto;
  max-width: 1078px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Footer__link {
    display: block;
  }
}
.Footer__link ul {
  margin: 0.6em 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.Footer__link ul li {
  display: inline-block;
  margin-right: 18px;
}
.Footer__link ul li:last-child {
  margin-right: 0;
}
.Footer__link ul li a:link {
  color: #121212;
}
.Footer__link ul li a:visited {
  color: #121212;
}
.Footer__link ul li a:hover {
  color: #2BB8D9;
}
.Footer__link ul li a:focus {
  color: #2BB8D9;
}
.Footer__link ul li a:active {
  color: #2BB8D9;
}
.Footer__link p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #696969;
}
@media screen and (max-width: 767px) {
  .Footer__link p {
    text-align: right;
  }
}

/* Floating
-----------------------------------------*/
.Floating__btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1200;
  width: 160px;
  transition: 0.3s;
}
@media screen and (max-width: 1480px) {
  .Floating__btn {
    right: 15px;
    bottom: 5px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .Floating__btn {
    width: 84px;
    bottom: 15px;
  }
}
.Floating__btn p {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1480px) {
  .Floating__btn p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .Floating__btn p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.Floating__btn p:hover + img {
  -webkit-animation: puyon 0.5s linear 0s 1;
          animation: puyon 0.5s linear 0s 1;
}
@-webkit-keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.95, 0.95) translate(0%, 2.5%);
  }
  30% {
    transform: scale(1.15, 0.9) translate(0%, 5%);
  }
  50% {
    transform: scale(0.9, 1.15) translate(0%, -5%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 2.5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.95, 0.95) translate(0%, 2.5%);
  }
  30% {
    transform: scale(1.15, 0.9) translate(0%, 5%);
  }
  50% {
    transform: scale(0.9, 1.15) translate(0%, -5%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 2.5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.Floating__btn p a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #A2D729;
  color: #121212;
  border-top: solid 1px #c1ff30;
  border-bottom: solid 3px #9AC33D;
  position: relative;
  line-height: 1.4;
  box-sizing: border-box;
  box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.11);
  transition: 0.3s;
  overflow: hidden;
}
.Floating__btn p a:active {
  transform: translateY(2px);
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.11);
  border: none;
}
@media screen and (max-width: 1480px) {
  .Floating__btn p a {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .Floating__btn p a {
    border-top: none;
    width: 90px;
    height: 90px;
  }
}
.Floating__btn p a::before {
  content: "";
  width: 27px;
  height: 22px;
  background: url(./common/img/apply.svg);
  display: inline-block;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1480px) {
  .Floating__btn p a::before {
    width: 24px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Floating__btn p a::before {
    width: 21px;
    height: 17px;
  }
}
.Floating__btn p a span {
  pointer-events: none;
}
.Floating__btn img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  pointer-events: none;
}
@media screen and (max-width: 1480px) {
  .Floating__btn img {
    right: -5px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .Floating__btn img {
    width: 32px;
    right: -10px;
    bottom: -8px;
  }
}

.Floating__back {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1200;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #A2D729;
  border-radius: 50%;
  display: none;
  border-top: solid 1px #c1ff30;
  border-bottom: solid 2px #9AC33D;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.11);
  cursor: pointer;
}
.Floating__back:active {
  transform: translateY(1px);
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.11);
  border: none;
}
@media screen and (max-width: 1480px) {
  .Floating__back {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .Floating__back {
    border-top: none;
  }
}
.Floating__back i {
  line-height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* Main
-----------------------------------------*/
.Main {
  padding-top: 70px;
}
@media screen and (max-width: 1480px) {
  .Main {
    padding-top: 50px;
  }
}
.Main h2 {
  margin: 0 0 1.5em 0;
  padding: 0 0 0.6em 0;
  position: relative;
  text-align: center;
  line-height: 1.4;
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  .Main h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.Main h2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -41px;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2498B3;
  border-radius: 4px 0 0 4px;
}
.Main h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-right: 1px;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #A2D729;
  border-radius: 0 4px 4px 0;
}
.Main h2 small {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.Main h3 {
  margin: 1.5em 0 0.5em 0;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .Main h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.Main h4 {
  margin: 1.5em 0 0.5em 0;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #4B4B4B;
}
@media screen and (max-width: 500px) {
  .Main h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Main h5 {
  margin: 1.5em 0 0.5em 0;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.Main h6 {
  margin: 1.5em 0 0.5em 0;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.Main p {
  margin-bottom: 1em;
}
.Main p.Lead {
  line-height: 1.8;
  margin-bottom: 3.8em;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #4B4B4B;
}
.Main ul {
  margin-bottom: 1em;
}
.Main ul.CheckList {
  list-style: none;
  margin-bottom: 1.5em;
}
.Main ul.CheckList li {
  position: relative;
}
.Main ul.CheckList li::before {
  position: absolute;
  top: 0.2em;
  left: -18px;
  content: "\f14a";
  color: #2498B3;
  font-family: "Font Awesome 5 pro";
}
.Main ul li {
  margin: 0.5em 0;
}
.Main ul .Checklist__spec {
  width: 100%;
  max-width: 480px;
  background: #F3FAFB;
  padding: 12px;
  margin: 5px 0 10px;
  border-radius: 4px;
}
.Main ul .Checklist__spec p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.Main ol {
  counter-reset: section;
  margin-bottom: 1em;
}
.Main ol li {
  margin: 0.5em 0;
  counter-increment: section;
  content: counter(section);
}
.Main ol li ol {
  list-style-type: none;
  text-indent: -1.7em;
}
.Main ol li ol li:before {
  content: counters(section, "-") ".";
}
.Main strong {
  font-weight: 700;
}
.Main table {
  margin-bottom: 1em;
  width: 100%;
}
.Main table strong {
  white-space: nowrap;
}
.Main table th {
  height: 70px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  background-color: #4B4B4B;
}
.Main table td {
  padding: 10px 9px;
  border-top: solid 1px #C3C3C3;
  border-left: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
  border-right: solid 1px #C3C3C3;
  background-color: #FFF;
}
.Main a:hover {
  background-color: #D4F1F8;
}
.Main a:focus {
  background-color: #D4F1F8;
}
.Main a:active {
  background-color: #D4F1F8;
}

/* Styling
-----------------------------------------*/
.Main .Balloon {
  margin: 4em 0 0;
}
.Main .Balloon__catch {
  display: inline-block;
  padding: 0.1em 1em;
  border-radius: 4px;
  background: #2498B3;
  color: #FFF;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .Main .Balloon__catch {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.2em 1em;
  }
}
.Main .Balloon__catch::after {
  content: "";
  width: 0px;
  height: 0px;
  border: 14px solid;
  border-color: #2498B3 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.Main .Balloon__title {
  margin-top: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .Main .Balloon__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.Main .Balloon__title span {
  font-size: 1.5em;
  color: #2498B3;
}

/* Sec
-----------------------------------------*/
.Sec {
  padding: 4em 0 4em 0;
}
.Sec.Sec--line {
  border-top: solid 1px #C3C3C3;
}
.Sec.Sec--black {
  background-color: #000000;
}
.Sec.Sec--blue {
  background: rgb(243, 250, 251);
  background: linear-gradient(to right, rgb(243, 250, 251) 0%, rgb(233, 248, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f3fafb", endColorstr="#e9f8fb",GradientType=1 );
}
.Sec.Sec--blueBrilliant {
  background: rgb(36, 152, 179);
  background: linear-gradient(to bottom, rgb(36, 152, 179) 0%, rgb(43, 184, 217) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2498b3", endColorstr="#2bb8d9",GradientType=0 );
}
.Sec.Sec--blueLight {
  background-color: #D4F1F8;
}
.Sec.Sec--bluePale {
  background-color: #F3FAFB;
}
.Sec.Sec--gray {
  background-color: #F7F7F7;
}
.Sec.Headline_banner {
  padding: 2em 0 1.5em;
  overflow: hidden;
}
.Sec.Sec--nallow {
  padding: 4em 0;
}
.Sec.Sec__Compare {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1378px) {
  .Sec.Sec__Compare {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Wrap
-----------------------------------------*/
.Wrap {
  margin: 0 auto;
  max-width: 714px;
}
@media screen and (max-width: 767px) {
  .Wrap {
    margin: 0 15px;
  }
}
.Wrap.Wrap--semiwide {
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .Wrap.Wrap--semiwide {
    margin: 0 15px;
  }
}
.Wrap.Wrap--900 {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .Wrap.Wrap--900 {
    margin: 0 15px;
  }
}
.Wrap.Wrap--wide {
  max-width: 1078px;
}
@media screen and (max-width: 1378px) {
  .Wrap.Wrap--wide {
    margin: 0 15px;
  }
}
.Wrap img {
  max-width: 100%;
  height: auto;
}

/* Color
-----------------------------------------*/
.Text-red {
  color: #C44A4A;
}

/* Center
-----------------------------------------*/
.Center {
  text-align: center;
}

/* TblPrice
-----------------------------------------*/
table .TblPrice {
  line-height: 1;
  font-family: "Ropa Sans", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
}

/* TblStrong
-----------------------------------------*/
table th.TblStrong {
  background-color: #2498B3;
}

table td.TblStrong {
  background-color: #F3FAFB;
}
table td.TblStrong .TblPrice {
  color: #2498B3;
}

/* Img
-----------------------------------------*/
.Img {
  margin-bottom: 1em;
}
.Img img {
  margin-bottom: 5px;
  max-width: 100%;
  height: auto;
}

/* ImgBox
-----------------------------------------*/
.ImgBox {
  margin-bottom: 1em;
}
.ImgBox::after {
  content: "";
  display: block;
  clear: both;
}
.ImgBox figure {
  display: table;
  width: 100px;
  /* minimum width */
  *width: auto;
  /* for IE7 and below */
}
@media screen and (max-width: 767px) {
  .ImgBox figure {
    display: block;
    width: auto;
    text-align: center;
  }
}
.ImgBox.ImgBox--left figure {
  float: left;
  padding: 0 30px 1px 0;
}
@media screen and (max-width: 767px) {
  .ImgBox.ImgBox--left figure {
    float: none;
    padding: 0 0 1em 0;
  }
}
.ImgBox.ImgBox--right figure {
  float: right;
  padding: 0 0 1px 30px;
}
@media screen and (max-width: 767px) {
  .ImgBox.ImgBox--right figure {
    float: none;
    padding: 0 0 1em 0;
  }
}
.ImgBox img {
  max-width: initial;
  margin-bottom: 5px;
}

/* Caption
-----------------------------------------*/
p.Caption,
table .Caption,
figcaption {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Btn
-----------------------------------------*/
button.Btn,
label.Btn {
  margin: 0 10px 1em 5px;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  padding: 15px 23px;
  border: solid 1px #C3C3C3;
  font-weight: 700;
  background-color: #FFF;
  cursor: pointer;
}

.Center button.Btn {
  margin: 0 10px 1em 10px;
}

input.Btn,
label.Btn {
  margin: 0 10px 1em 5px;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  padding: 15px 23px;
  border: solid 1px #C3C3C3;
  font-weight: 700;
  background-color: #FFF;
  cursor: pointer;
}

.Center input.Btn {
  margin: 0 10px 1em 10px;
}

p.Btn {
  margin: 0 10px 1em 5px;
  line-height: 1;
  display: inline-block;
}

.Center p.Btn {
  margin: 0 10px 1em 10px;
}

.Btn a {
  padding: 15px 23px;
  border-radius: 4px;
  display: block;
  font-weight: 700;
  border: solid 1px #C3C3C3;
  background-color: #FFF;
}
.Btn a:link {
  color: #121212;
}
.Btn a:visited {
  color: #121212;
}

.Btn a:hover,
button.Btn:hover {
  background-color: #F7F7F7;
  border-color: #4B4B4B;
}
.Btn a:focus,
button.Btn:focus {
  background-color: #F7F7F7;
  border-color: #4B4B4B;
}
.Btn a:active,
button.Btn:active {
  background-color: #F7F7F7;
  border-color: #4B4B4B;
}

.Btn.Btn--highlight a,
button.Btn.Btn--highlight,
label.Btn.Btn--highlight {
  color: #FFF;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
.Btn.Btn--highlight a:link,
button.Btn.Btn--highlight:link,
label.Btn.Btn--highlight:link {
  color: #FFF;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
.Btn.Btn--highlight a:visited,
button.Btn.Btn--highlight:visited,
label.Btn.Btn--highlight:visited {
  color: #FFF;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
.Btn.Btn--highlight a:hover,
button.Btn.Btn--highlight:hover,
label.Btn.Btn--highlight:hover {
  border-color: #2498B3;
  background-color: #2498B3;
}
.Btn.Btn--highlight a:focus,
button.Btn.Btn--highlight:focus,
label.Btn.Btn--highlight:focus {
  border-color: #2498B3;
  background-color: #2498B3;
}
.Btn.Btn--highlight a:active,
button.Btn.Btn--highlight:active,
label.Btn.Btn--highlight:active {
  border-color: #2498B3;
  background-color: #2498B3;
}

.Btn.Btn--conversion a,
button.Btn.Btn--conversion {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Btn.Btn--conversion a:link,
button.Btn.Btn--conversion:link {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Btn.Btn--conversion a:visited,
button.Btn.Btn--conversion:visited {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Btn.Btn--conversion a:hover,
button.Btn.Btn--conversion:hover {
  border-color: #9AC33D;
  background-color: #9AC33D;
}
.Btn.Btn--conversion a:focus,
button.Btn.Btn--conversion:focus {
  border-color: #9AC33D;
  background-color: #9AC33D;
}
.Btn.Btn--conversion a:active,
button.Btn.Btn--conversion:active {
  border-color: #9AC33D;
  background-color: #9AC33D;
}

.Btn.Btn--big a,
button.Btn.Btn--big {
  padding: 20px 38px;
}
.Btn a:hover,
input.Btn:hover {
  background-color: #F7F7F7;
  border-color: #4B4B4B;
}
.Btn a:focus,
input.Btn:focus {
  background-color: #F7F7F7;
  border-color: #4B4B4B;
}
.Btn a:active,
input.Btn:active {
  background-color: #F7F7F7;
  border-color: #4B4B4B;
}

.Btn.Btn--highlight a,
input.Btn.Btn--highlight,
label.Btn.Btn--highlight {
  color: #FFF;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
.Btn.Btn--highlight a:link,
input.Btn.Btn--highlight:link,
label.Btn.Btn--highlight:link {
  color: #FFF;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
.Btn.Btn--highlight a:visited,
input.Btn.Btn--highlight:visited,
label.Btn.Btn--highlight:visited {
  color: #FFF;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
.Btn.Btn--highlight a:hover,
input.Btn.Btn--highlight:hover,
label.Btn.Btn--highlight:hover {
  border-color: #2498B3;
  background-color: #2498B3;
}
.Btn.Btn--highlight a:focus,
input.Btn.Btn--highlight:focus,
label.Btn.Btn--highlight:focus {
  border-color: #2498B3;
  background-color: #2498B3;
}
.Btn.Btn--highlight a:active,
input.Btn.Btn--highlight:active,
label.Btn.Btn--highlight:active {
  border-color: #2498B3;
  background-color: #2498B3;
}

.Btn.Btn--conversion a,
input.Btn.Btn--conversion {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Btn.Btn--conversion a:link,
input.Btn.Btn--conversion:link {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Btn.Btn--conversion a:visited,
input.Btn.Btn--conversion:visited {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Btn.Btn--conversion a:hover,
input.Btn.Btn--conversion:hover {
  border-color: #9AC33D;
  background-color: #9AC33D;
}
.Btn.Btn--conversion a:focus,
input.Btn.Btn--conversion:focus {
  border-color: #9AC33D;
  background-color: #9AC33D;
}
.Btn.Btn--conversion a:active,
input.Btn.Btn--conversion:active {
  border-color: #9AC33D;
  background-color: #9AC33D;
}

.Btn.Btn--big a,
input.Btn.Btn--big {
  padding: 20px 38px;
}

.Btn.Btn--en {
  width: 100%;
  margin-bottom: 0;
}
.Btn.Btn--en a {
  color: #2498B3;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 26px 23px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .Btn.Btn--en a {
    padding: 14px 20px;
  }
}
.Btn.Btn--en a strong {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .Btn.Btn--en a strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.Btn-area .wp-block-columns {
  margin-bottom: 0;
  max-width: 846px;
}
@media screen and (max-width: 767px) {
  .Btn-area .wp-block-columns .wp-block-column:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

button.Btn.Btn--more {
  background-color: #FFF;
  border-color: #2498B3;
  color: #2498B3;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 9px 35px;
}
button.Btn.Btn--more:visited {
  background-color: #FFF;
  border-color: #2498B3;
  color: #2498B3;
}
button.Btn.Btn--more:hover {
  background-color: #2498B3;
  color: #FFF;
}
button.Btn.Btn--more:focus {
  background-color: #2498B3;
  color: #FFF;
}
button.Btn.Btn--more:active {
  background-color: #2498B3;
  color: #FFF;
}
input.Btn.Btn--more {
  background-color: #FFF;
  border-color: #2498B3;
  color: #2498B3;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 9px 35px;
}
input.Btn.Btn--more:visited {
  background-color: #FFF;
  border-color: #2498B3;
  color: #2498B3;
}
input.Btn.Btn--more:hover {
  background-color: #2498B3;
  color: #FFF;
}
input.Btn.Btn--more:focus {
  background-color: #2498B3;
  color: #FFF;
}
input.Btn.Btn--more:active {
  background-color: #2498B3;
  color: #FFF;
}

/* Innerlink
-----------------------------------------*/
.Innerlink {
  margin-top: 0.6em;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.Innerlink::before {
  position: absolute;
  top: 0;
  right: 5px;
  content: "\f061";
  font-weight: normal;
  color: #2498B3;
  font-family: "Font Awesome 5 pro";
}

/* ScrollTbl
-----------------------------------------*/
@media screen and (max-width: 1378px) {
  .ScrollTbl {
    overflow: auto;
  }
  .ScrollTbl::-webkit-scrollbar {
    height: 5px;
  }
  .ScrollTbl::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .ScrollTbl::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #2498B3;
  }
}

/* Column
-----------------------------------------*/
.Column {
  position: relative;
  margin-bottom: 3em;
  padding: 17px;
  border: solid 1px #A2D729;
  border-radius: 4px;
  background-color: #F6FBE9;
}
@media screen and (max-width: 1378px) {
  .Column {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .Column {
    padding-bottom: 80px;
  }
}
.Column *:last-child {
  margin-bottom: 0;
}
.Column::after {
  position: absolute;
  bottom: -62px;
  right: -120px;
  display: inline-block;
  width: 150px;
  height: 147px;
  background: url("./common/img/tekkun.png") no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1378px) {
  .Column::after {
    right: 0px;
    bottom: -70px;
  }
}
@media screen and (max-width: 767px) {
  .Column::after {
    bottom: -70px;
  }
}
.Column.Column--version {
  border-radius: 0;
  margin-bottom: 1.5em;
  border: solid 1px #2498B3;
  background-color: #F3FAFB;
}
@media screen and (max-width: 767px) {
  .Column.Column--version {
    padding-bottom: 17px;
  }
}
.Column.Column--version::after {
  display: none;
}
.Column.Column--attention {
  border-radius: 0;
  padding-top: 70px;
  margin-bottom: 1.5em;
  border: solid 1px #C44A4A;
  background-color: #FCF6F6;
}
@media screen and (max-width: 767px) {
  .Column.Column--attention {
    padding-bottom: 17px;
  }
}
.Column.Column--attention::after {
  display: none;
}
.Column.Column--attention::before {
  position: absolute;
  top: 7px;
  left: 50%;
  content: "\f06a";
  font-size: 36px;
  font-size: 3.6rem;
  color: #C44A4A;
  font-family: "Font Awesome 5 pro";
  transform: translate(-50%, 0);
}
.Column.Column--attention .Column__title {
  margin-top: 0;
  text-align: center;
}
.Column.Column--block {
  padding: 17px;
  margin-top: 40px;
}
@media screen and (max-width: 1378px) {
  .Column.Column--block {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1378px) {
  .Column.Column--block::after {
    width: 100px;
    height: 100px;
    bottom: -30px;
  }
}

p.Column__h1 {
  margin-bottom: 0.5em;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
}

h4.Column__heading {
  margin: 2em 0 0;
}
h4.Column__heading:first-child {
  margin-top: 0;
}
h4.Column__heading i {
  margin-right: 0.5em;
  color: #2498B3;
}

/* List
-----------------------------------------*/
.List--hr {
  padding-left: 0;
}
.List--hr li {
  padding: 3em 0;
}
.List--hr li:not(:last-child) {
  border-bottom: 2px dashed #ddd;
}

/* Accordion
-----------------------------------------*/
.Accordion__contents {
  position: relative;
  overflow: hidden;
  height: 1250px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .Accordion__contents {
    height: 190vw;
  }
}
.Accordion__contents::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.5) 30%, #121212 60%);
  transition: 0.3s;
}
.Accordion__contents.is-open {
  height: auto;
}
.Accordion__contents.is-open::before {
  content: none;
}
.Accordion__btn {
  max-width: calc(100% - 20px);
  width: 400px;
  display: block;
  position: absolute;
  bottom: 4em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin: 0 10px;
}
.Accordion__btn:focus {
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
@media screen and (max-width: 767px) {
  .Accordion__btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.Center button.Accordion__btn {
  margin: 0;
}

button.Accordion__btn.is-open {
  max-width: 100%;
  position: static;
  margin-top: 1em;
  margin-bottom: 4em;
  background-color: #696969;
  border-color: #696969;
  transform: translateX(0);
}
button.Accordion__btn.is-open:link {
  color: #FFF;
  background-color: #696969;
  border-color: #696969;
}
button.Accordion__btn.is-open:visited {
  color: #FFF;
  background-color: #696969;
  border-color: #696969;
}
button.Accordion__btn.is-open:hover {
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}
button.Accordion__btn.is-open:focus {
  background-color: #696969;
  border-color: #696969;
}
button.Accordion__btn.is-open:active {
  background-color: #2BB8D9;
  border-color: #2BB8D9;
}

/* Front
-----------------------------------------*/
.Front-support .Balloon {
  padding: 0;
  margin-top: 0;
}
.Front-support .Balloon__catch {
  width: auto !important;
  margin-bottom: 1em;
}
.Front-support .Front-support__list.--col6 {
  justify-content: center;
  position: relative;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .Front-support .Front-support__list.--col6 {
    margin-bottom: 2em;
  }
}
.Front-support .Front-support__list.--col6 .wp-block-column {
  max-width: 30%;
}
@media (max-width: 781px) {
  .Front-support .Front-support__list.--col6 .wp-block-column {
    max-width: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 599px) {
  .Front-support .Front-support__list.--col6 .wp-block-column {
    max-width: 100%;
    flex-basis: 100%;
  }
  .Front-support .Front-support__list.--col6 .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.Front-support .Front-support__list.--col6 .num {
  display: inline-block;
  width: 48px;
  height: 48px;
  color: #fff;
  background: #2498b3;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .Front-support .Front-support__list.--col6 .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .Front-support .Front-support__list.--col6 figure {
    width: 80%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.Front-about h3 {
  margin-bottom: 1em;
}
@media screen and (max-width: 500px) {
  .Front-about h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .Front-about h3 br {
    display: none;
  }
}
.Front-about .Front-about__item {
  display: block;
}
@media (max-width: 781px) {
  .Front-about .Front-about__item figure {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
.Front-about .Front-about__text {
  padding: 0;
  margin-top: 1em;
}
.Front-about .Front-about__text p {
  margin-bottom: 0.5em;
}
.Front-about .Front-about__text p:last-child {
  margin-bottom: 0;
}

/* WhatsNew
-----------------------------------------*/
.Sec--whatsnew {
  background: #F7F7F7;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1378px) {
  .Sec--whatsnew {
    padding-left: 0;
    padding-right: 0;
  }
}
.Sec--whatsnew h2 {
  width: 23%;
  line-height: 1;
  margin: 0;
  text-align: left;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .Sec--whatsnew h2 {
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1em;
  }
}
.Sec--whatsnew h2::before, .Sec--whatsnew h2::after {
  content: none;
}

.WhatsNew {
  flex-grow: 1;
}
.WhatsNew__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .WhatsNew__wrap {
    flex-direction: column;
  }
}
.WhatsNew .WhatsNew__list {
  margin: 0;
  padding: 0;
}
.WhatsNew .WhatsNew__list li {
  display: flex;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .WhatsNew .WhatsNew__list li {
    flex-direction: column;
  }
}
.WhatsNew .WhatsNew__list li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .WhatsNew .WhatsNew__list li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.WhatsNew .WhatsNew__date {
  width: 120px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  .WhatsNew .WhatsNew__date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0.2em;
  }
}
.WhatsNew .WhatsNew__title {
  flex: 1;
  margin: 0;
  font-weight: 700;
}

/* CTA
-----------------------------------------*/
.Main .CTA {
  text-align: center;
}
.Main .CTA__title {
  letter-spacing: 0.05em;
  font-size: 36px;
  font-size: 3.6rem;
  padding-bottom: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 500px) {
  .Main .CTA__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.Main .CTA__title::before, .Main .CTA__title::after {
  content: none;
}
.Main .CTA__title strong {
  position: relative;
}
.Main .CTA__title strong::before, .Main .CTA__title strong::after {
  content: "";
  margin: 0;
  width: 4px;
  height: 1em;
  background: #FFF;
  border-radius: 0;
  position: absolute;
  top: 50%;
}
.Main .CTA__title strong::before {
  left: -20px;
  transform: translateY(-40%) rotate(-25deg);
}
@media screen and (max-width: 500px) {
  .Main .CTA__title strong::before {
    left: -14px;
  }
}
.Main .CTA__title strong::after {
  right: -20px;
  transform: translateY(-40%) rotate(25deg);
}
@media screen and (max-width: 500px) {
  .Main .CTA__title strong::after {
    right: -14px;
  }
}
@media screen and (max-width: 500px) {
  .Main .CTA__body {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .Main .CTA__body br {
    display: none;
  }
}
.Main .CTA__btn {
  margin-top: 1.5em;
}
.Main .CTA__btn a.wp-block-button__link {
  padding: 28px 100px;
}
@media screen and (max-width: 500px) {
  .Main .CTA__btn a.wp-block-button__link {
    padding: 19px 44px;
  }
}
.Main .CTA__apply {
  margin-bottom: 0;
}
.Main .CTA__apply a {
  padding: 0 0 0.05em;
  margin-top: 0.5em;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  color: #FFF;
}
@media screen and (max-width: 500px) {
  .Main .CTA__apply a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* Exposition
-----------------------------------------*/
.Exposition {
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
}
.Exposition:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .Exposition {
    margin-bottom: 2em;
    flex-direction: column;
  }
}
.Exposition.--half {
  align-items: center;
}

.Exposition:nth-child(even) .Exposition__body {
  order: 2;
}
@media screen and (max-width: 767px) {
  .Exposition:nth-child(even) .Exposition__body {
    order: 1;
  }
}
.Exposition:nth-child(even) .Exposition__img {
  order: 1;
}
@media screen and (max-width: 767px) {
  .Exposition:nth-child(even) .Exposition__img {
    order: 2;
  }
}

.Exposition__body {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .Exposition__body {
    width: auto;
  }
}
.Exposition__body.--half {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .Exposition__body.--half {
    width: auto;
  }
}
.Exposition__body p {
  line-height: 1.9;
}

h3.Exposition__title {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-weight: 900;
}
h3.Exposition__title strong {
  display: block;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  h3.Exposition__title strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
h3.Exposition__title strong .marker {
  background: linear-gradient(transparent 70%, rgba(162, 215, 41, 0.6) 70%, rgba(162, 215, 41, 0.6) 95%, transparent 95%);
}
h3.Exposition__title small {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  color: #2498B3;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  h3.Exposition__title small {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
h3.Exposition__title small span {
  display: inline-block;
  font-family: "Ropa Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 34px;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #FFF;
  background-color: #2498B3;
  border-radius: 50px;
  margin-left: 6px;
}
@media screen and (max-width: 500px) {
  h3.Exposition__title small span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Exposition__img {
  text-align: center;
  margin-top: 3em;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .Exposition__img {
    margin-top: 0.5em;
    width: auto;
    text-align: center;
  }
}
.Exposition__img.--half {
  width: 50%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .Exposition__img.--half {
    width: auto;
  }
}
.Exposition__img img {
  max-width: 100%;
  height: auto;
}

/* Interview
-----------------------------------------*/
.Interview ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Interview ul li {
  margin-bottom: 1.5em;
}
.Interview ul li:last-child {
  margin-bottom: 3em;
}

.Interview__item {
  display: flex;
  align-items: center;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
}
@media screen and (max-width: 1378px) {
  .Interview__item {
    flex-direction: column;
  }
}
.Interview__item:link {
  color: #121212;
}
.Interview__item:visited {
  color: #121212;
}
.Interview__item:hover {
  color: #121212;
  background-color: #F3FAFB;
}
.Interview__item:focus {
  color: #121212;
  background-color: #F3FAFB;
}
.Interview__item:active {
  color: #121212;
  background-color: #F3FAFB;
}
.Interview__item .Innerlink {
  color: #2498B3;
}
.Interview__item p:last-child {
  margin-bottom: 0;
}

.Interview__img {
  position: relative;
  width: 267px;
  height: 267px;
  overflow: hidden;
}
@media screen and (max-width: 1378px) {
  .Interview__img {
    width: 100%;
    height: auto;
  }
}
.Interview__img img {
  height: 267px;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1378px) {
  .Interview__img img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0%, 0%);
  }
}

.Interview__body {
  flex: 1;
  padding: 0 10px 0 27px;
}
@media screen and (max-width: 1378px) {
  .Interview__body {
    padding: 10px;
  }
}

h3.Interview__title {
  margin: 0 0 0.2em 0;
  line-height: 1.3;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
}
h3.Interview__title small {
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

.Interview__name {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Voice
-----------------------------------------*/
.Voice ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Voice ul {
    flex-direction: column;
  }
}
.Voice ul li {
  width: 49%;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .Voice ul li {
    width: auto;
  }
}

.Voice__item {
  display: block;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .Voice__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Voice__item *:last-child {
  margin-bottom: 0;
}
.Voice__item a {
  display: block;
  height: 100%;
  padding: 20px;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .Voice__item a {
    padding: 15px;
  }
}
.Voice__item a .Innerlink {
  color: #2498B3;
}

.Voice__head {
  margin-bottom: 1.3em;
  display: flex;
  align-items: flex-start;
}

.Voice__img {
  width: 22%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .Voice__img {
    width: 20%;
    max-width: 100px;
  }
}
.Voice__img img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}

.Voice__body {
  flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .Voice__body {
    padding-left: 3%;
  }
}
.Voice__body p {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .Voice__body p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

h4.Voice__title {
  margin: 0;
  color: #121212;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 500px) {
  h4.Voice__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* Interview Header
-----------------------------------------*/
.Graduate__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}
.Graduate__header img {
  border: solid 3px #2BB8D9;
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Graduate__header img {
    width: 20%;
    max-width: 100px;
    max-height: 100px;
  }
}

.GraduateHeader__body {
  margin-left: 1.6em;
}
@media screen and (max-width: 767px) {
  .GraduateHeader__body {
    margin-left: 3%;
  }
}
.GraduateHeader__body h2 {
  margin-bottom: 0.3em;
  padding-bottom: 0;
  text-align: left;
}
.GraduateHeader__body h2::before, .GraduateHeader__body h2::after {
  display: none;
}

/* Achievement
-----------------------------------------*/
.Achievement .Achievement__slider {
  padding: 0;
}
.Achievement .Achievement__slider .Voice__item {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  outline: none;
}
.Achievement .Achievement__slider .Voice__item a {
  background-color: #FFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(36, 152, 179, 0.25);
  margin: 0 2%;
}
.Achievement .Achievement__slider .slick-dots {
  bottom: -60px;
}
.Achievement .Achievement__slider .slick-dots li {
  width: 24px;
  height: 24px;
}
.Achievement .Achievement__slider .slick-dots li button:before {
  font-size: 13px;
  color: #eee;
  opacity: 1;
}
.Achievement .Achievement__slider .slick-dots li button:before:hover {
  color: #2498B3;
  opacity: 1;
}
.Achievement .Achievement__slider .slick-dots li.slick-active button:before {
  color: #2498B3;
  opacity: 1;
}
.Achievement__message {
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .Achievement__message {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.Achievement__message span {
  display: inline-block;
}

.Front-achievement .Achievement__slider {
  display: flex;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .Front-achievement .Achievement__slider {
    flex-direction: column;
  }
}
.Front-achievement .Achievement__slider .Voice__item {
  flex: 1;
}
.Front-achievement .Achievement__slider .Voice__item a {
  border: none;
}

/* Course
-----------------------------------------*/
.Course > ul {
  padding: 0;
}
.Course li {
  margin-bottom: 2em;
  width: 100%;
}
.Course.Course--col2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Course.Course--col2 ul {
    flex-direction: column;
  }
}
.Course.Course--col2 li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .Course.Course--col2 li {
    width: auto;
  }
}

.Course__item,
.lecturer__item {
  display: flex;
  padding: 20px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .Course__item,
.lecturer__item {
    flex-direction: column;
  }
}

.Course__body {
  flex: 1;
}
.Course__body *:last-child {
  margin-bottom: 0;
}

.Course__img {
  width: 40%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .Course__img {
    width: 100%;
    margin-top: 1em;
    padding-left: 0;
    text-align: center;
  }
}
.Course__img img {
  max-width: 100%;
  height: auto;
}

h3.Course__title {
  margin: 0 0 0.5em 0;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  h3.Course__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h3.Course__title small {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  margin: 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2498B3;
  border: solid 2px #2498B3;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  h3.Course__title small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
}
.Modal__closeBtn {
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.Modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 18, 18, 0.95);
}
.Modal__inner {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.Modal__inner::-webkit-scrollbar {
  display: none;
}
.Modal .Comic {
  background: transparent;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 80px;
}
.Modal .Comic::-webkit-scrollbar {
  display: none;
}

.Course-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -1.5%;
  padding: 0;
  text-align: center;
}
.Course-list.--center {
  justify-content: center;
}
.Course-list li {
  width: 33.3333333333%;
  padding: 0 1.5%;
  margin-bottom: 40px !important;
}
.Course-list li:nth-child(n+4) {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1378px) {
  .Course-list li {
    width: 50%;
    margin-bottom: 20px !important;
  }
  .Course-list li:nth-child(4) {
    margin-bottom: 20px !important;
  }
  .Course-list li:nth-child(n+5) {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .Course-list li {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .Course-list li:nth-child(4), .Course-list li:nth-child(5) {
    margin-bottom: 10px !important;
  }
  .Course-list li:last-child {
    margin-bottom: 0 !important;
  }
}
.Course-list li.--new a {
  position: relative;
}
.Course-list li.--new a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 78px solid transparent;
  border-left: 78px solid #A2D729;
  z-index: 100;
}
.Course-list li.--new a::after {
  content: "New";
  display: block;
  transform: rotate(-45deg);
  color: #FFF;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 101;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
}
.Course-list li a {
  display: block;
  height: 100%;
  padding: 24px;
  background: #FFF;
  box-shadow: 0 1px 20px -2px rgba(0, 0, 0, 0.08);
  color: #121212;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .Course-list li a {
    padding: 12px;
  }
}
.Course-list li a:hover {
  background: #FFF;
  box-shadow: 0 1px 20px -2px rgba(0, 0, 0, 0.08), 0 1px 20px -2px rgba(0, 0, 0, 0.08);
}
.Course-list li a:hover .Btn--more {
  background: #2498B3;
  color: #FFF;
}
.Course-list li .Course-list__name {
  margin: 12px 0 0.5em;
}
@media screen and (max-width: 767px) {
  .Course-list li .Course-list__name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Course-list__img {
  max-width: 160px;
  margin: 0 auto;
}
.Course-list__body {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px !important;
}
.Course-list__info {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777;
  margin-bottom: 28px !important;
}
.Course-list .Btn--more {
  margin: auto auto 6px;
}

.Course__intro {
  gap: 0;
}
.Course__intro .Course-intro {
  margin-bottom: 0;
}
@media (max-width: 781px) {
  .Course__intro .Course-intro {
    align-items: flex-start;
  }
}
@media (max-width: 781px) {
  .Course__intro .Course-intro__body {
    flex-basis: calc(70% - 2em) !important;
  }
}
@media (max-width: 599px) {
  .Course__intro .Course-intro__body {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .Course__intro .Course-intro__img {
    align-self: auto;
    flex-basis: 30% !important;
  }
}
@media (max-width: 599px) {
  .Course__intro .Course-intro__img figure {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 781px) {
  .is-layout-flow.wp-block-column.is-vertically-aligned-center.Course-intro__body {
    flex-basis: calc(70% - 2em) !important;
  }
}
@media (max-width: 599px) {
  .is-layout-flow.wp-block-column.is-vertically-aligned-center.Course-intro__body {
    flex-basis: 100% !important;
  }
}

@media (max-width: 781px) {
  .is-layout-flow.wp-block-column.is-vertically-aligned-center.Course-intro__img {
    flex-basis: 30% !important;
  }
}

.Course__meta {
  color: #2498B3;
  font-weight: 700;
}

.Course__feature .wp-block-columns {
  margin-bottom: 0;
}

@media (max-width: 781px) {
  .Course-feature__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #FFF;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #eee;
  }
  .Course-feature__item figure {
    flex-basis: 30%;
    margin-bottom: 0;
  }
  .Course-feature__item p.has-big-font-size {
    flex: 1;
    margin-left: 5%;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 781px) {
  .Course-feature__item:not(:only-child) {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .Course-feature__item:not(:first-child) {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}

.Course__curriculum h3 {
  margin: 1.5em 0 0.5em 0;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #4B4B4B;
}
@media screen and (max-width: 500px) {
  .Course__curriculum h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.Course__service .num {
  display: inline-block;
  width: 48px;
  height: 48px;
  color: #FFF;
  background: #2498B3;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .Course__service .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Course__service .Course-service__list {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .Course__service .Course-service__item figure {
    width: 80%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.Course__service .Course-service__item > *:last-child {
  margin-bottom: 0;
}

/* Guarantee
-----------------------------------------*/
.Main .Guarantee {
  background: url("./common/img/bg-trial.png");
  background-size: cover;
  background-position: center top;
}
.Main .Guarantee .wp-block-group {
  position: relative;
  padding: 0;
}
.Main .Guarantee .wp-block-group::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url("./common/img/girl-500.png");
  background-size: contain;
  position: absolute;
  left: -20px;
  bottom: 20px;
}
@media screen and (max-width: 1378px) {
  .Main .Guarantee .wp-block-group::before {
    width: 150px;
    height: 150px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .Main .Guarantee .wp-block-group::before {
    width: 100px;
    height: 100px;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .Main .Guarantee .wp-block-group::before {
    content: none;
  }
}
.Main .Guarantee .wp-block-group::after {
  content: "";
  width: 250px;
  height: 250px;
  background: url("./common/img/tekkun-500.png");
  background-size: contain;
  position: absolute;
  right: -20px;
  bottom: 20px;
}
@media screen and (max-width: 1378px) {
  .Main .Guarantee .wp-block-group::after {
    width: 150px;
    height: 150px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .Main .Guarantee .wp-block-group::after {
    width: 100px;
    height: 100px;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .Main .Guarantee .wp-block-group::after {
    content: none;
  }
}
.Main .Guarantee__lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .Main .Guarantee__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Main .Guarantee__title {
  font-size: 45px;
  font-size: 4.5rem;
  color: #2498B3;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Main .Guarantee__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 500px) {
  .Main .Guarantee__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.Main .Guarantee__title::before, .Main .Guarantee__title::after {
  content: none;
}
.Main .Guarantee__body {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Main .Guarantee__body {
    text-align: left;
  }
}
.Main .Guarantee__btn {
  margin-top: 2em;
}
@media screen and (max-width: 500px) {
  .Main .Guarantee__btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* Instructor
-----------------------------------------*/
.Instructors {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .Instructors {
    flex-direction: column-reverse;
  }
}
.Instructors.wp-block-columns {
  margin-bottom: 0;
}
.Instructors__text {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .Instructors__text {
    width: 100%;
  }
}
.Instructors__text h3 {
  margin-top: 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Instructors__text h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.Instructors__text h3 span {
  display: inline-block;
}
.Instructors__text p {
  line-height: 1.7;
}
.Instructors__text p.Btn {
  line-height: 1;
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .Instructors__btn {
    text-align: center;
  }
}
.Instructors__img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .Instructors__img {
    width: 100%;
    margin-bottom: 2em;
  }
}
.Instructors__img .wp-block-image {
  margin-bottom: 0;
}

h2.Instructor__name {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  color: #121212;
}
h2.Instructor__name::before, h2.Instructor__name::after {
  content: none;
}

h3.Instructor__heading {
  color: #2498B3;
  margin-top: 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h3.Instructor__heading {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 2em;
  }
}

.Instructor__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}
.Instructor__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

ul.Instructor__courses {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul.Instructor__courses {
    margin-bottom: 1.5em;
  }
}
ul.Instructor__courses li {
  margin: 0 5px 8px;
}
@media screen and (max-width: 767px) {
  ul.Instructor__courses li {
    margin: 0 3px 8px;
  }
}
ul.Instructor__courses .__button {
  display: inline-block;
  height: 48px;
  padding: 0 2em;
  border: 1px solid #eee;
  border-radius: 24px;
  background: #FFF;
  outline: none;
  line-height: 46px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
ul.Instructor__courses .__button:focus {
  border-width: 2px;
  border-color: rgb(0, 95, 204);
}
@media screen and (max-width: 767px) {
  ul.Instructor__courses .__button {
    height: 32px;
    padding: 0 1em;
    border-radius: 16px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
ul.Instructor__courses .__button.is-active, ul.Instructor__courses .__button:hover {
  background: #2498B3;
  color: #FFF;
  border: none;
  line-height: 48px;
  padding: 0 calc(2em + 1px);
}
@media screen and (max-width: 767px) {
  ul.Instructor__courses .__button.is-active, ul.Instructor__courses .__button:hover {
    line-height: 32px;
    padding: 0 calc(1em + 1px);
  }
}

ul.Instructor__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -1.5%;
  padding: 0;
}
ul.Instructor__list.--center {
  justify-content: center;
}
ul.Instructor__list li {
  width: 33.3333333333%;
  padding: 0 1.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  ul.Instructor__list li {
    width: 50%;
    margin-bottom: 20px;
  }
}
ul.Instructor__list li a {
  display: block;
  height: 100%;
  padding: 24px;
  background: #FFF;
  border: 1px solid #eee;
  box-shadow: 0 1px 20px -2px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  ul.Instructor__list li a {
    padding: 12px;
  }
}

.Instructor__head {
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #121212;
  text-align: center;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
.Instructor__head h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #121212;
  margin: 0.5em 0 0.2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .Instructor__head h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.Instructor__course {
  color: #777;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .Instructor__course {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.Instructor__img {
  width: 78%;
  margin: 0 auto;
}
.Instructor__img img {
  border-radius: 50%;
}
.Instructor__img.--single {
  width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .Instructor__img.--single {
    width: 64%;
  }
}
.Instructor__img.--single img {
  border: 2px solid #eee;
}

.Instructors__body p {
  color: #121212;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .Instructors__body p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.Instructors__body p.__more {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .Instructors__body p.__more {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.Instructors__body p.limit {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Instructors__body p.limit {
    -webkit-line-clamp: 3;
  }
}
.Instructors__body .Innerlink {
  color: #2498B3;
}

/* Card_list
-----------------------------------------*/
.Card_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1378px) {
  .Card_list ul {
    flex-direction: column;
  }
}
.Card_list ul li {
  width: 49%;
  margin-bottom: 2em;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
}
@media screen and (max-width: 1378px) {
  .Card_list ul li {
    width: auto;
  }
}

.Card_list__item {
  display: flex;
}
@media screen and (max-width: 500px) {
  .Card_list__item {
    padding: 10px;
    flex-direction: column;
  }
}
.Card_list__item:link {
  color: #121212;
}
.Card_list__item:visited {
  color: #121212;
}
.Card_list__item:hover {
  color: #121212;
  background-color: #F3FAFB;
}
.Card_list__item:focus {
  color: #121212;
  background-color: #F3FAFB;
}
.Card_list__item:active {
  color: #121212;
  background-color: #F3FAFB;
}
.Card_list__item .Innerlink {
  color: #2498B3;
}
.Card_list__item *:last-child {
  margin-bottom: 0;
}

.Card_list__img {
  width: 180px;
}
@media screen and (max-width: 500px) {
  .Card_list__img {
    margin-bottom: 0.5em;
    width: auto;
    text-align: center;
  }
}
.Card_list__img img {
  max-width: 100%;
  height: auto;
}

.Card_list__body {
  flex: 1;
  padding: 12px 10px 0 15px;
}
@media screen and (max-width: 500px) {
  .Card_list__body {
    padding: 0;
  }
}

h3.Card_list__title {
  margin: 0 0 0.4em 0;
  line-height: 1.3;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
}
h3.Card_list__title small {
  margin-bottom: 5px;
  display: block;
  font-weight: normal;
  color: #4B4B4B;
  font-size: 14px;
  font-size: 1.4rem;
}

p.Card_list__part {
  font-size: 14px;
  font-size: 1.4rem;
}
p.Card_list__part strong {
  display: block;
}
p.Card_list__part .Innerlink {
  font-size: 16px;
  font-size: 1.6rem;
}

/* wp-pagenavi
-----------------------------------------*/
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0;
  margin: 0 0.5em;
}
.wp-pagenavi .current {
  border: none;
  background: #2BB8D9;
  color: #FFF;
}
.wp-pagenavi a {
  background: #F2F2F2;
  border-color: #E3E3E3;
  color: #696969;
}
.wp-pagenavi a:hover {
  border: none;
  background: #2BB8D9;
  color: #FFF;
}

/* Comic
-----------------------------------------*/
.Comic {
  padding: 3em 1em 0;
  background-color: #121212;
  text-align: center;
  position: relative;
}
.Comic ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Comic img {
  margin-bottom: 1em;
  width: 100%;
  max-width: 640px;
  height: auto;
}

/* Curriculum
-----------------------------------------*/
.Curriculum th {
  width: 5em;
}

.LearningUnit {
  padding-left: 0;
}
.LearningUnit li {
  display: inline;
  list-style-type: none;
}
.LearningUnit li:after {
  content: "／";
}
.LearningUnit li:last-child:after {
  content: none;
}

/* Feature
-----------------------------------------*/
.Feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Feature {
    flex-direction: column;
  }
}

.Feature__item {
  margin-bottom: 2em;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Feature__item {
    width: auto;
  }
}
.Feature__item img {
  max-width: 100%;
  height: auto;
}

.Feature.col2 .Feature__item {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .Feature.col2 .Feature__item {
    width: auto;
  }
}

.Feature__body {
  text-align: left;
}
.Feature__body *:last-child {
  margin-bottom: 0;
}

h3.Feature__title {
  margin: 1em 0 0.3em 0;
  font-size: 21px;
  font-size: 2.1rem;
  color: #4B4B4B;
  font-weight: 700;
}

/* Option
-----------------------------------------*/
.Option ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Option ul {
    flex-direction: column;
  }
}
.Option li {
  margin-bottom: 2em;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .Option li {
    width: auto;
  }
}
.Option.Option--col3 ul {
  justify-content: flex-start;
}
.Option.Option--col3 li {
  width: 32%;
  margin: 0 21px 2em 0;
}
@media screen and (max-width: 1378px) {
  .Option.Option--col3 li {
    width: 100%;
  }
}

.Option__item {
  display: flex;
  padding: 20px 10px 20px 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
}

.Option__img {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Option__img i {
  font-size: 90px;
  font-size: 9rem;
  color: #2BB8D9;
}

.Option__body {
  flex: 1;
}
.Option__body p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

h3.Option__title {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

/* Fee
-----------------------------------------*/
.Fee__inner {
  width: 740px;
  max-width: 100%;
  padding: 40px;
  background: #FFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1378px) {
  .Fee__inner {
    padding: 20px;
  }
}
.Fee__inner h3 {
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: center;
}
.Fee__meta {
  width: 310px;
  max-width: 100%;
  margin: 0 auto 1em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 500px) {
  .Fee__meta {
    font-size: 13px;
    font-size: 1.3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.Fee__meta dl {
  display: flex;
  margin-bottom: 0;
}
.Fee__meta dt {
  width: 80px;
  font-weight: normal;
  color: #2498B3;
}
@media screen and (max-width: 500px) {
  .Fee__meta dt {
    width: 70px;
  }
}
.Fee__meta dd {
  color: #777;
}
.Fee__body {
  max-width: 500px;
  margin: 0 auto 3em;
}
.Fee__body dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  border-bottom: 2px dotted #dddddd;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .Fee__body dl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 375px) {
  .Fee__body dl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .Fee__body dd {
    margin-bottom: 0;
  }
}
.Fee__strong {
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-right: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Fee__strong {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 500px) {
  .Fee__strong {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 375px) {
  .Fee__strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.Fee__strong.--blue {
  color: #2498B3;
}
.Fee__strong.--small {
  font-size: 30px;
  font-size: 3rem;
  margin-right: 0.16em;
}
@media screen and (max-width: 500px) {
  .Fee__strong.--small {
    font-size: 20px;
    font-size: 2rem;
  }
}
.Fee__title {
  width: 139px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-weight: 700;
  position: relative;
  margin-right: 15px;
}
@media screen and (max-width: 500px) {
  .Fee__title {
    width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 12px;
  }
}
@media (max-width: 375px) {
  .Fee__title {
    width: 90px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.Fee__title::before, .Fee__title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.Fee__title.--normal {
  border: 1px solid #2498B3;
  border-right: transparent;
  color: #2498B3;
  position: relative;
}
.Fee__title.--normal::after, .Fee__title.--normal::before {
  display: inline-block;
  width: 1px;
  height: 25px;
  border-right: 1px solid #2498B3;
  position: absolute;
  left: 100%;
}
@media screen and (max-width: 500px) {
  .Fee__title.--normal::after, .Fee__title.--normal::before {
    height: 20px;
  }
}
.Fee__title.--normal::before {
  transform: rotate(-36.87deg);
  transform-origin: top left;
  top: 0;
}
.Fee__title.--normal::after {
  transform: rotate(36.87deg);
  transform-origin: bottom left;
  bottom: 0;
}
.Fee__title.--discount {
  border: 1px solid #2498B3;
  background: #2498B3;
  color: #FFF;
}
.Fee__title.--discount::before {
  border-style: solid;
  border-color: transparent transparent transparent #2498B3;
  border-width: 20px 0 20px 15px;
  top: -1px;
  right: -1em;
}
@media screen and (max-width: 500px) {
  .Fee__title.--discount::before {
    border-width: 16px 0 16px 12px;
    right: -13px;
  }
}
@media screen and (max-width: 500px) {
  .Fee__deleted {
    display: block;
  }
}
.Fee__deleted::after {
  content: "→";
  margin: 0px 0.3em;
}
@media screen and (max-width: 767px) {
  .Fee__deleted::after {
    margin: 0 0.1em;
  }
}
.Fee__student {
  text-align: right;
  margin-top: 1.2em;
}
@media screen and (max-width: 500px) {
  .Fee__student {
    margin-top: 0.5em;
  }
}
.Fee__student span.--gray {
  color: #777;
  margin-right: 0.5em;
}
.Fee__txt {
  font-size: 15px;
  font-size: 1.5rem;
}
.Fee__txt strong {
  color: #2498B3;
}
.Fee .w590 {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.Fee .Fee__txt {
  margin-bottom: 1.5em;
}

/* Dates
-----------------------------------------*/
.Dates__inner {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Dates__list {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .Dates__list {
    flex-direction: column;
  }
}
.Dates__list li {
  width: 32%;
  padding: 22px 24px 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .Dates__list li {
    width: 100%;
  }
}
.Dates__tag {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 8px;
  border: 1px solid #2498B3;
  background: #2498B3;
  color: #FFF;
  line-height: 1;
}
.Dates__tag.--early {
  border: 1px solid #2498B3;
  background: transparent;
  color: #2498B3;
  margin-left: 5px;
}
.Dates__date {
  font-weight: 900;
  letter-spacing: 0.05em;
}
.Dates__date span {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  margin-right: 0.2em;
  line-height: 1;
  font-weight: 700;
  position: relative;
  top: 2px;
}
.Dates .Dates__date {
  margin: 0.5em 0 0.1em;
}
.Dates .Dates__time {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.Dates .Dates__list {
  padding-left: 0;
  margin-bottom: 3em;
}
.Dates .Dates__list li {
  margin: 0;
}
.Dates .Dates__list li:not(:first-child) {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .Dates .Dates__list li:not(:first-child) {
    margin-top: 1em;
    margin-left: 0;
  }
}
.Dates .Dates__list li.--closed .Dates__tag {
  border: 1px solid #777;
  background: #777;
}
.Dates .Dates__list li.--closed .Dates__date {
  color: #777;
}
.Dates .Dates__list li.--closed .Dates__time {
  color: #777;
}

/* Annotation
-----------------------------------------*/
.Main .wp-block-group .wp-block-group__inner-container .Annotation {
  width: auto;
  padding: 10px;
  background: #F7F7F7;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 15px;
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation::before, .Main .wp-block-group .wp-block-group__inner-container .Annotation::after {
  bottom: 100%;
  left: 93px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation::before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 8px;
  margin-left: -8px;
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation::after {
  border-color: rgba(247, 247, 247, 0);
  border-bottom-color: #F7F7F7;
  border-width: 7px;
  margin-left: -7px;
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation__target {
  color: #2498B3;
  border-bottom: 1px dashed #2498B3;
  cursor: pointer;
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation__target:hover ~ .Annotation {
  opacity: 1;
  transform: translateY(0);
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation__target::after {
  content: "?";
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  background: #2498B3;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.2em;
  position: relative;
  top: -0.1em;
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation__list {
  white-space: nowrap;
  list-style: none;
  position: relative;
  margin-bottom: 0;
  padding-left: 1.5em;
}
@media screen and (max-width: 500px) {
  .Main .wp-block-group .wp-block-group__inner-container .Annotation__list {
    white-space: pre-wrap;
  }
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation__list::before {
  font-size: 14px;
  font-size: 1.4rem;
  content: "例）";
  position: absolute;
  top: 0;
  left: 0;
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation__list li {
  margin: 0 !important;
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.Main .wp-block-group .wp-block-group__inner-container .Annotation__list li::before {
  content: none !important;
}

/* BoardWrap
-----------------------------------------*/
.BoardWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1378px) {
  .BoardWrap {
    flex-direction: column;
  }
}
.BoardWrap .BoardWrap__col {
  width: 48%;
}
@media screen and (max-width: 1378px) {
  .BoardWrap .BoardWrap__col {
    width: auto;
  }
}

/* Board
-----------------------------------------*/
.Board {
  margin-bottom: 2em;
  padding: 35px 20px 25px 20px;
  border: solid 1px #2498B3;
  background-color: #F3FAFB;
}
.Board *:last-child {
  margin-bottom: 0;
}
.Board dl {
  height: 43px;
  display: flex;
  align-items: center;
  border-bottom: dotted 2px #C3C3C3;
}
@media screen and (max-width: 500px) {
  .Board dl {
    height: auto;
    display: block;
    padding-bottom: 0.5em;
  }
}
.Board dl dt {
  font-weight: 700;
  color: #4B4B4B;
  font-size: 14px;
  font-size: 1.4rem;
}
.Board dl dd {
  margin-bottom: 0;
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
.Board .Caption {
  margin-top: 1em;
}

.Board--Price dt {
  width: 160px;
}

.Board--schedule dl dt {
  width: 250px;
}
.Board--schedule dl dt strong {
  font-size: 24px;
  font-size: 2.4rem;
}

.Tag_label {
  display: inline-block;
  padding: 2px;
  border-radius: 2px;
  background: #2498B3;
  color: #FFF;
  font-size: 84%;
}

.Total_amount {
  font-size: 124%;
}

.Board__strong {
  color: #2498B3;
  line-height: 1;
  font-family: "Ropa Sans", sans-serif;
  font-size: 40px;
  font-size: 4rem;
}
.Board__strong span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.Board__deleted {
  color: #4B4B4B;
}
.Board__deleted:after {
  content: "→";
  margin: 0 0.5em;
}

/* Flow
-----------------------------------------*/
.Flow .Flow__item:last-of-type {
  margin-bottom: 3em;
}

.Flow__item {
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .Flow__item {
    flex-direction: column;
  }
}

.Flow__img {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1378px) {
  .Flow__img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .Flow__img {
    display: block;
    width: auto;
    text-align: center;
  }
}
.Flow__img img {
  max-width: 100%;
  height: auto;
}

.Flow__body {
  flex: 1;
  padding: 20px;
}

h3.Flow__title {
  margin-top: 0 !important;
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
}
h3.Flow__title span {
  display: inline-block;
  font-family: "Ropa Sans", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  padding-top: 5px;
  margin-right: 10px;
  line-height: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #2498B3;
  border-radius: 20px;
}

.Flow__col {
  position: relative;
  padding: 20px 20px 0 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .Flow__col {
    width: auto;
  }
}
.Flow__col:nth-child(1)::after {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  content: "";
  width: 1px;
  background-color: #C3C3C3;
}
@media screen and (max-width: 767px) {
  .Flow__col:nth-child(1)::after {
    top: auto;
    bottom: 0;
    width: auto;
    left: 20px;
    right: 20px;
    height: 1px;
  }
}
.Flow__col .Flow__body {
  padding: 0 0 10px 0;
}
.Flow__col .Flow__img {
  width: auto;
}

/* Qa
-----------------------------------------*/
.Qa__item {
  margin-bottom: 1em;
}
.Qa__item:last-child {
  margin-bottom: 2em;
}
.Qa__item:nth-child(2n+1) .Qa__person {
  background-image: url("./common/img/qa-q01.png");
  background-size: contain;
}
.Qa__item:nth-child(2n) .Qa__person {
  background-image: url("./common/img/qa-q02.png");
  background-size: contain;
  background-color: transparent;
}
.Qa__question {
  position: relative;
}
.Qa__question::before, .Qa__question::after {
  content: "";
  background: #C3C3C3;
  position: absolute;
  right: 10px;
  top: 38px;
  width: 18px;
  height: 2px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .Qa__question::before, .Qa__question::after {
    top: 28px;
  }
}
.Qa__question::after {
  transform: rotate(-90deg);
}
.Qa__question.is-open::after {
  transform: rotate(180deg);
}

.Qa__answer[aria-hidden=true] {
  display: none;
}

.Qa__answer {
  margin-top: 1em;
  margin-bottom: 3em;
}

.Qa__sentence {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.Qa__person {
  width: 78px;
  height: 78px;
  border-radius: 50px;
  border: solid 2px #2BB8D9;
  background-color: #2BB8D9;
}
@media screen and (max-width: 500px) {
  .Qa__person {
    width: 60px;
    height: 60px;
  }
}

.Qa__body {
  margin-top: 10px;
  margin-left: 20px;
  flex: 1;
  font-weight: 700;
  padding: 15px 40px 15px 10px;
  border-radius: 4px;
  border: solid 1px rgba(36, 152, 179, 0.1);
  background-color: #F3FAFB;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .Qa__body {
    margin-top: 0;
    margin-left: 15px;
    padding: 15px 35px 15px 10px;
  }
}
.Qa__body:hover {
  background-color: #e0f2f5;
}
.Qa__body:hover::after {
  border-color: transparent #e0f2f5 transparent transparent;
}
.Qa__body::before, .Qa__body::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  position: absolute;
  top: 21px;
}
.Qa__body::before {
  border-color: transparent rgba(36, 152, 179, 0.1) transparent transparent;
  right: 100%;
  top: 21px;
}
.Qa__body::after {
  border-color: transparent #F3FAFB transparent transparent;
  right: calc(100% - 2px);
  top: 21px;
}
.Qa__body *:last-child {
  margin-bottom: 0;
}

/* .Qa__sentence--answer */
.Qa__sentence--answer .Qa__person {
  order: 2;
  border: solid 2px #A2D729;
  background: #A2D729 !important;
}
.Qa__sentence--answer .Qa__body {
  order: 1;
  margin-left: 0;
  margin-right: 20px;
  font-weight: normal;
  border: solid 1px rgba(162, 215, 41, 0.2);
  background: #F6FBE9;
  padding: 15px 10px;
  cursor: default;
}
@media screen and (max-width: 500px) {
  .Qa__sentence--answer .Qa__body {
    margin-right: 15px;
  }
}
.Qa__sentence--answer .Qa__body::before, .Qa__sentence--answer .Qa__body::after {
  border-width: 8px 0 8px 10px;
}
.Qa__sentence--answer .Qa__body::before {
  border-color: transparent transparent transparent rgba(162, 215, 41, 0.2);
  left: 100%;
  top: 21px;
}
.Qa__sentence--answer .Qa__body::after {
  border-color: transparent transparent transparent #F6FBE9;
  left: calc(100% - 2px);
  top: 21px;
}

.Qa-simple__item {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 15px;
}
.Qa-simple__question {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
}
.Qa-simple__question p {
  margin-bottom: 0;
  position: relative;
  padding-left: 36px;
}
.Qa-simple__question p::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -11px;
  font-family: "Roboto", sans-serif;
  color: #2498B3;
  font-size: 32px;
  font-size: 3.2rem;
}
.Qa-simple__question::before, .Qa-simple__question::after {
  content: "";
  background: #C3C3C3;
  position: absolute;
  right: 20px;
  top: 35px;
  width: 18px;
  height: 2px;
}
.Qa-simple__question::after {
  transform: rotate(-90deg);
}
.Qa-simple__question.is-open::after {
  transform: rotate(180deg);
}
.Qa-simple__answer {
  background: #E9F8FB;
  padding: 20px;
  margin: 0 20px 20px;
  border-radius: 9px;
  display: none;
}
.Qa-simple__answer p {
  margin-bottom: 0;
}

/* Media
-----------------------------------------*/
ul.Media__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -1.4%;
  padding: 0;
}
ul.Media__list li {
  width: 33.33%;
  padding: 0 1.4%;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  ul.Media__list li {
    width: 100%;
  }
}

.Media__card a:hover .Media__title {
  color: #2498B3;
}
.Media__card a:hover .Media__img {
  opacity: 0.5;
}

.Media__img {
  transition: 0.5s;
}

p.Media__name {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin: 1em 0 0.3em;
  color: #696969;
}

.Media__title {
  color: #121212;
  transition: 0.5s;
}

/* Conversion
-----------------------------------------*/
.Conversion p {
  color: #FFF;
}
.Conversion .Center {
  margin-top: 3em;
}

h2.Conversion__Title {
  margin-bottom: 0.6em;
  color: #FFF;
  line-height: 1.4;
  font-weight: 300;
  font-size: 40px;
  font-size: 4rem;
}
h2.Conversion__Title::before {
  display: none;
}
h2.Conversion__Title::after {
  display: none;
}
@media screen and (max-width: 500px) {
  h2.Conversion__Title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* Form
-----------------------------------------*/
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.Form {
  margin: 1.5em 0 2em 0;
  background-color: #FFF;
  padding: 28px 20px 20px 20px;
  border-radius: 4px;
}
.Form dl {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #E3E3E3;
  border-top: none;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .Form dl {
    flex-flow: wrap column;
  }
}
.Form dl dt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 260px;
  padding: 15px 10px;
  border-top: solid 1px #E3E3E3;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Form dl dt {
    justify-content: flex-start;
    width: 100%;
    padding: 10px;
  }
}
.Form dl dd {
  width: calc(100% - 260px);
  margin: 0;
  padding: 10px;
  border-left: solid 1px #E3E3E3;
  border-top: solid 1px #E3E3E3;
  background: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Form dl dd {
    width: 100%;
    border-left: none;
  }
}
.Form dl dd.is_checkbox {
  padding-top: 15px;
}
.Form dl dd small {
  display: inline-block;
  line-height: 1.4;
  margin-top: 0.2em;
}
.Form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Form input[type=text],
.Form input[type=email],
.Form input[type=tel],
.Form select,
.Form textarea {
  padding: 5px;
  width: 100%;
  border: none;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
}
.Form input[type=text].Form__error,
.Form input[type=email].Form__error,
.Form input[type=tel].Form__error,
.Form select.Form__error,
.Form textarea.Form__error {
  border-color: #C44A4A;
}
.Form input[type=text]::-moz-placeholder, .Form input[type=email]::-moz-placeholder, .Form input[type=tel]::-moz-placeholder, .Form select::-moz-placeholder, .Form textarea::-moz-placeholder {
  color: #696969;
  font-size: 14px;
  font-size: 1.4rem;
}
.Form input[type=text]:-ms-input-placeholder, .Form input[type=email]:-ms-input-placeholder, .Form input[type=tel]:-ms-input-placeholder, .Form select:-ms-input-placeholder, .Form textarea:-ms-input-placeholder {
  color: #696969;
  font-size: 14px;
  font-size: 1.4rem;
}
.Form input[type=text]::placeholder,
.Form input[type=email]::placeholder,
.Form input[type=tel]::placeholder,
.Form select::placeholder,
.Form textarea::placeholder {
  color: #696969;
  font-size: 14px;
  font-size: 1.4rem;
}
.Form input[type=text],
.Form input[type=email],
.Form input[type=tel] {
  -webkit-appearance: none;
}
.Form .Column {
  margin: 2.3em 0 2.2em 0;
}
.Form--seminar {
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .Form--seminar {
    border-radius: 0;
  }
}
.Form--seminar__inner {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 50px;
}
.Form--seminar .Form_head {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding: 1.5em 50px;
  border-bottom: 2px solid #f7f7f7;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Form--seminar .Form_head {
    padding: 1em 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Form--seminar .Form_head::before, .Form--seminar .Form_head::after {
  content: none;
}
.Form--seminar .Form_essential {
  padding: 0 5px;
  background: #C44A4A;
  color: #FFF;
  border: none;
  border-radius: 4px;
}
.Form--seminar .Form_optional {
  margin-left: 10px;
  padding: 0 5px;
  background: #777;
  color: #FFF;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}
.Form--seminar dl {
  display: block;
  border: none;
  background: transparent;
  margin-right: auto;
  margin-left: auto;
}
.Form--seminar dl dt,
.Form--seminar dl dd {
  width: 100%;
  border: none;
}
.Form--seminar dl dt {
  padding: 0;
  width: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-size: 1.4rem;
}
.Form--seminar dl dt:not(:first-child) {
  margin-top: 2.5em;
}
.Form--seminar dl dd {
  padding: 0;
}
.Form--seminar dl dd input[type=text],
.Form--seminar dl dd input[type=email],
.Form--seminar dl dd textarea,
.Form--seminar dl dd select {
  padding: 10px;
}
.Form--seminar dl dd.Form--seminar__date {
  margin: 0 -0.5%;
  display: flex;
  flex-wrap: wrap;
}
.Form--seminar dl dd.Form--seminar__date {
  margin: 0;
  display: inherit;
}
.Form--seminar dl dd .wpcf7-radio {
  margin: 0 -0.5%;
  display: flex;
  flex-wrap: wrap;
}
.Form--seminar .wpcf7-list-item {
  width: 50%;
  padding: 0 0.5%;
  display: inline-block;
  margin: 0 0 1% 0;
}
.Form--seminar .wpcf7-list-item input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.Form--seminar .wpcf7-list-item label {
  height: 100%;
  cursor: pointer;
  padding: 10px;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Form--seminar .wpcf7-list-item label:hover {
  background: #F7F7F7;
}
.Form--seminar .wpcf7-list-item label.is-checked {
  border-color: #2498B3;
  background: #2498B3;
  color: #FFF;
}
.Form--seminar .wpcf7-list-item label:focus-within {
  border-width: 2px;
  border-color: rgb(0, 95, 204);
  margin: -1px 0;
  position: relative;
  top: 1px;
}
.Form--seminar .wpcf7-list-item label:focus-within.is-checked {
  border-color: rgb(0, 95, 204);
  background: #2498B3;
  color: #FFF;
}
.Form--seminar .wpcf7-list-item + .wpcf7-list-item.last {
  margin-left: 0;
}
.Form--seminar .Form_submit {
  background: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.Form--seminar .Form_submit .confirm {
  margin-top: 1em;
  text-align: left;
  color: #777;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .Form--seminar .Form_submit .confirm {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.Form--seminar .Btn.Btn--conversion {
  width: 100%;
  margin: 0;
}

.page-seminar .w-nav:before,
.page-seminar .w-nav:after {
  content: none;
}

p.Form__memo {
  font-size: 14px;
  font-size: 1.4rem;
}

p.Form__attention {
  font-size: 14px;
  font-size: 1.4rem;
  color: #C44A4A;
}

.Form_essential {
  padding: 0 10px;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #2498B3;
  display: inline-block;
  border: solid 1px #2498B3;
  background: #FFF;
}

.Form_submit {
  background: #F2F2F2;
  padding: 30px;
  margin-top: 2.3em;
}
.Form_submit p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #121212;
}
.Form_submit p .Btn--conversion {
  margin: 0;
}
.Form_submit .confirm--terms {
  display: none;
}
.Form__loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1200;
  display: none;
}
.Form__loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Form__loading .loader_img {
  width: 104px;
  -webkit-animation: fuwa 1.5s ease-in-out forwards infinite;
          animation: fuwa 1.5s ease-in-out forwards infinite;
}
@media screen and (max-width: 767px) {
  .Form__loading .loader_img {
    width: 86px;
  }
}
.Form__loading .loader_text {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
}
.Form__loading .loader_text span {
  -webkit-animation: loading 1.5s ease-in-out forwards infinite;
          animation: loading 1.5s ease-in-out forwards infinite;
}
@-webkit-keyframes fuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* Bnrlist
-----------------------------------------*/
.Bnrlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Bnrlist ul {
    flex-direction: column;
  }
}
.Bnrlist ul li {
  margin-bottom: 0.5em;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .Bnrlist ul li {
    width: 100%;
  }
}
.Bnrlist ul li a {
  display: block;
  text-align: center;
}
.Bnrlist ul li img {
  max-width: 100%;
  height: auto;
}
.Bnrlist .slick-dots {
  display: block;
  bottom: -45px;
}
.Bnrlist .slick-dots li {
  width: 24px;
  height: 24px;
}
.Bnrlist .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
}
.Bnrlist .slick-dots li button::before {
  font-size: 13px;
  color: #fff;
  opacity: 1;
}
.Bnrlist .slick-dots li.slick-active button::before {
  color: #2498B3;
  opacity: 1;
}

/* TopHead
-----------------------------------------*/
.TopHead {
  position: relative;
  height: 550px;
  overflow: hidden;
  background: transparent url("./common/img/bg-hero3.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .TopHead {
    height: 300px;
    padding-bottom: 320px;
    background-position: center -25px;
  }
}

.TopHead__layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .TopHead__layer {
    background-position-y: bottom;
  }
}

.TopHead__layer1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 100px;
  background: transparent url("./common/img/bg-hero1.png") no-repeat center -80px;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .TopHead__layer1 {
    background-size: cover;
    align-items: flex-end;
    background-position: center -30px;
  }
}

.TopHead__layer2 {
  background: transparent url("./common/img/bg-hero2.png") no-repeat center -80px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .TopHead__layer2 {
    background-size: cover;
    background-position: center -25px;
  }
}

.TopHead__body {
  max-width: 410px;
  border-radius: 10px;
  padding: 32px 38px 32px 38px;
  background-color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .TopHead__body {
    width: 100%;
    max-width: 100%;
    padding: 9px 0 13px;
    border-radius: 0;
  }
}
.TopHead__body p {
  margin: 1.3em 0 0.5em;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .TopHead__body p {
    margin: 0.5em 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.TopHead__body p.Btn.Btn--big {
  margin: 0.5em 0 0;
}
.TopHead__body p.Btn.Btn--big a {
  padding: 21px 37px;
  font-size: 20px;
  font-size: 2rem;
  background-color: #2498B3;
  border-color: #2498B3;
}
@media screen and (max-width: 767px) {
  .TopHead__body p.Btn.Btn--big a {
    padding: 12px 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.TopHead__title img {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .TopHead__title img {
    display: none;
  }
}

p.TopHead__innerlink {
  display: block;
  margin-top: 0.25em;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  p.TopHead__innerlink {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
p.TopHead__innerlink a {
  text-decoration: underline;
}

/* CampaignHead
-----------------------------------------*/
/*
.CampaignHead {
  padding: 50px 10px;
  background: transparent url("./common/img/campaign/bg-campaign-pc2.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
  @media screen and (max-width: 767px) {
    padding: 131px 10px 2em;
    background: transparent url("./common/img/campaign/bg-campaign-sp2.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
  }
  &::before {
    @media screen and (max-width: 767px) {
      content: '';
      width: 122px;
      height: 90px;
      background: transparent url("./common/img/campaign/tekkun.svg") no-repeat center center;
      position: absolute;
      top: 30px;
      left: 60px;
      z-index: 1;
    }
  }
  &::after {
    @media screen and (max-width: 767px) {
    content: '';
      width: 100px;
      height: 122px;
      background: transparent url("./common/img/campaign/human.svg") no-repeat center center;
      position: absolute;
      top: 18px;
      right: 56px;
      z-index: 1;
    }
  }
  &__body {
    background: $White;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 48px;
    border-radius: 10px;
    color: $BlueBlack;
    box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.3);
    position: relative;
    @media screen and (max-width: 767px) {
      padding: 24px 20px;
      max-width: 640px;
      box-shadow: none;
      z-index: 3;
      border-radius: 4px;
    }
    &::before {
      content: '';
      width: 270px;
      height: 270px;
      background: transparent url("./common/img/campaign/tekkun-pc.svg") no-repeat center center;
      position: absolute;
      right: calc(100% + 22px);
      bottom: 0;
      @media screen and (max-width: 767px) {
        content: none;
      }
    }
    &::after {
      content: '';
      width: 272px;
      height: 341px;
      background: transparent url("./common/img/campaign/human-pc.svg") no-repeat center center;
      position: absolute;
      left: calc(100% + 26px);
      bottom: 0;
      @media screen and (max-width: 767px) {
        content: none;
      }
    }
  }
  h2.CampaignHead__title {
    display: block;
    position: relative;
    width: 100%;
    max-width: 656px;
    height: 126px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-align: center;
    @include fontsize(36);
    background: #52ABD3;
    color: $White;
    @media screen and (max-width: 767px) {
      font-size: calc(16px + ((1vw - 3.75px)*(20/3.92)));
      height: 15vw;
    }
    span:not(.Tv) {
      width: 100%;
      position: absolute;
      top: 42%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1.05, 1.0);
    }
    .Number {
      @include fontsize(60);
      color: #F6E10A;
      position: relative;
      top: 3px;
      @media screen and (max-width: 767px) {
        top: 2px;
        font-size: calc(27px + ((1vw - 3.75px)*(33/3.92)));
      }
    }
    .Tv {
      @include fontsize(42);
      position: relative;
      top: 2px;
      @media screen and (max-width: 767px) {
        font-size: calc(19px + ((1vw - 3.75px)*(23/3.92)));
        top: 1px;
      }
    }
    &::before, &::after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      z-index: 1;
      background-color: transparent;
      border-radius: 0;
    }
    &::before {
      top: 0;
      left: 0;
      border-width: 63px 0px 63px 13px;
      border-color: transparent transparent transparent $White;
      border-style: solid;
      margin-left: 0;
      @media screen and (max-width: 767px) {
        border-width: 7.5vw 0px 7.5vw 1.67vw;
      }
    }
    &::after {
      top: 0;
      right: 0;
      left: auto;
      margin-right: 0;
      border-width: 63px 13px 63px 0px;
      border-color: transparent $White transparent transparent;
      border-style: solid;
      @media screen and (max-width: 767px) {
        border-width: 7.5vw 1.67vw 7.5vw 0px;
      }
    }
  }
}

.CampaignHead__block {
  width: 100%;
  margin-top: 44px;
  @media screen and (max-width: 767px) {
    margin-top: 22px;
  }

}

.Youtube__container {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.Youtube__wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;

  iframe,
  object,
  embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.CampaignHead__detail {
  width: 100%;
  max-width: 560px;
  margin: 44px auto 0;
  padding: 18px;
  background: #EAF8FB;
  border: 1px solid #259AAD;
  text-align: center;
  position: relative;
  @media screen and (max-width: 767px) {
    margin: 22px auto 0;
    padding: 10px;
    max-width: 480px;
  }
  h3 {
    margin: 0 0 0.2em;
    letter-spacing: 0.05em;
    @include fontsize(26);
    @media screen and (max-width: 767px) {
      @include fontsize(14);
    }
  }
  .CampaignHead__benefit {
    @include fontsize(36);
    font-weight: bold;
    margin-bottom: 0.3em;
    line-height: 1.1;
    display: inline-block;
    background:linear-gradient(rgba(#00A2CE, 0) 80%, rgba(#00A2CE, 0.6) 80%);
    @media screen and (max-width: 767px) {
      @include fontsize(19);
    }
    strong {
      @include fontsize(60);
      @media screen and (max-width: 767px) {
        @include fontsize(32);
      }
    }
  }
  .CampaignHead__target {
    @include fontsize(26);
    font-weight: bold;
    margin-bottom: 0;
    @media screen and (max-width: 767px) {
      @include fontsize(14);
    }
  }
  ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    @media screen and (max-width: 767px) {
      width: 186px;
      margin: 0 auto;
      flex-direction: column;
      align-items: flex-start;
      @include fontsize(10);
    }
    li {
      margin: 0;
      &:first-child {
        &::before {
          content: '※';
          display: inline-block;
        }
      }
      &:nth-child(2) {
        &::before {
          content: '\00A0/\00A0';
          display: inline-block;
          @media screen and (max-width: 767px) {
            content: '※';
          }
        }
      }
    }
  }
  img {
    width: 105px;
    position: absolute;
    top: -24px;
    left: -24px;
    @media screen and (max-width: 767px) {
      width: 64px;
      top: -11px;
      left: -11px;
    }
  }
}

p.Btn--campaign {
  width: 100%;
  max-width: 560px;
  margin: 45px auto 0;
  text-align: center;
  display: block;
  @media screen and (max-width: 767px) {
    margin: 22px auto 0;
    max-width: 480px;
  }
  a {
    background: #a2d72a;
    @include fontsize(24);
    padding: 10px;
    display: block;
    border: none;
    box-shadow: 0 8px 0 #74991F;
    position: relative;
    letter-spacing: 0.025em;
    line-height: 1.15;
    top: 0;
    transition: .3s;
    @media screen and (max-width: 767px) {
      padding: 8px;
      @include fontsize(13);
      box-shadow: 0 5px 0 #74991F;
    }
    &:hover {
      background: #a2d72a;
      border-color: #74991F;
      opacity: 0.8;
    }
    &:active {
      top: 8px;
      box-shadow: none;
      @media screen and (max-width: 767px) {
        top: 5px;
      }
    }
    span:not(.Btn--campaign_main) {
      position: relative;
      &::before {
        content: '';
        width: 16px;
        height: 19px;
        background: transparent url("./common/img/campaign/triangle-right.svg") no-repeat center center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 20px);
        @media screen and (max-width: 767px) {
          width: 9px;
          height: 10px;
          left: calc(100% + 10px);
        }
      }
    }
    .Btn--campaign_main {
      display: inline-block;
      @include fontsize(36);
      @media screen and (max-width: 767px) {
        @include fontsize(20);
      }
    }
  }
}
*/
/* Pickup
-----------------------------------------*/
.Pickup {
  padding: 20px 10px;
  background: #131D34;
  color: #FFF;
}
.Pickup__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Pickup__inner {
    align-items: flex-start;
  }
}
.Pickup__title {
  padding: 0.3em 1em;
  border: 1px solid #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .Pickup__title {
    min-width: 64px;
    text-align: center;
    padding: 0.2em 0.5em;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 1em;
  }
}

p.Pickup__text {
  margin: 0;
}
@media screen and (max-width: 767px) {
  p.Pickup__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
p.Pickup__text a {
  font-weight: 700;
  color: #FFF;
  text-decoration: underline;
}
p.Pickup__text a:hover {
  text-decoration: none;
  background-color: transparent;
}

/* Recommendation
-----------------------------------------*/
.Sec--recommendation {
  z-index: 500;
}

.Recommendation {
  position: relative;
  display: flex;
  margin-top: -263px;
  justify-content: center;
  color: #FFF;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .Recommendation {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
}

.Recommendation__entry {
  margin: 0 50px;
  width: 229px;
}
@media screen and (max-width: 1378px) {
  .Recommendation__entry {
    width: 29.33%;
    margin: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .Recommendation__entry {
    margin-bottom: 2.5em;
    width: auto;
  }
  .Recommendation__entry:last-child {
    margin-bottom: 1em;
  }
}

.Recommendation__title {
  text-align: center;
}
.Recommendation__title img {
  border: solid 3px #121212;
}
.Recommendation__title p {
  margin: 0.2em 0 0 0;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #FFF;
}
.Recommendation__title .Recommendation__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  color: #000000;
  border: solid 6px #000000;
  border-radius: 50%;
  background: #FFF;
  font-size: 100px;
}

.Recommendation__body p {
  margin: 0.5em 0 0 0;
  line-height: 1.7;
  font-weight: 700;
}

/* Btn-set
-----------------------------------------*/
/* Seminer
-----------------------------------------*/
.Seminar__lead {
  max-width: 600px !important;
  margin-bottom: 1.5em !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.Seminar__agenda {
  position: relative;
  padding: 0 !important;
}
.Seminar__tekkun {
  width: 20% !important;
  position: absolute;
  bottom: -30px;
  right: -20px;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .Seminar__tekkun {
    width: 30% !important;
    bottom: -50px;
  }
}

.appear-obj {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.5s;
}

.appear-obj--show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.Front-topics {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  background: #FFF;
  padding: 1.5em 1em;
  margin-bottom: 30px;
}

.Front-topics__item p {
  margin-bottom: 0;
}
.Front-topics__item a {
  display: flex;
  color: #000000;
  padding: 1em;
}

.Topics__time {
  margin-right: 1em;
  color: #4B4B4B;
}

/* 共通 */
.flexB {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-around {
  justify-content: space-around;
}

.space-between {
  justify-content: space-between;
}

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

.text-left {
  text-align: left;
}

.pd-20 {
  padding: 20px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mg-10 {
  margin: 10px;
}

.mb-1e {
  margin-bottom: 1em !important;
}

.mt-2e {
  margin-top: 2em !important;
}

.mb-2e {
  margin-bottom: 2em !important;
}

.mt-3e {
  margin-top: 3em;
}

.mt-1-5em {
  margin-top: 1.5em;
}

.mt-40 {
  margin-top: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w45 {
  width: 45%;
}

.w49 {
  width: 49%;
}

th.w30 {
  width: 30% !important;
}

.fw600 {
  font-weight: 600;
}

.black {
  color: #000000 !important;
}

.lh-2 {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .flexB {
    display: block;
  }
  .w25,
.w30,
.w49 {
    width: 100%;
  }
}
.skill-box {
  background-color: #fff;
  width: 48% !important;
}
@media screen and (max-width: 767px) {
  .skill-box {
    width: 100% !important;
    margin-bottom: 2em;
  }
}

h4.skil-ttl {
  background-color: #2498b3;
  color: #fff !important;
  padding: 10px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.skill-box p {
  line-height: 1.8;
}

/* 受講料 */
.Course__price {
  color: #2498b3;
  font-weight: bold;
  line-height: 1;
  margin-top: 1em;
}
.Course__price span.Course__price__ttl {
  font-family: "Ropa Sans", sans-serif;
  font-size: 6rem;
}

.around {
  justify-content: space-around;
}

/* 講師紹介 */
.lecturer__item__photo {
  border-radius: 50%;
  margin: 10px;
  border: solid 3px #2bb8d9;
}
@media screen and (max-width: 767px) {
  .lecturer__item__photo {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.lecturer__item__photo img {
  border-radius: 50%;
}

.lecturer__item__content {
  text-align: left;
  width: 70%;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .lecturer__item__content {
    width: 100%;
    margin: 0px;
  }
}
@media screen and (max-width: 500px) {
  .lecturer__item__content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lecturer__item__content p {
  line-height: 1.8;
}
.lecturer__item__content dl dt {
  background-color: #2498b3;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 10px;
}
.lecturer__item__content dl dd {
  padding-top: 5px;
}

h4.teacher__title {
  color: #2498b3;
  margin-top: 0em;
  font-size: 3rem;
  line-height: 1.6;
}

/* 他のスクールと比べてみると */
.yellow {
  color: #e5bf10;
}

.gray {
  color: #c3c3c3;
}

.fa-star {
  font-size: 22px;
}

.star span {
  font-weight: 600;
}

.star td {
  white-space: nowrap;
}

/* スライダー */
.slider {
  margin: 100px auto;
  width: 100%;
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #2bb8d9;
}

.slick-prev:before,
.slick-next:before {
  font-size: 50px;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -30px;
}

.slick-prev,
.slick-next {
  top: 45% !important;
}

.slick-dots > li:only-child {
  display: none;
}

.Bnrlist .slick-slide {
  margin: 0 9px;
}
@media screen and (max-width: 767px) {
  .Bnrlist .slick-slide {
    margin: 0;
  }
}

.slick-list {
  margin: 0 -9px;
}
@media screen and (max-width: 767px) {
  .slick-list {
    margin: 0;
  }
}

.Bnrlist {
  margin: 0 auto;
  width: 100%;
}

.Bnrlist ul li img {
  padding: 3px;
}

/* お申込みボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: right;
}
#page-top img {
  width: 22%;
}

.Course__price__way {
  color: #4b4b4b;
  display: inline-block;
  margin-bottom: 5px;
}

.link-ttl {
  margin-right: auto !important;
  margin-left: auto !important;
}

.link-banner {
  margin-top: 0.5em;
}

td.star {
  white-space: nowrap;
  line-height: 2;
}

.Vision--text {
  width: 50%;
  line-height: 1.9;
}
.Vision--Circulation {
  width: 50%;
}
.Vision--content {
  align-items: center;
  margin-top: 3em;
}

.vision-ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .Vision--text {
    width: 100%;
  }
  .Vision--Circulation {
    width: 100%;
    margin-top: 2em;
  }
  .Vision--content {
    margin-top: 0px;
  }
  .vision-ttl {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    display: none !important;
  }
  .slick-list {
    width: 100% !important;
  }
}
/* .video */
.video-list {
  list-style-type: none;
  justify-content: space-around;
  padding-left: 0px;
}
.video-list iframe {
  height: 280px;
}

.Video-list {
  list-style-type: none;
  padding-left: 0px;
  margin: 0 1em;
}
.Video-list .wp-block-embed-youtube {
  width: 48%;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .Video-list .wp-block-embed-youtube {
    width: 100%;
  }
}
.Video-list .wp-block-embed-youtube:nth-child(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .Video-list .wp-block-embed-youtube:nth-child(2n) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .w45 {
    width: 100%;
  }
  .w45 iframe {
    height: 220px;
  }
}
/* .reviews */
.reviews-box {
  justify-content: space-around;
}

/* .blog */
ul.blog-list {
  list-style-type: none;
  justify-content: space-around;
  padding-left: 0px;
  align-items: flex-start;
}

.blog-name {
  font-size: 14px;
  color: #333;
  text-align: right;
  margin-top: 10px;
}

.blog-content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.blog-list li {
  margin-bottom: 30px;
}
.blog-list li:hover {
  opacity: 0.9;
  transition: 0.5s;
}

.Tenkue {
  background: #FFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 40px;
}
.Tenkue::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #2498B3;
  pointer-events: none;
}
.Tenkue .CheckList {
  padding-left: 1.2em;
}

h2.Tenkue__headline {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 700;
}
h2.Tenkue__headline::before, h2.Tenkue__headline::after {
  content: none;
}
h2.Tenkue__headline span {
  display: inline-block;
}

/* ブロック
-----------------------------------------*/
.Main .Description {
  background: #FFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
}

.Main .Description__title {
  background: #2498B3;
  color: #FFF;
  padding: 0.8em 0;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.Main .Description__title::before,
.Main .Description__title::after {
  display: none;
}

.Main .Description__body {
  margin: 0 20px 1.5em;
}

.Main .Description__list {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 5px;
}

.Main .Description__list li {
  margin: 0.3em 0;
}

.Main .Description__list li::marker {
  color: #2498B3;
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 599px) {
  .Main .Description:not(:first-of-type) {
    margin-top: 20px;
  }
}
/* 受け放題
-----------------------------------------*/
.As-one-likes__flow .Flow__item:last-of-type {
  margin-bottom: 0;
}
.As-one-likes__flow .Flow__item {
  padding: 20px;
}
.As-one-likes__flow .Flow__item p {
  padding-left: 54px;
}
@media (max-width: 599px) {
  .As-one-likes__flow .Flow__item .wp-block-image {
    padding-left: 54px;
  }
}
.As-one-likes__flow .Flow__title {
  padding-left: 54px;
  position: relative;
  font-weight: 700;
}
.As-one-likes__flow .Flow__title span {
  position: absolute;
  left: 0;
  top: -4px;
}

.As-one-likes__schedule .wp-block-image {
  max-width: 862px;
}

/* サイドに申し込みフォーム設置
-----------------------------------------*/
.Body-wrap.--dispForm {
  display: flex;
}
@media screen and (max-width: 1078px) {
  .Body-wrap.--dispForm {
    display: block;
  }
}

.Body-main.--dispForm {
  min-width: calc(100% - 500px);
  width: 73.333%;
}
@media screen and (max-width: 1078px) {
  .Body-main.--dispForm {
    width: 100%;
  }
}
.Body-main.--dispForm .Header {
  min-width: calc(100% - 500px);
  width: 73.333%;
}
@media screen and (max-width: 1078px) {
  .Body-main.--dispForm .Header {
    width: 100%;
  }
}
.Body-main.--dispForm .Floating__btn {
  display: none;
}

.Body-form {
  width: 26.667%;
  max-width: 500px;
  position: fixed;
  top: 0;
  right: 0;
  background: #FFF;
  border-left: 1px solid #eee;
  height: 100vh;
}
@media screen and (max-width: 1078px) {
  .Body-form {
    max-width: 100%;
    width: 100%;
    z-index: 2000;
    display: none;
  }
}
.Body-form .Form_side_none {
  display: none;
}
.Body-form__inner {
  width: 100%;
  height: 100%;
  padding: 0 5%;
}
@media screen and (max-width: 1078px) {
  .Body-form__inner {
    padding: 0 15px;
  }
}
.Body-form__btn {
  display: none;
}
@media screen and (max-width: 1078px) {
  .Body-form__btn {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1900;
  }
}
.Body-form__btn .Btn.Btn.Btn--big {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Body-form__btn .Btn.Btn.Btn--big {
    cursor: pointer;
    padding: 12px 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Body-form.--md h2.Sideform__head {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 1378px) {
  .Body-form.--md h2.Sideform__head {
    font-size: 20px;
    font-size: 2rem;
  }
}
.Body-form.--md dl dt {
  margin-bottom: 0.2em;
}
.Body-form.--md dl dt:not(:first-child) {
  margin-top: 1em;
}
.Body-form.--md .Form_submit {
  margin-top: 15px;
}
.Body-form.--md button.Btn.Btn--big {
  padding: 15px 30px;
}
.Body-form.--md .Sideform__application {
  display: none;
}
.Body-form.--md .confirm {
  bottom: 10px;
}
.Body-form.--sm {
  padding: 16px 0;
  height: auto;
}
@media screen and (max-width: 1078px) {
  .Body-form.--sm {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.Body-form.--sm .Sideform {
  justify-content: flex-start;
}
.Body-form.--sm .confirm {
  position: relative;
  bottom: -24px;
}

.Sideform {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  position: relative;
  margin: 0;
  box-shadow: none;
}
.Sideform .Form--seminar__inner {
  padding: 0;
}
.Sideform h2.Sideform__head {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center;
}
.Sideform h2.Sideform__head::before, .Sideform h2.Sideform__head::after {
  content: none;
}
@media screen and (max-width: 1480px) {
  .Sideform h2.Sideform__head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1378px) {
  .Sideform h2.Sideform__head {
    font-size: 20px;
    font-size: 2rem;
  }
}
.Sideform .Form--seminar__date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.5%;
}
.Sideform .Form--seminar__date .wpcf7-list-item {
  flex-basis: 50%;
  padding: 0 0.5%;
  white-space: nowrap;
}
@media screen and (max-width: 1380px) {
  .Sideform .Form--seminar__date .wpcf7-list-item {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1078px) {
  .Sideform .Form--seminar__date .wpcf7-list-item {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 1480px) {
  .Sideform .Form--seminar__date label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Sideform dl dt:not(:first-child) {
  margin-top: 2em;
}
.Sideform__application {
  text-align: center;
  margin-top: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1078px) {
  .Sideform__application {
    display: none;
  }
}
.Sideform__application a {
  color: #121212;
  text-decoration: underline;
  font-weight: 700;
}
.Sideform__application .Sideform__or {
  color: #777;
  margin-bottom: 0.2em;
}
.Sideform .confirm {
  position: absolute;
  bottom: 24px;
  left: 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #777;
  margin-bottom: 0;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1078px) {
  .Sideform .confirm {
    position: static;
    margin-top: 0.5em;
  }
}
.Sideform .back_btn {
  display: none;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 1078px) {
  .Sideform .back_btn {
    display: block;
    margin-top: 3em;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 30px;
    color: #2498B3;
  }
  .Sideform .back_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f060";
    font-weight: 400;
    font-family: "Font Awesome 5 pro";
  }
}

@supports (padding: max(0px)) {
  @media screen and (max-width: 1078px) {
    .Body-form__btn {
      padding-bottom: max(10px, var(--safe-area-inset-bottom));
    }
  }
}
.page-payment-error .Sec,
.page-payment-complete .Sec {
  min-height: calc(100vh - 240px);
}

.wp-block {
  max-width: 714px;
}

.wp-block[data-align=wide] {
  max-width: 1078px;
}

.wp-block[data-align=full] {
  max-width: 100%;
}

.wp-block-group__inner-container > *:not(.alignwide):not(.alignfull) {
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group__inner-container .wp-block[data-align=wide] {
  max-width: 1078px;
}
.wp-block-group__inner-container .wp-block[data-align=full] {
  max-width: 100%;
}

.is-layout-flex {
  display: flex;
}

.alignwide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1078px;
}

.alignfull {
  width: 100%;
  padding: 0 15px;
}

.aligncenter {
  text-align: center;
}

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

.has-white-background-color {
  background: #FFF;
}

.has-white-color {
  color: #FFF;
}

.has-black-background-color {
  background: #121212;
}

.has-black-color {
  color: #121212;
}

.has-gray-background-color {
  background: #777777;
}

.has-gray-color {
  color: #777777;
}

.has-palegray-background-color {
  background: #F7F7F7;
}

.has-palegray-color {
  color: #F7F7F7;
}

.has-blue-background-color {
  background: #2498B3;
}

.has-blue-color {
  color: #2498B3;
}

.has-lightblue-background-color {
  background: #2BB8D9;
}

.has-lightblue-color {
  color: #2BB8D9;
}

.has-paleblue-background-color {
  background: #F3FAFB;
}

.has-paleblue-color {
  color: #F3FAFB;
}

.wp-block-group, .wp-block-group.has-background {
  padding: 4em 15px;
}

.wp-block-columns.--col3 .wp-block-column:not(:first-child) {
  margin-left: 3%;
}
@media screen and (max-width: 500px) {
  .wp-block-columns.--col3 {
    display: block;
  }
}
.wp-block-columns.--col6 {
  flex-wrap: wrap !important;
  gap: 0;
}
.wp-block-columns.--col6 .wp-block-column {
  flex-basis: 28.33%;
  flex-grow: 1;
}
@media screen and (max-width: 781px) {
  .wp-block-columns.--col6 .wp-block-column {
    flex-basis: 45% !important;
  }
}
@media (max-width: 599px) {
  .wp-block-columns.--col6 .wp-block-column {
    flex-basis: 100% !important;
  }
}
.wp-block-columns.--col6 .wp-block-column:not(:nth-of-type(3n+1)) {
  margin-left: 5%;
}
@media screen and (max-width: 781px) {
  .wp-block-columns.--col6 .wp-block-column:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.--col6 .wp-block-column:nth-of-type(2n) {
    margin-left: 5%;
  }
}
@media (max-width: 599px) {
  .wp-block-columns.--col6 .wp-block-column:nth-of-type(2n) {
    margin-left: 0;
  }
}
.wp-block-columns.--col6 .wp-block-column:nth-of-type(-n+3) {
  margin-bottom: 4em;
}
@media screen and (max-width: 781px) {
  .wp-block-columns.--col6 .wp-block-column:nth-of-type(4) {
    margin-bottom: 4em;
  }
}
@media (max-width: 599px) {
  .wp-block-columns.--col6 .wp-block-column:nth-of-type(5) {
    margin-bottom: 3em;
  }
}

.Main .is-style-section-heading, .editor-styles-wrapper .is-style-section-heading {
  margin: 0 auto 1.5em;
  padding: 0 0 0.6em 0;
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  .Main .is-style-section-heading, .editor-styles-wrapper .is-style-section-heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .Main .is-style-section-heading, .editor-styles-wrapper .is-style-section-heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.Main .is-style-section-heading::before, .editor-styles-wrapper .is-style-section-heading::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -41px;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #2498B3;
  border-radius: 4px 0 0 4px;
}
.Main .is-style-section-heading::after, .editor-styles-wrapper .is-style-section-heading::after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-right: 1px;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #A2D729;
  border-radius: 0 4px 4px 0;
}
.Main .is-style-section-heading small, .editor-styles-wrapper .is-style-section-heading small {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.Main .is-style-section-heading span, .editor-styles-wrapper .is-style-section-heading span {
  display: inline-block;
}
.Main .is-style-plain-heading, .editor-styles-wrapper .is-style-plain-heading {
  margin: 0 0 1em 0;
  padding: 0;
  position: relative;
  text-align: inherit;
  line-height: 1.5;
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .Main .is-style-plain-heading, .editor-styles-wrapper .is-style-plain-heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  .Main .is-style-plain-heading, .editor-styles-wrapper .is-style-plain-heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .Main .is-style-plain-heading, .editor-styles-wrapper .is-style-plain-heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.Main .is-style-plain-heading::before, .editor-styles-wrapper .is-style-plain-heading::before {
  content: none;
}
.Main .is-style-plain-heading::after, .editor-styles-wrapper .is-style-plain-heading::after {
  content: none;
}
.Main .is-style-plain-heading small, .editor-styles-wrapper .is-style-plain-heading small {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
.Main .has-medium-font-size, .editor-styles-wrapper .has-medium-font-size {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .Main .has-medium-font-size, .editor-styles-wrapper .has-medium-font-size {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.Main .has-big-font-size, .editor-styles-wrapper .has-big-font-size {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .Main .has-big-font-size, .editor-styles-wrapper .has-big-font-size {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Main .wp-block-group ul.is-style-checklist-line, .editor-styles-wrapper .wp-block-group ul.is-style-checklist-line {
  width: 600px;
  max-width: 100%;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}
.Main .wp-block-group ul.is-style-checklist-line li, .editor-styles-wrapper .wp-block-group ul.is-style-checklist-line li {
  border-bottom: 1px dotted #2BB8D9;
  position: relative;
  padding-left: 2.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .Main .wp-block-group ul.is-style-checklist-line li, .editor-styles-wrapper .wp-block-group ul.is-style-checklist-line li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.Main .wp-block-group ul.is-style-checklist-line li::before, .editor-styles-wrapper .wp-block-group ul.is-style-checklist-line li::before {
  content: "\f14a";
  color: #2498B3;
  font-family: "Font Awesome 5 pro";
  font-size: 1.5em;
  font-weight: 500;
  position: absolute;
  top: -0.25em;
  left: 0;
}
.Main .wp-block-group ul.is-style-checklist, .editor-styles-wrapper .wp-block-group ul.is-style-checklist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}
.Main .wp-block-group ul.is-style-checklist li, .editor-styles-wrapper .wp-block-group ul.is-style-checklist li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
}
.Main .wp-block-group ul.is-style-checklist li::before, .editor-styles-wrapper .wp-block-group ul.is-style-checklist li::before {
  content: "\f14a";
  color: #2498B3;
  font-family: "Font Awesome 5 pro";
  font-size: 1.5em;
  position: absolute;
  top: -0.25em;
  left: 0;
}
.Main .wp-block-group ul.is-style-notice, .editor-styles-wrapper .wp-block-group ul.is-style-notice {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .Main .wp-block-group ul.is-style-notice, .editor-styles-wrapper .wp-block-group ul.is-style-notice {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.Main .wp-block-group ul.is-style-notice li, .editor-styles-wrapper .wp-block-group ul.is-style-notice li {
  position: relative;
  padding-left: 1.2em;
  margin: 0.2em 0;
}
.Main .wp-block-group ul.is-style-notice li::before, .editor-styles-wrapper .wp-block-group ul.is-style-notice li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.Main .is-style-curriculum table, .editor-styles-wrapper .is-style-curriculum table {
  margin-bottom: 0;
}
.Main .is-style-curriculum tr td:first-child, .editor-styles-wrapper .is-style-curriculum tr td:first-child {
  width: 5em;
  height: 70px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  background-color: #4B4B4B;
  font-weight: 700;
  border: none;
}
.Main .is-style-curriculum tr td:nth-child(2), .editor-styles-wrapper .is-style-curriculum tr td:nth-child(2) {
  padding: 10px 9px;
  border: solid 1px #C3C3C3;
  background-color: #FFF;
}
.Main .is-style-conversion .wp-block-button__link, .editor-styles-wrapper .is-style-conversion .wp-block-button__link {
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  padding: 19px 44px;
  font-weight: 700;
  background-color: #A2D729;
  border-color: #A2D729;
  color: #121212;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .Main .is-style-conversion .wp-block-button__link, .editor-styles-wrapper .is-style-conversion .wp-block-button__link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.Main .is-style-conversion .wp-block-button__link:link, .editor-styles-wrapper .is-style-conversion .wp-block-button__link:link {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Main .is-style-conversion .wp-block-button__link:visited, .editor-styles-wrapper .is-style-conversion .wp-block-button__link:visited {
  background-color: #A2D729;
  border-color: #A2D729;
}
.Main .is-style-conversion .wp-block-button__link:hover, .editor-styles-wrapper .is-style-conversion .wp-block-button__link:hover {
  border-color: #9AC33D;
  background-color: #9AC33D;
}
.Main .is-style-conversion .wp-block-button__link:active, .editor-styles-wrapper .is-style-conversion .wp-block-button__link:active {
  border-color: #9AC33D;
  background-color: #9AC33D;
}
.Main .is-style-normal .wp-block-button__link, .editor-styles-wrapper .is-style-normal .wp-block-button__link {
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  padding: 1em 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #2BB8D9;
  border-color: #2BB8D9;
  color: #FFF;
}
@media screen and (max-width: 500px) {
  .Main .is-style-normal .wp-block-button__link, .editor-styles-wrapper .is-style-normal .wp-block-button__link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.Main .is-style-normal .wp-block-button__link:link, .editor-styles-wrapper .is-style-normal .wp-block-button__link:link {
  background-color: #2BB8D9;
  border-color: #2BB8D9;
  color: #FFF;
}
.Main .is-style-normal .wp-block-button__link:visited, .editor-styles-wrapper .is-style-normal .wp-block-button__link:visited {
  background-color: #2BB8D9;
  border-color: #2BB8D9;
  color: #FFF;
}
.Main .is-style-normal .wp-block-button__link:hover, .editor-styles-wrapper .is-style-normal .wp-block-button__link:hover {
  border-color: #2498B3;
  background-color: #2498B3;
  color: #FFF;
}
.Main .is-style-normal .wp-block-button__link:active, .editor-styles-wrapper .is-style-normal .wp-block-button__link:active {
  border-color: #2498B3;
  background-color: #2498B3;
  color: #FFF;
}/*# sourceMappingURL=style.css.map */

/* プライバシーポリシー_URLアドレスの改行 */
.Main ol li {
  word-wrap: break-word;
}
/* 受講お申し込み_２つ目以降のh2のマージン */
.page-application .Wrap h2 ~ h2 {
  margin-top: 96px;
}
/* 動画視聴申し込み用のボタンのスタイリング */
.js-lineRedirectBtn {
  margin: 0;
  background-color: #A2D729;
  border-color: #A2D729;
  border-radius: 4px;
  color: #121212;
  font-weight: 600;
}
