@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.learn-area {
  padding-top: 50px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area {
    padding-top: 0;
  }
}
.learn-area .learn-item {
  position: relative;
  overflow: hidden;
}
.learn-area .learn-item .learn-item__num {
  position: absolute;
  top: 60px;
  left: 0;
  height: 100px;
  width: 10%;
  padding-right: 28px;
  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;
  background-color: #1374CA;
  color: #fff;
  border-radius: 0 50px 50px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  z-index: 2;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__num {
    top: 30px;
    width: 80px;
    height: 50px;
    font-size: 30px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__num {
    top: 20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    padding-right: 12px;
  }
}
.learn-area .learn-item .learn-item__num:after {
  content: "";
  width: 1px;
  height: 3500px;
  position: absolute;
  right: 50px;
  bottom: -3500px;
  background: #1374CA;
  z-index: -1;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__num:after {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__num:after {
    right: 22px;
  }
}
.learn-area .learn-item .learn-item__show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__show {
    display: block;
  }
}
.learn-area .learn-item .learn-item__show .learn-item__showInner {
  width: 58%;
  min-width: 900px;
  background-color: #F3F7F8;
  padding: 60px 50px 60px 13%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner {
    padding: 40px 40px 40px 12%;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner {
    width: 100%;
    min-width: 0;
    padding: 34px 20px 30px 55px;
  }
}
.learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__showContent {
  position: relative;
  z-index: 1;
  padding-right: 200px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__showContent {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__showContent {
    padding-right: 0;
  }
}
.learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__sub {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
  color: #1374CA;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__sub {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__sub {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__title {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__text {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__text {
    font-size: 16px;
  }
}
.learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__btn {
  position: absolute;
  right: 50px;
  bottom: 60px;
  width: 200px;
  height: 50px;
  background: #1374CA;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-radius: 25px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__btn {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__btn {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin: 20px auto 0;
  }
}
.learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: url("../img/quick_learn/icon_viewmore_hide.svg") no-repeat center/contain;
}
.learn-area .learn-item .learn-item__show .learn-item__showInner .learn-item__btn.show:after {
  background: url("../img/quick_learn/icon_viewmore_show.svg") no-repeat center/contain;
}
.learn-area .learn-item .learn-item__show .learn-item__showInner:before {
  position: absolute;
  right: -20px;
  bottom: 70px;
  font-size: 391px;
  font-weight: 500;
  line-height: 0;
  color: #F3F7F8;
  mix-blend-mode: multiply;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner:before {
    font-size: 320px;
    bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showInner:before {
    font-size: 200px;
    right: -20px;
    bottom: 35px;
  }
}
.learn-area .learn-item .learn-item__show .learn-item__showImg {
  width: 42%;
  height: auto;
  background: center/cover;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__show .learn-item__showImg {
    width: 160px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
}
.learn-area .learn-item .learn-item__show.--01 .learn-item__showInner:before {
  content: "1951";
}
.learn-area .learn-item .learn-item__show.--01 .learn-item__showImg {
  background-image: url("../img/quick_learn/img_a01.jpg");
}
.learn-area .learn-item .learn-item__show.--02 .learn-item__showInner:before {
  content: "2001";
}
.learn-area .learn-item .learn-item__show.--02 .learn-item__showImg {
  background-image: url("../img/quick_learn/img_b01.jpg");
}
.learn-area .learn-item .learn-item__show.--03 .learn-item__showImg {
  background-image: url("../img/quick_learn/img_c01.jpg");
}
.learn-area .learn-item .learn-item__show.--04 .learn-item__showImg {
  background-image: url("../img/quick_learn/img_d01.jpg");
}
.learn-area .learn-item .learn-item__show.--05 .learn-item__showImg {
  background-image: url("../img/quick_learn/img_e01.jpg");
}
.learn-area .learn-item .learn-item__show.--06 .learn-item__showImg {
  background-image: url("../img/quick_learn/img_f01.jpg");
}
.learn-area .learn-item .learn-item__show.--07 .learn-item__showImg {
  background-image: url("../img/quick_learn/img_g01.jpg");
}
.learn-area .learn-item .learn-item__hide {
  display: none;
}
.learn-area .learn-item .learn-item__hideInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 50px 150px 13%;
}
.learn-area .learn-item .learn-item__hideInner:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner {
    padding: 50px 30px 120px 11%;
  }
  .learn-area .learn-item .learn-item__hideInner:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner {
    display: block;
    padding: 30px 20px 80px 55px;
  }
  .learn-area .learn-item .learn-item__hideInner:last-child {
    margin-bottom: 0;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__hideLeft {
  width: 58%;
  padding-right: 13%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideLeft {
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideLeft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__hideRight {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideRight {
    width: 100%;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent {
  max-width: 555px;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent {
    max-width: 100%;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .learn-item__hideText {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .learn-item__hideText {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .learn-item__hideText {
    font-size: 16px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .learn-item__hideText.--bold {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .learn-item__hideText.--bold {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .learn-item__hideText.--bold {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .learn-item__hideText .bold {
  font-weight: 700;
  font-size: 28px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .learn-item__hideText .bold {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .learn-item__hideText .bold {
    font-size: 20px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__hideRight .learn-item__hideContent .btn {
    margin: 30px auto 0;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap {
  width: 87%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap {
    width: 100%;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column {
    display: block;
    margin-bottom: 30px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block {
  width: calc(33.3333333333% - 27px);
  padding: 60px 20px 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F3F7F8;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block {
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 20px;
  }
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block:last-child {
    margin-bottom: 0;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block .learn-item__blockTop {
  font-size: 1.6vw;
  font-weight: 700;
  color: #1374CA;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block .learn-item__blockTop {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block .learn-item__blockTop {
    font-size: 20px;
    margin-bottom: -5px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block .learn-item__blockMiddle {
  margin: 15px 0;
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block .learn-item__blockMiddle p {
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block .learn-item__blockMiddle p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block .learn-item__blockMiddle p span {
  font-size: 5.2vw;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block .learn-item__blockMiddle p span {
    font-size: 60px;
    margin-right: 3px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__3column .learn-item__block .learn-item__blockBottom {
  font-weight: 400;
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__btn .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__btn .btn:nth-child(2) {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-item__btn .btn:nth-child(2) {
    margin-top: 20px;
    margin-left: auto;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item {
    margin-bottom: 60px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item:last-child {
  margin-bottom: 0;
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block {
    display: block;
    margin-bottom: 30px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__content {
  width: 50%;
  padding-right: 15%;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__content {
    padding-right: 7%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__content {
    width: 100%;
    padding: 270px 0 0 0;
  }
}
@media screen and (max-width: 430px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__content {
    padding: 180px 0 0 0;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__content .learn-products__title {
  font-size: 3.3vw;
  font-weight: 500;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__content .learn-products__title {
    font-size: 32px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__content .learn-products__title span {
  display: block;
  margin-bottom: 28px;
  font-size: 1.4vw;
  font-weight: 700;
  color: #1374CA;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__content .learn-products__title span {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__img {
  width: 50%;
  height: auto;
  background: center/cover;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__img {
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 430px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__img {
    height: 160px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__img.--compound {
  background-image: url("../img/quick_learn/img_f02.jpg");
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__img.--film {
  background-image: url("../img/quick_learn/img_f03.jpg");
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-products__item .learn-products__block .learn-products__img.--food {
  background-image: url("../img/quick_learn/img_f04.jpg");
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1142px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 40px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList li {
  width: calc(25% - 40px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList li {
    width: calc(50% - 10px);
  }
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList li:first-child {
    margin-bottom: 25px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList li p {
  margin-top: 10px;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList li p {
    font-size: 16px;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList.--small {
  max-width: 1142px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList.--small li {
  width: calc(41% - 40px);
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList.--small li {
    width: 100%;
  }
}
.learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList.--small li.--single {
  width: calc(25% - 40px);
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .learn-area .learn-item .learn-item__hideInner .learn-item__wrap .learn-use__item .learn-use__itemList.--small li.--single {
    width: calc(50% - 10px);
    margin-right: 0px;
  }
}
.learn-area .learn-item .learn-item__hideInner.--last {
  margin-bottom: 150px;
}

.footer {
  margin: 0;
}