html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 2;
  color: #1a1a1a;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  background: #fff;
}

.inner {
  padding: 0 25px;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 1000px;
    padding: 0 25px;
    margin: 0 auto;
  }
}

.slideinLeft {
  -webkit-animation: slideinLeft 1s;
          animation: slideinLeft 1s;
}
@-webkit-keyframes slideinLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.button {
  background: #142971;
  -webkit-box-shadow: 0 5px 0 #a01525;
          box-shadow: 0 5px 0 #a01525;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .button {
    font-size: 24px;
    padding: 20px 90px;
  }
}
.button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.button i {
  margin-right: 10px;
}

.fa-circle-right {
  margin-right: 4px;
}

.btn_animate04 {
  margin: 0 auto;
  -webkit-animation: vertical 2s linear infinite;
          animation: vertical 2s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  cursor: pointer;
  white-space: nowrap;
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.heading {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  background-color: #142971;
  text-align: center;
  padding: 2px 15px;
  display: inline-block;
}

.hidden-pc {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none;
  }
}
.hidden-tb {
  display: block;
}
@media screen and (min-width: 768px) {
  .hidden-tb {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hidden-tb {
    display: none;
  }
}
.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

.border-line {
  padding-bottom: 4px;
  border-bottom: 1px solid #1a1a1a;
}

.cl__blue {
  font-weight: 600;
  color: #142971;
}
.cl__pk {
  font-weight: 600;
  color: #cc2769;
}
.cl__yl {
  color: #ffe631;
  font-weight: 600;
}

.cta {
  text-align: center;
  background-color: #142971;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 100px 0;
  }
}
.cta__content {
  background-color: #fff;
  padding: 40px 0;
  border-radius: 10px;
}
.cta p {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cta p {
    font-size: 20px;
  }
}
.cta a {
  background-color: #CC3434;
  -webkit-box-shadow: 0 5px 0 #a01525;
          box-shadow: 0 5px 0 #a01525;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .cta a {
    margin-top: 20px;
  }
}
.cta--white {
  background-color: #fff;
}
.cta--white .cta__content {
  background-color: #CC3434;
}
.cta--white a {
  background-color: #142971;
  -webkit-box-shadow: 0 5px 0 #0d1d53;
          box-shadow: 0 5px 0 #0d1d53;
}
.cta--white p {
  color: #fff;
}

.btn_animate04 {
  margin: 0 auto;
  -webkit-animation: vertical 2s linear infinite;
          animation: vertical 2s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  cursor: pointer;
  white-space: nowrap;
}
@keyframes vertical {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.header {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  z-index: 10;
}
.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}
.header__left {
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 1024px) {
  .header__left {
    padding: 0;
    width: 40%;
  }
}
.header__left img {
  max-width: 250px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header__left img {
    width: 100%;
    max-width: 500px;
  }
}
.header__left p {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .header__left p {
    margin-top: 5px;
    font-size: 16px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__right {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header__right {
    display: block;
    line-height: inherit;
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__link a {
  line-height: 70px;
  display: block;
  font-weight: 600;
}
.header__link:hover {
  color: #CC3434;
}
@media screen and (min-width: 768px) {
  .header__button {
    display: block;
  }
}
.header__button-txt {
  display: block;
  background: #CC3434;
  line-height: 70px;
  color: #FFF;
  padding: 0 20px;
  height: 100%;
}
.header__button2 {
  display: block;
}
@media screen and (min-width: 1024px) {
  .header__button2 {
    display: none;
  }
}
.header__button2-txt {
  display: block;
  background: #CC3434;
  color: #FFF;
  padding: 20px;
  height: 100%;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header.is-scroll {
  background: rgba(255, 255, 255, 0.352);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.fv img {
  margin-top: -40px;
}

.certificate {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .certificate {
    padding: 80px 0 100px 0;
  }
}
.certificate-2 {
  padding-top: 0;
}
.certificate .inner {
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .certificate .inner {
    max-width: 1000px;
  }
}
.certificate__head {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .certificate__head {
    text-align: center;
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.certificate__contents {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .certificate__contents {
    text-align: left;
  }
}
.certificate__contents-2 {
  text-align: center;
}
.certificate__title {
  font-size: 22px;
  font-weight: 600;
  color: #ffe631;
  background-color: #142971;
  display: inline-block;
  padding: 2px 15px;
}
@media screen and (min-width: 768px) {
  .certificate__title {
    font-size: 24px;
    padding: 5px 20px;
    margin-left: 20px;
  }
}
.certificate__title-2 {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .certificate__title-2 {
    margin-left: 0;
    padding: 5px 30px;
  }
}
.certificate__content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border: #142971 2px solid;
  border-radius: 10px;
  margin-top: -20px;
  padding: 40px 10px 20px 10px;
}
@media screen and (min-width: 768px) {
  .certificate__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 20px 30px 20px;
  }
}
.certificate__content-2 {
  border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.certificate__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .certificate__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.certificate__item-2 {
  border: #142971 2px solid;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 100%;
  z-index: -1;
  padding: 20px 10px;
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .certificate__item-2 {
    width: calc(50% - 20px);
    height: 380px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.certificate__item-2:nth-child(1) {
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  .certificate__item-2:nth-child(3), .certificate__item-2:nth-child(4) {
    height: 300px;
  }
}
.certificate__border {
  width: 1px;
  background: #ccc;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .certificate__border {
    width: 100%;
    height: 1px;
  }
}
.certificate__image {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.certificate__image img {
  width: 100%;
  display: block;
}
.certificate__image-2 {
  margin-top: -30px;
}
.certificate__image-2:nth-child(4) {
  margin-top: 0;
}
.certificate__label {
  color: #142971;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.certificate__label .cl__blue {
  font-weight: 700;
  font-size: 24px;
}
.certificate__desc {
  color: #333;
  line-height: 1.7;
  margin-top: 10px;
  font-weight: 600;
}
.certificate__text-content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .certificate__text-content {
    margin-top: 80px;
    text-align: center;
  }
}
.certificate__text-content p {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .certificate__text-content p {
    font-size: 22px;
  }
}
.certificate__text-content .cl__pk {
  font-size: 22px;
}

.bluecollar {
  padding: 50px 0;
  background: #142971;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bluecollar {
    padding: 100px 0;
  }
}
.bluecollar .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.bluecollar .section-title {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .bluecollar .section-title {
    font-size: 28px;
  }
}
.bluecollar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .bluecollar__content {
    -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;
  }
}
.bluecollar__text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  line-height: 1.65;
}
.bluecollar__lead {
  font-size: 20px;
  font-weight: 600;
  color: #ffe631;
  line-height: 1.65;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .bluecollar__lead {
    font-size: 24px;
  }
}
.bluecollar__text {
  font-size: 17px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .bluecollar__text {
    font-size: 18px;
  }
}
.bluecollar__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bluecollar__image img {
  width: 100%;
  display: block;
}

.recommend {
  padding: 60px 0 30px 0;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .recommend {
    max-width: 1100px;
    padding: 100px 0;
  }
}
.recommend .heading {
  color: #ffe631;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .recommend .heading {
    font-size: 24px;
  }
}
.recommend__content {
  background-color: #fff;
  border: 0.25px solid #c6c4c4;
  padding: 40px 10px 20px 10px;
  margin-top: -20px;
  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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommend__content {
    padding: 60px 30px 60px 100px;
  }
}
.recommend__content::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #142971;
}
.recommend__list {
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .recommend__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recommend__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .recommend__list li {
    font-size: 20px;
  }
}
.recommend__list i {
  color: #142971;
  padding-right: 10px;
}
.recommend__list .cl__blue {
  padding-right: 3px;
  border-bottom: #142971 1px solid;
  line-height: 1.2em;
  background-color: rgba(20, 42, 113, 0.0745098039);
}

.reason {
  padding-bottom: 60px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reason {
    max-width: 1100px;
    padding-bottom: 0;
  }
}
.reason .heading {
  font-size: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#142971), color-stop(70%, rgba(20, 41, 113, 0.9)), color-stop(95%, rgba(20, 41, 113, 0.4)), to(rgba(20, 41, 113, 0)));
  background: linear-gradient(to right, #142971 0%, rgba(20, 41, 113, 0.9) 70%, rgba(20, 41, 113, 0.4) 95%, rgba(20, 41, 113, 0) 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason .heading {
    font-size: 24px;
  }
}
.reason__text-box {
  background-color: rgba(255, 231, 49, 0.1764705882);
  padding: 20px 10px;
  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;
}
@media screen and (min-width: 768px) {
  .reason__text-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    padding: 0;
  }
}
.reason__text-box p {
  text-align: justify;
  color: #142971;
  font-weight: 600;
  padding: 20px 0;
  font-size: 17px;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .reason__text-box p {
    font-size: 18px;
    padding: 20px 40px;
  }
}
.reason__text-box img {
  margin-top: 20px;
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason__text-box img {
    width: 250px;
    margin-top: 0;
  }
}
.reason__text-box .cl__blue {
  padding-right: 3px;
  border-bottom: #142971 1px solid;
  line-height: 1.2em;
  background-color: #dbe4f3;
}

.learning {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .learning {
    padding-bottom: 40px;
  }
}
.learning .inner {
  padding-bottom: 60px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .learning .inner {
    padding-bottom: 110px;
    max-width: 1000px;
  }
}
.learning .heading {
  width: 100%;
  padding: 30px 0 60px 0;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .learning .heading {
    font-size: 28px;
    padding: 50px 0 100px 0;
  }
}
.learning__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .learning__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.learning__item {
  width: 100%;
  background-color: #fff;
  border: 0.25px solid #c6c4c4;
  padding: 20px 10px 100px 10px;
  margin-top: -35px;
  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;
  position: relative;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .learning__item {
    padding: 30px;
  }
}
.learning__item:nth-child(2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .learning__item:nth-child(2) {
    margin-top: -35px;
  }
}
.learning__item .content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 10;
}
.learning__item .content-head__day {
  padding: 2px 6px;
  background-color: #cc2769;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .learning__item .content-head__day {
    font-size: 18px;
  }
}
.learning__item .content-head__title {
  font-weight: 600;
  font-size: 20px;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .learning__item .content-head__title {
    font-size: 22px;
  }
}
.learning__item .content-head__title-2 {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .learning__item .content-head__title-2 {
    font-size: 22px;
  }
}
.learning__item ul {
  text-align: left;
  width: 100%;
  margin-top: 10px;
  z-index: 10;
}
.learning__item ul li {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .learning__item ul li {
    font-size: 18px;
  }
}
.learning__item ul i {
  color: #cc2769;
  padding-right: 10px;
}
.learning__item img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .learning__item img {
    width: 150px;
  }
}

.changes {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .changes {
    padding-bottom: 110px;
  }
}
.changes .heading {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#142971), color-stop(70%, rgba(20, 41, 113, 0.9)), color-stop(95%, rgba(20, 41, 113, 0.4)), to(rgba(20, 41, 113, 0)));
  background: linear-gradient(to right, #142971 0%, rgba(20, 41, 113, 0.9) 70%, rgba(20, 41, 113, 0.4) 95%, rgba(20, 41, 113, 0) 100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .changes .heading {
    font-size: 24px;
  }
}
.changes__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .changes__content {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
.changes__item {
  border: #142971 2px solid;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 10px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .changes__item {
    padding: 10px 0;
  }
}
.changes__item:nth-child(2) .changes__image {
  width: 110px;
}
.changes__image {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.changes__image img {
  width: 100%;
  display: block;
}
.changes__label {
  color: #142971;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.changes__label .cl__blue {
  font-weight: 700;
  font-size: 24px;
}
.changes__desc {
  color: #142971;
  line-height: 1.4;
  margin-top: 12px;
  font-weight: 600;
  font-size: 18px;
}
.speaker {
  padding: 60px 0;
  padding-bottom: 0;
  background-color: #142971;
}
@media screen and (min-width: 768px) {
  .speaker {
    padding: 100px 0 0 0;
  }
}
.speaker .inner {
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .speaker .inner {
    max-width: 1100px;
  }
}
.speaker__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.speaker__content {
  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: 768px) {
  .speaker__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.speaker__image {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .speaker__image {
    margin-top: 0;
    width: 70%;
  }
}
.speaker__text-box {
  text-align: justify;
  color: #fff;
}
.speaker__text-box .text-head {
  line-height: 1.5;
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .speaker__text-box .text-head {
    font-size: 18px;
  }
}
.speaker__text-box .text-body {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .speaker__text-box .text-body {
    font-size: 15px;
  }
}
.speaker .heading__box {
  display: none;
}
@media screen and (min-width: 768px) {
  .speaker .heading__box {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: serif;
  }
}
.speaker .heading__box .kanji {
  margin-right: 10px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .speaker .heading__box .kanji {
    margin-right: 20px;
  }
}
.speaker .heading__box-sp {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: serif;
}
@media screen and (min-width: 768px) {
  .speaker .heading__box-sp {
    display: none;
  }
}
.speaker .heading__box-sp .kanji {
  margin-right: 10px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .speaker .heading__box-sp .kanji {
    margin-right: 20px;
  }
}
.speaker .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  padding: 0;
  margin-right: 10px;
}
.speaker .heading:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  margin-left: 10px;
}

.message {
  background-color: #142971;
  text-align: center;
  padding-top: 40px;
  color: #fff;
  padding-bottom: 40px;
}
.message p {
  line-height: 1.5;
  font-family: serif;
}
.message__top {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .message__top {
    font-size: 28px;
  }
}
.message__middle {
  font-size: 18px;
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .message__middle {
    font-size: 24px;
    margin-top: 50px;
  }
}
.message__bottom {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .message__bottom {
    font-size: 28px;
    margin-top: 50px;
  }
}
.message__bottom span {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .message__bottom span {
    font-size: 18px;
  }
}

.footer {
  padding: 20px 0;
  background-color: #142971;
  text-align: center;
}
.footer__copyright {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    font-size: 12px;
  }
}