body {
  min-width: 320px;
}

#benesse-header {
  width: 100%;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #cdcdcd;
}

#benesse-header .benesse-header-inner {
  max-width: 930px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#benesse-header .benesse-header-inner .benesse-header-logo {
  height: 23px;
  padding-top: 6px;
}

#benesse-header .benesse-header-inner .benesse-header-navigation ul {
  display: flex;
}

#benesse-header .benesse-header-inner .benesse-header-navigation ul .list-header {
  margin-right: 22px;
}

#benesse-header .benesse-header-inner .benesse-header-navigation ul .list-header:last-of-type {
  margin-right: 0;
}

.c-modal {
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 5px;
  display: none;
  top: 50%;
  transform: translateY(-50%);
}

/*PC*/
@media print, screen and (min-width: 769px) {
  .kouza_modal {
    max-width: 640px;
  }
}
/*SP*/
@media print, screen and (max-width: 768px) {
  .kouza_modal {
    max-width: 90vw;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  display: none;
}

.c-close-btn {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  text-decoration: none;
  background: #fff;
  color: #444444;
  font-size: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .5);
  ;
}

#overlay.show {
  display: block;
}

.c-link-list {
  display: flex;
  flex-wrap: wrap;
}

.c-link-list-list {
  width: 49%;
}

.c-link-list-list:nth-child(2n) {
  margin-left: 2%;
}

.c-link-baby {
  background: #ee87B4
}

.c-link-puchi {
  background: #e8373d;
}

.c-link-step {
  background: #00a73c;
}

.c-link-hop {
  background: #00afec;
}

.c-link-pocket {
  background: #fdd000;
}

.c-link-jump {
  background: #006fbc;
}

.c-link-list-link-baby {
  border: solid 2px #ee87b4;
  color: #ee87b4;
}

.c-link-list-link-puchi {
  border: solid 2px #e8373d;
  color: #e8373d;
}

.c-link-list-link-pocket {
  border: solid 2px #fdd000;
  color: #fdd000;
}

.c-link-list-link-hop {
  border: solid 2px #00afec;
  color: #00afec;
}

.c-link-list-link-step {
  border: solid 2px #00a73c;
  color: #00a73c;
}

.c-link-list-link-jump {
  border: solid 2px #006fbc;
  color: #006fbc;
}

@media screen and (max-width: 767px) {
  #benesse-header {
    width: 100%;
    line-height: 0;
  }
  #benesse-header .benesse-header-inner {
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }
  #benesse-header .benesse-header-inner .benesse-header-logo {
    padding-top: 0;
  }
  #benesse-header .benesse-header-inner .benesse-header-logo img {
    height: 22px;
  }
  #benesse-header .benesse-header-navigation {
    position: relative;
    width: 35px;
  }
  #benesse-header .benesse-header-navigation:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    margin-top: 2px;
    top: -1px;
    border-radius: 5px;
    background-color: #0070cb;
  }
  #benesse-header .benesse-header-navigation span {
    position: relative;
  }
  #benesse-header .benesse-header-navigation span:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    margin-top: 1px;
    top: 9px;
    border-radius: 5px;
    background-color: #0070cb;
  }
  #benesse-header .benesse-header-navigation span:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    margin-top: 0;
    top: 19px;
    border-radius: 5px;
    background-color: #0070cb;
  }
}

.container {
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* PC */
  .sp-only {
    display: none !important;
  }
  .c-link-list-link {
    text-decoration: none;
    padding: 20px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .c-link-list-list:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
  .c-kouza-h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .c-link-title {
    display: block;
    margin: -20px -20px 20px;
    text-align: center;
    padding: 10px;
    color: #fff;
  }
}

@media (max-width: 767px) {
  /* SP */
  .pc-only {
    display: none !important;
  }
}

body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.trial-menu {
  background-color: #005bac;
  padding-bottom: 1.5%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 930px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 40px;
}

.trial-menu .inner .banner-title {
  text-align: center;
  margin-bottom: 40px;
  height: 29px;
}

.trial-menu .inner .banner-menu .list-banner {
  display: flex;
  flex-wrap: wrap;
}

.trial-menu .inner .banner-menu .list-banner li:nth-of-type(2n) {
  margin-left: 20px;
}

.trial-menu .inner .banner-menu .list-banner li {
  width: calc((100% - 20px)/ 2);
  margin-bottom: 21px;
}

.trial-menu .inner .banner-menu .list-banner li .list-wrapper .menu-icon>img {
  width: 100%;
  height: auto;
  align-items: center;
}

.trial-menu .inner .banner-menu .list-banner li .list-wrapper .menu-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 7px;
}

.trial-menu .inner .banner-menu .list-banner li .list-wrapper {
  transition: opacity .3s ease;
}

.trial-menu .inner .banner-menu .list-banner li .list-wrapper:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .trial-menu {
    background-color: #005bac;
  }
  .inner {
    padding: 22px 2% 0;
    margin: 0 auto;
  }
  .trial-menu .inner .banner-title {
    text-align: center;
    margin-bottom: 12px;
    padding: 0 17%;
    height: auto;
  }
  .trial-menu .inner .banner-title img {
    width: 100%;
  }
  .trial-menu .inner .banner-menu .list-banner {
    display: block;
  }
  .trial-menu .inner .banner-menu .list-banner__kv-under {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .trial-menu .inner .banner-menu .list-banner li {
    width: 100%;
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .trial-menu .inner .banner-menu .list-banner__kv-under li {
    width: 47.2%;
  }
  .trial-menu .inner .banner-menu .list-banner li:nth-of-type(2n) {
    margin-left: 0;
  }
  .trial-menu .inner .banner-menu .list-banner li {
    font-size: 0;
  }
  .trial-menu .inner .banner-menu .list-banner li .list-wrapper img {
    width: 100%;
  }
  .trial-menu .inner .banner-menu .list-banner li .list-wrapper:hover img {
    opacity: 1;
  }
}

.shinsei {
  background-color: #e6e6e6;
  height: 254px;
}

.shinsei .inner .shinsei-title {
  text-align: center;
  height: 30px;
  margin-bottom: 18px;
}

.shinsei .shinsei-btn-wrapper {
  text-align: center;
  margin: 0 auto 13px;
}

.shinsei .shinsei-btn-wrapper .shinsei-btn-inner {
  background-color: #fff;
  width: 500px;
  height: 85px;
  border-radius: 7px;
  margin: 0 auto;
}

.shinsei .shinsei-btn-wrapper .shinsei-btn {
  width: 500px;
  height: 85px;
  border-radius: 8px;
  background-color: rgb(0, 91, 172);
  position: relative;
  background-image: url("../image/shinsei-button-text.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  border: none;
  transition: opacity .3s ease;
}

.shinsei .shinsei-btn-wrapper .shinsei-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.shinsei .shinsei-btn-wrapper .shinsei-btn:before {
  content: "";
  background-image: url("../image/book-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 31px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 37px;
  margin-top: -18.5px;
}

.shinsei .shinsei-btn-wrapper .shinsei-btn:after {
  content: "";
  background-image: url("../image/arrow-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -9px;
}

.shinsei .shinsei-note {
  height: 20px;
  text-align: center;
}

.c-btn-list {
  margin-top: 20px;
}

.c-btn-list-list:not(:first-child) {
  margin-top: 10px;
}

.c-btn-list-link {
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  background: #fff039;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

#modal_shimajiro .c-btn-list-link-siryou {
  color: #fff;
  background: #fc9393;
}

#modal_sho .c-btn-list-link-siryou {
  color: #fff;
  background: #55a7ed;
}

#modal_chu .c-btn-list-link-siryou {
  color: #fff;
  background: #2886d9;
}

#modal_kou .c-btn-list-link-siryou {
  color: #fff;
  background: #0565bc;
}

#modal_sho .c-link-list-link {
  background: #f6f6f6;
  text-align: center;
}

/* 新1年生 */

.c-link-list-link-new1 {
  color: #21b8ce;
}

/* 1年生 */

.c-link-list-link-sho1 {
  color: #ec6e81;
}

/* 2年生 */

.c-link-list-link-sho2 {
  color: #009e3b;
}

/* 3年生 */

.c-link-list-link-sho3 {
  color: #006eb3;
}

/* 4年生 */

.c-link-list-link-sho4 {
  color: #fa7500;
}

/* 5年生 */

.c-link-list-link-sho5 {
  color: #8ec31f;
}

/* 6年生 */

.c-link-list-link-sho6 {
  color: #6B5cad;
}

.c-link-list-link-chu, .c-link-list-link-kou {
  background: #f6f6f6;
  color: #2886d9;
  font-weight: bold;
  text-align: center;
}

.c-link-list-link-kou {
  color: #0565bc;
}

.c-link-list-link {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shinsei {
    background-color: #e6e6e6;
    padding-bottom: 28px;
    height: auto;
  }
  .shinsei .inner .shinsei-title {
    text-align: center;
    padding: 8px 5% 0;
    margin-bottom: 10px;
    height: auto;
  }
  .shinsei .inner .shinsei-title img {
    width: 100%;
  }
  .shinsei .shinsei-btn-wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 0 9%;
  }
  .shinsei .shinsei-btn-wrapper .shinsei-btn-inner {
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: 7px;
    margin: 0 auto;
    font-size: 0;
  }
  .shinsei .shinsei-btn-wrapper .shinsei-btn-inner img {
    width: 100%;
  }
  .shinsei .shinsei-note {
    text-align: center;
    padding: 0 20%;
    margin-top: 9px;
    height: auto;
  }
  .shinsei .shinsei-note img {
    width: 100%;
  }
}

.attention {
  margin-bottom: 76px;
}

.attention .attention-list {
  margin-top: -3px;
}

.attention .attention-list li {
  color: rgb(51, 51, 51);
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  margin-left: 1em;
}

.attention .attention-list li:before {
  content: "※";
  margin-left: -1em;
}

@media screen and (max-width: 767px) {
  .attention {
    margin-bottom: 26px;
  }
  .attention .attention-list {
    margin-top: 5px;
  }
  .attention .attention-list li {
    font-size: 11px;
    line-height: 1.67;
    margin-left: 1em;
    height: auto;
  }
  .attention .attention-list li:before {
    content: "※";
    margin-left: -1em;
  }
  .c-link-list-link {
    text-decoration: none;
    padding: 2vw;
    display: block;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 4vw;
  }
/*
  .c-modal {
    margin: 4vw;
  }
*/
  .c-link-list-list:not(:nth-child(-n+2)) {
    margin-top: 2.5vw;
  }
  .c-kouza-h3 {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .c-link-title {
    display: block;
    font-size: 3.74vw;
    margin: -2vw -2vw 2vw;
    text-align: center;
    padding: 2vw;
    color: #fff;
  }
  #modal_sho .c-link-list-link, #modal_chu .c-link-list-link, #modal_kou .c-link-list-link {
    padding: 4vw 2vw;
  }
}

.overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.show {
  display: block;
}

.overlay .modal {
  background-color: #fff;
  width: 287px;
  height: 345px;
  padding: 19px 28px 37px 40px;
  top: 50%;
  left: 50%;
  margin-left: -143.5px;
  margin-top: -172.5px;
  position: absolute;
  border-radius: 7px;
  border: none;
}

.overlay .modal .title {
  font-size: 18px;
  color: #000;
  opacity: 0.5;
}

.overlay .modal .close-btn {
  position: relative;
}

.overlay .modal .close-btn .close-btn-img {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  background-image: url("../image/btn_close.png");
  background-repeat: no-repeat;
  background-position: center center;
  top: -40px;
  right: -53px;
  cursor: pointer;
}

.overlay .modal .modal-menu ul {
  margin-top: 6px;
}

.overlay .modal .modal-menu ul li {
  border-top: 1px solid #f0f0f0;
  height: 79px;
}

.overlay .modal .modal-menu ul li a {
  display: block;
  height: 79px;
  width: 100%;
  line-height: 79px;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  background-size: 73%;
  transition: opacity .3s ease;
}

.overlay .modal .modal-menu ul li a:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -17.5px;
  right: 0;
}

.overlay .modal .modal-menu ul li a:hover {
  opacity: 0.7;
}

.overlay .modal .modal-menu ul li .modal-kodomo {
  background-image: url("../image/modal-kodomo-text.png");
  background-size: 50%;
}

.overlay .modal .modal-menu ul li .modal-kodomo:after {
  background-image: url("../image/modal-kodomo-arrow.png");
}

.overlay .modal .modal-menu ul li .modal-sho {
  background-image: url("../image/modal-sho-text.png");
}

.overlay .modal .modal-menu ul li .modal-sho:after {
  background-image: url("../image/modal-sho-arrow.png");
}

.overlay .modal .modal-menu ul li .modal-chu {
  background-image: url("../image/modal-chu-text.png");
}

.overlay .modal .modal-menu ul li .modal-chu:after {
  background-image: url("../image/modal-chu-arrow.png");
}

.overlay .modal .modal-menu ul li .modal-kou {
  background-image: url("../image/modal-kou-text.png");
}

.overlay .modal .modal-menu ul li .modal-kou:after {
  background-image: url("../image/modal-kou-arrow.png");
}

@media screen and (max-width: 767px) {
  .overlay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .show {
    display: block !important;
  }
  .overlay .modal {
    background-color: #fff;
    max-width: 293px;
    width: 77%;
    height: 372px;
    padding: 29px 16px 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    position: absolute;
    border-radius: 7px;
    border: none;
    margin-left: 0;
    margin-top: 0;
  }
  .overlay .modal .title {
    font-size: 18px;
    color: #000;
    opacity: 0.5;
  }
  .overlay .modal .close-btn {
    position: relative;
  }
  .overlay .modal .close-btn .close-btn-img {
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    background-image: url("../image/btn_close.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: -49px;
    right: -13%;
    cursor: pointer;
    background-size: 90%;
  }
  .overlay .modal .modal-menu ul {
    margin-top: 20px;
  }
  .overlay .modal .modal-menu ul li {
    border-top: 1px solid #f0f0f0;
    height: 79px;
  }
  .overlay .modal .modal-menu ul li:last-of-type {
    border-bottom: 0;
  }
  .overlay .modal .modal-menu ul li a {
    display: block;
    height: 79px;
    width: 100%;
    line-height: 79px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    background-size: 66%;
  }
  .overlay .modal .modal-menu ul li a:hover {
    opacity: 1;
  }
  .overlay .modal .modal-menu ul li a:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -17.5px;
    right: 0;
    background-size: 90%
  }
  .overlay .modal .modal-menu ul li .modal-kodomo {
    background-image: url("../image/modal-kodomo-text.png");
    background-size: 50%;
  }
  .overlay .modal .modal-menu ul li .modal-kodomo:after {
    background-image: url("../image/modal-kodomo-arrow.png");
  }
  .overlay .modal .modal-menu ul li .modal-sho {
    background-image: url("../image/modal-sho-text.png");
  }
  .overlay .modal .modal-menu ul li .modal-sho:after {
    background-image: url("../image/modal-sho-arrow.png");
  }
  .overlay .modal .modal-menu ul li .modal-chu {
    background-image: url("../image/modal-chu-text.png");
  }
  .overlay .modal .modal-menu ul li .modal-chu:after {
    background-image: url("../image/modal-chu-arrow.png");
  }
  .overlay .modal .modal-menu ul li .modal-kou {
    background-image: url("../image/modal-kou-text.png");
  }
  .overlay .modal .modal-menu ul li .modal-kou:after {
    background-image: url("../image/modal-kou-arrow.png");
  }
  .overlay-header {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .overlay-header .modal {
    background-color: #fff;
    max-width: 293px;
    width: 77%;
    height: 372px;
    padding: 29px 16px 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    position: absolute;
    border-radius: 7px;
    border: none;
  }
  .overlay-header .modal .title {
    font-size: 18px;
    color: #000;
    opacity: 0.5;
  }
  .overlay-header .modal .close-btn {
    position: relative;
  }
  .overlay-header .modal .close-btn .close-btn-img {
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    background-image: url("../image/btn_close.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: -49px;
    right: -13%;
    cursor: pointer;
    background-size: 90%;
  }
  .overlay-header .modal .modal-menu ul {
    margin-top: 20px;
  }
  .overlay-header .modal .modal-menu ul li {
    border-top: 1px solid #f0f0f0;
    height: 79px;
  }
  .overlay-header .modal .modal-menu ul li:last-of-type {
    border-bottom: 0;
  }
  .overlay-header .modal .modal-menu ul li a {
    display: block;
    height: 79px;
    width: 100%;
    line-height: 79px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    background-size: 66%;
  }
  .overlay-header .modal .modal-menu ul li a:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -17.5px;
    right: 0;
    background-size: 90%
  }
  .overlay-header .modal .modal-menu ul li .modal-kodomo {
    background-image: url("../image/modal-kodomo-text.png");
    background-size: 50%;
  }
  .overlay-header .modal .modal-menu ul li .modal-kodomo:after {
    background-image: url("../image/modal-kodomo-arrow.png");
  }
  .overlay-header .modal .modal-menu ul li .modal-sho {
    background-image: url("../image/modal-sho-text.png");
  }
  .overlay-header .modal .modal-menu ul li .modal-sho:after {
    background-image: url("../image/modal-sho-arrow.png");
  }
  .overlay-header .modal .modal-menu ul li .modal-chu {
    background-image: url("../image/modal-chu-text.png");
  }
  .overlay-header .modal .modal-menu ul li .modal-chu:after {
    background-image: url("../image/modal-chu-arrow.png");
  }
  .overlay-header .modal .modal-menu ul li .modal-kou {
    background-image: url("../image/modal-kou-text.png");
  }
  .overlay-header .modal .modal-menu ul li .modal-kou:after {
    background-image: url("../image/modal-kou-arrow.png");
  }
}

footer {
  width: 100%;
  border-top: 1px solid #cdcdcd;
  line-height: 43px;
}

footer .footer-wrapper {
  max-width: 960px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

footer .footer-wrapper .link-list {
  display: flex;
}

footer .footer-wrapper .link-list li:first-of-type {
  margin-right: 20px;
}

footer .footer-wrapper .link-list li a {
  position: relative;
  margin-left: 10px;
  color: #477dd3;
}

footer .footer-wrapper .link-list li a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  background-image: url("../image/blue-arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: -10px;
}

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    border-top: 1px solid #cdcdcd;
    line-height: 0;
  }
  footer .footer-wrapper {
    display: block;
    padding: 21px 20px;
  }
  footer .footer-wrapper .footer-link {
    margin-bottom: 25px;
  }
  footer .footer-wrapper .link-list li:first-of-type {
    margin-right: 20px;
  }
  footer .footer-wrapper .link-list li a {
    position: relative;
    margin-left: 10px;
    color: #4396d9;
  }
  footer .footer-wrapper .link-list li a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    background-image: url("../image/blue-arrow-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: -10px;
  }
}

button:focus {
  outline: 0;
}

/*---------------------------------

共通

---------------------------------*/

@media (min-width: 768px) {
  /* PC */
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* SP */
  .pc {
    display: none !important;
  }
}

/*---------------------------------

KV

---------------------------------*/

@media (min-width: 768px) {
  /* PC */
  .kv-inner {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .kv__ttl-wrap {
    text-align: center;
  }
  .kv__ttl {
    display: inline-block;
    line-height: 0;
  }
  .kv__ttl-img {
    display: block;
  }
  .kv__ttl-logo {
    width: 82px;
    height: 16px;
  }
  .kv__bnr-wrap {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
  }
  .kv__bnr-wrap::before {
    content: none;
    z-index: 1;
    background-image: url(/zemi/assets/image/200117/kv-bnr-badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 57px;
    height: 57px;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
  }
  .kv__bnr-link {
    cursor: pointer;
    display: inline-block;
  }
  .kv__bnr-link:hover {
    opacity: .8;
  }
}

@media (max-width: 767px) {
  /* SP */
  .kv-inner {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
  }
  .kv__ttl-wrap {
    text-align: center;
  }
  .kv__ttl {
    display: inline-block;
    line-height: 0;
  }
  .kv__ttl-img {
    display: block;
  }
  .kv__ttl-logo {
    width: 67px;
  }
  .kv-thumb {
    max-width: 100%;
    vertical-align: middle;
  }
  .kv__bnr-wrap {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    max-width: 320px;
    width: 80%;
    box-sizing: border-box;
  }
  .kv_kyozaiail_btn {
    width: 70%;
    bottom: 40px;
  }
  .kv__bnr-wrap::before {
    content: none;
    z-index: 1;
    background-image: url(/zemi/assets/image/200117/kv-bnr-badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 41px;
    height: 41px;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
  }
  .kv__bnr-link {
    display: block;
    margin: 0 auto;
  }
  .kv__bnr-img {
    max-width: 100%;
  }
}

/*---------------------------------

講座案内

---------------------------------*/

@media (min-width: 768px) {
  /* PC */
  .trial-lead {
    color: #fff000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
  }
  .trial-ttl {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 28px;
  }
  .trial-sup {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* SP */
  .trial-lead {
    color: #fff000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
  }
  .trial-ttl {
    color: #fff;
    font-size: 4.6875vw;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .trial-sup {
    color: #fff;
    font-size: 3.75vw;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

/*---------------------------------

020303_追記

---------------------------------*/

img {
  max-width: 100%;
}

/*---------------------------------

KV

---------------------------------*/

@media (min-width: 768px) {
  /* PC */
  /*  .kv-inner {
    background-image: url(/zemi/assets/image/200303/kv-bg-pc.png);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 80px;
    padding-top: 43px;
    height: 0px;
    padding-bottom: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .kv_link{
    display: block;
  }*/
}

@media (max-width: 767px) {
  /* SP */
  /*  .kv-inner {
    background-image: url(/zemi/assets/image/200303/kv-bg-sp.png);
    position: relative;
    padding-top: 10.16vw;
    padding-bottom: 89.84vw;
    background-repeat: no-repeat;
    background-size: cover;
  }*/
}

/*---------------------------------

slide

---------------------------------*/

.about-list {
  width: 100%;
  background-color: #999999;
  /*padding: 0 34px;*/
  margin: 0 auto;
  position: relative;
}

.slick-slide {
  /*margin: 0 10px;*/
  position: relative;
}

/* スライド 矢印ナビ */

.slick-prev, .slick-next {
  display: block;
  outline: none;
  border: none;
  color: transparent;
  width: 24px;
  height: 42px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* SP */
  .slick-prev, .slick-next {
    width: 16px;
    height: 27px;
  }
}

.slick-prev {
  background-color: currentColor;
  background-image: url(/zemi/assets/image/200303/about-prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 5px;
}

.slick-next {
  background-color: currentColor;
  background-image: url(/zemi/assets/image/200303/about-next.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 5px;
}

/* スライド ドットナビ */

.slick-dots {
  text-align: center;
  line-height: 0;
  /*margin-top: 15px;*/
  position: absolute;
  bottom: 14px;
  left: 49%;
}

@media (max-width: 767px) {
  .slick-dots {
    left: 45%;
  }
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li+li {
  margin-left: 12px;
}

.slick-dots button {
  display: block;
  border-radius: 50%;
  outline: none;
  border: none;
  color: transparent;
  background-color: #ffffff;
  width: 15px;
  height: 15px;
}

.slick-dots .slick-active button {
  background-color: #ff4455;
}

/*フェードイン　anim.css*/

.anim--feedin[data-emergence] {
  opacity: 0;
}

/*====================
  campaign
====================*/

/*===== PC =====*/

@media only screen and (min-width: 768px), print, tv {
  .campaign {
    background-color: #005bac;
    padding-bottom: 80px;
  }
  .campaign-head {
    margin-bottom: 40px;
  }
  /* title */
  .campaign-title {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .campaign-title-sub {
    font-size: 20px;
  }
  .campaign-title-main {
    font-size: 28px;
  }
  /* notice */
  .campaign-notice-list {
    text-align: center;
  }
  .campaign-notice {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    padding-left: 1.2em;
    position: relative;
  }
  .campaign-notice:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .campaign-notice_offer{
    color: #888888;
    display: block;
    font-size: 12px;
    margin-top: 15px;
  }
  /* list */
  .campaign-item-list {
    text-align: center;
  }
  .campaign-item {
    font-size: 18px;
    color: #ffffff;
  }
  .campaign-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .campaign-item-link {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding-left: 1.2em;
    position: relative;
  }
  .campaign-item-link:before {
    content: "＞";
    position: absolute;
    top: 0;
    left: 0;
  }
  .campaign-item-link:hover {
    text-decoration: underline;
  }
}

/*===== SP =====*/

@media only screen and (max-width: 767px) {
  .campaign {
    background-color: #005bac;
    padding: 0 20px 50px;
  }
  .campaign-head {
    margin-bottom: 20px;
  }
  /* title */
  .campaign-title {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .campaign-title-sub {
    font-size: 16px;
  }
  .campaign-title-main {
    font-size: 22px;
  }
  /* notice */
  .campaign-notice-list {
    text-align: center;
  }
  .campaign-notice {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 1.2em;
    position: relative;
  }
  .campaign-notice:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .campaign-notice_offer{
    color: #888888;
    font-size: 12px;
    margin-top: 3.2vw;
    margin-left: 3vw;
    margin-right: 3vw;
    display: block;
    text-align: left;
  }
  /* list */
  .campaign-item-list {
    text-align: center;
  }
  .campaign-item {
    font-size: 14px;
    color: #ffffff;
  }
  .campaign-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .campaign-item-link {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding-left: 1.2em;
    position: relative;
  }
  .campaign-item-link:before {
    content: "＞";
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 768px), print, tv {
  .banner-list {
    display: flex;
    justify-content: center;
    margin: 0 60px 40px;
  }
  .banner-list--list {
    max-width: 320px;
  }
  .banner-list--list:not(:last-child) {
    margin-right: 40px;
  }
  /* .banner-list--list:nth-child(2) {
    margin-right: 0px;
  } */
  .banner-list--link:hover {
    opacity: .7;
  }
}

/*===== SP =====*/

@media only screen and (max-width: 767px) {
  .banner-ttl {
    color: #005bac;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    padding: 50px 0 15px;
  }
  .swiper-button-prev {
    /* display: none; */
  }
  .swiper-button-next {
    /* display: none; */
  }
  .swiper-container {
    width: 100vw;
  }
  .material {
    margin-bottom: 60px;
  }
  .material-inner {
    padding-bottom: 50px;
    text-align: center;
  }
  .swiper-container {
    /* width: 95vw; */
    margin: 0 auto;
  }
  .swiper-container img {
    width: 95vw;
  }
  .swiper-pagination {
    margin: 20px auto 0;
    width: 95vw;
  }
  .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .swiper-pagination-bullet-active {
    background-color: #005bac;
  }
}

/*===== PC =====*/

@media only screen and (min-width: 768px) {
  .banner-ttl {
    color: #005bac;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    padding: 80px 0 28px;
  }
}

/*===== PC =====*/

@media only screen and (min-width: 768px) {
  .sec-inner {
    width: 1200px;
    margin: auto;
  }
  .press_release.sec-inner div {
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    margin-top: 30px;
  }
  .press_release dl {
    max-width: 600px;
    width: 100%;
    margin: 40px auto 40px;
    font-size: 16px;
    display: table;
    line-height: 1.5;
  }
  .press_release dt {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: auto 15px auto 0;
  }
  .press_release a {
    color: #00A1E6;
  }
  .c-link-list-small {
    font-size: 12px;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/*===== SP =====*/

@media only screen and (max-width: 767px) {
  .sec-inner {
    padding: 4.69vw 0 2px;
    margin: 0 auto;
  }
  .press_release.sec-inner div {
    opacity: 1;
    font-size: 3.75vw;
    line-height: 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .press_release.sec-inner div+div {
    margin-top: 6vw;
  }
  .press_release dl {
    margin: 12.5vw auto 8vw;
  }
  .press_release dt {
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-right: 3vw;
    min-width: 25vw;
  }
  .press_release a {
    color: #00A1E6;
  }
  .c-link-list-small {
    font-size: 2.5vw;
    display: block;
    line-height: 1.2;
    margin-bottom: 1vw;
  }
}

@media only screen and (min-width: 768px) {
  .list-banner__center {
    -webkit-transform: translateX(230px);
    -ms-transform: translateX(230px);
    -o-transform: translateX(230px);
    transform: translateX(230px);
  }
}

.list-banner__textlink {
  text-align: center;
}

.list-banner__textlink a {
  color: #fff;
  text-decoration: underline;
}

.list-banner__textlink a:hover {
  opacity: 0.7;
}

.list-banner__textlink a:before {
  content: ">";
}



/*---------------------------------

util

---------------------------------*/
@media (min-width: 768px) {
  /* PC */
  .note-list li {
    position: relative;
  
    padding-left: 1.1em;
  }
  .note-list li::before {
    content: '\00203b';
  
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  /* SP */
  .note-list li {
    position: relative;
  
    font-size: 3.733vw;
    padding-left: 1.1em;
  }
  .note-list li::before {
    content: '\00203b';
  
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*---------------------------------

進級セクション

---------------------------------*/
@media (min-width: 768px) {
  /* PC */
  .prm-sec {
    font-family: 'Noto Sans', sans-serif;
    color: #333;
    line-height: 1.5;
  }
  .prm-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;

    padding: 50px 25px;
    box-sizing: border-box;
  }

  .prm__lead {
    color: #219fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;

    margin-bottom: 20px;
  }
  .prm__ttl {
    color: #f86da5;
    font-size: 44px;
    font-weight: bold;
    text-align: center;

    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* SP */
  .prm-sec {
    font-family: 'Noto Sans', sans-serif;
    color: #333;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .prm-inner {
    padding: 13.333vw 0;
    box-sizing: border-box;
  }

  .prm__lead {
    color: #219fff;
    font-size: 6.4vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;

    margin-bottom: 2.667vw;
  }
  .prm__ttl {
    color: #f86da5;
    font-size: 10.133vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;

    margin-bottom: 4vw;
  }
}


/*---------------------------------

FV

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .fv {
    background-color: #fffdf2;
  }
  .fv-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background-color: #fffdf2;
    padding: 28px 0 50px;
    text-align: center;

    position: relative;
  }
  .fv-inner::before {
    content: '';
    background-image: url(/zemi/assets/image/210412/sakura-l-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 128px;
    height: 574px;

    top: 87px;
    left: 32px;
  }
  .fv-inner::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/sakura-r-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 171px;
    height: 578px;

    top: 83px;
    right: 19px;
  }

  .fv__offer__img {
    width: 488px;
    height: 104px;
  }
  .fv__ttl {
    margin-bottom: 40px;
  }
  .fv__ttl__img {
    width: 441px;
    height: 328px;
  }
  .fv__desc {
    font-size: 22px;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  /* SP */
  .fv-inner {
    background-color: #fffdf2;
    padding: 5.867vw 4vw 13.333vw;
    text-align: center;

    position: relative;
  }
  .fv-inner::before {
    content: '';
    background-image: url(/zemi/assets/image/210412/sakura-l-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 14.267vw;
    height: 44.933vw;

    top: 28.4vw;
    left: 0.667vw;
  }
  .fv-inner::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/sakura-r-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 15.6vw;
    height: 55.2vw;

    top: 27.333vw;
    right: 2.667vw;
  }

  .fv__offer__img {
    width: 82.933vw;
  }
  .fv__ttl {
    margin-bottom: 8.267vw;
  }
  .fv__ttl__img {
    width: 76.4vw;
  }
  .fv__desc {
    color: #333;
    font-size: 4.267vw;
    line-height: 1.8;

    margin-bottom: 3.333vw;
  }
}


/*---------------------------------

メッセージ

---------------------------------*/
@media (min-width: 768px) {
  /* PC */
  .message-cal-items {
    display: flex;
  }
  .message-cal-item {
    width: 192px;
    text-align: center;
    padding-bottom: 18px;

    background-color: #fff;
    box-shadow: 0 0 21px rgba(34,34,34,.2);
  }
  .message-cal-item + .message-cal-item {
    margin-left: 18px;
  }
  .message-cal__thumb-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .message-cal__name {
    font-size: 19px;
    font-weight: bold;
  }
  .message-cal__desc {
    font-size: 17px;
  }
  .message-cal__btn {
    display: inline-block;
    width: 168px;

    text-decoration: none;
    text-align: center;
    background-color: #f86da5;

    position: relative;

    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: .5em 0;
    border-radius: 6px;
  }
  .message-cal__btn::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-search.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
  }
  .message-cal__btn:hover {
    opacity: .8;
  }

  .message-cal__btn--delay {
    pointer-events: none;
    background-color: #999999;
  }
  .message-cal__btn--delay::after {
    content: none;
  }
}
@media (max-width: 767px) {
  /* SP */
  .message-cal-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .message-cal-item {
    width: 42.667vw;
    text-align: center;
    padding-bottom: 4vw;
    margin-bottom: 4vw;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(34,34,34,.2);
  }
  .message-cal__thumb-wrap {
    display: block;
    margin-bottom: 3.467vw;
  }
  .message-cal__name {
    font-size: 4.267vw;
    font-weight: bold;
  }
  .message-cal__desc {
    font-size: 3.733vw;
  }
  .message-cal__btn {
    display: inline-block;
    width: 37.333vw;

    text-decoration: none;
    text-align: center;
    background-color: #f86da5;

    position: relative;

    color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1;
    padding: .5em 0;
    border-radius: 1.067vw;
  }
  .message-cal__btn::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-search.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    top: 50%;
    right: 1.333vw;
    transform: translateY(-50%);
    width: 2.533vw;
    height: 2.533vw;
  }

  .message-cal__btn--delay {
    pointer-events: none;
    background-color: #999999;
  }
  .message-cal__btn--delay::after {
    content: none;
  }
}

/*---------------------------------

メッセージカルーセル

---------------------------------*/
@media (min-width: 768px) {
  /* PC */
  .message-cal {
    position: relative;
  }
  .message-cal .swiper-container {
    padding: 28px 45px 30px;
    box-sizing: border-box;
  }

  .message-cal .swiper-button-next,
  .message-cal .swiper-button-prev {
    border-radius: 100%;
    border: none;
    background: #55a7ed;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 55px;
    top: 0;
    z-index: 10;
    cursor: pointer;

    outline: none;
  }
  .message-cal .swiper-button-next::before,
  .message-cal .swiper-button-prev::before {
    content: "";
    display: block;
    background-image: url(/zemi/assets/image/210412/ic-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .message-cal .swiper-button-next::after,
  .message-cal .swiper-button-prev::after {
    content: none;
  }
  .message-cal .swiper-button-prev {
    left: 22px;
  }
  .message-cal .swiper-button-next {
    right: 22px;
  }
  .message-cal .swiper-button-prev::before {
    transform: rotateZ(180deg);
  }

  .message-cal .swiper-scrollbar {
    position: absolute;
    width: 440px;
    height: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .message-cal .swiper-scrollbar .swiper-scrollbar-drag {
    background: #cbcbcb;
  }

}
@media (max-width: 767px) {
  /* SP */
  .message-cal {
    position: relative;
  }
  .message-cal .swiper-container {
    padding: 4vw 5.333vw 5.333vw;
    box-sizing: border-box;
  }

  .message-cal .swiper-button-next,
  .message-cal .swiper-button-prev {
    border-radius: 100%;
    border: none;
    background: #55a7ed;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 55px;
    top: 0;
    z-index: 10;
    cursor: pointer;

    outline: none;
  }
  .message-cal .swiper-button-next::before,
  .message-cal .swiper-button-prev::before {
    content: "";
    display: block;
    background-image: url(/zemi/assets/image/210412/ic-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3.2vw;
    height: 3.2vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .message-cal .swiper-button-next::after,
  .message-cal .swiper-button-prev::after {
    content: none;
  }
  .message-cal .swiper-button-prev {
    left: 3vw;
  }
  .message-cal .swiper-button-next {
    right: 3vw;
  }
  .message-cal .swiper-button-prev::before {
    transform: rotateZ(180deg);
  }

  .message-cal .swiper-scrollbar {
    position: absolute;
    width: 89.333vw;
    height: 4px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .message-cal .swiper-scrollbar .swiper-scrollbar-drag {
    background: #cbcbcb;
  }
}


/*---------------------------------

キャンペーン

---------------------------------*/
@media (min-width: 768px) {
  /* PC */
  .camp {
    background-color: #fffdf2;
  }
  .camp-container {
    padding-top: 112px;
  }
  .camp-container:not(:last-child) {
    padding-bottom: 88px;
  }
  .camp-head {
    box-sizing: border-box;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;

    position: relative;
    border-top: 2px solid #219fff;
    border-bottom: 2px solid #219fff;
    padding: 20px 0;
    margin-bottom: 40px;

    text-align: center;
  }
  .camp-head::before {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-flag.svg);
    background-repeat: no-repeat;
    background-size: 134px 124px;
    background-position: top right;

    position: absolute;
    width: 148px;
    height: 162px;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px;
    padding-right: 10px;

    color: #219fff;
    font-size: 37px;
    font-weight: bold;
    font-style: italic;
  }
  .camp-head--01 {
    max-width: 600px;
  }
  .camp-head--01::before {
    content: '01';
  }
  .camp-head--02::before {
    content: '02';
  }
  .camp-head--03::before {
    content: '03';
  }

  .camp-head__subttl {
    color: #f86da5;
    font-size: 23px;
    font-weight: bold;
  }
  .camp-head__ttl {
    color: #f86da5;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 9px;
  }
  .camp-head__lead {
    color: #219fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 9px;
  }
  .camp-head__offer--01 {
    width: 452px;
  }
  .camp-head__offer--02 {
    width: 452px;
  }

  .camp__thumb-wrap {
    text-align: center;
    margin-bottom: 20px;
  }
  .camp__thumb {
    max-width: 400px;
  }

  .camp__offer {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
  }
  .camp__txt {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 36px;
  }

  /* 学年コンテンツ */
  .camp-grade {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
  }
  .camp-grade:not(:last-child) {
    margin-bottom: 77px;
  }
  .camp-grade__ttl {
    color: #f86da5;
    font-size: 32px;
    font-weight: bold;
    text-align: center;

    margin-bottom: 13px;
  }
  .camp-grade__subttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    
    margin-bottom: 21px;
  }
  .camp-grade__txt {
    font-size: 20px;
    text-align: center;
    
    margin-bottom: 32px;
  }

  .camp-grade-item-list {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    margin-bottom: 20px;
  }
  .camp-grade-item {
    width: 190px;
  }
  .camp-grade-item__thumb-wrap {
    display: inline-block;
    position: relative;

    margin-bottom: 8px;
  }
  .camp-grade-item__thumb-wrap::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 190px;
    height: 57px;
  }
  .camp-grade-item__thumb-wrap--0020::before {
    background-image: url(/zemi/assets/image/210412/count-0020.svg);
  }
  .camp-grade-item__thumb-wrap--0030::before {
    background-image: url(/zemi/assets/image/210412/count-0030.svg);
  }
  .camp-grade-item__thumb-wrap--0040::before {
    background-image: url(/zemi/assets/image/210412/count-0040.svg);
  }
  .camp-grade-item__thumb-wrap--0050::before {
    background-image: url(/zemi/assets/image/210412/count-0050.svg);
  }
  .camp-grade-item__thumb-wrap--0060::before {
    background-image: url(/zemi/assets/image/210412/count-0060.svg);
  }
  .camp-grade-item__thumb-wrap--0100::before {
    background-image: url(/zemi/assets/image/210412/count-0100.svg);
  }
  .camp-grade-item__thumb-wrap--0300::before {
    background-image: url(/zemi/assets/image/210412/count-0300.svg);
  }
  .camp-grade-item__thumb-wrap--1485::before {
    background-image: url(/zemi/assets/image/210412/count-1485.svg);
  }
  .camp-grade-item__thumb-wrap--1500::before {
    background-image: url(/zemi/assets/image/210412/count-1500.svg);
  }
  .camp-grade-item__thumb-wrap--4000::before {
    background-image: url(/zemi/assets/image/210412/count-4000.svg);
  }
  .camp-grade-item__thumb-wrap--4055::before {
    background-image: url(/zemi/assets/image/210412/count-4055.svg);
  }
  .camp-grade-item__thumb-wrap--5105::before {
    background-image: url(/zemi/assets/image/210412/count-5105.svg);
  }
  .camp-grade-item__thumb-wrap--5135::before {
    background-image: url(/zemi/assets/image/210412/count-5135.svg);
  }
  .camp-grade-item__thumb-wrap--5445::before {
    background-image: url(/zemi/assets/image/210412/count-5445.svg);
  }
  .camp-grade-item__thumb {
    width: 190px;
  }
  .camp-grade-item__name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.25em;
  }
  .camp-grade-item__txt {
    font-size: 16px;
  }
  .camp-grade-item .note-list {
    font-size: 14px;
  }


  /* Wプレゼント */
  .camp-wpre {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
  }
  .camp-wpre-head {
    text-align: center;
  }
  .camp-wpre-head__ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .camp-wpre-head__txt {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .camp-wpre-head__txt--red {
    color: #d53a35;
  }
  .camp-wpre-item {
    text-align: center;
  }
  .camp-wpre-item + .camp-wpre-item {
    margin-top: 108px;
    position: relative;
  }
  .camp-wpre-item + .camp-wpre-item::before {
    content: '';

    background-image: url(/zemi/assets/image/210412/ic-plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 35px;
    height: 35px;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
  }
  .camp-wpre-item__count-wrap {
    text-align: center;
  }
  .camp-wpre-item__count {
    width: 190px;
    vertical-align: middle;
  }
  .camp-wpre-item__name {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
  }
  .camp-wpre-item__thumb-wrap {
    display: inline-block;
  }
  .camp-wpre-item__thumb {
    width: 400px;
  }
  .camp-wpre-item-univ-grid-item {
    display: inline-block;
    width: 400px;
    vertical-align: top;
  }
  .camp-wpre-item-univ-grid-item + .camp-wpre-item-univ-grid-item {
    margin-left: 15px;
  }
  .camp-wpre-item-univ-grid-item .note-list {
    text-align: left;
    margin-bottom: 1em;
  }
  .camp-wpre-item-univ-copy {
    font-size: 15px;
    margin-bottom: 1em;
    text-align: left;
  }
  .camp-wpre-item__txt-wrap {
    font-size: 15px;
    text-align: left;
  }

  /* デコレーション */
  .prm-inner--camp {
    position: relative;
  }
  .prm-inner--camp::before {
    content: '';
    background-image: url(/zemi/assets/image/210412/deco-garland.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 149px;
    height: 126px;

    top: 0;
    left: 0;
    transform: scaleX(-1);
  }
  .prm-inner--camp::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/deco-garland.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 149px;
    height: 126px;

    top: 0;
    right: 0;
  }
  .prm__lead--camp {
    position: relative;
    padding-top: 120px;
  }
  .prm__lead--camp::before {
    content: '';
    background-image: url(/zemi/assets/image/210412/deco-present.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 91px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  /* SP */
  .camp {
    background-color: #fffdf2;
  }
  .camp-container {
    padding: 24.933vw 4.267vw 0;
  }
  .camp-container:not(:last-child) {
    padding-bottom: 12vw;
  }
  .camp-head {
    position: relative;
    border-top: 2px solid #219fff;
    border-bottom: 2px solid #219fff;
    padding: 20px 0;
    margin-bottom: 40px;

    text-align: center;
  }
  .camp-head::before {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-flag.svg);
    background-repeat: no-repeat;
    background-size: 29.733vw 27.467vw;
    background-position: top right;

    position: absolute;
    width: 29.733vw;
    height: 27.467vw;
    top: -24.933vw;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 6.5vw;
    padding-right: 4vw;

    color: #219fff;
    font-size: 8.38vw;
    font-weight: bold;
    font-style: italic;
  }
  .camp-head--01::before {
    content: '01';
  }
  .camp-head--02::before {
    content: '02';
  }
  .camp-head--03::before {
    content: '03';
  }

  .camp-head__subttl {
    color: #f86da5;
    font-size: 5.067vw;
    font-weight: bold;
  }
  .camp-head__ttl {
    color: #f86da5;
    font-size: 6.4vw;
    font-weight: bold;
    margin-bottom: 9px;
  }
  .camp-head__lead {
    color: #219fff;
    font-size: 5.6vw;
    font-weight: bold;
    margin-bottom: 9px;
  }
  .camp-head__offer--01 {
    width: 89.333vw;
  }
  .camp-head__offer--02 {
    width: 89.333vw;
  }

  .camp__thumb-wrap {
    text-align: center;
    margin-bottom: 4vw;
  }

  .camp__offer {
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5vw;
  }
  .camp__txt {
    font-size: 4.267vw;
    margin-bottom: 6vw;
  }

  /* 学年コンテンツ */
  .camp-grade:not(:last-child) {
    margin-bottom: 10.667vw;
  }
  .camp-grade__ttl {
    color: #f86da5;
    font-size: 6.933vw;
    font-weight: bold;
    text-align: center;

    margin-bottom: 2.667vw;
  }
  .camp-grade__subttl {
    font-size: 5.867vw;
    font-weight: bold;
    text-align: center;
    
    margin-bottom: 4.267vw;
  }
  .camp-grade__txt {
    font-size: 5.067vw;
    text-align: left;
    
    margin-bottom: 5.333vw;
  }

  .camp-grade-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 9.6vw;
    margin-bottom: 10.667vw;
  }
  .camp-grade-item {
    width: 42vw;
  }
  .camp-grade-item:nth-last-child(n+3) {
    margin-bottom: 14.667vw;
  }
  .camp-grade-item__thumb-wrap {
    display: inline-block;
    position: relative;

    margin-bottom: 4vw;
  }
  .camp-grade-item__thumb-wrap::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    top: -9.6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 42vw;
    height: 12.933vw;
  }
  .camp-grade-item__thumb-wrap--0020::before {
    background-image: url(/zemi/assets/image/210412/count-0020.svg);
  }
  .camp-grade-item__thumb-wrap--0030::before {
    background-image: url(/zemi/assets/image/210412/count-0030.svg);
  }
  .camp-grade-item__thumb-wrap--0040::before {
    background-image: url(/zemi/assets/image/210412/count-0040.svg);
  }
  .camp-grade-item__thumb-wrap--0050::before {
    background-image: url(/zemi/assets/image/210412/count-0050.svg);
  }
  .camp-grade-item__thumb-wrap--0060::before {
    background-image: url(/zemi/assets/image/210412/count-0060.svg);
  }
  .camp-grade-item__thumb-wrap--0100::before {
    background-image: url(/zemi/assets/image/210412/count-0100.svg);
  }
  .camp-grade-item__thumb-wrap--0300::before {
    background-image: url(/zemi/assets/image/210412/count-0300.svg);
  }
  .camp-grade-item__thumb-wrap--1485::before {
    background-image: url(/zemi/assets/image/210412/count-1485.svg);
  }
  .camp-grade-item__thumb-wrap--1500::before {
    background-image: url(/zemi/assets/image/210412/count-1500.svg);
  }
  .camp-grade-item__thumb-wrap--4000::before {
    background-image: url(/zemi/assets/image/210412/count-4000.svg);
  }
  .camp-grade-item__thumb-wrap--4055::before {
    background-image: url(/zemi/assets/image/210412/count-4055.svg);
  }
  .camp-grade-item__thumb-wrap--5105::before {
    background-image: url(/zemi/assets/image/210412/count-5105.svg);
  }
  .camp-grade-item__thumb-wrap--5135::before {
    background-image: url(/zemi/assets/image/210412/count-5135.svg);
  }
  .camp-grade-item__thumb-wrap--5445::before {
    background-image: url(/zemi/assets/image/210412/count-5445.svg);
  }
  .camp-grade-item__thumb {
    width: 190px;
  }
  .camp-grade-item__name {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 0.25em;
  }
  .camp-grade-item__txt {
    font-size: 3.733vw;
    margin-bottom: 1em;
  }
  .camp-grade-item .note-list {
    font-size: 3.467vw;
  }


  /* Wプレゼント */
  .camp-wpre-head {
    text-align: center;
  }
  .camp-wpre-head__ttl {
    font-size: 5.867vw;
    font-weight: bold;
    margin-bottom: 7.333vw;
  }
  .camp-wpre-head__txt {
    font-size: 5.067vw;
    margin-bottom: 5.867vw;
  }
  .camp-wpre-head__txt--red {
    color: #d53a35;
  }
  .camp-wpre-item {
    text-align: center;
  }
  .camp-wpre-item + .camp-wpre-item {
    margin-top: 23.2vw;
    position: relative;
  }
  .camp-wpre-item + .camp-wpre-item::before {
    content: '';

    background-image: url(/zemi/assets/image/210412/ic-plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 8vw;
    height: 8vw;
    top: -16.267vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .camp-wpre-item__count-wrap {
    text-align: center;
  }
  .camp-wpre-item__count {
    width: 42vw;
    vertical-align: middle;
  }
  .camp-wpre-item__name {
    font-size: 5.6vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.333vw;
  }
  .camp-wpre-item__thumb-wrap {
    display: inline-block;
    text-align: center;
  }
  .camp-wpre-item__thumb {
    max-width: 335px;
    width: 100%;
    vertical-align: middle;
  }
  .camp-wpre-item-univ-copy {
    font-size: 3.467vw;
    margin-bottom: 1em;
    text-align: left;
  }
  .camp-wpre-item__txt-wrap {
    font-size: 3.733vw;
    text-align: left;
  }

  /* ユニバーサル */
  .camp-wpre-item-univ-grid {
    display: -ms-grid;
    display: grid;
        grid-template-areas:
      "itemAimg"
      "itemAdesc"
      "itemBimg"
      "itemBdesc";
  }
  .camp-wpre-item-univ-grid-item--01 {
    grid-area: itemAimg;
    margin-bottom: 8px;
  }
  .camp-wpre-item-univ-grid-item--02 {
    grid-area: itemBimg;
    margin-bottom: 8px;
  }
  .camp-wpre-item-univ-copy {
    grid-area: itemAdesc;

    color: #333;
    font-size: 3.467vw;
    text-align: left;

    margin-bottom: 1em;
  }
  .camp-wpre-item__txt-wrap {
    grid-area: itemBdesc;

    color: #333;
    font-size: 3.733vw;
    text-align: left;
  }
  .camp-wpre-item-univ-grid-item .note-list {
    text-align: left;
  }


  /* デコレーション */
  .prm-inner--camp {
    position: relative;
  }
  .prm-inner--camp::before {
    content: '';
    background-image: url(/zemi/assets/image/210412/deco-garland.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 27.333vw;
    height: 23.067vw;

    top: 0;
    left: 0;
    transform: scaleX(-1);
  }
  .prm-inner--camp::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/deco-garland.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 27.333vw;
    height: 23.067vw;

    top: 0;
    right: 0;
  }
  .prm__lead--camp {
    position: relative;
    padding-top: 27.6vw;
  }
  .prm__lead--camp::before {
    content: '';
    background-image: url(/zemi/assets/image/210412/deco-present.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 20.267vw;
    height: 22.133vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}


/*---------------------------------

アンカー

---------------------------------*/
@media (min-width: 768px) {
  /* PC */
  .camp-anc-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .camp-anc {
    display: inline-block;
    margin-bottom: 34px;
  }
  .camp-anc__thumb--01 {
    width: 288px;
  }
  .camp-anc__thumb--02 {
    width: 288px;
  }
  .camp-anc__thumb--03 {
    width: 288px;
  }
}
@media (max-width: 767px) {
  /* SP */
  .camp-anc-list {
    text-align: center;
    padding: 0 4.267vw;
  }
  .camp-anc {
    display: inline-block;
    margin-bottom: 6.133vw;
  }
  .camp-anc__thumb {
    max-width: 335px;
    width: 100%;
  }
}


/*---------------------------------

キャンペーン

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .det {
    background-color: #f86da5;
    padding: 75px 0 52px;

    color: #fff;

    position: relative;
  }
  .det::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    border-top: 30px solid #fffdf2;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
  }
  .det-inner {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;

    text-align: center;
  }
  .det__ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .det__link-list {
    display: flex;
    justify-content: center;
  }
  .det__link {
    display: inline-block;
    width: 340px;
    padding: 1em 0;

    color: #f86da5;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;

    box-shadow: 3px 3px 6px rgba(34,34,34,.25);

    position: relative;
  }
  .det__link::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-arrow-pink.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 7px;
    height: 15px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .det__link + .det__link {
    margin-left: 40px;
  }
  .det__link:hover {
    opacity: .8;
  }
}
@media (max-width: 768px) {
  /* SP */
  .det {
    background-color: #f86da5;
    padding: 12.667vw 0 8vw;

    color: #fff;

    position: relative;
  }
  .det::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    border-top: 6.133vw solid #fffdf2;
    border-left: 7.733vw solid transparent;
    border-right: 7.733vw solid transparent;
  }
  .det-inner {
    text-align: center;
  }
  .det__ttl {
    font-size: 6.4vw;
    font-weight: bold;
    margin-bottom: 7.733vw;
  }
  .det__link {
    display: inline-block;
    width: 89.333vw;
    padding: 1em 0;

    color: #f86da5;
    font-size: 5.067vw;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    border-radius: 1.333vw;

    box-shadow: 0.8vw 0.8vw 1.6vw rgba(34,34,34,.25);

    position: relative;
  }
  .det__link::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-arrow-pink.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 2.3vw;
    height: 3.6vw;
    top: 50%;
    right: 5.6vw;
    transform: translateY(-50%);
  }
  .det__link + .det__link {
    margin-top: 8vw;
  }
}


/*---------------------------------

教材

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .kyozai {
    padding: 50px 0;

    position: relative;
  }
  .kyozai-inner {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;

    text-align: center;
  }
  .kyozai__ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .kyozai__link-list {
    display: flex;
    justify-content: center;
  }
  .kyozai__link {
    display: inline-block;
    width: 280px;
    padding: 1em 0;

    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: #005bac;
    border-radius: 8px;

    box-shadow: 3px 3px 6px rgba(34,34,34,.25);

    position: relative;
  }
  .kyozai__link::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 7px;
    height: 15px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .kyozai__link + .kyozai__link {
    margin-left: 40px;
  }
  .kyozai__link:hover {
    opacity: .8;
  }
}
@media (max-width: 768px) {
  /* SP */
  .kyozai {
    padding: 8vw 0;
    position: relative;
  }
  .kyozai-inner {
    text-align: center;
  }
  .kyozai__ttl {
    font-size: 6.4vw;
    font-weight: bold;
    margin-bottom: 7.733vw;
  }
  .kyozai__link {
    display: inline-block;
    width: 89.333vw;
    padding: 1em 0;

    color: #fff;
    font-size: 5.067vw;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: #005bac;
    border-radius: 1.333vw;

    box-shadow: 0.8vw 0.8vw 1.6vw rgba(34,34,34,.25);

    position: relative;
  }
  .kyozai__link::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 2.3vw;
    height: 3.6vw;
    top: 50%;
    right: 5.6vw;
    transform: translateY(-50%);
  }
  .kyozai__link + .kyozai__link {
    margin-top: 8vw;
  }
}


/*---------------------------------

モーダル

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .modal-message  {
    display: none;
    position: fixed;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 60px 0;
    box-sizing: border-box;
    z-index: 1000;
  }

  .modal-message .modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(183, 183, 183, 0.9);
  }

  .modal-message .modal__body-wrap {
    position: relative;
    max-width: 720px;
    width: 100%;
    height: 100%;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;

    pointer-events: none;
  }
  .modal-message .modal__body {
    width: 100%;
    max-height: 100%;

    border-radius: 5px;
    background-color: #fff;
    
    pointer-events: auto;
    overflow-y: scroll;
  }
  .modal-message .modal__body-inner {
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
  }

  /* 閉じるボタン */
  .modal-message .modal-close {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;

    cursor: pointer;
    pointer-events: auto;
  }
  .modal-message .modal-close-ic {
    display: inline-block;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2211.945%22%20viewBox%3D%220%200%2018%2011.945%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_277%22%20data-name%3D%22%E3%83%91%E3%82%B9%20277%22%20d%3D%22M267.247%2C87.06%2C260.6%2C82.928l6.645-4.132a1%2C1%2C0%2C1%2C0-1.051-1.69l-7.479%2C4.65-7.479-4.65a1%2C1%2C0%2C1%2C0-1.051%2C1.69l6.646%2C4.132-6.646%2C4.132a1%2C1%2C0%2C0%2C0%2C1.051%2C1.69l7.479-4.65%2C7.479%2C4.65a1%2C1%2C0%2C1%2C0%2C1.051-1.69Z%22%20transform%3D%22translate(-249.717%20-76.955)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    width: 18px;
    height: 12px;
  }
  .modal-message .modal-close-txt {
    font-size: 10px;
  }

  /* モーダルコンテンツ */
  .modal-message .modal-message__ttl {
    color: #464646;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 1.5;
  }
  .modal-message .modal-message__txt {
    color: #464646;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 2em;
  }
  .modal-message .modal-message__thumb-wrap {
    text-align: center;
  }
  .modal-message .modal-message__thumb {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .modal-message .modal__btn {
    border: none;
    box-shadow: none;
    outline: none;

    background-color: #f86da5;
    border-radius: 4px;

    cursor: pointer;

    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 280px;
    padding: .75em 0;

    position: relative;
  }
  .modal-message .modal__btn::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-modal-close.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .modal-message .modal__btn:hover {
    opacity: .8;
  }


  .modal-message .swiper-button-next,
  .modal-message .swiper-button-prev {
    border-radius: 100%;
    border: none;
    background: #55a7ed;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 55px;
    top: 0;
    z-index: 10;
    cursor: pointer;

    outline: none;
  }
  .modal-message .swiper-button-next::before,
  .modal-message .swiper-button-prev::before {
    content: "";
    display: block;
    background-image: url(/zemi/assets/image/210412/ic-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .modal-message .swiper-button-next::after,
  .modal-message .swiper-button-prev::after {
    content: none;
  }
  .modal-message .swiper-button-prev {
    left: 22px;
  }
  .modal-message .swiper-button-next {
    right: 22px;
  }
  .modal-message .swiper-button-prev::before {
    transform: rotateZ(180deg);
  }
}
@media print, screen and (max-width: 768px) {
  /* SP */
  .modal-message  {
    display: none;
    position: fixed;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 0 30px;
    box-sizing: border-box;
    z-index: 1000;
  }

  .modal-message .modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(183, 183, 183, 0.9);
  }

  .modal-message .modal__body-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;

    pointer-events: none;
  }
  .modal-message .modal__body {
    width: 100%;
    max-height: 100%;

    border-radius: 5px;
    background-color: #fff;
    pointer-events: auto;
    overflow-y: scroll;
  }
  .modal-message .modal__body-inner {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  /* 閉じるボタン */
  .modal-message .modal-close {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;

    cursor: pointer;
  }
  .modal-message .modal-close-ic {
    display: inline-block;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2211.945%22%20viewBox%3D%220%200%2018%2011.945%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_277%22%20data-name%3D%22%E3%83%91%E3%82%B9%20277%22%20d%3D%22M267.247%2C87.06%2C260.6%2C82.928l6.645-4.132a1%2C1%2C0%2C1%2C0-1.051-1.69l-7.479%2C4.65-7.479-4.65a1%2C1%2C0%2C1%2C0-1.051%2C1.69l6.646%2C4.132-6.646%2C4.132a1%2C1%2C0%2C0%2C0%2C1.051%2C1.69l7.479-4.65%2C7.479%2C4.65a1%2C1%2C0%2C1%2C0%2C1.051-1.69Z%22%20transform%3D%22translate(-249.717%20-76.955)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    width: 18px;
    height: 12px;
  }
  .modal-message .modal-close-txt {
    font-size: 10px;
  }

  /* モーダルコンテンツ */
  .modal-message .modal-message__ttl {
    color: #464646;
    font-size: 5.867vw;
    margin-bottom: .75em;
    font-weight: bold;
    line-height: 1.5;
  }
  .modal-message .modal-message__txt {
    color: #464646;
    font-size: 4.533vw;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 2em;
  }
  .modal-message .modal-message__thumb-wrap {
    text-align: center;
  }
  .modal-message .modal-message__thumb {
    max-width: 100%;
    margin-bottom: 5.333vw;
  }
  .modal-message .modal__btn {
    border: none;
    box-shadow: none;
    outline: none;

    background-color: #f86da5;
    border-radius: 1.333vw;

    color: #fff;
    font-size: 4.533vw;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 77.333vw;
    padding: .75em 0;

    position: relative;
  }
  .modal-message .modal__btn::after {
    content: '';
    background-image: url(/zemi/assets/image/210412/ic-modal-close.svg);
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    width: 3.067vw;
    height: 3.067vw;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }


  .modal-message .swiper-button-next,
  .modal-message .swiper-button-prev {
    border-radius: 100%;
    border: none;
    background: #55a7ed;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 55px;
    top: 0;
    z-index: 10;
    cursor: pointer;

    outline: none;
  }
  .modal-message .swiper-button-next::before,
  .modal-message .swiper-button-prev::before {
    content: "";
    display: block;
    background-image: url(/zemi/assets/image/210412/ic-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3.2vw;
    height: 3.2vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .modal-message .swiper-button-next::after,
  .modal-message .swiper-button-prev::after {
    content: none;
  }
  .modal-message .swiper-button-prev {
    left: 3vw;
  }
  .modal-message .swiper-button-next {
    right: 3vw;
  }
  .modal-message .swiper-button-prev::before {
    transform: rotateZ(180deg);
  }

  .modal-message .swiper-container {
    width: auto;
  }
}

/*210503更新追記*/
.c-link-list-link:hover {
  opacity: 0.7;
}
.c-btn-list-link:hover {
  opacity: 0.7;
}
.list-header__link:hover {
  opacity: 0.7;
}
.benesse-header-logo__link:hover {
  opacity: 0.7;
}
.footer-link--hover:hover {
  opacity: 0.7;
}