@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
/*
5:div ボックス
------------------------------------------------------------
*/
footer {
  position: relative;
  z-index: 3;
}

.f_banner_wrap_w {
  position: relative;
}
.f_banner_wrap_w::after {
  position: absolute;
  content: "";
  right: -700px;
  bottom: -950px;
  width: 1400px;
  height: 1400px;
  background-color: #f3f3f3;
  transform: rotate(45deg);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .f_banner_wrap_w::after {
    right: -300px;
    bottom: -480px;
    width: 600px;
    height: 600px;
  }
}

.img_wrap_radius img {
  border-radius: 25px;
}

.ed_box_1 {
  position: relative;
}
.ed_box_1 > div {
  border: solid #f3f3f3 16px;
  padding: 4.37rem;
  position: relative;
  background-color: #fff;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ed_box_1 > div {
    border: solid #f3f3f3 10px;
    padding: 1rem;
  }
}
.ed_box_1 .ttl {
  font-weight: bold;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .ed_box_1 .ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ed_box_1 .text_wrap {
    text-align: left;
    font-size: 0.8rem;
  }
}
.ed_box_1 .mail {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .ed_box_1 .mail {
    padding-left: 33.3333333333px;
    font-size: 1.1rem;
  }
}
.ed_box_1 .mail::before {
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
  position: absolute;
  background: url(../images/educational/icon_mail.svg) no-repeat bottom/contain;
}
@media screen and (max-width: 767px) {
  .ed_box_1 .mail::before {
    width: 22.2222222222px;
    height: 16.6666666667px;
  }
}
.ed_box_1::before {
  content: "";
  top: -190px;
  left: -96px;
  width: 128px;
  height: 270px;
  position: absolute;
  background: url(../images/dec_CUBE_01.png) no-repeat bottom/contain;
}
@media screen and (max-width: 1200px) {
  .ed_box_1::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ed_box_1::before {
    top: -55px;
    left: -6px;
    width: 42.6666666667px;
    height: 90px;
  }
}

.ed_tow_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ed_tow_box .img_wrap {
  width: 55%;
}
.ed_tow_box .img_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ed_tow_box .img_wrap {
    display: none;
  }
}
.ed_tow_box .txt_wrap {
  width: 41%;
  font-size: 0.98rem;
}
@media screen and (max-width: 767px) {
  .ed_tow_box .txt_wrap {
    width: 100%;
  }
}
.ed_tow_box .txt_wrap .ed_txt {
  font-size: 1.37rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ed_tow_box .txt_wrap .ed_txt {
    font-size: 1rem;
  }
}
.ed_tow_box .txt_wrap .ed_ttl {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .ed_tow_box .txt_wrap .ed_ttl {
    font-size: 1.7rem;
  }
}
.ed_tow_box .txt_wrap .ed_ttl .ttl_s {
  font-size: 2.2rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .ed_tow_box .txt_wrap .ed_ttl .ttl_s {
    font-size: 1.3rem;
  }
}

.educational_box > a.box_wrap {
  display: block;
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .educational_box > a.box_wrap {
    padding-bottom: 1.8rem;
  }
}
.educational_box > a.box_wrap::before {
  content: "MORE >";
  bottom: 0;
  right: 0;
  position: absolute;
  font-size: 13px;
  transition: 0.3s;
}
.educational_box > a.box_wrap:hover::before {
  letter-spacing: 2px;
}
.educational_box_img {
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .educational_box_img {
    margin-bottom: 1rem;
  }
}
.educational_box_img img {
  width: 100%;
  height: 236px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .educational_box_img img {
    height: 120px;
  }
}
.educational_box_img2 {
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .educational_box_img2 {
    margin-bottom: 1rem;
  }
}
.educational_box_img2 img {
  position: absolute;
  top: 0;
  left: 0;
}
.educational_box_img2::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.educational_box .price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .educational_box .price {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.educational_box .price > span {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .educational_box .price > span {
    font-size: 0.8rem;
  }
}
.educational_box_ttl {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .educational_box_ttl {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.educational_box_txt {
  font-size: 0.98rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .educational_box_txt {
    display: none;
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .educational_box form {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.ed_info_box {
  border: solid #f3f3f3 16px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ed_info_box {
    border: solid #f3f3f3 10px;
  }
}
.ed_info_box .txt_wrap {
  position: relative;
  padding: 3.75rem;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #42a5c3;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .ed_info_box .txt_wrap {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .ed_info_box .txt_wrap {
    padding: 1rem;
    font-size: 0.9rem;
  }
}
.ed_info_box .txt_wrap .text {
  margin-bottom: 0.8rem;
}
.ed_info_box .txt_wrap .mail {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ed_info_box .txt_wrap .mail {
    padding-left: 33.3333333333px;
    font-size: 1.1rem;
  }
}
.ed_info_box .txt_wrap .mail::before {
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
  position: absolute;
  background: url(../images/educational/icon_mail.svg) no-repeat bottom/contain;
}
@media screen and (max-width: 767px) {
  .ed_info_box .txt_wrap .mail::before {
    width: 22.2222222222px;
    height: 16.6666666667px;
  }
}

/*
6:ul リスト
------------------------------------------------------------
*/
.list_ed_three_link {
  display: flex;
  flex-wrap: wrap;
}
.list_ed_three_link > li {
  width: 33.3333333333%;
  height: 312px;
}
@media screen and (max-width: 1200px) {
  .list_ed_three_link > li {
    height: 290px;
  }
}
@media screen and (max-width: 767px) {
  .list_ed_three_link > li {
    width: 100%;
    height: 230px;
  }
}
.list_ed_three_link > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.list_ed_three_link > li > a:hover {
  letter-spacing: 3px;
}
.list_ed_three_link > li > a .txt_wrap {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.list_ed_three_link > li > a .txt_wrap .txt_s {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .list_ed_three_link > li > a .txt_wrap .txt_s {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .list_ed_three_link > li > a .txt_wrap .txt_s {
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
  }
}
.list_ed_three_link > li > a .txt_wrap .txt {
  font-size: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .list_ed_three_link > li > a .txt_wrap .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .list_ed_three_link > li > a .txt_wrap .txt {
    font-size: 1.5rem;
  }
}
.list_ed_three_link .li_blue > a {
  border: solid 16px #42a5c3;
  background: url(../images/educational/educational_recommendation_1.jpg) no-repeat bottom/cover;
}
.list_ed_three_link .li_yellow > a {
  border: solid 16px #f3cc2e;
  background: url(../images/educational/educational_recommendation_2.jpg) no-repeat bottom/cover;
}
.list_ed_three_link .li_red > a {
  border: solid 16px #d25357;
  background: url(../images/educational/educational_recommendation_3.jpg) no-repeat bottom/cover;
}

.list_ed_target {
  display: flex;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .list_ed_target {
    margin-bottom: 1rem;
  }
}
.list_ed_target > li {
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 10px;
  border-radius: 8px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .list_ed_target > li {
    font-size: 0.6rem;
    margin-right: 6px;
  }
}
.list_ed_target > li:last-of-type {
  margin-right: 0;
}
.list_ed_target li.two_years_old {
  background-color: #d25357;
}
.list_ed_target li.two_years_old > p {
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_ed_target li.two_years_old > p {
    padding-left: 21.3333333333px;
  }
}
.list_ed_target li.two_years_old > p::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 13px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/educational/icon_star2.svg) no-repeat bottom/cover;
}
@media screen and (max-width: 767px) {
  .list_ed_target li.two_years_old > p::before {
    width: 18px;
    height: 8.6666666667px;
  }
}
.list_ed_target li.juvenile {
  background-color: #42a5c3;
}
.list_ed_target li.juvenile > p {
  position: relative;
  padding-left: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_ed_target li.juvenile > p {
    padding-left: 32px;
  }
}
.list_ed_target li.juvenile > p::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 13px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/educational/icon_star3.svg) no-repeat bottom/cover;
}
@media screen and (max-width: 767px) {
  .list_ed_target li.juvenile > p::before {
    width: 28px;
    height: 8.6666666667px;
  }
}
.list_ed_target li.all_year_round {
  background-color: #f3cc2e;
}
.list_ed_target li.all_year_round > p {
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_ed_target li.all_year_round > p {
    padding-left: 21.3333333333px;
  }
}
.list_ed_target li.all_year_round > p::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/educational/icon_star4.svg) no-repeat bottom/cover;
}
@media screen and (max-width: 767px) {
  .list_ed_target li.all_year_round > p::before {
    width: 18px;
    height: 18px;
  }
}
.list_ed_target li.elder {
  background-color: #009761;
}
.list_ed_target li.elder > p {
  position: relative;
  padding-left: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_ed_target li.elder > p {
    padding-left: 32px;
  }
}
.list_ed_target li.elder > p::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 27px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/educational/icon_star5.svg) no-repeat bottom/cover;
}
@media screen and (max-width: 767px) {
  .list_ed_target li.elder > p::before {
    width: 28px;
    height: 18px;
  }
}

.list_three_ed {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: -8rem;
}
@media screen and (max-width: 767px) {
  .list_three_ed {
    margin-bottom: -4rem;
  }
}
.list_three_ed:after {
  content: "";
  display: block;
  width: 30.6666666667%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .list_three_ed:after {
    display: none;
  }
}
.list_three_ed > li {
  width: 30.6666666667%;
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_three_ed > li {
    width: 46%;
    padding-bottom: 40px;
    margin-bottom: 4rem;
  }
}
.list_three_ed > li a {
  display: block;
}
.list_three_ed > li a:hover {
  opacity: 0.6;
}

/*
8:table
------------------------------------------------------------
*/
.table_ed_target {
  color: #d25357;
}
.table_ed_target th {
  vertical-align: top;
  width: 117px;
}

/*
9:タイトル
------------------------------------------------------------
*/
.ed_ttl_main {
  font-size: 3.375rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ed_ttl_main {
    font-size: 1.6rem;
  }
}
.ed_ttl_main .j_txt {
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .ed_ttl_main .j_txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ed_ttl_main .j_txt {
    font-size: 1.2rem;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_dec_ed_two_CUBE {
  position: relative;
  overflow: hidden;
}
.bg_dec_ed_two_CUBE::after {
  position: absolute;
  content: "";
  right: 8%;
  bottom: 21%;
  width: 221px;
  height: 130px;
  background: url(../images/dec_CUBE_02.png) no-repeat center top/contain;
  z-index: 0;
}
@media screen and (max-width: 1500px) {
  .bg_dec_ed_two_CUBE::after {
    width: 157.8571428571px;
    height: 92.8571428571px;
  }
}
@media screen and (max-width: 767px) {
  .bg_dec_ed_two_CUBE::after {
    right: 4%;
    bottom: 12%;
    width: 110.5px;
    height: 65px;
  }
}

/*
11:ボタン系
------------------------------------------------------------
*/
a.more_ed {
  width: 110px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
a.cart_btn {
  display: inline-block;
  background-color: #d25357;
  color: #fff;
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding: 0.8rem;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  a.cart_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.9rem;
  }
}

.cart_btn2 {
  padding: 0;
  border-radius: 0;
  border: none;
  max-width: 300px;
  width: 100%;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .m200 {
    margin-bottom: 60px;
  }
}

.m100 {
  margin-top:100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .m100 {
	   margin-top:30px;
    margin-bottom: 30px;
  }
}

.m50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .m50 {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=layout-educational.css.map */