@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&family=Playfair+Display&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #1c554c;
}

@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

body main {
  display: block;
  background-color: #eff3f2;
}

body a {
  color: #1c554c;
}

body ul,
body ol {
  list-style: none;
}

body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body input,
body button,
body textarea,
body select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.c-about__card {
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .c-about__card {
    padding: 40px;
  }
}

.c-about__card + .c-about__card {
  margin-top: 20px;
}

.c-heading[data-heading="page"] + .c-about__card {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .c-heading[data-heading="page"] + .c-about__card {
    margin-top: 30px;
  }
}

.c-about__heading {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.7;
}

.c-about__message {
  padding: 20px 15px;
  margin-bottom: 20px;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-about__message {
    padding: 25px 20px;
  }
}

.c-about__message p {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .c-about__message p {
    font-size: 1.5rem;
  }
}

.c-about__text {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (min-width: 767px) {
  .c-about__text {
    font-size: 1.5rem;
  }
}

.c-about__text em {
  font-style: normal;
  color: #a21a1a;
}

.c-about__text a:hover {
  text-decoration: none;
}

.c-about__link {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (min-width: 767px) {
  .c-about__link {
    font-size: 1.5rem;
  }
}

.c-about__link a:hover {
  text-decoration: none;
}

.c-about__supplement {
  padding: 20px 15px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .c-about__supplement {
    padding: 25px 20px;
  }
}

.c-about__supplement h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.47;
}

.c-about__supplement p {
  margin-bottom: 10px;
}

.c-about__supplement p,
.c-about__supplement ul li {
  font-size: 1.3rem;
  line-height: 1.84;
}

.c-about__supplement ul {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-about__supplement ul {
    padding: 19px;
  }
}

.c-about__supplement ul li::before {
  display: inline-block;
  content: "・";
}

.c-about__supplement ul + p {
  margin-top: 10px;
}

.c-about__supplement em {
  font-style: normal;
  color: #a21a1a;
}

.c-about__supplement ul .c-about__supplement-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 7px 0 0 7px;
  padding: 9px 15px 15px;
  background-color: #eff3f2;
  border: none;
}

.c-about__supplement ul .c-about__supplement-list-inner li {
  position: relative;
}

.c-about__supplement ul .c-about__supplement-list-inner li::before {
  display: none;
}

.c-about__supplement ul .c-about__supplement-list-inner li::after {
  content: ',';
  display: inline-block;
  margin: 0 3px;
}

.c-about__supplement ul .c-about__supplement-list-inner li:last-child::after {
  display: none;
}

.c-button[data-link="thirdly"][data-width="medium"] + .c-about__supplement,
.c-exam__message + .c-about__supplement {
  margin-top: 20px;
}

.c-accordion[data-genre="payment"] {
  margin-top: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.c-accordion[data-genre="payment"] + .c-heading {
  margin-top: 30px;
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] + .c-heading {
    margin-top: 40px;
  }
}

.c-accordion[data-genre="payment"] .c-accordion__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px;
  font-size: 1.5rem;
  color: #1c554c;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] .c-accordion__button {
    padding: 17px;
    border: 3px solid #fff;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] .c-accordion__button:hover {
    color: #dd922c;
  }
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] .c-accordion__button:focus {
    border: 3px solid #1c554c;
  }
}

.c-accordion[data-genre="payment"] .c-accordion__button::after {
  display: block;
  content: "";
  margin-bottom: 4px;
  margin-left: auto;
  width: 8px;
  height: 8px;
  background-image: url("../image/icon-arrow-04.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: margin-bottom 300ms, -webkit-transform 300ms;
  transition: margin-bottom 300ms, -webkit-transform 300ms;
  transition: transform 300ms, margin-bottom 300ms;
  transition: transform 300ms, margin-bottom 300ms, -webkit-transform 300ms;
}

.c-accordion[data-genre="payment"] .c-accordion__button[aria-expanded="true"]::after {
  margin-bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.c-accordion[data-genre="payment"] .c-accordion__button[data-button="secondary"] {
  font-size: 1.5rem;
  font-weight: 500;
}

.c-accordion[data-genre="payment"] .c-accordion__button[data-button="secondary"]::after {
  width: 13px;
  height: 8px;
  margin-bottom: 0;
  background-image: url("../image/icon-arrow-05.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.c-accordion[data-genre="payment"] .c-accordion__button .c-accordion__button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 14px);
  line-height: 1.4;
}

.c-accordion[data-genre="payment"] .c-accordion__button span[data-label="recommend"] {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 6px 3px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.55;
  background: linear-gradient(45deg, #dd922c 0%, #ccc404 100%);
  border-radius: 2px;
}

.c-accordion[data-genre="payment"] .c-accordion__button span[data-label="fee"] {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 8px;
  color: #a21a1a;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-accordion[data-genre="payment"] .c-accordion__detail {
  padding: 0 15px 15px;
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] .c-accordion__detail {
    padding: 0 20px 20px;
  }
}

.c-accordion[data-genre="payment"] .c-accordion__select {
  border: 1px solid #c7cdcd;
}

.c-accordion[data-genre="payment"] .c-accordion__select form {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #c7cdcd;
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] .c-accordion__select form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }
}

.c-accordion[data-genre="payment"] .c-accordion__select form[data-form="single"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] .c-accordion__select form[data-form="single"] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-accordion[data-genre="payment"] .c-accordion__select form:first-child {
  border-top: none;
}

.c-accordion[data-genre="payment"] .c-accordion__select form span,
.c-accordion[data-genre="payment"] .c-accordion__select form dt,
.c-accordion[data-genre="payment"] .c-accordion__select form dd {
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 700;
}

.c-accordion[data-genre="payment"] .c-accordion__select form dd + dd,
.c-accordion[data-genre="payment"] .c-accordion__select form dd[data-dd="normal"] {
  font-weight: 500;
}

.c-accordion[data-genre="payment"] .c-accordion__select form dl {
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] .c-accordion__select form dl {
    margin-bottom: 0;
  }
}

.c-accordion[data-genre="payment"] .c-accordion__select form span {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] .c-accordion__select form span {
    margin-bottom: 0;
  }
}

.c-accordion[data-genre="payment"] .c-accordion__select button {
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  background: linear-gradient(45deg, #3d9280 0%, #1c554c 100%);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-accordion[data-genre="payment"] .c-accordion__select button {
    padding: 15px;
    width: auto;
    min-width: 272px;
  }
}

.c-accordion[data-genre="payment"] .c-accordion__select button:hover {
  background: #1c554c;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.c-accordion__select-confirm {
  margin-left: auto;
  max-width: 272px;
}

.c-accordion__select-caution {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #a21a1a;
  line-height: 1.5;
  text-align: left;
}

.c-accordion__select-caution br {
  display: none;
}

@media screen and (min-width: 767px) {
  .c-accordion__select-caution br {
    display: block;
  }
}

.c-accordion[data-genre="payment"] .c-payment + .c-accordion__select {
  margin-top: 17px;
}

.c-alert {
  padding: 19px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#ccc404), to(#dd922c));
  background: linear-gradient(to left, #ccc404 0%, #dd922c 100%);
}

.c-alert p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.47;
}

.c-alert a {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
}

.c-achievement {
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-achievement {
    margin-bottom: 30px;
  }
}

.c-achievement ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1090px) {
  .c-achievement ul {
    display: block;
  }
}

.c-achievement li {
  margin-bottom: 10px;
  width: calc(100% / 2 - 5px);
}

@media (min-width: 510px) {
  .c-achievement li {
    width: calc(100% / 3 - 6.67px);
  }
}

@media (min-width: 670px) {
  .c-achievement li {
    width: calc(100% / 4 - 7.5px);
  }
}

@media screen and (min-width: 767px) {
  .c-achievement li {
    width: calc(100% / 3 - 6.67px);
  }
}

@media screen and (min-width: 1090px) {
  .c-achievement li {
    width: 100%;
  }
}

.c-achievement li:nth-child(odd) {
  margin-right: 10px;
}

@media screen and (min-width: 1090px) {
  .c-achievement li:nth-child(odd) {
    margin-right: 0;
  }
}

.c-achievement li:nth-child(3n) {
  margin-left: 0;
  margin-right: 10px;
}

@media (min-width: 510px) {
  .c-achievement li:nth-child(3n) {
    margin-left: 10px;
    margin-right: 0;
  }
}

@media (min-width: 670px) {
  .c-achievement li:nth-child(3n) {
    margin-right: 10px;
  }
}

@media screen and (min-width: 767px) {
  .c-achievement li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1090px) {
  .c-achievement li:nth-child(3n) {
    margin-left: 0;
  }
}

.c-achievement a {
  display: block;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-achievement a {
    padding: 12px 15px 15px;
  }
}

.c-achievement a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-achievement a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 100%;
  border-left: 1px solid #eff3f2;
  background-image: url("../image/icon-arrow-02.svg");
  background-size: 12px 9px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
}

@media screen and (min-width: 767px) {
  .c-achievement a::after {
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    border-left: 1px solid #eff3f2;
    background-size: 17px 13px;
  }
}

.c-achievement a:hover::after {
  background-position: right 10px center;
}

.c-achievement h4 {
  position: relative;
  padding: 10px 13px 8px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.4;
  width: 100%;
  border-bottom: 1px solid #eff3f2;
  background-color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  z-index: 1;
}

@media screen and (min-width: 767px) {
  .c-achievement h4 {
    position: static;
    margin-bottom: 7px;
    padding: 0;
    border-bottom: none;
  }
}

.c-article__meta {
  padding: 20px;
}

@media screen and (min-width: 767px) {
  .c-article__meta {
    padding: 0;
    margin-bottom: 30px;
  }
}

.c-article__meta h1 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-article__meta h1 {
    font-size: 2rem;
  }
}

.c-article__meta dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-article__meta dt,
.c-article__meta dd {
  font-size: 1.1rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.45;
}

.c-article__meta dd {
  margin-left: 6px;
  color: #82a29d;
}

.c-article__content {
  padding: 20px;
}

@media screen and (min-width: 767px) {
  .c-article__content {
    padding: 0;
    margin-top: 30px;
  }
}

.c-article__content p {
  font-size: 1.5rem;
  line-height: 2;
}

.c-article__content p + p {
  margin-top: 30px;
}

.c-azcareid__academy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 600px) {
  .c-azcareid__academy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  .c-azcareid__academy-logo {
    width: 100%;
    text-align: center;
    background-color: #1c554c;
  }
}

.c-azcareid__academy-content {
  padding: 25px 25px 20px;
}

@media screen and (min-width: 767px) {
  .c-azcareid__academy-content {
    padding: 35px 35px 30px;
  }
}

.c-azcareid__academy-content h2 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.44;
}

@media screen and (min-width: 767px) {
  .c-azcareid__academy-content h2 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}

.c-azcareid__academy-content p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .c-azcareid__academy-content p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.c-azcareid__academy-content a {
  display: block;
  width: 252px;
  margin-top: 15px;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.46;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #1c554c;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  -webkit-transition: background-color 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, box-shadow 300ms;
  transition: background-color 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (max-width: 600px) {
  .c-azcareid__academy-content a {
    margin: 15px auto 0;
  }
}

@media screen and (min-width: 767px) {
  .c-azcareid__academy-content a {
    margin-top: 20px;
    padding: 15px;
  }
}

.c-azcareid__academy-content a:hover {
  background-color: #1c3f38;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-azcareid__heading h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.46;
}

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

@media screen and (max-width: 600px) {
  .c-azcareid__service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-azcareid__service-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .c-azcareid__service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 370px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 767px) {
  .c-azcareid__service-item {
    display: block;
    max-width: 370px;
    width: calc(50% - 15px);
  }
}

.c-azcareid__service-item + .c-azcareid__service-item {
  margin: 20px 0 0;
}

@media screen and (max-width: 600px) {
  .c-azcareid__service-item + .c-azcareid__service-item {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 767px) {
  .c-azcareid__service-item + .c-azcareid__service-item {
    margin: 0 0 0 30px;
  }
}

.c-azcareid__service-item p {
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-azcareid__service-logo {
  margin: 0 15px 0 0;
  max-width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 600px) {
  .c-azcareid__service-logo {
    margin: 0 0 10px;
    max-width: 370px;
  }
}

@media screen and (min-width: 767px) {
  .c-azcareid__service-logo {
    margin: 0 0 15px;
    max-width: 100%;
  }
}

.c-banner-slider {
  background-color: #e5e5e5;
}

.c-banner-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 20px 15px 15px;
}

@media screen and (min-width: 767px) {
  .c-banner-slider__wrapper.slick-slider {
    padding: 30px 20px 20px;
    max-width: 1030px;
    margin: 0 auto;
  }
}

.c-banner-slider__wrapper .slick-list {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .c-banner-slider__wrapper .slick-list {
    width: calc(100% - 75px);
  }
}

.c-banner-slider__wrapper .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: transparent;
  background-image: url("../image/icon-arrow-07.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}

.c-banner-slider__wrapper .slick-arrow.slick-next {
  right: 20px;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-banner-slider__wrapper .slick-arrow.slick-prev {
  left: 20px;
  margin-right: 15px;
}

.c-banner-slider__wrapper .slick-dots {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.c-banner-slider__wrapper .slick-dots li {
  margin: 0 5px;
  line-height: 0;
}

.c-banner-slider__wrapper .slick-dots button {
  font-size: 0;
  width: 5px;
  height: 5px;
  background-color: rgba(51, 51, 51, 0.15);
  border: none;
  border-radius: 50%;
}

.c-banner-slider__wrapper .slick-dots button[aria-selected="true"] {
  background-color: #333;
}

.c-banner-slider__wrapper .slick-slide {
  margin: 0 10px;
}

.c-banner-slider__item {
  max-width: 300px;
  margin: 0 auto;
}

.c-button button,
.c-button a {
  width: 100%;
  padding: 16px;
  font-size: 1.8rem;
  line-height: 1.4;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-button button,
  .c-button a {
    padding: 27px;
  }
}

@media screen and (max-width: 350px) {
  .c-button button,
  .c-button a {
    padding: 14px 10px 16px;
  }
}

.c-button a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.c-button[data-link="primary"][data-width="medium"],
.c-button[data-button="primary"][data-width="medium"] {
  max-width: 400px;
  margin: 0 auto;
}

.c-button[data-link="primary"][data-width="medium"] button,
.c-button[data-button="primary"][data-width="medium"] button {
  padding: 16px;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary"][data-width="medium"] button,
  .c-button[data-button="primary"][data-width="medium"] button {
    padding: 23px 27px;
  }
}

@media screen and (max-width: 350px) {
  .c-button[data-link="primary"][data-width="medium"] button,
  .c-button[data-button="primary"][data-width="medium"] button {
    padding: 14px 10px 16px;
  }
}

.c-button[data-link="primary"][data-width="narrow"],
.c-button[data-button="primary"][data-width="narrow"] {
  width: 210px;
  margin-left: 0;
}

.c-button[data-link="primary"][data-width="narrow"] button,
.c-button[data-button="primary"][data-width="narrow"] button {
  padding: 13px 10px;
  font-size: 1.5rem;
}

.c-button[data-link="primary"][data-width="small"],
.c-button[data-button="primary"][data-width="small"] {
  width: 119px;
  margin: 15px auto 0;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary"][data-width="small"],
  .c-button[data-button="primary"][data-width="small"] {
    margin: 0 0 0 10px;
  }
}

.c-button[data-link="primary"][data-width="small"] button,
.c-button[data-button="primary"][data-width="small"] button {
  font-size: 1.6rem;
  padding: 16px;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary"][data-width="small"] button,
  .c-button[data-button="primary"][data-width="small"] button {
    padding: 17px 27px;
  }
}

@media screen and (max-width: 350px) {
  .c-button[data-link="primary"][data-width="small"] button,
  .c-button[data-button="primary"][data-width="small"] button {
    padding: 14px 10px 16px;
  }
}

.c-button[data-link="primary"] button,
.c-button[data-link="primary"] a,
.c-button[data-button="primary"] button,
.c-button[data-button="primary"] a {
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#ccc404), to(#dd922c));
  background: linear-gradient(to left, #ccc404 0%, #dd922c 100%);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.c-button[data-link="primary"] a::after,
.c-button[data-link="primary"] button::after,
.c-button[data-button="primary"] a::after,
.c-button[data-button="primary"] button::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #c47d1a;
  border-radius: 5px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.c-button[data-link="primary"] button:hover::after,
.c-button[data-link="primary"] a:hover::after,
.c-button[data-button="primary"] button:hover::after,
.c-button[data-button="primary"] a:hover::after {
  opacity: 1;
}

.c-button[data-link="primary"] a:hover,
.c-button[data-link="primary"] button:hover,
.c-button[data-button="primary"] a:hover,
.c-button[data-button="primary"] button:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-button[data-link="primary"] span,
.c-button[data-button="primary"] span {
  color: #fff;
}

.c-button[data-link="primary"] span[data-button="exam"],
.c-button[data-button="primary"] span[data-button="exam"] {
  display: none;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary"] span[data-button="exam"],
  .c-button[data-button="primary"] span[data-button="exam"] {
    display: inline-block;
  }
}

.c-button[data-link="primary"] span span,
.c-button[data-button="primary"] span span {
  display: block;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary"] span span,
  .c-button[data-button="primary"] span span {
    display: inline;
  }
}

.c-form__bg-wrapper + .c-button[data-button="primary"] {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .c-form__bg-wrapper + .c-button[data-button="primary"] {
    margin-top: 30px;
  }
}

.c-form[data-genre="no-card"] .c-button[data-button="primary"] {
  margin-top: 30px;
}

.c-content__attention .c-button[data-link="primary"],
.c-lesson-list__status + .c-button[data-link="primary"] {
  margin: 10px auto 0;
  max-width: 330px;
}

@media screen and (min-width: 767px) {
  .c-content__attention .c-button[data-link="primary"],
  .c-lesson-list__status + .c-button[data-link="primary"] {
    margin: 20px auto 0;
  }
}

.c-card__inner .c-button[data-link="primary"] {
  margin: 0 auto;
  max-width: 330px;
}

.c-lesson-list__status + .c-button[data-link="primary"] a {
  padding: 15px;
}

.c-form[data-position="minimum"] .c-button[data-button="primary"][data-width="small"] {
  width: 102px;
  margin: 7px 0 0;
}

@media screen and (min-width: 767px) {
  .c-form[data-position="minimum"] .c-button[data-button="primary"][data-width="small"] {
    margin: 0 0 0 10px;
  }
}

.c-form[data-position="minimum"] .c-button[data-button="primary"][data-width="small"] button {
  font-size: 1.3rem;
  padding: 11px;
}

.c-form[data-position="minimum"] .c-button[data-button="primary"][data-width="small"] span {
  margin: 0;
}

.c-button[data-link="secondary"][data-type="back"],
.c-button[data-button="secondary"][data-type="back"] {
  max-width: 252px;
  margin-right: auto;
  margin-left: auto;
}

.c-button[data-link="secondary"][data-type="back"] button,
.c-button[data-link="secondary"][data-type="back"] a,
.c-button[data-button="secondary"][data-type="back"] button,
.c-button[data-button="secondary"][data-type="back"] a {
  padding: 15px;
}

.c-button[data-link="secondary"][data-active="false"],
.c-button[data-button="secondary"][data-active="false"] {
  pointer-events: none;
}

.c-button[data-link="secondary"][data-active="false"] button,
.c-button[data-button="secondary"][data-active="false"] button {
  background-color: rgba(130, 162, 157, 0.3);
}

.c-button[data-link="secondary"] button,
.c-button[data-link="secondary"] a,
.c-button[data-button="secondary"] button,
.c-button[data-button="secondary"] a {
  color: #fff;
  background-color: #82a29d;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.c-button[data-link="secondary"] button:hover,
.c-button[data-link="secondary"] a:hover,
.c-button[data-button="secondary"] button:hover,
.c-button[data-button="secondary"] a:hover {
  background-color: #1c554c;
}

.c-button[data-link="secondary"] span,
.c-button[data-button="secondary"] span {
  color: #fff;
}

.c-button[data-link="primary"] + .c-button[data-link="secondary"],
.c-button[data-link="primary"] + .c-button[data-button="secondary"],
.c-button[data-button="primary"] + .c-button[data-link="secondary"],
.c-button[data-button="primary"] + .c-button[data-button="secondary"] {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary"] + .c-button[data-link="secondary"],
  .c-button[data-link="primary"] + .c-button[data-button="secondary"],
  .c-button[data-button="primary"] + .c-button[data-link="secondary"],
  .c-button[data-button="primary"] + .c-button[data-button="secondary"] {
    margin-top: 30px;
  }
}

.c-modal[data-modal="black"] .c-button[data-button="secondary"] {
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .c-modal[data-modal="black"] .c-button[data-button="secondary"] {
    max-width: 329px;
  }
}

.c-modal[data-modal="black"] .c-button[data-button="secondary"] button {
  padding: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="thirdly"],
  .c-button[data-button="thirdly"] {
    margin: 0 auto;
    max-width: 362px;
  }
}

.c-button[data-link="thirdly"][data-width="small"],
.c-button[data-button="thirdly"][data-width="small"] {
  width: 152px;
  margin: 0 auto;
}

.c-button[data-link="thirdly"][data-width="small"] button,
.c-button[data-link="thirdly"][data-width="small"] a,
.c-button[data-button="thirdly"][data-width="small"] button,
.c-button[data-button="thirdly"][data-width="small"] a {
  font-size: 1.5rem;
  padding: 8px 10px 9px;
}

.c-button[data-link="thirdly"][data-width="medium"],
.c-button[data-button="thirdly"][data-width="medium"] {
  width: 217px;
  margin: 0;
}

.c-button[data-link="thirdly"][data-width="medium"] button,
.c-button[data-link="thirdly"][data-width="medium"] a,
.c-button[data-button="thirdly"][data-width="medium"] button,
.c-button[data-button="thirdly"][data-width="medium"] a {
  font-size: 1.5rem;
  padding: 8px 10px 9px;
}

.c-button[data-link="thirdly"] button,
.c-button[data-link="thirdly"] a,
.c-button[data-button="thirdly"] button,
.c-button[data-button="thirdly"] a {
  color: #fff;
  border-radius: 3px;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="thirdly"] button,
  .c-button[data-link="thirdly"] a,
  .c-button[data-button="thirdly"] button,
  .c-button[data-button="thirdly"] a {
    padding: 20px;
  }
}

@media screen and (max-width: 350px) {
  .c-button[data-link="thirdly"] button,
  .c-button[data-link="thirdly"] a,
  .c-button[data-button="thirdly"] button,
  .c-button[data-button="thirdly"] a {
    padding: 14px 10px 16px;
  }
}

.c-button[data-link="thirdly"] button:hover,
.c-button[data-link="thirdly"] a:hover,
.c-button[data-button="thirdly"] button:hover,
.c-button[data-button="thirdly"] a:hover {
  background: #1c554c;
}

.c-button[data-link="thirdly"] span,
.c-button[data-button="thirdly"] span {
  color: #fff;
}

.c-careerup__special-text + .c-button[data-link="thirdly"][data-width="small"] {
  margin: 0 0 20px;
}

.c-button[data-link="primary-color"],
.c-button[data-button="primary-color"] {
  margin: 10px auto 0;
  max-width: 330px;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary-color"],
  .c-button[data-button="primary-color"] {
    margin: 20px auto 0;
  }
}

.c-button[data-link="primary-color"] button,
.c-button[data-link="primary-color"] a,
.c-button[data-button="primary-color"] button,
.c-button[data-button="primary-color"] a {
  color: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
  background-color: #1c554c;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  -webkit-transition: background-color 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, box-shadow 300ms;
  transition: background-color 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary-color"] button,
  .c-button[data-link="primary-color"] a,
  .c-button[data-button="primary-color"] button,
  .c-button[data-button="primary-color"] a {
    padding: 20px;
  }
}

@media screen and (max-width: 350px) {
  .c-button[data-link="primary-color"] button,
  .c-button[data-link="primary-color"] a,
  .c-button[data-button="primary-color"] button,
  .c-button[data-button="primary-color"] a {
    padding: 14px 10px 16px;
  }
}

.c-button[data-link="primary-color"] button:hover,
.c-button[data-link="primary-color"] a:hover,
.c-button[data-button="primary-color"] button:hover,
.c-button[data-button="primary-color"] a:hover {
  background: #1c3f38;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-button[data-link="primary-color"] span,
.c-button[data-button="primary-color"] span {
  color: #fff;
}

.c-button[data-link="red"][data-width="medium"],
.c-button[data-button="red"][data-width="medium"] {
  width: 210px;
  margin-left: 0;
}

.c-button[data-link="red"][data-width="medium"] button,
.c-button[data-button="red"][data-width="medium"] button {
  padding: 13px 10px;
  font-size: 1.5rem;
}

.c-button[data-link="red"] button,
.c-button[data-link="red"] a,
.c-button[data-button="red"] button,
.c-button[data-button="red"] a {
  color: #fff;
  background-color: #a21a1a;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.c-button[data-link="red"] button:hover,
.c-button[data-link="red"] a:hover,
.c-button[data-button="red"] button:hover,
.c-button[data-button="red"] a:hover {
  background-color: #850b0b;
}

.c-button[data-link="red"] span,
.c-button[data-button="red"] span {
  color: #fff;
}

.c-form__confirm + .c-button[data-button="red"] {
  margin-top: 20px;
}

.c-button[data-link="back"] {
  margin-top: 20px;
  width: 240px;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="back"] {
    width: 280px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 767px) {
  .c-button[data-link="back"][data-width="medium"] {
    width: 311px;
  }
}

.c-button[data-link="back"] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="back"] a {
    font-size: 1.5rem;
    padding: 0;
  }
}

.c-button[data-link="back"] a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-button[data-link="back"] a:hover::after {
  opacity: 1;
}

.c-button[data-link="back"] a::before {
  display: block;
  content: "";
  width: 46px;
  border-left: 1px solid #eff3f2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../image/icon-arrow-02.svg");
  background-size: 17px 13px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
}

.c-button[data-link="back"] a:hover::before {
  background-position: right 10px center;
}

.c-button[data-link="back"] a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1c554c;
  border-radius: 4px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.c-button[data-link="back"] span {
  padding: 15px;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="back"] span {
    padding: 25px 20px;
  }
}

.c-button[data-link="primary"][data-genre="exam"],
.c-button[data-button="primary"][data-genre="complete"] {
  margin-bottom: 15px;
}

.c-button[data-link="primary"][data-genre="exam"] a,
.c-button[data-link="primary"][data-genre="exam"] button,
.c-button[data-button="primary"][data-genre="complete"] a,
.c-button[data-button="primary"][data-genre="complete"] button {
  padding: 22px 16px 24px;
  font-size: 1.8rem;
  line-height: 1.44;
  background: -webkit-gradient(linear, right top, left top, from(#ccc404), to(#dd922c));
  background: linear-gradient(to left, #ccc404 0%, #dd922c 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.c-button[data-link="primary"][data-genre="exam"] a:hover,
.c-button[data-link="primary"][data-genre="exam"] button:hover,
.c-button[data-button="primary"][data-genre="complete"] a:hover,
.c-button[data-button="primary"][data-genre="complete"] button:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary"][data-genre="exam"] a,
  .c-button[data-link="primary"][data-genre="exam"] button,
  .c-button[data-button="primary"][data-genre="complete"] a,
  .c-button[data-button="primary"][data-genre="complete"] button {
    padding: 30px;
  }
}

.c-button[data-link="primary"][data-genre="exam"] div,
.c-button[data-button="primary"][data-genre="complete"] div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.c-button[data-link="primary"][data-genre="exam"] div::before,
.c-button[data-button="primary"][data-genre="complete"] div::before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  margin-right: 6px;
  background-image: url("../image/icon-check-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-button[data-link="primary"][data-genre="exam"] span,
.c-button[data-button="primary"][data-genre="complete"] span {
  display: none;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="primary"][data-genre="exam"] span,
  .c-button[data-button="primary"][data-genre="complete"] span {
    display: inline;
    color: #fff;
  }
}

.c-card[data-genre="vertical-narrow"] .c-button[data-button="primary"][data-genre="complete"] {
  margin-bottom: 0;
}

.c-button__unit[data-genre="chapter"] {
  margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
}

.c-button__unit[data-genre="chapter"][data-font="en"] {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-button__unit[data-genre="chapter"] li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] li {
    width: 315px;
  }
}

.c-button__unit[data-genre="chapter"] li:first-child {
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] li:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] li:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-button__unit[data-genre="chapter"] a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.c-button__unit[data-genre="chapter"] a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-button__unit[data-genre="chapter"] a[data-link="prev"]::before,
.c-button__unit[data-genre="chapter"] a[data-link="next"]::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(30 / 375 * 100vw);
  min-height: 100px;
  height: 100%;
  border-left: 1px solid #e3ebe9;
  background-image: url("../image/icon-arrow-02.svg");
  background-size: 11px 8px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] a[data-link="prev"]::before,
  .c-button__unit[data-genre="chapter"] a[data-link="next"]::after {
    width: 47px;
    min-height: 103px;
    background-size: 17px 13px;
  }
}

.c-button__unit[data-genre="chapter"] a[data-link="prev"]:hover::before,
.c-button__unit[data-genre="chapter"] a[data-link="next"]:hover::after {
  background-position: right 10px center;
}

.c-button__unit[data-genre="chapter"] a[data-link="prev"]::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-button__unit[data-genre="chapter"] a[data-link="next"]::after {
  margin-left: auto;
}

.c-button__unit[data-genre="chapter"] a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 14px 20px;
  width: calc(302 / 375 * 100vw);
  line-height: 0;
  overflow-wrap: word-wrap;
  word-wrap: break-word;
}

@media screen and (max-width: 350px) {
  .c-button__unit[data-genre="chapter"] a > div {
    width: calc(298 / 375 * 100vw);
  }
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] a > div {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 267px;
    padding: 17px 20px 15px;
  }
}

.c-button__unit[data-genre="chapter"] a > div > span {
  font-size: 1.1rem;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] a > div > span {
    font-size: 1.2rem;
  }
}

.c-button__unit[data-genre="chapter"] a > div > span[data-text="unit"] {
  font-weight: 600;
  color: #82a29d;
}

.c-button__unit[data-genre="chapter"] a > div > div {
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] a > div > div {
    font-size: 1.6rem;
  }
}

.c-button__unit[data-genre="chapter"] a > div > div[data-status="complete"]::after {
  display: inline-block;
  content: "";
  margin-left: 2px;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] a > div > div[data-status="complete"]::after {
    margin-left: 6px;
    width: 17px;
    height: 17px;
  }
}

.c-button__unit[data-genre="chapter"] a > div > div span {
  display: inline-block;
  margin-left: 3px;
  margin-right: calc(100 / 375 * 100vw);
  padding: 0 6px;
  font-size: 1.3rem;
  line-height: 1.46;
  color: #82a29d;
  border: 1px solid #82a29d;
  border-radius: 2px;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="chapter"] a > div > div span {
    margin-right: 0;
    padding: 0 7px;
  }
}

.c-button__unit[data-genre="default"] {
  margin-top: 30px;
}

.c-button__unit[data-genre="default"] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-button__unit[data-genre="default"] li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px 15px 0;
  width: calc(100% / 2 - 5px);
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="default"] li {
    margin: 0 15px 15px 0;
    width: calc(-10px + 33.33%);
  }
}

.c-button__unit[data-genre="default"] li:nth-child(even) {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="default"] li:nth-child(even) {
    margin-right: 15px;
  }
}

.c-button__unit[data-genre="default"] li:nth-child(3n) {
  margin-right: 10px;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="default"] li:nth-child(3n) {
    margin-right: 0;
  }
}

.c-button__unit[data-genre="default"] li:nth-child(3n):nth-child(even) {
  margin-right: 0;
}

.c-button__unit[data-genre="default"] a {
  display: block;
  padding: 10px 4px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

@media screen and (min-width: 767px) {
  .c-button__unit[data-genre="default"] a {
    padding: 14px;
    font-size: 1.6rem;
  }
}

.c-button__unit[data-genre="default"] a:hover {
  color: #c47d1a;
}

.c-button[data-link="contact"] a {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px 16px 24px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.5;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-button[data-link="contact"] a {
    padding: 20px;
    font-size: 1.8rem;
  }
}

.c-button[data-link="contact"] a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #1c554c;
  border-radius: 4px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.c-button[data-link="contact"] a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-button[data-link="contact"] a:hover::after {
  opacity: 1;
}

.c-button[data-link="primary"][data-icon="pdf"] span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-button[data-link="primary"][data-icon="pdf"] span::before {
  display: block;
  content: "";
  width: 17px;
  height: 20px;
  margin-right: 10px;
  background-image: url("../image/icon-pdf-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

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

.c-button__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 670px) {
  .c-button__list-item {
    width: 50%;
  }
}

.c-button__list-item:first-child {
  margin-top: 0;
}

.c-button__list-item:nth-child(2) {
  margin-top: 20px;
}

@media (min-width: 670px) {
  .c-button__list-item:nth-child(2) {
    margin-top: 0;
  }
}

.c-button__list-item h4 {
  font-size: 1.5rem;
  line-height: 1.53;
  margin-bottom: 8px;
}

.c-button__list-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-button__list-item li {
  width: calc(50% - 7.5px);
}

@media (min-width: 670px) {
  .c-button__list-item li {
    width: 130px;
  }
}

@media screen and (min-width: 767px) {
  .c-button__list-item li {
    width: 150px;
  }
}

.c-button__list-item li:nth-child(odd) {
  margin: 0 15px 0 0;
}

.c-button__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 13px 7px;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #1c554c;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

@media screen and (min-width: 767px) {
  .c-button__list-item a {
    padding: 13px;
  }
}

.c-button__list-item a:hover {
  background-color: #eff3f2;
}

.c-button__list-item a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  border-left: 1px solid #b0c6c1;
  background-image: url("../image/icon-arrow-02.svg");
  background-size: 11px 9px;
  background-position: center;
  background-repeat: no-repeat;
}

.c-card {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.c-card__inner {
  padding: 24px 20px;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-card__inner {
    padding: 34px 30px;
  }
}

.c-card[data-genre="unit"] {
  margin-bottom: calc(40 / 375 * 100vw);
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="unit"] {
    margin-bottom: 30px;
  }
}

.c-card[data-genre="unit"] .c-card__thumb {
  width: 100%;
  height: calc(136 / 375 * 100vw);
  max-height: 136px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="unit"] .c-card__thumb {
    height: 114px;
  }
}

.c-card[data-genre="unit"] .c-card__information {
  padding: 15px 15px 20px;
}

.c-card[data-genre="unit"] .c-card__information[data-card="free"] {
  padding: 15px;
}

.c-card[data-genre="unit"] .c-card__information[data-card="free"] h2 {
  margin-bottom: 0;
}

.c-card[data-genre="unit"] .c-card__information h2 {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.82;
}

.c-card[data-genre="unit"] .c-card__information h2 span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.27;
}

.c-card[data-genre="unit"] .c-card__information p {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.c-card[data-genre="unit"] .c-card__information p span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 700;
  font-size: 2rem;
}

.c-card[data-genre="article"] {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="article"] {
    padding: 65px 128px;
  }
}

.c-card[data-genre="default"] {
  width: calc(100% + 40px);
  padding: 30px 20px 20px;
  margin-left: -20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="default"] {
    margin-left: 0;
    width: 100%;
    padding: 60px 110px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
}

.c-card[data-genre="default"] + .c-card[data-genre="default"] {
  margin-top: 20px;
}

.c-card[data-genre="default"] h1 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.29;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="default"] h1 {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}

.c-card[data-genre="default"][data-bottom="wide"] {
  padding: 30px 20px 40px;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="default"][data-bottom="wide"] {
    padding: 60px 110px;
  }
}

.c-card[data-genre="default"][data-sp="sepearate"] {
  width: 100%;
  margin-left: 0;
}

.c-heading[data-heading="page"] + .c-card[data-genre="default"] {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .c-heading[data-heading="page"] + .c-card[data-genre="default"] {
    margin-top: 30px;
  }
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="default"][data-padding="narrow"] {
    padding: 60px 105px;
  }
}

.c-card[data-genre="narrow"] {
  padding: 20px;
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="narrow"] {
    padding: 30px;
  }
}

.c-card[data-genre="wide"] {
  padding: 20px;
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="wide"] {
    padding: 40px;
  }
}

.c-card[data-genre="vertical-narrow"] {
  padding: 20px;
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="vertical-narrow"] {
    padding: 30px 90px;
  }
}

.c-card[data-genre="minimum"] {
  padding: 15px 20px;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="minimum"] {
    padding: 20px 30px;
  }
}

.c-card[data-genre="minimum"] + .c-card[data-genre="minimum"] {
  margin-top: 15px;
}

.c-card[data-genre="minimum"] h3 {
  margin-bottom: 17px;
  font-size: 1.6rem;
  line-height: 1.45;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="minimum"] h3 {
    font-size: 1.8rem;
  }
}

.c-card[data-genre="certification"] {
  position: relative;
  padding: 20px 20px 30px;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="certification"] {
    padding: 20px 25px 80px;
  }
}

.c-card[data-genre="certification"] .c-card__certification {
  max-width: 550px;
  margin: 40px auto 0;
}

.c-card[data-genre="certification"] .c-card__certification h1 {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="certification"] .c-card__certification h1 {
    font-size: 2.2rem;
  }
}

.c-card[data-genre="certification"] .c-card__certification h1 span {
  margin-left: 5px;
}

.c-card[data-genre="certification"] .c-card__certification .p-minimum__print {
  margin-top: 15px;
}

@media print {
  .c-card[data-genre="certification"] .c-card__certification .p-minimum__item-mp {
    display: none;
  }
}

.c-card[data-genre="certification"] .c-card__certification .p-minimum__item-mp a {
  margin-top: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="certification"] .c-card__certification .p-minimum__item-mp a {
    margin-top: 15px;
    margin-left: auto;
    width: calc(100% - 85px);
  }
  .c-card[data-genre="certification"] .c-card__certification .p-minimum__item-mp a:hover {
    opacity: .9;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.c-card__pdf-link li {
  line-height: 1.45;
}

.c-card__pdf-link li + li {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-card__pdf-link li + li {
    margin-top: 10px;
  }
}

.c-card__pdf-link li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 1.45;
}

@media screen and (min-width: 767px) {
  .c-card__pdf-link li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-card__pdf-link li a:hover {
  text-decoration: none;
}

.c-card__pdf-link li a::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 18px;
  height: 20px;
  background-image: url("../image/icon-pdf-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-card__item {
  padding: 15px 15px 20px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .c-card__item {
    padding: 20px;
  }
}

.c-card__item + .c-card__item {
  margin-top: 10px;
}

.c-card__item h2 {
  margin-top: 4px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.c-card__item p[data-status="attention"] {
  color: #a21a1a;
}

.c-careerup h2 {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.2;
}

.c-careerup h2[data-heading="en"] {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.c-careerup h2[data-heading="en"] + p {
  margin-bottom: 30px;
}

.c-careerup p {
  font-size: 1.4rem;
  line-height: 1.77;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-careerup p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.c-careerup p[data-font="small"] {
  font-size: 1.3rem;
}

.c-careerup p a:hover {
  text-decoration: none;
}

.c-careerup__message {
  margin-top: 20px;
  padding: 15px 15px 16px;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-careerup__message {
    margin-top: 30px;
    padding: 25px 20px 26px;
  }
}

.c-careerup__message p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.47;
}

@media screen and (min-width: 767px) {
  .c-careerup__message p {
    font-size: 1.5rem;
  }
}

.c-careerup__content {
  padding: 15px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .c-careerup__content {
    padding: 30px;
  }
}

.c-careerup__content + .c-careerup__content {
  margin-top: 15px;
}

.c-careerup__content[data-page="careerup-program"] > dl {
  margin-bottom: 10px;
}

.c-careerup__content[data-page="careerup-program"] > dl div > dt {
  min-width: 85px;
}

.c-careerup__content[data-page="careerup-program"] dl:nth-child(3) {
  margin-bottom: 20px;
}

.c-careerup__content h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.55;
}

@media screen and (min-width: 767px) {
  .c-careerup__content h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.c-careerup__content > p {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-careerup__content > dl {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-careerup__content > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-self: flex-start;
  }
}

.c-careerup__content > dl[data-type="block"] > div + div {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .c-careerup__content > dl[data-type="block"] {
    display: block;
  }
}

.c-careerup__content > dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-self: flex-start;
}

.c-careerup__content > dl div[data-direction="column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-careerup__content > dl div[data-direction="column"] dt {
  margin: 0 0 16px;
}

.c-careerup__content > dl div dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.c-careerup__content > dl dt,
.c-careerup__content > dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.3rem;
  line-height: 1.5;
}

.c-careerup__content > dl dt[data-type="cancel"],
.c-careerup__content > dl dd[data-type="cancel"] {
  color: #a21a1a;
}

.c-careerup__content > dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  margin-right: 10px;
}

.c-careerup__content > dl dd + dt {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .c-careerup__content > dl dd + dt {
    margin-top: 0;
  }
}

@media screen and (min-width: 767px) {
  .c-careerup__content > dl dd {
    margin-right: 20px;
  }
}

.c-careerup__content > dl dd[data-type="cancel"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 767px) {
  .c-careerup__content > dl dd[data-type="cancel"] {
    margin-right: 0;
  }
}

.c-careerup__content a:hover {
  text-decoration: none;
}

.c-careerup__image {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-careerup__image {
    margin-bottom: 26px;
  }
}

.c-careerup__list {
  max-width: 630px;
  margin: 0 auto;
}

.c-careerup__list li {
  position: relative;
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.c-careerup__list li + li {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .c-careerup__list li {
    padding: 20px;
  }
}

.c-careerup__list li h4 {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.c-careerup__list li h4 span {
  display: block;
  padding: 4px 9px;
  margin-left: 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  background-color: #1c554c;
}

.c-careerup__list li h4 span[data-color="white"] {
  color: #1c554c;
  background-color: #fff;
  border: 1px solid #1c554c;
}

.c-careerup__list li dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-careerup__list li dt,
.c-careerup__list li dd {
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-careerup__list li dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-careerup__list li dt::after {
  display: inline-block;
  content: "：";
  margin: 0 3px;
}

.c-careerup__list li button,
.c-careerup__list li a {
  display: block;
  margin-top: 10px;
  padding: 8px 10px 9px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 269px;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.47;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
}

.c-careerup__list li button[data-button="cancel"],
.c-careerup__list li a[data-button="cancel"] {
  background: #82a29d;
}

@media screen and (min-width: 767px) {
  .c-careerup__list li button,
  .c-careerup__list li a {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: auto;
    min-width: 152px;
    margin-top: 0;
    margin-left: auto;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 767px) {
  .c-careerup__list + .c-button[data-link="back"] {
    margin-left: 70px;
  }
}

.c-careerup__special-image {
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  .c-careerup__special-image {
    margin-bottom: 20px;
  }
}

.c-careerup .c-careerup__special-copy {
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 767px) {
  .c-careerup .c-careerup__special-copy {
    margin-bottom: 20px;
    line-height: 2;
  }
}

.c-careerup .c-careerup__special-text {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-careerup .c-careerup__special-information {
  position: relative;
  margin-bottom: 10px;
}

.c-careerup .c-careerup__special-information h2 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.c-careerup .c-careerup__special-information table {
  width: 100%;
  border: 1px solid #b0c6c1;
  border-collapse: collapse;
}

.c-careerup .c-careerup__special-information table[data-column="2"] {
  max-width: 434px;
}

.c-careerup .c-careerup__special-information table[data-column="2"] tbody th {
  text-align: center;
}

.c-careerup .c-careerup__special-information table thead th {
  padding: 8px 4px 7px;
  width: 245px;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.38;
  background-color: #1c554c;
}

@media screen and (min-width: 767px) {
  .c-careerup .c-careerup__special-information table thead th {
    padding: 8px 8px 7px;
    font-size: 1.3rem;
  }
}

.c-careerup .c-careerup__special-information table thead th + th {
  border-left: 1px solid #b0c6c1;
}

.c-careerup .c-careerup__special-information table thead th:first-child {
  width: 141px;
}

.c-careerup .c-careerup__special-information table tbody th,
.c-careerup .c-careerup__special-information table tbody td {
  background-color: #fff;
}

.c-careerup .c-careerup__special-information table tbody tr + tr {
  border-top: 1px solid #b0c6c1;
}

.c-careerup .c-careerup__special-information table tbody th {
  padding: 10px 5px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-careerup .c-careerup__special-information table tbody th {
    padding: 15px 5px 15px 15px;
    font-size: 1.3rem;
  }
}

.c-careerup .c-careerup__special-information table tbody td {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  border-left: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-careerup .c-careerup__special-information table tbody td {
    font-size: 1.3rem;
  }
}

.c-careerup .c-careerup__special-information table tbody td span {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin-right: 2px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .c-careerup .c-careerup__special-information table tbody td span {
    margin-right: 3px;
    font-size: 2.8rem;
  }
}

.c-careerup .c-careerup__special-information ul {
  margin-bottom: 12px;
}

.c-careerup .c-careerup__special-information ul li {
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-careerup .c-careerup__special-information ul li::before {
  display: inline-block;
  content: "・";
}

.c-careerup .c-careerup__special-information ul li a:hover {
  text-decoration: none;
}

.c-careerup__content .c-career__offline-item,
.c-career__offline-item {
  position: relative;
  padding: 15px 15px 20px 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.c-careerup__content .c-career__offline-item + .c-career__offline-item,
.c-career__offline-item + .c-career__offline-item {
  margin-top: 15px;
}

.c-careerup__content .c-career__offline-item h3,
.c-career__offline-item h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-careerup__content .c-career__offline-item h3,
  .c-career__offline-item h3 {
    margin-bottom: 20px;
  }
}

.c-careerup__content .c-career__offline-item h3 span,
.c-career__offline-item h3 span {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 5px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #1c554c;
}

@media screen and (min-width: 767px) {
  .c-careerup__content .c-career__offline-item h3 span,
  .c-career__offline-item h3 span {
    margin-left: 10px;
    padding: 4px 8px;
    font-size: 1.3rem;
  }
}

.c-careerup__content .c-career__offline-item > dl > div,
.c-career__offline-item > dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-careerup__content .c-career__offline-item > dl > div > dt,
.c-careerup__content .c-career__offline-item > dl > div > dd,
.c-career__offline-item > dl > div > dt,
.c-career__offline-item > dl > div > dd {
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-careerup__content .c-career__offline-item > dl > div > dt::after,
.c-career__offline-item > dl > div > dt::after {
  display: inline-block;
  content: "：";
  font-size: 1.3rem;
}

.c-careerup__content .c-career__offline-item > dl div[data-type="date"],
.c-career__offline-item > dl div[data-type="date"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-careerup__content .c-career__offline-item > dl div[data-type="date"] > dd,
.c-career__offline-item > dl div[data-type="date"] > dd {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 12px 0 16px;
}

.c-careerup__content .c-career__offline-item > dl dl div,
.c-career__offline-item > dl dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #b0c6c1;
  border-top: none;
}

.c-careerup__content .c-career__offline-item > dl dl div:first-child,
.c-career__offline-item > dl dl div:first-child {
  border-top: 1px solid #b0c6c1;
}

.c-careerup__content .c-career__offline-item > dl dl div dt,
.c-career__offline-item > dl dl div dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 63px;
  text-align: center;
  border-right: 1px solid #b0c6c1;
  background-color: #eff3f2;
}

.c-careerup__content .c-career__offline-item > dl dl div dd,
.c-career__offline-item > dl dl div dd {
  width: 100%;
  padding: 7px 7px 5px;
}

@media screen and (min-width: 767px) {
  .c-careerup__content .c-career__offline-item > dl dl div dd,
  .c-career__offline-item > dl dl div dd {
    padding: 11px 14px 10px;
  }
}

.c-careerup__content > p + .c-career__offline-item {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-careerup__content > p + .c-career__offline-item {
    margin-top: 25px;
  }
}

.c-careerup__content > .c-careerup__special-information {
  margin-bottom: 20px;
}

.c-heading[data-heading="page"] + .c-career__offline-item {
  margin-top: 35px;
}

.c-accordion .c-career__offline-item {
  padding: 0;
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 767px) {
  .c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper {
    width: 396px;
  }
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl > div > dt,
.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl > div > dd {
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl > div > dt::after {
  display: inline-block;
  content: "：";
  font-size: 1.3rem;
  margin: 0 3px;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl div[data-type="date"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl div[data-type="date"] > dd {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 12px 0 16px;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #b0c6c1;
  border-top: none;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div:first-child {
  border-top: 1px solid #b0c6c1;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 63px;
  text-align: center;
  border-right: 1px solid #b0c6c1;
  background-color: #eff3f2;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div dd {
  width: 100%;
  padding: 7px 7px 5px;
}

@media screen and (min-width: 767px) {
  .c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div dd {
    padding: 11px 14px 10px;
  }
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div dd span[data-information="online"] {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl[data-list="secondary"] div dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl[data-list="secondary"] div dt[data-page="training-course"] {
  padding-top: 10px;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div dl[data-information="address"] {
  margin-top: 10px;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div dl[data-information="address"] dt,
.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div dl[data-information="address"] dd {
  font-size: 1.2rem;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div dl[data-information="address"] dt {
  display: block;
  margin-bottom: 2px;
  width: 100%;
  font-weight: 700;
  text-align: left;
  border: none;
  background: none;
}

.c-career__offline-item[data-information="table"] .c-career__offline-item-wrapper > dl dl div dl[data-information="address"] dd {
  padding: 0;
}

.c-careerup__offline-button,
.c-careerup__offline-cancel,
.c-careerup__offline-applied,
.c-careerup__offline-joined,
.c-careerup__offline-canceld {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin-top: 15px;
  padding: 8px 10px 9px;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  border: none;
  border-radius: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

@media screen and (min-width: 767px) {
  .c-careerup__offline-button,
  .c-careerup__offline-cancel,
  .c-careerup__offline-applied,
  .c-careerup__offline-joined,
  .c-careerup__offline-canceld {
    position: absolute;
    top: 15px;
    right: 14px;
    margin-top: 0;
    width: 152px;
  }
}

.c-careerup__offline-button:hover,
.c-careerup__offline-cancel:hover,
.c-careerup__offline-applied:hover,
.c-careerup__offline-joined:hover,
.c-careerup__offline-canceld:hover {
  background: #1c554c;
}

.c-careerup__offline-cancel {
  background: #a21a1a;
}

.c-careerup__offline-cancel:hover {
  background: #790d0d;
}

.c-careerup__offline-applied {
  background: #82a29d;
}

.c-careerup__offline-applied:hover {
  background: #1c554c;
}

.c-careerup__offline-joined {
  color: #82a29d;
  background: #fff;
  border: 1px solid #82a29d;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: inherit;
}

.c-careerup__offline-joined:hover {
  background: #fff;
}

.c-careerup__offline-canceld {
  color: #a21a1a;
  background: #fff;
  border: 1px solid #a21a1a;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: inherit;
}

.c-careerup__offline-canceld:hover {
  background: #fff;
}

.c-career__offline-attention {
  margin: 14px 0 0;
  color: #1c554c;
  font-size: 1.1rem;
  line-height: 1.7;
}

.c-careerup__offline-unable {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
  color: #82a29d;
}

@media screen and (min-width: 767px) {
  .c-careerup__offline-unable {
    position: absolute;
    top: 15px;
    right: 17px;
    margin-top: 0;
    text-align: right;
  }
}

.c-careerup p.c-career__offline-attention,
.c-exam__modal p.c-career__offline-attention,
.c-exam__application-modal p.c-career__offline-attention {
  margin: 14px 0 0;
  color: #1c554c;
  font-size: 1.1rem;
  line-height: 1.7;
}

.c-career__offline-item-button-list {
  position: absolute;
  top: 15px;
  right: 14px;
}

@media screen and (min-width: 767px) {
  .c-career__offline-item-button-list {
    width: 152px;
  }
}

.c-career__offline-item-button-list .c-careerup__offline-button {
  position: static;
  margin-bottom: 10px;
}

.c-career__offline-item-alert {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5e6e6;
  border: 1px solid #a21a1a;
}

.c-career__offline-item-alert p {
  margin-bottom: 5px;
}

.c-career__offline-item-alert p,
.c-career__offline-item-alert button {
  color: #a21a1a;
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-career__offline-item-alert button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  text-decoration: underline;
  cursor: pointer;
}

.c-career__offline-item-alert button:hover {
  text-decoration: none;
}

.c-contact-link {
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
}

.c-contact-link__wrapper {
  padding: 30px 20px;
}

@media screen and (min-width: 767px) {
  .c-contact-link__wrapper {
    width: 450px;
    padding: 47px 0 43px;
    margin: 0 auto;
  }
}

.c-contact-link__wrapper p {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  line-height: 2;
}

@media screen and (min-width: 767px) {
  .c-contact-link__wrapper p {
    margin-bottom: 20px;
  }
}

.c-contact-link__wrapper p span {
  display: block;
}

@media screen and (min-width: 767px) {
  .c-contact-link__wrapper p span {
    display: inline;
  }
}

.c-contact-link .c-button[data-link="contact"] {
  max-width: 335px;
  margin: 0 auto;
}

.c-content[data-palt="inherit"],
.c-content__attention[data-palt="inherit"] {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

.c-content p,
.c-content__attention p {
  line-height: 1.7;
}

.c-content a:hover,
.c-content__attention a:hover {
  text-decoration: none;
}

.c-content {
  margin-bottom: 20px;
}

.c-content[data-width="narrow"] {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.c-content[data-align="center"] {
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-content {
    margin-bottom: 30px;
  }
}

.c-content em {
  font-style: normal;
  color: #a21a1a;
}

.c-content em[data-weight="bold"] {
  font-weight: 700;
}

.c-content em[data-type="selected"] {
  font-weight: 700;
  color: #1c554c;
}

.c-content p[data-text="email"] {
  margin-top: 10px;
  font-weight: 700;
}

.c-content p[data-text="email"] span {
  font-size: 1.7rem;
}

.c-card[data-genre="vertical-narrow"] .c-content {
  margin-bottom: 14px;
}

.c-card__inner .c-content {
  text-align: left;
}

.c-card__inner .c-content h3 {
  margin-bottom: 20px;
}

.c-content__attention {
  padding: 20px 20px 15px;
  border: 1px solid #1c554c;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-content__attention {
    padding: 30px 30px 26px;
  }
}

.c-content__attention h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-content__attention h2 {
    margin-bottom: 25px;
  }
}

.c-card .c-content__attention,
.c-content__attention[data-border="light"] {
  border: 1px solid #b0c6c1;
}

.c-button[data-button="primary"] + .c-content__attention {
  margin-top: 45px;
}

.c-heading + .c-content {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .c-heading + .c-content {
    margin-top: 15px;
  }
}

.c-content__link {
  margin: 10px 0 20px;
  text-align: right;
}

@media screen and (min-width: 767px) {
  .c-content__link {
    margin: 7px 0 18px;
  }
}

.c-content__link a {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
}

.c-content__link a:hover {
  text-decoration: none;
}

.c-content__hit {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-content__hit {
    margin-bottom: 20px;
  }
}

.c-content__hit[data-hit="center"] {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
  .c-content__hit[data-hit="center"] {
    margin-bottom: 27px;
  }
}

.c-content__hit p {
  font-size: 1.4rem;
  line-height: 1.43;
}

@media screen and (min-width: 767px) {
  .c-content__hit p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.c-content__hit p span {
  display: inline-block;
  margin-right: 3px;
  font-size: 2.2rem;
}

@media screen and (min-width: 767px) {
  .c-content__hit p span {
    margin-right: 5px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 767px) {
  .c-content__hit[data-hit="wrapper"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-content__hit[data-hit="wrapper"] .c-form__select {
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .c-content__hit[data-hit="wrapper"] .c-form__select {
    margin-top: 0;
  }
}

.c-content__hit[data-hit="wrapper"] .c-form__select select {
  border: 1px solid #1c554c;
}

.c-content__lead {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-content__lead {
    width: 660px;
    margin: 0 auto 46px;
  }
}

.c-content__lead p {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (min-width: 767px) {
  .c-content__lead p {
    font-size: 1.5rem;
  }
}

.c-content__lead p[data-link="pdf"] {
  margin-top: 13px;
}

.c-content__lead p[data-link="pdf"] a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-content__lead p[data-link="pdf"] a:hover {
  text-decoration: none;
}

.c-content__lead p[data-link="pdf"] a::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 17px;
  height: 20px;
  background-image: url("../image/icon-pdf-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-content__lead b {
  display: block;
  margin-top: 20px;
  color: #a21a1a;
}

.c-content__small {
  margin-top: 15px;
}

.c-content__small small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .c-content__small small {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.c-content__small small + small {
  margin-top: 5px;
}

.c-content__small small a {
  text-decoration: underline;
}

.c-content__small small a:hover {
  text-decoration: none;
}

.c-continued {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .c-continued {
    margin-bottom: 30px;
  }
}

.c-heading + .c-continued {
  margin-top: 20px;
}

.c-continued__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-continued__thumb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  min-height: 106px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-continued__thumb {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .c-continued__wrapper .c-continued__content {
    width: calc(100% - 106px);
  }
}

.c-continued__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px;
}

@media screen and (min-width: 767px) {
  .c-continued__content {
    margin-left: 106px;
  }
}

.c-continued__content a {
  display: block;
  color: #fff;
  position: relative;
  margin-top: 15px;
  width: 100%;
  padding: 14px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-continued__content a {
    margin-left: auto;
    margin-top: 0;
    width: 152px;
    padding: 8px 10px;
  }
}

.c-continued__content a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-continued__content a:hover::after {
  opacity: 1;
}

.c-continued__content a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #1c554c;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.c-continued__content a[data-status="completion"] {
  background: #82a29d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-continued__information {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-continued__information {
    max-width: 453px;
  }
}

@media screen and (min-width: 767px) {
  .c-heading[data-page="unit"] + .c-continued .c-continued__content,
  .c-heading[data-page="unit"] + .c-switch + .c-continued .c-continued__content {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
  .c-heading[data-page="unit"] + .c-continued .c-continued__information,
  .c-heading[data-page="unit"] + .c-switch + .c-continued .c-continued__information {
    max-width: 433px;
  }
}

.c-continued__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-continued__meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}

.c-continued__meta span[data-meta="chapter"] {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
}

.c-continued__meta span[data-meta="category"] {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
}

.c-continued__meta span[data-meta="lesson"] {
  width: 100%;
  font-size: 1.2rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 767px) {
  .c-continued__meta span[data-meta="lesson"] {
    width: 453px;
  }
}

@media screen and (min-width: 767px) {
  .c-continued__meta span[data-meta="category"],
  .c-continued__meta span[data-meta="lesson"] {
    font-size: 1.3rem;
  }
}

.c-continued__heading {
  margin-top: 3px;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .c-continued__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-continued__heading[data-status="completion"]::after {
  display: block;
  content: "";
  margin: 3px 0 0 3px;
  width: 16px;
  height: 16px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-continued__heading[data-status="completion"]::after {
    width: 20px;
    height: 20px;
    margin: 2px 0 0 5px;
  }
}

.c-continued__heading span:first-child {
  display: inline-block;
  margin-right: 6px;
  font-size: 1.8rem;
  line-height: 1.47;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-continued__heading span:first-child {
    margin-right: 0;
    width: auto;
    max-width: 395px;
  }
}

.c-continued__heading span[data-status="before"],
.c-continued__heading span[data-status="learning"],
.c-continued__heading span[data-type="sample"] {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 6px;
  padding: 0 6px 1px;
  font-size: 1.3rem;
  line-height: 1.47;
  border-radius: 2px;
}

@media screen and (min-width: 767px) {
  .c-continued__heading span[data-status="before"],
  .c-continued__heading span[data-status="learning"],
  .c-continued__heading span[data-type="sample"] {
    margin: 0 0 0 6px;
  }
}

@media screen and (max-width: 350px) {
  .c-continued__heading span[data-status="before"],
  .c-continued__heading span[data-status="learning"],
  .c-continued__heading span[data-type="sample"] {
    margin: 0 0 0 5px;
  }
}

.c-continued__heading span[data-status="before"] {
  color: #82a29d;
  border: 1px solid #82a29d;
}

.c-continued__heading span[data-status="learning"] {
  color: #fff;
  background-color: #1c554c;
}

.c-continued__heading span[data-type="sample"] {
  color: #fff;
  background-color: #dd922c;
}

.c-continued__date {
  display: block;
  margin-top: 1px;
  color: #82a29d;
  font-size: 1.2rem;
  line-height: 1.45;
}

@media screen and (min-width: 767px) {
  .c-continued__date {
    margin-top: 8px;
    margin-bottom: 0;
  }
}

.c-continued__list {
  margin-top: 25px;
}

@media screen and (min-width: 767px) {
  .c-continued__list {
    margin-top: 40px;
  }
}

.c-continued__list p {
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .c-continued__list p {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
}

.c-continued__list .c-continued {
  margin-bottom: 20px;
}

.c-contract__heading {
  margin: 40px 0 10px;
}

.c-contract__heading h2 {
  font-size: 1.5rem;
}

.c-contract__heading[data-heading="large"] {
  margin: 60px 0 25px;
}

.c-contract__heading[data-heading="large"] h2 {
  font-size: 1.8rem;
}

@media screen and (min-width: 767px) {
  .c-contract__heading[data-heading="large"] h2 {
    font-size: 2rem;
  }
}

.c-contract__list {
  padding-left: 1em;
  text-indent: -1em;
}

.c-contract__list li {
  position: relative;
}

.c-contract__list li::before {
  content: '・';
  margin: 0 7px 0 0;
}

.c-contract__list li + li {
  margin-top: 5px;
}

.c-contract__list li a:hover {
  text-decoration: none;
}

.c-contract__list li em {
  font-style: normal;
  color: #a21a1a;
}

.c-contract__list[data-list="small"] {
  font-size: 1.2rem;
  line-height: 1.8;
}

.c-contract__list[data-list="small"] li + li {
  margin-top: 10px;
}

.c-contract__table {
  margin-top: 30px;
}

.c-contract__table[data-margin="bottom-large"] {
  margin-bottom: 50px;
}

.c-contract__table table {
  width: 100%;
  max-width: 434px;
  border: 1px solid #b0c6c1;
  border-collapse: collapse;
}

.c-contract__table table thead th {
  padding: 8px 4px 7px;
  width: 158px;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.38;
  background-color: #1c554c;
}

@media screen and (min-width: 767px) {
  .c-contract__table table thead th {
    padding: 8px 8px 7px;
    font-size: 1.3rem;
  }
}

.c-contract__table table thead th + th {
  border-left: 1px solid #b0c6c1;
}

.c-contract__table table thead th:first-child {
  width: 275px;
}

.c-contract__table table tbody th,
.c-contract__table table tbody td {
  background-color: #fff;
}

.c-contract__table table tbody tr + tr {
  border-top: 1px solid #b0c6c1;
}

.c-contract__table table tbody th {
  padding: 10px 5px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-contract__table table tbody th {
    padding: 15px 5px 15px 15px;
    font-size: 1.3rem;
  }
}

.c-contract__table table tbody td {
  padding: 12px 0 13px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  border-left: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-contract__table table tbody td {
    font-size: 1.3rem;
  }
}

.c-contract__table table tbody td span {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin-right: 2px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .c-contract__table table tbody td span {
    margin-right: 3px;
    font-size: 2.8rem;
  }
}

.c-contract__box {
  margin-top: 30px;
  padding: 25px 20px;
  background-color: #fff;
  border: 1px solid #b0c6c1;
}

.c-contract__box h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.c-contract__note {
  display: inline-block;
  margin: 15px 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 767px) {
  .c-contract__note {
    margin: 15px 0 0;
  }
}

.c-contract__credit-form {
  padding: 25px 15px 20px;
  border: 1px solid #1c554c;
}

@media screen and (min-width: 767px) {
  .c-contract__credit-form {
    padding: 35px 25px 30px;
  }
}

.c-contract__credit-form .c-button[data-link="primary-color"] {
  margin-left: 0;
}

.c-contract__credit-form[data-page="contract-renewal"] {
  padding: 15px 15px 5px;
}

@media screen and (min-width: 767px) {
  .c-contract__credit-form[data-page="contract-renewal"] {
    padding: 25px 35px 5px;
  }
}

.c-contract__credit > h3 {
  font-size: 1.8rem;
}

.c-contract__credit-price {
  margin-top: 25px;
}

.c-contract__credit-price h4 {
  font-size: 1.4rem;
}

.c-contract__credit-price dl {
  margin-top: 19px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e3ebe9;
}

@media screen and (min-width: 767px) {
  .c-contract__credit-price dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-contract__credit-price dl dt {
  font-size: 1.4rem;
}

.c-contract__credit-price dl dd {
  font-size: 1.3rem;
}

.c-contract__credit-price dl dd span {
  font-weight: bold;
  font-size: 1.8rem;
}

.c-contract__credit-confirm {
  margin-top: 30px;
}

.c-contract__credit-confirm > p {
  text-align: center;
  color: #a21a1a;
}

@media screen and (min-width: 767px) {
  .c-contract__credit-confirm > p br[data-view="sp"] {
    display: none;
  }
}

.c-contract__credit-confirm-back {
  margin-top: 15px;
  text-align: center;
}

.c-contract__credit-confirm-back button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-weight: 500;
  font-size: 1.3rem;
  color: #1c554c;
  text-decoration: underline;
}

.c-contract__credit-confirm-back button:hover {
  text-decoration: none;
}

.c-employee-link {
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.c-employee-link + .c-employee-link {
  margin-top: 15px;
}

.c-employee-link a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 18px;
}

@media screen and (min-width: 767px) {
  .c-employee-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 24px 0 20px 20px;
  }
}

.c-employee-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  content: "";
  width: 47px;
  height: 100%;
  margin-left: auto;
  padding: 15px;
  border-left: 1px solid #eff3f2;
  background-image: url("../image/icon-arrow-02.svg");
  background-position: center;
  background-size: 17px 13px;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: background-position 300ms, background-color 300ms;
  transition: background-position 300ms, background-color 300ms;
}

@media screen and (min-width: 767px) {
  .c-employee-link a::after {
    display: block;
  }
}

.c-employee-link a:hover::after {
  background-position: 18px center;
  background-color: #eff3f2;
}

.c-employee-link__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-employee-link__profile {
    display: block;
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 808px) {
  .c-employee-link__profile {
    width: 98px;
  }
}

.c-employee-link__profile-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 15px 0 0;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media screen and (min-width: 767px) {
  .c-employee-link__profile-icon {
    margin: 0 0 16px;
  }
}

@media screen and (min-width: 808px) {
  .c-employee-link__profile-icon {
    width: 98px;
    height: 98px;
  }
}

.c-employee-link__profile-name {
  line-height: 1;
}

.c-employee-link__profile-name > h2 {
  margin-bottom: 7px;
  font-size: 1.5rem;
  line-height: 1;
}

.c-employee-link__profile-name > span {
  font-size: 1rem;
  color: #82a29d;
}

.c-employee-link__profile-status {
  margin-top: 11px;
  text-align: center;
}

.c-employee-link__profile-status span {
  display: inline-block;
  width: 60px;
  padding: 3px 11px 4px;
  font-size: 1.2rem;
  color: #a21a1a;
  line-height: 1;
  border: 1px solid #deaeae;
}

.c-employee-link__information {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-employee-link__information {
    width: calc(100% - 167px);
  }
}

@media screen and (min-width: 808px) {
  .c-employee-link__information {
    max-width: 563px;
  }
}

.c-employee-link__information-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}

@media screen and (min-width: 767px) {
  .c-employee-link__information-meta {
    margin-bottom: 15px;
  }
}

.c-employee-link__information-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 9px 8px 0;
}

.c-employee-link__information-meta dt,
.c-employee-link__information-meta dd {
  font-size: 1.2rem;
  line-height: 1.33;
}

.c-employee-link__information-meta dt {
  margin-right: 5px;
  padding: 2px 11px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #e3ebe9;
}

.c-employee-link__information-meta dd {
  margin-top: 3px;
}

.c-employee-link__information-meta dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-employee-link__information-meta dd ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 3px;
}

.c-employee-link__information-meta dd ul li::after {
  display: inline-block;
  content: ",";
  margin-right: 5px;
}

.c-employee-link__information-meta dd ul li:last-child::after {
  display: none;
}

.c-employee-progress[data-status="invalid"] {
  opacity: .5;
}

.c-employee-progress dl {
  border: 1px solid #e3ebe9;
}

.c-employee-progress dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 15px 10px 14px;
}

.c-employee-progress dl > div + div {
  border-top: 1px solid #e3ebe9;
}

.c-employee-progress dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.25;
}

@media screen and (min-width: 767px) {
  .c-employee-progress dt {
    margin-right: 50px;
    margin-bottom: 0;
    width: 60px;
  }
}

@media (min-width: 766px) and (max-width: 789px) {
  .c-employee-progress dt {
    margin-right: 25px;
  }
}

@media screen and (min-width: 767px) {
  .c-employee-progress dt span {
    display: block;
  }
}

.c-employee-progress dd[data-progress="bar"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 110px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .c-employee-progress dd[data-progress="bar"] {
    width: auto;
  }
}

.c-employee-progress dd[data-progress="bar"] .c-lesson-list__progress-number {
  width: 63px;
  margin-bottom: 5px;
  font-size: 1rem;
}

@media screen and (min-width: 767px) {
  .c-employee-progress dd[data-progress="bar"] .c-lesson-list__progress-number {
    margin-right: 8px;
    margin-bottom: 0;
    text-align: right;
  }
}

.c-employee-progress dd[data-progress="bar"] .c-lesson-list__progress-current {
  margin-right: 5px;
}

.c-employee-progress dd[data-progress="bar"] .c-lesson-list__progress-bar,
.c-employee-progress dd[data-progress="bar"] .c-lesson-list__progress-bar-date {
  width: 150px;
}

@media screen and (min-width: 767px) {
  .c-employee-progress dd[data-progress="bar"] .c-lesson-list__progress-bar,
  .c-employee-progress dd[data-progress="bar"] .c-lesson-list__progress-bar-date {
    width: 190px;
  }
}

.c-employee-progress dd[data-progress="bar"] .c-lesson-list__progress-fill,
.c-employee-progress dd[data-progress="bar"] .c-lesson-list__progress-fill-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-employee-progress dd[data-progress="percent"] {
  width: 52px;
  font-size: 1.2rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: right;
}

@media screen and (min-width: 767px) {
  .c-employee-progress dd[data-progress="percent"] {
    margin-right: 18px;
  }
}

.c-employee-progress dd[data-progress="percent"] span {
  font-size: 2.4rem;
}

.c-employee-progress dd[data-progress="percent"] span[data-status="complete"] {
  color: #dd922c;
}

.c-employee-progress dd[data-progress="remnant"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  color: #82a29d;
  font-size: 1.2rem;
  line-height: 1.25;
}

@media screen and (min-width: 767px) {
  .c-employee-progress dd[data-progress="remnant"] {
    width: auto;
  }
}

@media screen and (min-width: 767px) {
  .c-employee-progress dd[data-progress="remnant"] span {
    display: block;
  }
}

.c-lesson-list__progress-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.25;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__progress-date {
    text-align: right;
    width: 63px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .c-lesson-list__progress-date span {
    display: block;
  }
}

.p-minimum__profile + .c-employee-progress {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .p-minimum__profile + .c-employee-progress dt {
    margin-right: 37px;
  }
}

.c-unit-exam {
  margin: 15px 0 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 767px) {
  .c-unit-exam {
    margin: 16px 0 35px;
    padding: 30px 30px 24px;
  }
}

.c-unit-exam p {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (min-width: 767px) {
  .c-unit-exam p {
    margin-bottom: 14px;
    font-size: 1.5rem;
    line-height: 2;
  }
}

.c-unit-exam__question {
  line-height: 1;
  text-align: center;
}

.c-unit-exam__question a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.45;
}

@media screen and (min-width: 767px) {
  .c-unit-exam__question a {
    font-size: 1.4rem;
  }
}

.c-unit-exam__question a:hover {
  text-decoration: none;
}

.c-unit-exam__question span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 767px) {
  .c-unit-exam__question span {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 350px) {
  .c-unit-exam__question span {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-unit-exam__question span[data-text="pc"] {
  display: none;
}

@media screen and (min-width: 767px) {
  .c-unit-exam__question span[data-text="pc"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.c-unit-exam__question span[data-text="sp"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .c-unit-exam__question span[data-text="sp"] {
    display: none;
  }
}

.c-unit-exam__question span::before {
  display: inline-block;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url("../image/icon-question-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-unit-exam__question span::before {
    width: 17px;
    height: 17px;
  }
}

@media screen and (max-width: 350px) {
  .c-unit-exam__question span::before {
    margin-top: 1px;
  }
}

p + .c-unit-exam__question {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  p + .c-unit-exam__question {
    margin-top: 24px;
  }
}

.c-unit-exam__passing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #dd922c;
  font-size: 1.8rem;
  line-height: 1.48;
}

@media screen and (min-width: 767px) {
  .c-unit-exam__passing {
    font-size: 2.9rem;
  }
}

.c-unit-exam__passing::before {
  display: block;
  content: "";
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-unit-exam__passing::before {
    width: 30px;
    height: 30px;
  }
}

h2.c-exam__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}

h2.c-exam__title span {
  display: block;
}

@media screen and (min-width: 767px) {
  h2.c-exam__title span {
    display: inline;
    padding: 0 5px;
  }
}

.c-exam__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-exam__status[data-status="complete"] {
  color: #dd922c;
}

.c-exam__status[data-status="ready"] {
  color: #1c554c;
}

.c-exam__status[data-status="before"] {
  color: #a21a1a;
}

.c-exam__status[data-status="complete"]::before, .c-exam__status[data-status="ready"]::before {
  display: block;
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-exam__status[data-status="complete"]::before {
  background-image: url("../image/icon-check-01.svg");
}

.c-exam__status[data-status="ready"]::before {
  background-image: url("../image/icon-check-04.svg");
}

.c-exam__image {
  margin-bottom: 20px;
  width: 100%;
  height: calc(131 / 375 * 100vw);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-exam__image {
    height: 61px;
  }
}

.c-exam__image[data-exam="1"] {
  background-image: url("../image/pict-exam-level1-sp.jpg");
}

@media screen and (min-width: 767px) {
  .c-exam__image[data-exam="1"] {
    background-image: url("../image/pict-exam-level1-pc.jpg");
  }
}

.c-exam__image[data-exam="2"] {
  background-image: url("../image/pict-exam-level2-sp.jpg");
}

@media screen and (min-width: 767px) {
  .c-exam__image[data-exam="2"] {
    background-image: url("../image/pict-exam-level2-pc.jpg");
  }
}

.c-exam__image[data-exam="3"] {
  background-image: url("../image/pict-exam-level3-sp.jpg");
}

@media screen and (min-width: 767px) {
  .c-exam__image[data-exam="3"] {
    background-image: url("../image/pict-exam-level3-pc.jpg");
  }
}

.c-exam__detail {
  padding: 16px 20px 18px;
  margin-bottom: 20px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .c-exam__detail {
    padding: 26px 30px 30px;
  }
}

.c-exam__detail h3 {
  margin-bottom: 10px;
  font-size: 1.7rem;
}

.c-exam__detail h3 + p {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.c-exam__detail dl + h3 {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .c-exam__detail div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-exam__detail div + div {
  margin-top: 10px;
}

.c-exam__detail div[data-detail="benefit"] dt,
.c-exam__detail div[data-detail="benefit"] dd {
  color: #dd922c;
}

.c-exam__detail dt {
  width: 100%;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .c-exam__detail dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80px;
  }
}

.c-exam__detail[data-dt="wide"] dt,
.c-exam__detail dl[data-dt="wide"] dt {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-exam__detail[data-dt="wide"] dt,
  .c-exam__detail dl[data-dt="wide"] dt {
    width: 138px;
  }
}

.c-exam__detail dt,
.c-exam__detail dd,
.c-exam__detail li {
  font-size: 1.3rem;
  line-height: 1.87;
}

@media screen and (min-width: 767px) {
  .c-exam__detail dt,
  .c-exam__detail dd,
  .c-exam__detail li {
    font-size: 1.5rem;
  }
}

.c-exam__detail ul {
  margin-bottom: 5px;
}

.c-exam__detail li::before {
  display: inline-block;
  content: "・";
}

.c-exam__detail-note {
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #82a29d;
}

.c-exam__button {
  margin-bottom: 20px;
}

.c-exam__button a {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 22px 15px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #1c554c;
  border-radius: 4px;
}

@media screen and (min-width: 767px) {
  .c-exam__button a {
    width: 256px;
    font-size: 1.8rem;
  }
}

.c-exam__button a:hover::after {
  right: 15px;
}

.c-exam__button a:hover::before {
  border: 2px solid #1c554c;
}

.c-exam__button a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid transparent;
  -webkit-transition: border .3s;
  transition: border .3s;
}

.c-exam__button a::after {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  right: 20px;
  width: 8px;
  height: 5px;
  background-image: url(../image/icon-arrow-05.svg);
  background-repeat: no-repeat;
  background-size: 8px 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: right .3s ease-out;
  transition: right .3s ease-out;
}

.c-about__supplement + .c-exam__detail {
  margin-top: 20px;
}

.c-exam__item {
  margin-bottom: 20px;
  padding: 17px 20px 20px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .c-exam__item {
    padding: 20px 30px 25px;
  }
}

.c-exam__item h3,
.c-exam__item p {
  font-size: 1.3rem;
  line-height: 1.85;
}

.c-exam__history {
  margin-top: 20px;
  padding: 22px 20px 20px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .c-exam__history {
    padding: 26px 30px 30px;
  }
}

.c-exam__history h3 {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.45;
}

.c-exam__history h3 span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.2rem;
}

.c-exam__history dl {
  background-color: #fff;
  border: 1px solid #b0c6c1;
}

.c-exam__history dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px 13px;
}

.c-exam__history dl div + div {
  border-top: 1px solid #b0c6c1;
}

.c-exam__history dl dt,
.c-exam__history dl dd {
  font-size: 1.2rem;
  line-height: 1.45;
}

.c-exam__history dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 112px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #82a29d;
}

.c-exam__history dl dd[data-history="pass"] {
  color: #dd922c;
}

.c-exam__history p {
  font-size: 1.2rem;
  line-height: 1.45;
}

.c-exam__content h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.87;
}

.c-exam__content p {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-exam__content a[href$="pdf"] {
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.47;
}

.c-exam__content a[href$="pdf"] span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
}

.c-exam__content a[href$="pdf"] span::before {
  display: block;
  content: "";
  width: 13px;
  height: 15px;
  margin-right: 8px;
  background-image: url("../image/icon-pdf-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-exam__content a[href$="pdf"] span::before {
    width: 17px;
    height: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 350px) {
  .c-exam__content a[href$="pdf"] span::before {
    margin-top: 3px;
  }
}

.c-button + .c-exam__content,
.c-exam__history + .c-exam__content,
.c-exam__message + .c-exam__content {
  margin-top: 20px;
}

.c-exam__attention {
  margin-bottom: 20px;
}

.c-exam__attention li {
  color: #a21a1a;
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-exam__application-item + .c-exam__attention {
  margin-top: 10px;
}

.c-exam__alert {
  margin-bottom: 30px;
  padding: 13px 15px;
  background-color: #f5e6e6;
}

.c-exam__alert p {
  color: #a21a1a;
  font-size: 1.5rem;
  line-height: 1.47;
}

.c-exam__application {
  border: 1px solid #b0c6c1;
  background-color: #fff;
  max-width: 630px;
  margin: 0 auto;
}

.c-exam__application li {
  padding: 12px;
}

@media screen and (min-width: 767px) {
  .c-exam__application li {
    position: relative;
    padding: 15px;
  }
}

.c-exam__application li + li {
  border-top: 1px solid #b0c6c1;
}

.c-exam__application li button,
.c-exam__application li > div + div {
  display: block;
  margin-top: 10px;
  padding: 8px 10px 9px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 269px;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.47;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
}

.c-exam__application li button[data-button="cancel"],
.c-exam__application li > div + div[data-button="cancel"] {
  background: #82a29d;
}

.c-exam__application li button[data-button="before"],
.c-exam__application li > div + div[data-button="before"] {
  background: #8d8d8d;
  cursor: inherit;
}

.c-exam__application li button[data-button="excess"],
.c-exam__application li > div + div[data-button="excess"] {
  padding: 0;
  color: #82a29d;
  font-size: 1.3rem;
  text-align: right;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: initial;
}

@media screen and (min-width: 767px) {
  .c-exam__application li button,
  .c-exam__application li > div + div {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: auto;
    min-width: 152px;
    margin-top: 0;
    margin-left: auto;
    font-size: 1.5rem;
  }
}

.c-test__text + .c-exam__application {
  margin-top: 20px;
}

.c-exam__application-item h3,
.c-exam__application-item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .c-exam__application-item h3,
  .c-exam__application-item h4 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.c-exam__application-item h3 span,
.c-exam__application-item h4 span {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 9px;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  background-color: #1c554c;
}

@media screen and (min-width: 767px) {
  .c-exam__application-item h3 span,
  .c-exam__application-item h4 span {
    margin-left: 18px;
    font-size: 1.3rem;
  }
}

.c-exam__application-item dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-exam__application-item dt,
.c-exam__application-item dd {
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-exam__application-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-exam__application-item dt::after {
  display: inline-block;
  content: "：";
}

.c-exam__application-item a:hover {
  text-decoration: none;
}

.c-exam__application-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 300ms, opacity 300ms;
  transition: visibility 300ms, opacity 300ms;
}

.c-exam__application-modal[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
}

.c-exam__application-modal h2,
.c-exam__application-modal p {
  color: #fff;
}

.c-exam__application-modal h2 {
  margin-bottom: 14px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-exam__application-modal h2 {
    margin-bottom: 24px;
    font-size: 3rem;
  }
}

.c-exam__application-modal p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.67;
}

@media screen and (min-width: 767px) {
  .c-exam__application-modal p {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.c-exam__application-modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.95);
  z-index: 101;
}

.c-exam__application-confirm,
.c-exam__application-cancel,
.c-exam__application-modal-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 630px;
  width: calc(100% - 40px);
  z-index: 102;
}

.c-exam__application-confirm[aria-hidden="true"],
.c-exam__application-cancel[aria-hidden="true"],
.c-exam__application-modal-wrapper[aria-hidden="true"] {
  display: none;
}

.c-exam__application-confirm > dl,
.c-exam__application-cancel > dl,
.c-exam__application-modal-wrapper > dl {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #edff1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .c-exam__application-confirm > dl,
  .c-exam__application-cancel > dl,
  .c-exam__application-modal-wrapper > dl {
    margin-bottom: 20px;
  }
}

.c-exam__application-confirm > dl div,
.c-exam__application-cancel > dl div,
.c-exam__application-modal-wrapper > dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.c-exam__application-confirm > dl dt,
.c-exam__application-confirm > dl dd,
.c-exam__application-cancel > dl dt,
.c-exam__application-cancel > dl dd,
.c-exam__application-modal-wrapper > dl dt,
.c-exam__application-modal-wrapper > dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-exam__application-confirm > dl dt,
.c-exam__application-cancel > dl dt,
.c-exam__application-modal-wrapper > dl dt {
  margin-right: 10px;
}

.c-exam__application-confirm > dl dd,
.c-exam__application-cancel > dl dd,
.c-exam__application-modal-wrapper > dl dd {
  margin-right: 20px;
}

.c-exam__application li .c-exam__application-modal-close,
.c-careerup__list li .c-exam__application-modal-close,
.c-exam__application-modal-close {
  margin-top: 15px;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .c-exam__application li .c-exam__application-modal-close,
  .c-careerup__list li .c-exam__application-modal-close,
  .c-exam__application-modal-close {
    margin-top: 60px;
  }
}

.c-exam__application li .c-exam__application-modal-close button,
.c-careerup__list li .c-exam__application-modal-close button,
.c-exam__application-modal-close button {
  color: #fff;
  text-decoration: underline;
  font-size: 1.5rem;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}

.c-exam__application li .c-exam__application-modal-close button:hover,
.c-careerup__list li .c-exam__application-modal-close button:hover,
.c-exam__application-modal-close button:hover {
  text-decoration: none;
}

.c-exam__application li .c-exam__application-modal-close button,
.c-careerup__list li .c-exam__application-modal-close button {
  position: static;
  margin: 0 auto;
}

.c-exam__application-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #b0c6c1;
  padding: 15px 20px;
}

.c-exam__application-content[data-type="careerup"] {
  border: none;
  border-radius: 4px;
}

.c-exam__application-content[data-type="careerup"] h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.c-exam__application-content button {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 10px 9px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 269px;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.47;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
}

.c-exam__application-content button[data-button="cancel"] {
  background: #a21a1a;
}

@media screen and (min-width: 767px) {
  .c-exam__application-content button {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: auto;
    min-width: 152px;
    margin-top: 0;
    margin-left: auto;
    font-size: 1.5rem;
  }
}

.c-exam__application .c-careerup__list li .c-exam__application-content button[data-button="cancel"],
.c-careerup__list li .c-exam__application-content button[data-button="cancel"] {
  background: #a21a1a;
}

.c-exam__message {
  padding: 15px 15px 16px;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-exam__message {
    padding: 25px 20px 26px;
  }
}

.c-exam__message p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.47;
}

.c-footer {
  width: 100%;
  padding: 30px;
  background-color: #000;
}

@media screen and (min-width: 767px) {
  .c-footer {
    padding: 70px 40px;
  }
}

@media screen and (min-width: 960px) {
  .c-footer {
    padding: 80px 60px;
  }
}

@media print {
  .c-footer {
    display: none;
  }
}

.c-footer__top {
  max-width: 1266px;
  margin: 0 auto;
}

.c-footer__heading {
  display: block;
}

@media screen and (min-width: 1090px) {
  .c-footer__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-footer__heading h2 {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
}

.c-footer__service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
}

@media screen and (min-width: 767px) {
  .c-footer__service-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 1090px) {
  .c-footer__service-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-footer__service-wrap > li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-footer__service-wrap > li {
    width: calc(33.33% - 13.33px);
    margin-right: 20px;
  }
  .c-footer__service-wrap > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1090px) {
  .c-footer__service-wrap > li {
    width: calc((100% / 6) - (105px / 6));
    margin-bottom: 0;
    margin-right: 0;
  }
}

.c-footer__service-wrap > li[data-type="blank"] {
  display: none;
}

@media screen and (min-width: 1090px) {
  .c-footer__service-wrap > li[data-type="blank"] {
    display: block;
  }
}

.c-footer__service-wrap > li[data-type="blank"] > a {
  pointer-events: none;
}

.c-footer__service {
  display: block;
  text-decoration: none;
}

.c-footer__service:hover span {
  text-decoration: underline;
}

.c-footer__service .c-footer__service-image img {
  width: 100%;
}

.c-footer__service span {
  display: block;
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
}

.c-footer__wrapper {
  max-width: 1266px;
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 767px) {
  .c-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-footer__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
  .c-footer__information {
    width: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.c-footer__logo {
  width: calc(120 / 375 * 100vw);
  max-width: 120px;
}

@media screen and (min-width: 767px) {
  .c-footer__logo {
    margin-bottom: 20px;
    width: 120px;
  }
}

.c-footer__logo img {
  width: 100%;
  height: auto;
}

.c-footer__social {
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  .c-footer__social {
    margin-left: 0;
  }
}

.c-footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-footer__social li {
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 767px) {
  .c-footer__social li {
    margin: 0 10px 0 0;
  }
}

.c-footer__social a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  z-index: 1;
}

.c-footer__social a:focus::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 0;
}

.c-footer__social a[data-social="facebook"] {
  background-color: #1877f2;
  background-image: url("../image/icon-facebook-01.svg");
  background-size: 13px 24px;
  background-position: center bottom;
}

.c-footer__social a[data-social="twitter"] {
  background-color: #1da1f2;
  background-image: url("../image/icon-twitter-01.svg");
  background-size: 18px 14px;
  background-position: 7px 8px;
}

.c-footer__social a[data-social="instagram"] {
  background-color: #ee006a;
  background-image: url("../image/icon-instagram-01.svg");
  background-size: 18px 18px;
  background-position: center;
}

.c-footer__social span {
  opacity: 0;
  font-size: 0;
}

@media screen and (min-width: 767px) {
  .c-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 120px);
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 960px) {
  .c-footer__link {
    padding-bottom: 87px;
  }
}

.c-footer__link h3,
.c-footer__link a {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.43;
}

.c-footer__link h3 {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-footer__link h3 {
    margin-bottom: 30px;
  }
}

.c-footer__link a {
  text-decoration: none;
  border: 1px solid #000;
}

.c-footer__link a:hover {
  text-decoration: underline;
}

.c-footer__link a[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 6px;
  background-image: url("../image/icon-external-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-footer__link a:focus {
  border: 1px solid #fff;
}

.c-footer__link-wrapper {
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  .c-footer__link-wrapper {
    margin-left: 40px;
    margin-bottom: 0;
    max-width: 171px;
  }
}

@media screen and (min-width: 960px) {
  .c-footer__link-wrapper {
    margin-left: 60px;
  }
}

.c-footer__link-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .c-footer__link-wrapper ul {
    display: block;
  }
}

.c-footer__link-wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 15px;
}

.c-footer__link-wrapper li::after {
  display: block;
  content: "/";
  margin: 0 7px;
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (min-width: 767px) {
  .c-footer__link-wrapper li::after {
    display: none;
  }
}

.c-footer__link-wrapper li:last-child::after {
  display: none;
}

.c-footer__link-wrapper a[data-color="accent"] {
  color: #edff1a;
}

.c-footer__link-wrapper br[data-view="pc"] {
  display: none;
}

@media screen and (min-width: 767px) {
  .c-footer__link-wrapper br[data-view="pc"] {
    display: block;
  }
}

.c-footer__copyright {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .c-footer__copyright {
    margin: auto 0 0 auto;
  }
}

.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="password"],
.c-form input[type="number"],
.c-form select,
.c-form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="password"],
.c-form input[type="number"],
.c-form textarea {
  width: 100%;
  color: #1c554c;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.47;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .c-form input[type="text"],
  .c-form input[type="email"],
  .c-form input[type="password"],
  .c-form input[type="number"],
  .c-form textarea {
    padding: 17px 19px 18px;
  }
}

.c-form input[type="text"]::-webkit-input-placeholder, .c-form input[type="email"]::-webkit-input-placeholder, .c-form input[type="password"]::-webkit-input-placeholder, .c-form input[type="number"]::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder {
  color: #82a29d;
}

.c-form input[type="text"]::-moz-placeholder, .c-form input[type="email"]::-moz-placeholder, .c-form input[type="password"]::-moz-placeholder, .c-form input[type="number"]::-moz-placeholder, .c-form textarea::-moz-placeholder {
  color: #82a29d;
}

.c-form input[type="text"]:-ms-input-placeholder, .c-form input[type="email"]:-ms-input-placeholder, .c-form input[type="password"]:-ms-input-placeholder, .c-form input[type="number"]:-ms-input-placeholder, .c-form textarea:-ms-input-placeholder {
  color: #82a29d;
}

.c-form input[type="text"]::-ms-input-placeholder, .c-form input[type="email"]::-ms-input-placeholder, .c-form input[type="password"]::-ms-input-placeholder, .c-form input[type="number"]::-ms-input-placeholder, .c-form textarea::-ms-input-placeholder {
  color: #82a29d;
}

.c-form input[type="text"]::placeholder,
.c-form input[type="email"]::placeholder,
.c-form input[type="password"]::placeholder,
.c-form input[type="number"]::placeholder,
.c-form textarea::placeholder {
  color: #82a29d;
}

.c-form[data-position="minimum"] {
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-form[data-position="minimum"] form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-form[data-position="minimum"] .c-form__select {
  width: 166px;
  margin-bottom: 0;
}

.c-form[data-position="minimum"] .c-form__select .c-form__select-wrapper {
  width: 100%;
}

.c-form[data-position="minimum"] .c-form__select select {
  padding: 10px 14px;
  font-size: 1.3rem;
}

.c-form__bg-wrapper {
  padding: 15px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .c-form__bg-wrapper {
    padding: 30px;
  }
}

.c-form .c-form__card input[type="text"],
.c-form .c-form__card input[type="email"],
.c-form .c-form__card input[type="password"],
.c-form .c-form__card textarea {
  border: 1px solid #b0c6c1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-heading + .c-form,
.c-content + .c-form {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-heading + .c-form,
  .c-content + .c-form {
    margin-top: 30px;
  }
}

.c-accordion + .c-form {
  margin-top: 20px;
}

.c-form__item {
  padding: 18px 20px 20px;
  border: 1px solid #b0c6c1;
  background-color: #fff;
}

.c-form__item + .c-form__item {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-form__item + .c-form__item {
    margin-top: 0;
    border-top: none;
  }
}

.c-form__item h2 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .c-form__item h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

.c-form__item h2 > div {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.c-form__item h2 div > span {
  display: inline-block;
  padding: 6px;
  min-width: 60px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  background-color: #1c554c;
}

.c-form__item h2 div > span[data-status="unanswered"] {
  background-color: #a21a1a;
}

.c-form__item h2 p {
  margin-left: 10px;
  font-size: 1.3rem;
}

.c-form__item h2 span[data-status="unanswered"] + p {
  color: #a21a1a;
}

.c-form__checkbox[data-view="button"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox[data-view="button"] {
    margin-bottom: 25px;
  }
}

.c-form__checkbox[data-view="button"] li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 5px);
  min-height: 45px;
  margin: 0 10px 10px 0;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox[data-view="button"] li {
    width: calc(33.33% - 9.33px);
    margin: 0 14px 15px 0;
    min-height: 52px;
  }
}

.c-form__checkbox[data-view="button"] li:nth-child(even) {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox[data-view="button"] li:nth-child(even) {
    margin-right: 14px;
  }
}

.c-form__checkbox[data-view="button"] li:nth-child(3n) {
  margin-right: 10px;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox[data-view="button"] li:nth-child(3n) {
    margin-right: 0;
  }
}

.c-form__checkbox[data-view="button"] input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.c-form__checkbox[data-view="button"] input[type="checkbox"]:focus + label::after {
  opacity: 1;
}

.c-form__checkbox[data-view="button"] label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 14px 6px 13px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.27;
  background: #fff;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox[data-view="button"] label {
    font-size: 1.6rem;
    line-height: 1.12;
    padding: 0;
  }
}

@media screen and (max-width: 350px) {
  .c-form__checkbox[data-view="button"] label {
    padding: 5px;
  }
}

.c-form__checkbox[data-view="button"] label::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #1c554c;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.c-form__checkbox[data-view="button"] input:hover + label {
  color: #dd922c;
}

.c-form__checkbox[data-view="button"] input[type="checkbox"]:checked + label {
  color: #fff;
  background: linear-gradient(45deg, #3d9280 0%, #1c554c 100%);
}

.c-form__alert {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f5e6e6;
  border: 1px solid #a21a1a;
}

@media screen and (min-width: 767px) {
  .c-form__alert {
    padding: 16px 18px;
  }
}

.c-form__alert p {
  color: #a21a1a;
  font-size: 1.5rem;
  line-height: 1.7;
}

.c-modal__wrapper .c-form__alert p {
  margin-bottom: 0;
}

.c-form__card {
  padding: 30px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

@media screen and (min-width: 767px) {
  .c-form__card {
    padding: 55px 65px 65px;
  }
}

@media screen and (min-width: 767px) {
  .c-form__card[data-page="contract-renewal"] {
    padding: 30px 40px 40px;
  }
}

.c-form__card .c-form__alert {
  margin-top: 15px;
}

.c-form .c-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper {
    margin-bottom: 15px;
  }
}

.c-form .c-form__wrapper[data-wrap="sp-column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper[data-wrap="sp-column"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}

.c-form .c-form__wrapper label {
  margin: 0 15px 0 0;
}

.c-form .c-form__wrapper .c-form__text,
.c-form .c-form__wrapper .c-form__select {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper .c-form__text input {
    padding: 8px 15px;
    width: 485px;
  }
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper .c-form__text[data-length="short"] input {
    width: 151px;
  }
}

@media screen and (max-width: 350px) {
  .c-form .c-form__wrapper .c-form__text[data-length="short"][data-genre="zip"] input {
    width: 154px;
  }
}

.c-form .c-form__wrapper .c-form__select select {
  padding: 12px 20px 12px 12px;
  min-width: 120px;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper .c-form__select select {
    padding: 8px 15px;
    width: 200px;
  }
}

.c-form .c-form__wrapper .c-form__wrapper-item label {
  margin-bottom: 9px;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper .c-form__wrapper-item label {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__wrapper-item[data-item="sp-column"] {
    width: 100%;
    max-width: 401px;
    margin-bottom: 15px;
  }
}

.c-form__wrapper + label,
.c-form__wrapper + .c-form__title {
  margin-top: 25px;
}

@media screen and (min-width: 767px) {
  .c-form__wrapper + label,
  .c-form__wrapper + .c-form__title {
    margin-top: 30px;
  }
}

.c-form .c-form__wrapper[data-wrapper="search"] {
  margin: 20px 0 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper[data-wrapper="search"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-form .c-form__wrapper[data-wrapper="search"] .c-form__text {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper[data-wrapper="search"] .c-form__text {
    width: calc(100% - 129px);
  }
}

.c-form .c-form__wrapper[data-wrapper="search"] .c-form__text input[type="text"] {
  width: 100%;
  border-radius: 4px;
  padding: 17px 20px 16px;
}

.c-form .c-form__checkbox-list + .c-form__wrapper {
  margin-bottom: 15px;
}

.c-form .c-form__checkbox-list + .c-form__wrapper + .c-content__hit[data-hit="center"] {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__checkbox-list + .c-form__wrapper + .c-content__hit[data-hit="center"] {
    margin-bottom: 30px;
  }
}

.c-form .c-form__checkbox-list + .c-form__wrapper .c-form__wrapper-item {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__checkbox-list + .c-form__wrapper .c-form__wrapper-item {
    margin-top: 0;
  }
}

.c-form label,
.c-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.47;
}

@media screen and (min-width: 767px) {
  .c-form label,
  .c-form__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.c-form label span,
.c-form__title span {
  display: block;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.46;
  background-color: #a21a1a;
  border-radius: 2px;
  white-space: nowrap;
}

@media screen and (min-width: 767px) {
  .c-form[data-genre="no-card"] label {
    margin-bottom: 13px;
  }
}

.c-card__item label:first-child {
  margin-top: 18px;
}

.c-card__item label {
  margin-bottom: 9px;
}

.c-card__item[data-position="top"] label:first-child {
  margin-top: 0;
}

.c-form__number + .c-form__title {
  margin-top: 25px;
}

@media screen and (min-width: 767px) {
  .c-form__number + .c-form__title {
    margin-top: 35px;
  }
}

.c-form__text input,
.c-form__text select,
.c-form__email input,
.c-form__email select,
.c-form__password input,
.c-form__password select,
.c-form__number input,
.c-form__number select,
.c-form__select input,
.c-form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.47;
  background-color: #fff;
  border-radius: 5px;
}

.c-form__text[data-type="border"] input,
.c-form__email[data-type="border"] input,
.c-form__password[data-type="border"] input,
.c-form__number[data-type="border"] input,
.c-form__select[data-type="border"] input {
  border: 1px solid #b0c6c1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-form__text {
  line-height: 1;
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .c-form__text {
    margin-bottom: 35px;
  }
}

.c-form__text[data-width="sp100"] {
  width: 100%;
  margin-top: 5px;
}

@media screen and (min-width: 767px) {
  .c-form__text[data-width="sp100"] {
    width: auto;
    margin-top: 0;
  }
}

.c-form__text[data-width="medium"] {
  max-width: 401px;
  width: 100%;
}

.c-form__text[data-width="medium"] input {
  padding: 10px 12px 11px;
}

.c-form__text[data-form="last"] {
  margin-bottom: 0;
}

.c-form__text[data-height="tall"] input {
  padding: 20px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 767px) {
  .c-form__text[data-height="tall"] input {
    padding: 27px 25px 28px;
  }
}

.c-form__text[data-form="card-number"] input {
  width: 48px;
  padding: 8px 5px 10px;
  margin-right: 5px;
  font-size: 1.4rem;
}

@media screen and (min-width: 350px) {
  .c-form__text[data-form="card-number"] input {
    width: 55px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 767px) {
  .c-form__text[data-form="card-number"] input {
    width: 100px;
    margin-right: 8px;
    padding: 11px 19px 13px;
    font-size: 1.6rem;
  }
}

.c-form__text[data-form="card-number"] input:last-child {
  margin-right: 0;
}

.c-form__text[data-form="card-security"] input {
  width: 100px;
  padding: 11px 19px 13px;
}

.c-form__text input {
  color: #1c554c;
  padding: 10px;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-form__text input {
    padding: 17px 19px 18px;
  }
}

.c-card__item .c-form__text {
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  .c-card__item .c-form__text {
    margin-bottom: 20px;
  }
}

.c-form .c-form__wrapper .c-form__text[data-width="medium"] {
  width: calc(100% - 90px);
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper .c-form__text[data-width="medium"] {
    width: 380px;
  }
}

.c-form .c-form__wrapper .c-form__text[data-width="medium"] input {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper .c-form__text[data-width="medium"] input {
    width: 380px;
  }
}

.c-form .c-form__wrapper .c-form__text[data-width="medium"] + span,
.c-form .c-form__wrapper .c-form__text[data-width="narrow"] + span {
  display: block;
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

.c-form .c-form__wrapper .c-form__text[data-width="narrow"] {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper .c-form__text[data-width="narrow"] {
    width: 271px;
    margin-right: 10px;
  }
}

.c-form .c-form__wrapper .c-form__text[data-width="narrow"] input {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper .c-form__text[data-width="narrow"] input {
    width: 271px;
  }
}

.c-form__email,
.c-form__password {
  margin-bottom: 20px;
}

.c-form__email input,
.c-form__password input {
  padding: 16px;
  border: none;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .c-form__email input,
  .c-form__password input {
    font-size: 1.6rem;
    padding: 18px;
  }
}

.c-form__email input::-webkit-input-placeholder, .c-form__password input::-webkit-input-placeholder {
  color: #82a29d;
}

.c-form__email input::-moz-placeholder, .c-form__password input::-moz-placeholder {
  color: #82a29d;
}

.c-form__email input:-ms-input-placeholder, .c-form__password input:-ms-input-placeholder {
  color: #82a29d;
}

.c-form__email input::-ms-input-placeholder, .c-form__password input::-ms-input-placeholder {
  color: #82a29d;
}

.c-form__email input::placeholder,
.c-form__password input::placeholder {
  color: #82a29d;
}

.c-form__number-wrapper[data-width="short"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
}

.c-form__number-wrapper[data-width="short"] input {
  width: 80px;
}

.c-form__number-wrapper[data-width="short"] input + span {
  margin-left: 10px;
}

.c-form__select {
  margin-bottom: 30px;
}

.c-form__select[data-select="secondary"] {
  margin-bottom: 20px;
}

.c-form__select select {
  padding: 12px;
  color: #1c554c;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-form__select select {
    padding: 17px 18px 18px;
  }
}

.c-form__select select::-ms-expand {
  display: none;
}

.c-form__select[data-select="secondary"] select {
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.c-form__select[data-select="multiple"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form__select[data-select="multiple"] span {
  display: inline-block;
  margin: 0 15px 0 10px;
}

.c-form__select[data-select="multiple"][data-genre="birth"],
.c-form__select[data-select="multiple"][data-genre="credit"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 767px) {
  .c-form__select[data-select="multiple"][data-genre="birth"],
  .c-form__select[data-select="multiple"][data-genre="credit"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-form__select[data-select="multiple"][data-genre="birth"] span,
.c-form__select[data-select="multiple"][data-genre="credit"] span {
  margin: 0 auto 0 10px;
}

@media screen and (min-width: 767px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] span,
  .c-form__select[data-select="multiple"][data-genre="credit"] span {
    margin: 0 15px 0 10px;
  }
}

.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="medium"],
.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"],
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="medium"],
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 30px);
  max-width: 200px;
}

@media screen and (min-width: 767px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="medium"],
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"],
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="medium"],
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"] {
    width: 138px;
  }
}

.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="medium"] select,
.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"] select,
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="medium"] select,
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"] select {
  padding: 10px 15px 10px 8px;
}

@media screen and (min-width: 767px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="medium"] select,
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"] select,
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="medium"] select,
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"] select {
    width: 100px;
    padding: 12px 48px 12px 15px;
  }
}

.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="medium"]::after,
.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"]::after,
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="medium"]::after,
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"]::after {
  right: 34px;
}

@media screen and (min-width: 767px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="medium"]::after,
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"]::after,
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="medium"]::after,
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"]::after {
    right: 53px;
  }
}

.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"],
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"] {
  width: 104px;
}

@media screen and (min-width: 350px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"],
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"] {
    width: 120px;
  }
}

@media screen and (min-width: 767px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"],
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"] {
    width: 150px;
  }
}

.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"]::after,
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"]::after {
  right: 47px;
  pointer-events: none;
}

@media screen and (min-width: 350px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"]::after,
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"]::after {
    right: 60px;
  }
}

@media screen and (min-width: 767px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"]::after,
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"]::after {
    right: 63px;
  }
}

.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"] select,
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"] select {
  width: 60%;
}

@media screen and (min-width: 767px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper[data-length="credit"] select,
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper[data-length="credit"] select {
    width: 100px;
  }
}

.c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper + .c-form__select-wrapper,
.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper + .c-form__select-wrapper {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .c-form__select[data-select="multiple"][data-genre="birth"] .c-form__select-wrapper + .c-form__select-wrapper,
  .c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper + .c-form__select-wrapper {
    margin-top: 0;
  }
}

.c-form__select[data-select="multiple"][data-genre="credit"] {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}

.c-form__select[data-select="multiple"][data-genre="credit"] .c-form__select-wrapper + .c-form__select-wrapper {
  margin-top: 0;
}

.c-form__select[data-genre="start"] {
  width: 137px;
  margin-right: 20px;
}

.c-form__select[data-genre="order"] {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-form__select[data-genre="order"] {
    width: 375px;
  }
}

.c-form__select[data-genre="order"] .c-form__select-wrapper::after {
  top: calc(50% - 2px);
  width: 7px;
  height: 4px;
  background-image: url("../image/icon-arrow-05.svg");
}

.c-form .c-form__wrapper .c-form__select[data-genre="start"] select,
.c-form .c-form__wrapper .c-form__select[data-genre="order"] select {
  width: 100%;
  padding: 12px 20px 12px 12px;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__wrapper .c-form__select[data-genre="start"] select,
  .c-form .c-form__wrapper .c-form__select[data-genre="order"] select {
    padding: 14px 20px;
  }
}

.c-form .c-form__select-wrapper,
.c-form__select-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-form .c-form__select-wrapper::after,
.c-form__select-wrapper::after {
  position: absolute;
  content: " ";
  display: inline-block;
  top: calc(50% - 5px);
  right: 10px;
  width: 8px;
  height: 8px;
  background-image: url("../image/icon-arrow-04.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-form .c-form__select-wrapper::after,
  .c-form__select-wrapper::after {
    right: 20px;
  }
}

.c-form .c-form__select-wrapper[data-length="medium-wide"],
.c-form__select-wrapper[data-length="medium-wide"] {
  width: calc(120 / 375 * 100vw);
}

@media screen and (min-width: 767px) {
  .c-form .c-form__select-wrapper[data-length="medium-wide"],
  .c-form__select-wrapper[data-length="medium-wide"] {
    width: 120px;
  }
}

.c-form .c-form__select-wrapper[data-length="medium-wide"] select,
.c-form__select-wrapper[data-length="medium-wide"] select {
  width: 100%;
}

.c-form .c-form__select-wrapper[data-length="medium"],
.c-form__select-wrapper[data-length="medium"] {
  width: calc(100 / 375 * 100vw);
}

@media screen and (min-width: 767px) {
  .c-form .c-form__select-wrapper[data-length="medium"],
  .c-form__select-wrapper[data-length="medium"] {
    width: 100px;
  }
}

.c-form .c-form__select-wrapper[data-length="short"],
.c-form__select-wrapper[data-length="short"] {
  width: calc(70 / 375 * 100vw);
}

@media screen and (min-width: 767px) {
  .c-form .c-form__select-wrapper[data-length="short"],
  .c-form__select-wrapper[data-length="short"] {
    width: 70px;
  }
}

.c-form__select[data-select="secondary"] .c-form__select-wrapper::after {
  width: 13px;
  height: 8px;
  background-image: url("../image/icon-arrow-05.svg");
}

.c-form__textarea {
  line-height: 1;
  margin-bottom: 30px;
}

.c-form__textarea[data-border="true"] textarea {
  border: 1px solid #b0c6c1;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 767px) {
  .c-form__textarea[data-border="true"] textarea {
    min-height: 134px;
  }
}

.c-form__textarea textarea {
  min-height: 200px;
  resize: vertical;
}

@media screen and (min-width: 767px) {
  .c-form__textarea textarea {
    min-height: 220px;
  }
}

.c-form__link {
  text-align: right;
  margin: calc(20 / 375 * 100vw) 0 calc(25 / 375 * 100vw);
}

@media screen and (min-width: 767px) {
  .c-form__link {
    margin: 24px 0 30px;
  }
}

.c-form__link a {
  font-size: 1.5rem;
  line-height: 1.48;
}

.c-form__link a:hover {
  text-decoration: none;
}

.c-form__note {
  margin-top: 15px;
}

.c-form__note li {
  font-size: 1.2rem;
  line-height: 1.83;
}

.c-form__note a:hover {
  text-decoration: none;
}

.c-form__number .c-form__note {
  margin-bottom: 24px;
}

.c-form__description {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #b0c6c1;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-form__description {
    padding: 16px 19px;
    margin-bottom: 20px;
  }
}

.c-form__description dt {
  font-weight: 700;
  margin-bottom: 10px;
}

.c-form__description dt,
.c-form__description dd {
  font-size: 1.3rem;
  line-height: 1.46;
}

.c-form__description dd em {
  display: block;
  margin-top: 7px;
  font-style: normal;
  color: #a21a1a;
}

.c-form__uploaded {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-form__uploaded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-form__uploaded button {
  color: #4b8077;
  font-size: 1.4rem;
  line-height: 1.57;
  text-decoration: underline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-form__uploaded button {
    margin: auto 0 0 15px;
  }
}

.c-form__uploaded button:hover {
  text-decoration: none;
}

.c-form__upload-thumbnail {
  width: 100%;
  height: calc(186 / 375 * 100vw);
  max-width: 295px;
  max-height: 186px;
  background-color: #82a29d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 350px) {
  .c-form__upload-thumbnail {
    max-width: 240px;
    max-height: 152px;
  }
}

@media screen and (min-width: 767px) {
  .c-form__upload-thumbnail {
    width: 265px;
    height: 167px;
  }
}

.c-form__uploaded[data-image="profile"] .c-form__upload-thumbnail {
  max-width: 100px;
  max-height: 100px;
  background-color: #fff;
  border: 1px solid #b0c6c1;
  border-radius: 50%;
}

.c-form__upload {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .c-form__upload {
    margin-bottom: 30px;
  }
}

.c-form__upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  opacity: 0;
  z-index: 1;
}

.c-form__upload input:focus + label {
  color: #1c554c;
  background-color: #fff;
}

.c-form__upload input:hover + label {
  color: #1c554c;
  background-color: #fff;
}

.c-form__upload label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  padding: 12px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  min-height: 50px;
  text-align: center;
  background-color: #1c554c;
  border: 2px solid #1c554c;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

@media screen and (min-width: 767px) {
  .c-form__upload label {
    padding: 13px 20px;
    width: 200px;
    min-height: 48px;
  }
}

.c-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form__radio + .c-form__radio {
  margin-top: 9px;
}

@media screen and (min-width: 767px) {
  .c-form__radio + .c-form__radio {
    margin-top: 8px;
  }
}

.c-form__radio input[type="radio"] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 3px;
  margin-right: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: none;
  border: 1px solid #1c554c;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-form__radio input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}

.c-form__radio input[type="radio"]:checked {
  border: 1px solid #dd922c;
}

.c-form__radio input[type="radio"]:checked::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dd922c;
}

@media screen and (min-width: 767px) {
  .c-form__radio input[type="radio"]:checked::before {
    width: 12px;
    height: 12px;
  }
}

.c-form__radio input[type="radio"]:checked + label {
  color: #dd922c;
}

.c-form__radio label {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-form__radio label {
    font-size: 1.5rem;
  }
}

.c-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form__checkbox + .c-form__checkbox {
  margin-top: 9px;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox + .c-form__checkbox {
    margin-top: 8px;
  }
}

.c-form__checkbox[data-genre="secondary"] input[type="checkbox"] {
  width: 13px;
  height: 13px;
  margin-top: 6px;
  margin-right: 5px;
  font-size: 1.3rem;
  border: none;
  background-color: #b0c6c1;
}

.c-form__checkbox[data-genre="secondary"] > input[type="checkbox"]:checked::before {
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
}

.c-form__checkbox > input[type="checkbox"] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 3px;
  margin-right: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  background: none;
  border: 1px solid #1c554c;
  border-radius: 0;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox > input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}

.c-form__checkbox > input[type="checkbox"]:checked::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #dd922c;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox > input[type="checkbox"]:checked::before {
    width: 12px;
    height: 12px;
  }
}

.c-form__checkbox > input[type="checkbox"]:checked + label {
  color: #dd922c;
}

.c-form__checkbox > label {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox > label {
    font-size: 1.5rem;
  }
}

.c-form__checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox-list {
    margin-bottom: 25px;
  }
}

.c-form__checkbox-list[data-genre="secondary"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox-list[data-genre="secondary"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-form__checkbox-list[data-genre="secondary"] li {
  margin: 0 0 13px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox-list[data-genre="secondary"] li {
    margin: 0 15px 13px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-form__checkbox-list[data-genre="secondary"] li > input[type="checkbox"] {
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 5px;
  border: none;
  background-color: #b0c6c1;
}

.c-form__checkbox-list[data-genre="secondary"] li > input[type="checkbox"]:checked::before {
  width: 13px;
  height: 13px;
}

.c-form__checkbox-list[data-genre="secondary"] li > label {
  font-size: 1.3rem;
}

.c-form__checkbox-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 15px 13px 0;
}

.c-form__checkbox-list li > input[type="checkbox"] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 3px;
  margin-right: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #1c554c;
  border-radius: 0;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox-list li > input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}

.c-form__checkbox-list li > input[type="checkbox"]:checked::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #dd922c;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox-list li > input[type="checkbox"]:checked::before {
    width: 13px;
    height: 13px;
  }
}

.c-form__checkbox-list li > input[type="checkbox"]:checked + label,
.c-form__checkbox-list li > input[type="checkbox"]:hover + label,
.c-form__checkbox-list li > label:hover {
  color: #dd922c;
}

.c-form__checkbox-list li > label {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-form__checkbox-list li > label {
    font-size: 1.5rem;
  }
}

.c-form__checkbox-group .c-form__checkbox-list {
  margin-bottom: 0;
}

.c-form__checkbox-group {
  margin-top: 20px;
  padding: 25px 20px 12px;
  background-color: #eff3f2;
}

.c-form__checkbox-group + .c-form__checkbox-group {
  margin-top: 5px;
}

.c-form__checkbox-group h2 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.c-form__upload-thumbnail[data-loading="start"] + .c-form__upload-loading {
  opacity: .9;
  visibility: visible;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-form__upload-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(186 / 375 * 100vw);
  max-width: 295px;
  max-height: 186px;
  background-color: #1c554c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

@media screen and (max-width: 350px) {
  .c-form__upload-loading {
    max-width: 240px;
    max-height: 152px;
  }
}

@media screen and (min-width: 767px) {
  .c-form__upload-loading {
    width: 265px;
    height: 167px;
  }
}

.c-form__upload-loading span {
  display: block;
  margin-right: 10px;
  font-weight: 700;
  color: #fff;
}

.c-form__upload-loading span + div {
  font-size: 10px;
  margin: 0;
  text-indent: -9999em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #fff), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: loading 1.4s infinite linear;
          animation: loading 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c-form__upload-loading span + div::before, .c-form__upload-loading span + div::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
}

.c-form__upload-loading span + div::before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
}

.c-form__upload-loading span + div::after {
  background: #1c554c;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  bottom: 0;
  right: 0;
}

.c-form__agree {
  overflow: auto;
  height: calc(200 / 375 * 100vw);
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .c-form__agree {
    height: 181px;
    margin-bottom: 30px;
  }
}

.c-form__agree[data-height="small"] {
  height: auto;
  margin-bottom: 20px;
}

.c-form__agree h2 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 15px;
}

.c-form__agree p,
.c-form__agree dl dt,
.c-form__agree dl dd {
  font-size: 1.2rem;
  line-height: 1.83;
}

.c-form__agree-document {
  border: 1px solid #b0c6c1;
  height: 100%;
  padding: 15px 10px;
  overflow-y: scroll;
}

@media screen and (min-width: 767px) {
  .c-form__agree-document {
    padding: 23px 25px;
  }
}

.c-form__agree-document:focus {
  border: 1px solid #3d9280;
}

.c-form__agree-document p {
  margin-bottom: 20px;
}

.c-form__agree-document dt {
  margin: 20px 0 10px;
}

.c-form__agree-document dd {
  margin-bottom: 10px;
}

.c-form__agree-document dl[data-dl="info"] {
  text-align: right;
}

.c-form__agree-document dl[data-dl="info"] dd {
  margin-bottom: 0;
}

.c-form__agree-training {
  padding: 15px 10px;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-form__agree-training {
    padding: 23px 25px;
  }
}

.c-form__agree-training:focus {
  border: 1px solid #3d9280;
}

.c-form__agree-training-file a {
  position: relative;
  display: inline-block;
}

.c-form__agree-training-file a:hover {
  text-decoration: none;
}

.c-form__agree-training-file a::before {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 13px;
  height: 15px;
  margin-right: 6px;
  background-image: url("../image/icon-pdf-02.svg");
  background-repeat: no-repeat;
}

.c-form__checkbox-group + .c-form__agree {
  margin-top: 20px;
}

.c-form__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
  .c-form__agreement {
    margin-bottom: 30px;
  }
}

.c-form__agreement[data-position="center"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-form__agreement[data-register="mail-delivery"] {
  margin: 20px 0 40px;
}

@media screen and (min-width: 767px) {
  .c-form__agreement[data-register="mail-delivery"] {
    margin: 30px 0 60px;
  }
}

.c-form__agreement input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background: none;
  background-image: url("../image/icon-check-03.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-form__agreement input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.c-form__agreement label {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #aaa;
  font-weight: 700;
  line-height: 1.46;
  cursor: pointer;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.c-form__agreement input:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../image/icon-check-01.svg");
}

.c-form__agreement input:checked + label {
  color: #dd922c;
  text-decoration: none;
}

.c-form__agreement input:hover + label {
  color: #dd922c;
  text-decoration: none;
}

.c-form__confirm dl div {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-form__confirm dl div {
    margin-bottom: 30px;
  }
}

.c-form__confirm dt,
.c-form__confirm dd {
  font-size: 1.5rem;
  line-height: 1.47;
}

.c-form__confirm dt {
  font-weight: 700;
  margin-bottom: 10px;
}

.c-form__confirm ul[data-list="bullet"] li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-form__confirm ul[data-list="bullet"] li::before {
  display: block;
  content: "・";
}

.c-form__confirm[data-button="none"] div:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .c-form__confirm[data-page="contract-renewal"] dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-form__confirm[data-page="contract-renewal"] div {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-form__confirm[data-page="contract-renewal"] div {
    width: calc(50% - 10px);
  }
}

.c-form__confirm[data-page="contract-renewal"] div:nth-of-type(odd) {
  margin-right: 20px;
}

.c-card__item .c-form__confirm {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-card__item .c-form__confirm {
    margin-top: 20px;
  }
}

.c-card__item .c-form__confirm dt {
  margin-bottom: 5px;
}

.c-modal .c-form__select,
.c-modal .c-form__text {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-modal .c-form__select,
  .c-modal .c-form__text {
    margin-bottom: 20px;
  }
}

.c-modal .c-form__select select,
.c-modal .c-form__text input {
  border: 1px solid #b0c6c1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 767px) {
  .c-modal .c-form__select select,
  .c-modal .c-form__text input {
    padding: 7px 10px 8px;
  }
}

.c-modal .c-form__select-wrapper:nth-of-type(3) {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .c-modal .c-form__select-wrapper:nth-of-type(3) {
    margin-top: 0;
  }
}

.c-form__test-confirm {
  margin: 20px 0;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-form__test-confirm {
    margin: 30px 0;
  }
}

.c-form__test-confirm p {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.45;
}

.c-form__warning {
  margin: -10px 0 20px;
  padding: 20px;
  background-color: #a21a1a;
}

.c-form__warning p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.73;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

.c-form__attention {
  margin-bottom: 20px;
  padding: 16px 19px 19px;
  background-color: #f5e6e6;
  border: 1px solid #a21a1a;
}

.c-form__attention p,
.c-form__attention ul,
.c-form__attention ul li {
  color: #a21a1a;
  font-size: 1.5rem;
  line-height: 1.73;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

.c-form__attention ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-form__attention ul li::before {
  display: block;
  content: "・";
}

.c-form__pledge {
  max-width: 560px;
  margin: 0 auto;
}

.c-form__pledge h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}

.c-form__pledge-lead {
  margin-bottom: 20px;
}

.c-form__pledge-list {
  margin-bottom: 30px;
  list-style-type: decimal;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.c-form__pledge-list li + li {
  margin-top: 25px;
}

.c-form__pledge-list li[data-color="accent"] {
  color: #a21a1a;
}

.c-form__pledge-content {
  margin-top: 30px;
}

.c-form__pledge-content-inner {
  height: 100%;
  margin: 25px 0 30px;
  padding: 15px 10px;
  border: 1px solid #b0c6c1;
  overflow-y: scroll;
}

@media screen and (min-width: 767px) {
  .c-form__pledge-content-inner {
    padding: 23px 25px;
  }
}

.c-form__pledge-content-inner:focus {
  border: 1px solid #3d9280;
}

.c-form__pledge-content-inner dt {
  font-weight: bold;
}

.c-form__pledge-content-inner dd + dt {
  margin-top: 20px;
}

.c-form__target {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .c-form__target {
    padding: 15px 20px;
  }
}

.c-form__target h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.86;
}

.c-form__target ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form__target ul li {
  margin-right: 15px;
  font-size: 1.4rem;
  line-height: 1.86;
}

.c-free__flow {
  margin-bottom: 20px;
}

.c-free__flow[data-type="training"] {
  margin-top: 25px;
}

@media screen and (min-width: 767px) {
  .c-free__flow[data-type="apply"] li:nth-child(1),
  .c-free__flow[data-type="apply"] li:nth-child(2),
  .c-free__flow[data-type="training"] li:nth-child(2) {
    width: 123px;
  }
}

@media screen and (min-width: 767px) {
  .c-free__flow[data-type="apply"] li:nth-child(4) {
    width: 95px;
  }
}

.c-free__flow[data-type="training"] li:nth-child(1),
.c-free__flow[data-type="training"] li:nth-child(4) {
  padding: 7px;
  min-width: 60px;
}

@media screen and (min-width: 767px) {
  .c-free__flow[data-type="training"] li:nth-child(1),
  .c-free__flow[data-type="training"] li:nth-child(4) {
    width: 94px;
    padding: 14px;
  }
}

.c-free__flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-free__flow li {
  position: relative;
  margin: 0 0 0 20px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.38;
  padding: 8px;
  border: 1px solid #b0c6c1;
  border-radius: 2px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-free__flow li {
    width: 82px;
    margin: 0 0 0 27px;
    font-size: 1.3rem;
    padding: 14px;
  }
}

.c-free__flow li[aria-current="page"] {
  color: #fff;
  border-color: #1c554c;
  background-color: #1c554c;
}

.c-free__flow li::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  left: -14px;
  width: 7px;
  height: 9px;
  background-image: url("../image/icon-arrow-06.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-free__flow li::before {
    top: calc(50% - 4.5px);
    left: -19px;
  }
}

.c-free__flow li:first-child {
  margin-left: 0;
}

.c-free__flow li:first-child::before {
  display: none;
}

@media screen and (min-width: 767px) {
  .c-free__flow li:nth-child(2) {
    width: 95px;
  }
}

.c-free-apply__status {
  margin-bottom: 30px;
}

.c-free-apply__status h2 {
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.4;
}

.c-free-apply__status dl div {
  margin-bottom: 16px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-free-apply__status dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5px;
  }
}

.c-free-apply__status dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 14px 10px 12px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  background-color: #1c554c;
}

@media screen and (min-width: 767px) {
  .c-free-apply__status dl dt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 15px 15px;
    width: 171px;
  }
}

@media screen and (min-width: 767px) {
  .c-free-apply__status dl dt span {
    display: block;
    width: 100%;
  }
}

.c-free-apply__status dl dd {
  padding: 14px 10px 12px;
  font-size: 1.1rem;
  line-height: 1.4;
  border: 1px solid #b0c6c1;
  border-top: none;
}

@media screen and (min-width: 767px) {
  .c-free-apply__status dl dd {
    padding: 18px 15px 15px;
    width: 100%;
    width: calc(100% - 171px);
    border-top: 1px solid #b0c6c1;
    border-left: none;
  }
}

.c-free-apply__status dl dd sup {
  vertical-align: text-top;
}

.c-free-apply__status dl dd span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

.c-free-apply__status dl dd span sup {
  color: #a21a1a;
}

.c-free-apply__status p {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-free-apply__status p sup {
  color: #a21a1a;
  vertical-align: text-top;
}

.c-free-apply__status p em {
  font-style: normal;
  font-weight: 700;
}

.c-free-apply__flow {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #b0c6c1;
  border-bottom: 1px solid #b0c6c1;
}

.c-free-apply__flow h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

.c-free-apply__flow-step {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-free-apply__flow-step dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-free-apply__flow-step div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-free-apply__flow-step div {
    display: block;
    width: 177px;
    text-align: center;
    margin-bottom: 0;
  }
}

.c-free-apply__flow-step dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100 / 375 * 100vw);
  padding: 4px 10px;
  max-width: 120px;
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #1c554c;
}

@media screen and (min-width: 767px) {
  .c-free-apply__flow-step dt {
    padding: 7px 10px 8px;
    width: auto;
    max-width: 100%;
  }
}

.c-free-apply__flow-step dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 60px;
  width: calc(100% - 100 / 375 * 100vw);
  min-width: calc(100% - 120px);
  padding: 8px 10px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.62;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-free-apply__flow-step dd {
    padding: 12px 10px 13px;
    min-height: 70px;
    width: 100%;
    border-top: none;
  }
}

@media screen and (min-width: 767px) {
  .c-free-apply__flow-step dd span {
    display: block;
  }
}

.c-free-apply__flow-content {
  padding: 18px 20px;
  border: 1px solid #b0c6c1;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-free-apply__flow-content {
    padding: 26px 29px;
  }
}

.c-free-apply__flow-content p {
  font-size: 1.5rem;
  line-height: 1.73;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

.c-free-apply__flow-content strong {
  color: #a21a1a;
}

.c-free-apply__link {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b0c6c1;
}

.c-free-apply__link h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-free-apply__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-free-apply__link li {
  width: calc(50% - 7.5px);
  max-width: 252px;
}

.c-free-apply__link li + li {
  margin-left: 15px;
}

.c-free-apply__link a {
  display: block;
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #1c554c;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  -webkit-transition: background-color 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, box-shadow 300ms;
  transition: background-color 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

.c-free-apply__link a:hover {
  background-color: #1c3f38;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-free-apply__link a[target="_blank"] span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-free-apply__link a[target="_blank"] span::after {
  display: block;
  content: "";
  margin-left: 7px;
  width: 12px;
  height: 12px;
  background-image: url("../image/icon-external-02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
}

@media print {
  .c-header {
    display: none;
  }
}

.c-header__logo {
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to right, #1c554c 0%, #3d9280 100%);
}

.c-header__logo h1 {
  line-height: 1;
}

.c-header__logo h1 a {
  display: block;
  padding: 16px 20px 20px;
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
}

@media screen and (min-width: 350px) {
  .c-header__logo h1 a {
    padding: 16px 15px 20px;
  }
}

@media screen and (min-width: 1090px) {
  .c-header__logo h1 a {
    padding: 16px 25px 20px;
  }
}

.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media screen and (min-width: 1015px) {
  .c-header__menu {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.c-header__notification {
  margin-right: 15px;
}

@media screen and (min-width: 767px) {
  .c-header__notification {
    margin-right: 0;
  }
}

.c-header__notification button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 25px;
  border: none;
  background-color: #fff;
  background-image: url("../image/icon-notification-01.svg");
  background-size: 25px 28px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

@media screen and (min-width: 767px) {
  .c-header__notification button {
    min-width: 64px;
    padding: 20px 19px;
    border-right: 1px solid #e3ebe9;
    border-left: 1px solid #e3ebe9;
    background-size: 25px 28px;
  }
}

.c-header__notification button:hover {
  background-color: #eff3f2;
}

.c-header__notification span {
  font-size: 0;
}

.c-header__menu-button button,
.c-header__sp-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
}

@media screen and (min-width: 767px) {
  .c-header__menu-button button,
  .c-header__sp-button {
    padding: 12px 15px;
  }
}

@media screen and (min-width: 1090px) {
  .c-header__menu-button button,
  .c-header__sp-button {
    padding: 12px 20px;
  }
}

.c-header__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1015px) {
  .c-header__menu-button button::after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    margin: 0 0 0 4px;
    background-image: url("../image/icon-arrow-01.svg");
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: margin 300ms, -webkit-transform 300ms;
    transition: margin 300ms, -webkit-transform 300ms;
    transition: transform 300ms, margin 300ms;
    transition: transform 300ms, margin 300ms, -webkit-transform 300ms;
  }
}

.c-header__menu-button button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 1015px) {
  .c-header__menu-button button:hover::after {
    margin: 5px 0 0 4px;
  }
}

.c-header__menu-button button.c-header__menu-sp,
.c-header__sp-button {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  background-color: #1c554c;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 30;
}

@media screen and (min-width: 1015px) {
  .c-header__menu-button button.c-header__menu-sp,
  .c-header__sp-button {
    display: none;
  }
}

.c-header__menu-button button.c-header__menu-sp::after,
.c-header__sp-button::after {
  margin: 0 20px 0 0;
  border: 1px solid #1c554c;
  border-radius: 50%;
}

.c-header__menu-button button.c-header__menu-sp span,
.c-header__sp-button span {
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 9px;
}

@media screen and (min-width: 1015px) {
  .c-header__menu-button button.c-header__menu-sp span,
  .c-header__sp-button span {
    display: none;
  }
}

.c-header__menu-button button.c-header__menu-sp span::before, .c-header__menu-button button.c-header__menu-sp span::after,
.c-header__sp-button span::before,
.c-header__sp-button span::after {
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: margin 300ms, -webkit-transform 300ms;
  transition: margin 300ms, -webkit-transform 300ms;
  transition: transform 300ms, margin 300ms;
  transition: transform 300ms, margin 300ms, -webkit-transform 300ms;
}

.c-header__menu-button button.c-header__menu-sp span::before,
.c-header__sp-button span::before {
  margin: 0 0 3px;
}

.c-header__menu-button button.c-header__menu-sp span::after,
.c-header__sp-button span::after {
  margin: 0;
}

.c-header__menu-button button.c-header__menu-sp button[aria-expanded="true"] > span::before,
.c-header__sp-button button[aria-expanded="true"] > span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 3px 0 0;
}

.c-header__menu-button button.c-header__menu-sp button[aria-expanded="true"] > span::after,
.c-header__sp-button button[aria-expanded="true"] > span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -1px 0 0;
}

.c-header__menu-button button.c-header__menu-sp[aria-expanded="true"] span::before,
.c-header__sp-button[aria-expanded="true"] span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 3px 0 0;
}

.c-header__menu-button button.c-header__menu-sp[aria-expanded="true"] span::after,
.c-header__sp-button[aria-expanded="true"] span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -1px 0 0;
}

.c-header__menu-thumb {
  display: none;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border: 1px solid #b0c6c1;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/icon-dummy-01.svg);
}

@media screen and (min-width: 1015px) {
  .c-header__menu-thumb {
    display: block;
    margin-right: 10px;
    width: 46px;
    height: 46px;
  }
}

.c-header__menu-profile {
  display: none;
  color: #1c554c;
}

@media screen and (min-width: 1015px) {
  .c-header__menu-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    width: 170px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
  }
}

@media (max-width: 820px) {
  .c-header__menu-profile {
    width: 95px;
  }
}

.c-header__menu-name {
  font-size: 1.3rem;
  line-height: 1.4;
}

.c-header__menu-name span {
  display: inline-block;
  margin-left: 5px;
}

.c-header__menu-information {
  font-size: 1rem;
  line-height: 1.4;
}

.c-header__menu-dropdown {
  position: absolute;
  top: 90px;
  right: 20px;
  display: none;
}

.c-header__menu-dropdown ul {
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  min-width: 240px;
}

.c-header__menu-dropdown li + li {
  border-top: 1px solid #b0c6c1;
}

.c-header__menu-dropdown a {
  display: block;
  padding: 9px 15px;
  font-size: 1.4rem;
  line-height: 1.86;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 300ms, padding 300ms;
  transition: background-color 300ms, padding 300ms;
}

.c-header__menu-dropdown a:hover {
  padding: 9px 10px 9px 15px;
  background-color: #eff3f2;
}

.c-header__menu-dropdown span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header__menu-dropdown span::after {
  display: block;
  content: "";
  margin-left: auto;
  width: 11px;
  height: 8px;
  background-image: url("../image/icon-arrow-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1015px) {
  .c-header__menu-button[data-name="company"] {
    border-left: 1px solid #e3ebe9;
  }
}

@media screen and (min-width: 1015px) {
  .c-header__menu-button[data-name="company"] .c-header__menu-profile {
    width: 115px;
  }
}

@media (max-width: 820px) {
  .c-header__menu-button[data-name="company"] .c-header__menu-profile {
    width: 95px;
  }
}

.c-header__menu-button[data-name="company"] button {
  padding: 12px 20px 12px 15px;
}

.c-heading[data-heading="page"] h1 {
  font-size: 2.4rem;
  line-height: 1.49;
}

@media screen and (min-width: 767px) {
  .c-heading[data-heading="page"] h1 {
    font-size: 3.2rem;
  }
}

.c-heading[data-heading="page"] h1 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .c-heading[data-heading="page"] h1 span {
    font-size: 1.6rem;
  }
}

.c-heading[data-heading="center"] {
  text-align: center;
}

.c-heading[data-heading="center"] h1 {
  font-size: 2.2rem;
  line-height: 1.49;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-heading[data-heading="center"] h1 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

.c-heading h2 {
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-heading h2 {
    font-size: 2.2rem;
  }
}

.c-heading[data-heading="icon"] .c-heading__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-heading[data-heading="icon"] .c-heading__wrapper::before {
  display: block;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}

.c-heading[data-heading="icon"] h2 {
  font-weight: 500;
}

.c-heading[data-heading="icon"] h2[data-bold="true"] {
  font-weight: 700;
}

.c-heading[data-heading="icon"] h2 + span {
  display: inline-block;
  margin-top: auto;
  margin-left: 5px;
  font-size: 1.3rem;
}

@media screen and (max-width: 350px) {
  .c-heading[data-heading="icon"] h2 + span {
    margin-left: 0;
  }
}

.c-heading[data-icon="time"] .c-heading__wrapper::before {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-image: url("../image/icon-time-01.svg");
}

@media screen and (min-width: 767px) {
  .c-heading[data-icon="time"] .c-heading__wrapper::before {
    width: 24px;
    height: 24px;
  }
}

.c-heading[data-icon="study"] .c-heading__wrapper::before {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-image: url("../image/icon-study-01.svg");
}

@media screen and (min-width: 767px) {
  .c-heading[data-icon="study"] .c-heading__wrapper::before {
    margin-right: 4px;
    width: 25px;
    height: 25px;
  }
}

.c-heading[data-icon="property"] .c-heading__wrapper::before {
  margin-right: 4px;
  width: 18px;
  height: 17px;
  background-image: url("../image/icon-property-01.svg");
}

@media screen and (min-width: 767px) {
  .c-heading[data-icon="property"] .c-heading__wrapper::before {
    margin-right: 3px;
    width: 26px;
    height: 23px;
  }
}

.c-heading[data-icon="notification"] .c-heading__wrapper::before {
  margin-right: 6px;
  width: 16px;
  height: 18px;
  background-image: url("../image/icon-notification-01.svg");
}

@media screen and (min-width: 767px) {
  .c-heading[data-icon="notification"] .c-heading__wrapper::before {
    margin-right: 8px;
    width: 21px;
    height: 24px;
  }
}

.c-heading[data-icon="test"] .c-heading__wrapper::before {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-image: url("../image/icon-study-02.svg");
}

@media screen and (min-width: 767px) {
  .c-heading[data-icon="test"] .c-heading__wrapper::before {
    margin-right: 9px;
    width: 20px;
    height: 20px;
  }
}

.c-heading[data-icon="contents"] .c-heading__wrapper::before {
  margin-right: 4px;
  width: 19px;
  height: 19px;
  background-image: url("../image/icon-contents-01.svg");
}

@media screen and (min-width: 767px) {
  .c-heading[data-icon="contents"] .c-heading__wrapper::before {
    margin-right: 3px;
    width: 26px;
    height: 26px;
  }
}

.c-heading[data-icon="user"] .c-heading__wrapper::before {
  margin-right: 4px;
  width: 20px;
  height: 24px;
  background-image: url("../image/icon-user-01.svg");
}

@media screen and (min-width: 767px) {
  .c-heading[data-icon="user"] .c-heading__wrapper::before {
    margin-right: 5px;
    width: 21px;
    height: 25px;
  }
}

.c-heading h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.47;
}

.c-heading + .c-heading {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .c-heading + .c-heading {
    margin-top: 28px;
  }
}

.c-heading[data-heading="secondary"][data-note="true"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-heading[data-heading="secondary"][data-note="true"] h2,
.c-heading[data-heading="secondary"][data-note="true"] h3 {
  margin-bottom: 0;
}

.c-heading[data-heading="secondary"][data-note="true"] h2 + span,
.c-heading[data-heading="secondary"][data-note="true"] h3 + span {
  display: inline-block;
  margin-top: auto;
  margin-left: 5px;
  font-size: 1.3rem;
}

@media screen and (max-width: 350px) {
  .c-heading[data-heading="secondary"][data-note="true"] h2 + span,
  .c-heading[data-heading="secondary"][data-note="true"] h3 + span {
    margin-left: 0;
  }
}

.c-heading[data-heading="secondary"][data-border="top"] {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #b0c6c1;
}

.c-heading[data-heading="secondary"] h2,
.c-heading[data-heading="secondary"] h3 {
  margin-bottom: 11px;
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .c-heading[data-heading="secondary"] h2,
  .c-heading[data-heading="secondary"] h3 {
    margin-bottom: 17px;
    font-size: 1.8rem;
  }
}

.c-heading[data-heading="secondary"] h2[data-bold="true"],
.c-heading[data-heading="secondary"] h3[data-bold="true"] {
  font-weight: 700;
}

.c-heading[data-heading="secondary"] h2[data-bold="true"] + span,
.c-heading[data-heading="secondary"] h3[data-bold="true"] + span {
  font-weight: 700;
}

.c-heading[data-heading="tertiary"] h2 {
  margin-bottom: 18px;
  font-size: 1.6rem;
  line-height: 1.47;
}

.c-heading__link {
  margin-left: auto;
}

.c-heading__link[data-link="sp-column"] {
  margin-top: 14px;
}

@media screen and (min-width: 767px) {
  .c-heading__link[data-link="sp-column"] {
    margin-top: 0;
  }
}

.c-heading__link a {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .c-heading__link a {
    font-size: 1.4rem;
  }
}

.c-heading__link a:hover::after {
  width: 100%;
}

.c-heading__link a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: width 400ms;
  transition: width 400ms;
  background: -webkit-gradient(linear, left top, right top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to right, #1c554c 0%, #3d9280 100%);
}

.c-heading__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-heading__link span::after {
  display: block;
  content: "";
  width: 5px;
  height: 9px;
  margin-left: 8px;
  background-image: url("../image/icon-arrow-03.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.p-dashboard__beginner + .c-heading,
.p-dashboard__training + .c-heading {
  margin-top: 30px;
}

.p-login .c-heading[data-heading="page"] {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .p-login .c-heading[data-heading="page"] {
    margin-bottom: 30px;
  }
}

.p-mypage .c-heading[data-heading="page"] {
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .p-mypage .c-heading[data-heading="page"] {
    margin-bottom: 30px;
  }
}

.c-side__wrapper .c-heading {
  width: 100%;
}

.c-hero {
  position: relative;
  width: 100%;
  height: calc(375 / 375 * 100vw);
  max-height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 767px) {
  .c-hero {
    height: 520px;
    max-height: 100%;
  }
}

.c-hero__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.c-hero__heading {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 767px) {
  .c-hero__heading {
    margin-bottom: 14px;
  }
}

.c-hero__heading[data-text="short"] h1 {
  text-align: center;
}

.c-hero__heading span,
.c-hero__heading h1 {
  color: #fff;
}

.c-hero__heading span {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 9px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-hero__heading span {
    font-size: 1.7rem;
    margin-bottom: 7px;
  }
}

.c-hero__heading h1 {
  font-size: 2.5rem;
  line-height: 1.49;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .c-hero__heading h1 {
    font-size: 4.1rem;
  }
}

.c-hero__teacher {
  padding-bottom: calc(8 / 375 * 100vw);
}

@media screen and (min-width: 767px) {
  .c-hero__teacher {
    padding-bottom: 0;
  }
}

.c-hero__teacher ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-hero__teacher ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 6px;
  width: calc(83 / 375 * 100vw);
  max-width: 83px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-hero__teacher ul li {
    width: 83px;
  }
}

.c-hero__teacher-thumb {
  width: calc(83 / 375 * 100vw);
  height: calc(83 / 375 * 100vw);
  max-width: 83px;
  max-height: 83px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .c-hero__teacher-thumb {
    width: 83px;
    height: 83px;
  }
}

.c-hero__teacher-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.46;
}

.c-lesson-link {
  margin-bottom: 20px;
}

.c-lesson-link ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-lesson-link li {
  margin: 0 8px 8px 0;
}

@media screen and (min-width: 767px) {
  .c-lesson-link li {
    margin: 0 10px 10px 0;
  }
}

.c-lesson-link a {
  display: block;
  padding: 6px 10px;
  font-size: 1.2rem;
  line-height: 1.43;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 300ms, color 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, color 300ms, -webkit-box-shadow 300ms;
  transition: box-shadow 300ms, background-color 300ms, color 300ms;
  transition: box-shadow 300ms, background-color 300ms, color 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-lesson-link a {
    font-size: 1.4rem;
    padding: 4px 10px;
  }
}

.c-lesson-link a[data-status="completion"] {
  color: #82a29d;
}

.c-lesson-link a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  color: #fff;
  background-color: #1c554c;
}

.c-heading + .c-lesson-link {
  margin-top: 15px;
}

.c-lesson-link__pdf {
  margin-bottom: 15px;
}

.c-lesson-link__pdf ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-lesson-link__pdf li {
  margin: 0 10px 10px 0;
  line-height: 1;
}

.c-lesson-link__pdf a:hover {
  text-decoration: none;
}

.c-lesson-list__item {
  line-height: 1;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.c-lesson-list__item + .c-lesson-list__item {
  margin-top: 20px;
}

.c-lesson-list__total {
  position: relative;
  width: 100%;
  padding: 17px 43px 13px 20px;
  text-align: left;
  color: #1c554c;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__total {
    padding: 22px 50px 20px 24px;
  }
}

.c-lesson-list__total::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  left: 0;
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to top, #1c554c 0%, #3d9280 100%);
}

.c-lesson-list__total h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__total h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

.c-lesson-list__total h3[data-genre="exercise"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__total h3[data-genre="exercise"] {
    margin-bottom: 13px;
    line-height: 1.5;
  }
}

.c-lesson-list__total h3[data-genre="exercise"] span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 4px;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__total h3[data-genre="exercise"] span {
    margin-top: 2px;
  }
}

.c-lesson-list__total h3[data-status="completion"]::after {
  display: block;
  content: "";
  margin: 3px 0 0 3px;
  width: 16px;
  height: 16px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__total h3[data-status="completion"]::after {
    width: 24px;
    height: 24px;
    margin: 2px 0 0 10px;
  }
}

.c-lesson-list__total:hover h3 {
  color: #dd922c;
}

.c-lesson-list__total-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 100%;
  border-left: 1px solid #e3ebe9;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__total-arrow {
    width: 33px;
  }
}

.c-lesson-list__total-arrow::before {
  display: block;
  content: "";
  margin-top: 0;
  width: 11px;
  height: 6px;
  background-image: url("../image/icon-arrow-05.svg");
  background-position: cover;
  background-size: 11px 6px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: margin-top 300ms, -webkit-transform 300ms;
  transition: margin-top 300ms, -webkit-transform 300ms;
  transition: transform 300ms, margin-top 300ms;
  transition: transform 300ms, margin-top 300ms, -webkit-transform 300ms;
}

.c-lesson-list__total:hover .c-lesson-list__total-arrow::before {
  margin-top: 10px;
}

.c-lesson-list__total[aria-expanded="true"]:hover .c-lesson-list__total-arrow::before {
  margin-top: -10px;
}

.c-lesson-list__total[aria-expanded="true"] .c-lesson-list__total-arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-lesson-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.c-lesson-list__meta span {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-lesson-list__numbering {
  font-size: 1.3rem;
  line-height: 1;
}

.c-lesson-list__tiem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #82a29d;
}

.c-lesson-list__tiem::before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  margin: 0 4px;
  background-image: url("../image/icon-time-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-lesson-list__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__status {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-lesson-list__status[data-type="free"] {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.c-lesson-list__status > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
  border: 1px solid #b0c6c1;
  border-radius: 4px;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__status > a {
    margin-bottom: 0;
  }
}

.c-lesson-list__status a::after {
  display: none;
  content: "";
  width: 47px;
  height: auto;
  margin-left: auto;
  padding: 15px;
  border-left: 1px solid #eff3f2;
  background-image: url("../image/icon-arrow-02.svg");
  background-position: center;
  background-size: 17px 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__status a::after {
    display: block;
  }
}

.c-lesson-list__status a:hover::after {
  background-position: right 10px center;
}

.p-dashboard__free-account .c-lesson-list__status > a {
  margin-bottom: 0;
}

.c-heading[data-heading="page"] + .c-lesson-list__status[data-type="free"] {
  margin-top: 24px;
}

@media screen and (min-width: 767px) {
  .c-heading[data-heading="page"] + .c-lesson-list__status[data-type="free"] {
    margin-top: 34px;
  }
}

.c-lesson-list__status-wrapper {
  padding: 14px 18px;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__status-wrapper {
    padding: 18px 24px 24px;
  }
}

.c-lesson-list__status-wrapper + .c-subject-link__detail {
  margin-top: 15px;
}

.c-lesson-list__status-wrapper[data-wrapper="free"] {
  min-width: 100%;
  max-width: 512px;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__status-wrapper[data-wrapper="free"] {
    min-width: 612px;
    max-width: 100%;
  }
}

.c-lesson-list__status-wrapper h3 {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__status-wrapper h3 {
    font-size: 2.2rem;
  }
}

.p-dashboard__free-account .c-lesson-list__status-wrapper h3 {
  font-size: 1.6rem;
}

@media screen and (min-width: 767px) {
  .p-dashboard__free-account .c-lesson-list__status-wrapper h3 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-width="default"][data-column="2"] .c-lesson-list__status-wrapper[data-wrapper="free"] {
    min-width: 476px;
  }
}

.c-lesson-list__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__progress {
    margin-bottom: 0;
  }
}

.c-lesson-list__progress-bar,
.c-lesson-list__progress-bar-date {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(176 / 375 * 100vw);
  height: 6px;
  margin-right: 9px;
  border-radius: 4px;
  background-color: rgba(28, 85, 76, 0.15);
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__progress-bar,
  .c-lesson-list__progress-bar-date {
    width: 280px;
    height: 8px;
  }
}

.c-lesson-list__progress-fill,
.c-lesson-list__progress-fill-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ccc404), to(#dd922c));
  background: linear-gradient(to right, #ccc404 0%, #dd922c 100%);
}

.c-lesson-list__progress-number {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__progress-number {
    font-size: 1.2rem;
  }
}

.c-lesson-list__progress-current {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.8rem;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__progress-current {
    font-size: 2rem;
  }
}

.c-lesson-list__view {
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__view {
    font-size: 1.1rem;
  }
}

.c-lesson-list__link {
  border-top: 1px solid #b0c6c1;
}

.c-lesson-list__link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 26px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__link li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 30px 19px;
  }
}

.c-lesson-list__link li a {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__link li a {
    margin-top: 0;
    margin-left: auto;
    width: 152px;
    padding: 8px 10px 9px;
  }
}

.c-lesson-list__link li a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-lesson-list__link li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #1c554c;
  border-radius: 3px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.c-lesson-list__link li a:hover::after {
  opacity: 1;
}

.c-lesson-list__link li a[data-status="completion"] {
  background: #b0c6c1;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.c-lesson-list__link li a[data-status="completion"]::after {
  display: none;
}

.c-lesson-list__link li a[data-status="completion"]:hover {
  background: #1c554c;
}

.c-lesson-list__link li + li {
  border-top: 1px solid #eff3f2;
}

.c-lesson-list__link-title {
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__link-title {
    margin-top: 5px;
    margin-right: 30px;
    font-size: 1.7rem;
  }
}

.c-lesson-list__link-title[data-status="completion"]::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 0 5px 5px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__link-title[data-status="completion"]::after {
    width: 20px;
    height: 20px;
    margin: 0 0 2px 5px;
  }
}

.c-lesson-list__link-title span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin: 4px 0 0 5px;
  padding: 0 6px 1px;
  font-size: 1.2rem;
  line-height: 1.4;
  border-radius: 2px;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__link-title span {
    margin: 3px 0 0 6px;
    margin-left: 6px;
    padding: 0 7px;
    font-size: 1.3rem;
  }
}

.c-lesson-list__link-title span[data-status="learning"] {
  color: #fff;
  background-color: #1c554c;
}

.c-lesson-list__link-title span[data-status="before"] {
  color: #82a29d;
  border: 1px solid #82a29d;
}

.c-lesson-list__link-title span[data-status="no-test"] {
  color: #fff;
  background-color: #82a29d;
  border: 1px solid #82a29d;
}

.c-lesson-list__link-title span[data-type="sample"] {
  color: #fff;
  background-color: #dd922c;
  border: 1px solid #dd922c;
}

.c-lesson-list__link-sub {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 4px;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__link-sub {
    margin-right: 30px;
  }
}

.c-lesson-list__link-content[data-type="paid"] {
  color: #82a29d;
}

.c-lesson-list__link-content[data-type="paid"] + span {
  color: #82a29d;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__link-content[data-type="paid"] + span {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 152px;
    margin: 0 0 0 auto;
  }
}

.c-lesson-list__free-unit {
  margin: 14px 0;
  width: 100%;
  max-width: 514px;
  padding-bottom: 33%;
  background-image: url("../image/pict-free-contents-sp.jpg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 632px) {
  .c-lesson-list__free-unit {
    max-width: 514px;
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 767px) {
  .c-lesson-list__free-unit {
    max-width: 612px;
    padding-bottom: 7.4%;
    background-image: url("../image/pict-free-contents-pc.jpg");
  }
}

.c-lesson-list__free-text {
  border-bottom: 1px solid #b0c6c1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-lesson-list__free-text {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.c-lesson-list__free-text p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-list[data-list="curriculum"] {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .c-list[data-list="curriculum"] {
    margin-top: 0;
  }
}

.c-list[data-list="curriculum"] h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

.c-list[data-list="curriculum"][data-local="none"] {
  margin-top: 30px;
}

@media screen and (min-width: 767px) {
  .c-list[data-list="curriculum"][data-local="none"] {
    margin-top: 45px;
  }
}

.c-list[data-list="curriculum"] .c-card[data-genre="minimum"] + h2 {
  margin-top: 30px;
}

.c-list[data-list="curriculum"] .c-list__wrapper {
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .c-list[data-list="curriculum"] .c-list__wrapper {
    margin-bottom: 40px;
  }
}

.c-list[data-list="curriculum"] .c-list__wrapper li + li {
  margin-top: 15px;
}

.c-list[data-list="curriculum"] .c-list__wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-list[data-list="curriculum"] .c-list__wrapper a {
    font-size: 1.6rem;
  }
}

.c-list[data-list="curriculum"] .c-list__wrapper a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-list[data-list="curriculum"] .c-list__wrapper a::after {
  display: block;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  width: 40px;
  border-left: 1px solid #e7edeb;
  background-image: url("../image/icon-arrow-02.svg");
  background-size: 14px 10px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
}

@media screen and (min-width: 767px) {
  .c-list[data-list="curriculum"] .c-list__wrapper a::after {
    width: 47px;
    background-size: 17px 13px;
  }
}

@media screen and (min-width: 767px) {
  .c-list[data-list="curriculum"] .c-list__wrapper a:hover::after {
    background-position: 20px center;
  }
}

.c-list[data-list="curriculum"] .c-list__wrapper a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 15px;
}

@media screen and (min-width: 767px) {
  .c-list[data-list="curriculum"] .c-list__wrapper a span {
    padding: 17px 20px 19px;
  }
}

.c-list[data-list="curriculum"] .c-list__wrapper a[data-complete="true"] span::after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-list[data-list="curriculum"] .c-list__wrapper a[data-complete="true"] span::after {
    margin-left: 10px;
    width: 24px;
    height: 24px;
  }
}

.c-list[data-list="setting"] {
  margin-top: 20px;
}

.c-list[data-list="setting"] > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #b0c6c1;
  background-color: #fff;
}

@media (max-width: 500px) {
  .c-list[data-list="setting"] > ul {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .c-list[data-list="setting"] > ul {
    display: block;
  }
}

.c-list[data-list="setting"] > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding: 16px 17px 7px;
}

@media (max-width: 500px) {
  .c-list[data-list="setting"] > ul > li {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .c-list[data-list="setting"] > ul > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-list[data-list="setting"] > ul[data-genre="account"] > li {
  padding: 9px 14px 6px;
}

@media screen and (min-width: 767px) {
  .c-list[data-list="setting"] > ul[data-genre="account"] > li {
    padding: 16px 19px 6px;
  }
}

.c-list[data-list="setting"] > ul > li + li {
  border-top: 1px solid #b0c6c1;
}

.c-list[data-list="setting"] > ul > li:nth-child(2) {
  border-top: none;
}

@media (max-width: 500px) {
  .c-list[data-list="setting"] > ul > li:nth-child(2) {
    border-top: 1px solid #b0c6c1;
  }
}

@media screen and (min-width: 767px) {
  .c-list[data-list="setting"] > ul > li:nth-child(2) {
    border-top: 1px solid #b0c6c1;
  }
}

.c-list[data-list="setting"] > ul > li:nth-child(even) {
  border-left: 1px solid #b0c6c1;
}

@media (max-width: 500px) {
  .c-list[data-list="setting"] > ul > li:nth-child(even) {
    border-left: none;
  }
}

@media screen and (min-width: 767px) {
  .c-list[data-list="setting"] > ul > li:nth-child(even) {
    border-left: none;
  }
}

.c-list[data-list="setting"] > ul h3 {
  font-size: 1.3rem;
  line-height: 1.23;
}

.c-list[data-list="setting"] > ul dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-list[data-list="setting"] > ul h3 + dl {
  margin-top: 4px;
}

@media screen and (min-width: 767px) {
  .c-list[data-list="setting"] > ul h3 + dl {
    margin-top: 8px;
  }
}

.c-list[data-list="setting"] > ul dt,
.c-list[data-list="setting"] > ul dd {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

.c-list[data-list="setting"] > ul dt::after {
  display: inline-block;
  content: "：";
}

.c-list__information span {
  display: block;
  margin: 7px 0 9px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.23;
}

@media screen and (min-width: 767px) {
  .c-list__information span {
    margin: 7px 0 17px;
  }
}

.c-list__action {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .c-list__action {
    margin-top: 0;
  }
}

.c-list__action ul {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-list__action li {
  width: calc(50% - 5px);
  max-width: 150px;
}

@media (max-width: 500px) {
  .c-list__action li {
    max-width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .c-list__action li {
    width: 76px;
  }
}

.c-list__action li + li {
  margin-left: 10px;
}

.c-list__action button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 6px 6px;
  width: 100%;
  color: #1c554c;
  font-size: 1.2rem;
  line-height: 1.17;
  background: none;
  border: 1px solid #b0c6c1;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.c-list__action button:hover {
  border-color: #1c554c;
}

.c-list__action button[data-button="delete"] {
  color: #a21a1a;
  border: 1px solid #deaeae;
}

.c-list__action button[data-button="delete"]:hover {
  border-color: #a21a1a;
}

.c-modal,
.c-modal__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.c-modal[aria-hidden="true"],
.c-modal__sub[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}

.c-modal[aria-hidden="false"],
.c-modal__sub[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.c-modal[data-height="large"],
.c-modal__sub[data-height="large"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  bottom: 0;
  height: auto;
  overflow-y: scroll;
}

.c-modal__wrapper {
  position: relative;
  width: calc(100% - 40 / 375 * 100vw);
  padding: 20px;
  z-index: 110;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

@media screen and (max-width: 350px) {
  .c-modal__wrapper {
    height: calc(100% - 90px);
    max-height: 540px;
    margin-top: 30px;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 767px) {
  .c-modal__wrapper {
    width: 770px;
    margin-top: 0;
    padding: 40px 105px;
    height: auto;
    max-height: 100%;
    overflow: inherit;
  }
}

@media (orientation: landscape) and (max-width: 812px) {
  .c-modal__wrapper {
    height: calc(100% - 90px);
    max-height: 540px;
    margin-top: 30px;
    overflow-y: scroll;
  }
}

.c-modal__wrapper h2 {
  margin-bottom: 20px;
  font-size: 2.4;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-modal__wrapper h2 {
    margin-bottom: 20px;
  }
}

.c-modal__wrapper p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.73;
}

@media screen and (min-width: 767px) {
  .c-modal__wrapper p {
    margin-bottom: 20px;
  }
}

.c-modal__wrapper p[data-align="center"] {
  text-align: left;
}

.c-modal[data-modal="black"] .c-modal__wrapper {
  padding: 0;
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 767px) {
  .c-modal[data-modal="black"] .c-modal__wrapper {
    width: 560px;
  }
}

.c-modal[data-modal="black"] .c-modal__wrapper p {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}

.c-modal[data-modal="black"] .c-modal__wrapper[data-modal="large"] {
  width: 670px;
  max-width: auto;
  margin: 60px 0;
  padding: 0 20px;
  overflow-y: scroll;
}

.c-modal__close {
  position: absolute;
  top: -55px;
  right: 0;
}

@media (orientation: landscape) and (max-width: 812px) {
  .c-modal__close {
    position: fixed;
    top: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 350px) {
  .c-modal__close {
    position: fixed;
    top: 15px;
    right: 15px;
  }
}

.c-modal__close-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.c-modal__close-button span::before,
.c-modal__close-button span::after {
  display: block;
  content: "";
  width: 45px;
  height: 4px;
  background-color: #fff;
}

.c-modal__close-button span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.c-modal__close-button span::after {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.c-modal[data-modal="black"] .c-modal__close {
  position: static;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-modal[data-modal="black"] .c-modal__close {
    margin-top: 60px;
  }
}

.c-modal[data-modal="black"] .c-modal__close-button {
  text-align: center;
  color: #fff;
  text-decoration: underline;
  width: 100%;
}

.c-modal[data-modal="black"] .c-modal__close-button:hover {
  text-decoration: none;
}

.c-modal[data-modal="black"] .c-modal__close-button span::before,
.c-modal[data-modal="black"] .c-modal__close-button span::after {
  display: none;
}

.c-modal__background,
.c-modal__background-sub {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c554c;
  opacity: .85;
  z-index: 101;
}

.c-modal[data-modal="black"] .c-modal__background,
.c-modal[data-modal="black"] .c-modal__background-sub {
  background-color: #333;
  opacity: .95;
}

.c-modal[data-modal="black"] .c-modal__attention {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.53;
  color: #a21a1a;
  background-color: #fff;
}

.c-modal[data-modal="black"] .c-modal__attention p {
  margin-bottom: 0;
}

.c-modal__payment {
  position: relative;
  text-align: left;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
}

.c-modal__payment-main {
  padding: 15px 20px 25px;
}

.c-modal__payment-main > h3 {
  font-size: 1.5rem;
}

.c-modal__payment .c-modal__payment-main .c-modal__payment-meta {
  margin-top: 10px;
}

.c-modal__payment .c-modal__payment-main .c-modal__payment-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-modal__payment .c-modal__payment-main .c-modal__payment-meta > div dt {
  position: relative;
}

.c-modal__payment .c-modal__payment-main .c-modal__payment-meta > div dt::after {
  content: '：';
  display: inline-block;
  margin: 0 3px;
}

.c-modal__payment .c-modal__payment-main .c-modal__payment-meta > div dt,
.c-modal__payment .c-modal__payment-main .c-modal__payment-meta > div dd {
  font-weight: normal;
  font-size: 1.3rem;
}

.c-modal__payment .c-modal__payment-main .c-modal__payment-meta > div:nth-child(3) dt {
  min-width: 65px;
}

.c-modal__payment-credit {
  margin-top: 20px;
  padding: 14px 20px 20px;
  border: 1px solid #a21a1a;
}

.c-modal__payment-credit > h4 {
  font-size: 1.3rem;
  color: #a21a1a;
}

.c-modal__payment-credit .c-modal__payment-credit-lead {
  margin-top: 10px;
}

.c-modal__payment-credit .c-modal__payment-credit-lead em {
  font-style: normal;
  color: #a21a1a;
}

.c-modal__payment-credit .c-modal__payment-credit-lead p {
  margin: 0;
  font-size: 1.3rem;
}

.c-modal__payment-credit .c-modal__payment-credit-lead p + p {
  margin-top: 7px;
}

.c-modal__payment-credit-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.c-modal__payment-credit-image > img {
  width: 98px;
  height: 73px;
  margin-right: 15px;
}

.c-accordion[data-genre="payment"] .c-accordion__select .c-modal__payment-credit-image-button p,
.c-careerup__list li .c-modal__payment-credit-image-button p,
.c-exam__application li .c-modal__payment-credit-image-button p,
.c-career__offline-item .c-modal__payment-credit-image-button p {
  display: block;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.c-accordion[data-genre="payment"] .c-accordion__select .c-modal__payment-credit-image-button button,
.c-careerup__list li .c-modal__payment-credit-image-button button,
.c-exam__application li .c-modal__payment-credit-image-button button,
.c-career__offline-item .c-modal__payment-credit-image-button button {
  display: inline-block;
  min-width: auto;
  width: auto;
  padding: 0;
  font-size: 1.2rem;
  text-align: left;
  text-decoration: underline;
  color: #000;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.c-accordion[data-genre="payment"] .c-accordion__select .c-modal__payment-credit-image-button button:hover,
.c-careerup__list li .c-modal__payment-credit-image-button button:hover,
.c-exam__application li .c-modal__payment-credit-image-button button:hover,
.c-career__offline-item .c-modal__payment-credit-image-button button:hover {
  text-decoration: none;
}

.c-modal[data-modal="black"] .c-modal__payment-bottom {
  display: block;
  padding: 20px 20px 25px;
  border-top: 1px solid #e3ebe9;
}

@media screen and (min-width: 767px) {
  .c-modal[data-modal="black"] .c-modal__payment-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-modal[data-modal="black"] .c-modal__payment-bottom .c-modal__payment-bottom-text p {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  color: #1c554c;
}

@media screen and (min-width: 767px) {
  .c-modal[data-modal="black"] .c-modal__payment-bottom .c-modal__payment-bottom-text p {
    text-align: right;
  }
}

.c-modal[data-modal="black"] .c-modal__payment-bottom .c-button[data-button="secondary"] {
  width: 200px;
  margin: 10px auto 0;
}

@media screen and (min-width: 767px) {
  .c-modal[data-modal="black"] .c-modal__payment-bottom .c-button[data-button="secondary"] {
    margin: 0 0 0 10px;
  }
}

.c-modal[data-modal="black"] .c-modal__payment-bottom .c-button[data-button="secondary"] button {
  max-width: 200px;
  min-width: 200px;
}

.c-modal[data-modal="black"] .c-modal__payment-bottom .c-button[data-button="secondary"] button span {
  margin: 0;
}

.c-modal__sub .c-modal__wrapper img {
  width: 100%;
}

.c-careerup__list li .c-modal[data-modal="black"] button,
.c-exam__application li .c-modal[data-modal="black"] button {
  position: static;
}

.c-career__offline-item .c-modal__payment-bottom .c-button[data-button="secondary"] button {
  background: linear-gradient(45deg, #3d9280 0%, #1c554c 100%);
}

.c-breadcrumb {
  line-height: 1;
}

.c-breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}

@media screen and (min-width: 767px) {
  .c-breadcrumb ol {
    overflow: inherit;
  }
}

.c-breadcrumb li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-breadcrumb li::after {
  display: inline-block;
  content: ">";
  margin: 0 14px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-breadcrumb li:last-child::after {
  display: none;
}

.c-breadcrumb a {
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
}

.c-breadcrumb a:hover {
  text-decoration: underline;
}

.c-wrapper[data-column="2"] .c-breadcrumb {
  margin: 5px 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% + 20 / 375 * 100vw);
  overflow-x: scroll;
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="2"] .c-breadcrumb {
    margin: 0;
    width: 100%;
    overflow: inherit;
  }
}

@media (min-width: 767px) and (max-width: 959px) {
  .c-wrapper[data-column="2"] .c-breadcrumb {
    margin: 0 20px;
  }
}

.c-hero .c-breadcrumb {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(315 / 375 * 100vw);
  overflow: hidden;
  z-index: 2;
}

@media screen and (min-width: 767px) {
  .c-hero .c-breadcrumb {
    margin: 0 auto;
    bottom: 30px;
    left: calc(50% - 545px);
    width: 100%;
    max-width: 1090px;
  }
}

@media screen and (min-width: 767px) {
  .c-hero .c-breadcrumb ol {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-hero .c-breadcrumb li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-hero .c-breadcrumb li:after {
  color: #fff;
}

.c-hero .c-breadcrumb a {
  color: #fff;
}

@media screen and (max-width: 1014px) {
  .c-nav-global {
    position: fixed;
    top: 0;
    right: calc(-270 / 375 * 100vw);
    opacity: 0;
    visibility: hidden;
    height: 100%;
    -webkit-transition: opacity 300ms, visibility 300ms, right 300ms;
    transition: opacity 300ms, visibility 300ms, right 300ms;
    z-index: 21;
  }
}

@media screen and (min-width: 1015px) {
  .c-nav-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: margin-left 300ms;
    transition: margin-left 300ms;
  }
}

@media screen and (min-width: 1090px) {
  .c-nav-global {
    margin-left: 25px;
  }
}

.c-nav-global[aria-hidden="false"] {
  right: 0;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1014px) {
  .c-nav-global__wrapper {
    display: block;
    width: 280px;
    height: 100%;
    margin-left: 0;
    padding: 66px 20px;
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.16);
            box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.16);
    overflow-y: scroll;
  }
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.c-nav-global__wrapper > ul {
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: none;
  }
}

.c-nav-global__wrapper > ul + ul {
  display: block;
  border-top: none;
}

@media screen and (min-width: 767px) {
  .c-nav-global__wrapper > ul + ul {
    display: none;
  }
}

.c-nav-global__wrapper > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #b0c6c1;
  margin-left: 0;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper > ul li {
    margin-right: 16px;
    border-bottom: none;
  }
}

.c-nav-global__wrapper li:last-child {
  border-bottom: none;
}

.c-nav-global__wrapper > ul li:last-child {
  border-bottom: none;
}

.c-nav-global__wrapper > ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 12px 15px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #1c554c;
  text-decoration: none;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper > ul a {
    padding: 0;
    width: auto;
    font-size: 1.3rem;
  }
}

.c-nav-global__wrapper > ul a[data-link="apply"] {
  color: #dd922c;
  font-weight: 700;
}

.c-nav-global__wrapper > ul a::after {
  display: block;
  content: "";
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  width: 12px;
  height: 9px;
  background-image: url("../image/icon-arrow-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper > ul a::after,
  .c-nav-global__wrapper > ul a[data-current="true"]::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(45deg, #1c554c 0%, #3d9280 100%);
    width: 0%;
    height: 5px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
  }
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper > ul a:hover::after {
    width: 100%;
  }
}

.c-nav-global__wrapper > ul a[target="_blank"]::before {
  display: block;
  content: "";
}

.c-nav-global__wrapper a:hover {
  background-color: #eff3f2;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper a:hover {
    background-color: #fff;
  }
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper a::after,
  .c-nav-global__wrapper a[data-current="true"]::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(45deg, #1c554c 0%, #3d9280 100%);
    width: 0%;
    height: 5px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
  }
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper a:hover::after {
    width: 100%;
  }
}

.c-nav-global__wrapper > ul a[target="_blank"]::before {
  display: block;
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: static;
  margin-left: auto;
  width: 12px;
  height: 12px;
  background-image: url("../image/icon-external-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-nav-global__wrapper > ul a[target="_blank"]::before {
    margin-left: 5px;
  }
}

.c-nav-global__wrapper > ul a[target="_blank"]::after {
  display: none;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper > ul a[target="_blank"]::after {
    display: block;
  }
}

.c-nav-global__wrapper > ul a[data-current="true"]::after {
  display: block;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__wrapper > ul a[data-current="true"]::after {
    width: 100%;
  }
}

.c-nav-global__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #eff3f2;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__user {
    display: none;
  }
}

.c-nav-global__user-thumb {
  width: calc(46 / 375 * 100vw);
  height: calc(46 / 375 * 100vw);
  max-width: 46px;
  max-height: 46px;
  margin-right: 10px;
  border: 1px solid #b0c6c1;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/icon-dummy-01.svg);
}

.c-nav-global__user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.c-nav-global__user-name {
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-nav-global__user-name span {
  display: inline-block;
  margin-left: 5px;
}

.c-nav-global__user-information {
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-nav-global__brandsite {
  margin-top: 20px;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__brandsite {
    display: none;
  }
}

.c-nav-global__brandsite a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  background-color: #1c554c;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.c-nav-global__brandsite a:hover {
  background-color: #1c3f38;
}

.c-nav-global__brandsite a::after {
  display: none;
}

.c-nav-global__brandsite a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
}

.c-nav-global__brandsite a span::after {
  display: block;
  content: "";
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 13px;
  height: 13px;
  background-image: url("../image/icon-external-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-nav-global__background {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c554c;
  opacity: 0;
  z-index: 20;
  -webkit-transition: visibility 300ms, opacity 300ms;
  transition: visibility 300ms, opacity 300ms;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__background {
    visibility: hidden;
  }
}

[aria-hidden="false"] + .c-nav-global__background {
  visibility: visible;
  opacity: .85;
}

@media screen and (min-width: 1015px) {
  [aria-hidden="false"] + .c-nav-global__background {
    visibility: hidden;
    opacity: 0;
  }
}

.c-nav-global__sub {
  margin: 20px 0;
}

@media screen and (min-width: 1015px) {
  .c-nav-global__sub {
    display: none;
  }
}

.c-nav-global__sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-nav-global__sub li::after {
  display: inline-block;
  content: "|";
  font-size: 1.2rem;
  margin: 0 10px;
}

.c-nav-global__sub li:last-child::after {
  display: none;
}

.c-nav-global__sub a {
  font-size: 1.2rem;
  line-height: 1.45;
  text-decoration: none;
}

.c-nav-global__sub a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .c-nav-local {
    margin: 30px 0 20px;
  }
}

.c-nav-local[data-nav="wide"] li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 767px) {
  .c-nav-local[data-nav="wide"] li {
    min-width: 180px;
    width: auto;
  }
}

.c-nav-local[data-nav="wide"] li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: left;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .c-nav-local[data-nav="wide"] li a {
    padding: 4px 10px;
  }
}

@media screen and (min-width: 767px) {
  .c-nav-local[data-type="free"] {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.c-nav-local[data-type="free"] li {
  width: auto;
}

.c-nav-local[data-type="free"] li:nth-child(even) {
  margin-right: 10px;
}

.c-nav-local[data-type="free"] a {
  font-weight: 600;
  padding: 5px 20px;
}

.c-nav-local[data-page="contract-renewal"] li {
  width: auto;
}

.c-nav-local[data-page="contract-renewal"] li a {
  padding: 10px 15px 11px;
}

.c-nav-local ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-nav-local li {
  margin: 0 10px 10px 0;
  width: calc(50% - 5px);
}

@media screen and (min-width: 767px) {
  .c-nav-local li {
    width: 150px;
  }
}

.c-nav-local li:nth-child(even) {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .c-nav-local li:nth-child(even) {
    margin-right: 10px;
  }
}

.c-nav-local a {
  display: block;
  padding: 12px 5px 13px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.43;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

@media screen and (min-width: 767px) {
  .c-nav-local a {
    padding: 6px;
    font-size: 1.4rem;
  }
}

.c-nav-local a:hover {
  color: #fff;
  background-color: #3d9280;
}

.c-nav-local[data-view="sp"] {
  display: block;
  margin-bottom: 22px;
}

@media screen and (min-width: 767px) {
  .c-nav-local[data-view="sp"] {
    display: none;
  }
}

.c-nav-local[data-view="sp"] a {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-heading + .c-nav-local {
  margin: 20px 0;
}

@media screen and (min-width: 767px) {
  .c-heading + .c-nav-local {
    margin: 30px 0 20px;
  }
}

.c-notification-bar {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-notification-bar {
    border-bottom: 1px solid #e7ebea;
  }
}

.c-notification-bar dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 20px;
}

@media screen and (min-width: 767px) {
  .c-notification-bar dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 19px 20px;
  }
}

.c-notification-bar dt,
.c-notification-bar dd,
.c-notification-bar a {
  font-size: 1.3rem;
  line-height: 1.4;
}

.c-notification-bar dt {
  margin-bottom: 4px;
  margin-right: 15px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #dd922c;
}

@media screen and (min-width: 767px) {
  .c-notification-bar dt {
    margin-bottom: 0;
  }
}

.c-notification-bar dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-notification-bar dd::after {
  display: none;
  content: "";
  width: 14px;
  height: 10px;
  margin-left: 19px;
  background-image: url("../image/icon-arrow-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-notification-bar dd::after {
    display: block;
  }
}

.c-notification-bar a {
  text-decoration: none;
  -webkit-transition: color 300ms, margin-right 300ms;
  transition: color 300ms, margin-right 300ms;
}

.c-notification-bar a:hover {
  color: #dd922c;
  margin-right: 5px;
}

.c-notification-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 767px) {
  .c-notification-card__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-heading + .c-notification-card__list {
  margin-top: 19px;
}

@media screen and (min-width: 767px) {
  .c-heading + .c-notification-card__list {
    margin-top: 15px;
  }
}

.c-notification-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 767px) {
  .c-notification-card__item {
    width: calc(33.33% - 13.33px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.c-notification-card__item:nth-child(3n) {
  margin-right: 0;
}

.c-notification-card__item + .c-notification-card__item {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .c-notification-card__item + .c-notification-card__item {
    margin-top: 0;
  }
}

.c-notification-card__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-notification-card__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-notification-card__item a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-notification-card__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 130px;
  min-height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 767px) {
  .c-notification-card__thumb {
    width: 100%;
    min-height: 0;
    height: 0;
    padding-top: 100%;
  }
}

@media screen and (max-width: 350px) {
  .c-notification-card__thumb {
    width: 110px;
  }
}

.c-notification-card__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1;
}

@media screen and (max-width: 350px) {
  .c-notification-card__information {
    padding: 10px;
  }
}

.c-notification-card__heading {
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-notification-card__heading {
    margin-bottom: 15px;
  }
}

.c-notification-card__heading span {
  font-size: 1.3rem;
  line-height: 1.69;
  color: #1c554c;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.c-notification-card__item a:hover .c-notification-card__heading span {
  color: #dd922c;
}

.c-notification-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.c-notification-card__meta span {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}

.c-notification-card__meta span[data-meta="time"] {
  margin-left: 5px;
  color: #82a29d;
}

.c-notification-expiration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 18px;
  background-color: #fff;
}

.c-notification-bar + .c-notification-expiration {
  border-top: 1px solid #e3ebe9;
}

@media screen and (min-width: 767px) {
  .c-notification-bar + .c-notification-expiration {
    border: none;
  }
}

.c-notification-expiration[data-notification="midium"] .c-notification-expiration__alert {
  color: #dd922c;
  background-color: rgba(221, 146, 44, 0.1);
}

.c-notification-expiration[data-notification="midium"] .c-notification-expiration__text a {
  color: #dd922c;
}

.c-notification-expiration[data-notification="midium"] .c-notification-expiration__text-sp b {
  color: #dd922c;
}

.c-notification-expiration[data-notification="urgency"] {
  background-color: #f5e6e6;
}

.c-notification-expiration[data-notification="urgency"] .c-notification-expiration__alert {
  padding: 12px 10px 14px;
  color: #fff;
  background-color: #a21a1a;
}

@media screen and (min-width: 1090px) {
  .c-notification-expiration[data-notification="urgency"] .c-notification-expiration__alert {
    padding: 15px 15px 17px;
  }
}

.c-notification-expiration[data-notification="urgency"] .c-notification-expiration__alert strong {
  font-size: 0;
}

.c-notification-expiration[data-notification="urgency"] .c-notification-expiration__alert strong::before {
  content: attr(data-text);
  font-size: 1.2rem;
}

@media screen and (min-width: 1090px) {
  .c-notification-expiration[data-notification="urgency"] .c-notification-expiration__alert strong {
    font-size: 1.3rem;
  }
  .c-notification-expiration[data-notification="urgency"] .c-notification-expiration__alert strong::before {
    display: none;
  }
}

.c-notification-expiration[data-notification="urgency"] .c-notification-expiration__text b,
.c-notification-expiration[data-notification="urgency"] .c-notification-expiration__text-sp b {
  color: #a21a1a;
}

.c-notification-expiration__alert {
  margin-right: 15px;
  padding: 6px 10px 9px;
  font-size: 1.2rem;
  color: #a21a1a;
  background-color: #f5e6e6;
}

@media screen and (min-width: 1090px) {
  .c-notification-expiration__alert {
    margin-right: 20px;
    padding: 8px 15px 10px;
    font-size: 1.3rem;
  }
}

.c-notification-expiration__alert strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-notification-expiration__alert b {
  display: inline-block;
  margin-left: 3px;
  font-size: 2rem;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (min-width: 1090px) {
  .c-notification-expiration__alert b {
    font-size: 2.2rem;
    margin-left: 4px;
  }
}

.c-notification-expiration__alert b span {
  font-size: 1.2rem;
}

.c-notification-expiration__text {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 1090px) {
  .c-notification-expiration__text {
    display: block;
  }
}

.c-notification-expiration__text a {
  font-weight: bold;
  color: #a21a1a;
}

.c-notification-expiration__text a:hover {
  text-decoration: none;
}

.c-notification-expiration__text-sp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 1090px) {
  .c-notification-expiration__text-sp {
    display: none;
  }
}

.c-notification-expiration__text-sp a:hover {
  text-decoration: none;
}

.c-notification-expiration__text-sp a:hover b {
  text-decoration: none;
}

.c-notification-expiration__text-sp a b {
  color: #a21a1a;
  text-decoration: underline;
}

.c-pagination {
  margin-top: 20px;
}

.c-pagination ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination li {
  margin: 0 5px;
}

.c-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  min-height: 40px;
  color: #1c554c;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

@media screen and (min-width: 767px) {
  .c-pagination a {
    min-width: 0;
    min-height: 0;
    width: 45px;
    height: 45px;
  }
}

.c-pagination a:hover,
.c-pagination a[aria-current="page"] {
  color: #fff;
  background-color: #1c554c;
}

.c-payment-method h2 {
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-payment-method h2 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.43;
}

.c-payment-method h3 {
  margin: 20px 0 10px;
  font-size: 1.4rem;
  line-height: 1.43;
}

.c-payment-method > p[data-info="attention"],
.c-payment-method > small[data-info="attention"] {
  color: #a21a1a;
}

.c-payment-method[data-page="contract-renewal"] h3[data-status="disabled"] {
  color: #a21a1a;
}

.c-payment-method[data-page="contract-renewal"] p[data-status="disabled"] {
  margin-top: 15px;
  font-size: 1.4rem;
}

.c-payment-method[data-page="contract-renewal"] p[data-status="disabled"] a:hover {
  text-decoration: none;
}

.c-payment-method__information {
  padding: 20px;
  border: 1px solid #1c554c;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-payment-method__information {
    padding: 20px;
  }
}

.c-payment-method__information dt,
.c-payment-method__information dd,
.c-payment-method__information dd p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
}

.c-payment-method__information dt {
  margin-bottom: 7px;
  color: #1c554c;
}

.c-payment-method__information dd + dt {
  margin-top: 17px;
}

.c-payment-method__information dd {
  color: #a21a1a;
}

.c-payment-method__information dd p + p {
  margin-top: 6px;
}

.c-payment-method__information dd p[data-info="attention"] {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-payment-method__account dl {
  margin-bottom: 10px;
  border: 1px solid #1c554c;
  background-color: #fff;
}

.c-payment-method__account dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-payment-method__account dl div + div {
  border-top: 1px solid #1c554c;
}

.c-payment-method__account dl dt,
.c-payment-method__account dl dd {
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.43;
}

.c-payment-method__account dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  font-weight: 700;
  border-right: 1px solid #1c554c;
}

@media screen and (min-width: 767px) {
  .c-payment-method__account dl dt {
    width: 135px;
  }
}

.c-payment-method__account dl dd span {
  display: block;
}

@media screen and (min-width: 767px) {
  .c-payment-method__account dl dd span {
    display: inline;
  }
}

.c-payment-method__account dl + p {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-payment-method__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-payment-method__status-item {
  border: 1px solid #1c554c;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-payment-method__status-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 7px);
  }
}

.c-payment-method__status-item h4,
.c-payment-method__status-item p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.47;
}

.c-payment-method__status-item h4 {
  padding: 5px 10px 6px;
  border-bottom: 1px solid #1c554c;
}

.c-payment-method__status-item p[data-status="confirm"] {
  color: #a21a1a;
}

.c-payment-method__status-item[data-item="credit"] h4 {
  background-color: #ffd5de;
}

.c-payment-method__status-item[data-item="bank"] h4 {
  background-color: #f6ffc6;
}

.c-payment-method__status-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  height: 100%;
}

@media screen and (min-width: 767px) {
  .c-payment-method__status-item div {
    min-height: 105px;
  }
}

.c-payment-method__status-item div button {
  width: 100%;
  margin-top: 10px;
  padding: 8px 10px 9px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.47;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: -webkit-gradient(linear, left top, right top, from(#ccc404), to(#dd922c));
  background: linear-gradient(to right, #ccc404 0%, #dd922c 100%);
}

@media screen and (min-width: 767px) {
  .c-payment-method__status-item div button {
    width: 152px;
  }
}

.c-payment-method__status-item + .c-payment-method__status-item {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-payment-method__status-item + .c-payment-method__status-item {
    margin-top: 0;
  }
}

.c-payment-method__parts {
  margin-top: 10px;
}

.c-payment-method__parts div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-payment-method__parts span {
  margin: 0 5px 10px 0;
}

@media screen and (min-width: 767px) {
  .c-payment-method__parts span {
    margin: 0 5px 0 0;
  }
}

.c-payment-method__parts span[data-payment="complete"] {
  text-decoration: line-through;
}

.c-payment-method__parts span[data-part="credit-set"],
.c-payment-method__parts span[data-part="credit"],
.c-payment-method__parts span[data-part="bank"],
.c-payment-method__parts span[data-part="all"] {
  padding: 3px 5px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.57;
  border: 1px solid #272727;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-payment-method__parts span[data-part="credit-set"],
  .c-payment-method__parts span[data-part="credit"],
  .c-payment-method__parts span[data-part="bank"],
  .c-payment-method__parts span[data-part="all"] {
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}

.c-payment-method__parts span[data-part="credit-set"] {
  margin-right: 0;
  margin-left: 0;
  background-color: #ffd5de;
}

.c-payment-method__parts span[data-part="credit-set"] + span {
  margin-left: 0;
  border-left: none;
}

.c-payment-method__parts span[data-part="credit"] {
  margin-left: 0;
  background-color: #ffd5de;
}

.c-payment-method__parts span[data-part="bank"] {
  background-color: #f6ffc6;
}

.c-payment-method__season ol li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
}

.c-payment-method__season ol li[data-season="complete"] {
  text-decoration: line-through;
}

.c-payment-method__season ol li[data-season="current"] {
  color: #a21a1a;
}

.c-payment-method__season-note {
  margin-top: 10px;
  font-size: 1.1rem;
}

.c-payment-method__season-note[data-position="accordion"] {
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #000;
}

.c-payment-method__season-note-sub {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
}

.c-payment-method__season-note-sub em {
  font-style: normal;
  color: #a21a1a;
}

.c-payment p {
  color: #272727;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media screen and (min-width: 767px) {
  .c-payment p {
    font-size: 1.5rem;
  }
}

.c-payment p + p {
  margin-top: 15px;
}

.c-payment p em {
  font-style: normal;
  color: #a21a1a;
}

.c-payment p.c-payment__link {
  margin: 20px 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.c-payment > h3 {
  margin-bottom: 10px;
  color: #272727;
  font-size: 1.5rem;
  line-height: 1.75;
}

.c-payment + .c-payment {
  margin-top: 30px;
}

.c-payment .c-payment__copy {
  margin: 30px 0 10px;
  font-weight: 700;
  color: #222;
}

.c-payment__example {
  padding: 15px;
  border: 1px solid #c6cecd;
  background-color: #e3ebe9;
}

@media screen and (min-width: 767px) {
  .c-payment__example {
    padding: 15px;
  }
}

.c-payment__example h3 {
  font-size: 1.6rem;
  color: #1c3f38;
  line-height: 1.4;
}

.c-payment__example > p {
  margin: 20px 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #272727;
}

.c-payment__example > p a {
  color: #1c3f38;
}

.c-payment__example dl[data-calc="parts"] {
  color: #272727;
}

.c-payment__example dl[data-calc="parts"] dt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
  color: #272727;
}

@media screen and (min-width: 767px) {
  .c-payment__example dl[data-calc="parts"] dt {
    font-size: 1.5rem;
  }
}

.c-payment__example dl[data-calc="parts"] dt[data-dt="hidden"] {
  font-size: 0;
  width: 0;
  opacity: 0;
}

.c-payment__example dl[data-calc="parts"] dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-payment__example dl[data-calc="parts"] dd span {
  margin: 0 5px 10px 0;
}

@media screen and (min-width: 767px) {
  .c-payment__example dl[data-calc="parts"] dd span {
    margin: 0 5px 0 0;
  }
}

.c-payment__example dl[data-calc="parts"] dd [data-part="credit-set"],
.c-payment__example dl[data-calc="parts"] dd [data-part="credit"],
.c-payment__example dl[data-calc="parts"] dd [data-part="bank"],
.c-payment__example dl[data-calc="parts"] dd [data-part="all"] {
  padding: 3px 5px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.57;
  border: 1px solid #272727;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-payment__example dl[data-calc="parts"] dd [data-part="credit-set"],
  .c-payment__example dl[data-calc="parts"] dd [data-part="credit"],
  .c-payment__example dl[data-calc="parts"] dd [data-part="bank"],
  .c-payment__example dl[data-calc="parts"] dd [data-part="all"] {
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}

.c-payment__example dl[data-calc="parts"] dd span[data-part="credit-set"] {
  margin-right: 0;
  margin-left: 0;
  background-color: #ffd5de;
}

.c-payment__example dl[data-calc="parts"] dd span[data-part="credit-set"] + span {
  margin-left: 0;
  border-left: none;
}

.c-payment__example dl[data-calc="parts"] dd span[data-part="credit"] {
  margin-left: 0;
  background-color: #ffd5de;
}

.c-payment__example dl[data-calc="parts"] dd span[data-part="bank"] {
  background-color: #f6ffc6;
}

.c-payment__example dl[data-calc="parts"] div + div {
  margin-top: 12px;
}

@media screen and (min-width: 767px) {
  .c-payment__example dl[data-calc="parts"] div + div {
    margin-top: 20px;
  }
}

.c-payment__example + .c-payment__example,
p + .c-payment__example {
  margin-top: 20px;
}

.c-payment__example-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-payment__example-comment {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-payment__example-calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-payment__example-calculation dl,
.c-payment__example-calculation > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  .c-payment__example-calculation dl,
  .c-payment__example-calculation > span {
    margin-bottom: 0;
  }
}

.c-payment__example-calculation > span {
  margin: 0 5px 15px;
  font-size: 1.4rem;
}

@media screen and (min-width: 767px) {
  .c-payment__example-calculation > span {
    margin: 0 5px;
    font-size: 1.5rem;
  }
}

.c-payment__example-calculation dl {
  border: 1px solid #1c3f38;
  padding: 8px 12px;
  text-align: center;
}

.c-payment__example-calculation dl[data-fee="academy"] {
  background-color: #fff;
}

.c-payment__example-calculation dl[data-fee="extra"] {
  background-color: #e2fafd;
}

.c-payment__example-calculation dl[data-fee="all"] {
  background-color: #d7eb00;
}

.c-payment__example-calculation dt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3px;
}

.c-payment__example-calculation dd {
  color: #272727;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
}

.c-payment__example-calculation dd span {
  font-size: 1.7rem;
}

.c-payment__example-calculation[data-calc="distribution"] {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 767px) {
  .c-payment__example-calculation[data-calc="distribution"] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-payment__example-calculation[data-calc="distribution"] dl {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 767px) {
  .c-payment__example-calculation[data-calc="distribution"] dl {
    width: auto;
    margin-bottom: 15px;
  }
}

.c-payment__example-calculation[data-calc="distribution"] dl + span {
  margin-bottom: 5px;
}

@media screen and (min-width: 767px) {
  .c-payment__example-calculation[data-calc="distribution"] dl + span {
    margin-bottom: 0;
  }
}

.c-payment__example-calculation[data-calc="distribution"] dt {
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.75;
  background-color: #1c3f38;
}

.c-payment__example-calculation[data-calc="distribution"] dd {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 5px 20px;
  margin: 0;
  line-height: 1.75;
  background-color: #f6ffc6;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-payment__distribution {
  margin-top: 5px;
  padding-top: 15px;
  font-size: 1.4rem;
  border-top: 1px solid #c6cecd;
}

@media screen and (min-width: 767px) {
  .c-payment__distribution {
    margin-top: 18px;
  }
}

.c-payment__distribution h4 {
  margin-bottom: 10px;
  color: #1c3f38;
}

@media screen and (min-width: 767px) {
  .c-payment__distribution h4 {
    margin-bottom: 5px;
  }
}

.c-payment__distribution dl {
  color: #272727;
}

@media screen and (min-width: 767px) {
  .c-payment__distribution dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.c-payment__distribution dt {
  margin-right: 10px;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-payment__distribution dt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 767px) {
  .c-payment__distribution dt span,
  .c-payment__distribution dd + dd span {
    display: block;
  }
}

.c-payment__distribution dt + dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  background-color: #ffd5de;
  border: 1px solid #1c3f38;
}

@media screen and (min-width: 767px) {
  .c-payment__distribution dt + dd {
    margin-top: 0;
  }
}

.c-payment__distribution dt + dd span {
  font-size: 1.8rem;
}

.c-payment__distribution dd + dd {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .c-payment__distribution dd + dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-left: 10px;
    font-size: 1.4rem;
  }
}

.c-payment__caution {
  margin-top: 10px;
}

.c-payment__caution li {
  color: #272727;
  font-size: 1.2rem;
}

.c-payment__caution strong {
  color: #a21a1a;
}

.c-payment__caution a:hover {
  text-decoration: none;
}

.c-payment__caution + h3 {
  margin-top: 30px;
}

.c-payment__card {
  margin: 20px 0;
  padding: 15px;
  background-color: #e7ebea;
  border: 1px solid #c6cecd;
}

@media screen and (min-width: 767px) {
  .c-payment__card {
    margin: 20px 0;
    padding: 20px;
  }
}

.c-payment__card[data-page="contract-renewal"] {
  margin: 25px 0;
  padding: 15px;
}

@media screen and (min-width: 767px) {
  .c-payment__card[data-page="contract-renewal"] {
    padding: 25px 30px;
  }
}

.c-payment__card[data-page="contract-renewal"] dt,
.c-payment__card[data-page="contract-renewal"] dd {
  color: #1c554c;
}

.c-payment__card dt {
  font-weight: 700;
  margin-bottom: 10px;
}

.c-payment__card dt,
.c-payment__card dd {
  color: #272727;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media screen and (min-width: 767px) {
  .c-payment__card dt,
  .c-payment__card dd {
    font-size: 1.5rem;
  }
}

.c-payment__parts {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .c-payment__parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-payment__parts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  color: #272727;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media screen and (max-width: 350px) {
  .c-payment__parts li {
    margin-right: 0;
  }
}

@media screen and (min-width: 767px) {
  .c-payment__parts li {
    font-size: 1.5rem;
  }
}

.c-payment__parts li::before {
  display: block;
  content: "";
  width: 40px;
  height: 18px;
  margin-right: 5px;
  border: 1px solid #272727;
}

.c-payment__parts li:first-child::before {
  background-color: #ffd5de;
}

.c-payment__parts li:last-child::before {
  background-color: #f6ffc6;
}

.c-payment__deadline {
  padding: 12px 15px;
  margin-top: 15px;
  color: #272727;
  font-size: 1.3rem;
  line-height: 1.75;
  font-weight: 700;
  background-color: #fff;
}

.c-payment__deadline dt {
  margin-bottom: 5px;
}

.c-payment__deadline dd em {
  font-style: normal;
  color: #a21a1a;
}

.c-payment__deadline-note {
  margin-top: 7px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 700;
}

.c-payment__deadline-note li {
  position: relative;
}

.c-payment__deadline-note li + li {
  margin-top: 3px;
}

.c-payment__deadline-attention {
  display: inline-block;
  color: #a21a1a;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 700;
}

.c-payment__history {
  margin-top: 30px;
}

.c-payment__hisotry-list {
  display: block;
  padding: 15px 18px 15px 20px;
  font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid #e3ebe9;
}

@media screen and (min-width: 767px) {
  .c-payment__hisotry-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-payment__hisotry-list + .c-payment__hisotry-list {
  border-top: none;
}

.c-payment__history-list-info {
  margin-right: 15px;
}

.c-payment__history-list-info > dt {
  font-weight: bold;
}

.c-payment__history-list-info > dd {
  margin-top: 13px;
}

.c-payment__history-list-info-detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-payment__history-list-info-detail > div dt {
  min-width: 58px;
}

.c-payment__history-list-info-detail > div dd {
  position: relative;
}

.c-payment__history-list-info-detail > div dd::before {
  content: '：';
  display: inline-block;
  margin: 0 3px;
}

.c-payment__history-list-button a {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 172px;
  margin: 10px auto 0;
  padding: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  z-index: 2;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .c-payment__history-list-button a {
    margin-top: 0;
    margin-left: auto;
    width: 172px;
  }
}

.c-payment__history-list-button a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-payment__history-list-button a:hover::before {
  opacity: 0;
}

.c-payment__history-list-button a::before, .c-payment__history-list-button a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-payment__history-list-button a::before {
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
}

.c-payment__history-list-button a::after {
  z-index: 0;
  background-color: #1c554c;
}

.c-payment__history-list-button a span {
  position: relative;
  z-index: 2;
}

.c-payment__receipt {
  padding: 20px;
  color: #000;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-payment__receipt {
    padding: 0;
  }
}

.c-payment__receipt-content {
  max-width: 580px;
  margin: 35px auto;
  padding: 30px;
  border: 1px solid #000;
}

.c-payment__receipt-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-payment__receipt-heading h1 {
  font-size: 1.5rem;
}

.c-payment__receipt-button {
  text-decoration: underline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}

.c-payment__receipt-button:hover {
  text-decoration: none;
}

@media print {
  .c-payment__receipt-button {
    display: none;
  }
}

.c-payment__receipt-meta {
  margin-top: 30px;
}

.c-payment__receipt-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-payment__receipt-meta > div dt {
  min-width: 45px;
}

.c-payment__receipt-meta > div dd {
  position: relative;
}

.c-payment__receipt-meta > div dd::before {
  content: '：';
  display: inline-block;
  margin: 0 3px;
}

.c-payment__receipt-name {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media print {
  .c-payment__receipt-name {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c-payment__receipt-name label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-payment__receipt-name textarea {
  width: 90%;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #E1E1E1;
  resize: vertical;
  overflow: hidden;
}

@media screen and (max-width: 350px) {
  .c-payment__receipt-name textarea {
    width: 85%;
    padding: 10px;
  }
}

@media screen and (min-width: 767px) {
  .c-payment__receipt-name textarea {
    width: 360px;
  }
}

@media print {
  .c-payment__receipt-name textarea {
    width: auto;
    min-width: 150px;
    max-width: 360px;
    padding: 12px 0 0;
    border: none;
  }
  .c-payment__receipt-name textarea ::-webkit-resizer {
    display: none;
  }
}

.c-payment__receipt-name span {
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-payment__receipt-price {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
}

.c-payment__receipt-price dd {
  position: relative;
}

.c-payment__receipt-price dd::before {
  content: '：';
  display: inline-block;
  margin: 0 3px;
}

.c-payment__receipt-note {
  margin-top: 20px;
}

.c-payment__receipt-detail {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .c-payment__receipt-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-payment__receipt-detail dl {
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-payment__receipt-detail dl {
    margin-right: 20px;
  }
}

.c-payment__receipt-detail dl:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .c-payment__receipt-detail dl:last-child {
    margin-right: 0;
  }
}

.c-payment__receipt-detail dl > dt {
  font-weight: bold;
}

.c-payment__receipt-company {
  margin-top: 33px;
}

.c-payment__receitp-detail-sub > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-payment__receitp-detail-sub > div dt {
  min-width: 65px;
  font-weight: bold;
}

.c-payment__receipt-close {
  margin-top: 30px 30px 35px;
  text-align: center;
}

@media print {
  .c-payment__receipt-close {
    display: none;
  }
}

.c-payment__receipt-close a {
  color: #000;
}

.c-payment__receipt-close a:hover {
  text-decoration: none;
}

.c-period {
  padding: 26px 20px 27px;
  margin-bottom: 20px;
  border: 1px solid #b0c6c1;
}

.c-period[data-item="single"] {
  margin-bottom: 0;
}

.c-period p {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.47;
}

.c-period p strong {
  color: #a21a1a;
  font-size: 2rem;
}

.c-period[data-page="contract-renewal"] {
  display: inline-block;
  padding: 16px 15px 17px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .c-period[data-page="contract-renewal"] {
    padding: 26px 20px 27px;
  }
}

.c-period[data-page="contract-renewal"] p {
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .c-period[data-page="contract-renewal"] br {
    display: none;
  }
}

.c-test__text + .c-period {
  padding: 18px 20px 21px;
}

.c-test__text + .c-period p {
  font-weight: 500;
}

.c-test__text + .c-period p strong {
  display: inline-block;
}

.c-period__list {
  margin-top: 20px;
}

.c-period__list li {
  padding: 20px;
  background-color: #eff3f2;
}

.c-period__list li + li {
  margin-top: 2px;
}

.c-period__list p {
  font-weight: 700;
}

.c-period__list p + p {
  margin-top: 10px;
  font-weight: 500;
}

.c-period__list span[data-status="pass"],
.c-period__list span[data-status="ready"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 767px) {
  .c-period__list span[data-status="pass"],
  .c-period__list span[data-status="ready"] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-period__list span[data-status="pass"]::before,
.c-period__list span[data-status="ready"]::before {
  display: block;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 3px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-period__list span[data-status="pass"]::before,
  .c-period__list span[data-status="ready"]::before {
    margin-top: 0;
  }
}

.c-period__list span[data-status="pass"] {
  color: #dd922c;
}

.c-period__list span[data-status="pass"]::before {
  background-image: url("../image/icon-check-01.svg");
}

.c-period__list span[data-status="ready"]::before {
  background-image: url("../image/icon-check-04.svg");
}

.c-period__list span[data-status="before"] {
  color: #a21a1a;
}

.c-period__list a {
  display: block;
  color: #fff;
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding: 14px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-period__list a {
    width: 152px;
    padding: 8px 10px;
  }
}

.c-period__list a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-period__list a:hover::after {
  opacity: 1;
}

.c-period__list a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #1c554c;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.c-profile-item {
  margin-bottom: 20px;
}

.c-profile-item__wrapper {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .c-profile-item__wrapper {
    margin-bottom: 10px;
  }
}

.c-profile-item__thumb {
  width: 100%;
  height: calc(197 / 375 * 100vw);
  max-height: 197px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-profile-item__thumb {
    height: 165px;
  }
}

.c-profile-item__information {
  padding: 15px 20px;
}

@media screen and (min-width: 767px) {
  .c-profile-item__information {
    padding: 14px 20px 18px;
  }
}

.c-profile-item__information dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.c-profile-item__information dt span {
  display: inline-block;
  margin-left: 4px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  color: rgba(28, 85, 76, 0.5);
}

.c-profile-item__information dd {
  font-size: 1.2rem;
  line-height: 1.67;
}

.c-profile-item__link {
  text-align: right;
  line-height: 1;
}

.c-profile-item__link a {
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-profile-item__link a:hover {
  text-decoration: none;
}

.c-profile-item__link a[target="_blank"] span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-profile-item__link a[target="_blank"] span::before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  margin-right: 6px;
  background-image: url("../image/icon-external-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-progress-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-progress-level[data-size="default"] {
  padding: 15px 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 350px) {
  .c-progress-level[data-size="default"] {
    padding: 15px 27px 15px 14px;
  }
}

@media screen and (min-width: 767px) {
  .c-progress-level[data-size="default"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

@media (max-width: 539px) {
  .c-progress-level[data-size="default"] .c-progress-level__item + .c-progress-level__item {
    margin-top: 10px;
  }
}

@media screen and (min-width: 767px) {
  .c-progress-level[data-size="default"] .c-progress-level__item + .c-progress-level__item {
    margin-top: 0;
  }
}

.c-progress-level__item {
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}

.c-progress-level__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc404), to(#dd922c));
  background: linear-gradient(to bottom, #ccc404 0%, #dd922c 100%);
}

.c-progress-level__fill-half {
  position: absolute;
  top: 0;
  left: 50px;
  width: 50px;
  height: 100px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc404), to(#dd922c));
  background: linear-gradient(to bottom, #ccc404 0%, #dd922c 100%);
  z-index: 100;
}

.c-progress-level__fill-half[data-use="no"] {
  display: none;
}

.c-progress-level__fill-mask1,
.c-progress-level__fill-mask2 {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 100px;
  height: 100px;
  top: 0;
  z-index: 99;
}

.c-progress-level__fill-mask1 {
  left: 50px;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}

.c-progress-level__fill-mask2 {
  left: -50px;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.c-progress-level__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 92px;
  height: 92px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 100;
}

.c-progress-level__number {
  display: block;
  margin-bottom: 2px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.c-progress-level__name,
.c-progress-level__all {
  display: block;
  color: #82a29d;
  font-size: 1rem;
  line-height: 1;
}

.c-progress-level__name {
  margin-bottom: 2px;
}

.c-progress-level__all {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-progress-level__all::before {
  display: inline-block;
  content: "/";
  margin-right: 3px;
}

.c-progress-level__status {
  display: block;
  margin-top: -2px;
  font-size: 1.7rem;
  line-height: 1.47;
}

.p-dashboard__account .c-progress-level {
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .p-dashboard__account .c-progress-level {
    margin-bottom: 0;
  }
}

.p-dashboard__account .c-progress-level__item {
  margin-right: 20px;
}

.c-achievement .c-progress-level {
  margin-right: 30px;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-achievement .c-progress-level {
    margin-bottom: 0;
  }
}

.c-achievement .c-progress-level__item {
  width: 77px;
  height: 77px;
  margin: 0 30px 0 auto;
}

@media screen and (min-width: 767px) {
  .c-achievement .c-progress-level__item {
    margin: 0 10px 0 0;
  }
}

.c-achievement .c-progress-level__item + .c-progress-level__item {
  margin-top: 10px;
}

.c-achievement .c-progress-level__fill {
  width: 77px;
  height: 77px;
}

.c-achievement .c-progress-level__fill-half {
  left: 38.5px;
  width: 38.5px;
  height: 77px;
}

.c-achievement .c-progress-level__fill-mask1,
.c-achievement .c-progress-level__fill-mask2 {
  width: 77px;
  height: 77px;
}

.c-achievement .c-progress-level__fill-mask1 {
  left: 38.5px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.c-achievement .c-progress-level__fill-mask2 {
  left: -38.5px;
}

.c-achievement .c-progress-level__wrapper {
  top: 3px;
  left: 3px;
  width: 71px;
  height: 71px;
}

.c-card[data-genre="unit"] .c-progress-level {
  margin: 0 5px;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="unit"] .c-progress-level {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-card[data-genre="unit"] .c-progress-level .c-progress-level__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 114px;
  height: 114px;
  margin-right: 10px;
}

@media screen and (min-width: 767px) {
  .c-card[data-genre="unit"] .c-progress-level .c-progress-level__item {
    margin-right: 0;
  }
}

.c-card[data-genre="unit"] .c-progress-level .c-progress-level__item {
  width: 114px;
  height: 114px;
  margin-right: 10px;
}

.c-card[data-genre="unit"] .c-progress-level .c-progress-level__fill {
  width: 114px;
  height: 114px;
}

.c-card[data-genre="unit"] .c-progress-level .c-progress-level__fill-half {
  left: 57px;
  width: 57px;
  height: 114px;
}

.c-card[data-genre="unit"] .c-progress-level .c-progress-level__fill-mask1,
.c-card[data-genre="unit"] .c-progress-level .c-progress-level__fill-mask2 {
  width: 114px;
  height: 114px;
}

.c-card[data-genre="unit"] .c-progress-level .c-progress-level__fill-mask1 {
  left: 57px;
}

.c-card[data-genre="unit"] .c-progress-level .c-progress-level__fill-mask2 {
  left: -57px;
}

.c-card[data-genre="unit"] .c-progress-level .c-progress-level__wrapper {
  top: 4px;
  left: 4px;
  width: 106px;
  height: 106px;
}

.c-research__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 10px auto;
  color: #1c554c;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-research__button {
    margin: 0 0 30px auto;
  }
}

.c-research__button:hover span {
  color: #c47d1a;
  text-decoration: none;
}

.c-research__button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.c-research__button span::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  margin-right: 9px;
  background-image: url("../image/icon-search-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-research__form {
  padding: 15px 0 30px;
  margin: 20px 0;
  border-top: 1px solid #b0c6c1;
  border-bottom: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-research__form {
    padding: 30px 0 45px;
    margin: 0 0 30px;
  }
}

.c-research__current {
  margin: 20px 0;
}

@media screen and (min-width: 767px) {
  .c-research__current {
    margin: 30px 0;
  }
}

.c-research__current h2 {
  font-size: 1.5rem;
  line-height: 1.53;
  margin-bottom: 10px;
}

.c-research__current-item {
  padding: 15px 15px 17px;
  background-color: #fff;
  border: 1px solid #1c554c;
}

@media screen and (min-width: 767px) {
  .c-research__current-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 17px 19px 19px;
  }
}

.c-research__current-item dl {
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-research__current-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}

.c-research__current-item dl div[data-genre="part"] {
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-research__current-item dl div[data-genre="part"] {
    width: 273px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.c-research__current-item dl div[data-genre="part"] dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-research__current-item dl dt {
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1.2;
}

@media screen and (min-width: 767px) {
  .c-research__current-item dl dt {
    margin-bottom: 7px;
  }
}

.c-research__current-item dl dd {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (min-width: 767px) {
  .c-research__current-item dl dd {
    font-size: 1.5rem;
  }
}

.c-resaerch__currewnt-csv {
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-resaerch__currewnt-csv {
    width: 152px;
    margin-left: auto;
  }
}

.c-resaerch__currewnt-csv button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 7px 7px;
  width: 100%;
  max-width: 200px;
  color: #1c554c;
  font-size: 1.4rem;
  line-height: 1;
  background: #fff;
  border: 1px solid #b0c6c1;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .c-resaerch__currewnt-csv button {
    padding: 11px 10px 10px;
    font-size: 1.5rem;
  }
}

.c-side {
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (min-width: 767px) {
  .c-side {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1090px) {
  .c-side {
    width: 280px;
  }
}

.c-side__wrapper {
  padding-top: 25px;
  border-top: 1px solid #b0c6c1;
  border-bottom: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-side__wrapper {
    padding-top: 25px;
  }
}

.c-side__wrapper[data-side="chapter"], .c-side__wrapper[data-side="unit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .c-side__wrapper[data-side="chapter"], .c-side__wrapper[data-side="unit"] {
    display: block;
  }
}

.c-side__wrapper + .c-side__wrapper {
  border-top: none;
}

.c-wrapper[data-column="2"][data-width="default"] .c-side {
  margin-top: 40px;
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="2"][data-width="default"] .c-side {
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 960px) {
  .c-wrapper[data-column="2"][data-width="default"] .c-side {
    width: 280px;
  }
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="2"][data-width="wide"] .c-side {
    width: 100%;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1090px) {
  .c-wrapper[data-column="2"][data-width="wide"] .c-side {
    width: 280px;
  }
}

@media screen and (min-width: 960px) {
  .c-hero + .c-wrapper[data-column="2"][data-width="default"] .c-side,
  .c-hero + .c-wrapper[data-column="2"][data-width="wide"] .c-side {
    margin-top: 0;
  }
}

.c-side__banner {
  margin-top: 30px;
}

@media (min-width: 579px) {
  .c-side__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 960px) {
  .c-side__banner {
    display: block;
  }
}

.c-side__banner li {
  width: 100%;
}

@media (min-width: 579px) {
  .c-side__banner li {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 767px) {
  .c-side__banner li {
    width: calc(33.33% - 13.33px);
  }
}

@media screen and (min-width: 960px) {
  .c-side__banner li {
    width: 100%;
  }
}

.c-side__banner li + li {
  margin-top: 10px;
}

@media (min-width: 579px) {
  .c-side__banner li + li {
    margin-top: 20px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 960px) {
  .c-side__banner li + li {
    margin-left: 0;
  }
}

@media (min-width: 579px) {
  .c-side__banner li:nth-child(1),
  .c-side__banner li:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .c-side__banner li:nth-child(1),
  .c-side__banner li:nth-child(2) {
    margin-top: 20px;
  }
}

@media (min-width: 579px) {
  .c-side__banner li:nth-child(3) {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
  .c-side__banner li:nth-child(3) {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media screen and (min-width: 960px) {
  .c-side__banner li:nth-child(3) {
    margin-top: 20px;
    margin-left: 0;
  }
}

.c-side__banner a {
  display: block;
  text-align: center;
  max-width: 280px;
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 579px) {
  .c-side__banner a {
    max-width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .c-side__banner a {
    margin: 0;
  }
}

.c-side__banner a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-side__banner img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.c-side__wrapper[data-side="unit"] .c-side__item,
.c-side__wrapper[data-side="chapter"] .c-side__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  min-width: 280px;
}

@media (min-width: 620px) {
  .c-side__wrapper[data-side="unit"] .c-side__item,
  .c-side__wrapper[data-side="chapter"] .c-side__item {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 960px) {
  .c-side__wrapper[data-side="unit"] .c-side__item,
  .c-side__wrapper[data-side="chapter"] .c-side__item {
    width: 100%;
  }
}

@media (min-width: 620px) {
  .c-side__wrapper[data-side="unit"] .c-side__item + .c-side__item,
  .c-side__wrapper[data-side="chapter"] .c-side__item + .c-side__item {
    margin-left: 20px;
  }
}

@media screen and (min-width: 960px) {
  .c-side__wrapper[data-side="unit"] .c-side__item + .c-side__item,
  .c-side__wrapper[data-side="chapter"] .c-side__item + .c-side__item {
    margin-left: 0;
  }
}

.c-side__attention {
  margin: 10px 0 15px;
  color: #a21a1a;
  font-size: 1.3rem;
  line-height: 1.54;
}

.c-side__event-banner {
  margin-bottom: 0;
}

@media screen and (min-width: 1090px) {
  .c-side__event-banner {
    margin-bottom: 20px;
  }
}

.c-side__event-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1090px) {
  .c-side__event-banner ul {
    display: block;
  }
}

.c-side__event-banner li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-side__event-banner li {
    width: calc(33.33% - 13.33px);
  }
}

@media screen and (min-width: 1090px) {
  .c-side__event-banner li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.c-side__event-banner li:nth-child(3n) {
  margin-right: 20px;
}

@media screen and (min-width: 767px) {
  .c-side__event-banner li:nth-child(3n) {
    margin-right: 0;
  }
}

.c-side__event-banner li:nth-child(even) {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .c-side__event-banner li:nth-child(even) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1090px) {
  .c-side__event-banner li:nth-child(even) {
    margin-right: 0;
  }
}

.c-side__event-banner a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.c-side__event-banner a:hover {
  opacity: .9;
}

.c-sitemap {
  background: #000;
}

.c-sitemap__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0;
}

.c-sitemap__body li {
  margin-bottom: 20px;
}

.c-sitemap__body a {
  color: #fff;
}

.c-social {
  margin: 0 auto;
  padding: 15px 0;
}

.c-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.c-social ul li {
  margin: 0 15px;
}

.c-social ul a {
  color: #dd922c;
}

.c-subject-link[data-link="false"] {
  margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
  .c-subject-link[data-link="false"] {
    margin-bottom: 30px;
  }
}

.c-subject-link a,
.c-subject-link .c-subject-link__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .c-subject-link a,
  .c-subject-link .c-subject-link__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-subject-link a:hover {
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-subject-link a::after {
  display: none;
  content: "";
  width: 47px;
  height: auto;
  margin-left: auto;
  padding: 15px;
  border-left: 1px solid #eff3f2;
  background-image: url("../image/icon-arrow-02.svg");
  background-position: center;
  background-size: 17px 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
}

@media screen and (min-width: 767px) {
  .c-subject-link a::after {
    display: block;
  }
}

.c-subject-link a:hover::after {
  background-position: right 10px center;
}

.c-subject-link + .c-subject-link {
  margin-top: 20px;
}

.c-heading + .c-subject-link {
  margin-top: 20px;
}

.c-subject-link__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(135 / 375 * 100vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-subject-link__thumb {
    width: 200px;
    height: 100%;
  }
}

.c-subject-link__information {
  margin: calc(135 / 375 * 100vw) 0 0 0;
  padding: 16px 20px 20px;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .c-subject-link__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 0 200px;
    padding: 32px 25px 26px;
  }
}

.c-subject-link__category {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 1.1rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .c-subject-link__category {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.c-subject-link__category[data-course="training"] span[data-option="exercise"] {
  margin-left: 0;
}

.c-subject-link__category span[data-option="exercise"] {
  display: inline-block;
  margin-left: 8px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #dd922c;
}

.c-subject-link__title {
  margin-bottom: 2px;
}

.c-subject-link__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1c554c;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

@media screen and (min-width: 767px) {
  .c-subject-link__title h2 {
    font-size: 2.2rem;
  }
}

.c-subject-link__title h2[data-status="completion"]::after {
  display: block;
  content: "";
  margin-left: 3px;
  width: 16px;
  height: 16px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-subject-link__title h2[data-status="completion"]::after {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}

.c-subject-link a:hover h2 {
  color: #dd922c;
}

.c-subject-link__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .c-subject-link__progress {
    margin-bottom: 15px;
  }
}

.c-subject-link__progress-bar {
  position: relative;
  width: calc(176 / 375 * 100vw);
  height: 6px;
  margin-right: 9px;
  border-radius: 5px;
  background-color: rgba(28, 85, 76, 0.15);
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .c-subject-link__progress-bar {
    width: 280px;
    height: 8px;
  }
}

.c-subject-link__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ccc404), to(#dd922c));
  background: linear-gradient(to right, #ccc404 0%, #dd922c 100%);
}

.c-subject-link__progress-chapter {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}

.c-subject-link__progress-current {
  display: inline-block;
  font-size: 2rem;
  margin-right: 4px;
}

.c-subject-link__progress div:first-child.c-subject-link__progress-chapter {
  margin-top: 6px;
}

.c-subject-link__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 767px) {
  .c-subject-link__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-subject-link__detail div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-subject-link__detail div + div {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-subject-link__detail div + div {
    margin: 0 0 0 20px;
  }
}

.c-subject-link__detail div:last-of-type {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.c-subject-link__detail dt {
  margin-bottom: 4px;
  color: #82a29d;
  font-size: 1.3rem;
  line-height: 1.4;
}

.c-subject-link__detail dd {
  font-size: 1.6rem;
  line-height: 1.4;
}

.c-subject-link__detail dd[data-test="pass"] {
  color: #dd922c;
}

.c-lesson-list__progress + .c-subject-link__detail {
  margin-top: 15px;
}

.c-subject-link__button {
  display: block;
  margin-top: 15px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .c-subject-link__button {
    display: none;
  }
}

.c-subject-link__button span {
  display: block;
  padding: 15px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
}

.c-switch[data-switch="parts"] {
  margin: 20px 0;
}

.c-switch[data-switch="parts"] > p {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
}

.c-switch[data-switch="parts"] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-switch[data-switch="parts"] li {
  margin-right: 10px;
}

.c-switch[data-switch="parts"] a {
  display: block;
  min-width: calc(110 / 375 * 100vw);
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1.43;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #1c554c;
  -webkit-transition: color 300ms, background-color 300ms, border 300ms;
  transition: color 300ms, background-color 300ms, border 300ms;
}

@media screen and (min-width: 767px) {
  .c-switch[data-switch="parts"] a {
    min-width: 124px;
    padding: 3px 10px 5px;
    font-size: 1.4rem;
  }
}

.c-switch[data-switch="parts"] a[data-selected="true"] {
  color: #fff;
  background-color: #1c554c;
}

.c-switch[data-switch="parts"] a:hover {
  color: #fff;
  background-color: #3d9280;
  border: 1px solid #3d9280;
}

.c-switch[data-switch="page"] {
  margin: 20px 0;
}

@media screen and (min-width: 767px) {
  .c-switch[data-switch="page"] {
    margin-top: 30px;
  }
}

.c-switch[data-switch="page"] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.c-switch[data-switch="page"] li {
  width: 50%;
}

@media screen and (min-width: 767px) {
  .c-switch[data-switch="page"] li {
    width: auto;
  }
}

.c-switch[data-switch="page"] a {
  display: block;
  padding: 7px 5px 9px;
  width: 100%;
  color: #1c554c;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  background-color: #fff;
  -webkit-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

@media screen and (min-width: 767px) {
  .c-switch[data-switch="page"] a {
    padding: 13px 10px 15px;
    width: 200px;
    font-size: 1.6rem;
  }
}

.c-switch[data-switch="page"] a[data-selected="true"] {
  color: #fff;
  background-color: #1c554c;
}

.c-switch[data-switch="page"] a:hover {
  color: #fff;
  background-color: #3d9280;
}

.c-test__content {
  margin-top: 35px;
}

@media screen and (min-width: 767px) {
  .c-test__content {
    margin-top: 0;
  }
}

.c-test__meta {
  margin-bottom: 15px;
}

.c-test__meta span[data-meta="category"] {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
}

@media screen and (min-width: 767px) {
  .c-test__meta span[data-meta="category"] {
    font-size: 1.2rem;
  }
}

.c-test__meta span[data-meta="lesson"],
.c-test__meta span[data-meta="complete"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.45;
}

@media screen and (min-width: 767px) {
  .c-test__meta span[data-meta="lesson"],
  .c-test__meta span[data-meta="complete"] {
    font-size: 2rem;
  }
}

.c-test__meta span[data-meta="lesson"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
}

@media screen and (min-width: 767px) {
  .c-test__meta span[data-meta="lesson"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-test__meta span[data-meta="complete"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
  font-size: 1.6rem;
  color: #dd922c;
}

@media screen and (min-width: 767px) {
  .c-test__meta span[data-meta="complete"] {
    margin-top: 0;
    margin-left: 8px;
  }
}

.c-test__meta span[data-meta="complete"]::before {
  display: block;
  content: "";
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-test__meta span[data-meta="complete"]::before {
    margin-right: 6px;
    width: 24px;
    height: 24px;
  }
}

.c-test__meta h2 {
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 767px) {
  .c-test__meta h2 {
    margin-top: -5px;
    margin-bottom: 12px;
  }
}

.c-test__meta h2 span[data-meta="complete"] {
  margin: 4px 0 0;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .c-test__meta h2 span[data-meta="complete"] {
    margin: 9px 0 0 0;
  }
}

.c-test__meta h2 span[data-meta="complete"]::before {
  margin-top: 3px;
}

.c-test__content[date-test="exam"] .c-test__meta {
  margin-bottom: 17px;
}

.c-test__problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-test__problem {
    margin-bottom: 30px;
  }
}

.c-test__problem dt,
.c-test__problem dd {
  font-size: 1.4rem;
  line-height: 1.45;
}

@media screen and (min-width: 767px) {
  .c-test__problem dt,
  .c-test__problem dd {
    font-size: 1.5rem;
  }
}

.c-test__problem dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-test__problem dt::after {
  display: inline-block;
  content: "：";
}

[date-test="exam"] .c-test__problem {
  margin-bottom: 20px;
}

.c-test__attention {
  margin-top: -5px;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .c-test__attention {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.c-test__attention p {
  font-size: 1.3rem;
  line-height: 1.69;
}

.c-test__attention em {
  font-style: normal;
  color: #a21a1a;
}

.c-test__error {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #f5e6e6;
  border: 1px solid #a21a1a;
}

@media screen and (min-width: 767px) {
  .c-test__error {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.c-test__error p {
  color: #a21a1a;
  font-size: 1.5rem;
  line-height: 1.73;
}

.c-test__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.c-test__pagination li {
  margin: 0 2.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
}

.c-test__pagination a {
  display: block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #1c554c;
  font-size: 1.3rem;
  font-weight: 700;
  border: 1px solid #b0c6c1;
  background-color: #fff;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  cursor: pointer;
}

.c-test__pagination a:hover {
  border: 1px solid #1c554c;
  background-color: #e3ebe9;
}

.c-test__pagination a[data-page="current"] {
  color: #fff;
  background-color: #1c554c;
  border: 1px solid #1c554c;
  pointer-events: none;
}

.c-test__back {
  margin-top: 17px;
  text-align: center;
  line-height: 1;
}

.c-test__back a {
  font-size: 1.3rem;
  line-height: 1.77;
  cursor: pointer;
  text-decoration: underline;
}

.c-test__back a:hover {
  text-decoration: none;
}

.c-test__confirm-thumbnail,
.c-test__confirm-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-test__confirm-thumbnail {
  height: calc(135 / 375 * 100vw);
}

@media screen and (min-width: 767px) {
  .c-test__confirm-thumbnail {
    height: 221px;
  }
}

.c-test__confirm-image {
  height: calc(150 / 375 * 100vw);
}

@media screen and (min-width: 767px) {
  .c-test__confirm-image {
    height: 61px;
  }
}

.c-test__confirm-image[data-image="level1"] {
  background-image: url("../image/pict-exam-level1-sp.jpg");
}

@media screen and (min-width: 767px) {
  .c-test__confirm-image[data-image="level1"] {
    background-image: url("../image/pict-exam-level1-pc.jpg");
  }
}

.c-test__confirm-content {
  padding: 20px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .c-test__confirm-content {
    padding: 30px;
  }
}

.c-test__confirm-content h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.45;
}

@media screen and (min-width: 767px) {
  .c-test__confirm-content h2 {
    margin-bottom: 10px;
  }
}

.c-test__confirm-content h2 span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.2rem;
  line-height: 1.45;
}

.c-test__confirm-content[date-test="exam"] .c-test__meta h2 {
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 767px) {
  .c-test__confirm-content[date-test="exam"] .c-test__meta h2 {
    margin-top: -5px;
    margin-bottom: 12px;
  }
}

.c-test__confirm-content[date-test="exam"] .c-test__meta h2 span[data-meta="complete"] {
  margin: 4px 0 0;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .c-test__confirm-content[date-test="exam"] .c-test__meta h2 span[data-meta="complete"] {
    margin: 9px 0 0 0;
  }
}

.c-test__confirm-content[date-test="exam"] .c-test__meta h2 span[data-meta="complete"]::before {
  margin-top: 3px;
}

.c-test__confirm-button {
  margin-bottom: 30px;
}

.c-test__confirm-button a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 14px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.47;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-test__confirm-button a {
    width: auto;
    min-width: 152px;
    padding: 8px;
  }
}

.c-test__confirm-button a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-test__confirm-button a:hover::after {
  opacity: 1;
}

.c-test__confirm-button a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #1c3f38;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

[data-test="exam"] .c-test__confirm-button {
  margin-bottom: 20px;
}

.c-test__confirm-exception {
  margin-bottom: 30px;
}

@media screen and (min-width: 500px) {
  .c-test__confirm-exception {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-test__confirm-exception li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.45;
}

@media screen and (min-width: 500px) {
  .c-test__confirm-exception li {
    width: 50%;
  }
}

.c-test__confirm-history {
  background-color: #fff;
  border: 1px solid #b0c6c1;
}

.c-test__confirm-history div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
}

.c-test__confirm-history div + div {
  border-top: 1px solid #b0c6c1;
}

.c-test__confirm-history dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 107px;
  padding-right: 5px;
  color: #82a29d;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.25;
}

.c-test__confirm-history dd {
  font-size: 1.2rem;
  line-height: 1.25;
}

.c-test__confirm-history dd[data-history="complete"] {
  color: #dd922c;
}

.c-test__result {
  padding: 8px 18px 18px;
  border: 3px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-test__result {
    padding: 16px 27px 27px;
    border: 3px solid #b0c6c1;
  }
}

.c-test__result[data-result="pass"] {
  padding: 12px 20px 20px;
  border: none;
  background-color: #fbf3e8;
}

@media screen and (min-width: 767px) {
  .c-test__result[data-result="pass"] {
    padding: 18px 30px 30px;
  }
}

.c-test__result[data-result="pass"] div,
.c-test__result[data-result="pass"] span,
.c-test__result[data-result="pass"] p {
  color: #dd922c;
}

.c-test__result[data-result="failure"] {
  border: 3px solid #a21a1a;
}

.c-test__result[data-result="failure"] div,
.c-test__result[data-result="failure"] span,
.c-test__result[data-result="failure"] p {
  color: #a21a1a;
}

.c-test__result-content span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 3.2rem;
  line-height: 1.48;
}

@media screen and (min-width: 767px) {
  .c-test__result-content span {
    margin-bottom: 0;
    font-size: 4.4rem;
  }
}

.c-test__result-content span[data-result="pass"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #dd922c;
}

.c-test__result-content span[data-result="pass"]::before {
  display: block;
  content: "";
  margin-right: 5px;
  width: 33px;
  height: 33px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-test__result-content span[data-result="pass"]::before {
    width: 46px;
    height: 46px;
  }
}

.c-test__result-content p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .c-test__result-content p {
    font-size: 1.5rem;
  }
}

.c-test__result-content p b {
  color: #dd922c;
}

.c-test__result-content p + p {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-test__result-content p + p {
    margin-top: 20px;
  }
}

.c-test__result-content a:hover {
  text-decoration: none;
}

.c-test__result-content .c-test__result-content-mp a {
  display: block;
  margin-top: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 767px) {
  .c-test__result-content .c-test__result-content-mp a {
    margin-top: 15px;
  }
  .c-test__result-content .c-test__result-content-mp a:hover {
    opacity: .9;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.c-test__result-content .c-test__result-content-mp + p {
  margin-top: 15px;
  font-size: 1.2rem;
}

.c-test__result-content .c-test__result-content-mp + p a {
  text-decoration: underline;
}

.c-test__result-content .c-test__result-content-mp + p a:hover {
  text-decoration: none;
}

.c-test__link-curriculum {
  margin: 20px 0 10px;
}

@media screen and (min-width: 767px) {
  .c-test__link-curriculum {
    margin: 20px 0 0;
  }
}

.c-test__link-curriculum a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: calc(231 / 375 * 100vw);
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.46;
  text-decoration: none;
  background-image: url("../image/bg-curriculum-01-sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .c-test__link-curriculum a {
    height: 196px;
    background-image: url("../image/bg-curriculum-01-pc.jpg");
  }
}

.c-test__link-curriculum a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-test__link-curriculum a:hover::after {
  opacity: 1;
}

.c-test__link-curriculum a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #dd922c;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.c-test__link-curriculum a span {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.42;
}

.c-test__chapter {
  margin-top: 20px;
}

.c-test__chapter h2 {
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 1.77;
}

.c-test__chapter li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  border: 1px solid #b0c6c1;
}

.c-test__chapter li + li {
  border-top: none;
}

.c-test__chapter a {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.43;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .c-test__chapter a {
    margin-top: 0;
    margin-left: auto;
    width: 152px;
  }
}

@media screen and (min-width: 767px) {
  .c-test__chapter-content {
    margin-right: 30px;
    width: calc(100% - 182px);
  }
}

.c-test__chapter-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.c-test__chapter-content h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px;
  min-width: 60px;
}

.c-test__chapter-content h3 span:first-child {
  background-color: #1c554c;
}

.c-test__chapter-content h3 span[data-result="pass"] {
  background-color: #dd922c;
}

.c-test__chapter-content h3 span[data-result="failure"] {
  background-color: #a21a1a;
}

.c-test__chapter-name[data-result="failure"] span,
.c-test__chapter-name[data-result="failure"] p {
  color: #a21a1a;
}

.c-test__chapter-name[data-result="failure"] p {
  font-weight: 700;
}

.c-test__chapter-name span {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  color: #82a29d;
  line-height: 1;
}

.c-test__chapter-name p {
  font-size: 1.7rem;
  line-height: 1.41;
}

.c-test__text {
  margin: 30px 0 15px;
}

.c-test__text h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-test__text p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.c-test__failure h2 {
  margin: 20px 0 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-test__failure-attention {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1.2rem;
}

.c-test__failure-list li + li {
  margin-top: 10px;
}

.c-test__failure-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  text-decoration: none;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .c-test__failure-list a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.c-test__failure-list a::after {
  display: none;
  content: "";
  width: 47px;
  height: auto;
  margin-left: auto;
  padding: 15px;
  border-left: 1px solid #eff3f2;
  background-image: url("../image/icon-arrow-02.svg");
  background-position: center;
  background-size: 17px 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
}

@media screen and (min-width: 767px) {
  .c-test__failure-list a::after {
    display: block;
  }
}

.c-test__failure-list a:hover::after {
  background-position: right 10px center;
}

.c-test__failure-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(135 / 375 * 100vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-test__failure-thumb {
    width: 99px;
    height: 100%;
    min-height: 99px;
  }
}

.c-test__failure-information {
  margin: calc(135 / 375 * 100vw) 0 0;
  padding: 0;
}

@media screen and (min-width: 767px) {
  .c-test__failure-information {
    margin: 0 0 0 99px;
    padding: 19px 20px;
    min-height: 99px;
  }
}

.c-test__failure-category {
  color: #82a29d;
  font-size: 1rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-test__failure-title {
  font-size: 1.6rem;
  line-height: 1.41;
}

@media screen and (min-width: 767px) {
  .c-test__failure-title {
    font-size: 1.7rem;
  }
}

.c-test__failure-button {
  display: block;
  margin-top: 15px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .c-test__failure-button {
    display: none;
  }
}

.c-test__failure-button span {
  display: block;
  padding: 15px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
}

.c-test__source {
  margin-top: -7px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #82a29d;
}

.c-training__list {
  margin-top: 30px;
}

.c-training__list li + li {
  margin-top: 20px;
}

.c-training__list a {
  display: block;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 767px) {
  .c-training__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-training__list a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-training__list a:hover::after {
  right: 5px;
}

.c-training__list a::after {
  display: none;
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  right: 15px;
  width: 17px;
  height: 13px;
  background-image: url("../image/icon-arrow-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: right 300ms;
  transition: right 300ms;
}

@media screen and (min-width: 767px) {
  .c-training__list a::after {
    display: block;
  }
}

.c-training__list-thumbnail {
  position: absolute;
  width: 100%;
  height: calc(165 / 375 * 100vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-training__list-thumbnail {
    position: static;
    width: 98px;
    height: 100%;
    min-height: 70px;
  }
}

.c-training__list-name {
  padding: calc(185 / 375 * 100vw) 20px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.22;
}

@media screen and (min-width: 767px) {
  .c-training__list-name {
    padding: 24px 20px 22px;
    width: calc(100% - 146px);
    border-right: 1px solid #b0c6c1;
  }
}

.c-training__list-name span {
  font-size: 1.2rem;
  line-height: 1.67;
}

.c-training__list-course {
  margin-top: 30px;
}

.c-training__list-course li + li {
  margin-top: 20px;
}

.c-training__list-course li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 15px 15px 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.c-training__list-course li[data-disabled="true"] > span + small {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #82a29d;
}

.c-training__list-course li > span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.43;
}

.c-training__list-course a {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  z-index: 2;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .c-training__list-course a {
    margin-top: 0;
    margin-left: auto;
    width: 152px;
  }
}

.c-training__list-course a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.c-training__list-course a:hover::before {
  opacity: 0;
}

.c-training__list-course a::before, .c-training__list-course a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-training__list-course a::before {
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
}

.c-training__list-course a::after {
  z-index: 0;
  background-color: #1c554c;
}

.c-training__list-course a span {
  position: relative;
  z-index: 2;
}

.c-watching {
  width: calc(100% + 40px);
  background-color: #fff;
  margin: 0 0 30px -20px;
}

@media screen and (min-width: 767px) {
  .c-watching {
    width: 100%;
    padding: 30px;
    margin: 0 0 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}

.c-watching__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(211 / 375 * 100vw);
}

@media screen and (min-width: 767px) {
  .c-watching__video {
    padding-bottom: 332px;
  }
}

.c-watching__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-watching__wrapper {
  padding: 20px;
}

@media screen and (min-width: 767px) {
  .c-watching__wrapper {
    margin-top: 32px;
    padding: 0;
  }
}

.c-watching__meta {
  line-height: 1;
}

.c-watching__meta ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .c-watching__meta ul {
    margin-bottom: 10px;
  }
}

.c-watching__meta li {
  font-size: 1.2rem;
  line-height: 1.25;
  color: #1c554c;
}

@media screen and (min-width: 767px) {
  .c-watching__meta li {
    color: #82a29d;
  }
}

.c-watching__meta li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 3px;
}

@media screen and (min-width: 767px) {
  .c-watching__meta li:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin-bottom: 0;
  }
}

.c-watching__meta li:first-child::before {
  display: none;
}

.c-watching__meta li:nth-child(2),
.c-watching__meta li:nth-child(3) {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-watching__meta li:nth-child(2)::before,
.c-watching__meta li:nth-child(3)::before {
  display: inline-block;
  content: "-";
  margin: 0 5px;
}

.c-watching__meta-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  color: #82a29d;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}

@media screen and (min-width: 767px) {
  .c-watching__meta-time {
    margin-left: 6px;
  }
}

.c-watching__meta-time::before {
  display: inline-block;
  content: "";
  margin-right: 4px;
  width: 11px;
  height: 11px;
  background-image: url("../image/icon-time-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-watching__meta-heading {
  margin: 10px 0 13px;
}

@media screen and (min-width: 767px) {
  .c-watching__meta-heading {
    margin: 0 0 20px;
  }
}

.c-watching__meta-heading h1 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.35;
}

@media screen and (min-width: 767px) {
  .c-watching__meta-heading h1 {
    font-size: 2.6rem;
  }
}

.c-watching__meta-heading h1[data-status="complete"]::after {
  display: inline-block;
  content: "";
  margin: 0 0 3px 5px;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  background-image: url("../image/icon-check-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-watching__meta-heading h1[data-status="complete"]::after {
    margin: 0 0 5px 5px;
    width: 25px;
    height: 25px;
  }
}

.c-watching__meta-heading span {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
  line-height: 1.67;
}

.c-watcing__download {
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .c-watcing__download {
    margin-bottom: 20px;
  }
}

.c-watcing__download > a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.45;
}

@media screen and (max-width: 350px) {
  .c-watcing__download > a {
    line-height: 1.4;
  }
}

@media screen and (min-width: 767px) {
  .c-watcing__download > a {
    font-size: 1.4rem;
  }
}

.c-watcing__download > a:hover {
  text-decoration: none;
}

.c-watcing__download > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

@media screen and (max-width: 350px) {
  .c-watcing__download > a span {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-watcing__download > a:hover span {
  color: #dd922c;
}

.c-watcing__download > a span::before {
  display: block;
  content: "";
  width: 13px;
  height: 15px;
  margin-right: 8px;
  background-image: url("../image/icon-pdf-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .c-watcing__download > a span::before {
    width: 17px;
    height: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 350px) {
  .c-watcing__download > a span::before {
    margin-top: 3px;
  }
}

.c-watcing__download p {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.67;
}

.c-watcing__download p strong,
.c-watcing__download p a {
  font-weight: 500;
  color: #a21a1a;
}

.c-watcing__download p a:hover {
  text-decoration: none;
}

.c-watching__question {
  margin: 0 0 20px;
  line-height: 1;
  text-align: center;
}

.c-watching__question a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
}

.c-watching__question a:hover {
  text-decoration: none;
}

.c-watching__question span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 350px) {
  .c-watching__question span {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.c-watching__question span::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url("../image/icon-question-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 350px) {
  .c-watching__question span::before {
    margin-top: 3px;
  }
}

.c-button[data-button="secondary"] + .c-watching__question {
  margin-top: 15px;
}

.c-watching__information {
  border: 1px solid #b0c6c1;
}

.c-watching__information div {
  padding: 19px;
  border-bottom: 1px solid #e3ebe9;
}

@media screen and (min-width: 767px) {
  .c-watching__information div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 19px 17px;
  }
}

.c-watching__information div:last-child {
  border-bottom: none;
}

.c-watching__information dt,
.c-watching__information dd {
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .c-watching__information dt,
  .c-watching__information dd {
    font-size: 1.5rem;
  }
}

.c-watching__information dt {
  margin-bottom: 7px;
  color: #82a29d;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .c-watching__information dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .c-watching__information dd {
    margin-left: 18px;
  }
}

.c-watching__information a:hover {
  text-decoration: none;
}

.c-watching__free-text {
  margin: 15px 0 20px;
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (min-width: 767px) {
  .c-watching__free-text {
    margin-bottom: 30px;
  }
}

.c-wrapper[data-column="1"],
.c-wrapper[data-column="2"][data-width="default"],
.c-wrapper[data-column="2"][data-width="wide"] {
  padding: 25px 20px;
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="1"],
  .c-wrapper[data-column="2"][data-width="default"],
  .c-wrapper[data-column="2"][data-width="wide"] {
    padding: 45px 0;
  }
}

.c-wrapper[data-column="1"] {
  width: 100%;
  max-width: 810px;
  padding: 35px 20px 100px;
}

@media (min-width: 811px) {
  .c-wrapper[data-column="1"] {
    width: 770px;
    padding: 35px 0 100px;
    margin: 0 auto;
  }
}

.c-wrapper[data-column="1"][data-bottom="none"] {
  padding: 35px 20px 0;
}

@media (min-width: 811px) {
  .c-wrapper[data-column="1"][data-bottom="none"] {
    padding: 35px 0 100px;
  }
}

.c-wrapper[data-column="1"][data-width="short"] {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="1"][data-width="short"] {
    width: 560px;
    padding: 35px 0 100px;
  }
}

.c-wrapper[data-column="1"][data-width="narrow"] .c-wrapper__main {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="1"][data-width="narrow"] .c-wrapper__main {
    width: 630px;
  }
}

.c-wrapper[data-column="1"][data-width="medium"] {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="1"][data-width="medium"] {
    width: 768px;
    padding: 44px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  .p-info .c-wrapper[data-column="1"] {
    width: 100%;
    max-width: 830px;
    padding: 64px 30px 80px;
  }
}

.c-wrapper[data-column="1"][data-margin="wide"] {
  padding-top: 40px;
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="1"][data-margin="wide"] {
    padding-top: 75px;
  }
}

.c-wrapper[data-column="2"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="2"] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: inherit;
  }
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="2"][data-width="default"] {
    max-width: 960px;
    padding: 35px 0 100px;
    margin: 0 auto;
  }
}

.c-hero + .c-wrapper[data-column="2"][data-width="default"] {
  padding: 30px 20px 40px;
}

@media screen and (min-width: 767px) {
  .c-hero + .c-wrapper[data-column="2"][data-width="default"] {
    padding: 35px 0 100px;
  }
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="2"][data-width="wide"] {
    padding: 60px 20px 100px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1090px) {
  .c-wrapper[data-column="2"][data-width="wide"] {
    padding: 60px 0 100px;
    width: 1090px;
  }
}

.c-wrapper[data-column="2"] .c-wrapper__main {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="2"][data-width="default"] .c-wrapper__main {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 960px) {
  .c-wrapper[data-column="2"][data-width="default"] .c-wrapper__main {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
  .c-wrapper[data-column="2"][data-width="wide"] .c-wrapper__main {
    width: 770px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1090px) {
  .c-wrapper[data-column="2"][data-width="wide"] .c-wrapper__main {
    margin: 0 auto 0 0;
  }
}

.c-breadcrumb + .c-wrapper__main {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .c-breadcrumb + .c-wrapper__main {
    margin-top: 29px;
  }
}

@media screen and (min-width: 767px) {
  .p-login > .c-wrapper[data-column="1"] {
    padding-top: 67px;
    width: 570px;
    margin: 0 auto;
  }
}

.p-dashboard {
  background-color: #eff3f2;
}

.p-dashboard__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .p-dashboard__account {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    margin-bottom: 20px;
  }
}

.p-dashboard__account-thumb {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #b0c6c1;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .p-dashboard__account-thumb {
    width: 98px;
    height: 98px;
  }
}

.p-dashboard__account-profile {
  display: inline-block;
  margin: 0 20px 20px 15px;
}

@media screen and (min-width: 767px) {
  .p-dashboard__account-profile {
    margin: 0 20px;
  }
}

.p-dashboard__account-name {
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .p-dashboard__account-name {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.p-dashboard__account-name span {
  font-size: 1.1rem;
}

@media screen and (min-width: 767px) {
  .p-dashboard__account-name span {
    font-size: 1.2rem;
  }
}

.p-dashboard__account-information li {
  font-size: 1.1rem;
}

@media screen and (min-width: 767px) {
  .p-dashboard__account-information li {
    font-size: 1.3rem;
  }
}

.p-dashboard__account-information a {
  display: inline-block;
  margin-left: 5px;
}

.p-dashboard__account-information a:hover {
  text-decoration: none;
}

.p-dashboard__account-information a::after {
  display: inline-block;
  content: "";
  margin-left: 7px;
  width: 4px;
  height: 8px;
  background-image: url("../image/icon-arrow-03.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.p-dashboard__account-information span {
  display: inline-block;
  margin-left: 5px;
}

.p-dashboard__account-id {
  display: block;
  margin-top: 15px;
}

.p-dashboard__account-setting {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 295px;
}

@media screen and (min-width: 767px) {
  .p-dashboard__account-setting {
    width: auto;
    max-width: 100%;
  }
}

.p-dashboard__account-setting a + a {
  margin-top: 10px;
}

.p-dashboard__account-setting a {
  display: block;
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1.47;
  text-align: center;
  text-decoration: none;
  border: 1px solid #b0c6c1;
  -webkit-transition: border 300ms;
  transition: border 300ms;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

@media screen and (min-width: 767px) {
  .p-dashboard__account-setting a {
    min-width: 152px;
    padding: 8px 10px;
  }
}

.p-dashboard__account-setting a:hover {
  border-color: #1c554c;
  background-color: #eff3f2;
}

.p-dashboard__beginner a,
.p-dashboard__training a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 11px 90px 11px 17px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (max-width: 350px) {
  .p-dashboard__beginner a,
  .p-dashboard__training a {
    padding: 11px 70px 11px 17px;
  }
}

@media screen and (min-width: 767px) {
  .p-dashboard__beginner a,
  .p-dashboard__training a {
    padding: 11px 17px;
  }
}

.p-dashboard__beginner a:hover,
.p-dashboard__training a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.p-dashboard__beginner a::before,
.p-dashboard__training a::before {
  display: block;
  content: "";
  width: 23px;
  height: 34px;
  margin: 2.5px 13px 0 0;
  background-image: url("../image/icon-beginner-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.p-dashboard__beginner a::after,
.p-dashboard__training a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  border-left: 1px solid #eff3f2;
  background-image: url("../image/icon-arrow-02.svg");
  background-size: 17px 13px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
}

.p-dashboard__beginner a:hover::after,
.p-dashboard__training a:hover::after {
  background-position: right 8px center;
}

.p-dashboard__beginner {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #b0c6c1;
}

.p-dashboard__beginner[data-view="pc"] {
  display: none;
}

@media screen and (min-width: 1090px) {
  .p-dashboard__beginner[data-view="pc"] {
    display: block;
  }
}

@media screen and (min-width: 1090px) {
  .p-dashboard__beginner[data-view="sp"] {
    display: none;
  }
}

.p-dashboard__training a {
  padding: 11px 50px 11px 17px;
}

@media screen and (max-width: 350px) {
  .p-dashboard__training a {
    padding: 11px 50px 11px 17px;
  }
}

@media screen and (min-width: 767px) {
  .p-dashboard__training a {
    padding: 11px 17px;
  }
}

.p-dashboard__training a::before {
  display: none;
}

.p-dashboard__beginner-wrapper,
.p-dashboard__training-wrapper {
  width: calc(100% - 37px);
}

@media screen and (min-width: 767px) {
  .p-dashboard__beginner-wrapper,
  .p-dashboard__training-wrapper {
    margin-bottom: 0;
    width: auto;
  }
}

.p-dashboard__beginner-wrapper h2,
.p-dashboard__training-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-dashboard__beginner-wrapper p,
.p-dashboard__training-wrapper p {
  font-size: 1.2rem;
  line-height: 1.67;
}

@media screen and (min-width: 767px) {
  .p-dashboard__beginner-wrapper p,
  .p-dashboard__training-wrapper p {
    line-height: 1.4;
  }
}

.p-dashboard__menu {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #b0c6c1;
}

.p-dashboard__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-dashboard__menu ul li {
  margin-bottom: 10px;
  width: calc(50% - 5px);
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul li {
    margin: 0 20px 20px 0;
    width: calc(-13.33px + 33.33%);
  }
}

.p-dashboard__menu ul li:nth-child(odd) {
  margin-right: 10px;
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul li:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.p-dashboard__menu ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 19px 5px 20px;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul a {
    display: block;
    padding: 24px 20px 30px;
  }
}

.p-dashboard__menu ul a:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.p-dashboard__menu ul a:hover span {
  color: #c47d1a;
}

.p-dashboard__menu ul span {
  display: block;
  padding-top: 69px;
  font-size: 1.3rem;
  line-height: 1.4;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul span {
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 100px;
  }
}

.p-dashboard__menu ul p {
  display: none;
  font-size: 1.3rem;
  line-height: 1.69;
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul p {
    display: inline;
  }
}

.p-dashboard__menu ul a[data-menu="search"] span {
  background-size: 49px 52px;
  background-position: center 5px;
  background-image: url("../image/icon-search-01.svg");
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul a[data-menu="search"] span {
    background-size: 61px 64px;
    background-position: center 38px;
  }
}

.p-dashboard__menu ul a[data-menu="list"] span {
  background-size: 38px 48px;
  background-position: center 5px;
  background-image: url("../image/icon-list-01.svg");
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul a[data-menu="list"] span {
    background-size: 47px 60px;
    background-position: center 38px;
  }
}

.p-dashboard__menu ul a[data-menu="curriculum"] span {
  background-size: 43px 59px;
  background-position: center 1px;
  background-image: url("../image/icon-curriculum-01.svg");
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul a[data-menu="curriculum"] span {
    background-size: 52px 71px;
    background-position: center 34px;
  }
}

.p-dashboard__menu ul a[data-menu="exam"] span {
  background-size: 41px 41px;
  background-position: center 13px;
  background-image: url("../image/icon-exam-01.svg");
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul a[data-menu="exam"] span {
    background-size: 52px 52px;
    background-position: center 43px;
  }
}

.p-dashboard__menu ul a[data-menu="history"] span {
  background-size: 33px 45px;
  background-position: center 7px;
  background-image: url("../image/icon-history-01.svg");
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul a[data-menu="history"] span {
    background-size: 47px 62px;
    background-position: center 38px;
  }
}

.p-dashboard__menu ul a[data-menu="guide"] span {
  background-size: 52px 56px;
  background-position: center 1px;
  background-image: url("../image/icon-guide-01.svg");
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul a[data-menu="guide"] span {
    background-size: 61px 66px;
    background-position: center 33px;
  }
}

.p-dashboard__menu ul a[data-menu="opinion"] span {
  background-size: 53px 54px;
  background-position: center 0;
  background-image: url("../image/icon-opinion-01.svg");
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu ul a[data-menu="opinion"] span {
    background-size: 63px 63px;
    background-position: center 36px;
  }
}

.p-dashboard__menu-report {
  margin-top: 10px;
  line-height: 1;
  text-align: right;
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu-report {
    margin-top: 0;
  }
}

.p-dashboard__menu-report a {
  display: inline-block;
  color: #a21a1a;
  font-size: 1.2rem;
  line-height: 1.57;
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu-report a {
    font-size: 1.4rem;
  }
}

.p-dashboard__menu-report a:hover {
  text-decoration: none;
}

.p-dashboard__menu-report span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a21a1a;
}

.p-dashboard__menu-report span::after {
  display: block;
  content: "";
  margin-left: 7px;
  width: 23px;
  height: 16px;
  background-image: url("../image/icon-alert-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .p-dashboard__menu-report span::after {
    margin-left: 10px;
    width: 28px;
    height: 19px;
  }
}

.p-dashboard__free-account {
  padding: 20px 20px 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 767px) {
  .p-dashboard__free-account {
    padding: 24px 30px 30px;
  }
}

.p-dashboard__free-account h2 {
  margin-bottom: 15px;
  font-size: 1.7rem;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .p-dashboard__free-account h2 {
    font-size: 1.8rem;
    text-align: center;
  }
}

.p-dashboard__free-account p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.71;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
}

.p-dashboard__free-account + .c-heading,
.p-dashboard__training + .c-heading {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #b0c6c1;
}

.p-dashboard__free-apply {
  padding-top: 20px;
  text-align: center;
  line-height: 1;
}

.p-dashboard__free-apply a {
  font-size: 1.4rem;
  line-height: 1.43;
}

.p-dashboard__free-apply a:hover {
  text-decoration: none;
}

.p-info__card {
  margin-top: 20px;
  padding: 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .p-info__card {
    margin-top: 30px;
    padding: 60px 105px;
  }
}

.p-info__table dl {
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .p-info__table dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-info__table dl div + div {
  border-top: 1px solid #b0c6c1;
}

.p-info__table dl dt,
.p-info__table dl dd {
  padding: 10px 15px 12px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .p-info__table dl dt,
  .p-info__table dl dd {
    line-height: 1.43;
  }
}

.p-info__table dl dt {
  font-weight: 700;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .p-info__table dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 200px;
    border-right: 1px solid #b0c6c1;
  }
}

@media screen and (min-width: 767px) {
  .p-info__table dl dt span {
    display: block;
  }
}

.p-info__table dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info__table dl dd[data-align="start"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 767px) {
  .p-info__table dl a[href^="tel:"] {
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
  }
}

.p-minimum__back {
  margin: 0 0 25px;
}

@media screen and (min-width: 767px) {
  .p-minimum__back {
    margin: 0 0 38px;
  }
}

@media print {
  .p-minimum__back {
    display: none;
  }
}

.p-minimum__back a {
  font-size: 1.4rem;
  line-height: 1.73;
}

@media screen and (min-width: 767px) {
  .p-minimum__back a {
    font-size: 1.5rem;
  }
}

.p-minimum__card + .p-minimum__back {
  margin: 25px 0 0;
}

@media screen and (min-width: 767px) {
  .p-minimum__card + .p-minimum__back {
    margin: 39px 0 0;
  }
}

.p-minimum__card {
  position: relative;
  padding: 50px 20px 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .p-minimum__card {
    padding: 55px 110px 80px;
  }
}

@media print {
  .p-minimum__card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #b0c6c1;
  }
}

.p-minimum__card h1 {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.47;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-minimum__card h1 {
    font-size: 2.2rem;
  }
}

.p-minimum__card h1 span {
  display: block;
}

@media screen and (min-width: 767px) {
  .p-minimum__card h1 span {
    display: inline-block;
    margin-left: 6px;
  }
}

.p-minimum__date {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.1rem;
  line-height: 1.47;
}

.p-minimum__print {
  margin-bottom: 34px;
  text-align: center;
}

@media print {
  .p-minimum__print {
    display: none;
  }
}

.p-minimum__print[data-genre="employee"] {
  position: absolute;
  top: 22px;
  left: 22px;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .p-minimum__print[data-genre="employee"] {
    top: 25px;
    left: 25px;
  }
}

.p-minimum__print[data-genre="employee"] button {
  font-size: 1.2rem;
  line-height: 1.67;
}

.p-minimum__print button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1c554c;
  font-size: 1.5rem;
  line-height: 1.73;
  text-decoration: underline;
  border: none;
  background: none;
  cursor: pointer;
}

.p-minimum__print button:hover {
  text-decoration: none;
}

.p-minimum__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}

.p-minimum__profile[data-id="employee"] {
  margin-top: 32px;
}

.p-minimum__profile-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  width: 78px;
  height: 78px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #b0c6c1;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .p-minimum__profile-thumb {
    margin-right: 20px;
    width: 98px;
    height: 98px;
  }
}

@media print {
  .p-minimum__profile-thumb {
    display: none;
  }
}

@media print {
  .p-minimum__profile-information {
    text-align: center;
  }
}

.p-minimum__profile-name {
  font-size: 1.6rem;
  line-height: 1.47;
}

@media screen and (min-width: 767px) {
  .p-minimum__profile-name {
    font-size: 1.8rem;
  }
}

.p-minimum__profile-name span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.2rem;
}

.p-minimum__profile-id {
  font-size: 1.3rem;
  line-height: 1.69;
}

.p-minimum__profile-id[data-id="employee"] {
  margin-top: 8px;
}

@media screen and (min-width: 767px) {
  .p-minimum__profile-id[data-id="employee"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-minimum__profile-id[data-id="employee"] + .p-minimum__profile-id[data-id="employee"] {
  margin-top: 0;
}

.p-minimum__profile-id[data-id="employee"] div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  .p-minimum__profile-id[data-id="employee"] div + div::before {
    display: block;
    content: "/";
    margin-left: 4px;
    margin-right: 4px;
  }
}

.p-minimum__profile-id[data-id="employee"] dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-minimum__profile-id[data-id="employee"] dt::after {
  display: block;
  content: ":";
  margin-right: 4px;
  margin-bottom: 2px;
}

.p-minimum__profile-id[data-id="employee"] dd {
  min-width: 87px;
}

@media screen and (min-width: 767px) {
  .p-minimum__profile-id[data-id="employee"] dd {
    min-width: 0;
  }
}

.p-minimum__item {
  padding: 20px 15px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .p-minimum__item {
    padding: 25px 20px;
  }
}

.p-minimum__item + .p-minimum__item {
  margin-top: 10px;
}

.p-minimum__item h2 {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.47;
}

@media screen and (min-width: 767px) {
  .p-minimum__item h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.73;
  }
}

.p-minimum__item h3[data-font="en"] {
  margin-bottom: 10px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.19;
}

@media screen and (min-width: 767px) {
  .p-minimum__item h3[data-font="en"] {
    font-size: 1.6rem;
  }
}

.p-minimum__item ul + h3[data-font="en"],
.p-minimum__item p + h3[data-font="en"] {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .p-minimum__item ul + h3[data-font="en"],
  .p-minimum__item p + h3[data-font="en"] {
    margin-top: 20px;
  }
}

.p-minimum__item > dl {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .p-minimum__item > dl {
    padding: 20px;
  }
}

.p-minimum__item > dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-minimum__item > dl div + div {
  margin-top: 5px;
}

.p-minimum__item > dl dt,
.p-minimum__item > dl dd {
  font-size: 1.3rem;
  line-height: 1.77;
}

.p-minimum__item > dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .p-minimum__item > dl dt {
    width: 85px;
  }
}

@media screen and (min-width: 767px) {
  .p-minimum__item > dl[data-item="employee"] dt {
    width: 134px;
  }
}

.p-minimum__item > dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .p-minimum__item > dl dd {
    margin-left: auto;
    width: calc(100% - 85px);
  }
}

.p-minimum__item > dl dd span {
  display: inline-block;
  min-width: 73px;
  margin-right: 10px;
  color: #dd922c;
}

@media screen and (min-width: 767px) {
  .p-minimum__item > dl[data-item="employee"] dd {
    width: calc(100% - 134px);
  }
}

.p-minimum__item ul {
  background-color: #fff;
  border: 1px solid #b0c6c1;
}

.p-minimum__item li {
  padding: 9px;
  font-size: 1.2rem;
  line-height: 1.47;
}

@media screen and (min-width: 767px) {
  .p-minimum__item li {
    line-height: 1.77;
    font-size: 1.3rem;
  }
}

.p-minimum__item li + li {
  border-top: 1px solid #b0c6c1;
}

.p-minimum__item p {
  font-size: 1.2rem;
  line-height: 1.47;
}

@media screen and (min-width: 767px) {
  .p-minimum__item p {
    line-height: 1.77;
    font-size: 1.3rem;
  }
}

.p-minimum__item a:hover {
  text-decoration: none;
}

.p-minimum__item button[data-button="invalid"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 10px;
  padding: 5px 7px 6px;
  color: #a21a1a;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #deaeae;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.p-minimum__item button[data-button="invalid"]:hover {
  border-color: #a21a1a;
}

.p-minimum__item > dl[data-item="employee"] dd[data-item="part"] {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #eff3f2;
}

.p-minimum__item > dl[data-item="employee"] dd[data-item="part"] ul {
  border: none;
  background-color: transparent;
}

.p-minimum__item > dl[data-item="employee"] dd[data-item="part"] ul li {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1;
}

.p-minimum__item > dl[data-item="employee"] dd[data-item="part"] ul li + li {
  border-top: none;
}

.p-minimum__item > dl[data-item="employee"] dd[data-item="part"] ul span {
  color: #1c554c;
  min-width: 0;
  margin-right: 5px;
  line-height: 1;
}

.p-minimum__item > dl[data-item="employee"] dd[data-item="part"] ul button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #a21a1a;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
}

.p-minimum__item > dl[data-item="employee"] dd[data-item="part"] ul button:hover {
  text-decoration: none;
}

.p-minimum__item > dl[data-item="employee"] dd[data-item="part"] > a {
  font-size: 1.1rem;
}

.p-minimum__note {
  margin-top: 10px;
  text-align: right;
}

.p-minimum__note p {
  font-size: 1.1rem;
  line-height: 1.72;
}

.p-minimum__progress {
  border: 1px solid #b0c6c1;
  background-color: #fff;
}

.p-minimum__progress[data-progress="all"] {
  border-color: #1c554c;
}

.p-minimum__progress[data-progress="all"] dl div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-minimum__progress h3 {
  width: 100%;
  padding: 17px 15px 12px;
  font-size: 1.5rem;
  line-height: 1.2;
  border-bottom: 1px solid #b0c6c1;
}

.p-minimum__progress dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-minimum__progress dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding: 12px 10px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-minimum__progress dl div {
    padding: 13px 15px 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-minimum__progress dl div + div {
  border-left: 1px solid #b0c6c1;
}

.p-minimum__progress dl dt {
  font-size: 1.3rem;
  line-height: 1.23;
}

.p-minimum__progress dl dt span {
  display: block;
}

@media screen and (min-width: 767px) {
  .p-minimum__progress dl dt span {
    display: inline;
  }
}

.p-minimum__progress dl dd {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-minimum__progress dl dd span[data-status="complete"] {
  color: #dd922c;
}

.p-minimum__progress dl dd[data-progress="percent"] {
  line-height: 1.23;
  font-size: 1.6rem;
}

.p-minimum__progress dl dd[data-progress="percent"] span {
  font-weight: 700;
  font-size: 3rem;
}

.p-minimum__progress dl dd[data-progress="exam"] {
  margin: 5px 0 3px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}

.p-minimum__progress dl dd[data-progress="number"] {
  color: #82a29d;
  font-size: 1.2rem;
  line-height: 1.25;
}

.p-minimum__progress + .p-minimum__progress {
  margin-top: 10px;
}

.p-minimum__apply-information {
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1c554c;
}

.p-minimum__apply-information + p {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.67;
}

.p-minimum__apply-information + p span {
  display: block;
}

.p-minimum__apply-information div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.p-minimum__apply-information dt {
  min-width: 110px;
  font-weight: 700;
}

.p-minimum__apply-information dt,
.p-minimum__apply-information dd {
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-minimum__apply-academy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px 25px 15px 15px;
  border: 1px solid #1c554c;
}

@media screen and (min-width: 767px) {
  .p-minimum__apply-academy {
    padding: 20px 34px 24px 24px;
    margin-bottom: 33px;
  }
}

.p-minimum__apply-academy > div:first-child {
  margin-right: 10px;
}

.p-minimum__apply-academy h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-minimum__apply-academy dl {
  margin-bottom: 2px;
}

.p-minimum__apply-academy dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 767px) {
  .p-minimum__apply-academy dl div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-minimum__apply-academy dl dt,
.p-minimum__apply-academy dl dd {
  font-size: 1.3rem;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .p-minimum__apply-academy dl dt,
  .p-minimum__apply-academy dl dd {
    line-height: 1.77;
  }
}

.p-minimum__apply-academy dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 5px;
}

@media screen and (min-width: 767px) {
  .p-minimum__apply-academy dl dt {
    margin-top: 0;
  }
}

.p-minimum__apply-academy dl dt::after {
  display: block;
  content: "：";
}

.p-minimum__apply-academy p {
  font-size: 1.1rem;
  line-height: 1.4;
}

.p-minimum__apply-footer {
  width: 230px;
  margin-left: auto;
}

.p-minimum__apply-footer dl {
  margin-bottom: 10px;
}

.p-minimum__apply-footer dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-minimum__apply-footer dl dt,
.p-minimum__apply-footer dl dd {
  font-size: 1.2rem;
  line-height: 1.75;
}

.p-minimum__apply-footer dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-minimum__apply-footer dl dt::after {
  display: block;
  content: "：";
}

.p-minimum__apply-footer p {
  font-size: 1.2rem;
  line-height: 1.75;
}

.p-mp-certificate {
  padding: 50px 20px;
  background-color: #fff;
}

@media print {
  .p-mp-certificate {
    padding: 10px;
  }
}

.p-mp-certificate__wrapper {
  text-align: center;
}

.p-mp-certificate__wrapper input {
  color: #1c554c;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

.p-mp-certificate__wrapper input:hover {
  text-decoration: none;
}

@media print {
  .p-mp-certificate__wrapper input {
    display: none;
  }
}

.p-mp-certificate__content {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin: 30px auto 0;
  border: 1px solid #1c554c;
}

@media print {
  .p-mp-certificate__content {
    margin-top: 0;
  }
}

.p-mp-certificate__content::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid #b0c6c1;
}

.p-mp-certificate__title {
  margin-top: 50px;
}

.p-mp-certificate__title img {
  max-width: 260px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .p-mp-certificate__title img {
    max-width: 520px;
  }
}

@media print {
  .p-mp-certificate__title img {
    max-width: 520px;
  }
}

.p-mp-certificate__name {
  margin: 35px auto 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1c554c;
}

@media screen and (min-width: 767px) {
  .p-mp-certificate__name {
    width: 550px;
  }
}

@media print {
  .p-mp-certificate__name {
    width: 550px;
  }
}

.p-mp-certificate__name p {
  font-family: "Noto Serif JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .p-mp-certificate__name p {
    font-size: 5rem;
  }
}

@media print {
  .p-mp-certificate__name p {
    font-size: 5rem;
  }
}

.p-mp-certificate__text p {
  font-size: 1.2rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.p-mp-certificate__date,
.p-mp-certificate__number {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, "Noto Serif JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-mp-certificate__date dt,
.p-mp-certificate__number dt {
  font-size: 1.4rem;
  line-height: 1;
}

.p-mp-certificate__date dd,
.p-mp-certificate__number dd {
  display: inline-block;
  margin-top: -7px;
  font-size: 3.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #1c554c;
}

.p-mp-certificate__date {
  margin-top: 30px;
}

.p-mp-certificate__number {
  margin: 30px 0 80px;
}

.p-mypage__card {
  margin: 0 -20px;
  padding: 30px 20px;
  width: calc(100vw + 40);
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .p-mypage__card {
    margin-left: 0;
    padding: 50px 65px 60px;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
  }
}

@media screen and (min-width: 767px) {
  .p-mypage__card[data-genre="payment"] {
    padding: 30px 40px 40px;
  }
}

.p-mypage__card[data-page="contract-renewal"] {
  width: 100%;
  margin: 25px 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.p-mypage__card h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-mypage__card[data-genre="payment"] + .p-mypage__card[data-genre="payment"] {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .p-mypage__card[data-genre="payment"] + .p-mypage__card[data-genre="payment"] {
    margin-top: 30px;
  }
}

.p-mypage__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  .p-mypage__progress {
    margin-bottom: 20px;
  }
}

.p-mypage__progress-bar {
  position: relative;
  width: calc(180 / 375 * 100vw);
  height: 7px;
  background-color: #d0dbd9;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .p-mypage__progress-bar {
    width: 440px;
    height: 8px;
  }
}

.p-mypage__progress-bar::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#ccc404), to(#dd922c));
  background: linear-gradient(to right, #ccc404 0%, #dd922c 100%);
}

.p-mypage__progress-bar[data-progress="25"]::after {
  width: 25%;
}

.p-mypage__progress-bar[data-progress="50"]::after {
  width: 50%;
}

.p-mypage__progress-bar[data-progress="75"]::after {
  width: 75%;
}

.p-mypage__progress-bar[data-progress="100"]::after {
  width: 100%;
}

.p-mypage__progress-number {
  margin-left: 10px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.3rem;
  color: #dd922c;
  line-height: 1;
}

.p-mypage__progress-number span {
  font-size: 3.2rem;
}

.p-mypage__progress-number p {
  font-size: 1.2rem;
  line-height: 1.77;
  font-weight: 700;
  text-indent: -.5em;
}

@media screen and (min-width: 767px) {
  .p-mypage__progress-number p {
    font-size: 1.3rem;
  }
}

.p-mypage__coming {
  margin-bottom: 20px;
  padding: 15px 14px 9px;
  border: 2px solid #1c554c;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .p-mypage__coming {
    padding: 22px 23px 16px;
  }
}

.p-mypage__coming p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .p-mypage__coming p {
    font-size: 1.5rem;
    line-height: 1.73;
  }
}

.p-mypage__coming p:first-child {
  margin-bottom: 5px;
}

@media screen and (min-width: 767px) {
  .p-mypage__coming p:first-child {
    margin-bottom: 7px;
  }
}

.p-mypage__coming p em {
  font-weight: 700;
  font-style: normal;
}

.p-mypage__coming p strong {
  margin-right: 5px;
  font-size: 2rem;
  line-height: 1.23;
}

@media screen and (min-width: 767px) {
  .p-mypage__coming p strong {
    font-size: 2.1rem;
  }
}

.p-mypage__coming p span {
  display: block;
}

@media screen and (min-width: 767px) {
  .p-mypage__coming p span {
    display: inline-block;
  }
}

.p-mypage__step > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 767px) {
  .p-mypage__step > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
    padding: 15px;
  }
}

.p-mypage__step > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-mypage__step > li > span small {
  display: block;
  margin-left: 11px;
  font-size: 1.3rem;
  line-height: 1.46;
  font-weight: 700;
  color: #dd922c;
}

@media screen and (max-width: 350px) {
  .p-mypage__step > li > span small {
    font-size: 1.1rem;
  }
}

.p-mypage__step > li > span small[data-status="confirm"] {
  color: #a21a1a;
}

.p-mypage__step > li > a,
.p-mypage__step > li > button {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.47;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 767px) {
  .p-mypage__step > li > a,
  .p-mypage__step > li > button {
    width: auto;
    margin: 0 0 0 auto;
    min-width: 152px;
    padding: 8px 10px;
  }
}

.p-mypage__step > li > a:hover,
.p-mypage__step > li > button:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.p-mypage__step > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, from(#1c554c), to(#3d9280));
  background: linear-gradient(to left, #1c554c 0%, #3d9280 100%);
}

.p-mypage__step > li > a:hover {
  background: #1c554c;
}

.p-mypage__step > li > a[data-color="secondary"] {
  background: -webkit-gradient(linear, left top, right top, from(#ccc404), to(#dd922c));
  background: linear-gradient(to right, #ccc404 0%, #dd922c 100%);
}

.p-mypage__step > li > button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#ccc404), to(#dd922c));
  background: linear-gradient(to right, #ccc404 0%, #dd922c 100%);
}

.p-mypage__step > li[data-status="completion"] > span::after {
  display: block;
  content: "完了";
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #dd922c;
  background-image: url("../image/icon-check-01.svg");
  background-size: 24px;
  background-position: 12px center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .p-mypage__step > li[data-status="completion"] > span::after {
    padding-left: 44px;
  }
}

.p-mypage__step > li[data-status="completion"] > a {
  background: #82a29d;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.p-mypage__step > li[data-status="completion"] > a::after {
  display: none;
}

.p-mypage__step > li[data-status="completion"] > a:hover {
  background: #3d9280;
}

.p-mypage__step-payment {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 15px;
  padding: 15px;
  width: 100%;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .p-mypage__step-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
    padding: 20px;
  }
}

.p-mypage__step-payment > dl > dt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: 10px;
}

dl[data-payment="method"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

dl[data-payment="method"] > dt {
  margin-bottom: 5px;
}

dl[data-payment="method"] dd em {
  font-size: 1.7rem;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 767px) {
  dl[data-payment="method"] dd em {
    font-size: 1.8rem;
  }
}

.p-mypage__submit-step {
  margin: 20px 0;
}

@media screen and (min-width: 767px) {
  .p-mypage__submit-step {
    margin: 30px 0;
  }
}

@media screen and (min-width: 767px) {
  .p-mypage__submit-step dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-mypage__submit-step div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .p-mypage__submit-step div {
    display: block;
    width: 132px;
    text-align: center;
    margin-bottom: 0;
  }
}

.p-mypage__submit-step dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100 / 375 * 100vw);
  padding: 5px 10px;
  max-width: 120px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #1c554c;
}

@media screen and (min-width: 767px) {
  .p-mypage__submit-step dt {
    padding: 7px 10px 8px;
    width: auto;
    max-width: 100%;
  }
}

.p-mypage__submit-step dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 100 / 375 * 100vw);
  padding: 8px 10px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.62;
  border: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .p-mypage__submit-step dd {
    padding: 12px 10px 13px;
    width: 100%;
    border-top: none;
  }
}

@media screen and (min-width: 767px) {
  .p-mypage__submit-step dd span {
    display: block;
  }
}

.p-mypage__submit-information {
  margin-top: 20px;
  padding: 19px;
  background-color: #eff3f2;
}

@media screen and (min-width: 767px) {
  .p-mypage__submit-information {
    margin-top: 30px;
    padding: 30px;
  }
}

@media screen and (min-width: 767px) {
  .p-mypage__submit-information > dl {
    margin-bottom: 20px;
  }
}

.p-mypage__submit-information > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  line-height: 1.73;
}

.p-mypage__submit-information > dl > dt::before, .p-mypage__submit-information > dl > dt::after {
  display: block;
}

.p-mypage__submit-information > dl > dt::before {
  content: "＜";
}

.p-mypage__submit-information > dl > dt::after {
  content: "＞";
}

.p-mypage__submit-information dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-mypage__submit-information dl div dt,
.p-mypage__submit-information dl div dd {
  font-size: 1.5rem;
  line-height: 1.73;
}

.p-mypage__submit-information dl div dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-mypage__submit-information dl div dt::after {
  display: block;
  content: "：";
}

@media screen and (min-width: 767px) {
  .p-mypage__submit-information ul {
    margin-bottom: 20px;
  }
}

.p-mypage__submit-information ul li {
  font-size: 1.3rem;
  line-height: 1.85;
}

.p-mypage__submit-information p {
  font-size: 1.3rem;
  line-height: 1.85;
}

.p-mypage__submit-information p em {
  font-style: normal;
  color: #a21a1a;
}

.p-mypage__select-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #b0c6c1;
}

@media screen and (min-width: 767px) {
  .p-mypage__select-wrapper {
    padding-bottom: 40px;
  }
}

.p-mypage__step-caution {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #a21a1a;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .p-mypage__step-caution {
    margin: 0 0 0 auto;
  }
}

.p-mypage__step-caution br {
  display: none;
}

@media screen and (min-width: 767px) {
  .p-mypage__step-caution br {
    display: block;
  }
}

.p-mypage__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.p-mypage__link a {
  display: block;
  margin-right: 10px;
  padding: 14px 15px 13px;
  min-width: 220px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #1c554c;
  border-radius: 4px;
  -webkit-transition: background-color 300ms, padding 300ms;
  transition: background-color 300ms, padding 300ms;
}

@media screen and (max-width: 350px) {
  .p-mypage__link a {
    padding: 14px 10px 13px;
    min-width: 176px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 767px) {
  .p-mypage__link a {
    margin-right: 15px;
    padding: 18px 19px 17px;
    min-width: 256px;
    font-size: 1.8rem;
  }
}

.p-mypage__link a:hover {
  background-color: #e3ebe9;
  padding: 14px 10px 13px 15px;
}

@media screen and (min-width: 767px) {
  .p-mypage__link a:hover {
    padding: 18px 14px 17px 19px;
  }
}

.p-mypage__link a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-mypage__link a span::after {
  display: block;
  content: "";
  width: 5px;
  height: 8px;
  margin-left: auto;
  background-image: url("../image/icon-arrow-03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-mypage__link p {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .p-mypage__link p {
    line-height: 1.77;
  }
}

.p-mypage__link p span {
  display: block;
}

.p-mypage__about-cancel {
  margin-top: 10px;
  padding: 15px 15px 19px;
  background-color: #fff;
  border: 1px solid #b0c6c1;
}

.p-mypage__about-cancel h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.73;
}

.p-mypage__about-cancel p {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.88;
}

.p-mypage__about-cancel a:hover {
  text-decoration: none;
}

.p-mypage__about-cancel dl dt,
.p-mypage__about-cancel dl dd {
  font-size: 1.2rem;
  line-height: 1.83;
}

.p-mypage__about-cancel dl dt::before, .p-mypage__about-cancel dl dt::after {
  display: inline-block;
}

.p-mypage__about-cancel dl dt::before {
  content: "【";
}

.p-mypage__about-cancel dl dt::after {
  content: "】";
}

.p-mypage__about-cancel dl dd {
  color: #a21a1a;
}

.p-mypage__about-cancel dl dd::before {
  display: inline-block;
  content: "・";
}

.p-mypage__training-course-applied {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b0c6c1;
}

.p-mypage__dashboard-select {
  position: relative;
  margin-bottom: 33px;
}

.p-mypage__dashboard-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 47px;
  right: 15px;
  width: 8px;
  height: 4px;
  background-image: url(../image/icon-arrow-05.svg);
  background-size: 8px 4px;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media screen and (min-width: 767px) {
  .p-mypage__dashboard-select::after {
    position: relative;
    top: -3px;
    right: 25px;
  }
}

.p-mypage__dashboard-select label {
  display: block;
  margin-bottom: 5px;
}

.p-mypage__dashboard-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 260px;
  width: 100%;
  padding: 9px 20px 9px 15px;
  font-size: 1.3rem;
  line-height: 1.47;
  color: #1c554c;
  background-color: #fff;
  border: 1px solid #b0c6c1;
  border-radius: 3px;
}

@media screen and (min-width: 767px) {
  .p-mypage__dashboard-select select {
    padding: 8px 15px;
    width: 200px;
  }
}

.p-mypage__dashboard-select select::-ms-expand {
  display: none;
}

.p-mypage__coming + .p-mypage__schedule {
  margin-top: 30px;
}

.p-mypage__schedule {
  margin-bottom: 25px;
}

.p-mypage__schedule[data-border="bottom"] {
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b0c6c1;
}

.p-mypage__schedule > h2,
.p-mypage__schedule > button {
  margin-bottom: 17px;
  font-weight: 500;
}

.p-mypage__schedule-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #1c554c;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-button {
    font-size: 1.6rem;
  }
}

.p-mypage__schedule-button:hover {
  text-decoration: none;
}

.p-mypage__schedule-button[aria-expanded="false"]::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-mypage__schedule-button::before {
  display: block;
  content: "";
  margin-right: 8px;
  width: 9px;
  height: 5px;
  background-image: url("../image/icon-arrow-05.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-button::before {
    margin-right: 9px;
    width: 11px;
    height: 6px;
  }
}

.p-mypage__schedule-wrapper > h2 {
  margin: 25px 0 17px;
  font-size: 1.3rem;
  line-height: 1.23;
}

.p-mypage__schedule-wrapper ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-mypage__schedule-wrapper li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 20px 10px 0;
  width: calc(50% - 20px);
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-wrapper li {
    width: calc(25% - 15px);
    margin: 0;
  }
}

.p-mypage__schedule-wrapper li::after {
  position: absolute;
  top: 48px;
  right: -15px;
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  background-image: url("../image/icon-arrow-04.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-wrapper li::after {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-wrapper li + li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-wrapper li + li::before {
    position: absolute;
    top: 48px;
    left: -18px;
    display: block;
    content: "";
    width: 12px;
    height: 8px;
    background-image: url("../image/icon-arrow-04.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.p-mypage__schedule-wrapper li:last-child::after {
  display: none;
}

.p-mypage__schedule-card {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.p-mypage__schedule-card[data-card="ready"] .p-mypage__schedule-complete {
  color: #1c554c;
}

.p-mypage__schedule-card[data-card="ready"] h3 {
  background-color: #dd922c;
}

.p-mypage__schedule-card[data-card="complete"] h3 {
  background-color: #8b8b8b;
}

.p-mypage__schedule-card h3 {
  width: 100%;
  padding: 8px 5px 9px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.21;
  text-align: center;
  background-color: #1c554c;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-card h3 {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}

.p-mypage__schedule-card dl {
  padding: 11px 5px 13px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-card dl {
    padding: 15px 5px;
  }
}

.p-mypage__schedule-card dt {
  margin-bottom: 7px;
  color: #82a29d;
  font-size: 1.1rem;
  line-height: 1.21;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-card dt {
    font-size: 1.3rem;
  }
}

.p-mypage__schedule-card dd {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.21;
}

.p-mypage__schedule-card dd span {
  font-size: 1.3rem;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-card dd span {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-card dd span:first-child {
    font-size: 1.6rem;
  }
}

.p-mypage__schedule-period {
  margin-top: 10px;
  padding: 13px;
  font-size: 1.1rem;
  text-align: center;
  border: 1px solid #82a29d;
  background-image: url("../image/bg-texture-01.svg");
  background-position: top left;
  background-repeat: repeat;
  background-size: 10px 10px;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-period {
    display: none;
  }
}

.p-mypage__schedule-period[data-period="ready"] {
  background: none;
}

.p-mypage__schedule-period[data-period="pc"] {
  padding: 8px;
  line-height: 1.36;
}

.p-mypage__schedule-period[data-period="pc"] span {
  display: block;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-period[data-period="pc"] span {
    display: inline-block;
  }
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-period[data-period="pc"] {
    display: block;
    margin-top: 15px;
    padding: 13px;
    width: calc(300% + 40px);
    font-size: 1.3rem;
    line-height: 1.23;
  }
}

.p-mypage__schedule-period[data-period="under"] {
  width: calc(200% + 20px);
}

.p-mypage__schedule-period[data-period="under"] span {
  display: inline-block;
  margin-right: 5px;
}

.p-mypage__schedule-complete {
  display: block;
  padding: 20px 10px 24px;
  color: #8b8b8b;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-complete {
    padding: 25px 10px 29px;
    font-size: 1.5rem;
  }
}

.p-mypage__schedule-information {
  margin-bottom: 14px;
  width: 100%;
  background-color: #fff;
}

.p-mypage__schedule-information div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #b0c6c1;
  border-top: none;
}

.p-mypage__schedule-information div:first-child {
  border-top: 1px solid #b0c6c1;
}

.p-mypage__schedule-information div dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 63px;
  text-align: center;
  border-right: 1px solid #b0c6c1;
  background-color: #eff3f2;
}

.p-mypage__schedule-information div dt[data-page="training-course"] {
  padding-top: 10px;
}

.p-mypage__schedule-information div dd {
  font-size: 1.3rem;
  width: 100%;
  padding: 7px 7px 5px;
}

@media screen and (min-width: 767px) {
  .p-mypage__schedule-information div dd {
    padding: 11px 14px 10px;
  }
}

.p-mypage__schedule-information div dd span[data-information="online"] {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.p-mypage__schedule-information dl[data-information="address"] {
  margin-top: 10px;
}

.p-mypage__schedule-information dl[data-information="address"] dt,
.p-mypage__schedule-information dl[data-information="address"] dd {
  font-size: 1.2rem;
}

.p-mypage__schedule-information dl[data-information="address"] dt {
  display: block;
  margin-bottom: 2px;
  width: 100%;
  font-weight: 700;
  text-align: left;
  border: none;
  background: none;
}

.p-mypage__schedule-information dl[data-information="address"] dd {
  padding: 0;
}
/*# sourceMappingURL=style.css.map */