@charset "UTF-8";
@media screen and (max-width: 1080px){
  .contents{
    width: 1080px !important;
  }
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  /* padding: 0 16px; */
}
/*topview*/
.area_view {
  margin: 0 auto;
  display: flex;
}
.area_view .container{
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
} 
.area_view .img {
  display: flex;
}
.area_view .img img{
  width: 100%;
  max-width: 1080px;
}
.area_view .btnarea{
  background: #CBFDFF;
  padding: 60px 0;
  text-align: center;
  z-index: 1;
  position: relative;
}
.area_view .btnarea::before{
  content: '';
  position: absolute;
  left: 40px;
  top: -70px;
  height: 140px;
  width: 230px;
  background: url(../images/illust_1.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: -1;
}
.area_view .btnarea a{
  flex: 1;
  align-content: center;
  text-decoration: auto;
  text-align: center;
  position: relative;
  padding: 28px 60px;
  font: 500 22px / 1em 'Zen Maru Gothic', sans-serif;
  border-radius: 10px;
  color: #000;
  background: #FFF61A;
  border: 3px solid #000;
  -webkit-box-shadow: 5px 5px 0 #28B6DB;
  width: 50%;
  letter-spacing: .12em;
}
.area_view .btnarea a::after {
  position: absolute;
  content: '';
  top: 50px;
  right: 28px;
  width: 24px;
  height: 24px;
  transform: translatey(-50%);
  background: url(../images/arrow_icon.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
/*topview*/
.area_overview{
  margin: 55px 0;
}
.area_overview .body .flex{
  display: flex;
  align-items: center;
  margin: 22px;
}
.area_overview .img{
  text-align: center;
}
.area_overview .img img{
  width: 90%;
}
.area_overview .text{
  margin: 40px;
}
.area_overview .text .heading{
  margin: 0;
  font: 500 26px / 1.5em 'Zen Maru Gothic', sans-serif;
  color: #1D264E;
}
.area_overview .text .heading strong{
  margin: 0 6px 0 0;
  font: 500 60px / 1em 'Zen Maru Gothic', sans-serif;
  color: #34A9C8;
}
.area_overview .text .heading span{
  margin: 0;
  font: 500 40px / 1em 'Zen Maru Gothic', sans-serif;
  color: #86BAE3;
  letter-spacing: .12em;
  position: relative;
}
.area_overview .text .heading span::after{
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: absolute;
  top: -14px;
  left: 85%;
  background: url(../images/attention.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.area_overview .text .description{
  margin: 20px 0 0;
  font: 500 16px / 2em 'Noto Sans JP', sans-serif;
  color: #0E426F;
  letter-spacing: .12em;
}
/*area_step*/
.area_step1,
.area_step3{
  background: #F0FBFF;
  padding: 90px 0;
  position: relative;
}
.area_step2{
  padding: 90px 0;
  position: relative;
}
.area_step1::before{
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: absolute;
  top: -40px;
  left: 20%;
  background: url(../images/step_1.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.area_step2::before{
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: absolute;
  top: -40px;
  left: 20%;
  background: url(../images/step_2.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.area_step3::before{
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: absolute;
  top: -40px;
  left: 20%;
  background: url(../images/step_3.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.area_step1 .head,
.area_step2 .head,
.area_step3 .head{
  text-align: center;
  position: relative;
}
.area_step1 .head::before,
.area_step2 .head::before,
.area_step3 .head::before{
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: absolute;
  top: -48px;
  right: 70%;
  background: url(../images/kirakira.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.area_step1 .head .ttl,
.area_step2 .head .ttl,
.area_step3 .head .ttl{
  margin: 0;
  font: 500 30px / 1.8em 'Zen Maru Gothic', sans-serif;
  color: #04171C;
  letter-spacing: .12em;
  text-decoration: #28B6DB wavy underline;
}
.area_step1 .body,
.area_step2 .body,
.area_step3 .body{
  margin: 30px 0 0;
}
.area_step2 .body .description,
.area_step3 .body .description{
  margin: 20px 0 0;
  font: 500 18px / 1.4em 'Noto Sans JP', sans-serif;
  color: #000;
  letter-spacing: .12em;
  text-align: center;
}
.area_step2 .btnarea{
  padding: 36px 0;
  margin: 40px 0 0;
  z-index: 1;
  text-align: center;
}
.area_step2 .btnarea a{
  flex: 1;
  align-content: center;
  text-decoration: auto;
  text-align: center;
  position: relative;
  padding: 28px 60px;
  font: 500 22px / 1em 'Zen Maru Gothic', sans-serif;
  border-radius: 10px;
  color: #000;
  background: #FFF61A;
  border: 3px solid #000;
  -webkit-box-shadow: 5px 5px 0 #28B6DB;
  width: 50%;
  letter-spacing: .12em;
}
.area_step2 .btnarea a::after {
  position: absolute;
  content: '';
  top: 50px;
  right: 28px;
  width: 24px;
  height: 24px;
  transform: translatey(-50%);
  background: url(../images/arrow_icon.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}


/*list_search*/
.list_search {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 36px 0 0;
}
.list_search >li {
  padding: 10px 12px;
  width: 28%;
  list-style-type: none;
  display: flex;
}
.list_search .search_1,
.list_search .search_2,
.list_search .search_3{
  position: relative;
}
.list_search .search_1::before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -12px;
  right: 43%;
  background: url(../images/pattern_1.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.list_search .search_2::before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -12px;
  right: 43%;
  background: url(../images/pattern_2.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.list_search .search_3::before{
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -12px;
  right: 43%;
  background: url(../images/pattern_3.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.list_search .search_1 article,
.list_search .search_2 article,
.list_search .search_3 article{
  background: #FFF;
  border: 4px solid #28B6DB;
  box-shadow: 5px 5px 0px rgb(222, 226, 227);
  padding: 50px 12px 32px;
  border-radius: 20px;
}
.list_search .title_1 .theme,
.list_search .title_2 .theme,
.list_search .title_3 .theme{
  text-align: center;
  margin: 0;
  font: 500 18px / 1em 'Zen Maru Gothic', sans-serif;
  color: #4CA6DE;
  letter-spacing: .12em;
}
.list_search .title_1 .theme strong,
.list_search .title_2 .theme strong,
.list_search .title_3 .theme strong{
  margin: 0;
  font: 500 20px / 1em 'Zen Maru Gothic', sans-serif;
  color: #4CA6DE;
  letter-spacing: .12em;
}
.list_search .description{
  margin: 20px 0 0;
  font: 500 14px / 1.8em 'Noto Sans JP', sans-serif;
  color: #000;
  letter-spacing: .12em;
  text-align: center;
}
.list_search .description span{
  position: relative;
  z-index: 1;
}
.list_search .description span::before{
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-bottom: 18px solid #FFF67E;
}
.list_search img{
  margin: 30px 0 0;
  width: 100%;
}
.area_step3 .foot{
  background: #fff;
  margin: 40px 80px;
  padding: 90px 70px;
  border-radius: 40px;
  box-shadow: 5px 5px 0px rgb(222, 226, 227);
}
.area_step3 .point_1 > .ttl,
.area_step3 .point_2 > .ttl{
  background: #61B0E1;
  box-shadow: 5px 5px 0px rgb(255, 233, 125);
  border-radius: 36px;
  padding: 20px 40px;
  display: flex;
  justify-self: center;
}
.area_step3 .point_1 > .ttl .text,
.area_step3 .point_2 > .ttl .text{
  margin: 0;
  font: 500 22px / 1em 'Zen Maru Gothic', sans-serif;
  color: #ffffff;
  letter-spacing: .12em;
}
.area_step3 .point_2{
  margin: 36px 0 0;
}
/*list_use*/
.list_use {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 36px 0 0;
}
.list_use >li {
  padding: 10px 12px;
  width: 28%;
  list-style-type: none;
}
.list_use .img img{
  width: 100%;
}
.list_use .text{
  margin: 28px 0 0;
}
.list_use .text .ttl{
  display: flex;
  justify-self: center;
  text-align: center;
  margin: 0;
  font: 500 21px / 1em 'Zen Maru Gothic', sans-serif;
  color: #4CA6DE;
  letter-spacing: .12em;
  position: relative;
  z-index: 1;
}
.list_use .text .ttl::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  left: 0;
  bottom: -4px;
  z-index: -1;
  border-bottom: 12px solid #FFF67E;
}
.list_use .text .description{
  margin: 28px 0 0;
  font: 500 14px / 1.8em 'Noto Sans JP', sans-serif;
  color: #343638;
  letter-spacing: .12em;
}
/*list_use2*/
.list_use2 {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 36px 0 0;
}
.list_use2 >li {
  padding: 10px 12px;
  width: 42%;
  list-style-type: none;
  display: flex
;
}
.list_use2 .text {
  display: flex;
  flex-direction: column; 
}
.list_use2 .text .ttl{
  background: #2890D1;
  color: #FFF619;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font: 500 18px / 1em 'Zen Maru Gothic', sans-serif;
  letter-spacing: .12em;
}
.list_use2 .text .description{
  flex: 1;
  border: 2px solid #2890D1;
  margin: 0;
  padding: 12px;
  font: 400 14px / 1.5em 'Noto Sans JP', sans-serif;
  color: #343638;
  letter-spacing: .12em;
}
/*tikuban*/
.area_tikuban{
  padding: 90px 0;
}
.area_tikuban .head{
  text-align: center;
  position: relative;
}
.area_tikuban .head::before{
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: absolute;
  top: -48px;
  right: 70%;
  background: url(../images/kirakira.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.area_tikuban .head .ttl{
  margin: 0;
  font: 500 30px / 1.8em 'Zen Maru Gothic', sans-serif;
  color: #04171C;
  letter-spacing: .12em;
  text-decoration: #28B6DB wavy underline;
}
.area_tikuban .body{
  margin: 48px 0 0;
}
/*list_tikuban*/
.list_tikuban {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}
.list_tikuban >li {
  list-style-type: none;
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 6px;
  border-radius: 12px;
  position: relative;
}
.list_tikuban a {
  text-decoration: auto;
  text-align: center;
  align-content: center;
  padding: 20px;
  background: #FFF61A;
  border: 3px solid #000;
  flex: 1;
  font: 500 20px / 1.4em 'Zen Maru Gothic', sans-serif;
  color: #00308D;
  letter-spacing: .12em;
  box-shadow: 5px 5px 0px rgb(40 182 219);
}
.list_tikuban a::after {
  position: absolute;
  content: '';
  top: 40px;
  right: 36px;
  width: 24px;
  height: 24px;
  transform: translatey(-50%);
  background: url(../images/sankaku.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
/*area_all*/
.area_all{
  background: #DAF0FE;
}
/*list_area*/
.list_area{
  justify-content: center;
  padding: 10px;
  margin: 14px 70px 0;
  display: flex;
  flex-wrap: wrap;
}
.list_area >li {
  list-style-type: none;
  padding: 18px 8px;
}
.list_area .area_1,
.list_area .area_2,
.list_area .area_3,
.list_area .area_4,
.list_area .area_5,
.list_area .area_6,
.list_area .area_7{
  justify-content: center;
  padding: 10px;
  margin: 14px 70px 0;
  display: flex;
  flex-wrap: wrap;
}
.list_area .area_1 .ttl,
.list_area .area_2 .ttl,
.list_area .area_3 .ttl,
.list_area .area_4 .ttl,
.list_area .area_5 .ttl,
.list_area .area_6 .ttl,
.list_area .area_7 .ttl{
  margin: 0;
  font: 500 28px / 1.8em 'Zen Maru Gothic', sans-serif;
  color: #343638;
  letter-spacing: .12em;
}
.list_area .area_1 >li,
.list_area .area_2 >li,
.list_area .area_3 >li,
.list_area .area_4 >li,
.list_area .area_5 >li,
.list_area .area_6 >li,
.list_area .area_7 >li {
  list-style-type: none;
  padding: 18px 8px;
}
.list_area article{
  background: #fff;
  padding: 64px 100px 36px;
  box-shadow: 5px 5px 0px rgb(222, 226, 227);
  border-radius: 32px;
}
.list_area .area_1 .flex,
.list_area .area_2 .flex,
.list_area .area_3 .flex,
.list_area .area_4 .flex,
.list_area .area_5 .flex,
.list_area .area_6 .flex,
.list_area .area_7 .flex{
  display: flex;
  align-items: center;
}
.list_area .area_1 .img img,
.list_area .area_2 .img img,
.list_area .area_3 .img img,
.list_area .area_4 .img img,
.list_area .area_5 .img img,
.list_area .area_6 .img img,
.list_area .area_7 .img img{
  width: 320px;
}
.list_area .text{
  margin: 0 0 0 20px;
}
.list_area .text .caption{
  margin: 0;
  font: 500 14px / 1.8em 'Noto Sans JP', sans-serif;
  color: #343638;
  letter-spacing: .12em;
}
.list_area .text .caption span{
  background: #4CA6DE;
  color: #fff;
  border-radius: 17px;
  padding: 5px 16px;
  margin: 0 6px 0 0;
  font: 500 13px / 1.8em 'Noto Sans JP', sans-serif;
}
.list_area .text .ttl_school{
  margin: 12px 0 0;
  font: 500 24px / 1.4em 'Zen Maru Gothic', sans-serif;
  color: #000;
  letter-spacing: .12em;
}
.list_area .text .description{
  margin: 12px 0 0;
  font: 400 14px / 1.6em 'Noto Sans JP', sans-serif;
  color: #343638;
  letter-spacing: .12em;
}
.list_area .down{
  margin: 22px 0 0;
}
.list_area .btnarea{
  display: flex;
  justify-content: center;
}
a.p_detail {
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 240px;
  height: 30px;
  margin: 0 20px 20px;
  padding: 1rem 1rem 0.8rem 1rem;
  font-weight: 700;
  border-radius: 5px;
  color: #000;
  border: 2px solid #000;
  box-shadow: 5px 5px #194FB8;
  background-color: #E5EEFF;
  transition: 0.3s ease-in-out;
}
.yaji_icon {
  width: 16px;
  margin: 4px 0 0 8px;
}
.cart-add-1 a {
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 240px;
  height: 30px;
  margin: 0 20px 30px;
  padding: 1rem 1rem 0.8rem 1rem;
  font-weight: 700;
  border-radius: 5px;
  color: #000;
  border: 2px solid #000;
  box-shadow: 5px 5px #34AC3F;
  background-color: #F1FFF3;
  transition: 0.3s ease-in-out;
}
.cart_icon {
  width: 18px;
  margin: 4px 0 0 8px;
}

.cart-add-1 .cart-added{
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 240px;
  height: 30px;
  margin: 0 20px 30px;
  padding: 1rem 1rem 0.8rem 1rem;
  font-weight: 700;
  border-radius: 5px;
  color: #000;
  border: 2px solid #000;
  box-shadow: 5px 5px #34AC3F;
  background-color: #F1FFF3;
  transition: 0.3s ease-in-out;
}