*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
address,
strong {
  font: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  overflow: auto;
  resize: none;
}

select::-ms-expand {
  display: none;
}

body {
  color: #0c0c0c;
  display: flex;
  font: normal normal normal 1.4rem/1.73 "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
  visibility: hidden;
}

html.wf-active body.is-on {
  visibility: visible;
}

body:not(.t-home) {
  padding-top: 6rem;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

.l-footer {
  position: relative;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

body.is-scroll-end.is-drawer-open .l-footer {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: -webkit-filter .3s .1s;
  transition: filter .3s .1s;
  transition: filter .3s .1s, -webkit-filter .3s .1s;
}

.l-header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity .3s ease, box-shadow .3s ease;
  width: 100%;
  z-index: 999;
}

.t-home .l-header {
  opacity: 1;
}

body.is-scroll-start .l-header {
  box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, .05);
  opacity: 1;
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

body.is-drawer-open .l-main {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: -webkit-filter .3s .1s;
  transition: filter .3s .1s;
  transition: filter .3s .1s, -webkit-filter .3s .1s;
}

.l-wrap {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 6rem);
  width: 100%;
}

.c-accordion__button {
  border: 2px solid #071f61;
  color: #071f61;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.357;
  padding: 1.5rem 4.5rem;
  position: relative;
  transition: background .3s ease, color .3s ease;
  width: 100%;
}

.ua-pc .c-accordion__button:hover {
  background: #071f61;
  color: #fff;
}

.c-accordion__button::before,
.c-accordion__button::after {
  background: currentColor;
  content: "";
  height: 2px;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  width: 1.6rem;
}

.c-accordion__button::before {
  transform: translateY(-50%) rotate(0deg);
  transition: transform .3s ease;
}

.c-accordion__button::after {
  transform: translateY(-50%) rotate(90deg);
  transition: opacity .3s ease;
}

.c-accordion__button.is-on::before {
  transform: translateY(-50%) rotate(-180deg);
}

.c-accordion__button.is-on::after {
  opacity: 0;
}

.c-accordion__button.is-on .c-accordion__button-close {
  display: none;
}

.c-accordion__button:not(.is-on) .c-accordion__button-open {
  display: none;
}

.c-accordion__body {
  display: none;
  margin-top: 2rem;
}

.c-accordion__title {
  color: #071f61;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.357;
}

.c-accordion__title + .c-accordion__text {
  margin-top: 2rem;
}

.c-area {
  padding: 0 1.5rem;
}

.c-article__section {
  padding: 6rem 0;
}

.c-article__hero + .c-article__section {
  padding-top: 5rem;
}

.c-article__hero .mv-area {
  position: relative;
  margin-top: 100px;
}

.c-article__section.-primary-background {
  background: linear-gradient(to right, #071f62, #091b4d);
  color: #fff;
}

.c-article__section.-primary-background .c-primary-title::after {
  background: #fff;
}

.c-article__section.-secondary-background {
  background-color: #e6e9e9;
}

.c-article__section:not([class*=" -"]) + .c-article__section:not([class*=" -"]) {}

.c-form__head {
  background: #071f61;
  color: #fff;
  padding: 1.5rem;
}

.c-form__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.357;
  text-align: center;
}

.c-form__body {
  background: #fff;
  padding: 1.5rem;
}

.c-form__warning2,
.c-form__warning {
  background: #f8e6e6;
  color: #000;
  font-weight: bold;
  padding: 1.5rem;
  text-align: center;
}

.c-form__warning2 {
  background: #bd0a0a;
  color: #fff;
}

.schedule {
  color: #bd0a0a;
}

.c-form__content {
  margin-top: .5rem;
}

.c-form__term {
  align-items: center;
  -webkit-box-align: center;
  display: flex;
}

.c-form__batch {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  height: 2.3rem;
  justify-content: center;
  margin-left: 1rem;
  width: 4rem;
}

.c-form__batch.-must {
  background: #bd0a0a;
}

.c-form__batch.-any {
  background: #838383;
}

.c-form__input,
.c-form__select,
.c-form__textarea {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
  height: auto !important;
  margin: 0 !important;
  max-width: none !important;
  padding: .7rem 1.5rem;
  width: 100% !important;
}

.c-form__input.-small + .c-form__input.-small {
  margin-top: 1rem !important;
}

.c-form__checkbox-input {
  display: none;
}

.c-form__checkbox-label {
  align-items: center;
  -webkit-box-align: center;
  cursor: pointer;
  display: flex !important;
  margin: 0 !important;
  position: relative;
  white-space: normal !important;
}

.c-form__checkbox-label::before {
  background: #838383;
  content: "";
  display: block;
  height: 3rem;
  margin-right: 1rem;
  min-width: 3rem;
  width: 3rem;
}

.c-form__checkbox-label::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  height: 1.4rem;
  left: 1.1rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - .1rem);
  transform: translateY(-50%) rotate(45deg);
  width: .8rem;
}

.c-form__checkbox-input:checked ~ .c-form__checkbox-label::before {
  background: #071f61;
}

.c-form__checkbox-input:checked ~ .c-form__checkbox-label::after {
  opacity: 1;
}

.c-form__select-wrap {
  overflow: hidden;
  position: relative;
}

.c-form__select-wrap::before,
.c-form__select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.c-form__select-wrap::before {
  background: #071f61;
  height: 4.3rem;
  right: 0;
  top: 0;
  width: 3rem;
}

.c-form__select-wrap::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: .5rem .3rem 0 .3rem;
  right: 1.2rem;
  top: 2rem;
}

.c-form__select {
  cursor: pointer;
}

.c-form__desire-date {
  margin-top: 1rem;
  position: relative;
}

.c-form__desire-date::after {
  background: url(../image/home/icon-calendar.png) center/contain no-repeat;
  content: "";
  height: 2rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  width: 1.8rem;
}

.c-form__desire-time {
  margin-top: 1rem;
}

.c-form__agree-checkbox {
  margin-top: 1rem;
}

.c-form__submit {
  margin-top: 3.5rem;
}

.c-form__submit-button:not(:root) {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 2rem;
  margin-top: 2.5rem;
  max-width: none !important;
  text-shadow: none;
  width: 100%;
}

.c-gmap {
  display: block;
  height: 22rem;
  width: 100%;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-grid.-justify-content-start {
  justify-content: flex-start;
}

.c-grid.-justify-content-center {
  justify-content: center;
}

.c-grid.-justify-content-end {
  justify-content: flex-end;
}

.c-grid.-justify-content-space-between {
  justify-content: space-between;
}

.c-grid.-align-items-start {
  align-items: flex-start;
  -webkit-box-align: start;
}

.c-grid.-align-items-center {
  align-items: center;
  -webkit-box-align: center;
}

.c-grid.-align-items-end {
  align-items: flex-end;
  -webkit-box-align: end;
}

.c-grid.-row-reverse {
  flex-direction: row-reverse;
}

.c-grid.-column-reverse {
  flex-direction: column-reverse;
}

.c-grid.-xs-10 {
  margin: -1rem 0 0 -1rem;
}

.c-grid.-xs-10 > .c-grid__item {
  padding: 1rem 0 0 1rem;
}

.c-grid.-xs-20 {
  margin: -2rem 0 0 -2rem;
}

.c-grid.-xs-20 > .c-grid__item {
  padding: 2rem 0 0 2rem;
}

.c-grid.-xs-30 {
  margin: -3rem 0 0 -3rem;
}

.c-grid.-xs-30 > .c-grid__item {
  padding: 1.5rem 0 0 3rem;
}

.c-grid.-xs-40 {
  margin: -4rem 0 0 -4rem;
}

.c-grid.-xs-40 > .c-grid__item {
  padding: 4rem 0 0 4rem;
}

.c-grid.-xs-50 {
  margin: -5rem 0 0 -5rem;
}

.c-grid.-xs-50 > .c-grid__item {
  padding: 5rem 0 0 5rem;
}

.c-grid.-xs-60 {
  margin: -6rem 0 0 -6rem;
}

.c-grid.-xs-60 > .c-grid__item {
  padding: 6rem 0 0 6rem;
}

.c-grid__item.-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.c-grid__item.-xs-2 {
  flex-basis: 16.666%;
  max-width: 16.666%;
}

.c-grid__item.-xs-3 {
  flex-basis: 24.999%;
  max-width: 24.999%;
}

.c-grid__item.-xs-4 {
  flex-basis: 33.332%;
  max-width: 33.332%;
}

.c-grid__item.-xs-5 {
  flex-basis: 41.665%;
  max-width: 41.665%;
}

.c-grid__item.-xs-6 {
  flex-basis: 49.998%;
  max-width: 49.998%;
}

.c-grid__item.-xs-7 {
  flex-basis: 58.331%;
  max-width: 58.331%;
}

.c-grid__item.-xs-8 {
  flex-basis: 66.664%;
  max-width: 66.664%;
}

.c-grid__item.-xs-9 {
  flex-basis: 74.997%;
  max-width: 74.997%;
}

.c-grid__item.-xs-10 {
  flex-basis: 83.33%;
  max-width: 83.33%;
}

.c-grid__item.-xs-11 {
  flex-basis: 91.663%;
  max-width: 91.663%;
}

.c-grid__item.-xs-12 {
  flex-basis: 99.996%;
  max-width: 99.996%;
}

.c-link {
  border-bottom: 1px solid currentColor;
  color: #008ebd;
  transition: border-color .3s ease;
}

.ua-pc .c-link:hover {
  border-color: transparent;
}

.c-link.-map {
  margin-left: 2.4rem;
  position: relative;
}

.c-link.-map::before {
  background: url(../image/home/icon-map.png) center/contain no-repeat;
  content: "";
  height: 2rem;
  left: -2.4rem;
  position: absolute;
  top: calc(50% + .3rem);
  transform: translateY(-50%);
  width: 1.5rem;
}

.c-response-device {
  font-weight: bold;
  text-align: center;
}

.c-response-device__lead {
  background: #fff;
  color: #071f61;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.357;
  padding: .5rem 2rem;
  position: relative;
}

.c-response-device__lead::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: .7rem .7rem 0 .7rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.c-response-device__title {
  font-size: 2.6rem;
  line-height: 1.357;
  margin-top: 1.5rem;
}

.c-response-device__text {
  font-size: 1.3rem;
  margin-top: 1rem;
}

.c-response-device__price {
  margin-top: 2rem;
}

.c-response-device__feature {
  margin: 2rem 0 0;
}

.c-response-device__button {
  margin-top: 2rem;
}

.c-text::before,
.c-text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-text::before {
  margin-top: calc((1 - 1.73) * .5em);
}

.c-text::after {
  margin-bottom: calc((1 - 1.73) * .5em);
}

.c-primary-button {
  background: #fc8403;
  -webkit-box-pack: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.357;
  padding: 2rem 4rem;
  position: relative;
  text-align: left;
  transition: background .3s ease;
}

.ua-pc .c-primary-button:hover {
  background: #fc6103;
}

.c-primary-button::after {
  background: url(../image/common/icon-arrow.png) center/contain no-repeat;
  content: "";
  height: .5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: transform .3s ease;
  width: 1.8rem;
}

.ua-pc .c-primary-button:hover:after {
  transform: translate3d(1rem, -50%, 0);
}

.c-content__title + .c-content__lead {
  margin-top: 3rem;
}

.c-content__lead .center {
  text-align: center;
}

.c-content__lead2 {
  text-align: left;
  margin-top: 3rem;
}

.p-price .c-content__body {
  background-color: #fff;
  padding: 10px 10px 10px 10px;
}

.c-content__head + .c-content__body {
  margin-top: 3rem;
}

.c-content__item + .c-content__item {
  margin-top: 4rem;
}

.c-copyright {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  line-height: 1.357;
  text-align: center;
}

.c-footer-link {
  font-size: 1.2rem;
  line-height: 1.357;
  padding-left: 1.5rem;
  position: relative;
  transition: color .3s ease;
}

.ua-pc .c-footer-link:hover {
  color: #464646;
}

.c-footer-link::before {
  border-color: transparent transparent transparent #0991c9;
  border-style: solid;
  border-width: .2rem 0 .2rem .4rem;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
}

.c-footer {
  background: #0c0c0c;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 2.5rem calc(50vw - 50%) 1.9rem;
  width: 100vw;
}

.c-footer__copyright {
  border-top: 2px solid #d5d5d5;
  margin-top: 1.5rem;
  padding-top: 1.9rem;
}

.c-following {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  background: linear-gradient(45deg, #f60, #f90);
  bottom: 1rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 9rem;
  justify-content: center;
  line-height: 1.357;
  opacity: 0;
  padding-top: .3rem;
  position: fixed;
  right: 1rem;
  text-align: center;
  transition: opacity .3s ease, background-color .3s ease, -webkit-filter .3s;
  transition: opacity .3s ease, background-color .3s ease, filter .3s;
  transition: opacity .3s ease, background-color .3s ease, filter .3s, -webkit-filter .3s;
  width: 9rem;
  z-index: 9;
}

.ua-pc .c-following:hover {
  background-color: #fc6103;
}

body.is-scroll-start:not(.is-scroll-end) .c-following {
  opacity: 1;
}

body.is-drawer-open .c-following {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: opacity .3s ease, background-color .3s ease, -webkit-filter .3s .1s;
  transition: opacity .3s ease, background-color .3s ease, filter .3s .1s;
  transition: opacity .3s ease, background-color .3s ease, filter .3s .1s, -webkit-filter .3s .1s;
}

.c-drawer-button {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 6rem;
  justify-content: center;
  min-width: 6rem;
  position: relative;
  width: 6rem;
}

.c-drawer-button__background {
  background: #0c0c0c;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background .3s ease, -webkit-filter .3s;
  transition: background .3s ease, filter .3s;
  transition: background .3s ease, filter .3s, -webkit-filter .3s;
  width: 100%;
  z-index: -1;
}

.ua-pc .c-drawer-button:hover .c-drawer-button__background {
  background: #071f61;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

body.is-drawer-open .c-drawer-button__background {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: background .3s ease, -webkit-filter .3s .1s;
  transition: background .3s ease, filter .3s .1s;
  transition: background .3s ease, filter .3s .1s, -webkit-filter .3s .1s;
}

.c-drawer-button::before,
.c-drawer-button::after,
.c-drawer-button__line {
  background: #fff;
  height: 2px;
  width: 2.4rem;
}

.c-drawer-button::before,
.c-drawer-button::after {
  content: "";
  transition: transform .3s ease;
}

.c-drawer-button::before {
  transform: translate3d(0, -7px, 0) rotate(0);
}

.c-drawer-button::after {
  transform: translate3d(0, 7px, 0) rotate(0);
}

body.is-drawer-open .c-drawer-button::before {
  transform: translate3d(0, 2px, 0) rotate(45deg);
}

body.is-drawer-open .c-drawer-button::after {
  transform: translate3d(0, -2px, 0) rotate(-45deg);
}

.c-drawer-button__line {
  transition: background .3s ease;
}

body.is-drawer-open .c-drawer-button__line {
  background: transparent;
}

.c-drawer-menu {
  background: rgba(12, 12, 12, .95);
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity .3s ease;
  width: 100vw;
}

body.is-drawer-open .c-drawer-menu {
  opacity: 1;
  pointer-events: auto;
}

.c-global-nav {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100vh;
  overflow-y: scroll;
  padding: 10rem 0 15rem;
}

.c-global-nav__link {
  border-bottom: 1px solid #2b2b2b;
  display: block;
  padding: 1.3rem 0;
  position: relative;
}

.c-global-nav__link::after {
  background: #0991c9;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
  transform-origin: left;
  transition: transform .3s ease;
  width: 100%;
}

.ua-pc .c-global-nav__link:hover::after {
  transform: scale3d(1, 1, 1);
}

.c-header-button:not(:root) {
  align-items: center;
  -webkit-box-align: center;
  height: 6rem;
  font-size: 4vw;
  line-height: 6vw;
  white-space: nowrap;
  padding: 0 7vw 1vw 7vw;
  text-align: center;
}

.c-header-button:not(:root)::after {
  height: .3rem;
  right: 1rem;
  width: 1.2rem;
  display: none;
}

.c-header-button:not(:root).c-primary-button {
  background: linear-gradient(#fc5003 0%, #fc8403 100%);
  border-radius: 10px;
  height: 80px;
  margin: 8px 10px;
  padding: 0;
  transition: all 0.3s ease-out;
  width: 415px;
}

.c-header-button:not(:root).c-primary-button:hover {
  background: #fff;
  border: 3px solid #FC8403;
  border-radius: 10px;
  color: #FC8403;
}

@media screen and (max-width: 959px) {
  .c-header-button:not(:root).c-primary-button {
    height: 48px;
    margin: 6px 6px 6px 15px;
    width: 242px;
  }
}

.c-header-logo {
  max-width: 6.9rem;
  width: 100%;
}

.c-header {
  align-items: center;
  -webkit-box-align: center;
  display: flex;
  margin-right: calc(50% - 50vw);
}

.c-header__logo {
  margin-right: auto;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

body.is-drawer-open .c-header__logo {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: -webkit-filter .3s .1s;
  transition: filter .3s .1s;
  transition: filter .3s .1s, -webkit-filter .3s .1s;
}

.c-header__button {
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

body.is-drawer-open .c-header__button {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: -webkit-filter .3s .1s;
  transition: filter .3s .1s;
  transition: filter .3s .1s, -webkit-filter .3s .1s;
}

.c-primary-table {
  font-size: 1.6rem;
}

.c-primary-table__row {
  border-bottom: 1px solid #d5d5d5;
}

.c-primary-table__term {
  display: block;
  font-size: 1.6rem;
  padding: 2rem 1rem;
  text-align: left;
}

.c-primary-table__desc {
  display: block;
  padding: 0 1.5rem 2rem;
}

.c-secondary-table__row {
  border-bottom: 2px solid #d5d5d5;
}

.c-secondary-table__term {
  color: #071f61;
  font-weight: bold;
  padding: 1.5rem 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.c-secondary-table__desc {
  padding: 1.5rem 0 1.5rem 1.5rem;
  width: 100%;
}

.c-primary-title {
  align-items: center;
  -webkit-box-align: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.357;
  text-align: center;
}

.c-primary-title strong {
  background: #071f61;
  color: #fff;
  font-size: 1.4rem;
  padding: .3rem 1.4rem .6rem;
  margin: 0 0 1.8rem;
}

.c-primary-title::after {
  background: #071f61;
  content: "";
  height: 3px;
  margin-top: 1.2rem;
  width: 5.5rem;
}

.c-primary-title__sub {
  font-size: 1.6rem;
}

.c-primary-title__sub::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.357) * .5em);
  width: 0;
}

.c-primary-title__main {
  font-size: 2.8rem;
}

.c-primary-title__sub + .c-primary-title__main {
  margin-top: .2rem;
}

.c-primary-title__main::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.357) * .5em);
  width: 0;
}

.c-primary-title__sub + .c-primary-title__main::before {
  display: none;
}

.c-primary-title02 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .6rem;
  color: #0019DA;
  margin: 0 0 3rem;
}

@media (min-width: 960px) {
  .c-primary-title02 {
    font-size: 3rem;
    margin: 0 0 4rem;
    letter-spacing: 1rem;
  }
}

.c-secondary-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.357;
  text-align: center;
}

.c-secondary-title::before,
.c-secondary-title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.c-secondary-title::before {
  margin-top: calc((1 - 1.357) * .5em);
}

.c-secondary-title::after {
  margin-bottom: calc((1 - 1.357) * .5em);
}

.c-secondary-title__point {
  font-size: 3.2rem;
}

.p-about {
  background: url(../image/home/about-background.png) center 1rem/contain no-repeat;
}

.p-about__head {
  text-align: center;
}

.p-about__title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 1rem;
  position: relative;
}

.p-about__title::before,
.p-about__title::after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 3.8rem;
  position: absolute;
  width: 1px;
}

.p-about__title::before {
  left: 0;
  transform: rotate(-19deg);
}

.p-about__title::after {
  right: 0;
  transform: rotate(19deg);
}

.p-about__body {
  margin-top: 3rem;
}

.p-about__content {
  margin-top: 2.5rem;
}

.p-about__content-head {
  font-weight: bold;
  line-height: 1.5;
}

.p-about__content-lead {
  font-size: 1.6rem;
}

.p-about__content-title {
  color: #071f61;
  font-size: 3rem;
}

.p-about__content-body {
  margin-top: 2rem;
}

.c-audio.c-article__section {
  padding-top: 5rem;
}

.p-audio {
  background: #fff;
  display: flex;
}

.p-audio__image {
  height: 7rem;
  min-width: 7rem;
  width: 7rem;
}

.p-audio__item {
  margin-left: 1rem;
  width: 100%;
}

.p-audio__title {
  color: #fff;
  text-align: center;
}

.p-audio__item.-before .p-audio__title {
  background: #838383;
}

.p-audio__item.-after .p-audio__title {
  background: #071f61;
}

.p-audio__item .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-audio__item .wrap .btn {
  margin-right: 1rem;
}

.p-audio__item .wrap ul {
  flex: 1;
  width: 100%;
}

.p-audio__item .wrap ul li {
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 .2rem;
}

.p-audio__item .wrap ul li span {
  width: 1rem;
  display: inline-block;
  line-height: 1.2rem;
  padding: .4rem 0 0 0;
  margin-right: .6rem;
}

.p-audio__button {
  align-items: center;
  -webkit-box-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-top: .7rem;
  width: 100%;
}

.p-audio__item.-before .p-audio__button {
  color: #838383;
}

.p-audio__item.-after .p-audio__button {
  color: #071f61;
}

.p-audio__button-icon {
  border: 3px solid currentColor;
  border-radius: 100%;
  height: 5rem;
  margin-bottom: .5rem;
  position: relative;
  width: 5rem;
}

.p-audio__button-icon::before {
  border-color: transparent transparent transparent currentColor;
  border-style: solid;
  border-width: .7rem 0 .7rem 1.3rem;
  content: "";
  left: calc(50% + .1rem);
  position: absolute;
  top: calc(50% + .1rem);
  transform: translate(-50%, -50%);
}

.p-audio__button.is-on .p-audio__button-icon::before {
  border: none;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  height: 1rem;
  left: calc(50%);
  top: calc(50%);
  width: 1rem;
}

.p-audio__button.is-on .p-audio__button-play {
  display: none;
}

.p-audio__button:not(.is-on) .p-audio__button-pause {
  display: none;
}

/* performance */
.c-performance h1 {
  font-size: 4.6vw;
  line-height: 8vw;
  text-align: center;
  letter-spacing: .4vw;
  margin: 0 0 5vw;
  font-weight: 400;
}

.c-performance h1 strong {
  font-weight: 500;
  color: #071d57;
}

.c-performance ul {
  padding: 0 3vw;
}

.c-performance ul li {
  margin: 0 0 1vw;
}

.c-performance ul li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-performance h1 {
    font-size: 2.8rem;
    line-height: 5rem;
    margin: 0 0 3rem;
  }

  .c-performance ul {
    padding: 0 11rem;
  }
}

@media (min-width: 960px) {
  .c-performance {
    padding-bottom: 10rem !important;
  }

  .c-performance h1 {
    font-size: 3rem;
    line-height: 4.8rem;
    letter-spacing: 2px;
    margin: 0 0 3rem;
  }

  .c-performance ul {
    padding: 0 17%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .c-performance ul li {
    width: 40%;
    margin: 0;
  }
}

.p-choose__head {
  align-items: baseline;
  -webkit-box-align: baseline;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.357;
  margin-top: 1.5rem;
}

.p-choose__head2 {
  pointer-events: all;
  position: relative;
  flex-direction: column;
}

.p-choose__head2:after {
  position: absolute;
  right: 0;
  top: .6rem;
  width: 2rem;
  height: 2rem;
  content: "+";
  background: #071f61;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-choose__head2.open:after {
  content: "-";
}

.p-choose__head2 + .p-choose__body {
  display: none;
}

.p-choose__status {
  margin-right: .5rem;
}

.p-choose__name {
  font-size: 2.2rem;
}

.p-choose__body {
  background: #e6e9e9;
  margin-top: 1.5rem;
  padding: 2rem;
}

.p-choose__foot {
  margin-top: 2rem;
}

.p-compare__wrap {
  overflow-x: scroll;
}

.p-compare__table {
  position: relative;
  /* width: 66rem; */
  width: 74rem;
}

.p-compare__table::before {
  border: 3px solid #0991c9;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  /*
  left: 19.4%;
  width: calc(26.8% + 2px);
  */
  left: 22%;
  width: calc(27% + 2px);
}

.p-compare__row:nth-child(n+3) {
  border-top: 2px solid #fff;
}

.p-compare__item-term {
  background: #071f61;
  color: #fff;
  /* font-size: 1.6rem; */
  font-size: 1.4rem;
  font-weight: bold;
  /* padding: 1rem; */
  padding: .4rem 1rem;
  text-align: left;
  /* width: 19%; */
  width: 22%;
}

.p-compare__target-term {
  background: #838383;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  width: 27%;
  padding: .6rem 1rem;
  white-space: nowrap;
}

.p-compare__target-term + .p-compare__target-term {
  border-left: 2px solid #fff;
}

.p-compare__target-term.-gset {
  background: #0991c9;
  /* font-size: 2rem; */
  font-size: 1.6rem;
}

.p-compare__desc {
  background: #e6e9e9;
  /*
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  */
  font-size: 1.2rem;
  padding: .4rem 1.2rem;
  text-align: center;
}

.p-compare__desc span {
  display: block;
  text-align: center;
}

.p-compare__desc span img {
  height: 24px;
  width: auto;
  margin: 0 4px;
}

.p-compare__desc + .p-compare__desc {
  border-left: 2px solid #fff;
}

.p-compare__desc.-gset {
  background: #d2e1eb;
}

.p-compare__swipe {
  background: url(../image/home/icon-swipe.png) left top/2rem 3.3rem no-repeat;
  display: inline-block;
  font-size: 1.2rem;
  left: 50%;
  margin-top: 3rem;
  min-height: 3.3rem;
  padding: .7rem 0 0 3rem;
  position: relative;
  transform: translateX(-50%);
}

.p-compare__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding: 1rem 2rem;
  margin: 0 0 3rem;
  border: 1px solid #071f61;
  color: #071f61;
}

.c-compare__foot-text {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 5rem 0 0;
}

.p-experience-lesson__item {
  background: #e6e9e9;
  padding: 0 1.5rem 2rem;
  position: relative;
  z-index: 0;
}

.p-experience-lesson__item + .p-experience-lesson__item {
  margin-top: 6.5rem;
}

.p-experience-lesson__item + .p-experience-lesson__item::after {
  border-color: #0c0c0c transparent transparent transparent;
  border-style: solid;
  border-width: 2.5rem 2.5rem 0 2.5rem;
  bottom: calc(100% + 2rem);
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-experience-lesson__item dl {
  border: 1px solid #071f62;
  background: #fff;
  margin: 2rem 0 0;
  padding: 1rem;
}

.p-experience-lesson__item dl dt {
  color: #071f62;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.p-experience-lesson__item dl dt:after {
  content: "+";
  position: absolute;
  top: .4rem;
  right: .4rem;
  width: 2rem;
  height: 2rem;
  background: #071f62;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0 .2rem;
  margin: 0 0 0 1rem;
  align-items: center;
}

.p-experience-lesson__item dl dt.open:after {
  content: "-";
  padding: 0 0 .3rem;
}

.p-experience-lesson__item dl dd {
  display: none;
  padding: 1rem;
}

.p-experience-lesson__number {
  bottom: 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 11rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .9;
  position: absolute;
  right: 0;
  z-index: -1;
}

.p-experience-lesson__image {
  margin: 0 -1.5rem;
}

.p-experience-lesson__image img {
  width: 100%;
}

.p-experience-lesson__title {
  color: #071f61;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.357;
  margin-top: 1.5rem;
  text-align: center;
  white-space: nowrap;
}

.p-experience-lesson__text {
  margin-top: 1.5rem;
}

.p-experience-voice {
  background: url(../image/home/experience-voice-background-sp.webp) center/cover;
}

body:not(.ua-ios) .p-experience-voice {
  background-attachment: fixed;
}

.p-experience-voice .c-grid.-m-30 > .c-grid__item {
  margin-bottom: 2rem;
}

.p-experience-voice__item {
  background: #fff;
  margin-bottom: 1.2rem;
  padding: 2rem;
  position: relative;
}

.p-experience-voice__item::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 1.2rem 1rem 0 1rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.p-experience-voice__item .p-experience-voice__comment {
  position: absolute;
  font-size: 1.8rem;
  top: -1.6rem;
  text-align: left;
  display: block;
  left: 3rem;
}

.p-experience-voice__item .p-experience-voice__comment span {
  background: #071f61;
  color: #fff;
  font-weight: bold;
  padding: 0 0 .2rem;
}

.p-hero {
  position: relative;
  padding: 0;
  background: none;
  height: auto;
}

/*
.p-hero.p-hero_ver01 {
  background: url(../image/home/hero-background-sp_12.png) right bottom/cover;
    height: 150vw;
    padding: 1.5rem 1.5rem 0;
    position: relative;
}

.p-hero.p-hero_ver02 {
  position: relative;
  padding: 0;
  background: none;
  height: auto;
}
.c-article__hero.p-hero.p-hero_ver01.abtest {
  background: url(../image/home/hero-background-sp_13.png) right bottom/cover;
  height: 153vw;
  padding: 1.5rem 1.5rem 0;
  position: relative;
}
.c-article__hero.p-hero.p-hero_ver02.abtest-a {
  background: url(../image/home/hero-background-sp_15a.jpg) right bottom/cover;
  height: 150vw;
}
.c-article__hero.p-hero.p-hero_ver02.abtest-b {
  background: url(../image/home/hero-background-sp_16.png) right bottom/cover;
  height: 150vw;
}
.p-hero.p-hero_test2 {
  background: url(../image/home/hero-background-sp_22c.png) right bottom/cover;
    height: 150vw;
    padding: 1.5rem 1.5rem 0;
    position: relative;
}
*/

.p-hero.p-hero_test {
  position: relative;
  padding: 0;
  background: none;
  height: auto;
}

.p-hero .mv-sp {
  display: block;
}

.p-hero .mv-pc {
  display: none;
}

.p-hero p img {
  max-width: 100%;
}

.p-hero img {
  width: 100%;
}

.c-article__hero .mv-area .mv-btn-sp {
  width: 94.7%;
  position: absolute;
  bottom: 3.2%;
  left: 2.6%;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  opacity: 1;
  display: none;
}

.c-article__hero .mv-area .mv-btn-sp:hover {
  opacity: 0.6;
}


.p-hero__logo {
  max-width: 19.7rem;
  width: 20.8vw;
}

.p-hero__title {
  margin: .3rem 0 0 -.5rem;
}

.p-hero__catch {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.mv-btn_lesson {
  text-align: center;
}

.mv-btn_lesson .c-response-device__button {
  margin: 0;
  padding: 3vw 0 3.1vw;
}

.mv-btn_lesson .c-response-device__button a {
  max-width: unset;
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
  font-size: 2.8vw;
  padding: 3vw 9vw 3.2vw 5vw;
  line-height: 4vw;
}

.mv-btn_lesson .c-response-device__button a:after {
  height: 1.4vw;
  right: 3vw;
  width: 3vw;
}

.p-media {
  padding: 4rem 0;
  margin: 0 0 4rem;
}

.p-media__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.357;
  text-align: center;
}

.p-media__title::before,
.p-media__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-media__title::before {
  margin-top: calc((1 - 1.357) * .5em);
}

.p-media__title::after {
  margin-bottom: calc((1 - 1.357) * .5em);
}

.p-media__body {
  margin-top: 2rem;
}

.p-media__list {
  -webkit-box-pack: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1rem 0 0 -1rem;
}

.p-media__list-item {
  padding: 1rem 0 0 1rem;
  width: 33.333%;
}

.p-price {
  background: url(../image/home/price-background-sp.webp) center/cover;
  color: #fff;
}

body:not(.ua-ios) .p-price {
  background-attachment: fixed;
}

.p-price .c-primary-title::after {
  background: #fff;
}

.p-price__title {
  border-bottom: 1px solid currentColor;
  border-top: 1px solid currentColor;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.357;
  padding: 1rem 0;
  text-align: center;
}

.p-price__price {
  font-weight: bold;
  line-height: 1;
  margin-top: 1rem;
  text-align: center;
}

.p-price__price-text {
  font-size: 1.8rem;
  color: #0c0c0c;
  margin-bottom: 0.7rem;
  display: inline-block;
}

span.p-price__price-text-dot {
  position: relative;
}

span.p-price__price-text-dot::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #0c0c0c;
  position: absolute;
  left: 40%;
  top: 0;
}

.p-price__price-number {
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  margin-left: -.5rem;
  color: #3591c9;
}

.p-price__price-yen {
  font-size: 1.6rem;
  margin-left: .5rem;
  color: #3591c9;
}

.p-price__price-tax {
  font-size: 1rem;
  color: #3591c9;
}

.p-price__check {
  background: #e6e9e9;
  color: #0c0c0c;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.357;
  margin-top: 1.5rem;
  padding: .8rem 2rem;
}

.p-price__check-item {
  padding-left: 2rem;
  position: relative;
  margin: 1rem 0;
}

/*
.p-price__check-item + .p-price__check-item {
  margin-top: 1rem;
}
*/
.p-price__check-item::before {
  border-bottom: 4px solid #071f61;
  border-right: 4px solid #071f61;
  content: "";
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: .3rem;
  transform: rotate(45deg);
  width: .9rem;
}

.p-problem {}

.p-problem__body {
  background: url(../image/home/problem-background-sp_02.webp) center bottom/cover;
  margin: 0 calc(50% - 50vw);
  padding: 6rem calc(50vw - 50%) 20vw;
  position: relative;
  width: 100vw;
}

.p-problem__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.357;
  text-align: center;
}

.p-problem__title::before,
.p-problem__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-problem__title::before {
  margin-top: calc((1 - 1.357) * .5em);
}

.p-problem__title::after {
  margin-bottom: calc((1 - 1.357) * .5em);
}

.p-problem__title-accent {
  color: #091c52;
  font-size: 3.2rem;
}

.p-problem__check {
  margin-top: 2.5rem;
}

.p-problem__check-item {
  border-bottom: 2px solid #d5d5d5;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0 1rem 5rem;
  position: relative;
}

.p-problem__check-item::before,
.p-problem__check-item::after {
  content: "";
  position: absolute;
}

.p-problem__check-item::before {
  background: #0991c9;
  height: 3rem;
  left: 0;
  top: .9rem;
  width: 3rem;
}

.p-problem__check-item::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 1.1rem;
  left: 1.2rem;
  top: 1.8rem;
  transform: rotate(45deg);
  width: .6rem;
}

.p-problem__foot {
  background: linear-gradient(to right, #071f62, #091b4d);
  margin: -14vw calc(50% - 50vw) 0;
  padding: 23vw calc(50vw - 50%) 3.5rem;
  width: 100vw;
}

.p-problem__outro {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.p-problem__outro-point {
  background: #fff;
  color: #071f61;
  display: inline-block;
  font-size: 2.4rem;
  margin: .8rem 0;
  padding: .5rem 1rem;
}

.p-staff__image {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.p-staff__content {
  margin-top: 2rem;
}

.p-staff__head {
  align-items: baseline;
  -webkit-box-align: baseline;
  color: #071f61;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}

.p-staff__status {
  font-size: 1.6rem;
  margin-right: .5rem;
}

.p-staff__name {
  font-size: 2.4rem;
}

.p-staff__body {
  margin-top: 1.2rem;
}

.p-staff__note {
  color: #838383;
}

.p-staff__text {
  margin-top: 1.7rem;
}

.c-history .p-lesson-content__item.textbook {
  float: none;
  width: 100%;
}

.c-history .c-history__body {
  background: #fff;
  padding: 3rem 4rem 2rem;
}

.c-history .c-history__body .js-accordion {
  background: #fff;
}

.c-history .c-history__body .js-accordion:hover {
  background: #071f61;
}

.c-history .c-history__body p {
  margin: 0 0 2rem;
}

.c-history .c-history__body p.c-history__name {
  text-align: right;
  margin: 3rem 0 2rem;
  font-size: 2rem;
}

.c-history .c-history__title {
  background: #0991c9;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  line-height: 4rem;
  font-weight: 600;
  padding: 2rem 0;
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .c-history .c-history__body {
    padding: 1.4rem 2rem .4rem;
  }

  .c-history .c-history__body p {
    margin: 0 0 2rem;
  }

  .c-history .c-history__body p.c-history__name {
    font-size: 1.4rem;
  }

  .c-history .c-history__title {
    font-size: 2rem;
    line-height: 3rem;
    padding: 1.4rem 0;
  }

  .c-history .p-lesson__foot-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 2.4rem 0 1.4rem;
  }

  .c-compare__foot-text {
    font-size: 4.8vw;
  }
}

.p-trainer__lead {
  font-size: 2rem;
  font-weight: bold;
}

.p-trainer__lead::before,
.p-trainer__lead::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-trainer__lead::before {
  margin-top: calc((1 - 1.73) * .5em);
}

.p-trainer__lead::after {
  margin-bottom: calc((1 - 1.73) * .5em);
}

.p-trainer__lead-point {
  font-size: 3.4rem;
  line-height: 1;
}

.p-trainer__head-text {
  margin-top: 2rem;
}

.p-trainer__head-text.textbook {
  margin-top: 2.5rem;
}

.p-trainer__body {
  margin-top: 4rem;
}

.p-trainer__content {
  margin-top: 4rem;
}

.p-trainer__title {
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  color: #071f61;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 2rem;
  position: relative;
  text-align: center;
}

.p-trainer__title::before,
.p-trainer__title::after {
  border-bottom: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.p-trainer__title::before {
  left: 0;
}

.p-trainer__title::after {
  right: 0;
}

.p-trainer__list {
  margin-top: 3rem;
}

.p-trainer__item dl {
  border: 1px solid #071f62;
  background: #fff;
  margin: 1rem 0 0;
  padding: 1rem;
}

.p-trainer__item dl dt {
  color: #071f62;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.p-trainer__item dl dt:after {
  content: "+";
  position: absolute;
  top: .4rem;
  right: .4rem;
  width: 2rem;
  height: 2rem;
  background: #071f62;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0 .2rem;
  margin: 0 0 0 1rem;
  align-items: center;
}

.p-trainer__item dl dt.open:after {
  content: "-";
  padding: 0 0 .3rem;
}

.p-trainer__item dl dd {
  display: none;
  padding: 1rem;
}

.p-trainer__item-image {
  text-align: center;
}

.p-trainer__item-name {
  color: #071f61;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.357;
  margin-top: 1.5rem;
  text-align: center;
}

.p-trainer__item-text {
  margin-top: 1.5rem;
}

.p-trainer__item-translation {
  margin-top: 2rem;
}

/*
.p-voice {
  background: .3rem .3rem / .7rem .7rem;
  background-image: linear-gradient(90deg, #f2f2f2 1px, transparent 1px, transparent .7rem), linear-gradient(#f2f2f2 1px, transparent 1px, transparent .7rem);
}
*/

.p-voice {
  padding: 0 0 6rem !important;
}

.p-voice__item {
  background: #fff;
  border: 2px solid #d5d5d5;
  padding: 1.5rem;
  position: relative;
}

.p-voice__item::before,
.p-voice__item::after {
  background: url(../image/home/icon-voice.png) left top/1.5rem 1.2rem no-repeat #fff;
  content: "";
  height: 1.8rem;
  position: absolute;
  width: 2.1rem;
}

.p-voice__item::before {
  left: -2px;
  top: -2px;
}

.p-voice__item::after {
  bottom: -2px;
  right: -2px;
  transform: rotate(180deg);
}

.p-voice__item .p-voice__comment {
  position: absolute;
  right: 1rem;
  top: -2rem;
  background: #071f61;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 .3rem;
}

.p-voice__item .p-voice__comment:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 19px 0 5px;
  border-color: #071f61 transparent transparent transparent;
  top: 3.2rem;
  right: 3rem;
  z-index: 0;
}

.p-voice__head {
  align-items: baseline;
  -webkit-box-align: baseline;
  color: #071f61;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.5;
}

.p-voice__history {
  width: 100%;
}

.p-voice__name {
  font-size: 1.8rem;
}

.p-voice__status {
  font-size: 1.2rem;
}

.p-voice__body {
  margin-top: 1rem;
}

.p-voice__body .sup {
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #666;
  margin: 1rem 0 0;
}

.p-voice .c-grid.-m-30 > .c-grid__item {
  margin: 0 0 3rem;
}

.p-lesson-content {
  padding: 5rem 0 5rem 4.5rem;
  position: relative;
  z-index: 0;
}

.p-lesson-content__arrow {
  border: 2rem solid #b3b3b3;
  height: 100%;
  left: .5rem;
  position: absolute;
  top: 0;
  width: calc(5.5rem + ((100% - 5.5rem) / 2));
  z-index: -1;
}

.p-lesson-content__arrow-text {
  background: url(../image/home/icon-training.png) center 4rem/3rem no-repeat #e6e9e9;
  font-size: 2.2rem;
  font-weight: bold;
  left: -2.5rem;
  line-height: 3rem;
  padding: 9rem 0 4rem;
  position: absolute;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ua-safari .p-lesson-content__arrow-text-number {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.p-lesson-content__item {
  background: #fff;
  padding: 0 1.5rem 1.5rem;
}

.p-lesson-content__item + .p-lesson-content__item {
  margin-top: 6rem;
  position: relative;
}

.p-lesson-content__item + .p-lesson-content__item::before,
.p-lesson-content__item + .p-lesson-content__item::after {
  bottom: 100%;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-lesson-content__item + .p-lesson-content__item::before {
  background: #e6e9e9;
  height: 4rem;
  width: 5rem;
}

.p-lesson-content__item + .p-lesson-content__item::after {
  border-color: #b3b3b3 transparent transparent transparent;
  border-style: solid;
  border-width: 4rem 2.5rem 0 2.5rem;
}

.p-lesson-content__day {
  background: #071f61;
  color: #fff;
  font-size: 1.5rem;
  margin: 0 -1.5rem;
  padding: .3rem 0 .4rem;
  text-align: center;
}

.p-lesson-content__wrap {
  margin-top: 1.5rem;
}

.p-lesson-content__image img {
  width: 100%;
}

.p-lesson-content__head {
  color: #071f61;
  font-weight: bold;
}

.p-lesson-content__title {
  font-size: 2rem;
  line-height: 1.357;
}

.p-lesson-content__title-time {
  font-size: 1.4rem;
  margin-top: .8rem;
}

.p-lesson-content__body {
  margin-top: 1.2rem;
}

.p-lesson-content__text {
  margin-top: 1rem;
}

.p-lesson-content__note {
  color: #626262;
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
}

.p-lesson-content__text + .p-lesson-content__note {
  margin-top: .5rem;
}

.p-lesson__foot {
  margin-top: 6rem;
  display: inline-block;
  width: 100%;
}

.p-lesson__foot-text {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.p-lesson__foot-text::before,
.p-lesson__foot-text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-lesson__foot-text::before {
  margin-top: calc((1 - 1.73) * .5em);
}

.p-lesson__foot-text::after {
  margin-bottom: calc((1 - 1.73) * .5em);
}

.p-skill-title-s-box {
  font-weight: bold;
  line-height: 1.357;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

span.p-skill-title-s {
  display: inline;
  border-bottom: 2px solid #0c0c0c;
  padding-bottom: 3px;
  line-height: 31px;
}

.p-skill-title {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.357;
  text-align: center;
}

.p-skill-title::before,
.p-skill-title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-skill-title::before {
  margin-top: calc((1 - 1.357) * .5em);
}

.p-skill-title::after {
  margin-bottom: calc((1 - 1.357) * .5em);
}

.p-skill-title__point {
  font-size: 2.6rem;
}

.p-skill-title__small {
  font-size: 1.8rem;
}

.p-skill__lead {
  margin-top: 4rem;
}

.p-skill__body {
  margin-top: 3.5rem;
}

.p-skill__name {
  color: #071f61;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.357;
  margin-top: 1.5rem;
  text-align: center;
}

.p-skill__text {
  margin-top: 1.5rem;
}

.p-studio-info__title {
  color: #071f61;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.357;
}

.p-studio-info__title::before,
.p-studio-info__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.p-studio-info__title::before {
  margin-top: calc((1 - 1.357) * .5em);
}

.p-studio-info__title::after {
  margin-bottom: calc((1 - 1.357) * .5em);
}

.p-studio-info__title-icon {
  background: #bd0a0a;
  color: #fff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  margin-left: 1.5rem;
  padding: .2rem 1.1rem;
  transform: translateY(-.3rem);
}

.p-studio-info__body {
  margin-top: .5rem;
}

.p-studio-slider {
  padding-bottom: 2rem;
}

.p-studio-slider__arrow {
  background: url(../image/common/icon-arrow.png) center/2rem .6rem no-repeat #071f61;
  bottom: 1rem;
  height: 4.5rem;
  left: auto;
  top: auto;
  width: 4.5rem;
}

.p-studio-slider__arrow.-prev {
  right: 4.7rem;
  transform: scale(-1, 1);
}

.p-studio-slider__arrow.-next {
  right: .1rem;
}

.p-studio-slider__arrow::after {
  display: none;
}

.p-studio-slider__pagination:not(:root) {
  bottom: 0;
  -webkit-box-pack: center;
  display: flex;
  justify-content: center;
}

.p-studio-slider__pagination:not(:root) .swiper-pagination-bullet {
  background: #838383;
  border-radius: 0;
  height: 2px;
  outline: none;
  width: 2rem;
}

.p-studio-slider__pagination:not(:root) .swiper-pagination-bullet-active {
  background: #0991c9;
}

.p-studio__info {
  margin-top: 3rem;
}

.p-studio__map {
  margin: 4rem calc(50% - 50vw) -6rem;
  width: 100vw;
}

.u-color-main {
  color: #071f61;
}

.u-color-accent {
  color: #fcf303;
}

.u-color-point {
  color: #bd0a0a;
}

.u-display-block {
  display: block;
}

.u-display-inlineblock {
  display: inline-block;
}

.u-display-inline {
  display: inline-block;
}

.u-display-none {
  display: none;
}

.u-hover-opacity {
  cursor: pointer;
  display: block;
  transition: opacity .3s ease;
}

.ua-pc .u-hover-opacity:hover {
  opacity: .5;
}

.u-lineheight-loose {
  line-height: 2.5;
}

.u-lineheight-loose::before,
.u-lineheight-loose::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.u-lineheight-loose::before {
  margin-top: calc((1 - 2.5) * .5em);
}

.u-lineheight-loose::after {
  margin-bottom: calc((1 - 2.5) * .5em);
}

.u-lineheight-base {
  line-height: 1.73;
}

.u-lineheight-base::before,
.u-lineheight-base::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.u-lineheight-base::before {
  margin-top: calc((1 - 1.73) * .5em);
}

.u-lineheight-base::after {
  margin-bottom: calc((1 - 1.73) * .5em);
}

.u-lineheight-tight {
  line-height: 1.357;
}

.u-lineheight-tight::before,
.u-lineheight-tight::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.u-lineheight-tight::before {
  margin-top: calc((1 - 1.357) * .5em);
}

.u-lineheight-tight::after {
  margin-bottom: calc((1 - 1.357) * .5em);
}

.u-bold {
  font-weight: bold;
}

.u-marker {
  background: linear-gradient(transparent 65%, #fcf303 35%);
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-position-relative {
  position: relative;
}

.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-underline {
  border-bottom: 2px solid currentColor;
}

@media (max-width: 1499px) {
  .u-hide-max-xl {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .u-hide-max-l {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .u-hide-max-m {
    display: none !important;
  }

  .c-article__section:last-child {
    padding-bottom: 10rem;
  }

  .c-secondary-table.-company .c-secondary-table__term {
    width: 35%;
  }

  .c-secondary-table.-company .c-secondary-table__desc {
    width: 65%;
  }

  .p-compare__wrap {
    overflow-x: auto;
  }

  .p-compare__title {
    font-size: 1.8rem;
    padding: .6rem 2rem;
    margin: 3rem 0 2rem;
  }

  .c-compare.c-article__section {
    padding-top: 5rem;
  }
}

@media (max-width: 559px) {
  .u-hide-max-s {
    display: none !important;
  }

  .p-trainer__image {
    margin: 0 -1.5rem;
  }
}

@media (max-width: 374px) {
  .u-hide-max-xs {
    display: none !important;
  }
}

@media (min-width: 375px) {
  .u-hide-min-xs {
    display: none !important;
  }

  .c-header-button:not(:root) {
    box-sizing: border-box;
    line-height: 1.357;
    font-size: 1.5rem;
    padding: 0 3.5rem;
  }

  .p-price__price-number {
    font-size: 4.6rem;
  }

  .p-problem__outro-point {
    padding: .5rem 2rem;
  }
}

@media (min-width: 560px) {
  .u-hide-min-s {
    display: none !important;
  }

  .c-area {
    margin: 0 auto;
    max-width: 56rem;
    padding: 0 3rem;
  }

  .c-area.-large {
    max-width: none;
  }

  .c-form__submit-button:not(:root) {
    font-size: 2.6rem;
    max-width: 56rem !important;
    padding: 3.5rem 6rem;
  }

  .c-form__submit-button:not(:root)::before {
    height: .6rem;
    right: 2rem;
    width: 2.1rem;
  }

  .c-grid.-s-10 {
    margin: -1rem 0 0 -1rem;
  }

  .c-grid.-s-10 > .c-grid__item {
    padding: 1rem 0 0 1rem;
  }

  .c-grid.-s-20 {
    margin: -2rem 0 0 -2rem;
  }

  .c-grid.-s-20 > .c-grid__item {
    padding: 2rem 0 0 2rem;
  }

  .c-grid.-s-30 {
    margin: -3rem 0 0 -3rem;
  }

  .c-grid.-s-30 > .c-grid__item {
    padding: 3rem 0 0 3rem;
  }

  .c-grid.-s-40 {
    margin: -4rem 0 0 -4rem;
  }

  .c-grid.-s-40 > .c-grid__item {
    padding: 4rem 0 0 4rem;
  }

  .c-grid.-s-50 {
    margin: -5rem 0 0 -5rem;
  }

  .c-grid.-s-50 > .c-grid__item {
    padding: 5rem 0 0 5rem;
  }

  .c-grid.-s-60 {
    margin: -6rem 0 0 -6rem;
  }

  .c-grid.-s-60 > .c-grid__item {
    padding: 6rem 0 0 6rem;
  }

  .c-grid__item.-s-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .c-grid__item.-s-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .c-grid__item.-s-3 {
    flex-basis: 24.999%;
    max-width: 24.999%;
  }

  .c-grid__item.-s-4 {
    flex-basis: 33.332%;
    max-width: 33.332%;
  }

  .c-grid__item.-s-5 {
    flex-basis: 41.665%;
    max-width: 41.665%;
  }

  .c-grid__item.-s-6 {
    flex-basis: 49.998%;
    max-width: 49.998%;
  }

  .c-grid__item.-s-7 {
    flex-basis: 58.331%;
    max-width: 58.331%;
  }

  .c-grid__item.-s-8 {
    flex-basis: 66.664%;
    max-width: 66.664%;
  }

  .c-grid__item.-s-9 {
    flex-basis: 74.997%;
    max-width: 74.997%;
  }

  .c-grid__item.-s-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
  }

  .c-grid__item.-s-11 {
    flex-basis: 91.663%;
    max-width: 91.663%;
  }

  .c-grid__item.-s-12 {
    flex-basis: 99.996%;
    max-width: 99.996%;
  }

  .c-primary-button {
    margin: 0 auto;
    max-width: 80rem;
  }
}


@media (min-width: 960px) {
  .c-article__hero + .c-article__section {
    padding-top: 8rem;
  }

  .u-hide-min-m {
    display: none !important;
  }

  body {
    font-size: 1.6rem;
  }

  body:not(.t-home) {
    padding-top: 10rem;
  }

  .l-wrap {
    min-height: calc(100vh - 10rem);
  }

  .c-accordion__button {
    font-size: 1.8rem;
    padding: 1.5rem 5rem;
  }

  .c-accordion__button::before,
  .c-accordion__button::after {
    right: 1.8rem;
  }

  .c-accordion__title {
    font-size: 2.4rem;
  }

  .c-area {
    max-width: 126rem;
  }

  .c-article__section {
    padding: 12rem 0;
  }

  .c-article__section:not([class*=" -"]) + .c-article__section:not([class*=" -"]) {
    margin-top: 0;
  }

  .c-form__head {
    padding: 4.5rem 0;
  }

  .c-form__title {
    font-size: 5rem;
  }

  .c-form__body {
    padding: 5rem 9rem 6rem;
  }

  .c-form__warning2,
  .c-form__warning {
    font-size: 2.4rem;
    line-height: 1.357;
    padding: 2.5rem 0;
  }

  .c-form__content {
    margin-top: 2rem;
  }

  .c-form__term {
    justify-content: flex-end;
  }

  .c-form__batch {
    font-size: 1.4rem;
    height: 2.6rem;
    margin-left: 1.5rem;
    width: 4.6rem;
  }

  .c-form__checkbox-label::before {
    margin-right: 2rem;
  }

  .c-form__select-wrap::before {
    height: 4.7rem;
  }

  .c-form__select-wrap::after {
    top: 2.3rem;
  }

  .c-form__desire-date::after {
    top: 1.4rem;
  }

  .c-form__agree-checkbox {
    margin-top: 2rem;
  }

  .c-form__submit-text {
    text-align: center;
  }

  .c-gmap {
    height: 52rem;
  }

  .c-grid.-m-10 {
    margin: -1rem 0 0 -1rem;
  }

  .c-grid.-m-10 > .c-grid__item {
    padding: 1rem 0 0 1rem;
  }

  .c-grid.-m-20 {
    margin: -2rem 0 0 -2rem;
  }

  .c-grid.-m-20 > .c-grid__item {
    padding: 2rem 0 0 2rem;
  }

  .c-grid.-m-30 {
    margin: -3rem 0 0 -3rem;
  }

  .c-grid.-m-30 > .c-grid__item {
    padding: 3rem 0 0 3rem;
  }

  .c-grid.-m-40 {
    margin: -4rem 0 0 -4rem;
  }

  .c-grid.-m-40 > .c-grid__item {
    padding: 4rem 0 0 4rem;
  }

  .c-grid.-m-50 {
    margin: -5rem 0 0 -5rem;
  }

  .c-grid.-m-50 > .c-grid__item {
    padding: 5rem 0 0 5rem;
  }

  .c-grid.-m-60 {
    margin: -6rem 0 0 -6rem;
  }

  .c-grid.-m-60 > .c-grid__item {
    padding: 6rem 0 0 6rem;
  }

  .c-grid__item.-m-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .c-grid__item.-m-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .c-grid__item.-m-3 {
    flex-basis: 24.999%;
    max-width: 24.999%;
  }

  .c-grid__item.-m-4 {
    flex-basis: 33.332%;
    max-width: 33.332%;
  }

  .c-grid__item.-m-5 {
    flex-basis: 41.665%;
    max-width: 41.665%;
  }

  .c-grid__item.-m-6 {
    flex-basis: 49.998%;
    max-width: 49.998%;
  }

  .c-grid__item.-m-7 {
    flex-basis: 58.331%;
    max-width: 58.331%;
  }

  .c-grid__item.-m-8 {
    flex-basis: 66.664%;
    max-width: 66.664%;
  }

  .c-grid__item.-m-9 {
    flex-basis: 74.997%;
    max-width: 74.997%;
  }

  .c-grid__item.-m-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
  }

  .c-grid__item.-m-11 {
    flex-basis: 91.663%;
    max-width: 91.663%;
  }

  .c-grid__item.-m-12 {
    flex-basis: 99.996%;
    max-width: 99.996%;
  }

  .c-response-device__lead {
    font-size: 2.6rem;
    padding: 1.2rem 3rem;
  }

  .c-response-device__lead::after {
    border-width: 2rem 1.7rem 0 1.7rem;
  }

  .c-response-device__title {
    font-size: 5rem;
    margin-top: 3.5rem;
  }

  .c-response-device__text {
    font-size: 2.4rem;
  }

  .c-response-device__price {
    margin-top: 3.5rem;
  }

  .c-response-device__feature {
    margin: 4.5rem 0 0;
  }

  .c-response-device__button {
    margin-top: 5rem;
  }

  .c-primary-button {
    font-size: 4rem;
    padding: 4.8rem 7rem;
  }

  .c-primary-button::after {
    height: .8rem;
    right: 3rem;
    width: 3rem;
  }

  .c-content__lead {
    text-align: center;
  }

  .c-content__title + .c-content__lead {
    margin-top: 4rem;
  }

  .c-content__lead2 {
    text-align: center;
    margin-top: 5rem;
  }

  .p-price .c-content__body {
    padding: 20px 40px 40px 40px;
  }

  .c-content__head + .c-content__body {
    margin-top: 6rem;
  }

  .c-content__item + .c-content__item {
    margin-top: 6rem;
  }

  .c-copyright {
    font-size: 1.4rem;
  }

  .c-footer-link {
    font-size: 1.4rem;
  }

  .c-footer {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 2.4rem calc(50vw - 50%);
  }

  .c-footer__copyright {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .c-drawer-button {
    height: 10rem;
    min-width: 10rem;
    width: 10rem;
  }

  .c-drawer-button::before,
  .c-drawer-button::after,
  .c-drawer-button__line {
    width: 2.9rem;
  }

  .c-drawer-button::before {
    transform: translate3d(0, -12px, 0) rotate(0);
  }

  .c-drawer-button::after {
    transform: translate3d(0, 12px, 0) rotate(0);
  }

  .c-global-nav {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    font-size: 2.4rem;
    overflow-y: auto;
    padding: 0;
  }

  .c-global-nav__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3rem;
  }

  .c-global-nav__item {
    padding-left: 3rem;
    width: 50%;
  }

  .c-global-nav__link {
    padding: 2rem 0;
  }

  .c-header-button:not(:root) {
    height: 10rem;
    font-size: 2.4rem;
    padding: 0 6.5rem .6rem 6.5rem;
  }

  .c-header-button:not(:root)::after {
    height: .5rem;
    right: 2rem;
    width: 2rem;
    display: none;
  }

  .c-header-logo {
    max-width: 13.5rem;
  }

  .c-primary-table {
    font-size: 1.8rem;
  }

  .c-primary-table__term {
    display: table-cell;
    font-size: 2rem;
    padding: 3rem 1rem;
    vertical-align: top;
    white-space: nowrap;
  }

  .c-primary-table__desc {
    display: table-cell;
    padding: 3rem 3rem 3rem 2rem;
    width: 100%;
  }

  .c-secondary-table__term {
    padding: 2.5rem 0;
  }

  .c-secondary-table__desc {
    padding: 2.5rem 0 2.5rem 4rem;
  }

  .c-primary-title::after {
    height: 5px;
    margin-top: 2.3rem;
    width: 7.5rem;
  }

  .c-primary-title strong {
    font-size: 2rem;
    padding: .6rem 2rem .8rem;
  }

  .c-primary-title__sub {
    font-size: 2rem;
  }

  .c-primary-title__main {
    font-size: 5rem;
  }

  .c-secondary-title {
    font-size: 5rem;
  }

  .c-secondary-title__point {
    font-size: 6rem;
  }

  .p-about {
    background-position: center 2rem;
  }

  .p-about__title {
    font-size: 3.6rem;
    padding: 0 3rem;
  }

  .p-about__title::before,
  .p-about__title::after {
    height: 8.7rem;
    width: 2px;
  }

  .p-about__body {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 4.5rem;
    margin-bottom: 5.5rem;
  }

  .p-about__image {
    width: 50%;
  }

  .p-about__content {
    margin: 0 6rem 0 0;
    width: 50%;
  }

  .p-about__content-lead {
    font-size: 2.6rem;
  }

  .p-about__content-title {
    font-size: 5.6rem;
    margin-top: .5rem;
  }

  .p-about__content-body {
    margin-top: 2.5rem;
  }

  .p-audio {}

  .p-audio__image {
    height: 14rem;
    min-width: 14rem;
    width: 14rem;
  }

  .p-audio__item {
    margin-left: 2rem;
  }

  .p-audio__item .wrap {
    display: block;
  }

  .p-audio__item .wrap .btn {
    margin: 1.3rem 0;
  }

  .p-audio__item .wrap ul {
    border-top: 1px solid #e2e2e2;
  }

  .p-audio__item .wrap ul li {
    font-size: 1.5rem;
    padding: .4rem 0 .6rem;
  }

  .p-audio__item .wrap ul li span {
    width: 1.5rem;
  }

  .p-audio__title {
    font-size: 1.8rem;
  }

  .p-audio__button {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1.3rem;
  }

  .p-audio__button-icon {
    border-radius: 50%;
    border-width: 5px;
    height: 8rem;
    margin-bottom: 1rem;
    width: 8rem;
  }

  .p-audio__button-icon::before {
    border-width: 1rem 0 1rem 1.8rem;
    left: calc(50% + .2rem);
  }

  .p-audio__button.is-on .p-audio__button-icon::before {
    border-width: 5px;
    height: 1.6rem;
    width: 1.6rem;
  }

  .c-grid__item:nth-child(n+3) .p-choose {
    padding-top: 2rem;
  }

  .p-choose__head {
    margin-top: 2.5rem;
  }

  .p-choose__head2 {
    pointer-events: none;
    flex-direction: unset;
  }

  .p-choose__head2:after {
    display: none;
  }

  .p-choose__head2 + .p-choose__body {
    display: block;
  }

  .p-choose__status {
    font-size: 2rem;
  }

  .p-choose__name {
    font-size: 2.6rem;
  }

  .p-choose__name.history_indention {
    margin: auto 0;
    margin-left: 20px;
  }

  .p-choose__body {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    padding: 3rem;
  }

  .p-choose__foot {
    margin-top: 3rem;
  }

  .p-compare__table {
    width: 100%;
  }

  .p-compare__table::before {
    border-width: 5px;
    width: calc(27.2% + 2px);
  }

  .p-compare__item-term {
    font-size: 2rem;
    padding: 1.2rem 2rem;
    line-height: 3rem;
  }

  .p-compare__target-term {
    font-size: 2rem;
    padding: 1.5rem;
    white-space: unset;
  }

  .p-compare__target-term.-gset {
    font-size: 3rem;
  }

  .p-compare__desc {
    font-size: 1.5rem;
    /* padding: 2.5rem 2.4rem */
    ;
    padding: 1.2rem 2rem;
  }

  .p-experience-lesson {
    display: flex;
  }

  .p-experience-lesson__item {
    padding: 0 3rem 3rem;
    width: 33.333%;
  }

  .p-experience-lesson__item + .p-experience-lesson__item {
    margin: 0 0 0 3rem;
  }

  .p-experience-lesson__item + .p-experience-lesson__item::after {
    border-color: transparent transparent transparent #0c0c0c;
    border-width: 1.2rem 0 1.2rem 1.2rem;
    bottom: 50%;
    left: auto;
    right: calc(100% + .8rem);
    transform: translateY(50%);
  }

  .p-experience-lesson__number {
    font-size: 9rem;
  }

  .p-experience-lesson__image {
    margin: 0 -3rem;
  }

  .p-experience-lesson__title {
    font-size: 2.4rem;
    margin-top: 2rem;
  }

  .p-experience-lesson__text {
    margin-top: 2rem;
  }

  .p-experience-voice {
    background-image: url(../image/home/experience-voice-background-pc.jpg);
  }

  .p-experience-voice__item {
    height: calc(100% - 1.7rem);
    margin-bottom: 1.7rem;
    padding: 3rem;
  }

  .p-experience-voice__item::after {
    border-width: 1.7rem 1.5rem 0 1.5rem;
  }

  .p-hero {
/*
    align-items: center;
    display: flex;
    justify-content: center;
    background: #f1f1f1;
    height: auto;
    padding: 0;
*/
  }

  /*
  .p-hero {
    align-items: center;
    background-image: url(../image/home/hero-background-pc_10.png);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    height: 45vw;
    justify-content: center;
    padding: 0 18.75vw;
  }
  .p-hero.p-hero_ver01{
    align-items: center;
    background-image: url(../image/home/hero-background-pc_12.png);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    height: 45vw;
    justify-content: center;
    padding: 0 18.75vw;
  }
  .p-hero.p-hero_ver02{    
    align-items: center;
    display: flex;
    justify-content: center;
    background: #f1f1f1;
    height: auto;
    padding: 0;
  }
  .c-article__hero.p-hero.p-hero_ver01.abtest{
    align-items: center;
    background-image: url(../image/home/hero-background-pc_13.png);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    height: 45vw;
    justify-content: center;
    padding: 0 18.75vw;
  }
  .c-article__hero.p-hero.p-hero_ver02.abtest-a {
    align-items: center;
    background-image: url(../image/home/hero-background-pc_15a.jpg);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    height: 45vw;
    justify-content: center;
    padding: 0 18.75vw;
  }
  .c-article__hero.p-hero.p-hero_ver02.abtest-b {
    align-items: center;
    background-image: url(../image/home/hero-background-pc_16.jpg);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    height: 45vw;
    justify-content: center;
    padding: 0 18.75vw;
  }
  .c-article__hero.p-hero.p-hero_ver02.nntest1 {
    align-items: center;
    background-image: url(../image/home/hero-background-pc_12-test.jpg);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    height: 55vw;
    justify-content: center;
    padding: 0 18.75vw;
  }
  .p-hero.p-hero_test2{
    align-items: center;
    background-image: url(../image/home/hero-background-pc_22c.png);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    height: 45vw;
    justify-content: center;
    padding: 0 18.75vw;
  }
  */
  .p-hero.p-hero_test {
    align-items: center;
    background-image: url(../image/home/hero-background-pc_23.jpg);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    justify-content: center;
    background: #f1f1f1;
    height: auto;
    padding: 0;
  }

  .c-article__hero .mv-area {
    margin-top: 100px;
  }

  .p-hero .mv-sp {
    display: none;
  }

  .p-hero .mv-pc {
    display: block;
  }

  .p-hero p img {
    max-width: 1280px;
  }

  .c-article__hero .mv-area .mv-btn-pc {
    width: 36.3%;
    position: absolute;
    bottom: 5.4%;
    left: 31.9%;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    opacity: 1;
    display: none;
  }

  .c-article__hero .mv-area .mv-btn-pc:hover {
    opacity: 0.6;
  }

  .p-hero__inner {
    max-width: 120rem;
    transform: translateY(-8%);
  }

  .p-hero__logo {
    width: 10.26vw;
    margin-top: 50px;
  }

  .p-hero__title {
    margin: .7rem 0 0 0;
  }

  .p-hero__catch {
    margin-top: .5rem;
    max-width: 110rem;
    position: static;
    width: 52.6vw;
  }

  .mv-btn_lesson {
    background: #e6e9e9;
    text-align: center;
  }

  .mv-btn_lesson.bgwhite {
    background: #fff;
  }

  .mv-btn_lesson .c-response-device__button {
    margin: 0;
    padding: 2rem 0 2.4rem;
  }

  .mv-btn_lesson .c-response-device__button a {
    max-width: unset;
    font-size: 1.8rem;
    white-space: nowrap;
    padding: 2rem 7rem 2.5rem 4rem;
    box-sizing: border-box;
    display: inline-block;
    line-height: 2rem;
  }

  .mv-btn_lesson .c-response-device__button a:after {
    height: .8rem;
    right: 3rem;
    width: 3rem;
  }

  .p-media {
    padding: 9rem 0;
  }

  .p-media__title {
    font-size: 4rem;
  }

  .p-media__body {
    margin-top: 6rem;
  }

  .p-media__list {
    margin: -2rem 0 0 -2rem;
  }

  .p-media__list-item {
    padding: 2rem 0 0 2rem;
    width: 20%;
  }

  .p-price {
    background-image: url(../image/home/price-background-pc.jpg);
  }

  .p-price__title {
    font-size: 3rem;
    margin-top: -2rem;
    padding: 1.3rem 0;
  }

  .p-price__price-text {
    font-size: 3.5rem;
    padding-right: 10px;
  }

  span.p-price__price-text-dot::before {
    width: 7px;
    height: 7px;
  }

  .p-price__price-number {
    font-size: 8rem;
  }

  .p-price__price-yen {
    font-size: 2.8rem;
  }

  .p-price__price-tax {
    font-size: 2rem;
  }

  .p-price__check {
    -webkit-box-pack: center;
    display: flex;
    font-size: 2rem;
    justify-content: space-between;
    margin-top: 3rem;
    padding: 2rem 2rem 2rem 6rem;
    flex-wrap: wrap;
  }

  .p-price__check-item {
    padding-left: 3.5rem;
    width: 31%;
    margin: 1.5rem 0;
  }

  /*
  .p-price__check-item + .p-price__check-item {
    margin: 0 0 0 4rem;
  }
  */
  .p-price__check-item::before {
    border-width: 5px;
    height: 1.9rem;
    width: 1.1rem;
  }

  .p-problem__body {
    background-image: url(../image/home/problem-background-pc_02.png);
    padding: 12rem calc(50vw - 50%) 17rem;
  }

  .p-problem__title {
    font-size: 4.5rem;
    line-height: 1.5;
    text-align: left;
  }

  .p-problem__title-accent {
    font-size: 6rem;
  }

  .p-problem__check {
    margin-top: 4rem;
  }

  .p-problem__check-item {
    font-size: 2.4rem;
    padding: 2rem 0 2rem 6rem;
  }

  .p-problem__check-item::before {
    height: 4rem;
    top: 2.1rem;
    width: 4rem;
  }

  .p-problem__check-item::after {
    border-width: 4px;
    height: 1.9rem;
    left: 1.5rem;
    top: 3rem;
    width: 1rem;
  }

  .p-problem__foot {
    margin-top: -6vw;
    padding: 11vw calc(50vw - 50%) 8.5rem;
  }

  .p-problem__outro {
    font-size: 5rem;
  }

  .p-problem__outro-point {
    font-size: 5rem;
    margin: 1.5rem 3rem 1.5rem 0;
    padding: .3rem 3rem;
  }

  .p-staff {
    display: flex;
    align-items: center;
    padding: 0 6%;
  }

  .p-staff__image {
    width: 30%;
    order: 2;
  }

  .p-staff__image img {
    width: 100%;
    height: auto;
  }

  .p-staff__content {
    order: 1;
    width: 100%;
    flex: 1;
    margin: 0 5rem 0 0;
  }

  .p-staff__status {
    font-size: 2rem;
  }

  .p-staff__name {
    font-size: 2.6rem;
  }

  .p-staff__note {
    font-size: 1.4rem;
  }

  .p-trainer {
    margin-top: -4rem;
  }

  .p-trainer__lead {
    font-size: 3.6rem;
    text-align: center;
  }

  .p-trainer__lead-point {
    font-size: 4.5rem;
  }

  .p-trainer__head-text {
    text-align: center;
  }

  .p-trainer__body {
    margin-top: 6rem;
  }

  .p-trainer__content {
    margin-top: 6rem;
  }

  .p-trainer__title {
    display: inline-block;
    font-size: 3rem;
    left: 50%;
    padding: .5rem 3rem;
    position: relative;
    transform: translateX(-50%);
  }

  .p-trainer__list {
    margin-top: 4rem;
  }

  .p-trainer__item-translation {
    margin-top: 3rem;
  }

  .p-voice {
    padding: 0 0 8rem !important;
  }

  .p-voice .c-content__body ul {
    justify-content: space-between;
  }

  .p-voice .c-content__body ul li {
    max-width: 49%;
    flex-basis: 49%;
  }

  .p-voice__item {
    height: 100%;
    padding: 3.5rem 3rem 3rem;
    margin: 0 0 3rem;
  }

  .p-voice__item::before,
  .p-voice__item::after {
    background-size: 2.5rem 2.1rem;
    height: 3rem;
    width: 3.5rem;
  }

  .p-voice__history {
    font-size: 1.8rem;
    margin-bottom: .5rem;
  }

  .p-voice__name {
    font-size: 2.2rem;
  }

  .p-voice__status {
    font-size: 1.4rem;
  }

  .p-voice__body {
    margin-top: 2rem;
  }

  .p-lesson-content {
    padding: 7rem 0 7rem 20rem;
  }

  .p-lesson-content__arrow {
    border-width: 3rem;
    left: 8rem;
    width: calc(7rem + ((100% - 7rem) / 2));
  }

  .p-lesson-content__arrow-text {
    background-position: center 3rem;
    background-size: 4rem;
    font-size: 3.6rem;
    left: -3.5rem;
    line-height: 4rem;
    padding: 9rem 0 3.5rem;
    width: 4rem;
  }

  .p-lesson-content__item {
    padding: 0 3rem 3rem;
  }

  .p-lesson-content__item + .p-lesson-content__item {
    margin-top: 9rem;
  }

  .p-lesson-content__item + .p-lesson-content__item::before {
    height: 6rem;
    width: 6rem;
  }

  .p-lesson-content__item + .p-lesson-content__item::after {
    border-width: 5rem 3rem 0 3rem;
    bottom: calc(100% + 1rem);
  }

  .p-lesson-content__day {
    font-size: 2.4rem;
    margin: 0 -3rem;
  }

  .p-lesson-content__wrap {
    display: flex;
    margin-top: 3rem;
  }

  .p-lesson-content__image {
    width: 40%;
  }

  .p-lesson-content__box {
    margin-left: 3rem;
    width: 60%;
  }

  .p-lesson-content__head {
    align-items: baseline;
    -webkit-box-align: baseline;
    display: flex;
    flex-wrap: wrap;
  }

  .p-lesson-content__title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: -.5rem;
  }

  .p-lesson-content__title-time {
    font-size: 2.4rem;
    margin-top: 0;
  }

  .p-lesson-content__body {
    margin-top: .5rem;
  }

  .p-lesson-content__text {
    margin-top: 0;
  }

  .p-lesson-content__note {
    font-size: 1.4rem;
  }

  .p-lesson-content__text + .p-lesson-content__note {
    margin-top: 1rem;
  }

  .p-lesson__foot-text {
    font-size: 2.8rem;
  }

  .p-skill-title-s-box {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }

  span.p-skill-title-s {
    padding-bottom: 10px;
  }

  .p-skill-title {
    font-size: 5rem;
  }

  .p-skill-title__point {
    font-size: 6rem;
  }

  .p-skill-title__small {
    font-size: 5rem;
  }

  .p-skill__lead {
    margin-top: 5rem;
    text-align: center;
  }

  .p-skill__body {
    margin-top: 6rem;
  }

  .c-grid__item:nth-child(n+3) .p-skill__item {
    padding-top: 2rem;
  }

  .p-skill__name {
    font-size: 3.6rem;
    margin-top: 2rem;
  }

  .p-skill__text {
    margin-top: 2rem;
  }

  .p-studio-info {
    padding-top: 2rem;
  }

  .p-studio-info__title {
    font-size: 3.6rem;
  }

  .p-studio-info__title-icon {
    font-size: 1.8rem;
    padding: .5rem 1.5rem;
    transform: translateY(-.5rem);
  }

  .p-studio-info__body {
    margin-top: 1rem;
  }

  .p-studio-slider {
    padding-bottom: 2.4rem;
  }

  .p-studio-slider__arrow {
    background-size: 2.5rem .7rem;
    bottom: 2.4rem;
    height: 6rem;
    width: 6rem;
  }

  .p-studio-slider__arrow.-prev {
    right: 6.2rem;
  }

  .p-studio-slider__arrow.-next {
    right: 0;
  }

  .p-studio-slider__pagination:not(:root) .swiper-pagination-bullet {
    height: 4px;
    margin: 0 .75rem;
    width: 3.5rem;
  }

  .p-studio {
    display: flex;
    flex-wrap: wrap;
    margin: -6rem 0 0 -4rem;
  }

  .p-studio__slider {
    padding: 6rem 0 0 4rem;
    width: 56.5%;
  }

  .p-studio__info {
    margin-top: 0;
    padding: 6rem 0 0 4rem;
    width: 43.5%;
  }

  .p-studio__map {
    margin: 0;
    padding: 6rem 0 0 4rem;
    width: 100%;
  }

  .u-textalign-center-pc {
    text-align: center;
  }

  .u-textalign-right-pc {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .u-hide-min-l {
    display: none !important;
  }

  .c-area {
    max-width: 132rem;
    padding: 0 6rem;
  }

  .c-form__input {
    max-width: 50rem !important;
  }

  .c-form__input.-small {
    max-width: 28rem !important;
  }

  .c-form__input.-small + .c-form__input.-small {
    margin: 0 0 0 2rem !important;
  }

  .c-form__select-wrap,
  .c-form__select {
    max-width: 28rem !important;
  }

  .c-form__desire {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
  }

  .c-form__desire-text {
    white-space: nowrap;
  }

  .c-form__desire-date {
    margin: 0 0 0 2.5rem;
    width: 100%;
  }

  .c-form__desire-time {
    margin: 0 0 0 2rem;
    width: 100%;
  }

  .c-grid.-l-10 {
    margin: -1rem 0 0 -1rem;
  }

  .c-grid.-l-10 > .c-grid__item {
    padding: 1rem 0 0 1rem;
  }

  .c-grid.-l-20 {
    margin: -2rem 0 0 -2rem;
  }

  .c-grid.-l-20 > .c-grid__item {
    padding: 2rem 0 0 2rem;
  }

  .c-grid.-l-30 {
    margin: -3rem 0 0 -3rem;
  }

  .c-grid.-l-30 > .c-grid__item {
    padding: 3rem 0 0 3rem;
  }

  .c-grid.-l-40 {
    margin: -4rem 0 0 -4rem;
  }

  .c-grid.-l-40 > .c-grid__item {
    padding: 4rem 0 0 4rem;
  }

  .c-grid.-l-50 {
    margin: -5rem 0 0 -5rem;
  }

  .c-grid.-l-50 > .c-grid__item {
    padding: 5rem 0 0 5rem;
  }

  .c-grid.-l-60 {
    margin: -6rem 0 0 -6rem;
  }

  .c-grid.-l-60 > .c-grid__item {
    padding: 6rem 0 0 6rem;
  }

  .c-grid__item.-l-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .c-grid__item.-l-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .c-grid__item.-l-3 {
    flex-basis: 24.999%;
    max-width: 24.999%;
  }

  .c-grid__item.-l-4 {
    flex-basis: 33.332%;
    max-width: 33.332%;
  }

  .c-grid__item.-l-5 {
    flex-basis: 41.665%;
    max-width: 41.665%;
  }

  .c-grid__item.-l-6 {
    flex-basis: 49.998%;
    max-width: 49.998%;
  }

  .c-grid__item.-l-7 {
    flex-basis: 58.331%;
    max-width: 58.331%;
  }

  .c-grid__item.-l-8 {
    flex-basis: 66.664%;
    max-width: 66.664%;
  }

  .c-grid__item.-l-9 {
    flex-basis: 74.997%;
    max-width: 74.997%;
  }

  .c-grid__item.-l-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
  }

  .c-grid__item.-l-11 {
    flex-basis: 91.663%;
    max-width: 91.663%;
  }

  .c-grid__item.-l-12 {
    flex-basis: 99.996%;
    max-width: 99.996%;
  }

  .p-problem__body-inner {
    max-width: 84rem;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .u-hide-min-xl {
    display: none !important;
  }

  .c-area {
    max-width: 144rem;
    padding: 0 12rem;
  }

  .c-form__input.-small {
    max-width: 32rem !important;
  }

  .c-form__select-wrap,
  .c-form__select {
    max-width: 32rem !important;
  }

  .c-grid.-xl-10 {
    margin: -1rem 0 0 -1rem;
  }

  .c-grid.-xl-10 > .c-grid__item {
    padding: 1rem 0 0 1rem;
  }

  .c-grid.-xl-20 {
    margin: -2rem 0 0 -2rem;
  }

  .c-grid.-xl-20 > .c-grid__item {
    padding: 2rem 0 0 2rem;
  }

  .c-grid.-xl-30 {
    margin: -3rem 0 0 -3rem;
  }

  .c-grid.-xl-30 > .c-grid__item {
    padding: 3rem 0 0 3rem;
  }

  .c-grid.-xl-40 {
    margin: -4rem 0 0 -4rem;
  }

  .c-grid.-xl-40 > .c-grid__item {
    padding: 4rem 0 0 4rem;
  }

  .c-grid.-xl-50 {
    margin: -5rem 0 0 -5rem;
  }

  .c-grid.-xl-50 > .c-grid__item {
    padding: 5rem 0 0 5rem;
  }

  .c-grid.-xl-60 {
    margin: -6rem 0 0 -6rem;
  }

  .c-grid.-xl-60 > .c-grid__item {
    padding: 6rem 0 0 6rem;
  }

  .c-grid__item.-xl-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .c-grid__item.-xl-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }

  .c-grid__item.-xl-3 {
    flex-basis: 24.999%;
    max-width: 24.999%;
  }

  .c-grid__item.-xl-4 {
    flex-basis: 33.332%;
    max-width: 33.332%;
  }

  .c-grid__item.-xl-5 {
    flex-basis: 41.665%;
    max-width: 41.665%;
  }

  .c-grid__item.-xl-6 {
    flex-basis: 49.998%;
    max-width: 49.998%;
  }

  .c-grid__item.-xl-7 {
    flex-basis: 58.331%;
    max-width: 58.331%;
  }

  .c-grid__item.-xl-8 {
    flex-basis: 66.664%;
    max-width: 66.664%;
  }

  .c-grid__item.-xl-9 {
    flex-basis: 74.997%;
    max-width: 74.997%;
  }

  .c-grid__item.-xl-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
  }

  .c-grid__item.-xl-11 {
    flex-basis: 91.663%;
    max-width: 91.663%;
  }

  .c-grid__item.-xl-12 {
    flex-basis: 99.996%;
    max-width: 99.996%;
  }
}

/*20201202_プライバシーポリシー追加*/
.privacy_ttl {
  margin-bottom: 1rem;
}

.privacy_ttl_sub {
  color: #091c4e;
  font-weight: 700;
  border-bottom: 1px solid #091c4e;
  padding: 0 0 .8rem;
  margin: 2rem 0 .6rem;
}

.privacy_txt {
  margin-bottom: 2rem;
}

.privacy_txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.privacy_txt .link {
  display: inline;
}

.privacy_txt .url {
  background: #eff1f2;
  display: inline;
  font-size: 1.2rem;
  padding: 0 .6rem;
  margin: 0 0 0 1rem;
  color: #666;
}

.privacy_txt .notes {
  margin-top: 10px;
}

@media (min-width: 1500px) {
  .c-area.privacy_contnts {
    max-width: 130rem;
  }
}

/*20201216_フォームに休暇日追加*/
.kyuka {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #bd0a0a;
  white-space: break-spaces;
}

/*20201216_フォームに休暇日追加*/
.raikan {
  font-size: 1.4rem;
  margin-top: 10px;
  white-space: break-spaces;
}

/*2021012_メディア記事追加*/
p.p-choose__name.history_indention {
  margin: auto 0;
}

p.p-choose__status.new_media_txt {
  margin: 0px;
  margin-right: 20px;
}

@media (min-width: 960px) {
  p.p-choose__status.new_media_txt {
    margin-bottom: -7px;
    font-size: 1.6rem;
    margin-right: 10px;
  }
}

/*20210119_レッスン内容_コーチングシート追加*/
.p-lesson-content__item.corching {
  width: 98%;
  float: right;
  margin: 80px 0 0 0;
  position: relative;
}

.corching_ttl {
  background: #0991c9;
}

br.sp_none {
  display: none;
}

br.pc_none {
  display: block;
}

.coaching_box {
  margin: 0;
}

.p-lesson-content__item.corching:before {
  position: absolute;
  content: "";
  top: -50px;
  left: 43%;
  border-top: 30px solid #3b729c;
  border-right: 25px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid transparent;
}

@media (min-width: 960px) {
  .p-lesson-content__item.corching {
    width: 93%;
    margin: 150px 0 40px 0;
  }

  .coaching_box {
    margin: auto 0 auto 3rem;
  }

  .p-lesson-content__item.corching:before {
    top: -90px;
    left: 46.5%;
    border-top: 50px solid #3b729c;
    border-right: 40px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 40px solid transparent;
  }
}

/*20211221_レッスン内容_教材追加*/
.p-lesson-content__item.textbook {
  width: 98%;
  float: right;
  margin: 40px 0 0 0;
  position: relative;
  padding: 1.5rem;
}

.p-lesson-content__item.textbook::before,
.p-lesson-content__item.textbook::after {
  content: none;
}

.p-lesson-content-textbook__head {
  color: #071f61;
  font-weight: bold;
  background-color: #e6e9e9;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.textbook .p-lesson-content__text {
  margin-bottom: 15px;
}

.p-lesson-content-txtbook__image ul {
  text-align: center;
}

.p-lesson-content-txtbook__image li {
  margin-bottom: 15px;
}

.p-lesson-content-txtbook__image li:last-child {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .p-lesson-content__item.textbook {
    width: 93%;
    margin: 40px 0 40px 0;
    padding: 3rem;
  }

  .p-lesson-content-textbook__head {
    padding: 20px 0 15px 0;
    margin-bottom: 15px;
  }

  .textbook .p-lesson-content__text {
    text-align: center;
    margin-bottom: 25px;
  }

  .p-lesson-content-txtbook__image ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-lesson-content-txtbook__image li {
    margin-left: 30px;
    margin-bottom: 0;
  }

  .p-lesson-content-txtbook__image li:first-child {
    margin-left: 0;
  }

  .p-lesson-content-txtbook__image li:last-child {
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .p-lesson-content-txtbook__image li {
    margin-left: 15px;
  }

  .p-lesson-content-txtbook__image li:last-child {
    margin-left: 15px;
    margin-top: 0px;
  }
}

@media screen and (min-width: 1225px) {
  .p-lesson-content-txtbook__image li {
    margin-left: 30px;
  }

  .p-lesson-content-txtbook__image li:last-child {
    margin-left: 30px;
    margin-top: 0px;
  }
}



@media (min-width: 1050px) {
  br.pc_none {
    display: none;
  }

  br.sp_none {
    display: block;
  }
}


/* 3つの特徴 220721 */

.c-feature {
  background: #f5f5f5;
  padding-bottom: 6rem;
}

.c-feature .c-content .feature_inner {
  flex-wrap: wrap;
}

.c-feature .c-content .feature_inner li {
  margin: 0 0 2.4rem;
}

.c-feature .c-content .feature_inner li:last-of-type {
  margin-bottom: 0;
}

.c-feature .c-content .feature_inner li dl {
  width: 100%;
  background: #fff;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem 0 1.8rem;
}

.c-feature .c-content .feature_inner li dl dt {
  font-size: 1.2rem;
  color: #0014DA;
  position: relative;
  letter-spacing: .3rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

.c-feature .c-content .feature_inner li dl dd {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 500;
  letter-spacing: .5rem;
  color: #2b2b2b;
  text-align: center;
}

@media (min-width: 960px) {
  .c-feature {
    background: #f5f5f5;
    padding-bottom: 7rem;
  }

  .c-feature .c-content .feature_inner {
    display: flex;
    justify-content: center;
  }

  .c-feature .c-content .feature_inner li:nth-of-type(2) {
    margin: 0 8rem;
  }

  .c-feature .c-content .feature_inner li dl {
    width: 24rem;
    height: 24rem;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  .c-feature .c-content .feature_inner li dl dt {
    font-size: 1.2rem;
    color: #0014DA;
    position: relative;
    letter-spacing: .3rem;
    font-family: 'Manrope', sans-serif;
    margin: 0 0 2.8rem;
  }

  .c-feature .c-content .feature_inner li dl dt:after {
    width: 8px;
    height: 1px;
    background: #0014DA;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -1.5rem;
    content: "";
  }

  .c-feature .c-content .feature_inner li dl dd {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: .5rem;
    color: #2b2b2b;
    text-align: center;
  }

  .c-feature .c-content .feature_inner li dl dd span {
    font-size: 1.8rem;
    display: block;
  }
}



p.c-text.u-textalign-center-pc span {
  color: #bd0c09;
  font-weight: bold;
}


.method_flow {
  margin-top: 5rem;
}

.pc__none {
  display: none;
}

.sp__none {
  display: block;
}

@media (min-width: 960px) {
  .method_flow {
    margin-top: 120px;
  }
}

@media screen and (min-width: 960px) {
  .content__area_s {
    margin-top: 70px;
  }

  .sp__none {
    display: none;
  }

  .pc__none {
    display: block;
  }

  .content_method {
    margin-top: 60px;
  }

  .step-01 {
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  .step-01 li.is-step01 {
    background: #0991c9;
    font-weight: bold;
  }

  .step-01 li.is-step02 {
    background: #1659bb;
    font-weight: bold;
  }

  .step-01 li.is-step03 {
    background: #091b54;
    font-weight: bold;
  }

  .step-01 li {
    display: table-cell;
    position: relative;
    background: #504944;
    padding: 1em 0.5em 1em 2em;
    color: #fff;
    width: 33.3333%;
  }

  .step-01 li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
  }

  .step-01 li.is-step01:after {
    border-color: transparent transparent transparent #0991c9;
  }

  .step-01 li.is-step02:after {
    border-color: transparent transparent transparent #1659bb;
  }

  .step-01 li.is-step03:after {
    border-color: transparent transparent transparent #091b54;
  }

  .stp01 {
    color: #0991c9;
  }

  .stp02 {
    color: #1659bb;
  }

  .stp03 {
    color: #091b54;
  }

  .step-01 li:after {
    top: 0px;
    right: -1.6em;
    border-style: solid;
    border-color: transparent transparent transparent #504944;
    border-width: 47px 6px 40px 1.2em;
    z-index: 10;
  }

  .step_txt01 {
    font-size: 1.3rem;
    background-color: #fff;
    max-width: 50px;
    text-align: center;
    margin: 0 auto 0 auto;
  }

  .step_txt02 {
    font-size: 2.0rem;
    text-align: center;
  }

  .step-02 {
    display: flex;
  }

  .step-02_inner {
    width: 33.3333%;
    padding: 10px;
    font-weight: bold;
  }

  .step-02_inner p {
    letter-spacing: -0.01em;
  }

  .stp_box01 {
    border-left: 3px solid #0991c9;
    border-bottom: 3px solid #0991c9;
    border-right: 3px solid #0991c9;
  }

  .stp_box02 {
    border-bottom: 3px solid #1659bb;
    border-right: 3px solid #1659bb;
  }

  .stp_box03 {
    border-bottom: 3px solid #091b54;
    border-right: 3px solid #091b54;
  }

  .stp_box01_content {
    background-color: #eff1f2;
    padding: 10px;
    color: #091b51;
    font-weight: bold;
    line-height: 2em;
    margin-top: 20px;
  }

  .stp_box02_content {
    margin-top: 20px;
    text-align: center;
  }

  .stp_box03_content {
    background-image: url(../image/home/jagged_bg.png);
    background-repeat: no-repeat;
    padding: 40px 20px;
    height: 187px;
    color: #091b51;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    margin: 20px auto 0 auto;
    max-width: 187px;
  }

  .stp_min {
    font-size: 2.0rem;
  }

  .stp_clo {
    color: #0991c9;
  }
}

@media screen and (min-width: 992px) {
  .content_method {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .step_txt01 {
    font-size: 1.8rem;
    max-width: 70px;
  }

  .step_txt02 {
    font-size: 2.6rem;
  }

  .step-02_inner {
    padding: 20px;
  }

  .step-01 li:after {
    border-width: 55px 6px 55px 1.2em;
  }
}

@media screen and (min-width: 1400px) {
  .step_txt02 {
    font-size: 3.2rem;
  }

  .step-01 li {
    padding: 1.5em 0.5em 1em 2em;
  }

  .step-02_inner {
    padding: 30px;
  }

  .step-02_inner p {
    letter-spacing: -0.03em;
  }

  .stp_box01_content {
    padding: 10px;
  }

  .stp_box01_content {
    margin-top: 25px;
  }

  .stp_box02_content {
    margin-top: 25px;
  }

  .stp_box01_content {
    margin-top: 25px;
  }

  .stp_box03_content {
    margin-top: 25px;
  }

  .step-01 li:after {
    right: -3.1em;
    border-width: 65px 10px 65px 2.5em;
  }
}

@media screen and (max-width: 959px) {
  .content_method {
    margin-top: 60px;
  }

  .step_ttl {
    letter-spacing: -0.06em;
  }

  .step-01 {
    background: #0991c9;
    font-weight: bold;
    padding: 20px 0 15px 0;
  }

  .step-02 {
    background: #1659bb;
    font-weight: bold;
    padding: 20px 0 15px 0;
  }

  .step-03 {
    background: #091b54;
    font-weight: bold;
    padding: 20px 0 15px 0;
  }

  .stp01 {
    color: #0991c9;
    font-size: 1.8rem;
    background-color: #fff;
    max-width: 80px;
    text-align: center;
    margin: 0 auto 0 auto;
    font-weight: bold;
  }

  .stp02 {
    color: #1659bb;
    font-size: 1.8rem;
    background-color: #fff;
    max-width: 80px;
    text-align: center;
    margin: 0 auto 0 auto;
    font-weight: bold;
  }

  .stp03 {
    color: #091b54;
    font-size: 1.8rem;
    background-color: #fff;
    max-width: 80px;
    text-align: center;
    margin: 0 auto 0 auto;
    font-weight: bold;
  }

  p.step_txt02 {
    color: #fff;
  }

  .step_txt02 {
    font-size: 2.6rem;
    text-align: center;
  }

  .step-02-1 {
    padding: 15px;
  }

  .step-02-2 {
    padding: 15px;
  }

  .step-02-3 {
    padding: 15px;
  }

  .stp_box01_content {
    background-color: #eff1f2;
    padding: 20px;
    color: #091b51;
    font-weight: bold;
    line-height: 2em;
    margin-top: 20px;
  }

  .step-02_inner {
    font-weight: bold;
  }

  .step-02-1 {
    background-image: url(../image/home/border01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .step-02-2 {
    background-image: url(../image/home/border02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .step-02-3 {
    background-image: url(../image/home/border03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .step-02-1-1 {
    margin-bottom: 30px;
  }

  .step-02-2-2 {
    margin-bottom: 30px;
  }

  .stp_box02_content {
    margin-top: 20px;
    text-align: center;
  }

  .stp_box03_content {
    background-image: url(../image/home/jagged_bg.png);
    background-repeat: no-repeat;
    padding: 40px 20px;
    height: 187px;
    color: #091b51;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    margin: 20px auto 0 auto;
    max-width: 187px;
  }

  .stp_min {
    font-size: 2.0rem;
  }

  .stp_clo {
    color: #0991c9;
  }

  .step_ttl_sub {
    letter-spacing: 0.01em;
  }

  .content__area_s {
    margin-top: 4rem;
  }
}

.step_ttl {
  color: #000;
}

.step_ttl_sub {
  color: #000;
  font-weight: bold;
}

span.red {
  color: #bd090a;
}

@media screen and (max-width: 500px) {
  /* .p-price__price-text {
  letter-spacing: -0.06em;
} */
}

.audio_inner {
  background: #fff;
  padding: 1.5rem;
}

.audio_inner .p-audio {
  padding-top: 1.5rem;
}

p.audio_pro {
  font-size: 16px;
  color: #081f61;
  font-weight: bold;
  border-bottom: 2px solid #081f61;
}

@media screen and (min-width: 992px) {
  .audio_inner {
    padding: 2rem 2rem .4rem;
  }

  .audio_inner .p-audio {
    padding-top: 2rem;
  }

  p.audio_pro {
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) {
  .link_none {
    pointer-events: none;
  }

  .grad-wrap {
    position: relative;
  }

  .grad-wrap + .grad-wrap {
    margin-top: 40px;
  }

  .grad-trigger {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: .2em 0;
    color: #071f61;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #071f61;
    transition: .2s ease;
  }

  .grad-trigger .fa {
    margin-right: .5em;
  }

  .grad-item {
    position: relative;
    overflow: hidden;
  }

  .grad-item.is-hide {
    height: 55px;
  }

  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px;
    background: #fff;
  }

  .grad-trigger.is-show {
    bottom: -2em;
  }

  .grad-trigger.is-show + .grad-item::before {
    display: none;
  }

  .tri01_bl {
    margin-bottom: -30px;
  }

  .tri02_bl {
    margin-bottom: -30px;
  }

  .tri03_bl {
    margin-bottom: -30px;
  }

  .tri04_bl {
    margin-bottom: -30px;
  }

  .tri01_sub_item {
    margin-bottom: 60px;
  }

  .tri02_sub_item {
    margin-bottom: 60px;
  }

  .tri03_sub_item {
    margin-bottom: 60px;
  }

  .tri04_sub_item {
    margin-bottom: 60px;
  }

  .grad-border::before {
    position: absolute;
    top: 15px;
    right: 8px;
    width: 16px;
    height: 2px;
    background: #071f61;
    content: "";
  }

  .grad-border::after {
    position: absolute;
    top: 15px;
    right: 8px;
    width: 16px;
    height: 2px;
    background: #071f61;
    content: "";
    transition: all .3s;
    transform: rotate(90deg);
  }

  span.grad-trigger.grad-border.tri01.is-show.isActive::after {
    transition: 0.4s ease-in-out;
    transform: rotate(180deg);
  }

  span.grad-trigger.grad-border.tri02.is-show.isActive::after {
    transition: 0.4s ease-in-out;
    transform: rotate(180deg);
  }

  span.grad-trigger.grad-border.tri03.is-show.isActive::after {
    transition: 0.4s ease-in-out;
    transform: rotate(180deg);
  }

  span.grad-trigger.grad-border.tri04.is-show.isActive::after {
    transition: 0.4s ease-in-out;
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 960px) {
  .grad-trigger {
    display: none;
  }
}

.c-content__lead.lead__sub {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 960px) {
  .c-content__lead.lead__sub {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}


p.head_txtarea {
  text-align: center;
}

p.head_txtarea span {
  color: #bd0a0a;
}

@media (min-width: 960px) {
  .head_txtarea_cont {
    display: none;
  }
}

@media (min-width: 960px) {
  .p-choose.ptnone {
    padding-top: 0 !important;
  }

  p.p-choose__status.brtxt {
    width: 100%;
  }
}


.c-text.annotation__txt {
  margin-top: 6px;
  color: #626262;
  font-size: 1.2rem;
}

@media (min-width: 960px) {
  .c-text.annotation__txt {
    font-size: 1.4rem;
  }
}

.schedule_caption {
  font-size: 1.4rem;
  display: block;
  padding-top: 15px;
}

@media (min-width: 960px) {
  .schedule_caption {
    font-size: 1.6rem;
  }
}

.pc-visible {
  display: none;
}

#txtbook-slider {
  padding-bottom: 0;
}

@media (min-width: 960px) {
  .sp-visible {
    display: none;
  }

  .pc-visible {
    display: block;
  }
}

@media (min-width: 960px) and (max-width:1200px) {
  .p-lesson-content-txtbook__image li {
    width: 238px;
  }

  .p-lesson-content-txtbook__image li:last-child {
    margin-left: 30px;
    margin-top: 0;
  }
}

/*　体験予約カレンダー　*/
.ui-state-enable .ui-state-default {
  border: 1px solid #c1f7be !important;
  background: #c1f7be !important;
}

.ui-state-enable .ui-state-default:hover {
  border: 1px solid #9cf797 !important;
  background: #9cf797 !important;
}

.ui-state-few a {
  border: 1px solid #f7d2e5 !important;
  background-color: #f7d2e5 !important;
  background-image: none !important;
  color: Black !important;
  text-align: center;
}

.ui-state-few a:hover {
  border: 1px solid #f7bcda !important;
  background-color: #f7bcda !important;
}

.ui-state-full .ui-state-default {
  background-image: none;
}

.c-form__calenderlabel {
  font-weight: normal;
  padding-top: 0.7rem;
  padding-left: 20px;
  font-size: 1.4rem;
}

.c-form__calenderlabel ul li {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.c-form__calenderlabel ul li:before {
  content: "";
  height: 20px;
  width: 40px;
  left: 0;
  position: absolute;
  top: 3px;
}

.c-form__calenderlabel ul li:nth-of-type(1):before {
  background: #C1F7BE;
}

.c-form__calenderlabel ul li:nth-of-type(2):before {
  background: #F7D2E5;
}

.c-form__calenderlabel ul li:nth-of-type(3):before {
  background: #E6E6E6;
}

@media (min-width: 960px) {
  .c-form__calenderlabel {
    margin-top: 20px;
    padding: 20px 0 20px 60px;
    font-size: 1.8rem;
  }

  .c-form__calenderlabel ul li {
    display: block;
  }

  .c-form__calenderlabel ul li:before {
    top: 6px;
  }
}

/*　体験予約カレンダー　*/

/*　スクロールダウン　*/
.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: -1rem;
  height: 50px;
}

.scrolldown1 span {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  color: #eee;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-left: -2.3rem;
}

.scrolldown1::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@media (max-width: 1154px) {
  .scrolldown1 {
    bottom: -3rem;
  }
}

@media (max-width: 960px) {
  .scrolldown1 {
    bottom: 0vw;
    height: 5vw;
  }

  .scrolldown1 span {
    bottom: 5vw;
    font-size: 3vw;
    margin-left: -4.5vw;
  }
}

/*　スクロールダウン　*/


/* 20220405追加 英会話と英語コーチングの限界 */
#a-limit {
  background-image: url("../image/home/bg-arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding: 10rem 0 9rem;
}

#a-limit .c-text {
  text-align: center;
  margin: 4rem 0 0;
}

#a-limit .c-content__body .p-limit {
  text-align: center;
  margin: 0 0 1rem;
}

#a-limit .c-content__body .p-limit__body dl:last-of-type,
#a-limit .c-content__body .p-limit__body dl {
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 2rem 4rem;
  margin: 2rem auto;
  width: 80%;
  border: 3px solid #071f62;
  background: #fff;
  display: block;
}

#a-limit .c-content__body .p-limit__body dl:last-of-type {}

#a-limit .c-content__body .p-limit__body dl dt {
  line-height: 5.8rem;
  font-weight: 700;
  color: #091b4d;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}

#a-limit .c-content__body .p-limit__body dl dt:after {
  position: absolute;
  background: #071f62;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  content: "+";
  right: 0rem;
  top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 .3rem;
}

#a-limit .c-content__body .p-limit__body dl dt.open:after {
  content: "-";
  padding-bottom: .7rem;
}

#a-limit .c-content__body .p-limit__body dl dd {
  width: 100%;
  flex: 1;
  display: none;
  padding: 1rem 0 2rem;
}

#a-limit .c-content__body .p-limit__body dl dd h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 .4rem;
  color: #0991c9;
  position: relative;
}

/*
#a-limit .c-content__body .p-limit__body dl dd h3:before {
  width: 5px;
  height: 15px;
  background: #0991c9;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
}
*/

#a-limit .c-content__body .p-limit__body dl dd p {
  margin: 0 0 2rem;
}

#a-limit .c-content__body .p-limit__body dl dd p.img {}

#a-limit .c-content__body .p-limit__body dl dd p:last-of-type {
  margin-bottom: 0;
}

#a-skill4 {
  padding: 9rem 0 4rem;
}

#a-skill4 .c-text {
  text-align: center;
  margin: 4rem 0 0;
}

#a-skill4 .c-content__head h2 {
  text-align: center;
}

#a-skill4 .c-content__head .img {
  text-align: center;
  margin: 4rem 0 0;
}

#a-skill4 .c-content__body .p-skill4 {
  text-align: center;
  width: 72%;
  margin: 0 auto 5rem;
}

#a-skill4 .c-content__body .p-skill5 {
  text-align: center;
  width: 56%;
  margin: 0 auto 5rem;
}

#a-skill4 .c-content__body .p-skill4__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#a-skill4 .c-content__body .p-skill4__body dl {
  width: 49%;
  background: #fff;
  padding: 3rem;
  box-sizing: border-box;
  margin: 0 auto 1%;
  border: 2px solid #e6e9e9;
}

#a-skill4 .c-content__body .p-skill4__body dl dt {
  background: #0991c9;
  color: #fff;
  font-size: 2.7rem;
  text-align: center;
  padding: 0 0 .1rem;
  margin: 0 0 1rem;
  font-weight: 700;
  pointer-events: none;
}

#a-skill4 .c-content__body .p-skill4__body dl dt i {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0991c9;
  background: url("../image/home/icon-hexagon.png") no-repeat 0px 0px / auto 100%;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 1rem 0 0;
  font-style: normal;
  padding: 0 .4rem .2rem 0;
  position: relative;
  top: -.3rem;
}

#a-skill4 .c-content__body .p-skill4__body dl dd {
  display: block;
}

.p-skill4__foot-text {
  padding: 0 0 4rem;
  margin: 0;
}

.p-skill4__foot-text p {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 4.8rem;
  margin: 0 0 2rem;
}

@media (max-width: 960px) {
  #a-limit {
    padding: 6rem 0;
  }

  #a-limit .c-text {
    margin: 3rem 0 0;
    text-align: left;
  }

  #a-limit .c-content__body .p-limit__body dl:last-of-type,
  #a-limit .c-content__body .p-limit__body dl {
    margin: 0 0 1rem;
    display: block;
    width: 100%;
    padding: 1rem 2rem;
  }

  #a-limit .c-content__body .p-limit__body dl dt {
    line-height: 3.4rem;
    width: 100%;
    background: #fff;
    padding: .3rem 0 .6rem;
    margin: 0;
    border: none;
    font-size: 1.8rem;
    text-align: left;
  }

  #a-limit .c-content__body .p-limit__body dl dt:after {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    padding: 0 0 .2rem .1rem;
    top: .5rem;
  }

  #a-limit .c-content__body .p-limit__body dl dt br {
    display: none;
  }

  #a-limit .c-content__body .p-limit__body dl dd p {
    margin: 0 0 1.6rem;
  }

  #a-skill4 {
    padding: 6rem 0 0;
  }

  #a-skill4 .c-primary-title__main br {
    display: none;
  }

  #a-skill4 .c-text {
    margin: 3rem 0 0;
    text-align: left;
  }

  #a-skill4 .c-text br {
    display: none;
  }

  #a-skill4 .c-content__body .p-skill4 {
    margin: 0 0 3rem;
    width: 100%;
  }

  #a-skill4 .c-content__body .p-skill4__body {
    display: block;
  }

  #a-skill4 .c-content__body .p-skill4__body dl {
    width: 100%;
    padding: 1.5rem;
    margin: 0 0 2rem;
  }

  #a-skill4 .c-content__body .p-skill4__body dl dt {
    font-size: 1.8rem;
    pointer-events: all;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    padding: .6rem 1.6rem .7rem;
  }

  #a-skill4 .c-content__body .p-skill4__body dl dt:hover {
    opacity: .8;
  }

  #a-skill4 .c-content__body .p-skill4__body dl dt.open:after {
    content: "-";
  }

  #a-skill4 .c-content__body .p-skill4__body dl dt i {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    margin: 0 .4rem 0 0;
    padding-right: .3rem;
  }

  #a-skill4 .c-content__body .p-skill4__body dl dd {
    display: block;
    margin-top: 1rem;
  }

  #a-skill4 .c-content__body .p-skill4__body dl.a-open dt:after {
    position: absolute;
    right: 1.6rem;
    color: #fff;
    content: "+";
  }

  #a-skill4 .c-content__body .p-skill4__body dl.a-open dd {
    display: none;
  }

  .p-skill4__foot-text {
    padding: 5rem 2rem 4rem;
  }

  .p-skill4__foot-text p {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 0 1.6rem;
    text-align: left;
  }

  #a-limit .c-content__body .p-limit__body dl dd p.img {
    display: block;
  }

  .p-skill4__foot-text p br {
    display: none;
  }
}


/* 20220406追加 トレーニングの効果レイアウト変更 */
@media (min-width: 960px) {
  .c-audio.c-article__section {
    padding-top: 8rem;
  }

  .c-audio .c-grid__item.-m-6 {
    max-width: 32.998%;
  }

  .c-audio .audio_inner p.audio_pro {
    text-align: center;
    padding: 0 0 1.4rem;
  }

  .c-audio .p-audio {
    flex-wrap: wrap;
  }

  .c-audio .p-audio .p-audio__image {
    text-align: center;
    width: 100%;
    margin: 0 0 2rem;
  }

  .c-audio .p-audio .p-audio__item {
    margin: 0 2% 2rem;
    width: 46%;
  }

  .c-audio .p-audio .p-audio__item:last-of-type {
    margin-bottom: 0;
  }
}


/* 20220418 ミッションステートメント追加 */
#a-mission {
  background: url(/lp/src/image/home/about-background.webp) no-repeat center center / 80% auto;
  border-bottom: 1px solid #eee;
  margin: 4rem 0 5rem;
}

#a-mission h3.p-mission__lead {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  text-align: center;
  color: #071f61;
  font-weight: 700;
}

#a-mission .c-content__item p {
  text-align: left;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 700;
}

#a-mission .c-content__item p:last-of-type {
  margin-bottom: 0;
}

#a-mission .c-content__item dl {
  border: 1px solid #071f62;
  background: #fff;
  margin: 2rem 0 0;
  padding: 1rem;
}

#a-mission .c-content__item dl dt {
  color: #071f62;
  text-align: center;
  cursor: pointer;
  position: relative;
}

#a-mission .c-content__item dl dt:after {
  content: "+";
  position: absolute;
  top: .4rem;
  right: .4rem;
  width: 2rem;
  height: 2rem;
  background: #071f62;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0 .2rem;
  margin: 0 0 0 1rem;
  align-items: center;
}

#a-mission .c-content__item dl dt.open:after {
  content: "-";
  padding: 0 0 .3rem;
}

#a-mission .c-content__item dl dd {
  display: none;
  padding: 1rem;
}

@media (min-width: 960px) {
  #a-mission {
    margin: 0;
    background-size: 50% auto;
  }

  #a-mission h3.p-mission__lead {
    margin: 0 0 2rem;
    font-size: 3.6rem;
  }

  #a-mission .c-content__item p {
    text-align: center;
    font-size: 1.9rem;
    line-height: 4rem;
  }
}


/* 20220512 補足イメージ */
.img-figure {
  margin: 0 auto 4rem;
  text-align: center;
  padding: 0
}

@media (min-width: 960px) {
  .img-figure {
    margin: 0 auto 10rem;
    text-align: center;
    padding: 0 16rem;
  }
}


/* 20221129 インタビュー追加 */
.p-interview__body {
  margin: 0 0 6rem;
}

.p-interview__body .p-interview-content__item {
  margin: 5rem 0 0;
}

.p-interview__body .p-interview-content__item > ul li {
  background: #091b4e;
  padding: 2.3rem;
  margin: 0 0 1rem;
  position: relative;
}

.p-interview__body .p-interview-content__item > ul li.new:before {
  content: "NEW";
  background: #0991c9;
  position: absolute;
  width: 4.7rem;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  top: -1.2rem;
  left: -1.2rem;
  color: #fff;
  letter-spacing: 0;
}

.p-interview__body .p-interview-content__item > ul li h4 {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  margin: 0 0 2rem;
}

.p-interview__body .p-interview-content__item > ul li ul li {
  padding: 0;
  margin: 0;
  background: none;
}

.p-interview__body .p-interview-content__item > ul li ul li a {
  background: #fff;
  position: relative;
  margin: 0 0 .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-interview__body .p-interview-content__item > ul li ul li a:after {
  position: absolute;
  background: #091b4e;
  width: 1.7rem;
  height: 1px;
  content: "";
  right: 0;
  top: 50%;
  transition: .3s;
}

.p-interview__body .p-interview-content__item > ul li ul li a:hover:after {
  width: 2.7rem;
}

.p-interview__body .p-interview-content__item > ul li ul li:last-of-type a {
  margin-bottom: 0;
}

.p-interview__body .p-interview-content__item > ul li ul li a .img {
  width: 7rem;
}

.p-interview__body .p-interview-content__item > ul li ul li a .name {
  flex: 1;
  padding: 0 2rem 0 1.4rem;
  line-height: 2.2rem;
}

.p-interview__body .p-interview-content__item > ul li p.comingsoon {
  text-align: center;
  font-size: 3rem;
  color: #495881;
}

.interview-content .interview-content_main {
  margin: 0 0 3rem;
}

.interview-content .interview-content_main .img {
  width: 48vw;
  margin: 0 auto 2rem;
}

.interview-content .interview-content_main .text h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #071f61;
  margin: 0 0 2rem;
}

.interview-content .interview-content_main .text h1 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin: 1rem 0 0;
}

.interview-content section {
  margin: 0 0 3rem;
}

.interview-content section h2 {
  border-top: 1px solid #071f61;
  border-bottom: 1px solid #071f61;
  padding: .6rem 0 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #071f61;
  margin: 0 0 1rem;
}

.interview-content section p {
  margin: 0 0 1.8rem;
}


@media screen and (min-width: 768px) {
  .p-interview__body .p-interview-content__item > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-interview__body .p-interview-content__item > ul li {
    width: 100%;
  }

  .p-interview__body .p-interview-content__item > ul li ul {
    display: block;
  }

  .p-interview__body .p-interview-content__item > ul li ul li {
    width: 100%;
  }

  .interview-content .interview-content_main .img {
    width: 37vw;
    margin: 0 auto 2rem;
  }

  .interview-content .interview-content_main .text h1 {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .p-interview__body .p-interview-content__item > ul li {
    width: 32%;
    margin: 0 0 2.3rem;
  }

  .interview-content .interview-content_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .interview-content .interview-content_main .img {
    width: 43rem;
    margin-right: 3rem;
  }

  .interview-content .interview-content_main .text {
    flex: 1;
  }

  .interview-content .interview-content_main .text h1 {
    text-align: left;
    font-size: 3rem;
    line-height: 4.7rem;
  }
}


/* GSETが定める英語学習のゴールとは 20231226 */

.p-goal {
  background: #fff;
  padding-bottom: 120px;
  padding-top: 100px;
}

.p-goal__txt--color {
  color: #0e90c9;
}

.p-goal__ttl {
  font-size: clamp(62 * 750 / 1200 * 1px, 62 / 1200 * 100vw, 62px);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 56px;
  text-align: center;
}

.p-goal__btn {
  margin-top: 40px;
  text-align: center;
}

.p-goalList {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1016px;
}

.p-goalList__item {
  border: 1px solid #cecece;
  display: flex;
  flex-direction: column;
  padding: 5px;
  position: relative;
}

.p-goalList__num {
  align-items: center;
  background-color: #071f61;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  left: 1px;
  line-height: 1;
  position: absolute;
  top: 1px;
  width: 38px;
}

.p-goalList__img {
  flex: 0 0 auto;
  width: 100%;
}

.p-goalList__txt {
  background-color: #f2f2f2;
  flex: 1 1 auto;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 18px;
}

.p-goalTraining {
  margin-top: 40px;
}

.p-goalTraining__txt {
  font-size: clamp(33 * 750 / 1200 * 1px, 33 / 1200 * 100vw, 33px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-goalTraining__img {
  margin-top: 24px;
  text-align: center;
}

.p-goalTraining__img img {
  max-width: 100%;
}

@media (min-width: 960px) {
  .p-goal__btn .c-primary-button {
    font-size: 2.4rem;
    max-width: 530px;
    padding: 34px 60px;
  }
}

@media screen and (max-width: 959px) {
  .p-goal {
    padding-bottom: calc(160px/2);
    padding-top: calc(60px/2);
  }

  .p-goal__ttl {
    font-size: 32px;
    margin-bottom: calc(56px/2);
  }

  .p-goal__btn {
    margin-top: calc(80px/2);
  }

  .p-goalList {
    gap: calc(40px/2);
    grid-template-columns: repeat(1, 1fr);
  }

  .p-goalList__item {
    padding: calc(11px/2);
  }
  
  .p-goalList__num {
    font-size: calc(3.8rem/2);
    height: calc(82px/2);
    width: calc(82px/2);
  }
    
  .p-goalList__txt {
    font-size: calc(3.8rem/2);
    padding: calc(30px/2) calc(40px/2);
  }

  .p-goalTraining {
    margin-top: calc(60px/2);
  }
  
  .p-goalTraining__txt {
    font-size: calc(4.0rem/2);
  }
  
  .p-goalTraining__img {
    margin-top: calc(40px/2);
  }
}


/* modal */
.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 5vh;
  left: 50%;
  width: 89%;
  height: 89vh;
  overflow: scroll;
  transform: translateX(-50%);
  z-index: 10000;
}

.md-inner {
  padding: 2rem;
  background: #fff;
  height: auto;
}

.md-xmark {
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}

.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (min-width: 992px) {
  .md-inner {
    padding: 5rem;
  }

  .md-contents {
    top: 7vh;
    width: 85%;
    height: 87vh;
    max-width: 110rem;
  }
}


/* MVエリア */
.c-article__hero .mv-area {
  margin-bottom: -10px;
}
.c-article__hero .mv-area__video video {
  width: 100%;
}
.c-article__hero .mv-area__copy {
  position: absolute;
  top: 44%;
  left: 50%;
  width: calc(529 / 1366 * 100vw);
  transform: translate(-50%,-50%);
}
.c-article__hero .mv-area__copy img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .c-article__hero .mv-area {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .c-article__hero .mv-area__copy {
    top: calc(70 / 750 * 100vw);
    width: calc(680 / 750 * 100vw);
    transform: translateX(-50%);
  }
}

/* 202511 */
.c-primary-table--flex .c-form__term--wrap {
  flex-wrap: wrap;
  gap: 0 1.5rem;
}
.c-primary-table--flex .c-form__term--wrap .c-form__batch {
  margin-left: 0;
}
.c-primary-table--flex .c-form__term--wrap .c-form--note {
  font-size: 1.4rem;
}
.c-primary-table--flex .c-form__term--wrap .c-form__batch + .c-form--note {
  width: 100%;
  text-align: right;
}
.c-primary-table--flex .c-form__input--all {
  max-width: 100% !important;
}
.c-grid--all {
  gap: .5em 0;
}
.c-grid--all > .c-grid__item {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-primary-table--flex .c-form__term--wrap {
    gap: 0 .1em;
  }
  .c-primary-table--flex .c-form__term--wrap label {
    order: 1;
  }
  .c-primary-table--flex .c-form__term--wrap .c-form--note {
    order: 2;
  }
  .c-primary-table--flex .c-form__term--wrap .c-form__batch + .c-form--note {
    width: auto;
    text-align: left;
  }
  .c-primary-table--flex .c-form__term--wrap .c-form__batch {
    order: 3;
  }
}