@charset "UTF-8";

/*
.c-paragraph {
  margin-top: 1em;
}

.c-lead {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.7rem;
}

.c-pagehero {
  padding: 50px 15px;
  color: #fff;
  background: linear-gradient(101deg, #4DC1EC 0%, #64DAE8 100%) 0% 0%;
  text-align: center;
  font-weight: 600;
  font-size: 3.0rem;
}

.c-pagehero__sub {
  font-size: 1.8rem;
}

.c-pagetitle {
  font-weight: bold;
  font-size: 3.0rem;
}

.c-headline-v1 {
  margin: 70px 0 24px;
}

.c-headline-v1__sub {
  font-weight: 600;
  font-size: 1.5rem;
  color: #099CE8;
  letter-spacing: 1.8px;
}

.c-headline-v1__sub span {
  display: inline-block;
  padding: 0 10px;
}

.c-headline-v1__sub:before, .c-headline-v1__sub:after {
  content: "/";
}

.c-headline-v1__main {
  margin-top: 0.2em;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
}

.c-headline-v1--center {
  text-align: center;
}

.c-headline-v1--large {
  margin-bottom: 40px;
  text-align: center;
}

.c-headline-v1--large .c-headline-v1__sub {
  font-size: 1.8rem;
}

.c-headline-v1--large .c-headline-v1__main {
  font-size: 3.0rem;
}

.c-headline-v2 {
  position: relative;
  margin: 50px 0 20px;
  padding: 0 0 8px;
  font-weight: bold;
  font-size: 2.4rem;
}

.c-headline-v2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #4DC1EC;
  border-radius: 50px;
}

.c-headline-v3 {
  position: relative;
  margin: 40px 0 15px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 2.0rem;
}

.c-headline-v3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #111111;
  border-radius: 50px;
}

.c-headline-v4 {
  position: relative;
  margin: 35px 0 15px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 1.8rem;
}

.c-headline-v4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #BBBBBB;
  border-radius: 50px;
}

.c-headline--has-aside {
  position: relative;
  padding-right: 80px;
}

.c-headline__aside {
  position: absolute;
  right: 0;
  top: calc(50% - 1.2em);
  font-size: 1.2rem;
  color: #8A8A8A;
  font-weight: 400;
}

.c-ulList {
  margin: 1.5em 0;
}

.c-ulList > li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 15px;
  line-height: 1.5;
}

.c-ulList > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: .6em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4CC0EB;
}

.c-ulList > li:last-child {
  margin-bottom: 0;
}

.c-olList {
  margin: 1em 0;
  line-height: 1.5;
  counter-reset: count_ol;
}

.c-olList > li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.8em;
}

.c-olList > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #4CC0EB;
  font-weight: bold;
  counter-increment: count_ol;
  content: counter(count_ol, decimal) ".";
}

.c-olList > li:last-child {
  margin-bottom: 0;
}

.c-noteList {
  margin-top: 1em;
}

.c-noteList > li {
  position: relative;
  padding-left: 1.2em;
  color: #808080;
  font-size: 1.3rem;
}

.c-noteList > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.c-noteList > li:nth-child(n+2) {
  margin-top: .3em;
}

.c-description > dt {
  font-size: 1.6rem;
  font-weight: 600;
}

.c-description > dd {
  margin-top: 10px;
}

.c-description--line + .c-description--line {
  border-top: 1px solid #CCCCCC;
  margin-top: 30px;
  padding-top: 30px;
}

.c-description--dotted {
  margin-top: 40px;
  border-top: 2px dotted #CCCCCC;
  border-bottom: 2px dotted #CCCCCC;
  padding: 16px 0;
}

.c-description--dotted + .c-description--dotted {
  margin-top: 0;
  border-top: none;
}

.c-description-v2 {
  border-bottom: 1px dotted #CCCCCC;
  padding: 0 0 16px;
  margin-bottom: 16px;
}

.c-description-v2 > dt {
  font-weight: 600;
}

.c-description-v2 > dd {
  margin-top: 0.2em;
}

a.c-link-inline {
  color: #00A0DC;
  text-decoration: underline;
}

a.c-link-inline:hover {
  text-decoration: none;
}

.c-anchor {
  display: flex;
  flex-wrap: wrap;
}

.c-anchor > li {
  margin-bottom: 20px;
  margin-right: 22px;
  padding-right: 22px;
  border-right: 1px solid #DCDCDC;
  line-height: 1.4;
}

.c-anchor > li:last-child {
  border-right: none;
  padding-right: 0;
}

.c-anchor > li > a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

.c-anchor > li > a:hover {
  text-decoration: underline;
}

.c-anchor > li > a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.2em;
  left: 0;
  transform: rotate(90deg);
  background: url(/assets/main2/img/common/arrow_main.svg) 0 0 no-repeat;
  background-size: contain;
  width: 10px;
  height: 17px;
}

 */

.c-button {
  margin-top: 40px;
  text-align: center;
}

.c-button a, .c-button button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 50px;
  padding: 16px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.7rem;
  min-width: 350px;
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.16078);
  cursor: pointer;
}

[data-grid-pc] .c-button a,
[data-grid-pc] .c-button button {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.c-button--blue a,
.c-button--blue button {
  background-color: #4CC0EB;
  color: #fff;
}

.c-button--mypage a {
  background-color: #4CC0EB;
  color: #fff;
}

.c-button--red a,
.c-button--red button {
  background-color: #FF6A6A;
  color: #fff;
}

.c-button--white a {
  background-color: #fff;
  color: #099CE8;
}

.c-button--cv a,
.c-button--cv button {
  color: #fff;
  background: transparent linear-gradient(100deg, #F37819 0%, #FF6A6A 100%);
}

.c-button--line a {
  padding: 12px 15px;
  color: #01D50F;
  font-size: 1.4rem;
  background-color: #fff;
}

.c-button--large a,
.c-button--large button {
  min-width: 450px;
  font-size: 2.0rem;
}

.c-button--more a {
  padding: 10px 15px;
  min-width: 100px;
  width: auto;
  font-size: 1.5rem;
}

.c-button--edit {
  margin: 1.8em 0;
  text-align: right;
}

.c-button--edit a, .c-button--edit button {
  min-width: 150px;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 500;
}

.c-box {
  margin-top: 40px;
  padding: 30px;
  background-color: #F5F5F5;
}

.c-box--gray {
  background-color: #F5F5F5;
}

.c-box--blue {
  background-color: #F2FAFF;
}

.c-box__title {
  font-size: 1.8rem;
  font-weight: 600;
}

.c-box-layout-row {
  display: flex;
  align-items: center;
}

.c-box-layout__title .c-box__title {
  font-size: 2.0rem;
}

.c-box-layout__detail > :first-child {
  margin-top: 0;
}

.c-box__title-v2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #CADEE6;
}

.c-box__title-v2 + .c-button {
  margin-top: 1em;
}

.c-box__title-v2__sub {
  color: #00A0DC;
  font-size: 1.4rem;
  font-weight: 600;
}

.c-box__title-v2__main {
  font-size: 1.8rem;
  font-weight: 600;
}

.c-media__img > :first-child {
  margin-top: 0;
}

.c-media__detail {
  flex-grow: 1;
}

.c-media__detail > :first-child {
  margin-top: 0;
}

.c-img {
  margin-top: 40px;
}

.c-img img {
  max-width: 100%;
  height: auto;
}

.c-img--center {
  text-align: center;
}

/*
.c-card {
  position: relative;
  display: block;
}

.c-card--v1 {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.14902);
  background-color: #fff;
  display: block;
}

.c-card--v1 .c-card__detail {
  padding: 15px 25px;
}

.c-card--v1 .c-card__title {
  font-weight: 600;
  font-size: 2.0rem;
  color: #00A0DC;
  text-align: center;
  line-height: 1.2;
}

.c-card--v1 .c-card__text {
  margin-top: 0.8em;
  font-size: 1.5rem;
}

.c-card--v2 {
  background-color: #fff;
}

.c-card--v2 .c-card__image {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.14902);
  border-radius: 8px;
  overflow: hidden;
}

.c-card--v2 .c-card__detail {
  margin-top: 15px;
}

.c-card--v2 .c-card__title {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #111111;
  line-height: 1.56;
  font-weight: 600;
}

.c-card--v2 .c-card__icon {
  display: inline-block;
  border-radius: 50px;
  padding: 3px 15px;
  color: #00A0DC;
  background-color: #EEEEEE;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.79;
}

.c-card--v2 .c-card__caption {
  margin-top: 0.5em;
  font-size: 1.4rem;
}

.c-card--v3 {
  background-color: #fff;
}

.c-card--v3 .c-card__image {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.14902);
  border-radius: 8px;
  overflow: hidden;
}

.c-card--v3 .c-card__detail {
  margin-top: 15px;
}

.c-card--v3 .c-card__title {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #111111;
  line-height: 1.56;
  font-weight: 600;
}

.c-card--v3 .c-card__icon {
  display: inline-block;
  border-radius: 50px;
  padding: 3px 15px;
  color: #00A0DC;
  background-color: #EEEEEE;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.79;
}

.c-card--v3 .c-card__caption {
  margin-top: 0.5em;
  font-size: 1.4rem;
}

.c-wall {
  display: flex;
  margin: 30px 0 0;
}

.c-wall__image {
  margin: 0 auto;
  width: 165px;
}

.c-wall__detail {
  margin: 20px 0 0;
}

.c-wall__title {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

 */

.c-form-input {
  padding: 10px 12px;
  width: 460px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #CCCCCC;
  box-shadow: none;
}

.c-form-input[disabled] {
  background-color: #ededed;
}

.c-form-input--full {
  width: 100%;
}

textarea.c-form-input {
  display: block;
}

.c-form-input--address {
  width: 600px;
}

.c-checkbox {
  position: relative;
  padding-left: 32px;
  margin-right: 15px;
  margin-bottom: 5px;
  color: #333;
}

.c-checkbox label {
  cursor: pointer;
}

.c-checkbox:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #e2e0e0;
}

.c-checkbox__btn {
  position: absolute;
  opacity: 0;
}

.c-checkbox__btn + label,
.c-checkbox__btn + input + label {
  cursor: pointer;
}

.c-checkbox__btn + label:before,
.c-checkbox__btn + input + label:before {
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  z-index: 2;
  width: 6px;
  height: 9px;
  border-right: 2px solid #ea2a00;
  border-bottom: 2px solid #ea2a00;
  opacity: 0;
  transition: .1s;
}

.c-checkbox__btn:checked + label:before,
.c-checkbox__btn:checked + input + label:before {
  opacity: 1;
}

.c-form-select {
  position: relative;
  display: inline-block;
}

.c-form-select > select {
  padding: 10px 60px 10px 15px;
  border: 1px solid #DDDDDD;
  height: 44px;
  background-color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-form-select > select:focus {
  outline: none;
  border-color: #4CC0EB;
}

.c-form-select > select::-ms-expand {
  display: none;
}

.c-form-select:before {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  border-radius: 0 2px 2px 0;
  content: "";
  display: block;
  width: 42px;
  height: calc(100% - 6px);
  background: #EEEEEE url(/assets/main/img/common/bottom_main.svg) 50% 50% no-repeat;
  background-size: 10px auto;
  pointer-events: none;
}

.c-form-radio {
  position: relative;
  margin-right: 25px;
  display: inline-block;
}

.c-form-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.c-form-radio input[type="radio"] + label {
  cursor: pointer;
}

.c-form-radio input[type="radio"] + label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -1px;
  margin-right: 0.5em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.c-form-radio input[type="radio"]:checked + label:before {
  background-color: #4CC0EB;
  box-shadow: inset 0 0 0 4px #fff;
}

.c-form-radio input[type="radio"]:focus + label:before {
  outline: none;
  border-color: #4CC0EB;
}

.c-form-radio input[type="radio"] + label:empty:before {
  margin-right: 0;
}

.c-iframe {
  margin-top: 2em;
  text-align: center;
}

.c-iframe iframe {
  max-width: 100%;
}

.c-localnav {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  border-bottom: 4px solid #EEEEEE;
}

.c-localnav__elm {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.c-localnav__elm.is-current {
  color: #4DC1EC;
  font-weight: 600;
}

.c-localnav__elm.is-current:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -3px;
  height: 3px;
  left: 0;
  display: block;
  width: 100%;
  background-color: #4DC1EC;
}

.c-ranking {
  position: absolute;
  border-radius: 8px 0 0 0;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #333333;
  color: #fff;
  font-size: 1.2rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-style: normal;
  text-align: center;
}

.c-ranking.is-rank1 {
  background-color: #c3ba46;
}

.c-ranking.is-rank2 {
  background-color: #afafaf;
}

.c-ranking.is-rank3 {
  background-color: #bb8853;
}

/*
.c-categoryList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.c-categoryList .c-category {
  margin: 0 5px 10px 0;
}

.c-categoryList .c-category > a,
.c-categoryList .c-category > span {
  display: block;
  border-radius: 50px;
  padding: 5px 14px;
  background-color: #F5F5F5;
  color: #8A8A8A;
  font-size: 1.3rem;
  font-weight: 400;
}

.c-categoryList .c-category.is-current > a {
  background-color: #4DC1EC;
  color: #fff;
}
 */

.c-pager {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.c-pager__next,
.c-pager__prev {
  margin-bottom: 5px;
  position: relative;
  width: 8px;
  height: 17px;
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
}

.c-pager__next:before,
.c-pager__prev:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/main2/img/common/arrow_main.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-pager__next {
  margin-right: 20px;
}

.c-pager__next:before {
  transform: rotateY(180deg);
}

.c-pager__item {
  margin: 0 2px 5px;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #DCDCDC;
}

.c-pager__item.is-current {
  color: #fff;
  font-weight: 600;
  border-color: #4DC1EC;
  background-color: #4DC1EC;
}

.c-pager__item--start {
  position: relative;
  margin-right: 32px;
}

.c-pager__item--start:before {
  position: absolute;
  top: calc(50% - 1.5em);
  right: -25px;
  content: "…";
  color: #4DC1EC;
}

.c-pager__item--end {
  position: relative;
  margin-left: 32px;
}

.c-pager__item--end:before {
  position: absolute;
  top: calc(50% - 1.5em);
  left: -25px;
  content: "…";
  color: #4DC1EC;
}

.c-pager__prev {
  margin-left: 20px;
}

.c-subling-pager {
  margin: 40px 0 0;
  padding: 15px 40px;
  display: flex;
  background-color: #F5F5F5;
}

.c-subling-pager__elm {
  width: 50%;
  font-size: 1.6rem;
}

.c-subling-pager__elm:nth-child(2) {
  border-left: 1px solid #DCDCDC;
  text-align: right;
}

.c-subling-pager__elm a {
  position: relative;
  display: inline-block;
}

.c-subling-pager__elm a:hover {
  text-decoration: underline;
}

.c-subling-pager__elm a:before {
  position: absolute;
  z-index: 2;
  top: calc(50% - 6px);
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background: url(/assets/main2/img/common/arrow_main.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-subling-pager__elm.type-next a {
  padding-left: 1.2em;
}

.c-subling-pager__elm.type-next a:before {
  left: 0;
  transform: rotateY(-180deg);
}

.c-subling-pager__elm.type-prev a {
  padding-right: 1.2em;
}

.c-subling-pager__elm.type-prev a:before {
  right: 0;
}

.js-accordion__contents {
  display: none;
}

.js-accordion__switch {
  cursor: pointer;
}

.c-modalbox {
  position: relative;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  width: 1000px;
}

.c-modalbox__profile__head {
  position: relative;
  margin: -40px -40px 0;
  border-radius: 8px 8px 0 0;
  padding: 28px 28px 28px 310px;
  color: #fff;
  background: transparent linear-gradient(98deg, #4DC1EC 0%, #64DAE8 100%);
}

.c-modalbox__profile__icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 30px;
  max-width: 230px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  transform: translateY(-50%);
}

.c-modalbox__profile__name {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.c-modalbox__profile__furigana {
  font-size: 2.0rem;
  font-weight: 100;
}

.c-modalbox__profile__body {
  padding-top: 70px;
}

.c-modalbox-close {
  position: absolute;
  display: block;
  z-index: 10;
  top: -45px;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  opacity: 1;
}

.c-modalbox-close:before, .c-modalbox-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  content: "";
  display: block;
  background-color: #fff;
  height: 100%;
  width: 2px;
  pointer-events: none;
}

.c-modalbox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modalbox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.agent-modal-layout {
  display: flex;
  justify-content: space-between;
}

.agent-modal-layout__grid {
  width: 48%;
}

.agent-desc {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.agent-desc dt {
  flex-shrink: 0;
  padding: 2px 10px;
  min-width: 140px;
  border-radius: 50px;
  background: #EEEEEE 0% 0% no-repeat padding-box;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #00A0DC;
}

.agent-desc dd {
  flex-grow: 1;
  margin-left: 15px;
  font-size: 1.5rem;
}

.agent-modal-title {
  font-size: 2.0rem;
  color: #00A0DC;
  font-weight: 600;
}

.agent-modal-paragraph {
  margin-top: 0.8em;
  font-size: 1.6rem;
}

.c-agent-list {
  display: flex;
  flex-wrap: wrap;
}

.c-agent__image {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16078);
  background-color: #fff;
}

.c-agent__detail {
  margin-top: 15px;
  color: #fff;
}

.c-agent__furigana {
  font-size: 1.5rem;
  font-weight: 100;
}

.c-agent__name {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-agent__educational {
  font-weight: 300;
}

.c-agent__job {
  margin-top: 10px;
  color: #105284;
  line-height: 1.6;
}

.c-agent__job dt {
  font-weight: bold;
  font-size: 1.5rem;
}

.c-agent__job dd {
  font-size: 1.4rem;
}

.c-voice-list {
  display: flex;
  flex-wrap: wrap;
}

.c-voice-list__elm {
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
}

.c-voice-list-profile {
  display: flex;
  align-items: center;
}

.c-voice-list-profile__image {
  margin-right: 15px;
  flex-shrink: 0;
  max-width: 70px;
}

.c-voice-list-profile__image img {
  border-radius: 50%;
}

.c-voice-list-profile__detail {
  flex-grow: 1;
}

.c-voice-list-profile__dt {
  font-size: 1.4rem;
  color: #888;
}

.c-voice-list-profile__dd {
  font-size: 1.5rem;
  font-weight: 600;
}

.c-voice-list-detail {
  margin-top: 15px;
}

.c-voice-list__catch {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.44;
}

.c-voice-list__paragraph {
  font-size: 1.5rem;
  line-height: 1.67;
}

.c-download__image {
  position: relative;
  height: 150px;
  background-color: #F2FAFF;
  overflow: hidden;
}

.c-download__image img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}

.c-download__title {
  margin-top: 1em;
  font-weight: 600;
  font-size: 1.7rem;
}

a.c-download__button {
  margin-top: 1.5em;
  display: block;
  border-radius: 50px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  background: #4DC1EC;
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.14902);
}

a.c-download__button:before {
  transform: translateY(-2px);
  content: "";
  display: inline-block;
  width: 21px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/assets/main2/img/common/icon_download.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-todo {
  padding: 20px 30px;
  border-radius: 7px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
}

.c-todo + .c-todo {
  margin-top: 10px;
}

.c-todo--past {
  background-color: #F5F5F5;
}

.c-todo__head__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-todo__label {
  flex-grow: 1;
}

.c-todo__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-todo__schedule {
  font-size: 1.4rem;
  margin-top: 0.2em;
}

a.c-todo__button {
  flex-shrink: 0;
  margin-left: 15px;
  padding: 6px 13px;
  border-radius: 50px;
  font-size: 1.3rem;
  color: #8A8A8A;
  background-color: #F5F5F5;
}

.c-todo__body {
  border-top: 2px dotted #CCCCCC;
  margin-top: 15px;
  padding-top: 15px;
}

a.c-todo__link {
  color: #00A0DC;
  font-size: 1.6rem;
  font-weight: bold;
}

a.c-todo__link:hover {
  text-decoration: underline;
}

.c-icon {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.0;
}

.c-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.c-icon--plus {
  transform: translateY(-3px);
}

.c-icon--plus:before {
  width: 12px;
  height: 12px;
  background: url(/assets/main2/img/common/icon_plus.svg) 0 0 no-repeat;
  background-size: contain;
}

.c-pointlist {
  margin: 40px 0;
}

.c-pointlist__elm {
  border-radius: 16px;
  padding: 20px 20px 30px;
  border: 3px solid #4DC1EC;
  background-color: #fff;
}

.c-pointlist__detail {
  margin-top: 20px;
}

.c-pointlist__label {
  color: #111111;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.c-pointlist__title {
  color: #00A0DC;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}

.c-pointlist__paragraph {
  margin-top: 0.8em;
}

.p-article__title {
  margin: 0 0 1.5em;
  font-size: 2.6rem;
  font-weight: bold;
}

.p-article__category--top {
  margin-bottom: 40px;
}

.p-article__category--bottom {
  margin-top: 50px;
}

.p-article__title-v2 {
  margin: 0 0 1em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.p-article__title-v2.type-pickup:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/main2/img/common/icon_pickup.svg) 0 0 no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  transform: translateY(-2px);
}

.p-article__title-v2.type-ranking:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/main2/img/common/icon_ranking.svg) 0 0 no-repeat;
  background-size: contain;
  width: 27px;
  height: 19px;
  transform: translateY(-3px);
}

.p-article__aside {
  margin-top: 50px;
  border-top: 1px solid #DCDCDC;
  padding-top: 40px;
}

.p-article__aside + .p-article__aside {
  margin-top: 50px;
}

.p-bnrlist {
  padding: 45px 0;
  background: #F5F5F5;
}

.c-accordion {
  margin-top: 20px;
}

.c-accordion__head {
  position: relative;
  padding: 20px 30px;
  background-color: #F2FAFF;
  font-weight: bold;
  font-size: 2.0rem;
  border-radius: 8px;
}

.is-active .c-accordion__head:before {
  transform: rotate(180deg);
}

.c-accordion__head:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(50% - 3px);
  right: 30px;
  background: url(/assets/main/img/common/bottom_main.svg) 0 0 no-repeat;
  background-size: contain;
  width: 24px;
  height: 12px;
  transition: ease transform 0.3s;
}

.c-accordion__body {
  padding: 30px 0 15px;
}

.c-accordion__body > :first-child {
  margin-top: 0;
}

.c-accordion__icon {
  margin-left: 15px;
  border-radius: 50px;
  color: #fff;
  background-color: #4DC1EC;
  font-size: 1.4rem;
  padding: 2px 15px;
  font-weight: normal;
}

/*
.p-single__title {
  font-weight: bold;
  font-size: 2.8rem;
}

.p-single__time {
  margin-top: 1em;
  color: #888888;
  text-align: right;
  font-size: 1.3rem;
}

.p-single__eyecatch__radius {
  border-radius: 8px;
}

.p-single__relation {
  margin-top: 70px;
  padding: 30px;
  background-color: #F2FAFF;
}

.p-single__relation .c-card--v2 {
  background-color: transparent;
}

.p-single__relation__title {
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 1px solid #CADEE6;
}

.p-single-hero {
  position: relative;
  padding: 30px 15px 40px;
  color: #fff;
  background: linear-gradient(101deg, #4DC1EC 0%, #64DAE8 100%) 0% 0%;
  font-weight: 600;
  font-size: 3.0rem;
}

.p-single-hero__title {
  line-height: 1.5;
}

.p-sidenav-bnr li:nth-child(n+2) {
  margin-top: 10px;
}

 */

.p-form > :first-child {
  margin-top: 0;
}

.p-form .c-button--cv {
  margin-top: 60px;
}

.p-form-group {
  margin-top: 20px;
}

.p-form-group__label {
  margin-bottom: 0.6em;
  font-weight: 600;
}

.p-form-group--req .p-form-group__label:after {
  content: "※";
  color: #FF6A6A;
}

.p-form-group__control .c-noteList {
  margin-top: 0.5em;
}

.p-form-group__control--post {
  display: flex;
  align-items: center;
}

.p-form-group__control--post .c-form-input {
  width: 4em;
}

.p-form-group__control--tel {
  display: flex;
  align-items: center;
}

.p-form-group__control--tel .c-form-input {
  width: 4em;
}

.p-form-group__control--birthday {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-form-group__control--school {
  display: flex;
  align-items: center;
}

.p-form-group__control--school .c-form-input {
  width: 4em;
}

.p-form-group__control--name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-form-group__control--name .c-form-input {
  width: 48%;
}

.p-form-group__control__hr {
  margin: 0 6px;
}

.p-es-change {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.p-exam,
.p-exam-modal {
  counter-reset: count_exam;
}

.p-exam-section {
  padding: 40px 0;
  border-bottom: 1px solid #DCDCDC;
}

.p-exam-section__title {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.8em;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-exam-section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  counter-increment: count_exam;
  content: counter(count_exam, decimal) ".";
}

.p-exam-section__title:last-child {
  margin-bottom: 0;
}

.p-exam-answer {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.p-exam-answer__btn {
  margin: 0 7px;
}

.p-exam-answer__btn button {
  padding: 10px;
  min-width: 180px;
  color: #fff;
  background-color: #4DC1EC;
  font-size: 2.2rem;
}

.p-exam-answer__btn.is-current button {
  pointer-events: none;
  cursor: default;
  background-color: #105284;
}

.p-exam-modal .p-exam-section__title {
  margin-bottom: 22px;
}

.p-exam-modal .p-exam-section:first-child {
  padding-top: 0;
}

.p-exam-desc {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}

.p-exam-desc.type-true {
  color: #00A0DC;
}

.p-exam-desc.type-true dt {
  background-color: #F2FAFF;
}

.p-exam-desc.type-false {
  color: #FF6A6A;
}

.p-exam-desc.type-false dt {
  background-color: #FFF1F1;
}

.p-exam-desc dt {
  min-width: 110px;
  padding: 5px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #F5F5F5;
  text-align: center;
  font-size: 1.4rem;
}

.p-exam-desc dd {
  flex-grow: 1;
  font-size: 1.8rem;
}

.p-exam-comment {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.p-exam-comment.type-true {
  color: #00A0DC;
}

.p-exam-comment.type-false {
  color: #FF6A6A;
}

.p-exam-modal__close {
  margin-top: 30px;
  display: block;
  text-align: center;
}

.p-exam-modal__close:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/assets/main2/img/common/exam_close.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-lesson-dashboard {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
  background-color: #F2FAFF;
  padding: 40px 80px;
}

.p-lesson-dashboard__grid {
  width: 48%;
}

.p-lesson-dashboard__title {
  margin: 0 0 30px;
  padding: 0 0 8px;
  font-weight: 500;
  color: #00A0DC;
  border-bottom: 2px solid #CADEE6;
  font-size: 1.8rem;
}

.p-lesson-trophyList {
  display: flex;
  flex-wrap: wrap;
}

.p-lesson-trophyList__elm:before {
  content: "";
  display: block;
  width: 45px;
  height: 48px;
  background: url(/assets/main2/img/common/icon_cup2_off.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-lesson-trophyList__elm.is-complete:before {
  background-image: url(/assets/main2/img/common/icon_cup_on.svg);
}

.p-lesson-chart {
  position: relative;
  text-align: center;
  min-height: 206px;
}

.p-lesson-chart__contents {
  display: inline-block;
}

.p-lesson-chart__label {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: 10px;
  transform: translate(-50%, -50%);
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.8rem;
  color: #00A0DC;
}

.p-lesson-chart__label span {
  font-size: 4.0rem;
}

.p-lesson-index {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

a.p-lesson-index__elm {
  position: relative;
  display: block;
  border: 1px solid #DCDCDC;
  padding: 15px 15px 20px;
  border-radius: 5px;
  text-align: center;
}

a.p-lesson-index__elm.is-complete {
  border-color: #F5F5F5;
  background-color: #F5F5F5;
}

.p-lesson-index__trophy {
  display: block;
  margin: 0 auto;
  width: 27px;
  height: 29px;
  background: url(/assets/main2/img/common/icon_cup_off.svg) 0 0 no-repeat;
  background-size: contain;
}

.is-complete .p-lesson-index__trophy {
  background-image: url(/assets/main2/img/common/icon_cup_on.svg);
}

.p-lesson-index__title {
  margin-top: 3px;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-lesson-index__state {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #8A8A8A;
}

.p-lesson-index__state.is-state01 {
  color: #00A0DC;
}

.p-lesson-index__state.is-state02 {
  color: #FF6A6A;
}

.p-lesson-index__number {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  font-size: 1.1rem;
  color: #8A8A8A;
}

.p-lesson-courseList {
  margin-top: 40px;
}

.p-lesson-courseList__elm {
  position: relative;
  display: block;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
}

.p-lesson-courseList__elm.is-state02, .p-lesson-courseList__elm.is-state03 {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.p-lesson-courseList__elm:before {
  position: absolute;
  z-index: 5;
  content: "";
  top: 8px;
  right: 10px;
  width: 18px;
  height: 25px;
  background: url(/assets/main2/img/common/icon_badge_off.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-lesson-courseList__elm.is-state03:before {
  background-image: url(/assets/main2/img/common/icon_badge_on.svg);
}

.p-lesson-courseList__number {
  color: #00A0DC;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-lesson-courseList__title {
  margin-top: 0.2em;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-lesson-courseList__detail {
  margin-top: 0.3em;
  font-size: 1.3rem;
}

.p-lesson-course-result {
  display: flex;
}

.p-lesson-course-result__detail {
  flex-grow: 1;
  padding-right: 30px;
}

.p-lesson-course-result__icon {
  flex-shrink: 0;
  width: 140px;
}

.p-lesson-course-result__count {
  margin-top: 0.5em;
  font-size: 1.3rem;
  text-align: center;
  color: #8A8A8A;
}

.p-membersonly {
  position: relative;
  margin-top: 0.5em;
}

.p-membersonly img {
  opacity: 0.6;
}

.p-membersonly .c-button {
  margin: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-calendar {
  margin: 30px 0 40px;
  overflow: hidden;
}

table.p-calendar-table {
  width: 100%;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
}

table.p-calendar-table th, table.p-calendar-table td {
  padding: 8px 5px;
  vertical-align: middle;
  font-size: 1.4rem;
}

table.p-calendar-table thead th {
  padding: 10px 5px;
  color: #fff;
  background-color: #4DC1EC;
  text-align: center;
  font-weight: 500;
}

table.p-calendar-table thead th:first-child {
  border-right: 1px solid #DCDCDC;
  background-color: #105284;
}

table.p-calendar-table tbody th {
  border-top: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  font-weight: bold;
  background-color: #105284;
  color: #fff;
  text-align: center;
}

table.p-calendar-table tbody td {
  border-top: 1px solid #DCDCDC;
  background-color: #fff;
}

table.p-calendar-table tbody td:nth-of-type(odd) {
  background-color: #F2FAFF;
}

a.p-calendar__state-btn {
  display: block;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  background-color: #4CC0EB;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 46px;
  line-height: 46px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16078);
}

a.p-calendar__state-btn--note {
  background-color: #FF6A6A;
}

a.p-calendar__state-btn--disabled {
  cursor: default;
  box-shadow: none;
  color: #a6a6a6;
  background-color: #e4e4e4;
}

a.p-calendar__state-btn--disabled:hover {
  opacity: 1;
}

.p-agent {
  padding: 85px 0 100px;
  background: transparent linear-gradient(124deg, #4DC1EC 0%, #64DAE8 100%);
}

.p-agent .c-headline-v1,
.p-agent .c-headline-v1__sub {
  color: #fff;
}

.p-agent--margin {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-cv {
  padding: 55px 0;
  color: #fff;
  background: transparent linear-gradient(106deg, #4CC9E9 0%, #45DCC7 100%, #46C0FF 100%);
}

.p-cv-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 900px;
  margin: 0 auto;
}

.p-cv-list > li {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  padding: 10px 15px;
  border-radius: 50px;
  background-color: #77dbe4;
  font-size: 1.6rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}

.p-cv-list > li:before {
  position: absolute;
  top: calc(50% - 12px);
  left: -22px;
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  background: url(/assets/main2/img/common/cv_bg01.svg) 0 0 no-repeat;
  background-size: contain;
}

.p-cv-list > li:nth-child(even) {
  align-self: flex-end;
}

.p-cv-list > li:nth-child(even):before {
  left: auto;
  right: -22px;
  background-image: url(/assets/main2/img/common/cv_bg02.svg);
  background-size: contain;
}

.p-cv__title {
  margin: 30px 0 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 1.04px;
}

.p-cv-line {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, .2);
}

.p-cv-line__detail {
  font-size: 1.6rem;
}

.p-cv-line__btn .c-button {
  margin-top: 0;
}

.p-cv-line__btn .c-button a {
  min-width: 230px;
  font-size: 1.4rem;
}

.p-cv--fix {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 40px;
}

.p-cv--fix a {
  border-radius: 10px 10px 0 0;
  height: 65px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background: transparent linear-gradient(100deg, #F37819 0%, #FF6A6A 100%);
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.16078);
}

.p-other {
  padding: 80px 0 100px;
}

.p-other-list {
  display: flex;
  flex-wrap: wrap;
}

.p-other-list__elm img {
  border-radius: 8px;
}

.p-other__bnr__elm img {
  border-radius: 8px;
}

.p-other-layout {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.p-other__twitter {
  width: 555px;
  border: 1px solid #E9E9E9;
}

.p-other__bnr {
  width: 513px;
}

.p-loginbox {
  margin: 3em 0;
  padding: 18px 110px;
  background: transparent linear-gradient(106deg, #4CC9E9 0%, #45DCC7 100%, #46C0FF 100%);
  color: #fff;
}

.p-loginbox .c-button {
  margin: 0;
}

.p-loginbox-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-loginbox__title {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

.p-login-service {
  padding: 50px 50px;
  background-color: #F2FAFF;
}

.p-lineup {
  padding: 80px 0;
  background-color: #F2FAFF;
}

.top .l-header {
  border-bottom: none;
  background-color: transparent;
}

.top .l-header:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: ease transform 0.3s;
  border-bottom: 1px solid #DEDEDE;
}

.top .l-header .header__switch a > span {
  background-color: #fff;
}

.top .l-header.is-fixed:before,
.is-gnav-open .top .l-header:before {
  transform: translateY(0%);
}

.top .l-header.is-fixed .header__switch a > span,
.is-gnav-open .top .l-header .header__switch a > span {
  background-color: #000;
}

.top .l-header.is-fixed .l-header__logo a:before,
.is-gnav-open .top .l-header .l-header__logo a:before {
  opacity: 0;
}

.top .l-header.is-fixed .l-header__logo img,
.is-gnav-open .top .l-header .l-header__logo img {
  opacity: 1;
}

.top .l-header__logo a:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/main2/img/common/logo_white.svg) 0 0 no-repeat;
  background-size: contain;
  transition: ease opacity 0.3s;
}

.top .l-header__logo img {
  opacity: 0;
  transition: ease opacity 0.3s;
}

.top-mv {
  position: relative;
}

.top-mv__contents {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-mv__contents .c-button a {
  font-size: 2.1rem;
}

.top-mv__title {
  text-align: center;
}

.top-mv-slider__elm:nth-child(n+2) {
  display: none;
}

.slick-initialized .top-mv-slider__elm:nth-child(n+2) {
  display: block;
}

.top-about {
  padding: 100px 0;
  color: #fff;
  background: transparent linear-gradient(288deg, #64DAE8 0%, #4DC1EC 100%) 0% 0% no-repeat padding-box;
}

.top-about-layout {
  margin: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-about__title {
  flex-shrink: 0;
  font-size: 4.0rem;
}

.top-about__detail {
  width: 555px;
}

.top-about__paragraph {
  font-size: 1.7rem;
  line-height: 1.94;
}

.top-about__paragraph + .top-about__paragraph {
  margin-top: 1.5em;
}

.top-article {
  padding: 80px 0;
}

.top-article__section + .top-article__section {
  border-top: 1px solid #DCDCDC;
  margin-top: 40px;
  padding-top: 40px;
}

.top-article-title {
  margin: 0 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-article-title .c-headline-v1 {
  margin: 0;
  margin-right: 15px;
}

.top-article-title .c-button {
  margin: 0;
}

.top-voice {
  padding: 90px 0 100px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  /*
  #body .u-w-001p-sp {
    width: 1%;
  }
  #body .u-w-002p-sp {
    width: 2%;
  }
  #body .u-w-003p-sp {
    width: 3%;
  }
  #body .u-w-004p-sp {
    width: 4%;
  }
  #body .u-w-005p-sp {
    width: 5%;
  }
  #body .u-w-006p-sp {
    width: 6%;
  }
  #body .u-w-007p-sp {
    width: 7%;
  }
  #body .u-w-008p-sp {
    width: 8%;
  }
  #body .u-w-009p-sp {
    width: 9%;
  }
  #body .u-w-010p-sp {
    width: 10%;
  }
  #body .u-w-011p-sp {
    width: 11%;
  }
  #body .u-w-012p-sp {
    width: 12%;
  }
  #body .u-w-013p-sp {
    width: 13%;
  }
  #body .u-w-014p-sp {
    width: 14%;
  }
  #body .u-w-015p-sp {
    width: 15%;
  }
  #body .u-w-016p-sp {
    width: 16%;
  }
  #body .u-w-017p-sp {
    width: 17%;
  }
  #body .u-w-018p-sp {
    width: 18%;
  }
  #body .u-w-019p-sp {
    width: 19%;
  }
  #body .u-w-020p-sp {
    width: 20%;
  }
  #body .u-w-021p-sp {
    width: 21%;
  }
  #body .u-w-022p-sp {
    width: 22%;
  }
  #body .u-w-023p-sp {
    width: 23%;
  }
  #body .u-w-024p-sp {
    width: 24%;
  }
  #body .u-w-025p-sp {
    width: 25%;
  }
  #body .u-w-026p-sp {
    width: 26%;
  }
  #body .u-w-027p-sp {
    width: 27%;
  }
  #body .u-w-028p-sp {
    width: 28%;
  }
  #body .u-w-029p-sp {
    width: 29%;
  }
  #body .u-w-030p-sp {
    width: 30%;
  }
  #body .u-w-031p-sp {
    width: 31%;
  }
  #body .u-w-032p-sp {
    width: 32%;
  }
  #body .u-w-033p-sp {
    width: 33%;
  }
  #body .u-w-034p-sp {
    width: 34%;
  }
  #body .u-w-035p-sp {
    width: 35%;
  }
  #body .u-w-036p-sp {
    width: 36%;
  }
  #body .u-w-037p-sp {
    width: 37%;
  }
  #body .u-w-038p-sp {
    width: 38%;
  }
  #body .u-w-039p-sp {
    width: 39%;
  }
  #body .u-w-040p-sp {
    width: 40%;
  }
  #body .u-w-041p-sp {
    width: 41%;
  }
  #body .u-w-042p-sp {
    width: 42%;
  }
  #body .u-w-043p-sp {
    width: 43%;
  }
  #body .u-w-044p-sp {
    width: 44%;
  }
  #body .u-w-045p-sp {
    width: 45%;
  }
  #body .u-w-046p-sp {
    width: 46%;
  }
  #body .u-w-047p-sp {
    width: 47%;
  }
  #body .u-w-048p-sp {
    width: 48%;
  }
  #body .u-w-049p-sp {
    width: 49%;
  }
  #body .u-w-050p-sp {
    width: 50%;
  }
  #body .u-w-051p-sp {
    width: 51%;
  }
  #body .u-w-052p-sp {
    width: 52%;
  }
  #body .u-w-053p-sp {
    width: 53%;
  }
  #body .u-w-054p-sp {
    width: 54%;
  }
  #body .u-w-055p-sp {
    width: 55%;
  }
  #body .u-w-056p-sp {
    width: 56%;
  }
  #body .u-w-057p-sp {
    width: 57%;
  }
  #body .u-w-058p-sp {
    width: 58%;
  }
  #body .u-w-059p-sp {
    width: 59%;
  }
  #body .u-w-060p-sp {
    width: 60%;
  }
  #body .u-w-061p-sp {
    width: 61%;
  }
  #body .u-w-062p-sp {
    width: 62%;
  }
  #body .u-w-063p-sp {
    width: 63%;
  }
  #body .u-w-064p-sp {
    width: 64%;
  }
  #body .u-w-065p-sp {
    width: 65%;
  }
  #body .u-w-066p-sp {
    width: 66%;
  }
  #body .u-w-067p-sp {
    width: 67%;
  }
  #body .u-w-068p-sp {
    width: 68%;
  }
  #body .u-w-069p-sp {
    width: 69%;
  }
  #body .u-w-070p-sp {
    width: 70%;
  }
  #body .u-w-071p-sp {
    width: 71%;
  }
  #body .u-w-072p-sp {
    width: 72%;
  }
  #body .u-w-073p-sp {
    width: 73%;
  }
  #body .u-w-074p-sp {
    width: 74%;
  }
  #body .u-w-075p-sp {
    width: 75%;
  }
  #body .u-w-076p-sp {
    width: 76%;
  }
  #body .u-w-077p-sp {
    width: 77%;
  }
  #body .u-w-078p-sp {
    width: 78%;
  }
  #body .u-w-079p-sp {
    width: 79%;
  }
  #body .u-w-080p-sp {
    width: 80%;
  }
  #body .u-w-081p-sp {
    width: 81%;
  }
  #body .u-w-082p-sp {
    width: 82%;
  }
  #body .u-w-083p-sp {
    width: 83%;
  }
  #body .u-w-084p-sp {
    width: 84%;
  }
  #body .u-w-085p-sp {
    width: 85%;
  }
  #body .u-w-086p-sp {
    width: 86%;
  }
  #body .u-w-087p-sp {
    width: 87%;
  }
  #body .u-w-088p-sp {
    width: 88%;
  }
  #body .u-w-089p-sp {
    width: 89%;
  }
  #body .u-w-090p-sp {
    width: 90%;
  }
  #body .u-w-091p-sp {
    width: 91%;
  }
  #body .u-w-092p-sp {
    width: 92%;
  }
  #body .u-w-093p-sp {
    width: 93%;
  }
  #body .u-w-094p-sp {
    width: 94%;
  }
  #body .u-w-095p-sp {
    width: 95%;
  }
  #body .u-w-096p-sp {
    width: 96%;
  }
  #body .u-w-097p-sp {
    width: 97%;
  }
  #body .u-w-098p-sp {
    width: 98%;
  }
  #body .u-w-099p-sp {
    width: 99%;
  }
  #body .u-w-100p-sp {
    width: 100%;
  }
  #body .u-show--pc {
    display: none;
  }
  .u-site-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-site-block > *:first-child,
  .u-site-block > section:first-child > *:first-child {
    margin-top: 0;
  }
  .u-site-block > *:last-child,
  .u-site-block > section:first-child > *:last-child {
    margin-bottom: 0;
  }
  body {
    line-height: 1.6;
    font-size: 1.4rem;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem;
  }
  .l-header-layout {
    padding: 0 10px 0 15px;
    height: 55px;
  }
  .l-header__logo a {
    max-width: 172px;
  }
  .header__switch {
    display: block;
    position: relative;
    z-index: 9999;
    margin: 0;
  }
  .l-gnav {
    display: block;
    position: fixed;
    height: calc(100% - 55px);
    width: 100%;
    top: 55px;
    right: -100%;
    transition: ease right 0.3s;
    overflow-y: auto;
    background: linear-gradient(148deg, #4DC1EC 0%, #64DAE8 100%);
  }
  .is-gnav-open .l-gnav {
    right: 0%;
  }
  .l-gnav .c-button a {
    margin: 20px 0 0;
    min-width: 65%;
  }
  .gnav-list {
    padding-top: 20px;
    display: block;
  }
  .gnav-list__elm {
    margin: 0;
  }
  .gnav-list__elm a {
    padding: 20px 30px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
  }
  .l-wrapper {
    padding-top: 55px;
  }
  .l-wrapper.top {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .l-contents {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .l-contents--nav,
  .l-contents--detail {
    padding-top: 0;
  }
  .l-contents--nav .l-main,
  .l-contents--detail .l-main {
    padding: 0 15px;
    width: auto;
  }
  .l-contents--nav .l-sidenav,
  .l-contents--detail .l-sidenav {
    padding: 40px 15px 0;
  }
  .l-footer {
    padding: 25px 0 15px;
  }
  .l-footer-contents {
    display: block;
  }
  .l-footer-nav {
    display: block;
  }
  .footer-nav-list {
    justify-content: center;
  }
  .footer-nav-list__elm a {
    padding: 0 12px;
    font-size: 1.2rem;
  }
  .footer__nav-btn {
    margin: 15px 0 0;
  }
  .footer__nav-btn a {
    display: block;
    padding: 10px 15px;
    font-size: 1.2rem;
    text-align: center;
  }
  .l-footer-copy {
    margin-top: 15px;
  }
  .footer-copy {
    font-size: 1.0rem;
    text-align: center;
  }
  [data-grid-sp] {
    display: flex;
    flex-wrap: wrap;
  }
  [data-grid-sp="1"] {
    display: block;
  }
  [data-grid-sp="1"] > *:nth-child(n+2) {
    margin-top: 15px;
  }
  [data-grid-sp="2"] > * {
    width: calc(50% - 7px);
    margin-left: 14px;
  }
  [data-grid-sp="2"] > *:nth-child(2n+1) {
    margin-left: 0;
  }
  [data-grid-sp="2"] > *:nth-child(n+3) {
    margin-top: 40px;
  }
  [data-grid-sp="scroll"] {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  [data-grid-sp="scroll"] > * {
    margin-right: 15px;
    flex-shrink: 0;
    width: 240px;
  }

   */
  .c-lead {
    font-size: 1.4rem;
  }
  .c-pagehero {
    padding: 25px 15px;
    font-size: 2.0rem;
  }
  .c-pagehero__sub {
    font-size: 1.2rem;
  }
  .c-headline-v1 {
    margin: 40px 0 20px;
  }
  .c-headline-v1__sub {
    font-size: 1.2rem;
  }
  .c-headline-v1__main {
    font-size: 2.0rem;
  }
  .c-headline-v1--large {
    margin-bottom: 20px;
  }
  .c-headline-v1--large .c-headline-v1__sub {
    font-size: 1.4rem;
  }
  .c-headline-v1--large .c-headline-v1__main {
    font-size: 2.3rem;
  }
  .c-headline-v2 {
    margin: 30px 0 10px;
    padding: 0 0 10px;
    font-size: 1.9rem;
  }
  .c-headline-v2:before {
    height: 3px;
  }
  .c-headline-v3 {
    margin: 40px 0 15px;
    font-size: 1.8rem;
  }
  .c-headline-v3:before {
    height: 2px;
  }
  .c-headline-v4 {
    margin: 35px 0 15px;
    font-size: 1.6rem;
    border-bottom-width: 1px;
  }
  .c-headline-v4:before {
    height: 1px;
  }
  .c-headline__aside {
    font-size: 1.2rem;
  }
  .c-ulList > li::before {
    top: .6em;
  }
  .c-noteList > li {
    font-size: 1.1rem;
  }
  .c-description > dt {
    font-size: 1.4rem;
  }
  .c-description > dd {
    margin-top: 10px;
  }
  .c-description--line + .c-description--line {
    margin-top: 15px;
    padding-top: 15px;
  }
  .c-description--dotted {
    margin-top: 20px;
    padding: 15px 0;
  }
  .c-description--row dd {
    flex-grow: 1;
    margin-top: 0.3em;
  }
  .c-description-v2 {
    padding: 0 0 13px;
    margin-bottom: 13px;
  }
  .c-anchor > li {
    margin-bottom: 15px;
    margin-right: 20px;
    padding-right: 20px;
  }
  .c-anchor > li > a {
    padding-left: 18px;
  }
  .c-anchor > li > a::before {
    top: 0.3em;
    width: 8px;
    height: 14px;
  }
  .c-button {
    margin-top: 25px;
  }
  .c-button a, .c-button button {
    padding: 16px 10px;
    max-width: 100%;
    min-width: 0;
    width: 65vw;
    font-size: 1.4rem;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.16078);
  }
  .c-button--mypage a {
    border: 2px solid #4CC0EB;
    color: #105284;
    background-color: #fff;
  }
  .c-button--line a {
    padding: 12px 10px;
    font-size: 1.2rem;
  }
  .c-button--large a,
  .c-button--large button {
    width: 80vw;
    font-size: 1.6rem;
  }
  .c-button--more a {
    padding: 10px 5px;
    min-width: 65px;
    width: auto;
    font-size: 1.2rem;
  }
  .c-button--edit {
    margin: 1.5em 0;
  }
  .c-button--edit a, .c-button--edit button {
    width: auto;
    min-width: 100px;
    padding: 8px 20px;
    font-size: 1.3rem;
  }
  .c-box {
    margin-top: 20px;
    padding: 20px;
  }
  .c-box__title {
    font-size: 1.5rem;
  }
  .c-box-layout-row {
    display: block;
  }
  .c-box-layout__title .c-box__title {
    font-size: 1.6rem;
    text-align: center;
  }
  .c-box-layout__detail {
    border-top: 1px solid #DCDCDC;
    margin-top: 10px;
    padding-top: 15px;
  }
  .c-box-layout__detail .c-button a {
    width: 100%;
  }
  .c-box__title-v2__sub {
    font-size: 1.2rem;
  }
  .c-box__title-v2__main {
    font-size: 1.6rem;
  }
  .c-media {
    display: flex;
  }
  .c-media[data-layout-sp="reverse"] {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .c-media[data-layout-sp="default"] {
    flex-direction: column;
    align-items: center;
  }
  .c-media[data-layout-sp="row-reverse"] {
    flex-direction: row-reverse;
  }
  .c-media__img {
    display: block;
    flex-shrink: 0;
    margin-right: auto;
    margin-left: auto;
  }
  [data-layout-sp="row"] .c-media__img {
    margin-right: 15px;
  }
  [data-layout-sp="row-reverse"] .c-media__img {
    margin-left: 15px;
  }
  [data-layout-sp="reverse"] .c-media__img {
    margin-top: .8em;
  }
  [data-layout-sp="default"] .c-media__img {
    margin-bottom: .8em;
  }
  [data-size-sp="3"] .c-media__img {
    max-width: 50%;
  }
  [data-size-sp="2"] .c-media__img {
    max-width: 80%;
  }
  [data-size-sp="1"] .c-media__img {
    max-width: 100%;
  }
  .c-media__detail {
    width: 100%;
  }
  .c-img {
    margin-top: 20px;
  }
  [data-grid-sp="1"] > .c-card:nth-child(n+2) {
    margin-top: 25px;
  }
  .c-card--v1 {
    margin-top: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.14902);
  }
  .c-card--v1 .c-card__detail {
    padding: 15px 15px;
    background-color: #fff;
  }
  .c-card--v1 .c-card__title {
    font-size: 1.8rem;
  }
  .c-card--v1 .c-card__text {
    font-size: 1.3rem;
  }
  .c-card--v2 .c-card__title {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .c-card--v2 .c-card__icon {
    padding: 2px 10px;
    font-size: 1.1rem;
  }
  .c-card--v2 .c-card__caption {
    padding-bottom: 5px;
    font-size: 1.2rem;
  }
  .c-card--v3 .c-card__title {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .c-card--v3 .c-card__icon {
    padding: 2px 10px;
    font-size: 1.1rem;
  }
  .c-card--v3 .c-card__caption {
    padding-bottom: 5px;
    font-size: 1.2rem;
  }
  .c-wall {
    margin: 20px 0 0;
    display: block;
  }
  .c-wall__elm {
    display: flex;
  }
  .c-wall__elm:nth-child(n+2) {
    border-top: 1px dotted #CCCCCC;
    margin-top: 20px;
    padding-top: 20px;
  }
  .c-wall__image {
    flex-shrink: 0;
    width: 36%;
  }
  .c-wall__detail {
    flex-grow: 1;
    margin: 0 0 0 25px;
  }
  .c-wall__title {
    font-size: 1.7rem;
    text-align: left;
  }
  .c-form-input {
    padding: 10px 10px;
    width: 100%;
  }
  textarea.c-form-input {
    margin: 0;
    height: 150px;
    width: 100%;
    max-width: 100%;
  }
  .c-form-input--address {
    width: 100%;
  }
  .c-checkbox {
    padding-left: 25px;
    font-weight: bold;
  }
  .c-checkbox:after {
    top: 4px;
    width: 14px;
    height: 14px;
  }
  .c-checkbox__btn + label:before,
  .c-checkbox__btn + input + label:before {
    left: 7px;
    width: 5px;
    height: 8px;
  }
  .c-form-select {
    display: block;
  }
  .c-form-select > select {
    width: 100%;
    height: 44px;
    padding: 8px 50px 8px 15px;
  }
  .c-form-select:before {
    top: 3px;
    height: 38px;
    width: 36px;
  }
  .c-form-select--middle > select {
    width: 100%;
  }
  .c-iframe iframe {
    height: calc(56.25vw - 15px);
  }
  .c-localnav {
    margin-bottom: 20px;
    border-bottom-width: 3px;
  }
  .c-localnav__elm {
    font-size: 1.4rem;
  }
  .c-localnav__elm.is-current:before {
    bottom: -3px;
    height: 3px;
  }
  .c-categoryList .c-category > a,
  .c-categoryList .c-category > span {
    font-size: 1.1rem;
  }
  .c-pager {
    margin-top: 40px;
  }
  .c-pager__next {
    margin-right: 13px;
  }
  .c-pager__prev {
    margin-left: 13px;
  }
  .c-subling-pager {
    margin: 35px 0 0;
    padding: 15px 20px;
  }
  .c-subling-pager__elm {
    font-size: 1.3rem;
  }
  .c-modalbox {
    padding: 20px;
    width: 92%;
  }
  .c-modalbox__profile__head {
    margin: -20px -20px 0;
    padding: 24px 20px 24px 168px;
  }
  .c-modalbox__profile__icon {
    top: 50%;
    left: 20px;
    max-width: 130px;
  }
  .c-modalbox__profile__name {
    font-size: 2.3rem;
  }
  .c-modalbox__profile__furigana {
    font-size: 1.2rem;
  }
  .c-modalbox__profile__body {
    padding-top: 20px;
  }
  .agent-modal-layout {
    display: block;
  }
  .agent-modal-layout__grid {
    width: auto;
  }
  .agent-modal-layout__grid:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #DCDCDC;
  }
  .agent-desc dt {
    padding: 2px 5px;
    font-size: 1.1rem;
    min-width: 87px;
  }
  .agent-desc dd {
    margin-left: 10px;
    font-size: 1.1rem;
  }
  .agent-modal-title {
    font-size: 1.4rem;
  }
  .agent-modal-paragraph {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
  .c-agent {
    margin-left: 20px;
    width: calc(50% - 10px);
  }
  .c-agent:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-agent:nth-child(n+3) {
    margin-top: 30px;
  }
  .c-agent__image {
    border-radius: 7px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.16078);
  }
  .c-agent__detail {
    margin-top: 8px;
  }
  .c-agent__furigana {
    font-size: 1.1rem;
  }
  .c-agent__name {
    font-size: 1.9rem;
  }
  .c-agent__educational {
    font-size: 1.1rem;
  }
  .c-agent__job {
    margin-top: 5px;
  }
  .c-agent__job dt {
    font-size: 1.2rem;
  }
  .c-agent__job dd {
    font-size: 1.1rem;
  }
  .c-voice-list {
    display: block;
  }
  .c-voice-list__elm {
    padding: 20px;
    border-radius: 8px;
  }
  .c-voice-list__elm:nth-child(n+2) {
    margin-top: 7px;
  }
  .c-voice-list-profile__image {
    max-width: 55px;
  }
  .c-voice-list-profile__dt {
    font-size: 1.2rem;
  }
  .c-voice-list-profile__dd {
    font-size: 1.3rem;
  }
  .c-voice-list-detail {
    margin-top: 10px;
  }
  .c-voice-list__catch {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .c-voice-list__paragraph {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .c-download__image {
    height: 45vw;
  }
  .c-download__title {
    margin-top: 0.6em;
    font-size: 1.4rem;
  }
  a.c-download__button {
    margin-top: 12px;
    padding: 8px 15px;
    font-size: 1.3rem;
  }
  a.c-download__button:before {
    width: 17px;
    height: 16px;
  }
  .c-todo {
    padding: 15px 20px;
    border-radius: 14px;
  }
  .c-todo + .c-todo {
    margin-top: 5px;
  }
  .c-todo__title {
    font-size: 1.3rem;
  }
  .c-todo__schedule {
    font-size: 1.2rem;
  }
  a.c-todo__button {
    font-size: 1.1rem;
  }
  .c-todo__body {
    border-top-width: 1px;
    margin-top: 8px;
    padding-top: 8px;
  }
  a.c-todo__link {
    font-size: 1.4rem;
  }
  .c-icon--plus {
    transform: translateY(-2px);
  }
  .c-pointlist {
    margin: 20px -15px;
    padding: 0 15px 15px;
  }
  .c-pointlist__elm {
    border-radius: 8px;
    padding: 17px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .16);
  }
  [data-grid-sp="scroll"] .c-pointlist__elm {
    margin-right: 5px;
    width: 86vw;
  }
  .c-pointlist__detail {
    margin-top: 10px;
  }
  .c-pointlist__label {
    font-size: 1.2rem;
  }
  .c-pointlist__title {
    font-size: 1.7rem;
  }
  .p-article__category--top {
    margin-bottom: 20px;
  }
  .p-article__category--bottom {
    margin-top: 30px;
  }
  .p-article__title-v2 {
    font-size: 2.1rem;
  }
  .p-article__aside {
    margin-top: 30px;
    padding-top: 30px;
  }
  .p-article__aside .c-card-list {
    margin-right: -15px;
  }
  .p-article__aside + .p-article__aside {
    margin-top: 30px;
  }
  .p-bnrlist {
    padding: 30px 10px;
  }
  .c-accordion {
    margin-top: 10px;
  }
  .c-accordion__head {
    padding: 15px 15px;
    font-size: 1.5rem;
  }
  .c-accordion__head:before {
    right: 15px;
    width: 12px;
    height: 6px;
  }
  .c-accordion__body {
    padding: 15px 0 10px;
  }
  .c-accordion__icon {
    font-size: 1.3rem;
    padding: 2px 15px;
  }
  /*
  .p-single__time {
    font-size: 1.2rem;
  }
  .p-single__relation {
    margin: 40px -15px 0;
    padding: 20px 15px;
  }
  .p-single__relation .c-card-list {
    margin-right: -15px;
  }
  .p-single__relation__title {
    margin: 0 0 15px;
    font-size: 1.8rem;
  }
  .p-single-hero {
    padding: 12px 0;
    font-size: 2.0rem;
    background: transparent;
  }
  .p-single-hero:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
    width: 100%;
    height: calc(100% + 42vw);
    content: "";
    background: linear-gradient(101deg, #4DC1EC 0%, #64DAE8 100%) 0% 0%;
  }
  .p-sidenav-bnr li:nth-child(n+2) {
    margin-top: 10px;
  }

   */
  .p-form .c-button--cv {
    margin-top: 40px;
  }
  .p-form-group__control--birthday .c-form-select {
    margin-bottom: 8px;
    width: calc(47% - 1em);
  }
  .p-form-group__control--birthday .p-form-group__control__hr {
    margin-bottom: 8px;
    width: 1em;
  }
  .p-form-group__control__hr {
    margin: 0 4px;
  }
  .p-es-change {
    display: block;
  }
  .p-exam-section {
    padding: 20px 0;
  }
  .p-exam-section__title {
    font-size: 1.4rem;
  }
  .p-exam-answer {
    margin-top: 15px;
  }
  .p-exam-answer__btn button {
    padding: 10px;
    min-width: 0;
    width: 36vw;
    font-size: 1.9rem;
  }
  .p-exam-modal .p-exam-section__title {
    margin-bottom: 15px;
  }
  .p-exam-desc dt {
    font-size: 1.2rem;
  }
  .p-exam-desc dd {
    font-size: 1.6rem;
  }
  .p-exam-comment {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .p-exam-modal__close {
    margin-top: 20px;
  }
  .p-exam-modal__close:before {
    width: 30px;
    height: 30px;
  }
  .p-lesson-dashboard {
    margin: 30px 0 0;
    padding: 20px 5vw;
  }
  .p-lesson-dashboard__title {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
  .p-lesson-trophyList__elm {
    margin-left: 2vw;
  }
  .p-lesson-trophyList__elm:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-lesson-trophyList__elm:nth-child(n+5) {
    margin-top: 2.3vw;
  }
  .p-lesson-trophyList__elm:before {
    width: 8vw;
    height: 8vw;
  }
  .p-lesson-chart {
    min-height: 0;
  }
  .p-lesson-chart__label {
    margin-top: -5px;
    margin-left: 5px;
  }
  .p-lesson-chart__label span {
    font-size: 2.9rem;
  }
  .p-lesson-chart__label {
    font-size: 1.3rem;
  }
  .p-lesson-index {
    margin-top: 10px;
    justify-content: space-between;
  }
  a.p-lesson-index__elm {
    width: calc(50% - 3px);
  }
  a.p-lesson-index__elm:nth-child(n+3) {
    margin-top: 6px;
  }
  .p-lesson-index__title {
    font-size: 1.6rem;
  }
  .p-lesson-index__state {
    font-size: 1.2rem;
  }
  .p-lesson-index__number {
    font-size: 1.1rem;
  }
  .p-lesson-courseList {
    margin-top: 30px;
  }
  .p-lesson-courseList__elm:nth-child(n+2) {
    margin-top: 5px;
  }
  .p-lesson-courseList__number {
    font-size: 1.2rem;
  }
  .p-lesson-courseList__title {
    font-size: 1.6rem;
  }
  .p-lesson-courseList__detail {
    font-size: 1.3rem;
  }
  .p-lesson-course-result__detail {
    padding-right: 15px;
  }
  .p-lesson-course-result__icon {
    width: 100px;
  }
  .p-lesson-course-result__count {
    font-size: 1.1rem;
  }
  .p-membersonly {
    margin-top: 0.5em;
  }
  .p-calendar {
    margin: 15px -15px 0;
    padding-bottom: 20px;
    padding-left: 15px;
    overflow-x: auto;
  }
  table.p-calendar-table {
    width: 930px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .16);
  }
  table.p-calendar-table th, table.p-calendar-table td {
    padding: 8px 10px;
  }
  table.p-calendar-table thead th {
    padding: 10px 10px;
  }
  table.p-calendar-table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
  }
  table.p-calendar-table tbody th {
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 5;
  }
  a.p-calendar__state-btn {
    width: 50px;
    height: 42px;
    line-height: 42px;
  }
  .p-agent {
    padding: 55px 0 60px;
  }
  .p-agent--margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-cv {
    padding: 35px 0;
  }
  .p-cv-list {
    width: auto;
    padding: 0 15px;
  }
  .p-cv-list > li {
    border-radius: 18px;
    padding: 7px 13px;
    font-size: 1.2rem;
    max-width: 90%;
  }
  .p-cv-list > li:before {
    width: 18px;
    height: 14px;
    top: calc(50% - 6px);
    left: -14px;
  }
  .p-cv-list > li:nth-child(even):before {
    right: -14px;
  }
  .p-cv__title {
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
  .p-cv-line {
    display: block;
    margin-top: 25px;
    padding: 20px;
  }
  .p-cv-line__detail {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
  .p-cv-line__btn .c-button a {
    max-width: 200px;
    padding: 12px;
    font-size: 1.3rem;
  }
  .p-cv--fix {
    width: 100%;
    right: 0;
  }
  .p-cv--fix a {
    border-radius: 0;
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.16078);
  }
  .p-cv--fix a:after {
    transform: translateY(1px);
    margin-left: 10px;
    content: "";
    height: 12px;
    width: 7px;
    vertical-align: middle;
    display: inline-block;
    background: url(/assets/main2/img/common/arrow_white.svg) 0 0 no-repeat;
    background-size: contain;
  }
  .p-other {
    padding: 35px 0 40px;
  }
  .p-other-list {
    display: block;
  }
  .p-other-list__elm {
    display: block;
    margin-top: 5px;
  }
  .p-other-layout {
    margin-top: 25px;
    display: block;
  }
  .p-other__twitter {
    width: auto;
  }
  .p-other__bnr {
    margin-top: 20px;
    width: auto;
  }
  .p-loginbox {
    margin: 30px 0;
    padding: 20px;
  }
  .p-loginbox-layout {
    display: block;
  }
  .p-loginbox__title {
    margin: 0 0 13px;
    font-size: 1.5rem;
  }
  .p-lineup {
    padding: 55px 0;
  }
  .top-mv__contents {
    width: 100%;
    left: 0;
    transform: translateY(-50%);
  }
  .top-mv__contents .c-button {
    margin-top: 25px;
  }
  .top-mv__contents .c-button a {
    width: 72%;
    font-size: 1.6rem;
  }
  .top-about {
    padding: 50px 0;
  }
  .top-about-layout {
    margin: 0;
    display: block;
  }
  .top-about__title {
    margin: 0 0 20px;
    font-size: 2.0rem;
    line-height: 1.63;
  }
  .top-about__detail {
    width: auto;
  }
  .top-about__paragraph {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .top-about__paragraph + .top-about__paragraph {
    margin-top: 1em;
  }
  .top-article {
    padding: 50px 0;
  }
  .top-article__section + .top-article__section {
    margin-top: 55px;
    padding-top: 35px;
  }
  .top-article-title {
    margin: 0 0 20px;
  }
  .top-voice {
    padding: 50px 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  /*
  #body .u-show--sp {
    display: none;
  }
  #body .u-txt-center--pc {
    text-align: center;
  }
  .u-site-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-site-block > *:first-child,
  .u-site-block > section:first-child > *:first-child {
    margin-top: 0;
  }
  .u-site-block > *:last-child,
  .u-site-block > section:first-child > *:last-child {
    margin-bottom: 0;
  }
  a img {
    transition: opacity ease 0.3s;
  }
  a:hover img {
    opacity: 0.8;
  }
  .is-fixed .l-header-layout {
    padding: 8px 20px;
    height: 76px;
  }
  .is-fixed .l-gnav .c-button a {
    padding: 10px 15px;
  }
  .l-wrapper {
    padding-top: 100px;
  }
  .l-wrapper.top {
    padding-top: 0;
  }
  .l-contents--nav,
  .l-contents--detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contents--nav .l-sidenav,
  .l-contents--detail .l-sidenav {
    width: 25%;
  }
  .l-contents--nav .l-sidenav .p-article__title-v2,
  .l-contents--detail .l-sidenav .p-article__title-v2 {
    margin: 0 0 0.8em;
    font-size: 2.3rem;
  }
  .l-contents--nav .l-sidenav .p-article__aside,
  .l-contents--detail .l-sidenav .p-article__aside {
    border-top: none;
    margin-top: 30px;
    padding-top: 0;
  }
  .l-contents--nav .l-sidenav .p-article__aside + .p-article__aside,
  .l-contents--detail .l-sidenav .p-article__aside + .p-article__aside {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #DCDCDC;
  }
  .l-contents--nav .l-sidenav .c-card--v2,
  .l-contents--detail .l-sidenav .c-card--v2 {
    margin-bottom: 23px;
  }
  .l-contents--nav .l-sidenav .c-card--v2 .c-card__title,
  .l-contents--detail .l-sidenav .c-card--v2 .c-card__title {
    font-size: 1.5rem;
  }
  .footer__nav-btn a {
    display: inline-block;
    transition: ease opacity 0.3s;
    font-size: 1.3rem;
  }
  .footer__nav-btn a:hover {
    opacity: 0.7;
  }
  [data-grid-pc] {
    display: flex;
    flex-wrap: wrap;
  }
  [data-grid-pc="2"] > * {
    width: calc(50% - 20px);
    margin-left: 40px;
  }
  #body [data-grid-pc="2"] > *:nth-child(2n+1) {
    margin-left: 0;
  }
  [data-grid-pc="2"] > *:nth-child(n+3) {
    margin-top: 40px;
  }
  [data-grid-pc="3"] > * {
    width: calc(33.33333% - 12px);
    margin-left: 18px;
  }
  #body [data-grid-pc="3"] > *:nth-child(3n+1) {
    margin-left: 0;
  }
  [data-grid-pc="3"] > *:nth-child(n+4) {
    margin-top: 50px;
  }
  [data-grid-pc="4"] > * {
    width: calc(25% - 16.5px);
    margin-left: 22px;
  }
  #body [data-grid-pc="4"] > *:nth-child(4n+1) {
    margin-left: 0;
  }
  [data-grid-pc="4"] > *:nth-child(n+5) {
    margin-top: 50px;
  }
  [data-grid-pc="5"] > * {
    width: calc(20% - 18px);
    margin-left: 22px;
  }
  #body [data-grid-pc="5"] > *:nth-child(5n+1) {
    margin-left: 0;
  }
  [data-grid-pc="5"] > *:nth-child(n+6) {
    margin-top: 50px;
  }

   */
  .c-description--row {
    display: flex;
  }
  .c-description--row dt {
    flex-shrink: 0;
    min-width: 4em;
  }
  .c-description--row dd {
    flex-grow: 1;
    margin-top: 0;
  }
  .c-buttonwrap--center {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-buttonwrap--center .c-button {
    margin: 0 15px;
  }
  .c-button a, .c-button button {
    transition: ease opacity 0.3s;
  }
  .c-button a:hover, .c-button button:hover {
    opacity: 0.7;
  }
  .c-box-layout__title {
    flex-shrink: 0;
    width: 210px;
    text-align: center;
  }
  .c-box-layout__detail {
    border-left: 1px solid #DCDCDC;
    flex-grow: 1;
  }
  .c-box-layout__detail .c-noteList {
    display: flex;
    justify-content: center;
  }
  .c-media {
    display: flex;
  }
  .c-media[data-layout-pc="right"] {
    flex-direction: row-reverse;
  }
  .c-media__img {
    flex-shrink: 0;
  }
  [data-layout-pc="left"] .c-media__img {
    margin: 0 20px 0 0;
  }
  [data-layout-pc="right"] .c-media__img {
    margin: 0 0 0 20px;
  }
  [data-size="3"] .c-media__img {
    max-width: 28%;
  }
  [data-size="2"] .c-media__img {
    max-width: 38%;
  }
  [data-size="1"] .c-media__img {
    max-width: 48%;
  }
  .c-wall__elm {
    padding: 0 17px;
    width: 25%;
  }
  .c-wall__elm:nth-child(n+2) {
    border-left: 2px dotted #CCCCCC;
  }
  textarea.c-form-input {
    width: 100%;
    height: 165px;
  }
  .c-form-select--middle > select {
    min-width: 300px;
  }
  /*
  .c-categoryList .c-category > a {
    transition: ease all 0.3s;
  }
  .c-categoryList .c-category > a:hover {
    background-color: #4DC1EC;
    color: #fff;
  }

   */
  .c-pager__item {
    transition: ease all 0.3s;
  }
  .c-pager__item:hover {
    color: #fff;
    border-color: #4DC1EC;
    background-color: #4DC1EC;
  }
  .c-agent {
    margin-left: 105px;
    width: calc(33.3333% - 70px);
  }
  .c-agent:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-agent:nth-child(n+4) {
    margin-top: 40px;
  }
  .c-voice-list__elm {
    margin-left: 6px;
    width: calc(33.3333% - 4px);
  }
  .c-voice-list__elm:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-voice-list__elm:nth-child(n+4) {
    margin-top: 6px;
  }
  [data-grid-pc="4"] > .c-download__elm {
    width: 22%;
    margin-left: 4%;
  }
  a.c-download__button {
    transition: ease opacity 0.3s;
  }
  a.c-download__button:hover {
    opacity: 0.8;
  }
  a.c-todo__button {
    transition: ease opacity 0.3s;
  }
  a.c-todo__button:hover {
    opacity: 0.8;
  }
  [data-grid-pc="3"] > .c-pointlist__elm {
    width: calc(33.33333% - 4px);
    margin-left: 6px;
  }
  .p-single__relation .c-card--v2 .c-card__title {
    font-size: 1.5rem;
  }
  .p-single-hero .c-category {
    margin-bottom: 0.6em;
  }
  .p-single-hero .c-category > a:hover {
    opacity: 0.8;
    background-color: #F5F5F5;
    color: #8A8A8A;
  }
  .p-exam-modal {
    width: 600px;
  }
  .p-lesson-trophyList__elm {
    margin-left: 20px;
  }
  .p-lesson-trophyList__elm:nth-child(7n+1) {
    margin-left: 0;
  }
  .p-lesson-trophyList__elm:nth-child(n+8) {
    margin-top: 25px;
  }
  a.p-lesson-index__elm {
    transition: ease box-shadow 0.3s;
  }
  [data-grid-pc="5"] a.p-lesson-index__elm {
    margin-left: 8px;
    width: calc(21% - 18px);
  }
  [data-grid-pc="5"] a.p-lesson-index__elm:nth-child(n+6) {
    margin-top: 8px;
  }
  a.p-lesson-index__elm:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  }
  .p-lesson-courseList__elm {
    transition: ease box-shadow 0.3s;
  }
  [data-grid-pc="3"] .p-lesson-courseList__elm:nth-child(n+4) {
    margin-top: 18px;
  }
  .p-lesson-courseList__elm:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  }
  .p-membersonly .c-button a {
    transition: ease filter 0.3s;
  }
  .p-membersonly .c-button a:hover {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" /><feFuncG type="linear" slope="1.3" /><feFuncB type="linear" slope="1.3" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(130%);
  }
  .p-calendar {
    border-radius: 8px;
  }
  table.p-calendar-table {
    border-radius: 8px;
    box-shadow: 0px 16px 30px rgba(0, 0, 0, .16);
  }
  a.p-calendar__state-btn {
    transition: ease opacity 0.3s;
  }
  a.p-calendar__state-btn:hover {
    opacity: .8;
  }
  .p-cv-list > li:nth-child(3) {
    margin-left: 100px;
  }
  .p-cv--fix a {
    transition: ease opacity 0.3s;
  }
  .p-cv--fix a:hover {
    opacity: 0.7;
  }
  .p-other-list__elm {
    display: block;
    margin-left: 27px;
    width: calc(33.33333% - 18px);
  }
  .p-other-list__elm:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-other-list__elm:nth-child(n+4) {
    margin-top: 27px;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .u-contents--full {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .l-gnav .c-button {
    margin: 0 0 0 10px;
  }
  .l-gnav .c-button a {
    min-width: 160px;
    font-size: 1.4rem;
  }
  .gnav-list__elm a {
    padding: 0 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-membersonly .c-button a *::-ms-backdrop, .p-membersonly .c-button a:hover {
    text-decoration: underline;
  }
}
