@charset "UTF-8";

:root {
  --c-alizarin-crimson: #e3181d;
  --c-big-stone: #1c2b42;
  --c-gallery: #f0f0f0;
  --c-lochmara: #0080ba;
  --c-white: #fff;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
  position: relative;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
@font-face {
  src: local("Yu Gothic.otf");
  font-family: Yu Gothic;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  position: relative;
  min-width: 1210px;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  font-family: Noto Sans CJK JP, Noto Sans JP, sans-serif;
  font-kerning: normal;
  font-size: 1.6rem;
  overflow-wrap: break-word;
}
address,
blockquote,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  -webkit-text-decoration-skip: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
ol,
ul {
  padding-left: 1em;
}
li > ol,
li > ul {
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
table {
  width: 100%;
}
th {
  text-align: left;
}
.clearfix {
  zoom: 1;
  overflow: hidden;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.slick-slider {
  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}
@font-face {
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
  font-family: slick;
  font-style: normal;
  font-weight: 400;
}
.slick-next,
.slick-prev {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  content: "•";
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.l-footer-top {
  background-color: #333;
}
.l-footer-top__title {
  padding-top: 45px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.l-footer-top__text-img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
.l-footer-top__text-content {
  padding-bottom: 20px;
  color: #fff;
  font-size: 1.6rem;
}
.l-footer-top__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 92px;
}
.l-footer-top__btn.no-footer {
  max-width: 500px;
  padding: 80px 0 0;
}
.l-footer-top__btn.no-footer .c-button {
  background: #00a164;
}
.l-footer-bot__left,
.l-footer-bot__right {
  width: 100%;
  max-width: 800px;
  padding: 26px;
}
.l-footer-bot {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  background-color: #0080ba;
  color: #fff;
}
.l-footer-bot__left {
  position: relative;
}
.l-footer-bot__title {
  padding-bottom: 26px;
  font-size: 24px;
  font-weight: 500;
}
.l-footer-bot__content {
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-info {
  background: #fff;
}
.l-info__logowrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.l-info__body {
  padding: 30px 0 25px;
  text-align: center;
}
.l-info__h3 {
  margin-bottom: 20px;
  color: #0088c8;
  font-size: 24px;
  font-weight: 700;
}
.l-info__contact .l-info__contact-p {
  font-size: 14px;
}
.l-info__contact-p {
  margin-bottom: 5px;
}
.l-info__contact-tel {
  font-size: 14px;
}
.l-info__contact-details {
  font-size: 14px;
  line-height: 1.8;
}
.l-info__contact-details:not(:last-child) {
  margin-bottom: 25px;
}
.l-info__business {
  font-size: 12px;
  line-height: 1.8;
}
.l-info__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.l-info .l-info__left,
.l-info .l-info__right {
  width: 550px;
  line-height: 1.5;
}
.l-info__left {
  position: relative;
}
.l-info__left:before {
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 2px solid #ebebeb;
  content: "";
}
.l-copyright {
  display: block;
  margin-bottom: 66px;
  padding: 30px;
  background-color: #222;
}
.l-copyright__small {
  color: #fff;
}
.footer-external__link,
.l-copyright__small {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.footer-external__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s ease;
  align-items: center;
  margin-bottom: 3px;
  transition: all 0.3s ease;
}
.footer-external__link-a {
  margin-right: 5px;
  border-bottom: 1px solid #e9464a;
  color: #e9464a;
}
.footer-external__link-image {
  margin-top: 3px;
}
.footer-external__link:hover {
  opacity: 0.7;
}
.l-footer-nav {
  padding: 25px 0;
  background: #0088e2;
}
.l-footer-nav__wrapper {
  width: 1140px;
  margin: 0 auto;
}
.l-footer-nav__desc,
.l-footer-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer-nav__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.l-footer-nav__desc:before {
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 2px solid #4cabea;
  content: "";
}
.l-footer-nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.2rem;
}
.l-footer-nav__header-text {
  margin-left: 1vw;
  font-weight: 400;
}
.l-footer-nav__body {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.l-footer-nav__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: space-evenly;
  font-size: 14px;
}
.l-footer-nav__menu-ul {
  padding: 0;
  color: #fff;
  line-height: 1.8;
  list-style: none;
}
.l-footer-nav__menu-ul-li.hasSubMenu {
  padding-left: 20px;
}
.l-footer-nav__menu-ul-li-a {
  -webkit-transition: all 0.3s ease;
  display: block;
  position: relative;
  padding-left: 20px;
  color: #fff;
  transition: all 0.3s ease;
}
.l-footer-nav__menu-ul-li-a:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 13px;
  background: url(/images/common/footer-li-arrow.png);
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  content: "";
}
.l-footer-nav__menu-ul-li-a:hover {
  opacity: 0.5;
}
.l-footer-nav__menu-ul-li.external-link > a:before {
  top: 3px;
  width: 16px;
  height: 15px;
  background: url(/images/common/external-link-footer-nav.png);
}
.footer-submenu:before {
  content: none;
}
.l-header {
  -webkit-transition: all 0.3s;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1210px;
  margin: 0 auto;
  padding: 20px 5px 10px;
}
.l-header__logo {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.l-header__logo a:hover {
  opacity: 0.5;
}
.l-nav {
  width: 100%;
  margin: 0 auto;
}
.l-nav__dropdown {
  position: relative;
}
.l-nav__dropdown.active {
  display: block;
  z-index: 100;
  position: relative;
  top: auto;
  border: 0;
  background-color: transparent;
}
.l-nav__ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 1210px;
  margin: 0 auto;
  padding: 0 5px 5px;
  list-style-type: none;
}
.l-nav__ul--second {
  display: none;
}
.l-nav__li {
  display: inline-block;
  position: relative;
  min-width: 135px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  text-align: center;
}
.l-nav__li--hover:before {
  -webkit-transition: all 0.5s;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  margin: auto;
  background: #0088c8;
  content: "";
  transition: all 0.5s;
}
.l-nav__li--hover:hover:before {
  width: 100%;
}
.l-nav__li--home {
  -webkit-transition: all 0.3s;
  min-width: unset;
  transition: all 0.3s;
}
.l-nav__li--home:hover {
  border-bottom: none;
  background: #0088c8;
}
.l-nav__li--home:hover a {
  opacity: 1;
}
.l-nav__li--features {
  min-width: 180px;
}
.l-nav__li:last-of-type {
  margin-right: 0;
}
.l-nav__li-link {
  display: block;
  position: relative;
  padding: 12px 0 12px 10px;
  color: #333 !important;
}
.l-nav__li-link:hover {
  opacity: 0.5;
}
.l-nav__li-link--home {
  padding: 12px;
  border: 1px solid #4dadd0;
}
.l-nav__li-link--features {
  cursor: default;
}
.l-nav__li-link--features:hover {
  opacity: 1;
}
.l-nav__li-span {
  display: block;
  margin-top: 6px;
  padding: 2px 2px 2px 0;
  font-size: 1.1rem;
  font-weight: 400;
}
.l-nav__heading {
  display: none;
}
.l-header.is-none {
  -webkit-transform: translateY(-12rem);
  transform: translateY(-12rem);
}
.l-header.is-fixed {
  -webkit-transform: translateY(-64px);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-64px);
  border-bottom: 0;
}
.l-header.is-fixed .l-nav {
  padding-top: 10px;
}
.l-header.is-fixed .l-nav:before {
  -webkit-filter: blur(1.5px);
  z-index: -1;
  position: absolute;
  top: 60px;
  width: 100%;
  height: 85px;
  background: hsla(0, 0%, 100%, 0.95);
  content: "";
  filter: blur(1.5px);
}
.js-nav--active .l-nav__social-item {
  margin-bottom: 15px;
}
.js-nav--active .l-nav__social-item .p-floating__contact {
  margin-top: 50px;
  text-align: center;
}
.js-nav--active .l-nav__social-item .p-floating__telephone {
  font-size: 4.8rem;
}
.js-nav--active .l-nav__social-item .p-floating__schedule {
  font-size: 2.8rem;
  font-size: 3.65vw;
  text-align: center;
}
.l-nav__submenu {
  -webkit-transform: translateY(100%);
  visibility: hidden;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0;
  transform: translateY(100%);
  background: #fff;
  list-style: none;
  opacity: 0;
}
.l-nav__submenu,
.l-nav__submenu-li-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-nav__submenu-li-link {
  display: block;
  position: relative;
  padding: 20px 18px;
  color: #333;
}
.l-main--img {
  z-index: -3;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.l-main--img:before {
  -webkit-transform: skewY(-3.5deg);
  -webkit-transform-origin: top left;
  z-index: 1;
  bottom: -320px;
  transform: skewY(-3.5deg);
  transform-origin: top left;
  background: #0bc9d0;
}
.l-main--img:after,
.l-main--img:before {
  position: absolute;
  width: 100%;
  height: 50%;
  min-height: 300px;
  content: "";
}
.l-main--img:after {
  -webkit-transform: skewY(3deg);
  -webkit-transform-origin: top right;
  z-index: 2;
  bottom: -300px;
  transform: skewY(3deg);
  transform-origin: top right;
  background: #00ba88;
}
.l-main__h1-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  margin: auto;
  color: #fff;
  font-size: 4.6rem;
  font-weight: 600;
  text-align: center;
}
.l-section {
  position: relative;
  padding-top: 90px;
}
.l-section--under-main {
  padding-top: 140px;
}
.l-section__inner {
  width: 1210px;
  margin: 0 auto;
  padding: 0 5px;
}
.l-section__inner__intro {
  max-width: 620px;
  margin: 40px auto;
  font-size: 1.7rem;
  line-height: 1.8;
}
.l-section__inner--voice {
  width: 1110px;
  margin: 0 auto;
}
.l-section-padding {
  padding: 100px 0 60px;
}
.l-section-padding-2 {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}
.l-section__inner--blogList,
.l-section__inner--notice {
  width: 1110px;
  margin: 0 auto;
}
.c-arrow,
.c-arrow--red {
  position: relative;
}
.c-arrow--red:after,
.c-arrow:after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: 2px solid #969696;
  border-right: 2px solid #969696;
  content: "";
}
.c-arrow-left_right {
  position: absolute;
  top: 1.8vw;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.c-arrow-left_right__prev {
  z-index: 2;
  position: absolute;
  left: 4%;
}
.c-arrow-left_right__next {
  z-index: 2;
  position: absolute;
  right: 4%;
}
.c-arrow-left_right img {
  height: 7.46667vw;
}
.c-arrow2:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 6.933vw;
  width: 2.533vw;
  height: 3.867vw;
  transform: translateY(-50%);
  background: url(/images/common/sp/white-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
.p-banner,
.p-banner__image {
  position: relative;
}
.p-banner__image {
  width: 100%;
  height: 390px;
  background-color: #f2f2f2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-banner--blog {
  background-position: bottom;
}
.p-banner--blog .p-banner__image {
  background-image: url(../images/top/blog-hero.jpg);
}
.p-banner--voice {
  background-position: bottom;
}
.p-banner--voice .p-banner__image {
  background-image: url(../images/voice/voice-hero.jpg);
}
.p-banner__border {
  position: absolute;
  bottom: 0;
}
.p-banner__title {
  -webkit-transform: translate(-50%);
  position: absolute;
  top: 40%;
  left: 50%;
  width: 1020px;
  transform: translate(-50%);
  background: rgba(0, 35, 225, 0.5);
  color: #fff;
  text-align: center;
}
.p-banner__title:before {
  top: 5px;
  left: -16px;
  background: url(/images/course/banner-green-before.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-banner__title:after,
.p-banner__title:before {
  position: absolute;
  width: 80px;
  height: 80px;
  content: "";
}
.p-banner__title:after {
  right: -16px;
  bottom: 5px;
  background: url(/images/course/banner-green-after.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-banner__title-h1 {
  padding: 12px 0;
  font-size: 4.6rem;
}
.u-border {
  border-bottom: 2px solid #d7d7d7;
}
.c-breadcrumb {
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
  background: #eee;
  font-size: 1.4rem;
  text-decoration: none;
}
.c-breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1210px;
  margin: 0 auto;
  padding: 20px 10px;
}
.c-breadcrumb__inner li {
  margin-bottom: 0.5rem;
  list-style-type: none;
}
.c-breadcrumb__inner em {
  padding: 0 0.8rem;
  font-style: normal;
}
.c-breadcrumb__inner--a {
  color: #0080ba;
}
.c-breadcrumb__inner--a:link,
.c-breadcrumb__inner--a:visited {
  border-bottom: 1px solid #0080ba;
}
.c-breadcrumb__inner--a:hover {
  opacity: 0.4;
}
.c-btn-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1;
  flex: 1 1 1;
}
.c-btn-group__img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
}
.c-btn-group__img--left {
  left: 5px;
}
.c-btn-group__img--sp:last-of-type {
  display: none;
}
.c-button {
  display: inline-block;
  position: relative;
  width: 170px;
  padding: 8px 10px 10px 24px;
  border-radius: 4px;
  background: #ff5540;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.c-button:hover {
  opacity: 0.5;
}
.c-button--floating {
  margin-right: 10px;
}
.c-button--floating:last-child {
  margin-right: 0;
}
.c-button--floating .c-btn-group__img {
  left: 15px;
}
.c-button--floating .c-btn-group__img--left {
  left: 5px;
}
.c-button--footer {
  width: 100%;
  padding: 28px 0;
  font-size: 24px;
  font-weight: 500;
}
.c-button--footer:hover {
  background: #ff8879;
  opacity: 1;
}
.c-button--footer .c-btn-group__img {
  left: 15px;
}
.c-btn--notice,
.c-btn--voice {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 95px;
  margin: 75px auto 0;
  border-radius: 4px;
  background-color: #0087e1;
  color: #fff;
  font-size: 2rem;
}
.description-wrapper .description-link {
  -webkit-transition: all 0.3s ease;
  display: block;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  border: 2px solid #0088e2;
  transition: all 0.3s ease;
}
.description-wrapper .description-link__tag {
  z-index: 1;
  position: absolute;
  top: -12px;
  left: -10px;
  padding: 7px 15px;
  background: #0088e2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
.description-wrapper .description-link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.description-wrapper .description-link__wrapper-image {
  max-width: 116px;
}
.description-wrapper .description-link__wrapper-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.description-wrapper .description-link__wrapper-content-ul {
  padding-left: 35px;
}
.description-wrapper .description-link__wrapper-content-ul-li {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
.description-wrapper .description-link__text {
  position: absolute;
  right: 10px;
  bottom: 15px;
  min-width: 135px;
  color: #ed1941;
  font-size: 14px;
}
.description-wrapper .description-link__text:before {
  position: absolute;
  bottom: -5px;
  width: 100%;
  border-bottom: 1px solid #ed1941;
  content: "";
}
.description-wrapper .description-link__text:after {
  position: absolute;
  top: 10%;
  right: 0;
  width: 12px;
  height: 13px;
  background: url(/images/common/description-redarrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
.description-wrapper .description-link:hover {
  opacity: 0.5;
}
.c-flag {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.c-flag__image {
  display: table-cell;
  width: 1px;
  margin: 0;
  padding: 0 1.7rem 0 0;
  vertical-align: top;
}
.c-flag__image > img {
  max-width: none;
}
.c-flag__body {
  display: table-cell;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.c-flag__body > :last-child {
  margin-bottom: 0;
}
.c-flag--middle > .c-flag__body,
.c-flag--middle > .c-flag__image {
  vertical-align: middle;
}
.c-flag--bottom > .c-flag__body,
.c-flag--bottom > .c-flag__image {
  vertical-align: bottom;
}
.c-flag--small > .c-flag__image {
  padding-right: 0.85rem;
}
.c-flag--large > .c-flag__image {
  padding-right: 3.4rem;
}
.c-flag--reverse {
  direction: rtl;
  text-align: left;
}
.c-flag--reverse > .c-flag__body,
.c-flag--reverse > .c-flag__image {
  direction: ltr;
  text-align: left;
}
.c-flag--reverse > .c-flag__image {
  padding-right: 0;
  padding-left: 1.7rem;
}
.c-flag--reverse.c-flag--small > .c-flag__image {
  padding-right: 0;
  padding-left: 0.85rem;
}
.c-flag--reverse.c-flag--large > .c-flag__image {
  padding-right: 0;
  padding-left: 3.4rem;
}
.c-flag--stack {
  display: block;
}
.c-flag--stack > .c-flag__body,
.c-flag--stack > .c-flag__image {
  display: block;
  width: 100%;
}
.c-flag--stack > .c-flag__image {
  margin-bottom: 1.7rem;
  padding-right: 0;
  padding-left: 0;
}
.c-flag--stack > .c-flag__image > img {
  max-width: 100%;
}
.c-flag--stack.c-flag--small > .c-flag__image {
  margin-bottom: 0.85rem;
}
.c-flag--stack.c-flag--large > .c-flag__image {
  margin-bottom: 3.4rem;
}
.c-grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.c-grid__alt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.c-grid__alt:nth-child(2n) .c-grid__alt-1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.c-grid__alt:nth-child(2n) .c-grid__alt-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.c-grid__def {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.l-order--1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.l-order--2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.c-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-layout {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style-type: none;
}
.c-layout__item {
  display: inline-block;
  width: 100%;
  font-size: medium;
  font-size: 1rem;
  vertical-align: top;
}
.c-layout--small {
  margin-left: -0.85rem;
}
.c-layout--small > .c-layout__item {
  padding-left: 0.85rem;
}
.c-layout--medium {
  margin-left: -1.7rem;
}
.c-layout--medium > .c-layout__item {
  padding-left: 1.7rem;
}
.c-layout--large {
  margin-left: -3.4rem;
}
.c-layout--large > .c-layout__item {
  padding-left: 3.4rem;
}
.c-layout--middle > .c-layout__item {
  vertical-align: middle;
}
.c-layout--bottom > .c-layout__item {
  vertical-align: bottom;
}
.c-layout--center {
  text-align: center;
}
.c-layout--center > .c-layout__item {
  text-align: left;
}
.c-layout--right {
  text-align: right;
}
.c-layout--right > .c-layout__item {
  text-align: left;
}
.c-layout--col2 > .c-layout__item {
  width: 50%;
}
.c-layout--col3 > .c-layout__item {
  width: 33.33333%;
}
.c-layout--col4 > .c-layout__item {
  width: 25%;
}
.c-layout--col2and10 > .c-layout__item:nth-child(odd) {
  width: 16.66667%;
}
.c-layout--col2and10 > .c-layout__item:nth-child(2n) {
  width: 83.33333%;
}
.c-layout--col3and9 > .c-layout__item:nth-child(odd) {
  width: 25%;
}
.c-layout--col3and9 > .c-layout__item:nth-child(2n) {
  width: 75%;
}
.c-layout--col4and8 > .c-layout__item:nth-child(odd) {
  width: 33.33333%;
}
.c-layout--col4and8 > .c-layout__item:nth-child(2n) {
  width: 66.66667%;
}
.c-layout--col5and7 > .c-layout__item:nth-child(odd) {
  width: 41.66667%;
}
.c-layout--col5and7 > .c-layout__item:nth-child(2n) {
  width: 58.33333%;
}
.c-layout--reverse {
  direction: rtl;
  text-align: left;
}
.c-layout--reverse > .c-layout__item {
  direction: ltr;
  text-align: left;
}
.u-link-red {
  -webkit-transition: 0.3s;
  position: relative;
  color: #e3181d;
  transition: 0.3s;
}
.u-link-red.external:before {
  position: absolute;
  top: 10%;
  right: -13%;
  width: 100%;
  height: 75%;
  background: url(/images/common/red-link-before.png);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.u-link-red:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e3181d;
  content: "";
}
.u-link-red:hover {
  opacity: 0.5;
}
.u-link-white {
  -webkit-transition: 0.3s;
  position: relative;
  color: #fff;
  transition: 0.3s;
}
.u-link-white:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  content: "";
}
.u-link-white:hover {
  opacity: 0.5;
}
.c-list-mark {
  display: table;
  padding-left: 0;
  list-style-type: none;
}
.c-list-mark__item {
  display: table-row;
}
.c-list-mark__icon {
  display: table-cell;
  width: 1em;
  padding-right: 0.25em;
  text-align: center;
}
.c-list-mark__items {
  padding-left: 0;
  list-style-type: none;
}
.c-list-mark__icon--small {
  width: 0.8em;
}
.c-list-mark__icon--small:before {
  font-size: 0.8em;
}
.c-list-mark__icon--large {
  width: 1.2em;
}
.c-list-mark__icon--large:before {
  font-size: 1.2em;
}
.c-list-mark__icon--triangle {
  position: relative;
  padding-left: 5px;
}
.c-list-mark__icon--triangle:not(:last-child) {
  margin-bottom: 10px;
}
.c-list-mark__icon--triangle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 1px;
  padding-right: 0.5em;
  border: 4px solid transparent;
  border-left: 6px solid #00a164;
  content: "";
}
.c-list-ordered {
  display: table;
  padding-left: 0;
  list-style-type: none;
}
.c-list-ordered__item {
  display: table-row;
  counter-increment: ordered;
}
.c-list-ordered__item:before {
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
  content: counters(ordered, ".") " ";
}
.c-list-ordered__items {
  counter-reset: ordered;
}
.c-list-ordered__items,
.c-list-unstyled {
  padding-left: 0;
  list-style-type: none;
}
.c-list-unstyled__items {
  margin-left: 1em;
  list-style-position: inside;
  list-style-type: none;
  text-indent: -1em;
}
.c-table {
  width: 100%;
}
.c-table td,
.c-table th {
  padding: 1em;
}
.c-table--fixed {
  table-layout: fixed;
}
.c-table--small td,
.c-table--small th {
  padding: 0.5em;
}
.c-table--large td,
.c-table--large th {
  padding: 1.5em;
}
.c-title-h1 {
  -webkit-transition: transform 0.2s ease-out;
  color: orange;
  font-size: 4rem;
  transition: transform 0.2s ease-out;
}
.c-title-h1:hover {
  -webkit-transform: translate(10px);
  transform: translate(10px);
  color: #00f;
}
.c-title-h2 {
  position: relative;
  margin-bottom: 70px;
  color: #0088e2;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}
.c-title-h2:after {
  -webkit-transform: translateX(-50%);
  bottom: -25px;
  width: 80px;
  height: 2px;
  transform: translateX(-50%);
  border-bottom: 2px solid #0088e2;
}
.c-title-h2:after,
.c-title-h2:before {
  position: absolute;
  left: 50%;
  content: "";
}
.c-title-h2:before {
  -webkit-transform: translate(-50%, -50%);
  top: 35%;
  width: 170px;
  height: 88px;
  transform: translate(-50%, -50%);
  background: url(/images/common/title-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c-title-h2--inline {
  display: inline-block;
}
.c-title-h2__addition {
  display: block;
  margin-left: 5px;
  color: #e31873;
  font-size: 1.5rem;
  text-align: left;
}
.c-title-h3 {
  font-weight: 700;
}
.c-title-h2-bordered,
.c-title-h3 {
  font-size: 3.8rem;
  text-align: center;
}
.c-title-h2-bordered {
  position: relative;
  margin-bottom: 92px;
}
.c-title-h2-bordered:before {
  z-index: -1;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  content: "";
}
.c-title-h4 {
  position: relative;
  color: #0088e2;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
.c-title-h4:after {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 80px;
  height: 2px;
  border-top: 2px solid #4dadd0;
  content: "";
}
.c-wrapper {
  width: 100%;
  max-width: 96px;
  margin-right: auto;
  margin-left: auto;
}
.c-wrapper--medium {
  padding-right: 1.7rem;
  padding-left: 1.7rem;
}
.p-contact--img {
  background: url(../images/contact/bg_main.jpg) no-repeat;
  background-size: cover;
}
.p-contact--section {
  position: relative;
  margin-bottom: 120px;
  background: #fff;
}
.p-contact--section a {
  border-bottom: 1px solid #2b7baa;
  color: #2b7baa;
}
.p-contact--section a:hover {
  opacity: 0.7;
}
.p-contact--section__progress {
  width: 440px;
  margin: 30px auto 0;
}
.p-contact--section__intro {
  margin-bottom: 40px;
  text-align: center;
}
.p-contact--section__complete {
  margin-top: 20px;
  padding: 20px;
  line-height: 1.6;
  text-align: center;
}
.p-contact--section__complete__title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.p-contact--section .wpcf7-response-output {
  padding: 1em;
  border: 10px solid red;
}
.p-contact--section .wpcf7-acceptance-missing,
.p-contact--section .wpcf7-validation-errors {
  border: 10px solid #f7e700;
}
.p-contact--section .wpcf7-mail-sent-ok {
  display: none !important;
}
.p-contact--section .wpcf7-aborted,
.p-contact--section .wpcf7-mail-sent-ng {
  border: 10px solid red;
}
.p-contact--section .wpcf7-spam-blocked {
  border: 10px solid orange;
}
.p-contact--table {
  margin-bottom: 40px;
  padding: 0 35px;
  border-spacing: unset;
  line-height: 1.4;
}
.p-contact--table,
.p-contact--table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-contact--table th {
  width: 35%;
  padding: 1.4em 1em;
  border-bottom: 1px dashed #ccc;
  background: #f0f0f0;
  font-weight: 400;
  text-align: right;
  vertical-align: top;
}
.p-contact--table .label {
  display: inline-block;
  margin-left: 12px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.4rem;
}
.p-contact--table .label.requied {
  background: #d11c24;
}
.p-contact--table .label.optional {
  background: #b0b0b0;
}
.p-contact--table td {
  padding: 0.5em 1em;
  border-bottom: 1px dashed #ccc;
}
.p-contact--table tr:last-child td,
.p-contact--table tr:last-child th {
  border: none;
  background: #fff;
}
.p-contact--table input[type="email"],
.p-contact--table input[type="tel"],
.p-contact--table input[type="text"] {
  width: 50%;
}
.p-contact--table textarea {
  width: 80%;
}
.p-contact--table input[type="email"],
.p-contact--table input[type="tel"],
.p-contact--table input[type="text"],
.p-contact--table textarea {
  margin: 0.5em 0;
  padding: 0.5em;
  border: 1px solid #0088e2;
  border-radius: 5px;
  line-height: 1.4;
}
.p-contact--table input[type="email"]:focus,
.p-contact--table input[type="tel"]:focus,
.p-contact--table input[type="text"]:focus,
.p-contact--table textarea:focus {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  background: #eff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.p-contact--table label {
  cursor: pointer;
}
.p-contact--table input[type="checkbox"] {
  height: 24px;
  margin-right: 5px;
  vertical-align: sub;
  cursor: pointer;
}
.p-contact--table .wpcf7-list-item {
  display: block;
  line-height: 2;
}
.p-contact--table .wpcf7-select {
  width: 50%;
  height: 2.6em;
  margin: 0.5em 0;
  border: 1px solid #0088e2;
  border-radius: 5px;
  background-color: #fff;
}
.p-contact--table .wpcf7-date {
  width: 30%;
  margin: 0.5em 0;
  padding: 0.5em;
  border: 1px solid #0088e2;
  border-radius: 5px;
  line-height: 1.4em;
}
.p-contact--table .wpcf7-date:focus {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  background: #eff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.p-contact--table .wpcf7-number {
  width: 30%;
  margin: 0.5em 0;
  padding: 0.5em;
  border: 1px solid #0088e2;
  border-radius: 5px;
  line-height: 1.4em;
}
.p-contact--table .wpcf7-number:focus {
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  background: #eff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.p-contact--table .wpcf7-not-valid {
  background: #ffccd4;
}
.p-contact--table .btn-wrap {
  padding-top: 40px;
}
.p-contact--table .wpcf7c-elm-step1,
.p-contact--table .wpcf7c-elm-step2 {
  position: relative;
}
.p-contact--table .wpcf7c-elm-step1 input[type="submit"],
.p-contact--table .wpcf7c-elm-step2.sent input[type="submit"] {
  -webkit-transition: all 0.3s;
  width: 235px;
  padding: 15px 15px 15px 35px;
  font-size: 2.4rem;
  cursor: pointer;
  transition: all 0.3s;
}
.p-contact--table .wpcf7c-elm-step1:before,
.p-contact--table .wpcf7c-elm-step2.sent:before {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 22px;
  transform: translateY(-50%);
  background: url(../images/common/footer-white-arrow.png) no-repeat;
  content: "";
}
.p-contact--table .wpcf7c-elm-step2.back input[type="button"] {
  -webkit-transition: all 0.3s;
  width: 140px;
  margin-right: 10px;
  padding: 15px 15px 15px 35px;
  background: #b0b0b0;
  font-size: 2.4rem;
  cursor: pointer;
  transition: all 0.3s;
}
.p-contact--table .wpcf7c-elm-step2.back:before {
  -webkit-transform: rotateY(180deg) translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 22px;
  transform: rotateY(180deg) translateY(-50%);
  background: url(../images/common/footer-white-arrow.png) no-repeat;
  content: "";
}
.custom-wpcf7c-confirmed .wpcf7c-conf {
  border-color: #c9c9cd !important;
  background-color: #e8e9ea !important;
}
.p-education {
  margin: 0 auto 145px;
}
.p-education__desc {
  width: 600px;
  margin: 0 auto 90px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
.p-education__content {
  max-width: 1560px;
  margin: 0 auto;
}
.p-education__profile {
  position: relative;
  max-width: 49.55013%;
}
.p-education__profile .p-education__info {
  position: relative;
  padding: 30px 0;
  background: #3e3e3e;
  text-align: justify;
}
.p-education__profile .p-education__info-p {
  max-width: 502px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}
.p-education__profile .p-education__info-btn-msg {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  box-sizing: border-box;
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 4vw;
  border: 2px solid #556980;
  background: #fff;
  color: #333;
  line-height: 1.6;
  opacity: 0;
  transition: all 0.6s ease;
}
.p-education__profile .p-education__info-btn-msg__title {
  margin-bottom: 1%;
  font-size: 1.6rem;
  font-size: 4.26667vw;
  font-weight: 600;
}
.p-education__comment {
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 380px;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.2s;
}
.p-education__comment-catch {
  margin-left: 5px;
  font-size: 2rem;
  font-weight: 700;
}
.p-education__comment-p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
}
.p-education__image {
  z-index: 0;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d0ecf3),
    color-stop(90%, #fff)
  );
  background: linear-gradient(180deg, #d0ecf3, #fff 90%);
}
.p-education__image-btn {
  -webkit-transition: color 0.6s ease, border 0.6s ease, background 0.6s ease;
  position: absolute;
  top: 6vw;
  left: 4%;
  padding: 3.867% 5.667%;
  border: 2px solid #fff;
  border-radius: 6vw;
  background: #556980;
  color: #fff;
  font-size: 3.733vw;
  font-weight: 500;
  transition: color 0.6s ease, border 0.6s ease, background 0.6s ease;
}
.p-education__image .p-education__tag-p {
  z-index: 1;
  position: absolute;
  bottom: 8%;
  width: 100%;
  padding-left: 2%;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px hsl(0deg 0% 100% / 90%);
}
.p-education__image .p-education__tag-p:before {
  display: none;
  z-index: -1;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  content: "";
}
.p-education__image-human {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-education__image-comment {
  -webkit-transform: rotate(-5deg);
  -webkit-transition: opacity 0.4s;
  position: absolute;
  top: 40px;
  left: 80px;
  transform: rotate(-5deg);
  opacity: 0;
  transition: opacity 0.4s;
}
.p-education__image:hover .p-education__image-human {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.p-education__image:hover .p-education__comment,
.p-education__image:hover .p-education__image-comment {
  opacity: 1;
}
.p-education__image:hover .p-education__image {
  z-index: 0;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d0ecf3),
    color-stop(90%, #fff)
  );
  background: linear-gradient(180deg, #d0ecf3, #fff 90%);
}
.p-education__image:hover .p-education__image-p {
  position: absolute;
  top: 20px;
  left: 0;
  width: 390px;
  padding-left: 20px;
  line-height: 1.5;
  text-align: justify;
}
.p-education__image-btn-msg {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  -webkit-transform: translateY(4vw);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 4%;
  transform: translateY(4vw);
  border: 2px solid #556980;
  background: #fff;
  color: #333;
  line-height: 1.6;
  opacity: 0;
  transition: all 0.6s ease;
}
.js-btn-msg-active {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.js-btn-rev {
  top: 12.7%;
  padding: 3.3vw;
  border: 2px solid #556980;
  background: #fff;
  color: #556980;
}
.course-education {
  margin: 0;
  padding-top: 85px;
  padding-bottom: 0;
}
.course-education__desc {
  margin-top: 80px;
}
.p-features {
  margin-bottom: 60px;
  padding-top: 60px;
  background: #fff;
}
.p-features__inner {
  width: 1020px;
  margin-bottom: 60px;
  padding: 0;
}
.p-features__inner.quote {
  position: relative;
  width: 100%;
  margin-bottom: 140px;
  padding-top: 30px;
}
.p-features__inner.quote:before {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 180px;
  background: #f6f6e6;
  content: "";
}
.p-features__inner.quote:after {
  position: absolute;
  top: 260px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f3f2dd;
  content: "";
}
.p-features__card {
  margin-top: 50px;
}
.p-features__card:last-child {
  margin-bottom: 70px;
}
.p-features__content {
  width: 45.58824%;
}
.p-features__content-balloon_point {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 2px 15px 5px;
  border-radius: 5px;
  background: #e95d91;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-features__content-balloon_point:before {
  -webkit-transform: rotate(-45deg);
  bottom: -6px;
  left: 8px;
  transform: rotate(-45deg);
  border-color: #e95d91 transparent transparent #e95d91;
}
.p-features__content-balloon_point:after,
.p-features__content-balloon_point:before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
  border-radius: 50%;
  content: "";
}
.p-features__content-balloon_point:after {
  -webkit-transform: rotate(225deg);
  bottom: -7px;
  left: 13px;
  transform: rotate(225deg);
  border-color: #fff transparent transparent #fff;
}
.p-features__content-addition {
  display: inline-block;
  margin-left: 10px;
  color: #e31873;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-features__content-h3 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}
.p-features__content-list {
  margin-top: 20px;
  padding-left: 0;
}
.p-features__content-list__item {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 30px;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.5rem;
  line-height: 1.7;
  list-style-type: none;
  text-align: justify;
  text-indent: -30px;
}
.p-features__content-list__item:after,
.p-features__content-list__item:before {
  width: 19px;
  height: 16px;
  margin: 0 8px 0 0;
  background-size: cover;
  vertical-align: middle;
}
.p-features__content-list__item:before {
  display: inline-block;
  background-image: url(../images/common/icon-check-pink.png);
  content: "";
}
.border-none .p-features__content-list__item {
  border: none;
}
.p-features__content-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.p-features__content-text {
  margin-bottom: 15px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.p-features__content p:last-child {
  margin-bottom: 0;
}
.p-features__first {
  margin-top: 115px;
}
.p-features__first .p-features__content-list__item {
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.p-features__first .p-features__content-list__item:last-child {
  margin-bottom: 0;
}
.p-features__image {
  width: 48.52941%;
}
.p-features__h3 {
  margin-bottom: 40px;
}
.p-features__movie {
  width: 60%;
  margin: 0 auto;
}
.p-features__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1020px;
  margin: 0 auto;
}
.p-features__quote-man {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  margin-right: 30px;
}
.p-features__quote-img {
  width: 80%;
  margin: 0 auto 10px;
}
.p-features__quote-subcaption {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-features__quote-text {
  margin-bottom: 20px;
}
.p-features__quote-text:last-child {
  margin-bottom: 0;
}
.p-features__quote-interview {
  -ms-flex-preferred-size: 790px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  flex-basis: 790px;
  height: 100%;
  padding: 20px 30px;
  border: 5px solid #e2f7fb;
  border-radius: 20px;
  background: #fff;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-features__progress {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-features__progress-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-width: 300px;
  padding: 30px 20px;
  border: 4px solid #f4a3c7;
  border-radius: 15px;
}
.p-features__progress-box.box1 {
  background: #fce8f1;
}
.p-features__progress-box.box2 {
  background: #f8d9e7;
}
.p-features__progress-box.box3 {
  background: #f7bad5;
}
.p-features__progress-box.box1,
.p-features__progress-box.box3 {
  text-align: center;
}
.p-features__progress-box.box1:after,
.p-features__progress-box.box2:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -38px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #595757;
  border-style: solid;
  border-width: 8px 13px;
  content: "";
}
.p-features__progress-box__text {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.p-features__progress li {
  margin-bottom: 5px;
}
.p-features__slider {
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 auto;
}
.p-floating {
  display: none;
  z-index: 3;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 1210px;
  padding: 8px 0 7px;
}
.p-floating-wrap {
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 5px;
}
.p-floating__telephone {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  vertical-align: middle;
}
.p-floating__schedule {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
.p-floating__phone-icon {
  display: inline-block;
  vertical-align: middle;
}
.p-floating__social--sp .u-lists__item {
  margin-right: 10px;
  vertical-align: middle;
}
.p-floating__social--sp .u-lists__item:last-child {
  margin-right: 0;
}
.p-floating__social--sp .u-lists__item__top {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/top-arrow.png) no-repeat;
}
.p-floating__social--sp .u-lists__item__top:hover {
  background: url(../images/common/top-arrow-hover.png) no-repeat;
}
.js-floating--fixed {
  display: block;
}
.js-floating--fixed:before {
  -webkit-filter: blur(1.5px);
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  background: hsla(224deg 84% 20% / 95%);
  content: "";
  filter: blur(1.5px);
}
.p-flow {
  position: relative;
  width: 100%;
}
.p-flow__green-box {
  -webkit-box-flex: inherit !important;
  -ms-flex: inherit !important;
  flex: inherit !important;
  margin: 0 145px 0 70px !important;
}
.p-flow__li-icon {
  position: relative !important;
  text-indent: inherit !important;
}
.p-flow__li-icon:before {
  position: absolute !important;
  top: 5px !important;
  left: 0 !important;
}
.p-flow__bottom-text {
  margin-top: 74px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -2.1px;
  text-align: center;
}
.p-flow--h2 {
  letter-spacing: -0.27vw !important;
}
.p-flow-h3 {
  padding-top: 70px;
}
.p-flow__support-title {
  margin-top: 69px;
  font-size: 26px;
  font-weight: 700;
}
.p-flow__lists {
  position: relative;
  width: 100%;
  max-width: 1210px;
  margin: 100px auto 0;
  padding: 0 50px;
}
.p-flow__item {
  display: block;
  position: relative;
  margin-bottom: 120px;
  padding: 40px 0;
}
.p-flow__item--first {
  border-top: 1px solid #f2b5cf;
  border-bottom: 1px solid #f2b5cf;
}
.p-flow__item--second {
  border-top: 1px solid #f09abf;
  border-bottom: 1px solid #f09abf;
}
.p-flow__item--third {
  border-top: 1px solid #ee80af;
  border-bottom: 1px solid #ee80af;
}
.p-flow__item--fourth {
  border-top: 1px solid #eb6b9f;
  border-bottom: 1px solid #eb6b9f;
}
.p-flow__item--fifth {
  border-top: 1px solid #e9518e;
  border-bottom: 1px solid #e9518e;
}
.p-flow__item--sixth {
  border-top: 1px solid #e73680;
  border-bottom: 1px solid #e73680;
}
.p-flow__item--seventh {
  border-top: 1px solid #e41873;
  border-bottom: 1px solid #e41873;
}
.p-flow__item-box {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 268px;
  height: 68px;
  border-radius: 5px;
  background-color: #00a064;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.p-flow__item-box:hover {
  background-color: rgba(11, 160, 100, 0.7);
}
.p-flow__item-box-pic {
  margin: 0 29px 0 16px;
}
.p-flow__item-box p {
  color: #fff;
  font-size: 20px;
}
.p-flow__item:before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 70px;
  height: 30px;
  transform: translateX(-50%);
  background: url(../../../images/flow/bottom-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.p-flow__item:last-of-type {
  margin-bottom: 70px;
}
.p-flow__item:last-of-type:before {
  display: none;
}
.p-flow__item-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -40px;
  left: 30px;
  width: 100%;
  max-width: 221px;
  padding: 17px 20px;
  border-radius: 5px;
  background: #f2b5cf;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.p-flow__item-step--first {
  background-color: #f2b5cf;
}
.p-flow__item-step--second {
  background-color: #f09abf;
}
.p-flow__item-step--third {
  background-color: #ee80af;
}
.p-flow__item-step--fourth {
  background-color: #eb6b9f;
}
.p-flow__item-step--fifth {
  background-color: #e9518e;
}
.p-flow__item-step--sixth {
  background-color: #e73680;
}
.p-flow__item-step--seventh {
  background-color: #e41873;
}
.p-flow__item-step-span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #595757;
  font-size: 24px;
  font-weight: 700;
}
.p-flow__item-content--center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.p-flow__item-content--col {
  padding: 0 0 0 75px !important;
}
.p-flow__item-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 0 30px 0 75px;
}
.p-flow__item-content + .p-flow__item-content {
  margin-top: 40px;
}
.p-flow__item-content-text-col {
  margin-top: 0 !important;
}
.p-flow__item-content-text {
  position: relative;
  width: 284px;
  margin-top: 25px;
  font-size: 1.7rem;
  line-height: 3.5rem;
  text-align: justify;
}
.p-flow__item-content-text:before {
  display: inline-block;
  position: absolute;
  left: -25px;
  width: 5px;
  height: 100%;
  background: #00a064;
  content: "";
}
.p-flow__item-content-wrap-img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}
.p-flow__item-content-pic-col {
  margin: 0 25px 0 0 !important;
}
.p-flow__item-content-pic-col:first-of-type {
  margin: 0 22px 0 25px !important;
}
.p-flow__item-content-pic {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
}
.p-flow__item-content-pic:first-of-type {
  margin: 0 65px 0 70px;
}
.p-flow__item-content-pic.three {
  margin-right: 40px;
}
.p-flow__item-content-pic.three:first-of-type {
  margin-left: 50px;
}
.p-flow__item-content-pic.three:last-of-type {
  margin-right: 0;
}
.p-flow__item-content-pic-wrap-desc {
  margin-top: 20px;
  line-height: 1.8;
}
.p-flow__item-content-pic-last {
  position: relative;
}
.p-flow__item-content-pic-last:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -74px;
  width: 14px;
  height: 21px;
  transform: translateY(-50%);
  background-image: url(../../../images/flow/right-arrow-grey.png);
  background-size: contain;
  content: "";
}
.p-flow__wrap-img {
  width: 100%;
}
.p-flownew__steps .p-flownew__steps-stepwrapper:hover,
a:hover {
  opacity: 0.7 !important;
}
.p-flownew__wrapper {
  max-width: 1020px;
  margin: 0 auto;
}
.p-flownew__imagesection {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 90px 0 70px;
}
.p-flownew__imagesection-1,
.p-flownew__imagesection-2 {
  position: relative;
  max-width: 495px;
}
.p-flownew__steps {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.p-flownew__imagecaption {
  -webkit-transform: translate(-50%, 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 255px;
  padding: 10px 0;
  transform: translate(-50%, 50%);
  background: #fff;
  font-weight: 700;
  text-align: center;
}
.p-learning-courseLists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  margin: 80px 0;
  padding: 0;
}
.p-learning-courseLists__wrapper {
  width: 1020px;
  margin: 0 auto;
}
.p-learning-courseLists__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(33.33333% - 10px);
  height: 200px;
  margin: 0 15px 15px 0;
  overflow: hidden;
}
.p-learning-courseLists__list:before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5215686274509804);
  content: "";
}
.p-learning-courseLists__list:nth-of-type(3n + 3) {
  margin-right: 0;
}
.p-learning-courseLists__list img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-learning-courseLists__list p {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: 1s;
}
.p-learning-courseLists__list-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.p-learning-courseLists__list-detail {
  line-height: 1.8;
  text-align: justify;
}
.p-learning-courseLists__list-detail,
.p-learning-courseLists__list:hover > p {
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.p-learning-courseLists__list:hover .p-learning-courseLists__list-detail {
  visibility: visible;
  opacity: 1;
}
.p-learning-course__description {
  max-width: 600px;
  margin: 40px auto 0;
  font-size: 1.7rem;
  line-height: 1.8;
}
.p-learning-course__wrapper {
  margin: 230px 0 60px;
  background: #dfeef7;
}
.p-learning-course__table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -120px;
  max-width: 1140px;
  margin: 0 auto;
}
.p-learning-course__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  padding: 0;
  list-style: none;
}
.p-learning-course__tabs-li {
  -webkit-transition: all 0.3s;
  min-width: 210px;
  margin-right: 5px;
  padding: 20px 0;
  border: 2px solid #0b55cb;
  border-radius: 10px 10px 0 0;
  background: #0b55cb;
  color: #97b5e7;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
}
.p-learning-course__tabs-li:hover {
  cursor: pointer;
  opacity: 0.5;
}
.p-learning-course__tabs-li.is-active {
  border-bottom-color: transparent;
  background: #efefef;
  color: #0b55cb;
  opacity: 1;
}
.p-learning-course__content {
  position: relative;
  height: 502px;
  margin-top: -2px;
  background: #fff;
}
.p-learning-course__content-textwrapper {
  position: absolute;
  top: 0;
  padding: 55px 30px 30px;
}
.p-learning-course__content-textwrapper-text {
  position: relative;
  padding: 20px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.p-learning-course__content-textwrapper-text:not(:last-child) {
  margin-bottom: 20px;
}
.p-learning-course__content-image {
  width: 700px;
  margin-left: auto;
}
.js-learning-course__target {
  -webkit-transition: all 1s;
  position: absolute;
  top: 0;
  width: 1140px;
  border: 2px solid #0b55cb;
  background: #efefef;
  opacity: 1;
  transition: all 1s;
}
.js-learning-course__target.not-active {
  display: none;
  z-index: -1;
}
.learning-text {
  -webkit-box-shadow: 10px 10px 15px -10px;
  max-width: 600px;
  box-shadow: 10px 10px 15px -10px;
}
.learning-course {
  min-width: 350px;
}
.learning-course,
.learning-recommend {
  -webkit-box-shadow: 10px 10px 15px -10px;
  display: inline-block;
  margin-right: 300px;
  box-shadow: 10px 10px 15px -10px;
}
.learning-like {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  color: #e95d91;
  font-size: 1.6rem;
  font-weight: 500;
}
.learning-like:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 24px;
  background: url(/images/common/learning-pinklike.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
.course-learning__wrapper {
  margin-bottom: 0;
}
.p-lesson {
  padding-bottom: 146px;
}
.p-lesson__last {
  margin-left: 45%;
}
.p-lesson__ttext {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: right;
}
.p-lesson__wrapper {
  margin-bottom: 80px;
}
.p-lesson__content {
  width: 600px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
.p-lesson table,
.p-lesson td {
  border: 1px dotted #80c3f0;
  border-collapse: separate;
  border-spacing: inherit;
}
.p-lesson__ptable {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 50px;
}
.p-lesson__ptable table {
  border: 0;
  text-align: center;
  empty-cells: show;
}
.p-lesson__ptable table tbody .p-lesson__trow td {
  border-left: 0;
}
.p-lesson__ptable table tbody .p-lesson__trow--first td {
  border-top: 0;
}
.p-lesson__ptable table tbody .p-lesson__trow--last td {
  border-bottom: 1px solid #0087e1;
}
.p-lesson__ptable table tbody .p-lesson__trow td:last-child {
  border-right: 0;
}
.p-lesson__ptable table tbody .p-lesson__trow--no-data td:last-child {
  border: 1px dotted #80c3f0 !important;
}
.p-lesson__ptable table tbody .p-lesson__trow.p-lesson__trow--no-data td {
  border-left: 1px dotted #80c3f0 !important;
}
.p-lesson__ptable .p-lesson__trow {
  font-size: 1.6rem;
}
.p-lesson__head {
  width: 11%;
  padding: 22px 0;
  border-bottom: 7px double #0087e1;
  color: #0b55ca;
  text-align: center;
}
.p-lesson__head--first {
  width: 23%;
  color: #000;
  text-align: left;
}
.p-lesson__data {
  position: relative;
  padding: 22px;
  color: #0b55ca;
}
.p-lesson__data--span {
  padding: 8px;
  font-size: 14px;
  text-align: center;
}
.p-lesson__data--blue {
  margin-right: 15%;
  padding: 8px 11px;
  background-color: #0b55ca;
  color: #fff;
}
.p-lesson__data--right-align {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-right: 10%;
}
.p-lesson__data--blue-bordered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 370px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid #0080ba;
}
.p-lesson__data--blue-bordered--small {
  top: 7px;
}
.p-lesson__data--blue-bordered--small,
.p-lesson__data--online-ticket {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.p-lesson__data--online-ticket {
  top: 8px;
}
.p-lesson__data-bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border: 1px solid #d7dfaf;
  background-color: #eeedcf;
  color: #000;
}
.p-lesson__data-bg,
.p-lesson__image-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-lesson__image-group {
  max-width: 1600px;
  margin: 0 auto;
}
.p-lesson__ig {
  width: 27.5%;
  margin-top: 30px;
}
.p-lesson__side-img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 286px;
  margin-top: 30px;
  object-fit: cover;
}
.p-lesson__ig--center {
  width: 45%;
}
.p-lesson__ig--center .p-lesson__side-img {
  height: 350px;
}
.p-lesson .p-lesson__center-text,
.p-lesson .p-lesson__side-text {
  position: relative;
  padding-top: 30px;
  font-size: 24px;
  line-height: 1.5;
}
.p-lesson__center-text:before,
.p-lesson__side-text:before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2px;
  left: 50%;
  width: 101px;
  height: 6px;
  transform: translateX(-50%);
  background-color: #0080ba;
  content: "";
}
.p-lesson__center-text-body {
  display: block;
  margin: 0 4%;
  font-size: 1.6rem;
}
.p-sp-lesson__blue-border {
  position: relative;
  padding-top: 4vw;
  font-size: 4.666vw;
  line-height: 1.5;
}
.p-sp-lesson__body {
  margin: 0 3.733vw;
}
.p-sp-lesson__blue-border {
  font-size: 4.266vw;
  text-align: center;
}
.p-sp-lesson__blue-border:before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -2px;
  left: 50%;
  width: 101px;
  height: 6px;
  transform: translateX(-50%);
  background-color: #0080ba;
  content: "";
}
.p-sp-lesson__case-p {
  margin-bottom: 10.133vw;
  font-size: 3.733vw;
  line-height: 1.7;
  text-align: left;
}
.p-sp-lesson__case-h2 {
  margin-bottom: 5.333vw;
}
.p-sp-lesson__twoimg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sp-lesson__img-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-sp-lesson__twoimg {
  width: 100%;
}
.p-lesson__sp-table {
  padding-bottom: 2vw;
  border-bottom: 1px solid #0080ba;
}
.p-lesson__sp-table-title:after {
  z-index: 1;
  position: absolute;
  bottom: -0.534vw;
  width: 100%;
  border-bottom: 0.266vw solid #0b55ca;
  content: "";
}
.p-lesson__sp-table-ritem1 {
  text-align: center;
}
.p-lesson__sp-table-ritem1 .p-lesson__sp-table-ritem1--bot-first,
.p-lesson__sp-table-ritem1 .p-lesson__sp-table-ritem1--top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 46.4vw;
  height: 6.4vw;
  border: 0.133vw solid #eca10d;
  background-color: #fdf6e7;
}
.p-lesson__sp-table-ritem1 .p-lesson__sp-table-ritem1--bot-first p,
.p-lesson__sp-table-ritem1 .p-lesson__sp-table-ritem1--top p {
  color: #eca10d;
  text-align: center;
}
.p-lesson__sp-table-ritem1 .p-lesson__sp-table-ritem1--bot-first p,
.p-lesson__sp-table-ritem1 .p-lesson__sp-table-ritem1--top p,
.p-lesson__sp-table-ritem1--mid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-size: 3.73333vw;
  font-weight: 700;
}
.p-lesson__sp-table-ritem1--mid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 46.4vw;
  height: 47vw;
  margin-top: 3.3333vw;
  border: 0.266vw solid #e31873;
  color: #e31873;
}
.p-lesson__sp-table-ritem1--mid-mod {
  border: 0;
}
.p-lesson__sp-table-ritem1--mid-mod .p-lesson__sp-table-ritem1--mid-mod-pt1,
.p-lesson__sp-table-ritem1--mid-mod .p-lesson__sp-table-ritem1--mid-mod-pt2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.4vw;
  height: 50%;
  border: 0.266vw solid #e31873;
}
.p-lesson__sp-table-ritem1--mid-mod-pt1 {
  background-color: #fce8f1;
}
.p-lesson__sp-table-ritem1--mid-mod-pt2 {
  margin-top: 2vw;
  background-color: #fce8f1;
}
.p-lesson__sp-table-ritem1--bot-first {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 2.66vw 0;
  color: #eca10d;
  font-size: 1.4rem;
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center;
}
.p-lesson__sp-table-ritem1--bot-second {
  width: 46.4vw;
  margin-top: 3.6vw;
  color: #00ba88;
  font-size: 1.3rem;
  font-size: 3.46667vw;
  font-weight: 700;
  text-align: center;
}
.course-lesson {
  padding-top: 85px;
  padding-bottom: 60px;
}
.course-lesson .p-lesson__wrapper {
  margin-top: 80px;
}
.course-lesson .p-lesson__data-bg {
  border-color: #fbe8c3;
  background: #fdf6e7;
  color: #eca10d;
}
.course-lesson .p-lesson__data--blue-bordered {
  border-color: #f293be;
  background: #fce8f1;
  color: #e31873;
}
.lesson-data-green {
  color: #00a064;
}
.course-description .description-link__wrapper-content-ul-li {
  padding-right: 1vw;
}
.online__course3 {
  position: relative;
  border: 2px solid #0080ba;
}
.online__course3:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #fff200;
  border-right: 50px solid transparent;
  content: "";
}
.online__course3 > p {
  color: #019fd7;
  font-size: 4.2rem;
  font-weight: 700;
}
.online__course3 form {
  display: block;
  margin-top: 10px;
}
.online__course3 .table__lesson {
  margin-top: 35px;
  border-spacing: 8px;
}
.online__course3 .table__lesson tr:first-of-type {
  margin-bottom: 20px;
}
.online__course3 .table__lesson th {
  padding: 10px;
  background-color: #009fd7;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  text-align: center;
}
.online__course3 .table__lesson td {
  width: 50%;
  padding: 10px;
  background-color: #cde6f6;
  color: #009fd7;
  font-size: 2.3rem;
}
.online__course3 .table__lesson td:first-of-type {
  background-color: #69bde5;
  color: #fff;
}
.online__course3 .table__lesson td:last-of-type {
  font-size: 3.4rem;
  font-weight: 600;
}
.online__course3 .table__lesson td:last-of-type span {
  font-size: 2.8rem;
  font-weight: 500;
}
.online__course3 .table__monthly {
  margin-top: 10px;
  border-spacing: 8px;
}
.online__course3 .table__monthly td {
  width: 50%;
  padding: 10px;
  background-color: #cde6f6;
  color: #009fd7;
  font-size: 2.3rem;
}
.online__course3 .table__monthly td:first-of-type {
  background-color: #2cb0df;
  color: #fff;
}
.online__course3 .table__monthly td:last-of-type {
  font-size: 3.4rem;
  font-weight: 600;
}
.online__course3 .table__monthly td:last-of-type span {
  font-size: 2.8rem;
  font-weight: 500;
}
.p-carousel {
  position: relative;
  overflow: hidden;
}
.p-carousel--first .c-button--floating {
  padding: 10px;
}
.p-slick {
  -webkit-transition: 3s;
  opacity: 0;
  transition: 3s;
}
.p-slick__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 91px;
  flex-direction: column;
  justify-content: center;
  width: 1210px;
  height: 172px;
  padding: 0 35px;
  background: url(../../images/top/hero-bg-blue.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  opacity: 0;
}
.p-slick__paragraph {
  width: 100%;
  margin-top: -30px;
  font-family: Yu Gothic, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 6rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.p-slick--content {
  -webkit-transition: 2s;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 2s;
}
.p-slick__caption {
  -webkit-transform: translateX(-100%);
  -webkit-transition: 0s;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 40px;
  transform: translateX(-100%);
  background: #275162;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  transition: 0s;
}
.p-slickArrow__next,
.p-slickArrow__prev {
  display: block;
  position: absolute;
  top: 300px;
}
.p-slickArrow__next img,
.p-slickArrow__prev img {
  -webkit-transition: all 0.3s;
  cursor: pointer;
  transition: all 0.3s;
}
.p-slickArrow__next img:hover,
.p-slickArrow__prev img:hover {
  opacity: 0.7;
}
.p-slickArrow__prev {
  left: calc(50% - 605px);
}
.p-slickArrow__next {
  right: calc(50% - 605px);
}
.p-slickArrow2__next,
.p-slickArrow2__prev {
  display: block;
  position: absolute;
  top: 240px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.p-slickArrow2__prev {
  left: 0;
}
.p-slickArrow2__next {
  right: 0;
}
.slick-slide {
  -webkit-transition: all 1s;
  width: 1210px;
  height: 700px;
  overflow-y: hidden;
  opacity: 0.3;
  transition: all 1s;
}
.p-slick--content .slick-slide {
  position: relative;
  width: 800px;
  height: 530px;
  opacity: 1;
}
.p-slick--content .slick-slide > div {
  height: 530px;
}
.p-slick--content .slick-slide .p-slick__slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.p-slick--content .slick-slide .c-image {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(0.75);
}
.p-slick--content .slick-slide.slick-active .c-image {
  -webkit-animation: ScaleAnime 0.5s ease 0.5s 1 normal both;
  animation: ScaleAnime 0.5s ease 0.5s 1 normal both;
}
@-webkit-keyframes ScaleAnime {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ScaleAnime {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.p-slick--content .slick-slide:hover .p-slick__caption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.p-slick__thumbnail .slick-slide {
  height: auto;
  cursor: pointer;
}
.slick-slide img.u-disp--pc {
  display: block;
}
.slick-slide img.u-disp--sp {
  display: none;
}
.slick-current {
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-active .p-slick__text,
.slick-initialized {
  opacity: 1;
}
.slick-dots {
  bottom: 31px;
}
.slick-dots li {
  width: 50px;
  height: 10px;
  margin-right: 20px;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li button {
  width: 100%;
  height: 10px;
  padding: unset;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
}
.slick-dots li button:before {
  opacity: 0 !important;
}
.slick-dots li.slick-active button {
  border: 1px solid #fff;
  background: #0088c8;
}
.p-about {
  z-index: -3;
  position: relative;
  background: #e7e7e7;
}
.p-about__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 720px;
  max-width: 1210px;
  margin: 0 auto;
  padding: 45px 0;
}
.p-about__text {
  line-height: 2.5rem;
}
html {
  scroll-behavior: smooth;
}
.learning__wrapper,
.power__wrapper,
.schedule__wrapper {
  position: relative;
}
.schedule__wrapper ul {
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 260px;
  padding: 0;
  list-style: none;
}
.learning__wrapper ul {
  top: 0.5em;
}
.learning__wrapper ul,
.power__wrapper ul {
  position: absolute;
  padding: 0;
  list-style: none;
}
.power__wrapper ul {
  top: 0;
}
.power__wrapper ul + p {
  margin-top: 10px;
}
.learning__wrapper ul:first-of-type li:nth-of-type(2) {
  margin-top: 190px;
}
.learning__wrapper ul:first-of-type li:last-of-type {
  margin-top: 120px;
}
.learning__wrapper .wpcf7-list-item:first-of-type,
.learning__wrapper .wpcf7-list-item:nth-of-type(7),
.learning__wrapper .wpcf7-list-item:nth-of-type(11) {
  margin-top: 20px;
}
.schedule__wrapper ul li:first-of-type {
  margin: 0;
}
.schedule__wrapper ul li {
  margin-top: 8px;
}
.schedule__wrapper ul li a {
  -webkit-transition: 0.3s;
  position: relative;
  border-bottom: 1px solid #e3181d;
  color: #e3181d;
  transition: 0.3s;
}
.p-contact--table .form__date input {
  width: 30%;
  margin: 0.5em 0;
  padding: 0.5em;
  border: 1px solid #0088e2;
  border-radius: 5px;
  line-height: 1.4em;
}
div#intensive-training,
div#online-ticket {
  position: absolute;
  top: -190px;
}
.l-main--img--alt {
  width: 100%;
  height: 634px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-member {
  padding-bottom: 150px;
}
.p-member__title {
  margin-bottom: 100px;
}
.p-member__title-sp {
  position: relative;
  font-size: 4.8vw;
}
.p-member__title-sp:before {
  z-index: -1;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  content: "";
}
.p-member__image {
  max-width: 29.41176%;
  margin-top: 20px;
}
.p-member__image img {
  width: 80%;
}
.p-member__background {
  -webkit-transform: skewY(5deg);
  position: relative;
  height: 280px;
  margin-bottom: 90px;
  overflow: hidden;
  transform: skewY(5deg);
  background: #73c9dc;
}
.p-member__background:nth-child(2) {
  -webkit-transform: skewY(-5deg);
  z-index: -2;
  position: relative;
  margin-bottom: 0;
  transform: skewY(-5deg);
  background: #95ccd8;
}
.p-member__background:nth-child(2) .rev-skew {
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
}
.p-member__background:nth-child(2) .p-member__image {
  margin-top: 25px;
}
.p-member__anti-skew {
  -webkit-transform: skewY(-5deg);
  position: relative;
  transform: skewY(-5deg);
}
.p-member__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
}
.p-member__text {
  max-width: 65.58824%;
  margin-top: 20px;
  font-size: 14px;
}
.p-member__text-p {
  margin-bottom: 30px;
  line-height: 1.85;
}
.p-member__text-p:last-child {
  margin-bottom: 0;
}
.p-member__text-rev {
  margin-top: 45px;
}
.p-member .p-education__info-p {
  max-width: 660px;
  margin-bottom: 20px;
}
.p-member .p-education__info-p:last-of-type {
  margin-bottom: 0;
}
.p-member__background-sp {
  position: relative;
}
.p-member__background-sp:first-child {
  margin-bottom: 6.667%;
}
.p-member__background-sp:before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 81%;
  background: #73c9dc;
  content: "";
}
.p-member__background-sp:nth-child(2):before {
  background: #95ccd8;
}
.p-member__background-sp .p-member__container-sp .p-member__image-sp {
  max-width: 40%;
  margin: 0 auto 4.667%;
}
.p-member__background-sp .p-member__container-sp .p-member__desc-sp {
  text-align: center;
}
.p-member__background-sp .p-member__container-sp .p-member__desc-sp-1 {
  margin-bottom: 2.667%;
  font-size: 1.4rem;
  font-size: 3.73333vw;
}
.p-member__background-sp .p-member__container-sp .p-member__desc-sp-2 {
  margin-bottom: 5.333%;
  font-size: 1.6rem;
  font-size: 4.26667vw;
  font-weight: 700;
}
.p-member__background-sp .p-member__container-sp .p-member__text-sp {
  padding: 0 4vw 5.33333vw;
  font-size: 1.4rem;
  font-size: 3.73333vw;
  line-height: 1.8;
}
.p-member__background-sp
  .p-member__container-sp
  .p-member__text-sp
  .p-member__text-sp-p:not(:last-child) {
  margin-bottom: 7%;
}
.p-message__content {
  margin: 90px 0 70px;
}
.p-message__content-p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.p-message__content-p:not(:last-child) {
  margin-bottom: 35px;
}
.p-plan__left,
.p-plan__right {
  position: relative;
  height: 520px;
}
.p-plan__left-wrapper,
.p-plan__right-wrapper {
  position: absolute;
  max-width: 1210px;
  margin: 0 auto;
}
.p-plan {
  position: relative;
  width: 100%;
  margin-bottom: 140px;
}
.p-plan__desc {
  width: 550px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
.p-plan__items {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.p-plan__items--second {
  margin-top: 40px;
}
.p-plan__left {
  top: 0;
  left: calc(50% - 883px);
  width: 1220px;
  background: url(../../images/top/fourthsection-img-alt-1.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-plan__left--second {
  background: url(../../images/top/fourthsection-img-alt-3.png) 50% no-repeat;
  background-size: cover;
}
.p-plan__left-wrapper {
  -webkit-transform: translateY(-50%);
  top: 50%;
  right: 485px;
  transform: translateY(-50%);
}
.p-plan__right {
  left: calc(50% - 335px);
  width: 1255px;
  margin-top: -320px;
  background: url(../../images/top/fourthsection-img-alt-2.png);
  background-position: 50%;
  background-size: cover;
}
.p-plan__right-wrapper {
  -webkit-transform: translateY(-50%);
  top: 50%;
  left: 485px;
  transform: translateY(-50%);
}
.p-plan__card {
  -webkit-box-shadow: 3px 2px 27px 0 rgba(0, 0, 0, 0.31);
  width: 450px;
  max-height: 500px;
  padding: 45px 56px;
  background: #fff;
  box-shadow: 3px 2px 27px 0 rgba(0, 0, 0, 0.31);
}
.p-plan__card--right {
  margin-left: auto;
}
.p-plan__card-title {
  margin-bottom: 26px;
}
.p-plan__card-desc {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.p-plan__card-courses {
  position: relative;
  height: 100%;
  padding-left: 30px;
  list-style-type: none;
}
.p-plan__card-courses-text {
  margin-bottom: 18px;
  font-weight: 600;
}
.p-plan__card-courses-text:before {
  -webkit-transform: translateY(-0.5vw);
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 2.1vw;
  transform: translateY(-0.5vw);
  border-top: 0.7vw solid transparent;
  border-bottom: 0.7vw solid transparent;
  border-left: 1.3vw solid #0088e2;
  content: "";
}
.p-price {
  padding-top: 85px;
  padding-bottom: 90px;
}
.p-price__description {
  max-width: 600px;
  margin: 80px auto;
  font-size: 1.7rem;
  line-height: 1.8;
}
.p-price__green {
  background-color: #e5f9f4;
}
.p-price__content-p {
  width: 600px;
  margin: 0 auto;
  padding: 85px 0 60px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
.p-price__wrapper {
  max-width: 1110px;
  margin: 0 auto;
}
.p-price__table {
  width: 1000px;
  margin: 0 auto 40px;
  border: 10px solid #fff;
  border-collapse: collapse;
}
.p-price__table-head {
  background-color: #1c2b42;
}
.p-price__table-head tr:last-child th {
  font-size: 2.4rem;
}
.p-price__table-head tr th {
  border: 0;
}
.p-price__table-head tr th:nth-child(3) {
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1.333vw solid #fff !important;
}
.p-price__table-th {
  padding: 20px 0;
  border: 10px solid #fff;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
}
.p-price__table-th2 {
  font-size: 2.4rem;
}
.p-price__table-body {
  background-color: #f0f0f0;
}
.p-price__table-body .u-color--first-col {
  border: 1.333vw solid #fff;
}
.p-price__table-body tr td {
  border: 0;
  border-top: 1.333vw solid #fff;
}
.p-price__table-body tr td:last-child {
  border: 1.333vw solid #fff;
}
.p-price__table-body-td {
  padding: 12px 0;
  border: 10px solid #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-price__discount {
  position: relative;
  top: -5px;
  color: #9c9c9c;
  font-size: 1.8rem;
  text-decoration: none;
}
.p-price__dprice {
  padding-left: 30px;
  font-size: 32px;
  font-weight: 700;
}
.p-price__time {
  font-size: 28px;
}
.p-price__table-text {
  width: 850px;
  margin: 0 auto 75px;
}
.p-price__table-th--first {
  padding: 0 2%;
  border-right: 1.333vw solid #fff !important;
  color: #fff;
  text-align: center;
}
.p-price__inclusions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px 0;
  border: 1px solid #f0f0f0;
}
.p-price__inclusions--left {
  width: 330px;
  margin-right: 100px;
}
.p-price__inclusions--right {
  width: 720px;
}
.p-price__inclusions-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #00a064;
  color: #00a064;
  font-size: 1.8rem;
}
.p-price__inclusions-list {
  line-height: 1.5;
}
.p-price__inclusions-list ul {
  padding-left: 3vw;
}
.p-price__inclusions-list li {
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.p-price__inclusions-list li:last-child {
  border: none;
}
.p-price__inclusions-listL {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  vertical-align: text-top;
}
.p-price__inclusions-listR {
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
}
.p-lesson__sp-pink {
  background-color: #fce8f1;
}
.course-price {
  padding-bottom: 50px;
}
.course-price .p-price__inclusions-list ul {
  padding-left: 0;
  list-style: none;
}
.course-price .p-price__inclusions-list li {
  padding: 0;
}
.course-price .p-price__inclusions-list li:last-child {
  border-bottom: none;
}
.course-price .p-price__inclusions-list li p {
  display: block;
  position: relative;
  padding: 10px 0 10px 30px;
}
.course-price .p-price__inclusions-list li p:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 19px;
  height: 16px;
  background: url(/images/common/icon-check-green.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
.p-services {
  position: relative;
  margin-top: 250px;
  padding: 50px 0 95px;
  background: #dcf0ef;
}
.p-services__btn {
  display: none;
}
.p-services:before {
  -webkit-transform: skewY(5deg);
  -webkit-transform-origin: top right;
  z-index: -1;
  top: 0;
  transform: skewY(5deg);
  transform-origin: top right;
  background: #dcf0ef;
}
.p-services:after,
.p-services:before {
  position: absolute;
  width: 100%;
  height: 80%;
  content: "";
}
.p-services:after {
  -webkit-transform: skewY(-5.5deg);
  -webkit-transform-origin: top left;
  z-index: -2;
  top: 2.5%;
  transform: skewY(-5.5deg);
  transform-origin: top left;
  background: #4dadd0;
}
.p-services__h3 {
  margin-bottom: 80px;
}
.p-services__content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 5px;
}
.p-services__content .p-services__wrap {
  position: relative;
  max-width: 30%;
  margin-top: 100px;
}
.p-services__content .p-services__wrap:first-child {
  margin-top: 0;
}
.p-services__content .p-services__wrap:nth-child(3) {
  margin-top: 200px;
}
.p-services__content .p-services__wrap:nth-child(3n + 4) {
  margin-top: -100px;
}
.p-services__content .p-services__wrap:nth-child(3n + 5) {
  margin-top: 0;
}
.p-services__content .p-services__wrap-img {
  margin-bottom: 40px;
}
.p-services__content .p-services__wrap-caption {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
.p-services__content .p-services__wrap-desc {
  line-height: 1.5;
}
.sp-services-list {
  display: none;
}
.p-thoughts {
  margin-bottom: 140px;
}
.p-thoughts__h2 {
  text-align: center;
}
.p-thoughts__wrapper {
  margin: 110px auto 0;
}
.p-thoughts__p {
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}
.p-blog__content {
  width: 830px;
  margin-right: 70px;
}
.single-local .p-blog__content {
  width: 90%;
  margin: 0 auto;
}
.p-blog__content .p-blog__featuredImg {
  width: auto;
  max-height: 480px;
  padding: 0 0 20px;
}
.p-blog__eyecatch {
  text-align: center;
}
.p-blog__details {
  margin-top: 30px;
}
.p-blog__sidebar {
  width: 300px;
  margin-top: -105px;
}
.p-blog__title-h4 {
  font-size: 4.2rem;
}
.p-blog__tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 25px;
  margin-top: 11px;
  padding: 0 7px;
  background-color: #0087e1;
  color: #fff;
  font-size: 1.2rem;
}
.p-blog__date {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 1.4rem;
}
.p-blog__date:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 25px;
  transform: translateY(-50%);
  background-color: #ebebeb;
  content: "";
}
.p-blog__socialMedia {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0;
  padding: 0 30px;
}
.single-local .p-blog__socialMedia {
  width: 80%;
  margin: 80px auto;
}
.p-blog__headTitle {
  margin-bottom: 60px;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: left;
}
.p-blog__innerContent > img {
  -o-object-fit: cover;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  padding: 20px 120px 0;
  object-fit: cover;
}
.p-blog__innerContent p:not([class]) {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-blog__innerContent h5:not([class]) {
  margin-top: 35px;
  border-bottom: 2px solid #333;
  font-size: 2.6rem;
  line-height: 1.8;
}
.p-blog__innerContent .p-blog__speach-title {
  margin-top: 20px;
  padding: 0.5em;
  border-bottom: 3px solid #0080ba;
  background: #eaf3ff;
  color: #010101;
}
.p-blog__innerContent .p-blog__speach-title.female {
  border-bottom: 3px solid #e95d91;
  background: #fceef4;
}
.p-blog__innerContent .p-blog__speach-wrapper {
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-blog__innerContent .p-blog__title-sidebar {
  margin-top: 20px;
  padding: 0.4em 0.5em;
  border-bottom: 3px solid #d7d7d7;
  border-left: 5px solid #15a065;
  background: #f4f4f4;
  color: #494949;
}
.blogBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33333% - 15px);
  height: 50px;
  margin: 0 0 10px;
  background-color: red;
  color: #fff;
  font-size: 1.2rem;
}
.blogBtn img {
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  padding: 0 !important;
}
.blogBtn:nth-of-type(3n + 3) {
  margin-right: 0;
}
.blogBtn.twitter {
  background-color: #5ca6d7;
}
.blogBtn.facebook {
  background-color: #3a5992;
}
.blogBtn.google-plus {
  background-color: #d14d41;
}
.blogBtn.bookmark {
  background-color: #2c8aca;
}
.blogBtn.bookmark span {
  margin-right: 8px;
  font-weight: 700;
}
.blogBtn.pocket {
  background-color: #e04958;
}
.blogBtn.rss {
  background-color: #f39531;
}
.blogBtn.line {
  background-color: #00b833;
}
.sidebarCategory {
  margin-bottom: 80px;
}
.sidebarCategory__heading {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  font-size: 2.6rem;
  font-weight: 700;
}
.sidebarCategory__lists {
  padding: 0;
  list-style: none;
}
.sidebarCategory__list {
  border-bottom: 1px solid #ebebeb;
}
.sidebarCategory__list.parent {
  margin-top: 10px;
  padding: 0.75em 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
}
.sidebarCategory__list a {
  display: block;
  position: relative;
  padding: 18px 0 18px 35px;
  color: #000 !important;
  font-weight: 500;
  text-decoration: none !important;
}
.sidebarCategory__list a:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 12px;
  width: 9px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url(../images/common/gray-arrow.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.sidebarCategory__tag {
  display: inline-block;
  margin: 0 4px 5px 0;
}
.sidebarCategory__tag a {
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none !important;
}
.pagination__number {
  margin-top: 150px;
  text-align: center;
}
.pagination__number--voice {
  margin-top: 50px;
}
.pagination__numberLists {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: space-between;
  margin: 0 auto;
  list-style: none;
}
.pagination__numberLists .page-link,
.pagination__numberLists .page-of {
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 10px 15px;
  background: #0087e1;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.pagination__numberLists .current {
  padding: 10px 15px;
  background: #f9d635;
  color: #0087e1;
}
.pagination__current a {
  background-color: #0087e1;
  color: #fff;
}
.pagination__arrow,
.pagination__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pagination__arrow {
  position: absolute;
  width: 83px;
  background: rgba(49, 49, 49, 0.7);
}
.pagination__arrow,
.pagination__prev {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination__prev {
  position: relative;
  max-width: 390px;
  height: 100%;
  margin-right: 40px;
  text-align: right;
}
.pagination__prev:before {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: bolder;
  letter-spacing: 3px;
  text-decoration: underline;
  content: "PREVIOUS";
}
.pagination__prev .pagination__arrow {
  bottom: 0;
  left: 0;
}
.pagination__prev .pagination__content a {
  width: 100%;
  height: 100%;
  padding: 60px 20px 20px 90px;
  overflow: hidden;
  text-decoration: none !important;
}
.pagination__next {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 390px;
  height: 100%;
  text-align: left;
}
.pagination__next:before {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: bolder;
  letter-spacing: 3px;
  text-decoration: underline;
  content: "NEXT";
}
.pagination__next .pagination__arrow {
  right: 0;
  bottom: 0;
}
.pagination__next .pagination__content a {
  width: 100%;
  height: 100%;
  padding: 60px 90px 20px 20px;
  overflow: hidden;
  text-decoration: none !important;
}
.pagination__blog {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0;
  list-style: none;
}
.pagination__blog li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
  height: 150px;
}
.pagination__link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.pagination__title {
  color: #ebebeb;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.pagination__image {
  -webkit-transition: all 0.3s;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.pagination__image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}
.pagination__next:hover .pagination__image,
.pagination__prev:hover .pagination__image {
  opacity: 0.8;
}
.p-blogList {
  position: relative;
  padding: 100px 0;
}
.p-blogList__inner {
  width: 1210px;
  margin: 0 auto 50px;
  padding-right: 5px;
  padding-left: 5px;
}
.p-blogList--detail {
  padding: 40px 5px;
}
.p-blogList--detail .p-blog__sidebar {
  margin: 0;
}
.p-blogList--detail .p-blog__title-h4 {
  font-size: 4.2rem;
}
.p-blogList--detail .c-grid__alt {
  margin-top: 40px;
}
.p-blogList__card {
  -webkit-box-shadow: 0 3px 12px 3px rgba(42, 42, 42, 0.11);
  border: 1px solid #f4f4f4;
  box-shadow: 0 3px 12px 3px rgba(42, 42, 42, 0.11);
}
.p-blogList__link {
  display: block;
  color: inherit;
}
.p-blogList__title {
  padding: 15px 15px 25px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-blogList__cardHeader {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  padding: 0 15px;
  background-color: #fff;
}
.p-blogList__cardHeader,
.p-blogList__cardHeader a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.p-blogList__cardHeader a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 40px;
  padding: 0 25px;
  border-radius: 4px;
  background-color: #0087e1;
  color: #fff;
  font-size: 1.6rem;
}
.p-blogList__cardHeader--new {
  padding: 0 30px;
}
.p-blogList__cardBody {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-blogList__caption {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: center;
  width: 100%;
  height: 66px;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 2.4rem;
}
.p-blogList__new {
  height: 380px;
}
.p-blogList__new:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 10px;
  left: 10px;
  align-items: center;
  justify-content: center;
  height: 33px;
  padding: 0 30px;
  background-color: #ff5540;
  color: #fff;
  font-size: 1.6rem;
  content: "NEW";
}
.p-blogListHeaderDate {
  font-weight: 500;
}
.p-blogList__lists--threeRow {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.p-blogList__lists--threeRow .p-blogList__card {
  width: 350px;
  margin-right: 30px;
}
.p-blogList__lists--twoRow {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.p-blogList__lists--twoRow .p-blogList__card {
  width: 390px;
  margin-bottom: 40px;
}
.p-blogList__lists--twoRow .p-blogList__card:first-of-type,
.p-blogList__lists--twoRow .p-blogList__card:first-of-type + .p-blogList__card {
  margin-top: 0;
}
.p-blogList__lists--twoRow .p-blogList__card.large-size {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: 100%;
}
.p-blogList__lists--twoRow .p-blogList__card.large-size .p-blogList__cardBody {
  height: 380px;
}
.p-blogList__lists--twoRow .p-blogList__cardBody {
  height: 220px;
}
.sidebarBlog__date {
  margin-top: 8px;
  color: #bebebe;
  font-size: 1.4rem;
}
.sidebarBlog__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.sidebarBlog__tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 25px;
  margin-top: 11px;
  padding: 0 7px;
  background-color: #0087e1;
  color: #fff !important;
  font-size: 1.2rem;
  text-decoration: none !important;
}
.sidebarBlog__tag.voice__tag {
  width: 135px;
  font-size: 1.2rem;
}
.sidebarBlog__tag--green {
  background-color: #15a065;
}
.sidebarBlog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}
.sidebarBlog__link img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  object-fit: cover;
  object-position: center;
}
.sidebarBlog__details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sidebarBlog__lists {
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}
.sidebarBlog__lists--voice {
  margin-bottom: 145px;
}
.sidebarBlog__list {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.sidebarBlog__list:first-of-type {
  margin-top: 0;
}
.sidebarBlog__list:last-of-type {
  border-bottom: none;
}
.sidebarBlog__list.voice .sidebarBlog__link img {
  width: 100px;
  height: 116px;
}
.sidebarBlog__heading {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  font-size: 2.6rem;
  font-weight: 700;
}
.sidebarVoice {
  margin-top: 60px;
}
.sidebarVoice__header {
  padding: 14px 25px;
  background-color: #999;
  color: #fff;
  font-size: 1.8rem;
}
.sidebarVoice__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
}
.sidebarVoice__content img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 166px;
  height: 127px;
  object-fit: cover;
  object-position: center;
}
.sidebarVoice__text {
  padding: 0 12px 0 15px;
  color: #999;
  font-size: 1.5rem;
}
.sidebarVoice__body {
  margin-top: 10px;
}
.category__tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 43px;
  padding: 0 38px;
  border-radius: 4px;
  background-color: #15a065;
  color: #fff;
  font-size: 1.5rem;
}
.p-blogList__card--top:last-of-type {
  margin-right: 0;
}
.p-notice {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.p-notice__h2 {
  margin-bottom: 120px;
}
.noticeTab {
  padding: 0;
  list-style: none;
}
.noticeTabWrapper {
  width: 255px;
}
.noticeTab__content {
  display: none;
}
.noticeTab__content.current {
  display: block;
}
.noticeTab__wrapper {
  width: calc(100% - 285px);
  height: 300px;
  padding: 10px 40px 20px;
  overflow-y: scroll;
  border: 2px solid #0087e1;
}
.noticeTab__wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #e2e2e2;
}
.noticeTab__wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #e2e2e2;
}
.noticeTab__wrapper::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #0087e1;
}
.noticeTab__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 50px;
  margin-top: 10px;
  padding: 0 20px;
  background-color: #e4e4e4;
  color: #7e7e7e;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
.noticeTab__link:first-of-type {
  margin-top: 0;
}
.noticeTab__link.current {
  background-color: #0087e1;
  color: #fff;
}
.noticeTab__link.current:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0087e1;
  content: "";
}
.noticeLists {
  padding: 0;
  font-size: 1.4rem;
  list-style: none;
}
.noticeLists__item {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.noticeLists__item:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 13px;
  transform: translateY(-50%);
  background: url(../images/common/red-arrow.png);
  content: "";
}
.noticeLists__item:last-of-type {
  border-bottom: 0;
}
.noticeLists__date {
  display: inline-block;
  margin-right: 30px;
  color: #666;
}
.noticeLists__title {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
}
.noticeLists__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 60px 16px 0;
}
.lowerPage .titleh1,
.lowerPage h1:not([class]) {
  margin: 40px 0 0;
  color: #333;
  font-size: 3.2rem;
}
.lowerPage .titleh2,
.lowerPage h2:not([class]) {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #ebebeb;
  color: #333;
  font-size: 2.6rem;
  line-height: 1.5;
}
.lowerPage .titleh2:before,
.lowerPage h2:not([class]):before {
  position: absolute;
  bottom: -2px;
  width: 20%;
  height: 2px;
  background: #2f9edc;
  content: "";
}
.lowerPage .titleh3,
.lowerPage h3:not([class]) {
  margin: 20px 0 0;
  padding: 5px 20px;
  background-color: #009fd8;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.lowerPage .titleh4,
.lowerPage h4:not([class]) {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 20px;
  border-bottom: 2px solid #333;
  color: #333;
  font-size: 2.4rem;
  line-height: 1.5;
}
.lowerPage .titleh4:before,
.lowerPage h4:not([class]):before {
  position: absolute;
  bottom: -2px;
  width: 20%;
  height: 2px;
  background: #2f9edc;
  content: "";
}
.lowerPage .titleh5,
.lowerPage h5:not([class]) {
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
  color: #333;
  font-size: 2rem;
  line-height: 1.5;
}
.lowerPage .titleh5:before,
.lowerPage h5:not([class]):before {
  position: absolute;
  bottom: -1px;
  width: 20%;
  height: 1px;
  background: #2f9edc;
  content: "";
}
.lowerPage .titleh6,
.lowerPage h6:not([class]) {
  margin: 30px 0 0;
  color: #2f9edc;
  font-size: 2rem;
}
.lowerPage span.catch {
  display: block;
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  background: #ebebeb;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.4;
}
.lowerPage p:not([class]) {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
}
.lowerPage a:not([class]) {
  color: #2f9edc;
  text-decoration: underline;
}
.lowerPage em {
  color: #bebebe;
  font-size: 120%;
}
.lowerPage strong {
  color: #333;
  font-weight: 700;
}
.lowerPage small {
  font-size: 70%;
}
.lowerPage .wp-caption {
  max-width: 100%;
  margin: 0;
}
.lowerPage .alignleft {
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.lowerPage .alignright {
  margin: 0.5em 0 0.5em 1em;
  float: right;
}
.lowerPage .alignleft:after,
.lowerPage .alignright:after {
  clear: both;
  content: "";
}
.lowerPage .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.lowerPage .wp-caption-text {
  font-size: 80%;
}
.lowerPage blockquote,
.lowerPage q {
  display: inline-block;
  margin: 1em 1em 0;
  padding: 0.5em 0.5em 1em;
  border-left: 6px solid #eab90b;
  background: #eee;
}
.lowerPage pre {
  white-space: pre-wrap;
}
.lowerPage img {
  padding: 0.5em;
}
.lowerPage .btn1 {
  border-radius: 4px;
  background-color: #0087e1;
  color: #fff;
}
.lowerPage .btn1,
.lowerPage .btn2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 70px;
  margin: 20px auto 0;
  font-size: 1.8rem;
}
.lowerPage .btn2 {
  border: 1px solid #0087e1;
  border-radius: 4px;
  color: #0087e1;
}
.lowerPage .btn3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 50px;
  margin: 20px auto 0;
  padding: 0 20px;
  border: 1px solid #2487cd;
  border-radius: 4px;
  color: #2487cd;
  font-size: 1.6rem;
  font-weight: 400;
}
.lowerPage .c-breadcrumb {
  margin-top: 20px;
}
.lowerPage .postList {
  margin-top: 20px;
  padding-left: 0;
}
.lowerPage .postList__item {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 30px;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.5rem;
  line-height: 1.7;
  list-style-type: none;
  text-align: justify;
  text-indent: -30px;
}
.lowerPage .postList__item:after,
.lowerPage .postList__item:before {
  width: 19px;
  height: 16px;
  margin: 0 8px 0 0;
  background-size: cover;
  vertical-align: middle;
}
.lowerPage .postList__item:before {
  display: inline-block;
  background-image: url(../images/common/icon-check-pink.png);
  content: "";
}
.lowerPage .postList__item:last-child {
  margin-bottom: 0;
  border: none;
}
.lowerPage ol,
.lowerPage ul {
  position: relative;
  margin-top: 1em;
  line-height: 1.7;
}
.lowerPage ol li,
.lowerPage ul li {
  margin-top: 0.2em;
}
.lowerPage ol ol,
.lowerPage ol ul,
.lowerPage ul ol,
.lowerPage ul ul {
  margin-top: 0;
}
.lowerPage dl {
  margin-top: 20px;
  line-height: 1.8;
}
.lowerPage dl dt {
  color: #0087e1;
  font-size: 1.8rem;
  font-weight: 700;
}
.lowerPage dl dd {
  margin-left: 0;
  font-size: 1.5rem;
}
.lowerPage table:not(.p-voiceInformation__additional) {
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-collapse: separate;
  border-spacing: 0 2px;
  font-size: 1.4rem;
}
.lowerPage table:not(.p-voiceInformation__additional) thead {
  background: #ebebeb;
  color: #333;
}
.lowerPage table:not(.p-voiceInformation__additional) thead:before {
  position: absolute;
  top: 1px;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  content: "";
}
.lowerPage table:not(.p-voiceInformation__additional) td {
  padding: 14px 0;
  border-top: 1px solid #d5d5d5;
  text-align: center;
}
.lowerPage table:not(.p-voiceInformation__additional) th {
  padding: 14px 0;
  text-align: center;
}
.lowerPage table:not(.p-voiceInformation__additional) tr th {
  border-top: 1px solid #d5d5d5;
}
.lowerPage table:not(.p-voiceInformation__additional) tbody tr:last-child td {
  border-bottom: 1px solid #d5d5d5;
  vertical-align: middle;
}
.lowerPage table:not(.p-voiceInformation__additional) tbody tr th {
  background: #1c2b42;
  color: #fff;
  vertical-align: middle;
}
.lowerPage table:not(.p-voiceInformation__additional) tbody tr th a {
  color: #fff;
}
.lowerPage table:not(.p-voiceInformation__additional) tfoot td,
.lowerPage table:not(.p-voiceInformation__additional) tfoot tfoot th {
  border-top: 1px solid #d5d5d5;
}
.lowerPage .note {
  color: #bebebe;
  font-size: 1.2rem;
  text-align: center;
}
.lowerPage .postFour,
.lowerPage .postThree,
.lowerPage .postTwo {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.lowerPage .postThree img,
.lowerPage .postTwo img {
  margin-bottom: 20px;
}
.lowerPage .postThree p,
.lowerPage .postTwo p {
  margin-top: 20px;
}
.lowerPage .postTwo li {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
}
.lowerPage .postThree li {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
}
.lowerPage .postFour li {
  -ms-flex-preferred-size: 23%;
  position: relative;
  flex-basis: 23%;
}
.lowerPage .postFour li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  background: rgba(36, 135, 205, 0.88);
  color: #fff;
  font-size: 1.3rem;
  text-align: center !important;
}
.course-description {
  padding: 70px 0 60px;
}
.p-quality-sp {
  padding: 0 0 13.33333vw;
}
.p-quality-sp__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-quality-sp__tag-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4%;
  border-radius: 0;
  background: #d9d9d9;
  color: #666;
  font-size: 1.6rem;
  font-size: 4.26667vw;
  text-align: left;
}
.p-quality-sp__content {
  font-size: 1.4rem;
  font-size: 3.73333vw;
  line-height: 1.8;
}
.p-quality-sp__content-wrap {
  padding: 0 8vw 8.66667vw;
}
.p-quality-sp__content-wrap-text {
  -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin: -13.33333vw 0 0;
  padding: 5.33333vw 4vw;
  background: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.2);
}
.p-quality-sp__content-wrap-text-p,
.p-quality-sp__content-wrap-text .p-quality-sp__border {
  margin: 0 0 5.33333vw;
}
.p-quality-sp__content-wrap-text-ul {
  margin: 0 0 5.33333vw 0.93333vw;
}
.p-quality-sp__content-wrap-text-ul2 {
  padding: 0;
  list-style: none;
}
.p-quality-sp__content-wrap-text-ul2-li {
  position: relative;
  padding: 0 0 0 6vw;
}
.p-quality-sp__content-wrap-text-ul2-li:before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 3.5vw;
  left: 2%;
  width: 2%;
  height: 1.5vw;
  transform: translateY(-50%);
  background: url(/images/service/quality-bluearrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
.quality-content__sp2,
.quality-content__sp3 {
  display: none;
}
.quality--tag1 {
  margin: 15.33333vw 0 0;
}
.quality--tag2,
.quality--tag3 {
  margin: 2vw 0 0;
}
.p-quality {
  padding: 0 0 135px;
}
.p-quality__table {
  max-width: 1110px;
  margin: 140px auto 0;
}
.p-quality__table .p-quality__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-left: 1px solid #4d99bc;
}
.p-quality__table .p-quality__tabs-tab {
  -webkit-transform: skew(20deg);
  -webkit-transform-origin: bottom left;
  position: relative;
  left: -1px;
  min-width: 270px;
  margin-right: 3px;
  transform: skew(20deg);
  transform-origin: bottom left;
  border-bottom: 1px solid #4d99bc;
  background: #d9d9d9;
  text-align: center;
  cursor: pointer;
}
.p-quality__table .p-quality__tabs-tab:first-child {
  min-width: 270px;
}
.p-quality__table .p-quality__tabs-tab-a {
  -webkit-transform: skew(-20deg);
  -webkit-transform-origin: bottom left;
  display: block;
  padding: 15px 10px;
  transform: skew(-20deg);
  transform-origin: bottom left;
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-quality__content {
  position: relative;
  height: 550px;
  margin-top: -1px;
  padding: 55px 45px;
  border: 1px solid #4d99bc;
  background: url(/images/service/qualitybg-1.png);
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.p-quality__content-text {
  line-height: 1.7;
}
.p-quality__content-text-p {
  margin: 0 0 25px;
}
.p-quality__content-text-ul {
  position: absolute;
  bottom: 55px;
  padding: 0;
  list-style: none;
}
.p-quality__content-text-ul-li {
  position: relative;
  padding: 0 0 0 15px;
}
.p-quality__content-text-ul-li:not(:last-child) {
  padding-bottom: 5px;
}
.p-quality__content-text-ul-li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 7px;
  background: url(/images/service/quality-bluearrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
.p-quality__content-text .p-quality__content-text-custom {
  margin: 0 0 25px 15px;
}
.p-quality__content-text .p-quality__content-text-custom-span {
  display: block;
  margin: 0 0 10px;
  font-size: 1.8rem;
}
.p-quality__content-text .p-quality__content-text-custom-ul {
  padding-left: 22px;
}
.p-quality__content-text
  .p-quality__content-text-custom-ul-li:not(:last-child) {
  padding-bottom: 5px;
}
.js-tab-active {
  z-index: 1;
  border: 1px solid #4d99bc;
  border-bottom: 1px solid #fff !important;
  background: #fff !important;
}
.js-tab-active .p-quality__tabs-tab-a {
  color: #4d99bc;
}
.quality-2,
.quality-3 {
  display: none;
}
.quality-p2 {
  position: absolute;
  top: 58px;
  left: 47px;
  width: 559px;
  line-height: 1.5;
}
.quality-border {
  margin: 0 0 25px;
}
.js-quality-bg1 {
  background: url(/images/service/qualitybg-1.png);
}
.js-quality-bg2 {
  background: url(/images/service/qualitybg-2.png) !important;
}
.js-quality-bg3 {
  background: url(/images/service/qualitybg-3.png) !important;
}
.js-quality-leftborderwhite {
  border-left: 1px solid #fff !important;
}
.p-rhythm {
  padding: 0 0 125px;
}
.p-rhythm__desc {
  width: 720px;
  margin: 0 auto 75px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.5;
  text-align: justify;
}
.p-rhythm__content {
  width: 720px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-rhythm__content-ul {
  padding-left: 21px;
}
.p-rhythm__content-p {
  margin-bottom: 35px;
}
.p-breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 1.2rem;
}
.p-breadcrumbs-prev {
  color: #0080a6;
}
.p-nav__images {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  padding: 100px 0;
}
.p-nav__images .p-nav__title {
  position: relative;
  top: 0;
  right: 0;
  max-width: 540px;
  margin: 0 0 100px auto;
}
.p-nav__images .p-nav__title-text {
  position: absolute;
  bottom: 15px;
  left: 45px;
  color: #fff;
  font-size: 1.8rem;
}
.p-nav__images .p-nav__nav {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-nav__images .p-nav__nav-container {
  -webkit-transition: opacity 0.3s ease;
  position: relative;
  margin-bottom: 30px;
  transition: opacity 0.3s ease;
}
.p-nav__images .p-nav__nav-container-text {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-nav__images .p-nav__nav-container:hover {
  opacity: 0.5;
}
.p-services1-grid__container {
  margin: 0 auto 200px;
}
.p-services1-grid__container .p-services1-grid {
  margin-bottom: 50px;
}
.p-services1-grid__container .p-services1-grid .u-line-height__inc {
  line-height: 1.8;
}
.p-services1-grid__container .p-services1-grid .p-features__subcaption {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-step {
  padding: 0 0 125px;
}
.p-step__desc {
  width: 600px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.5;
  text-align: justify;
}
.p-step__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 95px auto 0;
}
.p-step__container .p-step__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 32.01754%;
  border: 1px solid #80beff;
}
.p-step__container .p-step__content-badge {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
}
.p-step__container .p-step__content-text {
  padding: 60px 25px 40px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.flow__index-mb-0 {
  margin-bottom: 0 !important;
}
.p-philosophy__goalarea {
  position: relative;
  padding-bottom: 95px;
  overflow: hidden;
}
.p-philosophy__goalarea:before {
  position: absolute;
  top: 550px;
  width: 100%;
  height: 100%;
  background: #e5f3fc;
  content: "";
}
.p-philosophy__goal {
  position: relative;
  max-width: 600px;
  margin: 0 auto 75px;
  padding: 45px 90px 15px;
  border: 5px solid #0088c8;
  background: #fff;
}
.p-philosophy__goal__title {
  margin-bottom: 20px;
  color: #e95d91;
  font-size: 2.6rem;
  font-weight: 700;
}
.p-philosophy__goal .p-features__content-list {
  margin-bottom: 30px;
}
.p-philosophy__goal .p-features__content-list__item {
  border-bottom: none;
  font-weight: 500;
}
.p-philosophy__content {
  max-width: 570px;
  margin: 80px auto 40px;
  text-align: center;
}
.p-philosophy__content-p {
  font-size: 17px;
  line-height: 1.8;
}
.p-philosophy__content-p:not(:last-child) {
  margin-bottom: 30px;
}
.p-voice {
  position: relative;
  padding: 100px 0 105px;
}
.p-voice__inner {
  width: 1210px;
  margin: 0 auto;
  padding: 0 5px;
}
.p-voice__sidebar--voice {
  margin-top: 0;
}
.p-voice__sidebar--voice .sidebarCategory {
  margin-bottom: 60px;
}
.voiceTab {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px;
  list-style: none;
}
.voiceTab__link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
  margin: 0 10px;
  color: #333;
  font-size: 2.8rem;
  text-align: center;
  cursor: pointer;
}
.voiceTab__link:before {
  -webkit-transition: all 0.5s;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
  content: "";
  transition: all 0.5s;
}
.voiceTab__link:hover:before {
  background-color: #333;
}
.voiceTab__link.current {
  font-weight: 700;
}
.voiceTab__link.current:before {
  background-color: #333;
}
.voiceFilter {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: none;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 830px;
  margin: 65px auto 0;
  padding: 0;
  list-style: none;
}
.voiceFilter.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voiceFilter__link {
  width: 250px;
  height: 65px;
  margin: 0 40px 25px 0;
  text-align: center;
  cursor: pointer;
}
.voiceFilter__link:nth-of-type(3n + 3) {
  margin-right: 0;
}
.voiceFilter__link:last-of-type,
.voiceFilter__link:nth-of-type(4),
.voiceFilter__link:nth-of-type(5) {
  margin-bottom: 0;
}
.voiceFilter__link a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #009fd8;
  border-radius: 6px;
  color: #009fd8;
  font-weight: 500;
  transition: 0.3s;
}
.voiceFilter__link.current a,
.voiceFilter__link a:hover {
  background-color: #009fd8;
  color: #fff;
}
.voiceFilter__content {
  margin-top: 75px;
}
.voiceFilter__title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  font-size: 3.2rem;
  font-weight: 500;
}
.voice__new:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 33px;
  background-color: #ff5540;
  color: #fff;
  font-size: 1.6rem;
  content: "NEW";
}
.voice__list {
  position: relative;
  width: 580px;
  margin: 0 40px 80px 0;
}
.voice__list:before {
  z-index: 1;
  position: absolute;
  top: 80px;
  right: 0;
  width: 540px;
  height: 330px;
  background-color: #dff3f1;
  content: "";
}
.voice__list:nth-of-type(2n + 2) {
  margin-right: 0;
}
.voice__list:last-of-type,
.voice__list:nth-of-type(5) {
  margin-bottom: 0;
}
.voice__lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.voice__lists--top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.voice__lists--top .voice__list {
  margin-bottom: 0;
}
.voice__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 2;
  position: relative;
}
.voice__img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 320px;
  height: 370px;
  margin-right: auto;
  object-fit: cover;
  object-position: center;
}
.voiceHeader {
  position: absolute;
  top: 140px;
  right: 17px;
  width: 320px;
}
.voiceHeader__left {
  width: 80%;
  font-size: 1.6rem;
}
.voiceHeader__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 18px;
  background-color: #009fd8;
  color: #fff;
  font-size: 1.4rem;
}
.voiceHeader__head--female {
  background-color: #e95d91;
}
.voiceHeader__text {
  padding: 15px 18px;
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}
.voice__body,
.voiceHeader__text__body {
  background: #fff;
}
.voice__body {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 470px;
  height: 90px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.voice__content--top .voice__img {
  width: 260px;
  height: 300px;
}
.voice__content--top .voice__list {
  width: 520px;
}
.voice__content--top .voice__list:last-of-type {
  margin-right: 0;
}
.voice__content--top .voice__list:before {
  top: 50px;
  right: inherit;
  left: 20px;
  width: 100%;
  height: 270px;
}
.voice__content--top .voiceHeader {
  top: 70px;
  width: 280px;
}
.voice__content--top .voiceHeader__left {
  width: 72%;
}
.voice__content--top .voiceHeader__body {
  background: #fff;
}
.voice__content--top .voice__body {
  width: 320px;
  padding: 20px 15px;
}
.voice__content--top .voiceHeader__text {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}
.testimonial img {
  display: block;
  width: 100%;
}
.p-voiceInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 40px;
}
.p-voiceInformation__imgwrapper {
  position: relative;
  width: 268px;
  height: 310px;
  margin-right: 30px;
  overflow: hidden;
}
.p-voiceInformation__imgwrapper img {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-voiceInformation__image {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.p-voiceInformation__details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-voiceInformation__basic {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.p-voiceInformation__name {
  margin-top: 0;
  font-size: 3.2rem;
  font-weight: 500;
}
.p-voiceInformation__name .female {
  padding: 0 5px;
  border-radius: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, rgba(231, 93, 176, 0)),
    to(rgba(231, 93, 176, 0.7))
  );
  background: linear-gradient(
    rgba(231, 93, 176, 0) 60%,
    rgba(231, 93, 176, 0.7)
  );
}
.p-voiceInformation__name .male {
  padding: 0 5px;
  border-radius: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, rgba(0, 159, 216, 0)),
    to(rgba(0, 159, 216, 0.7))
  );
  background: linear-gradient(rgba(0, 159, 216, 0) 60%, rgba(0, 159, 216, 0.7));
}
.p-voiceInformation__sub {
  margin-top: 15px;
  color: #7e7e7e;
  font-size: 1.8rem;
}
.p-voiceInformation__additional {
  width: 100%;
  margin-top: 20px;
  font-weight: 500;
}
.p-voiceInformation__additional td {
  position: relative;
  padding-bottom: 30px;
  font-size: 1.8rem;
}
.p-voiceInformation__additional td:first-of-type {
  width: 100px;
}
.p-voiceInformation__additional td:first-of-type:before {
  position: absolute;
  right: 10px;
  content: ":";
}
.fromStaff {
  position: relative;
  width: 630px;
  margin: 25px auto 80px;
  padding: 32px 30px;
  border-radius: 10px;
  background-color: #15a065;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
.fromStaff:before {
  position: absolute;
  bottom: -18px;
  left: 100px;
  width: 36px;
  height: 18px;
  background: url(../images/common/caret.png) no-repeat;
  content: "";
}
.hr__detail {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}
.voiceHeader__textWrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.voiceHeader__body {
  background-color: #fff;
}
.voiceHeader__text-age {
  font-size: 1.8rem;
}
.voiceHeader__text-age,
.voiceHeader__text-job {
  display: inline-block;
  width: 50%;
  padding: 6px 14px 8px;
  background: #fff;
  color: #333;
  font-weight: 700;
}
.voiceHeader__text-job {
  overflow-x: hidden;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-footer-top__title--second {
  padding-bottom: 20px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.u-align--left {
  text-align: left;
}
.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
.u-fade-in {
  opacity: 0;
}
.u-fade-in-active {
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-transition: 0.5s;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: 0.5s;
}
.u-fade-up {
  opacity: 0;
}
.u-fade-up-active {
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.is-fade-up,
.u-fade-up-active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-fade-up {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.border-dashed {
  height: 1px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #000),
    color-stop(0, hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(90deg, #000 50%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 13px 1px;
}
.u-color--first-col {
  color: #0080ba;
}
.u-color--bt--red:link,
.u-color--bt--red:visited {
  color: #fff;
}
.u-color--bt--red:active,
.u-color--bt--red:hover {
  color: #ffde00;
}
.u-color--highlight {
  color: #feff44;
}
.u-disp--smt_inline {
  display: inline;
}
.u-disp--smt {
  display: block;
}
.u-disp--full,
.u-disp--pc,
.u-disp--pc-inline,
.u-disp--pc-table,
.u-disp--sp,
.u-disp--sp-inline,
.u-disp--sp_s,
.u-disp--tablet,
.u-disp--wide {
  display: none;
}
.u-lists--inline {
  padding: 0 5px;
  list-style-type: none;
}
.u-lists__item {
  display: inline-block;
}
.u-lists__item-block {
  display: block;
}
.u-m-t-5 {
  margin-top: 5px !important;
}
.u-p-t-5 {
  padding-top: 5px !important;
}
.u-m-b-5 {
  margin-bottom: 5px !important;
}
.u-p-b-5 {
  padding-bottom: 5px !important;
}
.u-m-l-5 {
  margin-left: 5px !important;
}
.u-p-l-5 {
  padding-left: 5px !important;
}
.u-m-r-5 {
  margin-right: 5px !important;
}
.u-p-r-5 {
  padding-right: 5px !important;
}
.u-m-t-10 {
  margin-top: 10px !important;
}
.u-p-t-10 {
  padding-top: 10px !important;
}
.u-m-b-10 {
  margin-bottom: 10px !important;
}
.u-p-b-10 {
  padding-bottom: 10px !important;
}
.u-m-l-10 {
  margin-left: 10px !important;
}
.u-p-l-10 {
  padding-left: 10px !important;
}
.u-m-r-10 {
  margin-right: 10px !important;
}
.u-p-r-10 {
  padding-right: 10px !important;
}
.u-m-t-15 {
  margin-top: 15px !important;
}
.u-p-t-15 {
  padding-top: 15px !important;
}
.u-m-b-15 {
  margin-bottom: 15px !important;
}
.u-p-b-15 {
  padding-bottom: 15px !important;
}
.u-m-l-15 {
  margin-left: 15px !important;
}
.u-p-l-15 {
  padding-left: 15px !important;
}
.u-m-r-15 {
  margin-right: 15px !important;
}
.u-p-r-15 {
  padding-right: 15px !important;
}
.u-m-t-20 {
  margin-top: 20px !important;
}
.u-p-t-20 {
  padding-top: 20px !important;
}
.u-m-b-20 {
  margin-bottom: 20px !important;
}
.u-p-b-20 {
  padding-bottom: 20px !important;
}
.u-m-l-20 {
  margin-left: 20px !important;
}
.u-p-l-20 {
  padding-left: 20px !important;
}
.u-m-r-20 {
  margin-right: 20px !important;
}
.u-p-r-20 {
  padding-right: 20px !important;
}
.u-m-t-25 {
  margin-top: 25px !important;
}
.u-p-t-25 {
  padding-top: 25px !important;
}
.u-m-b-25 {
  margin-bottom: 25px !important;
}
.u-p-b-25 {
  padding-bottom: 25px !important;
}
.u-m-l-25 {
  margin-left: 25px !important;
}
.u-p-l-25 {
  padding-left: 25px !important;
}
.u-m-r-25 {
  margin-right: 25px !important;
}
.u-p-r-25 {
  padding-right: 25px !important;
}
.u-m-t-30 {
  margin-top: 30px !important;
}
.u-p-t-30 {
  padding-top: 30px !important;
}
.u-m-b-30 {
  margin-bottom: 30px !important;
}
.u-p-b-30 {
  padding-bottom: 30px !important;
}
.u-m-l-30 {
  margin-left: 30px !important;
}
.u-p-l-30 {
  padding-left: 30px !important;
}
.u-m-r-30 {
  margin-right: 30px !important;
}
.u-p-r-30 {
  padding-right: 30px !important;
}
.u-m-t-35 {
  margin-top: 35px !important;
}
.u-p-t-35 {
  padding-top: 35px !important;
}
.u-m-b-35 {
  margin-bottom: 35px !important;
}
.u-p-b-35 {
  padding-bottom: 35px !important;
}
.u-m-l-35 {
  margin-left: 35px !important;
}
.u-p-l-35 {
  padding-left: 35px !important;
}
.u-m-r-35 {
  margin-right: 35px !important;
}
.u-p-r-35 {
  padding-right: 35px !important;
}
.u-m-t-40 {
  margin-top: 40px !important;
}
.u-p-t-40 {
  padding-top: 40px !important;
}
.u-m-b-40 {
  margin-bottom: 40px !important;
}
.u-p-b-40 {
  padding-bottom: 40px !important;
}
.u-m-l-40 {
  margin-left: 40px !important;
}
.u-p-l-40 {
  padding-left: 40px !important;
}
.u-m-r-40 {
  margin-right: 40px !important;
}
.u-p-r-40 {
  padding-right: 40px !important;
}
.u-m-t-45 {
  margin-top: 45px !important;
}
.u-p-t-45 {
  padding-top: 45px !important;
}
.u-m-b-45 {
  margin-bottom: 45px !important;
}
.u-p-b-45 {
  padding-bottom: 45px !important;
}
.u-m-l-45 {
  margin-left: 45px !important;
}
.u-p-l-45 {
  padding-left: 45px !important;
}
.u-m-r-45 {
  margin-right: 45px !important;
}
.u-p-r-45 {
  padding-right: 45px !important;
}
.u-m-t-50 {
  margin-top: 50px !important;
}
.u-p-t-50 {
  padding-top: 50px !important;
}
.u-m-b-50 {
  margin-bottom: 50px !important;
}
.u-p-b-50 {
  padding-bottom: 50px !important;
}
.u-m-l-50 {
  margin-left: 50px !important;
}
.u-p-l-50 {
  padding-left: 50px !important;
}
.u-m-r-50 {
  margin-right: 50px !important;
}
.u-p-r-50 {
  padding-right: 50px !important;
}
.u-m-t-75 {
  margin-top: 75px !important;
}
.u-p-t-75 {
  padding-top: 75px !important;
}
.u-m-b-75 {
  margin-bottom: 75px !important;
}
.u-p-b-75 {
  padding-bottom: 75px !important;
}
.u-m-l-75 {
  margin-left: 75px !important;
}
.u-p-l-75 {
  padding-left: 75px !important;
}
.u-m-r-75 {
  margin-right: 75px !important;
}
.u-p-r-75 {
  padding-right: 75px !important;
}
.u-m-t-100 {
  margin-top: 100px !important;
}
.u-p-t-100 {
  padding-top: 100px !important;
}
.u-m-b-100 {
  margin-bottom: 100px !important;
}
.u-p-b-100 {
  padding-bottom: 100px !important;
}
.u-m-l-100 {
  margin-left: 100px !important;
}
.u-p-l-100 {
  padding-left: 100px !important;
}
.u-m-r-100 {
  margin-right: 100px !important;
}
.u-p-r-100 {
  padding-right: 100px !important;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mt-0 {
  margin-top: 0;
}
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
.u-text--lv1 {
  font-size: 3.2rem;
}
.u-text--lv2 {
  font-size: 2.6rem;
}
.u-text--lv3 {
  font-size: 2.4rem;
}
.u-text--lv4 {
  font-size: 2rem;
}
.u-text--lv5 {
  font-size: 1.8rem;
}
.u-text--lv6 {
  font-size: 1.6rem;
}
.u-text--sm {
  font-size: 80%;
}
.u-text--xs {
  font-size: 60%;
}
.u-text--ll {
  font-size: 120%;
}
.u-bold {
  font-weight: 700;
}
.u-vertical-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.u-marker {
  border-radius: 6px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(40%, rgba(254, 255, 68, 0)),
    to(#feff44)
  );
  background: linear-gradient(rgba(254, 255, 68, 0) 40%, #feff44);
  font-weight: 700;
}
.u-width-410 {
  width: 410px;
}
.u-width-420 {
  width: 420px;
}
.u-width-430 {
  width: 430px;
}
.u-width-440 {
  width: 440px;
}
.u-width-450 {
  width: 450px;
}
.u-width-460 {
  width: 460px;
}
.u-width-470 {
  width: 470px;
}
.u-width-480 {
  width: 480px;
}
.u-width-490 {
  width: 490px;
}
.u-width-500 {
  width: 500px;
}
.u-width-510 {
  width: 510px;
}
.u-width-520 {
  width: 520px;
}
.u-width-530 {
  width: 530px;
}
.u-width-540 {
  width: 540px;
}
.u-width-550 {
  width: 550px;
}
.u-width-560 {
  width: 560px;
}
.u-width-570 {
  width: 570px;
}
.u-width-580 {
  width: 580px;
}
.u-width-590 {
  width: 590px;
}
.u-width-600 {
  width: 600px;
}
@media (max-width: 768px) {
  body {
    width: 100%;
    min-width: inherit;
    max-width: 768px;
  }
  .l-footer-top {
    margin-bottom: 8vw;
  }
  .l-footer-top__title {
    padding-top: 6vw;
    padding-bottom: 6.66vw;
    font-size: 7.466vw;
  }
  .l-footer-top__text-img {
    display: block;
    width: 84vw;
    height: 15.466vw;
    margin: 0 auto 9.6vw;
  }
  .l-footer-top__text-content {
    padding-bottom: 9.6vw;
    font-size: 3.466vw;
    line-height: 1.5;
  }
  .l-footer-top__btn {
    max-width: 80vw;
    padding-bottom: 0;
  }
  .l-footer-top__btn.no-footer .c-button {
    width: 80%;
    margin-bottom: 0;
  }
  .l-footer-top__btn.no-footer .c-button .c-btn-group__img {
    width: auto;
  }
  .l-footer-top__btn.no-footer {
    padding: 8vw 0 0;
  }
  .l-footer-bot__left,
  .l-footer-bot__right {
    max-width: 100%;
    padding: 5vw 13vw;
  }
  .l-footer-bot {
    display: block;
  }
  .l-footer-bot__title {
    font-size: 4.266vw;
  }
  .l-footer-bot__content {
    font-size: 3.766vw;
  }
  .l-info__logowrapper {
    display: block;
    width: 21.466vw;
    height: 11.2vw;
    margin: 0 auto;
  }
  .l-info__body {
    padding: 0 0 4vw;
  }
  .l-info__h3 {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .l-info__contact .l-info__contact-p {
    font-size: 3.766vw;
  }
  .l-info__contact-p {
    margin: 0 0 1vw;
  }
  .l-info__contact-details,
  .l-info__contact-tel {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .l-info__contact-details:not(:last-child) {
    margin: 0 0 4.66667vw;
  }
  .l-info__business {
    margin-bottom: 5vw;
    font-size: 3.766vw;
  }
  .l-info__wrapper {
    display: block;
    margin: 0 0 8vw;
  }
  .l-info .l-info__left,
  .l-info .l-info__right {
    width: 100%;
  }
  .l-info__right {
    margin: 10.66667vw 0 0;
  }
  .l-copyright {
    margin-bottom: 13.333vw;
    padding: 7vw;
  }
  .l-copyright__small {
    font-size: 3vw;
  }
  .footer-external__link {
    margin-bottom: 1vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .footer-external__link-a {
    margin-right: 1vw;
  }
  .footer-external__link-image {
    max-width: 4.2667vw;
    margin-top: 0;
  }
  .l-footer-nav {
    padding: 0;
  }
  .l-footer-nav__wrapper {
    display: block;
    width: 100%;
  }
  .l-footer-nav__desc {
    padding: 4vw 0;
  }
  .l-footer-nav__header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer-nav__header-image {
    width: 16.1333vw;
    margin-right: 2.667vw;
  }
  .l-footer-nav__header-text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .l-footer-nav__body {
    font-size: 1.4rem;
    font-size: 3.73333vw;
    text-align: center;
  }
  .l-footer-nav__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .l-footer-nav__menu-ul-li.hasSubMenu {
    padding: 0;
  }
  .l-footer-nav__menu-ul-li.hasSubMenu .hasSubMenu-p {
    padding: 3vw 0 3vw 3vw;
  }
  .l-footer-nav__menu-ul-li-a {
    padding: 3vw;
  }
  .l-footer-nav__menu-ul-li-a:before {
    -webkit-transform: translateY(-50%);
    top: 50%;
    right: 4vw;
    left: unset;
    width: 2.1429vw;
    height: 3.5714vw;
    transform: translateY(-50%);
    background: url(/images/common/sp/footer-li-arrow-sp.png);
  }
  .l-footer-nav__menu-ul-li {
    border-bottom: 2px solid #fff;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .l-footer-nav__menu-ul-li.external-link > a:before {
    top: 50%;
    width: 4.2677vw;
    height: 3.8667vw;
    background: url(/images/common/sp/external-link-footer-nav-sp.png);
  }
  .footer-submenu .footer-nav-submenu-li {
    border-top: 2px solid #fff;
    border-bottom: none;
  }
  .footer-submenu .footer-nav-submenu-li .footer-nav-submenu-li-a {
    padding: 3vw 0 3vw 5vw;
  }
  .l-footer-full {
    -webkit-box-flex: 100vw;
    -ms-flex: 100vw;
    flex: 100vw;
  }
  .l-footer-full li {
    border-right: none;
    text-align: center;
  }
  .l-footer-half {
    -webkit-box-flex: 50vw;
    -ms-flex: 50vw;
    flex: 50vw;
  }
  .l-footer-noborder-sp {
    border-bottom: none;
  }
  .footer-mainmenu-1 {
    border-right: 2px solid #fff;
  }
  .l-header {
    max-width: 100%;
  }
  .l-header__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    height: 13.334vw;
    padding: 2.66667vw 4vw;
  }
  .l-header__btn {
    display: none;
  }
  .l-header__menu {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: right;
  }
  .l-header__menu-img {
    width: 5.33333vw;
  }
  .l-header__menu-img:last-child {
    display: none;
    width: 6vw;
  }
  .l-nav__dropdown:before {
    display: none;
  }
  .l-nav__dropdown.active ul {
    -webkit-transition: height 0.4s;
    height: auto;
    overflow: initial;
    transition: height 0.4s;
  }
  .l-nav__dropdown.active ul li {
    border-top: 1px solid #ebebeb;
  }
  .l-nav__dropdown ul {
    -webkit-transition: height 0.4s;
    height: 0;
    overflow: hidden;
    transition: height 0.4s;
  }
  .l-nav__inner,
  .l-nav__ul {
    display: none;
  }
  .l-nav__li--home {
    display: none !important;
  }
  .l-nav__social,
  .l-nav__social-medias {
    display: none;
  }
  .l-header.is-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-header.is-fixed .l-nav:before {
    top: -4px;
    height: 54px;
    height: 13.334vw;
  }
  .l-header.is-fixed .l-nav {
    height: 100%;
    padding: unset;
    overflow-y: scroll;
  }
  .js-nav--active {
    z-index: 50;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: scroll;
    background: #fff;
  }
  .js-nav--active .l-header__menu-img:first-child {
    display: none;
  }
  .js-nav--active .l-header__menu-img:last-child {
    display: inline-block;
  }
  .js-nav--active .l-nav__inner {
    display: block;
  }
  .js-nav--active .l-nav__heading {
    display: block;
    padding: 3.46667vw 5.33333vw;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #eee;
    font-size: 1.6rem;
    font-size: 4.26667vw;
    font-weight: 500;
    text-align: left;
  }
  .js-nav--active .l-nav__ul {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .js-nav--active .l-nav__ul:first-child {
    border-top: 1px solid #ccc;
  }
  .js-nav--active .l-nav__li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .js-nav--active .l-nav__li:last-child {
    border: none;
  }
  .js-nav--active .l-nav__li-link {
    display: block;
    margin: 0 0 0 2.66667vw;
    padding: 4vw 8vw 4vw 4vw;
  }
  .js-nav--active .l-nav__li--line a {
    padding: 2.4vw 8vw 2.4vw 4vw;
  }
  .js-nav--active .l-nav__li--line span {
    vertical-align: middle;
  }
  .js-nav--active .l-nav__li--line img {
    height: 8vw;
    vertical-align: middle;
  }
  .js-nav--active .l-nav__li-span {
    display: none;
  }
  .js-nav--active .l-nav__social {
    display: block;
    padding: 6vw 8vw;
    border-bottom: 1px solid #ccc;
  }
  .js-nav--active .l-nav__social-medias {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 6.66667vw 0 0;
    padding: 0 0 6.66667vw;
  }
  .js-nav--active .l-nav__social-medias .img-facebook {
    width: 6.53333vw;
  }
  .js-nav--active .l-nav__social-medias .img-twitter {
    width: 8vw;
  }
  .js-nav--active .l-nav__social-medias .img-insta {
    width: 6.26667vw;
  }
  .js-nav--active .l-nav__social-item {
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 4vw;
    padding: 2.66667vw 4vw;
    border-bottom: 1px solid #ccc;
  }
  .js-nav--active .l-nav__social-item .p-floating__contact {
    display: inline-block;
    margin: 0;
  }
  .js-nav--active .l-nav__social-item .p-floating__telephone {
    display: inline-block;
    font-size: 2.4rem;
    font-size: 6.4vw;
  }
  .js-nav--active .l-nav__social-item .p-floating__schedule {
    display: inline-block;
    font-size: 1.5rem;
    font-size: 4vw;
    font-weight: 500;
  }
  .js-nav--active .l-headerBtn__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .instagram-spadjust {
    width: 7vw;
  }
  .l-nav__submenu {
    -webkit-transform: translateY(0);
    display: none;
    visibility: visible;
    position: unset;
    transform: translateY(0);
    background: none;
    opacity: 1;
  }
  .l-nav__submenu-li {
    border-top: 1px solid #ccc;
  }
  .l-nav__submenu-li-link {
    padding: 4vw 8vw 4vw 4vw;
  }
  .l-nav__submenu .l-nav__submenu-li-link {
    margin: 0 0 0 8vw;
  }
  .l-main--img {
    height: 60vw;
  }
  .l-main--img:before {
    -webkit-transform: skewY(-7.5deg);
    transform: skewY(-7.5deg);
  }
  .l-main--img:after {
    -webkit-transform: skewY(6deg);
    transform: skewY(6deg);
  }
  .l-main__h1-text {
    height: 30px;
    font-size: 2.1rem;
    font-size: 5.6vw;
  }
  .schedule__wrapper ul {
    top: 2px;
    left: 61vw;
  }
  .l-section {
    padding: 16vw 0 0;
  }
  .l-section__inner {
    width: 100%;
    padding: 0 4vw;
  }
  .l-section__inner__intro {
    max-width: inherit;
    margin: 8vw auto;
    padding: 0 4.6666vw;
    font-size: 3.733vw;
  }
  .l-section__inner--voice {
    width: 100%;
    padding: 0 4vw;
  }
  .l-section-padding {
    padding: 12vw 0 11.33333vw;
  }
  .l-section-padding-2 {
    padding-top: 0 !important;
  }
  .l-section__inner--notice {
    width: 100%;
    padding: 12vw 0;
  }
  .l-section__inner--blogList {
    width: 100%;
    padding: 12vw 4vw;
  }
  .c-accordion:before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 4%;
    width: 3.4%;
    height: 26.7%;
    transform: translateY(-50%);
    background: url(/images/common/sp/plus-white.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
  }
  .js-accordion-active:before {
    height: 9% !important;
    background: url(/images/common/sp/minus-white.png) !important;
  }
  .c-accordion-custom:before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 4%;
    width: 3.4%;
    height: 26.7%;
    transform: translateY(-50%);
    background: url(/images/common/sp/plus-grey.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
  }
  .js-accordion-custom-active {
    background: #4dadd0;
    color: #fff;
  }
  .js-accordion-custom-active:before {
    height: 9% !important;
    background: url(/images/common/sp/minus-white.png) !important;
  }
  .c-triangle--menu:before {
    left: 0.5vw;
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 1vw solid #0088e2;
  }
  .c-triangle--menu:before,
  .c-triangle-down--menu:before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
  }
  .c-triangle-down--menu:before {
    left: 0;
    border-top: 1vw solid #0088e2;
    border-right: 1vw solid transparent;
    border-left: 1vw solid transparent;
  }
  .p-banner {
    margin: 0 0 10vw;
  }
  .p-banner--blog .p-banner__image {
    height: 500px;
    background-image: url(../images/blog/sp/blog-hero.jpg);
  }
  .p-banner--voice .p-banner__image {
    height: 500px;
    background-image: url(../images/voice/sp/voice-hero.jpg);
  }
  .p-banner__border {
    bottom: -1px;
  }
  .p-banner__title {
    top: 32%;
    width: 100%;
  }
  .p-banner__title.lower {
    top: 38%;
  }
  .p-banner__title:before {
    top: 8vw;
    left: 0;
    width: 10.6666vw;
    height: 10.6666vw;
  }
  .p-banner__title:after {
    right: 0;
    bottom: 8vw;
    width: 10.666vw;
    height: 10.666vw;
  }
  .p-banner__title-h1 {
    padding: 5vw 0;
    font-size: 2.1rem;
    font-size: 5.6vw;
  }
  .c-breadcrumb {
    display: none;
  }
  .c-btn-group__img {
    left: 5% !important;
    width: 6%;
    height: 29%;
  }
  .c-btn-group__img--sp:last-of-type {
    display: inline-block;
  }
  .c-btn-group__img--sp:first-child {
    display: none;
  }
  .c-btn-group--flex,
  .c-button--spNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-button--spNav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 87px;
    height: 11.6vw;
    margin-right: 0;
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .c-button--green {
    background: #00b900;
  }
  .c-button--floating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    width: 35.333vw;
    height: 88px;
    height: 11.735vw;
    margin-right: 1.1vw;
    padding: 2vw 2vw 2vw 4.8vw;
    font-size: 2.6rem;
    font-size: 3.1vw;
  }
  .c-button--floating:last-child {
    margin-right: 0;
  }
  .c-button--floating .c-btn-group__img {
    left: 6%;
    width: 12.5%;
  }
  .c-button--footer {
    padding: 4.8vw 6vw 4.8vw 10.66667vw;
    font-size: 5.6vw;
  }
  .c-btn--notice,
  .c-btn--voice {
    width: 80vw;
    height: 12.6666vw;
    margin: 8.66667vw auto 0;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .description-wrapper {
    padding: 0 4vw;
  }
  .description-wrapper .description-link {
    max-width: 100%;
  }
  .description-wrapper .description-link__tag {
    -webkit-transform: translateY(-50%);
    top: 0;
    left: -2px;
    min-width: 70.28986%;
    padding: 1.33333vw 3.33333vw;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .description-wrapper .description-link__wrapper-image {
    max-width: 29.56522%;
  }
  .description-wrapper .description-link__wrapper-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .description-wrapper .description-link__wrapper-content-ul {
    width: 100%;
    margin-top: 3vw;
    padding: 1vw 3vw 7vw 6.5vw;
  }
  .description-wrapper .description-link__wrapper-content-ul-li {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .description-wrapper .description-link__text {
    bottom: 3.333vw;
    min-width: 38.4058%;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .description-wrapper .description-link__text:before {
    bottom: -1vw;
    border-bottom: 2px solid #ed1941;
  }
  .description-wrapper .description-link__text:after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .description-link__wrapper-image picture img {
    width: 26.666vw;
    height: 24vw;
    margin-top: 3vw;
  }
  .c-grid__alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-grid__alt .c-grid__alt-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .c-grid__alt .c-grid__alt-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-grid__def {
    display: block;
  }
  .u-link-red.external:before {
    top: 13%;
  }
  .c-list-mark__icon--triangle:before {
    border: 1vw solid transparent;
    border-left: 2vw solid #00a164;
  }
  .c-title-h2 {
    margin-bottom: 10.66vw;
    font-size: 2.1rem;
    font-size: 5.6vw;
    line-height: 1.5;
  }
  .c-title-h2:after {
    bottom: -4vw;
    width: 10.66667%;
  }
  .c-title-h2:before {
    top: 3vw;
    width: 22.933%;
    height: 11.733vw;
  }
  .c-title-h2__addition {
    font-size: 1.4rem;
    font-size: 3.73333vw;
    text-align: center;
  }
  .c-title-h2-bordered,
  .c-title-h3 {
    font-size: 3.6rem;
    font-size: 4.8vw;
  }
  .c-title-h2-bordered {
    margin-bottom: 12.667%;
  }
  .c-title-h2-bordered:before {
    top: -92%;
    top: -5.333vw;
    height: 300%;
    height: 17.2vw;
  }
  .c-title-h4 {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .c-title-h4:after {
    top: 140%;
  }
  .p-contact--img {
    background: url(../images/contact/sp/bg_main.jpg) no-repeat;
    background-size: cover;
  }
  .p-contact--section {
    margin-bottom: 13%;
  }
  .p-contact--section__progress {
    width: 62.66667%;
  }
  .p-contact--section__intro {
    margin-bottom: 0;
    text-align: left;
  }
  .p-contact--section__complete {
    padding: 2.66667vw 0;
  }
  .p-contact--section__complete__title {
    margin-bottom: 6.66667%;
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .p-contact--section .wpcf7-response-output {
    margin: 1em 0.5em 0;
  }
  .p-contact--table {
    margin: 0 0 8vw;
    padding: 0;
  }
  .p-contact--table th {
    display: block;
    width: 100%;
    padding: 1em 0 0;
    border: none;
    background: none;
    font-weight: 700;
    text-align: left;
  }
  .p-contact--table td {
    display: block;
    padding: 0 0 0.5em;
  }
  .p-contact--table input[type="email"],
  .p-contact--table input[type="tel"],
  .p-contact--table input[type="text"],
  .p-contact--table textarea {
    width: 100%;
  }
  .p-contact--table input[type="checkbox"] {
    vertical-align: middle;
  }
  .p-contact--table .wpcf7-select {
    width: 100%;
    padding: 0 0.2em;
  }
  .p-contact--table .wpcf7-date,
  .p-contact--table .wpcf7-number {
    width: 50%;
  }
  .p-contact--table .btn-wrap {
    padding-top: 0;
  }
  .p-contact--table .wpcf7c-elm-step1,
  .p-contact--table .wpcf7c-elm-step2 {
    display: block;
  }
  .p-contact--table .wpcf7c-elm-step1 input[type="submit"],
  .p-contact--table .wpcf7c-elm-step2.sent input[type="submit"] {
    width: 100%;
    padding: 17px 20px 17px 40px;
    font-size: 2.1rem;
  }
  .p-contact--table .wpcf7c-elm-step1:before,
  .p-contact--table .wpcf7c-elm-step2.sent:before {
    width: 18px;
    height: 19px;
    background: url(../images/common/sp/white-right-arrowL-sp.png) no-repeat;
    background-size: cover;
  }
  .p-contact--table .wpcf7c-elm-step2.sent:before {
    top: calc(50% - 11px);
  }
  .p-contact--table .wpcf7c-elm-step2.back input[type="button"] {
    width: 100%;
    margin: 0 0 4vw;
  }
  .p-contact--table .wpcf7c-elm-step2.back:before {
    width: 18px;
    height: 19px;
    background: url(../images/common/sp/white-right-arrowL-sp.png) no-repeat;
    background-size: cover;
  }
  .contact__onlineCourse .button__leftTitle:before {
    left: 1.563vw !important;
  }
  .contact__onlineCourse .button__leftTitle:after {
    right: 1.563vw;
    height: 6.25vw;
  }
  .p-education {
    margin: 0;
    padding: 5.5% 0 10%;
  }
  .p-education__desc {
    font-size: 3.733vw;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 7.333%;
    padding: 0 4%;
  }
  .p-education__content {
    padding: 0 4%;
  }
  .p-education__profile {
    max-width: 100%;
  }
  .p-education__profile:first-child {
    margin-bottom: 10.667%;
  }
  .p-education__profile .p-education__info {
    padding: 4vw;
    font-size: 2.8rem;
    font-size: 3.733vw;
  }
  .p-education__profile .p-education__info-p {
    max-width: 100%;
    line-height: 1.8;
  }
  .p-education__comment {
    display: none;
  }
  .p-education__image-btn {
    background: #566981;
  }
  .p-education__image .p-education__tag-p {
    padding-left: 4%;
    font-size: 2.8rem;
    font-size: 3.733vw;
  }
  .p-education__image .p-education__tag-p:before {
    z-index: -2;
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efefef;
  }
  .p-education__image-comment {
    display: none;
  }
  .p-education__image:hover .p-education__image-human {
    -webkit-transform: none;
    transform: none;
  }
  .p-education__image:hover .p-education__comment,
  .p-education__image:hover .p-education__image-comment {
    opacity: 0;
  }
  .p-education__image:hover .p-education__image-p {
    display: none;
  }
  .js-btn-rev {
    border: 2px solid #566981;
    background: #fff;
    color: #566981;
  }
  .course-education__desc {
    margin-top: 9vw;
  }
  .p-features {
    max-width: 100%;
    margin: 0 auto;
    padding: 16vw 0 20vw;
  }
  .p-features__inner {
    margin: 0 0 5.33333vw;
  }
  .p-features__inner.quote:before {
    top: unset;
    bottom: -80px;
    height: 200px;
  }
  .p-features__inner.quote:after {
    top: unset;
    bottom: -130px;
    height: 50px;
  }
  .p-features__card {
    margin-top: 0;
  }
  .p-features__card:not(:last-child) {
    margin-bottom: 10.666vw;
  }
  .p-features__card:last-child {
    margin-bottom: 13.333vw;
  }
  .p-features__content {
    width: 100%;
    max-width: 100%;
    padding: 7% 0 0;
  }
  .p-features__content-balloon_point:before {
    border-color: #e95d91 transparent transparent #e95d91;
    border-style: solid;
    border-width: 4px;
    bottom: -3px;
    left: 6px;
  }
  .p-features__content-balloon_point:after {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 4px;
    bottom: -4px;
    left: 9px;
  }
  .p-features__content-balloon_point {
    margin: 0 0 1.33333vw 10.66667vw;
    padding: 1.06667vw 2vw;
    font-size: 0.9rem;
    font-size: 2.4vw;
  }
  .p-features__content-addition {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-features__content-h3 {
    margin-bottom: 7.333%;
    font-size: 1.6rem;
    font-size: 4.26667vw;
    text-align: center;
  }
  .p-features__content-h3.mb0 {
    margin-bottom: 0;
  }
  .p-features__content-list__item:before {
    background-image: url(../images/common/sp/icon-check-pink.png);
    width: 4.9333vw;
    height: 4.133vw;
    margin: 0 2.13333vw 0 0;
  }
  .p-features__content-list__item {
    padding: 0 0 2.66667vw 8vw;
    font-size: 1.3rem;
    font-size: 3.46667vw;
    line-height: 1.8;
  }
  .p-features__content-list__item:not(:last-child) {
    margin-bottom: 8% !important;
  }
  .p-features__content-text {
    margin-bottom: 5.333vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-features__first {
    margin-top: 10vw;
  }
  .p-features__image {
    width: 100%;
    max-width: 100%;
  }
  .p-features__image-img {
    margin-top: 8vw;
  }
  .p-features__image .iframe {
    margin: 8vw 0;
  }
  .p-features__movie {
    width: 100%;
  }
  .p-features__quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
  .p-features__quote-man {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    position: absolute;
    bottom: -90px;
    justify-content: space-around;
    margin-right: 0;
  }
  .p-features__quote-img {
    width: 120px;
  }
  .p-features__quote-subcaption {
    margin: 13.33333vw 18.66667vw 0 5.33333vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-features__quote-text {
    margin: 0 0 6vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-features__quote-interview {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    padding: 6.66667vw 4vw 13.33333vw;
    line-height: 1.8;
  }
  .p-features__progress {
    padding-bottom: 4vw;
  }
  .p-features__progress-box {
    min-height: 32vw;
    margin-bottom: 4vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-features__progress-box.box1:after,
  .p-features__progress-box.box2:after {
    top: unset;
    right: calc(50% - 10px);
    bottom: -6.666vw;
    border: 10px solid transparent;
    border-top-color: #595757;
  }
  .p-features__slider {
    width: 100%;
  }
  .p-features iframe {
    height: 64vw;
  }
  .p-floating {
    width: 100vw;
    min-width: inherit;
    padding: 0;
  }
  .p-floating-wrap {
    max-width: 768px;
    height: 100px;
    height: 13.334vw;
    padding: 0 1%;
  }
  .p-floating-wrap .c-btn-group {
    margin: 0;
  }
  .p-floating__contact,
  .p-floating__schedule,
  .p-floating__telephone {
    display: none;
  }
  .p-floating__phone-icon {
    width: 5vw;
    margin-right: 0.5vw;
  }
  .p-floating__social--sp img:last-child.img-facebook {
    width: 6.53333vw;
  }
  .p-floating__social--sp img:last-child.img-twitter {
    width: 8vw;
  }
  .p-floating__social--sp img:last-child.img-insta {
    width: 6.26667vw;
  }
  .p-floating__social--sp .u-lists__item {
    margin-right: 2.666vw;
  }
  .p-floating__social--sp .u-lists__item__top {
    width: 44px;
    height: 44px;
    background: url(../images/common/sp/top-arrow.png) no-repeat;
    background-size: contain;
  }
  .js-floating--fixed:before {
    height: 103%;
  }
  .p-flow__green-box {
    margin: inherit !important;
  }
  .p-flow__green-box,
  .p-flow__green-box + div {
    width: inherit !important;
  }
  .p-flow__li-icon {
    padding-left: 8.33vw !important;
  }
  .p-flow__li-icon:before {
    top: 1.5vw !important;
    padding: 0 0 1.333vw 5.33vw !important;
  }
  .p-flow__bottom-text {
    margin-top: 5.3333vw;
    font-size: 3.73333vw;
    letter-spacing: inherit;
  }
  .p-flow-h3 {
    padding-top: 9.33vw;
  }
  .p-flow__lists {
    max-width: 768px;
    margin: 17.333% auto 0;
  }
  .p-flow__item {
    margin: 0 3.333% 26.667%;
    padding: 9.33333vw 0 6.4vw;
  }
  .p-flow__item-box {
    width: 45.733vw;
    height: 10.133vw;
    margin: 0 auto;
  }
  .p-flow__item-box-pic {
    width: 13%;
    margin: 0 5.866vw 0 2.1333vw;
  }
  .p-flow__item-box-pic--last {
    margin: 0 7.566vw 0 2.1333vw;
  }
  .p-flow__item-box p {
    font-size: 4.2vw;
    font-weight: 700;
  }
  .p-flow__item:before {
    bottom: -16.133vw;
    width: 16.5333vw;
    height: 7.3333vw;
    height: 8vw;
    background: url(../../../images/common/sp/bottom-arrow-dark.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-flow__item:before:nth-of-type(3):before {
    bottom: -4.333%;
  }
  .p-flow__item-step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translateX(-50%);
    top: -5vw;
    left: 50%;
    align-items: center;
    width: 32.533vw;
    min-width: inherit;
    max-width: inherit;
    height: 9.333vw;
    padding: 1.06667vw 2.66667vw;
    transform: translateX(-50%);
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-flow__item-step-span {
    width: 6.666vw;
    height: 6.666vw;
    margin-right: 2.666vw;
    font-size: 4.2vw;
  }
  .p-flow__item-content--col {
    padding: 0 4.67% !important;
  }
  .p-flow__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 4.67%;
  }
  .p-flow__item-content-text {
    width: 75vw;
    margin: 0 1vw 8vw 5vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
  .p-flow__item-content-text:before {
    left: -5vw;
    width: 1.066vw;
  }
  .p-flow__item-content-pic-col:first-of-type {
    width: 100%;
    margin: 0;
    margin: 8% 0 0 !important;
  }
  .p-flow__item-content-pic {
    width: 100%;
  }
  .p-flow__item-content-pic:first-of-type {
    width: 100%;
    margin: 8% 0 0;
  }
  .p-flow__item-content-pic:nth-of-type(2) {
    width: 100%;
    margin: 4.8vw 0 0;
  }
  .p-flow__item-content-pic:last-of-type {
    margin-top: 4.667%;
  }
  .p-flow__item-content-pic.three {
    margin-right: 0;
  }
  .p-flow__item-content-pic.three:first-of-type {
    margin-left: 0;
  }
  .p-flow__item-content-pic-wrap-desc {
    margin-top: 4.667%;
    margin-bottom: 4.667%;
    font-size: 2.8rem;
    font-size: 3.733vw;
    line-height: 1.8;
  }
  .p-flow__item-content-pic-wrap-img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    height: 420px;
    height: 56vw;
    object-fit: cover;
    object-position: center;
  }
  .p-flow__item-content-pic-last {
    margin-top: 19.33vw !important;
  }
  .p-flow__item-content-pic-last:before {
    -webkit-transform: translateY(-50%);
    top: -50%;
    left: 47.4%;
    width: 4.666vw;
    height: 11.666vw;
    transform: translateY(-50%);
    background-image: url(../../../images/flow/right-arrow-grey-down.png);
    background-repeat: no-repeat;
  }
  .p-flownew__imagesection {
    margin: 10.66667vw 0 6.66667vw;
  }
  .p-flownew__imagesection-1,
  .p-flownew__imagesection-2 {
    max-width: 48%;
  }
  .p-flownew__steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 9.33333vw;
    padding: 0 4vw;
  }
  .p-flownew__steps-stepwrapper {
    max-width: 31%;
  }
  .p-flownew__steps-stepwrapper:not(:last-child) {
    margin: 0 0 4vw;
  }
  .p-flownew__imagecaption {
    -webkit-transform: translate(0);
    position: static;
    min-width: 100%;
    padding: 2.93333vw 0 0;
    transform: translate(0);
    background: none;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .flownew-step2,
  .flownew-step5 {
    max-width: 33.5%;
  }
  .p-learning-course {
    padding-top: 6.666vw;
  }
  .p-learning-courseLists {
    margin: 0;
  }
  .p-learning-courseLists__wrapper {
    width: 100%;
  }
  .p-learning-courseLists__list {
    width: 50%;
    height: 180px;
    margin: 2vw 0 0;
  }
  .p-learning-courseLists__list:first-of-type,
  .p-learning-courseLists__list:first-of-type + li {
    margin-top: 0;
  }
  .p-learning-courseLists__list:nth-of-type(2n + 2) {
    margin-right: 0;
  }
  .p-learning-courseLists__list p {
    padding: 2vw;
  }
  .p-learning-courseLists__list-title {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-learning-courseLists__list-detail {
    padding: 0 0 2.66667vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-learning-course__description {
    max-width: inherit;
    margin: 8vw auto 0;
    padding: 0 4.6666vw;
    font-size: 3.733vw;
  }
  .p-learning-course__wrapper {
    margin: 14vw 0 12vw;
    background: none;
  }
  .p-learning-course__table {
    top: 0;
    max-width: 100%;
  }
  .p-learning-course__tabsWrapper {
    position: relative;
    height: 10.667vw;
    margin: 0 auto 5vw;
    overflow: hidden;
  }
  .p-learning-course__tabs {
    position: absolute;
  }
  .p-learning-course__tabs-li {
    display: block;
    position: relative;
    width: 66vw;
    min-width: 66vw;
    height: 10.667vw;
    margin: 0 17vw;
    padding: 2.66667vw;
    border-radius: 10vw;
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-learning-course__tabs-li.is-active {
    background: #0b55cb;
    color: #fff;
  }
  .p-learning-course__tabs--notice .p-learning-course__tabs-li {
    background-color: #008755;
  }
  .p-learning-course__content {
    height: 100%;
    margin-top: 0;
  }
  .p-learning-course__content-textwrapper {
    position: static;
    margin-top: -19.5vw;
    padding: 0 4vw 6.66667vw;
  }
  .p-learning-course__content-textwrapper-text {
    padding: 2.66667vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
  .p-learning-course__content-textwrapper-text:not(:last-child) {
    margin: 0 0 4.66667vw;
  }
  .p-learning-course__content-image {
    width: 100%;
  }
  .js-learning-course__target.not-active {
    display: block;
    z-index: 2;
  }
  .js-learning-course__target {
    position: unset;
    width: 100%;
    border: none;
    background: #dfeef7;
  }
  .learning-text {
    max-width: 100%;
  }
  .learning-course {
    min-width: 100%;
    margin-right: 0;
  }
  .learning-recommend {
    display: block;
    margin-right: 0;
  }
  .learning-recommend ul {
    padding-left: 1.5em;
  }
  .learning-like {
    margin: 0 0 1.33333vw;
    padding: 0 0 0 5.33333vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .learning-like:before {
    width: 4.9333vw;
    height: 5.3333vw;
  }
  .js-course-content {
    display: -webkit-box;
  }
  .p-lesson {
    padding-bottom: 5.333vw;
  }
  .p-lesson__ttext {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3.73333vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
    line-height: 1.5;
    text-align: left;
  }
  .p-lesson__content {
    font-size: 3.733vw;
    line-height: 1.8;
    width: 100%;
    padding: 0 3.766vw;
  }
  .p-lesson__center-text:before,
  .p-lesson__side-text:before,
  .p-sp-lesson__blue-border:before {
    top: -1px;
    width: 26.666vw;
    height: 1.46vw;
  }
  .p-lesson__sp-table-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    margin: 0 0 2.66667vw;
  }
  .p-lesson__sp-table-text {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    padding: 0 0 2.4vw 4vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-lesson__sp-tabbuttons {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-lesson__sp-tabbuttons ul {
    position: relative;
    padding-left: 0;
  }
  .p-lesson__sp-tabbuttons-li {
    display: inline;
    position: relative;
    margin-left: -1px;
    padding: 3.9% 2.9vw;
    border-radius: 1vw 1vw 0 0;
    background-color: #eee;
    font-weight: 700;
    text-decoration: none;
  }
  .p-lesson__sp-tabbuttons-li--active {
    z-index: 2;
    position: relative;
    border: 0.266vw solid #0b55ca;
    border-bottom-color: #fff;
    background-color: #fff;
  }
  .p-lesson__sp-table-timesheet,
  .p-lesson__sp-table-timesheet-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-lesson__sp-table-timesheet-l {
    -ms-flex-preferred-size: 46.666vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-basis: 46.666vw;
    flex-direction: column;
    text-align: right;
  }
  .p-lesson__sp-table-timesheet-litems {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 1.5vw 8vw;
    border-bottom: 0.266vw dotted #0b55ca;
    color: #0b55ca;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-lesson__sp-table-timesheet-litems-no {
    -webkit-box-flex: 5vw;
    -ms-flex: 5vw;
    flex: 5vw;
    margin-left: -6vw;
  }
  .p-lesson__sp-table-timesheet-litems-no p {
    padding: 1vw;
    background-color: #0b55ca;
    color: #fff;
  }
  .p-lesson__sp-table-timesheet-litems-time {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .p-lesson__sp-table-timesheet-litems-time p {
    padding-top: 1vw;
  }
  .p-lesson__sp-table-timesheet-litems:last-child {
    border: 0;
  }
  .p-lesson__sp-table-timesheet-r {
    margin-left: 2vw;
  }
  .p-lesson__sp-table-timesheet-ritem {
    display: none;
  }
  .p-lesson__sp-table-timesheet-ritem--current {
    display: block;
  }
  .p-lesson__sp-table-ritem1--online-ticket {
    height: 148vw;
  }
  .course-lesson {
    padding-top: 5vw;
  }
  .course-lesson .p-lesson__wrapper {
    margin: 12vw 0 8vw;
  }
  .online__course3 {
    width: calc(100vw - 20px) !important;
    padding: 15vw 1vw 2vw;
  }
  .online__course3 > p {
    font-size: 6.5vw;
  }
  .online__course3 .table__lesson td:last-of-type {
    font-size: 7.2vw;
  }
  .online__course3 .table__lesson td:last-of-type span {
    font-size: 6.2vw;
  }
  .p-online-ticket-course,
  .p-study-abroad-online {
    padding: 16vw 0 0 !important;
  }
  .p-carousel--first .p-slick__text {
    bottom: 20%;
  }
  .p-carousel--first .c-button--floating {
    width: 28vw;
    margin-top: 4px;
    padding: 2vw;
  }
  .p-slick__img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
  }
  .p-slick__slide {
    position: relative;
    height: 100%;
  }
  .p-slick__text {
    -webkit-transform: translateX(-50%);
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    bottom: 13%;
    left: 50%;
    justify-content: unset;
    width: 100vw;
    max-width: 768px;
    height: 174px;
    height: 23.2vw;
    padding: 0 4vw;
    transform: translateX(-50%);
    background-position: 100% 0;
  }
  .p-slick__paragraph {
    margin: 0.66667vw 0 0;
    font-size: 1.6rem;
    font-size: 4.26667vw;
    line-height: 1.8;
  }
  .p-slick__caption,
  .p-slick__paragraph.sp-small {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-slick__caption {
    padding: 2.66667vw 5.33333vw;
    background: rgba(39, 81, 98, 0.6);
  }
  .p-slickArrow__next,
  .p-slickArrow__prev {
    top: 40vw;
  }
  .p-slickArrow__next img,
  .p-slickArrow__prev img {
    width: 13.333vw;
    height: 13.333vw;
  }
  .p-slickArrow__next img:hover,
  .p-slickArrow__prev img:hover {
    opacity: 1;
  }
  .p-slickArrow__prev {
    left: 0;
  }
  .p-slickArrow__next {
    right: 0;
  }
  .p-slickArrow2__next,
  .p-slickArrow2__prev {
    top: 26vw;
    width: 11.2vw;
    height: 11.2vw;
  }
  .p-slick--content .slick-slide {
    width: 92vw;
    height: 66.666vw;
  }
  .p-slick--content .slick-slide > div {
    width: 100%;
    height: 66.666vw;
  }
  .slick-slide {
    width: 100vw;
    height: 70rem;
    height: 93.334vw;
  }
  .slick-slide img.u-disp--pc {
    display: none;
  }
  .slick-slide img.u-disp--sp {
    display: block;
  }
  .slick-dots {
    bottom: 5.6%;
  }
  .slick-dots li {
    width: 40px;
    margin-right: 10px;
  }
  .slick-dots li button:before {
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
  .p-about__wrapper {
    width: 100%;
    max-width: 768px;
    padding: 9.33333vw 4.4vw 20vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-about__text {
    line-height: 1.8;
  }
  .p-member {
    padding: 5.5% 0 13.333%;
  }
  .p-member .p-education__info-p {
    margin-bottom: 1.333vw;
  }
  .p-member .p-education__profile .p-education__info-btn-msg {
    top: 0;
  }
  .p-message__content {
    margin: 10.66667vw 0 12.66667vw;
  }
  .p-message__content-p {
    padding: 0 4vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
    letter-spacing: -1px;
  }
  .p-message__content-p:not(:last-child) {
    margin: 0 0 8.66667vw;
  }
  .p-plan__left-wrapper,
  .p-plan__right-wrapper {
    position: relative;
    max-width: 100%;
  }
  .p-plan {
    margin-bottom: 40vw;
  }
  .p-plan__desc {
    font-size: 3.733vw;
    line-height: 1.8;
    display: none;
  }
  .p-plan__items {
    display: inline-block;
    overflow-x: unset;
  }
  .p-plan__items--second {
    margin-top: 33%;
  }
  .p-plan__left {
    display: inline-block;
    left: inherit;
    width: 100%;
    height: 40vw;
    margin-top: 0;
    background: url(../../images/top/fourthsection-img1.jpg);
    background-size: cover;
  }
  .p-plan__left--second {
    background: url(../../images/top/fourthsection-img3.jpg);
    background-size: cover;
  }
  .p-plan__left-wrapper {
    right: auto;
    left: auto;
    height: inherit;
    padding: 27% 8% 0;
  }
  .p-plan__right {
    left: auto;
    width: 100%;
    height: 40vw;
    margin: 12.26667% 0 0;
    background: url(../../images/top/fourthsection-img2.jpg);
    background-size: cover;
  }
  .p-plan__right-wrapper {
    -webkit-transform: translateX(-50%);
    top: 50%;
    right: auto;
    left: 50%;
    padding: 0 8vw;
    transform: translateX(-50%);
  }
  .p-plan__card {
    width: 100%;
    max-height: none;
    margin: 0 auto;
    padding: 5.6vw 4.66667vw 5.6vw 4.26667vw;
  }
  .p-plan__card-title {
    margin: 0 0 5.73333vw;
  }
  .p-plan__card-desc {
    margin: 2vw 0 0;
    font-size: 1.4rem;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
  .p-plan__card-courses {
    min-height: 0;
    max-height: none;
  }
  .p-plan__card-courses-text {
    margin: 0 0 2.66667vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-price {
    padding-top: 11.333vw;
    padding-bottom: 10.666vw;
  }
  .p-price__table-th2 {
    width: 200.33vw !important;
  }
  .p-price__description {
    max-width: inherit;
    margin: 8vw auto;
    padding: 0 4vw;
    font-size: 3.733333vw;
  }
  .p-price__wrapper {
    max-width: 100vw;
    margin: 0 3.733vw;
  }
  .p-price__table {
    border: 1.333vw solid #fff;
    width: 100%;
    margin-bottom: 8vw;
  }
  .p-price__table-head tr:last-child th {
    font-size: 3.1vw;
  }
  .p-price__table-th {
    border: 1.333vw solid #fff;
    width: 46.333vw;
    padding: 1.866vw 0;
    font-size: 3.1vw;
    line-height: 1.5;
  }
  .p-price__table-th span {
    font-size: 2vw;
  }
  .p-price__table-body-td {
    border: 1.333vw solid #fff;
    padding: 3.2vw 0;
    font-size: 3.73vw;
  }
  .p-price__discount {
    top: unset;
    margin-right: 5%;
    font-size: 3.46vw;
  }
  .p-price__dprice {
    padding-left: 0;
    font-size: 3.4vw;
  }
  .p-price__time {
    font-size: 3.4vw;
  }
  .p-price__table-text {
    width: 100%;
    margin-bottom: 6.933vw;
    font-size: 3.733vw;
    line-height: 2;
    text-align: left;
  }
  .p-price__table-th--first {
    width: 152vw;
    padding: 0;
    font-size: 3.73vw;
  }
  .p-price__table-th--third {
    width: 200.33vw;
  }
  .p-price__inclusions {
    display: block;
    padding: 0;
    border: none;
  }
  .p-price__inclusions--left,
  .p-price__inclusions--right {
    width: 100%;
  }
  .p-price__inclusions-title {
    width: 100%;
    padding: 3.733vw;
    border: inherit;
    background-color: #00a064;
    color: #fff;
    font-size: 3.733vw;
  }
  .p-price__inclusions-list {
    -webkit-transition: 0.4s;
    max-height: 0;
    overflow: hidden;
    font-size: 3.733vw;
    transition: 0.4s;
  }
  .p-price__inclusions-list li {
    margin: 3.733vw 0 3.733vw 4.533vw;
    font-size: 3.733vw;
  }
  .p-price__inclusions-listL,
  .p-price__inclusions-listR {
    display: block;
    width: auto;
  }
  .p-price__accordion {
    position: relative;
  }
  .p-price__accordion:after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 2.666vw;
    width: 3.2vw;
    height: 2.933vw;
    transform: translateY(-50%);
    background: url(../images/top/top_sp/plus-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .p-price__accordion-active:after {
    height: 0.8vw;
    background: url(../images/top/top_sp/minus.png);
    content: "";
  }
  .p-services__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-services__btn-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 4% 0;
    background: #000;
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-services:before {
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg);
  }
  .p-services:after {
    -webkit-transform: skewY(-7.5deg);
    top: 0;
    transform: skewY(-7.5deg);
  }
  .p-services {
    margin-top: 30vw;
    margin-bottom: 12vw;
    padding: 9.333% 0 10.667%;
  }
  .p-services__h3 {
    margin-bottom: 5.333%;
  }
  .p-services__content {
    padding: 0 4.66667vw;
  }
  .p-services__content .p-services__wrap {
    max-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 8%;
  }
  .p-services__content .p-services__wrap-img {
    margin-bottom: 9.333%;
  }
  .p-services__content .p-services__wrap-caption {
    margin-bottom: 5.333%;
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-services__content .p-services__wrap-desc {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-thoughts {
    margin-bottom: 18.666vw;
  }
  .p-thoughts__wrapper {
    margin: 12vw 3.733vw 0;
  }
  .p-thoughts__p {
    font-size: 3.733vw;
  }
  .single-local .p-blog__content {
    width: 100%;
  }
  .p-blog__details {
    margin: 5.33333vw 0 0;
  }
  .p-blog__sidebar {
    width: 100%;
    margin: 13.33333vw 0 0;
  }
  .p-blog__tag {
    height: 5.3333vw;
    margin: 0;
    padding: 0 2vw;
    font-size: 3.2vw;
  }
  .p-blog__date {
    margin: 0 2.66667vw 0 0;
    padding: 0 2.66667vw 0 0;
  }
  .p-blog__date:before {
    height: 3.3333vw;
  }
  .single-local .p-blog__socialMedia {
    width: 100%;
    margin: 5.33333vw 0 0;
  }
  .p-blog__socialMedia {
    margin: 5.33333vw 0 0;
    padding: 0;
  }
  .p-blog__headTitle {
    margin: 0 0 6.66667vw;
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-blog__innerContent > img {
    padding: 8vw 9.33333vw 0;
  }
  .p-blog__innerContent p:not([class]) {
    margin: 2.66667vw 0 0;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-blog__innerContent h5:not([class]) {
    margin: 8.66667vw 0 0;
    font-size: 1.6rem;
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  .p-blog__innerContent .p-blog__speach-title {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .p-blog__innerContent .p-blog__speach-wrapper {
    margin-top: 2.666vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-blog__innerContent .p-blog__title-sidebar {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .blogBtn {
    width: calc(33.33333% - 5px);
    height: 8vw;
    border-radius: 3px;
    font-size: 1rem;
    font-size: 2.66667vw;
  }
  .sidebarCategory {
    margin: 0 0 13.33333vw;
  }
  .sidebarCategory__heading {
    margin: 0 0 1.33333vw;
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .sidebarCategory__list {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .sidebarCategory__list:last-of-type {
    border: 0;
  }
  .sidebarCategory__list a {
    padding: 4vw 4vw 4vw 7.2vw;
  }
  .sidebarCategory__list a:before {
    left: 2vw;
    width: 2.4vw;
    height: 4vw;
    background-image: url(../images/common/sp/gray-arrow.png);
  }
  .pagination__number {
    margin: 10.66667vw 0 0;
  }
  .pagination__numberLists {
    padding: 0;
  }
  .pagination__numberLists .page-link,
  .pagination__numberLists .page-of {
    padding: 2.13333vw 2.66667vw;
    font-size: 1.3rem;
    font-size: 3.46667vw;
  }
  .pagination__arrow {
    width: 8vw;
  }
  .pagination__arrow img {
    width: 4vw;
    height: 4vw;
  }
  .pagination__prev {
    margin-right: 5.333vw;
  }
  .pagination__prev:before {
    top: 9.8%;
    right: 2.666vw;
    font-size: 1rem;
    font-size: 2.66667vw;
  }
  .pagination__prev .pagination__content a {
    padding: 5.33333vw 2.66667vw 2.66667vw 9.33333vw;
  }
  .pagination__next:before {
    top: 9.8%;
    left: 2.666vw;
    font-size: 1rem;
    font-size: 2.66667vw;
  }
  .pagination__next .pagination__content a {
    padding: 5.33333vw 9.33333vw 2.66667vw 2.66667vw;
  }
  .pagination__blog {
    margin: 9.33333vw 0 0;
  }
  .pagination__blog li {
    height: 20vw;
  }
  .pagination__title {
    font-size: 0.9rem;
    font-size: 2.4vw;
  }
  .p-blogList,
  .p-blogList__inner {
    width: 100%;
    padding: 0 4vw;
  }
  .p-blogList__inner {
    margin-bottom: 4vw;
  }
  .p-blogList--detail {
    padding-top: 8vw;
  }
  .p-blogList--detail .p-blog__sidebar {
    width: 100%;
    margin: 13.33333vw 0 0;
    padding: 0 4vw;
  }
  .p-blogList--detail .p-blog__title-h4 {
    padding: 0 4vw;
    font-size: 2.1rem;
    font-size: 5.6vw;
  }
  .p-blogList--detail .p-blog__details {
    padding: 0 4vw;
  }
  .p-blogList--detail .c-grid__alt {
    margin: 8vw 0 0;
  }
  .p-blogList__title {
    padding: 4vw 4vw 6vw;
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-blogList__cardHeaderDate {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-blogList__cardHeader {
    height: 10vw;
    padding: 0 4vw;
  }
  .p-blogList__cardHeader a {
    width: auto;
    height: 6.667vw;
    padding: 0 4vw;
    font-size: 1.3rem;
    font-size: 3.46667vw;
  }
  .p-blogList__cardBody,
  .p-blogList__new {
    height: 53.3333vw;
  }
  .p-blogList__new:before {
    height: 4.4vw;
    font-size: 1rem;
    font-size: 2.66667vw;
  }
  .p-blogList__new .p-blogList__caption {
    height: 8.8vw;
    padding: 0 4vw;
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-blogListHeaderDate {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-blogList__lists {
    width: 100%;
    margin: 0;
  }
  .p-blogList__lists--threeRow .p-blogList__card {
    -webkit-box-shadow: 0 3px 12px 3px rgba(42, 42, 42, 0.11);
    width: 100%;
    margin: 8vw 0 0;
    box-shadow: 0 3px 12px 3px rgba(42, 42, 42, 0.11);
  }
  .p-blogList__lists--twoRow .p-blogList__card {
    width: 100%;
    margin: 8vw 0 0;
  }
  .p-blogList__lists--twoRow
    .p-blogList__card:first-of-type
    + .p-blogList__card {
    margin: 8vw 0 0;
  }
  .p-blogList__lists--twoRow
    .p-blogList__card.large-size
    .p-blogList__cardBody {
    height: 60vw;
  }
  .p-blogList__lists--twoRow .p-blogList__cardBody {
    height: 53.3333vw;
  }
  .sidebarBlog__date {
    margin: 2.66667vw 0 0;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .sidebarBlog__title {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .sidebarBlog__tag {
    height: 5.3333vw;
    margin: 2.66667vw 0 0;
    padding: 0 2vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .sidebarBlog__link img {
    width: 26.666vw;
    height: 26.666vw;
    margin: 0 4vw 0 0;
  }
  .sidebarBlog__lists {
    margin: 0 0 10.66667vw;
  }
  .sidebarBlog__list {
    margin: 2.66667vw 0 0;
    padding: 0 0 2.66667vw;
    border-bottom: 1px solid #ebebeb;
  }
  .sidebarBlog__list:last-of-type {
    border: 0;
  }
  .sidebarBlog__list.voice .sidebarBlog__link img {
    width: 26.666vw;
    height: 30.933vw;
  }
  .sidebarBlog__heading {
    margin: 0 0 4vw;
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .category__tag {
    height: 5.3333vw;
    margin-bottom: 2vw;
    padding: 4vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-blogList__card--top:first-of-type {
    margin-top: 0;
  }
  .p-notice {
    display: block;
    max-width: 100%;
  }
  .noticeTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    width: 3750px;
    padding: 0;
    overflow-x: scroll;
    list-style: none;
  }
  .noticeTabWrapper {
    position: relative;
    width: 100%;
    height: 10.667vw;
    margin: 0 auto 5vw;
    overflow: hidden;
  }
  .noticeTab__content {
    display: block;
    width: 100vw;
    padding: 0 4vw;
  }
  .noticeTab__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 3750px;
    height: 100%;
    padding: 0;
    overflow: unset;
    border: 0;
  }
  .noticeTab__link {
    display: block;
    position: relative;
    width: 66vw;
    height: 10.667vw;
    margin: 0 17vw;
    padding: 2.66667vw;
    overflow: hidden;
    border-radius: 10vw;
    font-size: 1.6rem;
    font-size: 4.26667vw;
    text-align: center;
  }
  .noticeLists__item {
    border-color: #d7d7d7;
  }
  .noticeLists__item:before {
    width: 2.9333vw;
    height: 4.4vw;
    background: url(../images/common/sp-red-arrow.png);
    background-size: cover;
  }
  .noticeLists__item:first-of-type {
    border-top: 1px solid #ebebeb;
  }
  .noticeLists__item:last-of-type {
    padding: 4vw 0;
    border-bottom: 1px solid #ebebeb;
  }
  .noticeLists__date {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .noticeLists__title {
    width: 80vw;
    margin: 2.666vw 0 0;
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .noticeLists__link {
    display: block;
  }
  .lowerPage .titleh1,
  .lowerPage h1:not([class]) {
    margin: 5.33333vw 0 0;
    font-size: 2.2rem;
    font-size: 5.86667vw;
  }
  .lowerPage .titleh2,
  .lowerPage h2:not([class]) {
    margin: 4vw 0 0;
    padding: 0 0 2.66667vw;
    font-size: 2rem;
    font-size: 5.33333vw;
  }
  .lowerPage .titleh3,
  .lowerPage h3:not([class]) {
    margin: 2.66667vw 0 0;
    padding: 0.66667vw 2.66667vw;
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .lowerPage .titleh4,
  .lowerPage .titleh5,
  .lowerPage h4:not([class]),
  .lowerPage h5:not([class]) {
    margin: 4vw 0 0;
    padding: 0 0 2.66667vw;
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .lowerPage .titleh6,
  .lowerPage h6:not([class]) {
    margin: 4vw 0 0;
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .lowerPage span.catch {
    width: 90%;
    margin: 2.66667vw auto;
    padding: 2.66667vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .lowerPage p:not([class]) {
    margin: 2.66667vw 0 0;
    font-size: 1.3rem;
    font-size: 3.46667vw;
  }
  .lowerPage .btn1,
  .lowerPage .btn2 {
    max-width: 66.6666vw;
    height: auto;
    margin: 2.66667vw auto;
    padding: 4vw 0;
    font-size: 1.3rem;
    font-size: 3.46667vw;
  }
  .lowerPage .btn3 {
    height: auto;
    margin: 2.66667vw auto;
    padding: 2.66667vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .lowerPage .c-breadcrumb,
  .lowerPage .postList {
    margin: 2.66667vw 0 0;
  }
  .lowerPage .postList__item:before {
    background-image: url(../images/common/sp/icon-check-pink.png);
  }
  .lowerPage .postList__item {
    padding: 0 0 2.66667vw 8vw !important;
  }
  .lowerPage .postList__item:before {
    width: 4.9333vw;
    height: 4.133vw;
    margin: 0 2.13333vw 0 0;
  }
  .lowerPage .postList__item {
    font-size: 1.3rem;
    font-size: 3.46667vw;
    line-height: 1.6;
  }
  .lowerPage .postList__item:not(:last-child) {
    margin-bottom: 4% !important;
  }
  .lowerPage ol,
  .lowerPage ul {
    margin: 2.66667vw 0 0;
    padding: 0 4vw;
  }
  .lowerPage ol li,
  .lowerPage ul li {
    margin: 2.66667vw 0 0;
    font-size: 1.4rem;
    font-size: 3.73333vw;
    line-height: 1.6;
  }
  .lowerPage dl {
    margin: 2.66667vw 0 0;
  }
  .lowerPage dl dt {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .lowerPage dl dd {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .lowerPage table:not(.p-voiceInformation__additional) {
    margin: 2.66667vw 0 1.33333vw;
    font-size: 0.8rem;
    font-size: 2.13333vw;
  }
  .lowerPage table:not(.p-voiceInformation__additional) td,
  .lowerPage table:not(.p-voiceInformation__additional) th {
    padding: 1.86667vw 0;
  }
  .lowerPage .note {
    font-size: 1rem;
    font-size: 2.66667vw;
  }
  .lowerPage .postFour,
  .lowerPage .postThree,
  .lowerPage .postTwo {
    display: block;
    width: 100%;
    margin: 5.33333vw 0 0;
  }
  .lowerPage .postFour {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
  }
  .lowerPage .postThree img,
  .lowerPage .postTwo img {
    display: block;
    width: 100%;
    margin: 0 auto 2.66667vw;
  }
  .lowerPage .postThree p,
  .lowerPage .postTwo p {
    margin: 2.66667vw 0 0;
  }
  .lowerPage .postTwo li {
    width: 100%;
    margin: 2.66667vw 0 0;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .lowerPage .postTwo li:first-of-type {
    margin: 0;
  }
  .lowerPage .postThree li {
    width: 100%;
    margin: 2.66667vw 0 0;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .lowerPage .postThree li:first-of-type {
    margin: 0;
  }
  .lowerPage .postFour li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: 2.66667vw 0 0;
  }
  .lowerPage .postFour li:first-of-type,
  .lowerPage .postFour li:first-of-type + li {
    margin: 0;
  }
  .lowerPage .postFour li img {
    width: 100%;
    height: auto;
  }
  .lowerPage .postFour li p {
    padding: 1.06667vw 0;
    font-size: 1rem;
    font-size: 2.66667vw;
  }
  .course-description {
    padding: 4vw 0 8.666vw;
  }
  .p-rhythm {
    padding: 0 0 16.66667vw;
  }
  .p-rhythm__desc {
    font-size: 3.733vw;
    margin: 0 0 6.66667vw;
  }
  .p-rhythm__content,
  .p-rhythm__desc {
    line-height: 1.8;
    width: 100%;
    padding: 0 4vw;
  }
  .p-rhythm__content {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-rhythm__content-ul {
    padding: 0 0 0 4.13333vw;
  }
  .p-rhythm__content-p {
    margin: 0 0 6.66667vw;
  }
  .p-nav__images {
    max-width: 100%;
    padding: 14.66667vw 0;
  }
  .p-nav__images .p-nav__title {
    margin: 0 4.66667vw 22vw 0;
  }
  .p-nav__images .p-nav__title-text {
    -webkit-transform: translateY(50%);
    bottom: 50%;
    left: 8%;
    transform: translateY(50%);
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-nav__images .p-nav__nav {
    display: block;
  }
  .p-nav__images .p-nav__nav-container {
    margin: 0 0 1.33333vw;
  }
  .p-nav__images .p-nav__nav-container:last-child {
    margin: 0;
  }
  .p-nav__images .p-nav__nav-container-text {
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-services1-grid__container .p-services1-grid .p-features__subcaption {
    margin: 0 0 2vw;
    font-size: 1.6rem;
    font-size: 4.26667vw;
  }
  .p-step {
    padding: 0 0 16.66667vw;
  }
  .p-step__desc {
    font-size: 3.733vw;
    line-height: 1.8;
    width: 100%;
    padding: 0 4vw;
  }
  .p-step__container {
    display: block;
    margin: 12.66667vw 0 0;
    padding: 0 4vw;
  }
  .p-step__container .p-step__content {
    width: 100%;
  }
  .p-step__container .p-step__content-badge {
    width: 13.3333vw;
    height: 13.3333vw;
  }
  .p-step__container .p-step__content:not(:last-child) {
    margin: 0 0 10.66667vw;
  }
  .p-step__container .p-step__content-text {
    padding: 10.66667vw 4vw 8vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
  .p-philosophy__goalarea {
    padding-bottom: 14.66667vw;
  }
  .p-philosophy__goalarea:before {
    top: 450px;
  }
  .p-philosophy__goal {
    margin-bottom: 0;
    padding: 6.66667vw 4.8vw 0;
  }
  .p-philosophy__goal__title {
    margin-bottom: 4vw;
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .p-philosophy__goal .p-features__content-list {
    margin-bottom: 9.33vw;
  }
  .p-philosophy__content {
    max-width: 100%;
    margin: 13.7333vw auto 10.667vw;
  }
  .p-philosophy__content-p {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .p-philosophy__content-p:not(:last-child) {
    margin: 0 0 8vw;
  }
  .p-voice__inner {
    width: 100%;
    padding: 0 4vw 13.33333vw;
  }
  .p-voice__sidebar--voice .sidebarCategory {
    margin: 0 0 13.33333vw;
  }
  .voiceTab {
    width: 100%;
    padding-bottom: 8vw;
  }
  .voiceTab__link {
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .voiceTab__link:before {
    bottom: -4.2666vw;
  }
  .voiceFilter {
    width: 100%;
    margin: 4vw 0 0;
  }
  .voiceFilter__link {
    width: 29.7333vw;
    height: 14vw;
    margin: 0 1.33333vw 2.66667vw 0;
    font-size: 0.9rem;
    font-size: 2.4vw;
  }
  .voiceFilter__link a {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .voiceFilter__content {
    margin-top: 10.666vw;
  }
  .voiceFilter__title {
    margin-bottom: 8vw;
    padding-bottom: 2.666vw;
    font-size: 2rem;
    font-size: 5.33333vw;
  }
  .voice__new:after {
    width: 12vw;
    height: 6vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .voice__new .p-blogList__caption {
    height: 8.8vw;
    padding: 0 4vw;
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .voice__list {
    width: 100%;
    height: 54.6666vw;
    margin: 0 0 10vw;
  }
  .voice__list:before {
    top: 10.9333vw;
    width: 85.7333vw;
    height: 46.4vw;
  }
  .voice__list:last-of-type,
  .voice__list:nth-of-type(5) {
    margin: 0 0 10vw;
  }
  .voice__img {
    width: 42.6666vw;
    height: 49.333vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .voiceHeader {
    top: 12vw;
    right: 4.2666vw;
    width: 53.333vw;
  }
  .voiceHeader__left {
    width: 70%;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .voiceHeader__head {
    height: 8vw;
    padding: 0 2.66667vw;
    font-size: 0.9rem;
    font-size: 2.4vw;
  }
  .voiceHeader__text {
    padding: 2vw 2.66667vw 1.73333vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .voice__body {
    -webkit-transform: translate(25.5vw, -13.5vw);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    top: inherit;
    right: inherit;
    width: 62.6666vw;
    height: 20vw;
    padding: 2.66667vw;
    transform: translate(25.5vw, -13.5vw);
    font-size: 1.3rem;
    font-size: 3.46667vw;
    font-weight: 500;
  }
  .voice__content--top {
    padding: 0 4vw;
  }
  .voice__content--top .voice__img {
    width: 42.6666vw;
    height: 49.333vw;
  }
  .voice__content--top .voice__list {
    width: 100%;
    margin-right: 0;
  }
  .voice__content--top .voice__list:last-of-type {
    margin: 8vw 0 0;
  }
  .voice__content--top .voice__list:before {
    top: 10.9333vw;
    width: 85.7333vw;
    height: 46.4vw;
  }
  .voice__content--top .voiceHeader {
    top: 11vw;
    right: 4.2666vw;
    width: 55.7333vw;
  }
  .voice__content--top .voiceHeader__left,
  .voice__content--top .voiceHeader__right {
    font-size: 1.3rem;
    font-size: 3.46667vw;
  }
  .voice__content--top .voiceHeader__head {
    height: 8vw;
    padding: 0 3.06667vw;
  }
  .voice__content--top .voice__body {
    -webkit-transform: translate(25.5vw, -13.5vw);
    position: relative;
    top: inherit;
    right: 0;
    width: 62.6666vw;
    padding: 2.66667vw;
    transform: translate(25.5vw, -13.5vw);
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .voice__content--top .voiceHeader__text {
    padding: 2.26667vw 3.06667vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .testimonial {
    margin: 0 0 13.33333vw;
  }
  .p-voiceInformation__imgwrapper {
    width: 40vw;
    height: 49.866vw;
    margin: 0 4vw 0 0;
  }
  .p-voiceInformation__basic {
    padding: 0 0 4vw;
  }
  .p-voiceInformation__name {
    font-size: 1.8rem;
    font-size: 4.8vw;
  }
  .p-voiceInformation__sub {
    margin: 2.66667vw 0 0;
    font-size: 1.1rem;
    font-size: 2.93333vw;
  }
  .p-voiceInformation__additional {
    margin: 4vw 0 0;
  }
  .p-voiceInformation__additional td {
    padding: 0 0 2.66667vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-voiceInformation__additional td:first-of-type {
    width: 16vw;
  }
  .p-voiceInformation__additional td:first-of-type:before {
    right: 2vw;
  }
  .fromStaff {
    width: 90vw;
    margin: 8vw auto 10.66667vw;
    padding: 4.66667vw 4vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .fromStaff:before {
    bottom: -2.4vw;
    left: 13.3333vw;
    width: 9.8vw;
    height: 5vw;
  }
  .voiceHeader__text-age {
    padding: 0 2.66667vw 1.73333vw;
    font-size: 1.4rem;
    font-size: 3.73333vw;
  }
  .voiceHeader__text-job {
    width: calc(50% - 1.4vw);
    padding: 0 2.66667vw 1.73333vw;
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .u-align--center-sp {
    text-align: center;
  }
  .u-flex-sp--v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-disp--sp {
    display: block;
  }
  .u-disp--sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-disp--sp_s {
    display: none;
  }
  .u-disp--sp-inline {
    display: inline-block;
  }
  .u-disp--sp-inline-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc,
  .u-disp--pc,
  .u-disp--pc-inline,
  .u-disp--pc-table {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .u-sp-m-t-5 {
    margin-top: 5px !important;
  }
  .u-sp-p-t-5 {
    padding-top: 5px !important;
  }
  .u-sp-m-b-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-p-b-5 {
    padding-bottom: 5px !important;
  }
  .u-sp-m-l-5 {
    margin-left: 5px !important;
  }
  .u-sp-p-l-5 {
    padding-left: 5px !important;
  }
  .u-sp-m-r-5 {
    margin-right: 5px !important;
  }
  .u-sp-p-r-5 {
    padding-right: 5px !important;
  }
  .u-sp-m-t-10 {
    margin-top: 10px !important;
  }
  .u-sp-p-t-10 {
    padding-top: 10px !important;
  }
  .u-sp-m-b-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-p-b-10 {
    padding-bottom: 10px !important;
  }
  .u-sp-m-l-10 {
    margin-left: 10px !important;
  }
  .u-sp-p-l-10 {
    padding-left: 10px !important;
  }
  .u-sp-m-r-10 {
    margin-right: 10px !important;
  }
  .u-sp-p-r-10 {
    padding-right: 10px !important;
  }
  .u-sp-m-t-15 {
    margin-top: 15px !important;
  }
  .u-sp-p-t-15 {
    padding-top: 15px !important;
  }
  .u-sp-m-b-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-p-b-15 {
    padding-bottom: 15px !important;
  }
  .u-sp-m-l-15 {
    margin-left: 15px !important;
  }
  .u-sp-p-l-15 {
    padding-left: 15px !important;
  }
  .u-sp-m-r-15 {
    margin-right: 15px !important;
  }
  .u-sp-p-r-15 {
    padding-right: 15px !important;
  }
  .u-sp-m-t-20 {
    margin-top: 20px !important;
  }
  .u-sp-p-t-20 {
    padding-top: 20px !important;
  }
  .u-sp-m-b-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-p-b-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-m-l-20 {
    margin-left: 20px !important;
  }
  .u-sp-p-l-20 {
    padding-left: 20px !important;
  }
  .u-sp-m-r-20 {
    margin-right: 20px !important;
  }
  .u-sp-p-r-20 {
    padding-right: 20px !important;
  }
  .u-sp-m-t-25 {
    margin-top: 25px !important;
  }
  .u-sp-p-t-25 {
    padding-top: 25px !important;
  }
  .u-sp-m-b-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-p-b-25 {
    padding-bottom: 25px !important;
  }
  .u-sp-m-l-25 {
    margin-left: 25px !important;
  }
  .u-sp-p-l-25 {
    padding-left: 25px !important;
  }
  .u-sp-m-r-25 {
    margin-right: 25px !important;
  }
  .u-sp-p-r-25 {
    padding-right: 25px !important;
  }
  .u-sp-m-t-30 {
    margin-top: 30px !important;
  }
  .u-sp-p-t-30 {
    padding-top: 30px !important;
  }
  .u-sp-m-b-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-p-b-30 {
    padding-bottom: 30px !important;
  }
  .u-sp-m-l-30 {
    margin-left: 30px !important;
  }
  .u-sp-p-l-30 {
    padding-left: 30px !important;
  }
  .u-sp-m-r-30 {
    margin-right: 30px !important;
  }
  .u-sp-p-r-30 {
    padding-right: 30px !important;
  }
  .u-sp-m-t-35 {
    margin-top: 35px !important;
  }
  .u-sp-p-t-35 {
    padding-top: 35px !important;
  }
  .u-sp-m-b-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-p-b-35 {
    padding-bottom: 35px !important;
  }
  .u-sp-m-l-35 {
    margin-left: 35px !important;
  }
  .u-sp-p-l-35 {
    padding-left: 35px !important;
  }
  .u-sp-m-r-35 {
    margin-right: 35px !important;
  }
  .u-sp-p-r-35 {
    padding-right: 35px !important;
  }
  .u-sp-m-t-40 {
    margin-top: 40px !important;
  }
  .u-sp-p-t-40 {
    padding-top: 40px !important;
  }
  .u-sp-m-b-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-p-b-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-m-l-40 {
    margin-left: 40px !important;
  }
  .u-sp-p-l-40 {
    padding-left: 40px !important;
  }
  .u-sp-m-r-40 {
    margin-right: 40px !important;
  }
  .u-sp-p-r-40 {
    padding-right: 40px !important;
  }
  .u-sp-m-t-45 {
    margin-top: 45px !important;
  }
  .u-sp-p-t-45 {
    padding-top: 45px !important;
  }
  .u-sp-m-b-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-p-b-45 {
    padding-bottom: 45px !important;
  }
  .u-sp-m-l-45 {
    margin-left: 45px !important;
  }
  .u-sp-p-l-45 {
    padding-left: 45px !important;
  }
  .u-sp-m-r-45 {
    margin-right: 45px !important;
  }
  .u-sp-p-r-45 {
    padding-right: 45px !important;
  }
  .u-sp-m-t-50 {
    margin-top: 50px !important;
  }
  .u-sp-p-t-50 {
    padding-top: 50px !important;
  }
  .u-sp-m-b-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-p-b-50 {
    padding-bottom: 50px !important;
  }
  .u-sp-m-l-50 {
    margin-left: 50px !important;
  }
  .u-sp-p-l-50 {
    padding-left: 50px !important;
  }
  .u-sp-m-r-50 {
    margin-right: 50px !important;
  }
  .u-sp-p-r-50 {
    padding-right: 50px !important;
  }
  .u-sp-m-t-75 {
    margin-top: 75px !important;
  }
  .u-sp-p-t-75 {
    padding-top: 75px !important;
  }
  .u-sp-m-b-75 {
    margin-bottom: 75px !important;
  }
  .u-sp-p-b-75 {
    padding-bottom: 75px !important;
  }
  .u-sp-m-l-75 {
    margin-left: 75px !important;
  }
  .u-sp-p-l-75 {
    padding-left: 75px !important;
  }
  .u-sp-m-r-75 {
    margin-right: 75px !important;
  }
  .u-sp-p-r-75 {
    padding-right: 75px !important;
  }
  .u-sp-m-t-100 {
    margin-top: 100px !important;
  }
  .u-sp-p-t-100 {
    padding-top: 100px !important;
  }
  .u-sp-m-b-100 {
    margin-bottom: 100px !important;
  }
  .u-sp-p-b-100 {
    padding-bottom: 100px !important;
  }
  .u-sp-m-l-100 {
    margin-left: 100px !important;
  }
  .u-sp-p-l-100 {
    padding-left: 100px !important;
  }
  .u-sp-m-r-100 {
    margin-right: 100px !important;
  }
  .u-sp-p-r-100 {
    padding-right: 100px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 769px) {
  .l-header__menu {
    display: none;
  }
  .l-nav__dropdown:hover ul {
    display: block;
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .l-nav__dropdown:hover ul,
  .l-nav__dropdown ul {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .l-nav__dropdown ul {
    display: none;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 240px;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
  }
  .l-nav__dropdown ul li {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
  }
  .l-nav__social,
  .l-nav__social-medias {
    display: none;
  }
  .l-nav__submenu-li-link:hover {
    opacity: 0.4;
  }
  .l-nav__li:hover .l-nav__submenu {
    visibility: visible;
    bottom: 0;
    opacity: 1;
  }
  .c-button--no_width {
    width: unset;
  }
  .p-education__profile .p-education__info {
    margin-top: -5px;
  }
  .p-lesson__sp-table-ritem1--online-ticket {
    line-height: 1.8;
  }
  .online__course3 {
    padding: 40px;
  }
  .p-services1-grid__container .p-services1-grid .u-letter-spac {
    letter-spacing: -2px;
  }
  .u-maxwidth-1110 {
    max-width: 1110px;
  }
  .u-maxwidth-450 {
    max-width: 40.54054% !important;
  }
  .customfeature-2 {
    margin-top: 50px !important;
    margin-right: 90px;
  }
  .customfeature-3 {
    margin-top: 50px !important;
    margin-left: 90px;
  }
  .customfeature-4 {
    margin-top: 100px !important;
  }
  .u-disp--smt,
  .u-disp--smt_inline,
  .u-disp--sp,
  .u-disp--sp-inline,
  .u-disp--sp_s,
  .u-disp--tablet {
    display: none;
  }
  .u-disp--pc {
    display: block;
  }
  .u-disp--pc-inline {
    display: inline-block;
  }
  .u-disp--pc-table {
    display: table;
  }
  .u-disp--full,
  .u-disp--wide {
    display: none;
  }
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .c-flag--reverse-sm {
    direction: rtl;
    text-align: left;
  }
  .c-flag--reverse-sm > .c-flag__body,
  .c-flag--reverse-sm > .c-flag__image {
    direction: ltr;
    text-align: left;
  }
  .c-flag--reverse-sm > .c-flag__image {
    padding-right: 0;
    padding-left: 1.7rem;
  }
  .c-flag--reverse-sm.c-flag--small > .c-flag__image {
    padding-right: 0;
    padding-left: 0.85rem;
  }
  .c-flag--reverse-sm.c-flag--large > .c-flag__image {
    padding-right: 0;
    padding-left: 3.4rem;
  }
  .c-layout--col2-sm > .c-layout__item {
    width: 50%;
  }
  .c-layout--col3-sm > .c-layout__item {
    width: 33.33333%;
  }
  .c-layout--col4-sm > .c-layout__item {
    width: 25%;
  }
  .c-layout--col2and10-sm > .c-layout__item:nth-child(odd) {
    width: 16.66667%;
  }
  .c-layout--col2and10-sm > .c-layout__item:nth-child(2n) {
    width: 83.33333%;
  }
  .c-layout--col3and9-sm > .c-layout__item:nth-child(odd) {
    width: 25%;
  }
  .c-layout--col3and9-sm > .c-layout__item:nth-child(2n) {
    width: 75%;
  }
  .c-layout--col4and8-sm > .c-layout__item:nth-child(odd) {
    width: 33.33333%;
  }
  .c-layout--col4and8-sm > .c-layout__item:nth-child(2n) {
    width: 66.66667%;
  }
  .c-layout--col5and7-sm > .c-layout__item:nth-child(odd) {
    width: 41.66667%;
  }
  .c-layout--col5and7-sm > .c-layout__item:nth-child(2n) {
    width: 58.33333%;
  }
  .c-layout--reverse-sm {
    direction: rtl;
    text-align: left;
  }
  .c-layout--reverse-sm > .c-layout__item {
    direction: ltr;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .c-flag--reverse-md {
    direction: rtl;
    text-align: left;
  }
  .c-flag--reverse-md > .c-flag__body,
  .c-flag--reverse-md > .c-flag__image {
    direction: ltr;
    text-align: left;
  }
  .c-flag--reverse-md > .c-flag__image {
    padding-right: 0;
    padding-left: 1.7rem;
  }
  .c-flag--reverse-md.c-flag--small > .c-flag__image {
    padding-right: 0;
    padding-left: 0.85rem;
  }
  .c-flag--reverse-md.c-flag--large > .c-flag__image {
    padding-right: 0;
    padding-left: 3.4rem;
  }
  .c-layout--col2-md > .c-layout__item {
    width: 50%;
  }
  .c-layout--col3-md > .c-layout__item {
    width: 33.33333%;
  }
  .c-layout--col4-md > .c-layout__item {
    width: 25%;
  }
  .c-layout--col2and10-md > .c-layout__item:nth-child(odd) {
    width: 16.66667%;
  }
  .c-layout--col2and10-md > .c-layout__item:nth-child(2n) {
    width: 83.33333%;
  }
  .c-layout--col3and9-md > .c-layout__item:nth-child(odd) {
    width: 25%;
  }
  .c-layout--col3and9-md > .c-layout__item:nth-child(2n) {
    width: 75%;
  }
  .c-layout--col4and8-md > .c-layout__item:nth-child(odd) {
    width: 33.33333%;
  }
  .c-layout--col4and8-md > .c-layout__item:nth-child(2n) {
    width: 66.66667%;
  }
  .c-layout--col5and7-md > .c-layout__item:nth-child(odd) {
    width: 41.66667%;
  }
  .c-layout--col5and7-md > .c-layout__item:nth-child(2n) {
    width: 58.33333%;
  }
  .c-layout--reverse-md {
    direction: rtl;
    text-align: left;
  }
  .c-layout--reverse-md > .c-layout__item {
    direction: ltr;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .c-flag--reverse-lg {
    direction: rtl;
    text-align: left;
  }
  .c-flag--reverse-lg > .c-flag__body,
  .c-flag--reverse-lg > .c-flag__image {
    direction: ltr;
    text-align: left;
  }
  .c-flag--reverse-lg > .c-flag__image {
    padding-right: 0;
    padding-left: 1.7rem;
  }
  .c-flag--reverse-lg.c-flag--small > .c-flag__image {
    padding-right: 0;
    padding-left: 0.85rem;
  }
  .c-flag--reverse-lg.c-flag--large > .c-flag__image {
    padding-right: 0;
    padding-left: 3.4rem;
  }
  .c-layout--col2-lg > .c-layout__item {
    width: 50%;
  }
  .c-layout--col3-lg > .c-layout__item {
    width: 33.33333%;
  }
  .c-layout--col4-lg > .c-layout__item {
    width: 25%;
  }
  .c-layout--col2and10-lg > .c-layout__item:nth-child(odd) {
    width: 16.66667%;
  }
  .c-layout--col2and10-lg > .c-layout__item:nth-child(2n) {
    width: 83.33333%;
  }
  .c-layout--col3and9-lg > .c-layout__item:nth-child(odd) {
    width: 25%;
  }
  .c-layout--col3and9-lg > .c-layout__item:nth-child(2n) {
    width: 75%;
  }
  .c-layout--col4and8-lg > .c-layout__item:nth-child(odd) {
    width: 33.33333%;
  }
  .c-layout--col4and8-lg > .c-layout__item:nth-child(2n) {
    width: 66.66667%;
  }
  .c-layout--col5and7-lg > .c-layout__item:nth-child(odd) {
    width: 41.66667%;
  }
  .c-layout--col5and7-lg > .c-layout__item:nth-child(2n) {
    width: 58.33333%;
  }
  .c-layout--reverse-lg {
    direction: rtl;
    text-align: left;
  }
  .c-layout--reverse-lg > .c-layout__item {
    direction: ltr;
    text-align: left;
  }
}
@media screen and (min-width: 120px) {
  .c-flag--reverse-xl {
    direction: rtl;
    text-align: left;
  }
  .c-flag--reverse-xl > .c-flag__body,
  .c-flag--reverse-xl > .c-flag__image {
    direction: ltr;
    text-align: left;
  }
  .c-flag--reverse-xl > .c-flag__image {
    padding-right: 0;
    padding-left: 1.7rem;
  }
  .c-flag--reverse-xl.c-flag--small > .c-flag__image {
    padding-right: 0;
    padding-left: 0.85rem;
  }
  .c-flag--reverse-xl.c-flag--large > .c-flag__image {
    padding-right: 0;
    padding-left: 3.4rem;
  }
  .c-layout--col2-xl > .c-layout__item {
    width: 50%;
  }
  .c-layout--col3-xl > .c-layout__item {
    width: 33.33333%;
  }
  .c-layout--col4-xl > .c-layout__item {
    width: 25%;
  }
  .c-layout--col2and10-xl > .c-layout__item:nth-child(odd) {
    width: 16.66667%;
  }
  .c-layout--col2and10-xl > .c-layout__item:nth-child(2n) {
    width: 83.33333%;
  }
  .c-layout--col3and9-xl > .c-layout__item:nth-child(odd) {
    width: 25%;
  }
  .c-layout--col3and9-xl > .c-layout__item:nth-child(2n) {
    width: 75%;
  }
  .c-layout--col4and8-xl > .c-layout__item:nth-child(odd) {
    width: 33.33333%;
  }
  .c-layout--col4and8-xl > .c-layout__item:nth-child(2n) {
    width: 66.66667%;
  }
  .c-layout--col5and7-xl > .c-layout__item:nth-child(odd) {
    width: 41.66667%;
  }
  .c-layout--col5and7-xl > .c-layout__item:nth-child(2n) {
    width: 58.33333%;
  }
  .c-layout--reverse-xl {
    direction: rtl;
    text-align: left;
  }
  .c-layout--reverse-xl > .c-layout__item {
    direction: ltr;
    text-align: left;
  }
}
@media screen and (max-width: 399px) {
  .c-flag--stack-sm {
    display: block;
  }
  .c-flag--stack-sm > .c-flag__body,
  .c-flag--stack-sm > .c-flag__image {
    display: block;
    width: 100%;
  }
  .c-flag--stack-sm > .c-flag__image {
    margin-bottom: 1.7rem;
    padding-right: 0;
    padding-left: 0;
  }
  .c-flag--stack-sm > .c-flag__image > img {
    max-width: 100%;
  }
  .c-flag--stack-sm.c-flag--small > .c-flag__image {
    margin-bottom: 0.85rem;
  }
  .c-flag--stack-sm.c-flag--large > .c-flag__image {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flag--stack-md {
    display: block;
  }
  .c-flag--stack-md > .c-flag__body,
  .c-flag--stack-md > .c-flag__image {
    display: block;
    width: 100%;
  }
  .c-flag--stack-md > .c-flag__image {
    margin-bottom: 1.7rem;
    padding-right: 0;
    padding-left: 0;
  }
  .c-flag--stack-md > .c-flag__image > img {
    max-width: 100%;
  }
  .c-flag--stack-md.c-flag--small > .c-flag__image {
    margin-bottom: 0.85rem;
  }
  .c-flag--stack-md.c-flag--large > .c-flag__image {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 999px) {
  .c-flag--stack-lg {
    display: block;
  }
  .c-flag--stack-lg > .c-flag__body,
  .c-flag--stack-lg > .c-flag__image {
    display: block;
    width: 100%;
  }
  .c-flag--stack-lg > .c-flag__image {
    margin-bottom: 1.7rem;
    padding-right: 0;
    padding-left: 0;
  }
  .c-flag--stack-lg > .c-flag__image > img {
    max-width: 100%;
  }
  .c-flag--stack-lg.c-flag--small > .c-flag__image {
    margin-bottom: 0.85rem;
  }
  .c-flag--stack-lg.c-flag--large > .c-flag__image {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .c-flag--stack-xl {
    display: block;
  }
  .c-flag--stack-xl > .c-flag__body,
  .c-flag--stack-xl > .c-flag__image {
    display: block;
    width: 100%;
  }
  .c-flag--stack-xl > .c-flag__image {
    margin-bottom: 1.7rem;
    padding-right: 0;
    padding-left: 0;
  }
  .c-flag--stack-xl > .c-flag__image > img {
    max-width: 100%;
  }
  .c-flag--stack-xl.c-flag--small > .c-flag__image {
    margin-bottom: 0.85rem;
  }
  .c-flag--stack-xl.c-flag--large > .c-flag__image {
    margin-bottom: 3.4rem;
  }
}
@media (max-width: 1380px) {
  .p-education__image-comment {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .form__date input {
    display: block;
    width: 100% !important;
  }
  .power__wrapper .wpcf7-list-item:first-of-type {
    padding-top: 16px;
  }
  .learning__wrapper .wpcf7-list-item:first-of-type {
    padding-top: 25px;
  }
  .power__wrapper ul li:last-of-type {
    margin-top: 92px;
  }
}
@media (min-width: 641px) {
  .u-disp--smt,
  .u-disp--smt_inline {
    display: none;
  }
  .u-disp--tablet {
    display: block;
  }
  .u-disp--full,
  .u-disp--wide {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-disp--sp_s {
    display: block;
  }
}
.l-footer-top__text-content a {
  color: #fff;
  text-decoration: underline;
}
.download__buttons {
  padding: 0 !important;
  margin-top: 20px;
}
.download__buttons a {
  background-color: #ff9900 !important;
  color: #fff;
}
.c-btn--customBtn {
  margin: 40px auto;
  background-color: #f09d38;
}
.c-btn--customBtnApply {
  background-color: #3c7cbe;
}
.btn__sticky {
  position: fixed;
  bottom: 23%;
  right: 0;
  z-index: 999;
}
.btn__sticky img {
  width: 80px;
  display: block;
  margin-left: auto;
}
@media (max-width: 991px) {
  .btn__sticky {
    right: 0%;
  }
}
.button__leftMail--custom {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .button__leftMail--custom {
    max-width: 100%;
    width: 80%;
    margin-top: 20px;
  }
}
.button__link {
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.04em;
  margin: 16px 11px 0 0;
  height: 99px;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 24px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e46715;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
}

@media (max-width: 640px) {
  .button__link {
    height: 12.8125vw;
    font-size: 2.46094rem;
    font-size: 3.28125vw;
    line-height: 3.28125rem;
    line-height: 4.375vw;
    letter-spacing: -0.15vw;
    padding: 2.96875% 4.21875%;
    padding: 2.96875vw 4.21875vw;
    margin: 0;
    position: relative;
  }
}

.button__linkText {
  margin-right: 31px;
}

@media (max-width: 640px) {
  .button__linkText {
    margin: 0% 1.875% 0% 0%;
    margin: 0vw 1.875vw 0vw 0vw;
  }
}

.mail {
  margin-right: 22px;
}

@media (max-width: 640px) {
  .mail {
    display: none;
  }
}

.mail--sp {
  display: none;
}

@media (max-width: 640px) {
  .mail--sp {
    margin: 0% 3.125% 0% 0%;
    margin: 0vw 3.125vw 0vw 0vw;
    display: block;
    width: 5.156vw;
  }
}

@media (max-width: 640px) {
  .arrow__white {
    display: none;
  }
}

.arrow__whiteSp {
  display: none;
}

@media (max-width: 640px) {
  .arrow__whiteSp {
    display: block;
    position: absolute;
    right: 4.219vw;
    width: 2.344vw;
  }
}

@media (max-height: 930px) {
  .btn__sticky img {
    width: 70px;
  }
  .btn__sticky {
    bottom: 20%;
  }
}

@media (max-height: 665px) {
  .btn__sticky img {
    width: 60px;
  }
  .btn__sticky {
    bottom: 7% !important;
  }
}

/* ipad landscape  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .btn__sticky img {
    width: 55px;
  }
  .btn__sticky {
    bottom: 29%;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .btn__sticky img {
    width: 55px;
  }
  .btn__sticky {
    bottom: 37%;
  }
}

@media only screen and (min-device-width: 768px) and (max-width: 1112px) and (orientation: portrait) {
  .btn__sticky img {
    width: 65px;
  }
  .btn__sticky {
    bottom: 45%;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .btn__sticky img {
    width: 65px;
  }
  .btn__sticky {
    bottom: 45%;
  }
}

@media (max-width: 768px) {
  .thankyoupage {
    height: 35vw !important;
  }
}
.button {
  margin-top: 25px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .button {
    margin: 3.4375% 0% 3.4375% 0%;
    margin: 3.4375vw 0vw 3.4375vw 0vw;
    padding: 0% 1.5625%;
    padding: 0vw 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.button__left {
  margin-right: 111px;
  text-align: center;
}
@media (max-width: 640px) {
  .button__left {
    margin: 0% 0.9375% 0% 0%;
    margin: 0vw 0.9375vw 0vw 0vw;
    width: 50%;
  }
}
.button__leftTitle {
  color: #e46715;
  font-size: 16px;
  line-height: 4px;
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 640px) {
  .button__leftTitle {
    font-size: 1.52344rem;
    font-size: 2.03125vw;
    padding: 3.125% 0%;
    padding: 3.125vw 0vw;
    line-height: 0.35156rem;
    line-height: 0.46875vw;
  }
}
.button__leftTitle:before {
  content: "";
  position: absolute;
  border: 1px solid #e46715;
  width: 0;
  height: 47px;
  top: -2px;
  left: 20px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
@media (max-width: 640px) {
  .button__leftTitle:before {
    height: 6.25vw;
    left: 1.563vw;
  }
}
.button__leftTitle:after {
  content: "";
  position: absolute;
  border: 1px solid #e46715;
  width: 0;
  height: 47px;
  top: -2px;
  right: 20px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
@media (max-width: 640px) {
  .button__leftTitle:after {
    height: 6.25vw;
    right: 1.563vw;
  }
}
.button__link {
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.04em;
  margin: 0 11px 0 0;
  height: 99px;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 24px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e46715;
  background: linear-gradient(2deg, #e46715 0, #e46715 20%, #f0a15b 100%);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
}
@media (max-width: 640px) {
  .button__link {
    height: 12.8125vw;
    font-size: 2.46094rem;
    font-size: 3.28125vw;
    line-height: 3.28125rem;
    line-height: 4.375vw;
    letter-spacing: -0.15vw;
    padding: 2.96875% 4.21875%;
    padding: 2.96875vw 4.21875vw;
    margin: 0;
    position: relative;
  }
}
.button__linkText {
  margin-right: 31px;
}
@media (max-width: 640px) {
  .button__linkText {
    margin: 0% 1.875% 0% 0%;
    margin: 0vw 1.875vw 0vw 0vw;
  }
}
.button__right {
  text-align: center;
}
@media (max-width: 640px) {
  .button__right {
    width: 50%;
  }
}
.button__rightTitle {
  font-size: 16px;
  line-height: 4px;
  color: #034f81;
  padding: 20px;
  position: relative;
}
@media (max-width: 640px) {
  .button__rightTitle {
    font-size: 1.52344rem;
    font-size: 2.03125vw;
    line-height: 0.35156rem;
    line-height: 0.46875vw;
    padding: 3.125% 0%;
    padding: 3.125vw 0vw;
  }
}
.button__rightTitle:before {
  content: "";
  position: absolute;
  border: 1px solid #034f81;
  width: 0;
  height: 47px;
  top: -2px;
  left: 20px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
@media (max-width: 640px) {
  .button__rightTitle:before {
    height: 6.25vw;
  }
}
.button__rightTitle:after {
  content: "";
  position: absolute;
  border: 1px solid #034f81;
  width: 0;
  height: 47px;
  top: -2px;
  right: 20px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
@media (max-width: 640px) {
  .button__rightTitle:after {
    height: 6.25vw;
  }
}

.rightEdit {
  height: 99px;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 27px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0087e1;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
}
@media (max-width: 640px) {
  .rightEdit {
    height: 12.8125vw;
    font-size: 2.46094rem;
    font-size: 3.28125vw;
    line-height: 3.28125rem;
    line-height: 4.375vw;
    letter-spacing: -0.15vw;
    padding: 2.96875% 1.875% 2.96875% 2.8125%;
    padding: 2.96875vw 1.875vw 2.96875vw 2.8125vw;
    margin: 0;
  }
}

.mail {
  margin-right: 22px;
}
@media (max-width: 640px) {
  .mail {
    display: none;
  }
}
.mail--sp {
  display: none;
}
@media (max-width: 640px) {
  .mail--sp {
    margin: 0% 3.125% 0% 0%;
    margin: 0vw 3.125vw 0vw 0vw;
    display: block;
    width: 5.156vw;
  }
}

.edit {
  margin-right: 10px;
}
@media (max-width: 640px) {
  .edit {
    display: none;
  }
}
.edit--sp {
  display: none;
}
@media (max-width: 640px) {
  .edit--sp {
    margin: 0% 1.09375% 0% 0%;
    margin: 0vw 1.09375vw 0vw 0vw;
    display: block;
    width: 5.938vw;
  }
}

@media (max-width: 640px) {
  .arrow__white {
    display: none;
  }
}

.arrow__whiteSp {
  display: none;
}
@media (max-width: 640px) {
  .arrow__whiteSp {
    display: block;
    position: absolute;
    right: 4.219vw;
    width: 2.344vw;
  }
}

.rightMargin {
  margin-right: 13px;
}
@media (max-width: 640px) {
  .rightMargin {
    margin-right: 2.031vw;
  }
}
p.multi-label {
  font-size: 12px;
  margin-top: 5px;
  color: #5d5d5d;
}
@media (max-width: 768px) {
  .l-section__inner {
    width: 100% !important;
  }
  .modal-content {
    padding: 40px 5px !important;
    width: 95vw !important;
  }
}
@media (min-width: 769px) {
  .featured {
    display: flex;
    align-items: center;
    margin-top: 60px;
  }

  .featured article {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
  }

  .featured .p-blogList__title {
    height: 90px;
  }

  .featured .p-blogList__cardHeader a {
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .blog--learn-more {
    margin-top: 40px;
    margin-left: 300px;
    padding: 0 15px;
  }
  .l-section--blog article {
    margin-top: 20px;
  }
  .l-section--blog article:first-of-type {
    margin-top: 0;
  }
  .company__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .company__logo li {
    width: calc(100% / 3 - 20px);
    position: relative;
    text-align: center;
  }
  .company__logo li:nth-of-type(n + 4) {
    width: 50%;
    text-align: center;
  }
  .company__logo img {
    width: 280px;
    height: auto;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .company__logo div {
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .company__logo p {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .company__logo li:nth-of-type(4) img {
    right: 0;
    transform: translate(-30%, -50%);
  }
  .company__logo li:nth-of-type(4) p {
    right: 0;
    transform: translateX(-39%);
  }
  .company__logo li:nth-of-type(5) img {
    left: 0;
    transform: translate(0, -50%);
  }
  .company__logo li:nth-of-type(5) p {
    left: 0;
    transform: translateX(-23%);
  }
  .department--company .p-features__image {
    width: 36%;
    margin-right: 40px;
  }
  .department--company .p-features__content {
    width: 64%;
  }
  .section__proposal h3,
  .department--company h3 {
    font-size: 22px;
  }
  .section__proposal .p-features__image {
    width: 45%;
    margin-right: 20px;
  }
  .section__proposal .p-features__content {
    width: 55%;
  }
  .section__proposal h5.l-section__inner__intro {
    margin: 10px auto 10px !important;
    font-size: 14px !important;
  }
  .section__proposal h5:first-of-type {
    margin: 20px auto 40px !important;
    margin-bottom: 10px !important;
  }
  .contact__onlineCourse--companygroup .button__leftTitle:before {
    left: 45px;
  }
  .contact__onlineCourse--companygroup .button__leftTitle:after {
    right: 45px;
  }
}

@media (max-width: 768px) {
  .company__logo li {
    position: relative;
  }
  .company__logo div {
    height: 42vw;
    overflow: hidden;
    position: relative;
  }
  .company__logo img {
    width: 62vw;
    height: auto;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .company__logo p {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .featured {
    margin-top: 40px;
  }
  .featured .slick-list {
    padding-bottom: 20px !important;
  }
  .featured article {
    margin: 0 20px !important;
  }
  .featured .p-blogList__title {
    height: 23vw;
  }
  .l-section--blog article,
  .featured article {
    margin-top: 20px;
  }
  .l-section--blog article:first-of-type,
  .featured article:first-of-type {
    margin-top: 0;
  }
  .blog--learn-more {
    margin-top: 40px;
    text-align: right;
  }
  .department--company .p-features__content-h3 {
    font-size: 3.99vw;
  }
  .department--company .l-section__inner__intro {
    padding: 0 !important;
  }
}
.featured .p-blogList__cardBody {
  height: 150px;
}
.ul--check {
  padding-left: 20px;
}
.ul--disc {
  list-style: disc;
  padding-left: 20px;
}
.ul--check li {
  position: relative;
}

.ul--check li:before {
  content: "✔️";
  position: absolute;
  left: -20px;
  top: 0;
  transform: translate(0, 35%);
  font-size: 10px;
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .department--company .l-section__inner__intro {
    padding: 0 !important;
  }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .department--company .l-section__inner__intro {
    padding: 0 !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .department--company .l-section__inner__intro {
    padding: 0 !important;
  }
}

/* Components */

.c-arrow-up-right-from-square {
  --size: 1.1em;
  background: url("https://stepforward-learning.com/images/common/red-link-before.png")
    no-repeat top / contain;
  display: inline-block;
  height: var(--size);
  vertical-align: middle;
  width: var(--size);
}

/* Projects */

.p-lesson__data--blue-bordered:not(.p-lesson__data--blue-bordered--small) {
  height: 303.992px;
}

.p-course-fee-table {
  border-collapse: collapse;
  word-break: keep-all;
}

.p-course-fee-table__colgroup:not(:first-child) {
  border-left: 8px solid var(--c-white);
}

@media (min-width: 769px) {
  .p-course-fee-table__colgroup:not(:first-child) {
    border-left: 16px solid var(--c-white);
  }
}

.p-course-fee-table :where(.p-course-fee-table__th, .p-course-fee-table__td) {
  font-weight: 700;
  text-align: center;
}

.p-course-fee-table__thead
  :where(.p-course-fee-table__th, .p-course-fee-table__td) {
  background-color: var(--c-big-stone);
  color: var(--c-white);
}

:where(.p-course-fee-table__thead, .p-course-fee-table__tbody)
  > .p-course-fee-table__tr:not(:first-child),
.p-course-fee-table__tbody {
  border-top: 4px solid var(--c-white);
}

@media (min-width: 769px) {
  :where(.p-course-fee-table__thead, .p-course-fee-table__tbody)
    > .p-course-fee-table__tr:not(:first-child),
  .p-course-fee-table__tbody {
    border-top: 8px solid var(--c-white);
  }
}

:where(.p-course-fee-table__thead, .p-course-fee-table__tbody)
  :where(.p-course-fee-table__th, .p-course-fee-table__td):not(:first-child) {
  border-left: 4px solid var(--c-white);
}

@media (min-width: 769px) {
  :where(.p-course-fee-table__thead, .p-course-fee-table__tbody)
    :where(.p-course-fee-table__th, .p-course-fee-table__td):not(:first-child) {
    border-left: 8px solid var(--c-white);
  }
}

.p-course-fee-table__thead
  .p-course-fee-table__th:not(
    .p-course-fee-table__thead
      > .p-course-fee-table__tr:first-child
      > .p-course-fee-table__th:first-child
  ) {
  font-size: 16px;
  padding: 16px;
}

@media (min-width: 769px) {
  .p-course-fee-table__thead
    .p-course-fee-table__th:not(
      .p-course-fee-table__thead
        > .p-course-fee-table__tr:first-child
        > .p-course-fee-table__th:first-child
    ) {
    font-size: 20px;
  }
}

:where(
    .p-course-fee-table__thead > .p-course-fee-table__tr:first-child,
    .p-course-fee-table__tbody
  )
  .p-course-fee-table__th:first-child {
  left: 0;
  position: sticky;
}

.p-course-fee-table__tbody
  :where(.p-course-fee-table__th, .p-course-fee-table__td) {
  background-color: var(--c-gallery);
  padding: 16px;
}

.p-course-fee-table__tbody .p-course-fee-table__th {
  color: var(--c-lochmara);
}

.p-course-fee-table__tbody .p-course-fee-table__td {
  font-size: 16px;
}

@media (min-width: 769px) {
  .p-course-fee-table__tbody .p-course-fee-table__td {
    font-size: 24px;
  }
}

/* Composite utilities */

.u-text-sm {
  font-size: 14px;
  line-height: 20px;
}

.u-text-lg {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 769px) {
  .u-md-text-base {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Single utilities */

.u-max-w-250 {
  max-width: 1000px;
}

.u-ml-1 {
  margin-left: 4px;
}

.u-mt-4 {
  margin-top: 16px;
}

.u-mt-5 {
  margin-top: 20px;
}

.u-mt-8 {
  margin-top: 32px;
}

.u-mx-auto {
  margin-inline: auto;
}

.u-overflow-x-auto {
  overflow-x: auto;
}

.u-text-alizarin-crimson {
  color: var(--c-alizarin-crimson);
}

.u-underline {
  text-decoration-line: underline;
}

.u-underline-offset-4 {
  text-underline-offset: 4px;
}

/* Single utilities(status) */

@media (hover: hover) {
  .u-hover-underline:hover {
    text-decoration-line: underline;
  }
}

.u-active-underline:active {
  text-decoration-line: underline;
}

.u-focus-underline:focus {
  text-decoration-line: underline;
}

/**/
.footer-external__link {
  display: none;
}

.l-footer-nav__menu-ul {
  text-align: left;
}

.l-nav__li {
  cursor: pointer;
}

@media (max-width: 768px) {
  .l-nav__li ul {
    padding-left: 1em;
  }
}

.p-lesson__data.bg-green span {
  background-color: #d9f9e6 !important;
  color: green !important;
  border-color: green !important;
}

.p-lesson__data--blue-bordered:not(.p-lesson__data--blue-bordered--small) {
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
}
