@charset "utf-8";

/* HOME
-------------------------------------------------------------------*/
.home .txt_area {
  padding: 90px 20px 90px 20px;
  background: #61a81d;
  color: #fff;
}

.home .txt_area h2 {
  text-align: center;
  font-size: 40px;
  padding: 0 0 20px 0;
  line-height: 1.3em;
}

.home .txt_area p {
  width: 800px;
  margin: 0 auto;
  line-height: 1.8em;
}

.home .map_area {
  margin-top: 270px;
  padding: 80px 20px;
  background: #f6f6f6;
  text-align: center;
}

.home .map_area .ico {
  position: relative;
  top: -190px;
  margin: 0 0 -180px 0;
}

.home .map_area h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4em;
}

.map_area ul {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
}

.map_area ul li {
  width: 355px;
  margin: 0 20px;
  text-align: left;
}

.map_area ul li dl {
  display: flex;
  align-items: center;
  position: relative;
}

.map_area ul li dl .link {
  position: absolute;
  right: 0;
  top: 5px;
}

.map_area ul li dl dt {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  padding: 0 20px;
  background: #61a81d;
}

.map_area ul li dl dd.txt {
  font-size: 12px;
  border-radius: 3px;
  border: 2px solid #ededed;
  height: 34px;
  line-height: 30px;
  padding: 0 10px;
  color: #777777;
  background: #fff;
  margin: 0 0 0 20px;
}

.map_area ul li .txt02 {
  padding: 5px 20px;
  background: #f5ff00;
  border-radius: 24px;
  font-size: 15px;
  display: inline-block;
  margin: 10px 0;
}

.map_area ul li .tel a {
  color: #61a81d;
  font-size: 24px;
}

.map_area ul li .mintxt {
  color: #666666;
  font-size: 13px;
}

.map_area ul li .address {
  font-size: 15px;
}

.course_area {
  text-align: center;
  padding: 90px 20px;
}

.course_area h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4em;
}

.course_area .sub {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4em;
  padding: 5px 0 40px 0;
}

.course_box {
  text-align: center;
}

.course_box .tit {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  width: 870px;
  margin: 0 auto;
  background: #61a81d;
  border-radius: 16px 16px 0 0;
  padding: 20px 0;
}

.course_box ul {
  border-radius: 5px;
  background: #61a81d;
  padding: 40px;
  display: flex;
  justify-content: center;
}

.course_box ul li {
  width: 280px;
  margin: 0 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto 30px;
  border: 1px solid #ededed;
}

.course_box ul li .ico {
  padding: 10px 0 0 0;
  margin: 0 0 -20px 0;
}

.course_box ul li .icotit {
  width: 180px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background: #a9c300;
  margin: 0 auto;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
  color: #f5ff00;
}

.course_box ul li:nth-child(2) .icotit {
  background: #ea5716;
}

.course_box ul li:nth-child(3) .icotit {
  background: #fc878b;
}

.course_box ul li dl {
  padding: 10px 0 0 0;
  position: relative;
}

.course_box ul li:nth-child(2) dl:after {
  content: '';
  width: 61px;
  height: 79px;
  background: url(../img/common/menu_subico.png) no-repeat center center;
  position: absolute;
  right: 10px;
  top: -69px;
  z-index: 3;
}

.course_box ul li dl dt {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
  background: #61a81d;
}

.course_box ul li dl dt span {
  color: #f5ff00;
}

.course_box ul li dl dd {
  display: inline-block;
  text-align: left;
  padding: 10px 0 20px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
}

.course_box ul li dl dd span {
  font-size: 15px;
  font-weight: 400;
}

.home .thought {
  background: url(../img/top/thought_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 175px 20px 120px 20px;
}

.home .thought .box {
  text-align: right;
}

.home .thought .txtbox {
  display: inline-block;
  text-align: left;
  color: #fff;
  width: 600px;
}

.home .thought .txtbox h2 {
  font-size: 40px;
  font-weight: 500;
  padding: 0 0 40px 0;
}

.home .thought .txtbox .txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 2em;
}

@media screen and (max-width: 800px) {
  .home .txt_area {
    padding: 60px 20px 40px 20px;
  }

  .home .txt_area h2 {
    font-size: 20px;
    padding: 0 0 20px 0;
  }

  .home .txt_area p {
    width: 100%;
  }

  .home .map_area {
    margin-top: 140px;
    padding: 60px 20px 30px 20px;
  }

  .home .map_area .ico {
    position: relative;
    width: 120px;
    margin: 0 auto -110px;
    top: -120px;
  }

  .home .map_area h2 {
    font-size: 24px;
  }

  .map_area ul {
    display: block;
    padding: 20px 0 0 0;
  }

  .map_area ul li {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }

  .map_area ul li dl {
    justify-content: center;
  }

  .map_area ul li dl .link {
    position: static;
  }

  .map_area ul li dl dt {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  .map_area ul li dl dd.txt {
    margin: 0 10px;
  }

  .map_area ul li .txt02 {
    padding: 5px 15px;
    font-size: 14px;
  }

  .map_area ul li .tel a {
    font-size: 20px;
  }

  .map_area ul li .mintxt {
    font-size: 12px;
  }

  .map_area ul li .address {
    font-size: 14px;
  }

  .course_area {
    padding: 60px 20px;
  }

  .course_area h2 {
    font-size: 24px;
  }

  .course_area .sub {
    font-size: 15px;
    padding: 10px 0 30px 0;
  }

  .course_box {
    margin: 0 -20px;
  }

  .course_box .tit {
    font-size: clamp(14px, 3.5vw, 24px);
    width: 80%;
    padding: 10px 0;
    line-height: 1.4em;
  }

  .course_box ul {
    border-radius: 0;
    padding: 30px;
    display: block;
  }

  .course_box ul li {
    width: 100%;
  }

  .course_box ul li .icotit {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .course_box ul li dl dt {
    font-size: clamp(14px, 4vw, 18px);
  }

  .course_box ul li dl dd {
    font-size: 17px;
  }

  .course_box ul li dl dd span {
    font-size: 14px;
  }

  .home .thought {
    padding: 100px 20px 90px 20px;
    background: url(../img/top/sp/thought_bg.jpg) no-repeat right center;
    background-size: cover;
  }

  .home .thought .box {
    text-align: left;
  }

  .home .thought .txtbox {
    width: 100%;
  }

  .home .thought .txtbox h2 {
    font-size: 30px;
    padding: 0 0 30px 0;
  }

  .home .thought .txtbox .txt {
    font-size: 15px;
  }
}

.home .mv {
  height: 100vh;
  min-height: 800px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.home .mv .box {
  background: url(../img/top/mv.jpg?20240424) no-repeat top center;
  background-size: cover;
  height: 100%;
  position: relative;
}

.home .mv .box h1 {
  padding: 230px 0 0 0;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}

/*.home .mv .box h1:after{
	content:"";
	width:78px;
	height:84px;
	background: url(../img/top/mv_ico01.png) no-repeat top center;
	position:absolute;
	bottom:0;
	left:80px;
}

.home .mv .box .subtit01{
	position:absolute;
	bottom:100px;
	left:15%;
}

.home .mv .box .subtit02{
	position:absolute;
	bottom:100px;
	right:15%;
}

@media screen and (max-width: 1350px) {
.home .mv .box .subtit01{
	left:3%;
}

.home .mv .box .subtit02{
	right:3%;
}
}*/

.home .mv .slider {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
  max-width: 1200px;
  padding: 0 30px;
}

.home .mv .slider li {
  margin: 0 5px;
}

.order_area {
  text-align: center;
  background: #61a81d;
  padding: 100px 0 60px 0;
}

.order_area .txtbox {
  width: 960px;
  margin: 0 auto;
  background: #a9c300;
  border-radius: 3px 3px 0 0;
  position: relative;
  padding: 0 0 30px 0;
}

.order_area .txtbox ul {
  display: flex;
  justify-content: center;
  position: relative;
  top: -20px;
}

.order_area .txtbox ul li {
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #61a81d;
  color: #61a81d;
  background: #fff;
  margin: 0 5px;
  width: 100px;
  font-weight: 500;
  border-radius: 3px;
}

.order_area .txtbox .txt {
  color: #fff;
  font-size: 15px;
  line-height: 1.8em;
}

.order_area .txtbox .txt span {
  color: #f5ff00;
  position: relative;
  z-index: 2;
}

.order_area .txtbox .ico {
  position: absolute;
  top: -90px;
  right: 60px;
}

.slider {
  display: none;
  position: relative;
  z-index: 6;
}

.slider.slick-initialized {
  display: block;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

/* Arrows */
.slick-prev,
.slick-next {
  width: 48px !important;
  height: 48px !important;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  top: 50%;
  z-index: 99;
}

.slider .slick-prev {
  left: 0;
}

.slider .slick-next {
  right: 0;
}

.slider .slick-prev:before {
  content: url(../img/common/prev.png);
}

.slider .slick-next:before {
  content: url(../img/common/next.png);
}

.home .link_area {
  padding: 30px 20px 90px 20px;
  background: #61a81d;
}

.home .link_area h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0 0 20px 0;
}

.home .link_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .link_area ul:after {
  content: '';
  width: 32%;
  display: block;
}

.home .link_area ul li {
  width: 32%;
  margin: 0.65% 0;
}

.home .blog_area {
  padding: 90px 20px;
  background: url(../img/top/blog_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.home .blog_area .box {
  position: relative;
}

.home .blog_area h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.4em;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 10px 0;
  font-weight: 500;
}

.home .blog_area h2:after {
  content: '';
  width: 60px;
  height: 60px;
  background: url(../img/top/blog_ico.png) no-repeat center center;
  position: absolute;
  left: -70px;
  top: 5px;
}

.home .blog_area .txt {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
  color: #fff;
}

.home .blog_area ul {
  display: flex;
  justify-content: center;
  padding: 50px 0 0 0;
}

.home .blog_area ul li {
  width: 350px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  margin: 0 20px;
  background: #fff;
}

.home .blog_area ul li a {
  position: relative;
}

.home .blog_area ul li .cate {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -25px;
}

.home .blog_area ul li .cate span {
  padding: 8px 20px;
  background: #61a81d;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
}

.home .blog_area ul li .cate span.takatsuki,
.home .blog_area ul li .cate span.hirakata {
  display: inline-block;
}

.home .blog_area ul li .day {
  height: 48px;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  background: #555555;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

.home .blog_area ul li .img {
  height: 200px;
}

.home .blog_area ul li dl {
  padding: 20px 30px;
  text-align: left;
}

.home .blog_area ul li dl dt {
  font-size: 17px;
  font-weight: 500;
  color: #61a81d;
  text-decoration: underline;
  line-height: 1.4em;
}

.home .blog_area ul li dl dd {
  font-size: 13px;
  line-height: 1.4em;
  padding: 10px 0 0 0;
}

.link_btn {
  position: absolute;
  right: 0;
  top: 20px;
}

.link_btn a {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  border-radius: 30px;
  border: 3px solid #61a81d;
  padding: 10px 20px;
  color: #61a81d;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.link_btn a:hover {
  color: #fff;
  background: #61a81d;
}

.home .news_area {
  padding: 90px 20px;
  background: #f4f4f4;
}

.home .news_area .box {
  position: relative;
}

.home .news_area h2 {
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 500;
}

.home .news_area .txt {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 10px 0 30px 0;
}

.home .news_area ul {
  background: #fff;
  border-radius: 5px;
  padding: 35px 60px;
}

.home .news_area ul li:not(:last-child) {
  border-bottom: 1px dotted #61a81d;
}

.home .news_area ul li a {
  display: flex;
  padding: 15px 0;
}

.home .news_area ul li .cate span {
  width: 110px;
  min-width: 110px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
  padding: 5px 0;
  background: #f21087;
  display: inline-block;
}

.home .news_area ul li .cate span:not(:first-child) {
  display: none;
}

.home .news_area ul li .cate span.news {
  background: #ea5449;
}

.home .news_area ul li .cate span.event {
  background: #52a191;
}

.home .news_area ul li .day {
  color: #777777;
  font-size: 13px;
  width: 95px;
  padding: 5px 10px 0 10px;
  box-sizing: border-box;
}

.home .news_area ul li h3 {
  font-size: 17px;
  padding: 5px 0 0 0;
}

.home .guardian {
  background: #61a81d;
  padding: 60px 20px 100px 20px;
  position: relative;
}

.home .guardian:after {
  content: '';
  position: absolute;
  text-align: center;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/top/guardian_bg02.png) no-repeat center center;
  background-size: cover;
  width: 290px;
  height: 50px;
}

.home .guardian .box {
  background: #f4f4f4;
  border-radius: 40px;
  padding: 0 70px 100px 70px;
  position: relative;
}

.home .guardian .box:after {
  content: '';
  position: absolute;
  text-align: center;
  top: -49px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/top/guardian_bg01.png) no-repeat center center;
  background-size: cover;
  width: 290px;
  height: 50px;
}

.home .guardian .box .box_in {
  width: 720px;
  margin: 0 auto;
  position: relative;
}

.home .guardian .box .box_in .ico01 {
  position: absolute;
  left: -65px;
  top: -50px;
}

.home .guardian .box .box_in .ico02 {
  position: absolute;
  right: -130px;
  top: -50px;
}

.home .guardian .box .box_in h2 {
  text-align: center;
  color: #61a81d;
  font-size: 40px;
  line-height: 1.6em;
  font-weight: 500;
  padding: 40px 0 30px 0;
}

.more__content {
  font-size: 17px;
  line-height: 1.8em;
  position: relative;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  transition: max-height 1s;
  padding: 0 0 20px 0;
}

.more__content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #f4f4f4 100%);
}

.more__content.open:after {
  z-index: -1;
  opacity: 0;
}

.more__btn,
.m_btn a {
  border: 3px solid #61a81d;
  display: block;
  width: 240px;
  height: 70px;
  line-height: 70px;
  border-radius: 16px;
  margin: 0 auto;
  text-align: center;
  color: #61a81d;
  font-size: 17px;
  background: #fff;
  position: relative;
  outline: none !important;
  font-family: 'A1Gothic', sans-serif;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.more__btn:hover,
.m_btn a:hover {
  color: #fff;
  background: #61a81d;
}

.more__btn.open {
  opacity: 0;
  z-index: -1;
}

.home .about {
  padding: 0 20px 200px 20px;
}

.home .about h2 {
  margin: -50px 0 0 0;
}

.home .about .link_btn {
  position: static;
  text-align: center;
}

.home .voice {
  padding: 0 50px 90px 50px;
  background: #f4f4f4;
  position: relative;
  text-align: center;
}

.home .voice:after {
  content: '';
  position: absolute;
  text-align: center;
  top: -73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/top/voice_bg.png) no-repeat center center;
  background-size: cover;
  width: 353px;
  height: 74px;
}

.home .voice h2 {
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 0 0 40px 0;
}

.home .voice h2 span {
  display: block;
  position: relative;
  top: -25px;
  z-index: 2;
  margin: 0 0 -20px 0;
}

.home .voice .slider li {
  margin: 0 15px;
}

.home .voice .slider li .txtbox {
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 50px;
  text-align: left;
  position: relative;
}

.home .voice .slider li .txtbox:after {
  content: '';
  background: url(../img/top/voice_student_ico.png) no-repeat center center;
  background-size: cover;
  width: 55px;
  height: 47px;
  position: absolute;
  top: -10px;
  right: 37px;
}

.home .voice .slider li.hogo .txtbox:after {
  display: none;
}

.home .voice .slider li p {
  font-size: 15px;
  line-height: 1.8em;
}

.home .voice .slider li h3 {
  border-radius: 5px 0 20px 0;
  background: #61a81d;
  height: 114px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  writing-mode: vertical-rl;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.1em;
}

.home .voice .slider li.hogo h3 {
  background: #009be0;
}

.home .voice ul li .ico {
  width: 72px;
  margin: 0 auto -36px;
  position: relative;
  z-index: 2;
}

.price_area {
  padding: 0 20px 20px 20px;
  text-align: center;
  position: relative;
}

.price_area:after {
  content: '';
  position: absolute;
  text-align: center;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/top/price_bg.png) no-repeat center center;
  background-size: cover;
  width: 290px;
  height: 50px;
}

.price_area .ico {
  margin: -30px 0 0 0;
  position: relative;
  z-index: 2;
}

.price_area .box {
  width: 900px;
  margin: 0 auto;
}

.price_area .box_in {
  padding: 0 0 120px 0;
}

.price_area h2 {
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 0 0 40px 0;
}

.price_area h3 {
  font-size: 40px;
  line-height: 60px;
  height: 60px;
  font-weight: 500;
  background: #61a81d;
  color: #fff;
  border-radius: 30px;
  margin: 0 0 40px 0;
}

.price_area .txt01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 15px 0;
}

.price_area .txt01 dt {
  width: 220px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
}

.price_area .txt01 .pricebox {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
}

.price_area .txt01 .yellow {
  display: inline-block;
  background: #f5ff00;
  border-radius: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  height: 48px;
  font-size: 20px;
  margin: 0 20px;
  padding: 0 20px;
}

.price_area .price_txt {
  font-size: 30px;
  font-weight: 500;
  color: #ea5716;
}

.price_area .min01 {
  font-size: 20px;
}

.price_area .min02 {
  font-size: 12px;
}

.price_area .kome01 {
  font-size: 15px;
  font-weight: 500;
}

.price_area .kome01 span {
  color: #ea5716;
}

.price_area .txtbox01 {
  width: 800px;
  margin: 50px auto 5px;
  border-radius: 5px;
  background: #f4f4f4;
  padding: 0 0 20px 0;
}

.price_area .txtbox01 h4 {
  border-radius: 3px;
  background: #95569e;
  color: #fff;
  height: 48px;
  line-height: 48px;
  width: 290px;
  margin: 0 auto;
  position: relative;
  top: -24px;
  font-size: 20px;
  font-weight: 500;
}

.price_area .txtbox01 h5 {
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 0 0 10px 0;
}

.price_area .txtbox01 dl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
}

.price_area .txtbox01 dl dt {
  width: 160px;
  font-size: 20px;
  color: #95569e;
  font-weight: 500;
  background: #fff;
  line-height: 48px;
  height: 48px;
  border: 1px solid #95569e;
  border-radius: 24px;
  margin: 0 20px 0 0;
}

.price_area .txtbox01 dl dd {
  width: 240px;
}

.price_area .txtbox01 dl dd.price_txt {
  font-size: 20px;
  text-align: left;
}

.price_area .txtbox02 {
  width: 800px;
  margin: 50px auto 5px;
  border-radius: 5px;
  border: 2px solid #52a191;
  padding: 0 0 20px 0;
}

.price_area .txtbox02 h4 {
  border-radius: 3px;
  background: #52a191;
  color: #fff;
  height: 48px;
  line-height: 48px;
  width: 190px;
  margin: 0 auto;
  position: relative;
  top: -24px;
  font-size: 20px;
  font-weight: 500;
}

.price_area .txtbox02 dl dt {
  width: 160px;
  margin: 0 auto 20px;
  line-height: 48px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #52a191;
  font-size: 20px;
  font-weight: 500;
  color: #52a191;
}

.price_area .txtbox02 dl dd {
  font-size: 40px;
  line-height: 1.4em;
}

.price_area .txtbox02 dl dd span {
  font-size: 20px;
}

.price_area .txtbox02 dl dd.plus {
  color: #52a191;
  padding: 0;
  margin: -15px 0 -10px 0;
}

.price_area .txtbox02 dl dd span.yellow {
  font-size: 19px;
  width: 120px;
  line-height: 48px;
  height: 48px;
  background: #f5ff00;
  border-radius: 24px;
  color: #ea5716;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.price_area .month {
  position: relative;
}

.price_area .month:after {
  content: '2ヶ月間の費用';
  font-size: 15px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 24px;
  background: #ffe00c;
  position: absolute;
  left: 80px;
  top: 10px;
}

.price_area .f_box {
  max-width: 800px;
  margin: 0 auto;
}

.price_area .f_box .txt {
  background: #f4f4f4;
  border-radius: 62px;
  padding: 30px;
  line-height: 1.8em;
  font-weight: 500;
  font-size: 20px;
}

.price_area .f_box ul {
  display: flex;
  justify-content: center;
  padding: 35px 0 0 0;
}

.price_area .f_box ul li {
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  .home .mv {
    min-height: auto;
    height: auto;
    background: #61a81d;
  }

  .home .mv .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .home .mv .box {
    background: none;
    height: auto;
  }

  .home .mv .box h1 {
    position: relative;
    z-index: 2;
    padding: 0;
  }

  .home .mv .box h1:after {
    display: none;
  }

  .home .mv .box .subtit01 {
    display: none;
  }

  .home .mv .box .subtit02 {
    display: none;
  }

  .home .mv .slider {
    position: relative;
    width: 100%;
    padding: 10px 20px 60px 20px;
    top: 0;
  }

  .home .mv .slider .slick-dots {
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .home .mv .slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }

  .home .mv .slider .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
  }

  .home .mv .slider .slick-dots li button:before {
    line-height: 6px;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    opacity: 1;
    background: #cccccc;
    border-radius: 50%;
  }

  .home .mv .slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #c62d26;
  }

  .home .mv .sptxt {
    padding: 0 20px 260px 20px;
  }

  .order_area {
    padding-top: 0;
  }

  .home .order_area .spbox {
    padding: 0 20px;
    margin: 30px 0 0 0;
  }

  .home .order_area .txtbox {
    width: 100%;
    position: relative;
    bottom: -140px;
    margin: -140px 0 0 0;
    padding: 0 20px 20px 20px;
  }

  .home .order_area .txtbox ul {
    top: -20px;
    z-index: 3;
    flex-wrap: wrap;
    max-width: 260px;
    margin: 0 auto;
  }

  .home .order_area .txtbox ul li {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 2px;
    width: 120px;
  }

  .home .order_area .txtbox .txt {
    font-size: clamp(15px, 2vw, 18px);
  }

  .home .order_area .txtbox .ico {
    right: 0;
    left: 0;
    top: -160px;
    width: 90px;
    margin: 0 auto;
    z-index: 5;
  }

  .home .link_area {
    padding: 110px 20px 60px 20px;
  }

  .home .link_area h2 {
    font-size: 24px;
    padding: 0 0 20px 0;
  }

  .home .link_area ul:after {
    display: none;
  }

  .home .link_area ul li {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .home .blog_area {
    padding: 60px 20px;
  }

  .home .blog_area h2 {
    font-size: 20px;
    line-height: 1.4em;
    padding: 50px 0 10px 0;
  }

  .home .blog_area h2:after {
    width: 40px;
    height: 40px;
    background: url(../img/top/blog_ico.png) no-repeat center center;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }

  .home .blog_area .txt {
    font-size: 14px;
    text-align: left;
  }

  .home .blog_area ul {
    display: block;
    padding: 10px 0 0 0;
  }

  .home .blog_area ul li {
    width: 100%;
    margin: 40px 0 0 0;
  }

  .home .blog_area ul li .cate {
    top: -15px;
  }

  .home .blog_area ul li .cate span {
    padding: 5px 10px;
    font-size: 14px;
  }

  .home .blog_area ul li .day {
    height: 48px;
    padding: 20px 0 0 0;
    font-size: 12px;
  }

  .home .blog_area ul li .img {
    height: 200px;
  }

  .home .blog_area ul li dl {
    padding: 20px;
  }

  .home .blog_area ul li dl dt {
    font-size: 15px;
  }

  .home .blog_area ul li dl dd {
    font-size: 13px;
  }

  .link_btn {
    position: static;
    padding: 30px 0 0 0;
    text-align: center;
  }

  .link_btn a {
    font-size: 15px;
    padding: 10px 20px;
  }

  .home .news_area {
    padding: 60px 20px;
  }

  .home .news_area .box {
    position: relative;
  }

  .home .news_area h2 {
    font-size: 24px;
  }

  .home .news_area .txt {
    font-size: 14px;
    padding: 10px 0 30px 0;
  }

  .home .news_area ul {
    background: #fff;
    padding: 15px 20px;
  }

  .home .news_area ul li a {
    display: block;
    padding: 10px 0;
  }

  .home .news_area ul li .cate span {
    width: 100px;
    min-width: inherit;
    font-size: 12px;
    padding: 3px 0;
  }

  .home .news_area ul li .day {
    font-size: 12px;
    width: 100%;
    padding: 5px 0 0 0;
  }

  .home .news_area ul li h3 {
    font-size: 15px;
    padding: 0;
  }

  .home .guardian {
    padding: 60px 20px 60px 20px;
  }

  .home .guardian .box {
    border-radius: 20px;
    padding: 30px 20px 40px 20px;
  }

  .home .guardian .box:after {
    top: -37px;
    width: 210px;
    height: 39px;
  }

  .home .guardian:after {
    bottom: -37px;
    width: 210px;
    height: 39px;
  }

  .home .guardian .box .box_in {
    width: 100%;
  }

  .home .guardian .box .box_in .ico01 {
    display: none;
  }

  .home .guardian .box .box_in .ico02 {
    display: none;
  }

  .home .guardian .box .box_in h2 {
    font-size: clamp(15px, 5.5vw, 35px);
    padding: 20px 0 20px 0;
  }

  .more__content {
    font-size: 15px;
    padding: 0;
  }

  .more__btn,
  .m_btn a {
    border: 2px solid #61a81d;
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
  }

  .home .about {
    padding: 90px 20px 140px 20px;
  }

  .home .about h2 {
    margin: 0 0 30px 0;
  }

  .home .voice {
    padding: 0 20px 60px 20px;
  }

  .home .voice:after {
    background: url(../img/top/sp/voice_bg.png) no-repeat center center;
    background-size: cover;
    top: -92px;
    width: 280px;
    height: 93px;
  }

  .home .voice h2 {
    font-size: 30px;
    padding: 10px 0 30px 0;
  }

  /* Arrows */
  .slick-prev,
  .slick-next {
    width: 48px !important;
    height: 48px !important;
    margin: 10px 0 0 0;
  }

  .slider .slick-prev {
    left: -10px;
  }

  .slider .slick-next {
    right: -10px;
  }

  .slider .slick-prev:before {
    content: url(../img/common/prev.png);
  }

  .slider .slick-next:before {
    content: url(../img/common/next.png);
  }

  .home .voice .slider li {
    margin: 0 15px;
  }

  .home .voice .slider li .txtbox {
    padding: 50px 40px 40px 40px;
  }

  .home .voice .slider li p {
    font-size: 14px;
    line-height: 1.8em;
  }

  .home .voice .slider li h3 {
    height: 110px;
    font-size: 16px;
    padding: 0 5px;
  }

  .price_area {
    padding: 60px 20px;
  }

  .price_area:after {
    bottom: -38px;
    width: 210px;
    height: 39px;
  }

  .price_area .ico {
    margin: 0;
  }

  .price_area .box {
    width: 100%;
  }

  .price_area .box_in {
    padding: 0 0 60px 0;
  }

  .price_area h2 {
    font-size: 30px;
    padding: 0 0 30px 0;
  }

  .price_area h3 {
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    border-radius: 30px;
    margin: 0 0 30px 0;
  }

  .price_area .txt01 {
    display: block;
    padding: 0 0 10px 0;
  }

  .price_area .txt01 .sp {
    display: inline-block !important;
  }

  .price_area .txt01 dt {
    width: 100%;
    font-size: 27px;
  }

  .price_area .txt01 .pricebox {
    display: block;
    padding: 10px 0 10px 0;
  }

  .price_area .txt01 .yellow {
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 40px;
    height: 40px;
  }

  .price_area .price_txt {
    font-size: 20px;
  }

  .price_area .kome01 {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }

  .price_area .txtbox01 {
    width: 100%;
    margin: 60px auto 5px;
    padding: 0 0 20px 0;
  }

  .price_area .txtbox01 h4 {
    height: 48px;
    line-height: 48px;
    width: 85%;
    font-size: clamp(15px, 5vw, 20px);
  }

  .price_area .txtbox01 h5 {
    font-size: 30px;
  }

  .price_area .txtbox01 dl {
    display: block;
    padding: 0 0 20px 0;
  }

  .price_area .txtbox01 dl dt {
    width: 160px;
    font-size: 20px;
    margin: 0 auto 20px;
  }

  .price_area .txtbox01 dl.month dt {
    margin: 0 auto 70px;
  }

  .price_area .txtbox01 dl dd {
    width: 100%;
  }

  .price_area .txtbox01 dl dd.price_txt {
    text-align: center;
  }

  .price_area .txtbox02 {
    width: 100%;
    margin: 50px auto 5px;
  }

  .price_area .txtbox02 h4 {
    font-size: 20px;
    width: 190px;
  }

  .price_area .txtbox02 dl dd {
    line-height: 0.8em;
    padding: 0 0 10px 0;
  }

  .price_area .txtbox02 dl dd.plus {
    margin: 0 0 10px 0;
  }

  .price_area .txtbox02 dl dd span.yellow {
    width: 120px;
    display: block;
    margin: 0 auto 15px;
  }

  .price_area .month {
    position: relative;
  }

  .price_area .month:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 65px;
    width: 130px;
  }

  .price_area .f_box {
    max-width: inherit;
    margin: 0 auto;
  }

  .price_area .f_box .txt {
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    font-size: 16px;
  }

  .price_area .f_box .telbox {
    margin: 40px 0 0 0;
  }
}

/* CONTACT
-------------------------------------------------------------------*/
.contact .txt_area {
  text-align: center;
  padding: 60px 20px;
}

.contact .txt_area h2 {
  font-size: 26px;
  font-weight: 500;
  padding: 0 0 30px 0;
}

.contact .txt_area .link_btn {
  position: static;
}

#contact {
  padding: 100px 20px;
  background: #f4f4f4;
}

#contact h2 {
  font-size: 40px;
  color: #61a81d;
  border: 1px solid #61a81d;
  background: #fff;
  border-radius: 60px;
  font-weight: 500;
  width: 560px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.form {
  width: 820px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

.form dl {
  margin: 0 0 30px 0;
  display: flex;
}

.form dl.none {
  display: block;
  padding: 0 0 0 60px;
}

.form dl dt {
  width: 260px;
  min-width: 260px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 0 0 60px;
}

.form dl.none dt {
  width: 100%;
  padding: 20px 0;
}

.form dl.cen dt {
  margin: 15px 0 0 0;
}

.form dl.min dt {
  margin: 10px 0 0 0;
}

.form dl dt.hissu:after {
  content: '必須';
  border: 1px solid #e50000;
  color: #e50000;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  text-align: center;
}

.form dl dd {
  width: 100%;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  line-height: 1.6;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  font-family: 'Inter', 'A1Gothic', sans-serif;
  border: 1px solid #cccccc;
  font-size: 20px;
  border-radius: 8px;
}

.form textarea {
  height: 260px;
}

.form .select dd {
  position: relative;
  width: 220px;
}

.form select {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}

.form .select dd:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 15px solid #333333;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

input::placeholder,
textarea::placeholder {
  color: #d6d6d6;
}

.form .zip {
  width: 230px;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.form .zip > span {
  padding: 0 0 0 5px;
}

.contact .wpcf7-response-output {
  max-width: 700px;
  margin: 30px auto 0 !important;
  text-align: center;
}

.check .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}

.check .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: #fff;
  top: 0;
  margin: 1px 10px 5px 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 1px solid #888888;
}

.check input[type='checkbox'] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを非表示に*/
}
.check .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background: #fff;
  top: 0;
  margin: 1px 10px 5px 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.check input[type='checkbox']:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 28px;
  height: 21px;
  background: url(../img/common/check.png) no-repeat center;
  background-size: contain;
}

.wpcf7-list-item {
  display: block;
  margin: 0;
  font-size: 18px;
}

dl.none .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

dl.none .wpcf7-list-item {
  width: 50%;
  margin: 0;
}

.form dl.checkbox dd .wpcf7-list-item {
  margin: 0 0 10px 0;
}

.check.btn {
  text-align: center;
  padding: 10px 0 50px 0;
  font-weight: 500;
}

.conbtn {
  padding: 30px 0 0 0;
}

.conbtn input[type='submit'],
.conbtn input[type='button'] {
  display: block;
  margin: 0 auto;
  line-height: 80px;
  height: 80px;
  width: 300px;
  position: relative;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  -webkit-appearance: none;
  font-family: 'Inter', 'A1Gothic', sans-serif;
  cursor: pointer;
  outline: none;
  color: #61a81d;
  font-size: 20px;
  background: #fff;
  border: 3px solid #61a81d;
  border-radius: 16px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.conbtn input[type='submit']:hover,
.conbtn input[type='button']:hover {
  background: #61a81d;
  color: #fff;
}

.form .wpcf7-radio {
  display: block;
  padding: 0;
  font-size: 20px;
}

.form .wpcf7-radio > * {
  display: block;
  margin: 0;
}

.form .wpcf7-radio input[type='radio'] {
  display: none;
}

.form .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 60px;
  line-height: 1.5;
  cursor: pointer;
}

.form .wpcf7-list-item > label {
  padding: 0 0 20px 0;
  display: block;
}

.form .wpcf7-radio .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #cccccc;
  border-radius: 50%;
  background: #fff;
}

.form .wpcf7-radio .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #61a81d;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form .wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact p.check {
  padding: 35px 0 0 0;
}

#contact .privacy_box {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 30px 80px 80px 80px;
}

#contact .privacy_box h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  padding: 0 0 20px 0;
}

#contact .privacy_box .txt {
  font-size: 15px;
  line-height: 1.8em;
  text-align: left;
}

#contact .privacy_box .txt a {
  text-decoration: underline;
  color: #61a81d;
}

@media screen and (max-width: 800px) {
  .contact .txt_area {
    padding: 40px 20px;
  }

  .contact .txt_area h2 {
    font-size: 18px;
    line-height: 1.6em;
    padding: 0;
  }

  #contact {
    padding: 60px 20px;
  }

  #contact h2 {
    font-size: 20px;
    width: 100%;
    padding: 20px;
  }

  .form {
    width: 100%;
    padding: 40px 0 0 0;
  }

  .form dl {
    margin: 0 0 20px 0;
    display: block;
  }

  .form dl.none {
    display: block;
    padding: 0 0 10px 0;
  }

  .form dl dt {
    width: auto;
    min-width: inherit;
    display: inline-block;
    font-size: 17px;
    padding: 0 0 10px 0;
  }

  .form dl.none dt {
    width: 100%;
    padding: 20px 0;
  }

  .form dl.cen dt {
    margin: 0;
  }

  .form dl.min dt {
    margin: 0;
  }

  .form dl dt.hissu:after {
    left: auto;
    top: -1px;
    right: -65px;
  }

  .form input,
  .form textarea,
  .form select {
    padding: 15px;
    font-size: 16px;
  }

  .form textarea {
    height: 240px;
  }

  .form .select dd {
    width: 200px;
  }

  .form .select dd:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 15px solid #333333;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
  }

  .contact .wpcf7-response-output {
    max-width: inherit;
    margin: 20px auto 0 !important;
  }

  .check .wpcf7-list-item-label:before {
    width: 15px;
    height: 15px;
    margin: 1px 5px 5px 0;
  }

  .check .wpcf7-list-item-label:before {
    /*チェックボックスの枠*/
    width: 30px;
    height: 30px;
    margin: 1px 10px 5px 0;
  }
  .check input[type='checkbox']:checked + .wpcf7-list-item-label:after {
    /*チェックアイコン*/
    left: 3px;
    width: 22px;
    height: 15px;
    top: 10px;
  }

  .wpcf7-list-item {
    font-size: 16px;
  }

  dl.none .wpcf7-checkbox {
    display: block;
  }

  dl.none .wpcf7-list-item {
    width: 100%;
  }

  .form dl.checkbox dd .wpcf7-list-item {
    margin: 0 0 5px 0;
  }

  .check.btn {
    padding: 10px 0 30px 0;
  }

  .conbtn {
    padding: 30px 0 0 0;
  }

  .conbtn input[type='submit'],
  .conbtn input[type='button'] {
    line-height: 60px;
    height: 60px;
    width: 240px;
    font-size: 17px;
    border: 2px solid #61a81d;
  }

  .form .wpcf7-radio {
    font-size: 16px;
  }

  .form .wpcf7-radio .wpcf7-list-item-label {
    padding-left: 40px;
  }

  .form .wpcf7-list-item > label {
    padding: 0 0 15px 0;
  }

  .form .wpcf7-radio .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
    top: 50%;
  }

  .form .wpcf7-radio .wpcf7-list-item-label::after {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 7px;
  }

  .contact p.check {
    padding: 35px 0 0 0;
  }

  #contact .privacy_box {
    width: 100%;
    padding: 30px 20px;
  }

  #contact .privacy_box h3 {
    font-size: 16px;
    padding: 0 0 20px 0;
  }

  #contact .privacy_box .txt {
    font-size: 14px;
  }
}

/* THANKS/404
-------------------------------------------------------------------*/
.thanks_area {
  padding: 80px 0 140px 0;
  text-align: center;
}

.thanks_area h1 {
  font-size: 28px;
  line-height: 1.6em;
  padding: 50px 0;
  width: 720px;
  border-bottom: 1px solid #e8ebec;
  margin: 0 auto;
}

.thanks_area .txt {
  line-height: 2em;
  padding: 50px 0;
  font-weight: 500;
}

.thanks_area .m_btn a {
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .thanks_area {
    padding: 50px 20px;
    text-align: left;
  }

  .thanks_area h1 {
    font-size: 20px;
    padding: 30px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }

  .thanks_area .txt {
    padding: 30px 0 40px 0;
  }
}

/* ARCHIVE
-------------------------------------------------------------------*/
.mv.kaso01 {
  background: url(../img/blog/mv.jpg) no-repeat center center;
  background-size: cover;
  height: 160px;
  border-bottom: 8px solid #61a81d;
}

.mv.kaso01 h1 {
  padding: 80px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 500;
}

.list_area {
  padding: 0 0 100px 0;
}

.list_area .box {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.list_area .box .l_box {
  width: 660px;
}

.list_area .box .l_box ul.linkbox > li {
  padding: 25px 0;
  border-bottom: 2px dotted #61a81d;
}

.list_area .box .l_box ul.linkbox > li:first-child {
  padding: 0 0 25px 0;
}

.list_area .box .l_box .day {
  font-size: 13px;
  padding: 0 0 5px 0;
}

.list_area .box .l_box ul.cate {
  display: flex;
  flex-wrap: wrap;
}

.list_area .box .l_box ul.cate li {
  margin: 0 10px 0 0;
}

.list_area .box .l_box ul.cate li span {
  font-size: 13px;
  font-weight: 500;
  padding: 1px 10px;
  border: 1px solid #52a191;
  border-radius: 3px;
  display: inline-block;
  color: #52a191;
}

.list_area .box .l_box ul.cate li span.hirakata,
.list_area .box .l_box ul.cate li span.takatsuki {
  background: #61a81d;
  color: #fff;
  border: 1px solid #61a81d;
}

.list_area .box .l_box h2 {
  font-size: 26px;
  line-height: 1.4em;
  padding: 10px 0;
  font-weight: 500;
}

.list_area .box .l_box .txtbox {
  display: flex;
  justify-content: space-between;
}

.list_area .box .l_box .txtbox .img {
  width: 260px;
  height: 150px;
  border-radius: 16px;
}

.list_area .box .l_box .txtbox .txt {
  width: 370px;
}

.list_area .box .l_box .btn {
  margin: 20px 0 0 0;
  border: 3px solid #61a81d;
  display: block;
  width: 130px;
  height: 50px;
  line-height: 47px;
  border-radius: 36px;
  text-align: center;
  color: #61a81d;
  font-size: 17px;
  background: #fff;
  position: relative;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.list_area .box .l_box ul.linkbox > li a:hover .btn {
  color: #fff;
  background: #61a81d;
}

.list_area .box .r_box {
  width: 240px;
}

.list_area .box .r_box .box_in {
  padding: 0 0 40px 0;
}

.list_area .box .r_box h3 {
  background: #61a81d;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
  line-height: 50px;
  height: 50px;
}

.list_area .box .r_box .sublist li {
  border-bottom: 1px dotted #61a81d;
}

.list_area .box .r_box .sublist a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
}

.archive_box h4 {
  background: #e9e9e1;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  cursor: pointer;
}

.archive_box h4:after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 10px;
}

.archive_box h4.on:after {
  content: '−';
}

.archive_box ul {
  display: none;
  font-size: 14px;
}

.archive_box ul li {
  border-bottom: 1px dotted #61a81d;
}

.archive_box ul li a {
  padding: 12px 25px;
}

ul.page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 40px 0 0 0;
}

ul.page-numbers li .current,
ul.page-numbers li a:hover {
  background: #61a81d;
  color: #fff;
}

ul.page-numbers li a,
ul.page-numbers li .current,
ul.page-numbers li span {
  width: 60px;
  height: 60px;
  line-height: 59px;
  border: 1px solid #cccccc;
  display: block;
  position: relative;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 10px;
  text-align: center;
}

ul.page-numbers .next,
ul.page-numbers .prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

ul.page-numbers .next:after,
ul.page-numbers .prev:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  left: 25px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotate(45deg);
}

ul.page-numbers .next:hover:after,
ul.page-numbers .prev:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

ul.page-numbers .prev:after {
  transform: rotate(-135deg);
}

ul.page-numbers li span.dots {
  width: 20px;
  margin: 10px 0;
  border: none;
}

@media screen and (max-width: 800px) {
  .mv.kaso01 {
    height: 90px;
  }

  .mv.kaso01 h1 {
    padding: 35px 0 0 0;
    font-size: 20px;
  }

  .list_area {
    padding: 0 20px 60px 20px;
  }

  .list_area .box {
    display: block;
    padding: 30px 0 0 0;
  }

  .list_area .box .l_box {
    width: 100%;
    padding: 0 0 60px 0;
  }

  .list_area .box .l_box ul.linkbox > li {
    padding: 25px 0;
  }

  .list_area .box .l_box ul.linkbox > li:first-child {
    padding: 0 0 25px 0;
  }

  .list_area .box .l_box .day {
    font-size: 12px;
    padding: 0;
  }

  .list_area .box .l_box ul.cate {
    flex-wrap: wrap;
  }

  .list_area .box .l_box ul.cate li {
    margin: 0 7px 0 0;
  }

  .list_area .box .l_box ul.cate li span {
    font-size: 12px;
  }

  .list_area .box .l_box h2 {
    font-size: 18px;
  }

  .list_area .box .l_box .txtbox {
    display: block;
  }

  .list_area .box .l_box .txtbox .img {
    width: 100%;
    max-width: 400px;
    height: 200px;
  }

  .list_area .box .l_box .txtbox .txt {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .list_area .box .l_box .btn {
    margin: 20px auto 0;
    width: 130px;
    height: 40px;
    line-height: 37px;
    font-size: 15px;
  }

  .list_area .box .r_box {
    width: 100%;
  }

  .list_area .box .r_box .box_in {
    padding: 0 0 30px 0;
  }

  .list_area .box .r_box h3 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }

  .list_area .box .r_box .sublist a {
    font-size: 14px;
    padding: 10px 0;
  }

  .archive_box h4 {
    font-size: 14px;
    padding: 10px 15px;
  }

  .archive_box h4:after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 10px;
  }

  .archive_box h4.on:after {
    content: '−';
  }

  .archive_box ul {
    font-size: 14px;
  }

  .archive_box ul li a {
    padding: 10px 15px;
  }

  ul.page-numbers {
    font-size: 12px;
    padding: 30px 0 0 0;
  }

  ul.page-numbers li a,
  ul.page-numbers li .current,
  ul.page-numbers li span {
    width: 30px;
    height: 30px;
    line-height: 29px;
    margin: 5px;
  }

  ul.page-numbers .next:after,
  ul.page-numbers .prev:after {
    left: 10px;
  }

  ul.page-numbers .next:hover:after,
  ul.page-numbers .prev:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  ul.page-numbers .prev:after {
    transform: rotate(-135deg);
  }

  ul.page-numbers li span.dots {
    width: 10px;
    margin: 3px 0;
    border: none;
  }
}

/* DETAIL
-------------------------------------------------------------------*/
.single .contbox {
  padding: 40px 0 0 0;
}

.single .contbox p {
  line-height: 1.8em;
  padding: 0 0 40px 0;
  font-size: 17px;
}

.single .contbox figure {
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.single .contbox .wp-block-embed__wrapper {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.single .contbox .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.single .list_area .box .l_box h2 {
  border-bottom: 2px dotted #61a81d;
}

.single .pn_link {
  padding: 40px 0;
  border-top: 1px dotted #61a81d;
  border-bottom: 1px dotted #61a81d;
}

.single .pn_link li {
  width: 300px;
  float: right;
}

.single .pn_link li.prev {
  float: left;
}

.single .pn_link li a {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  text-decoration: underline;
  min-height: 75px;
}

.single .pn_link li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.single .pn_link li.next a {
  padding: 0 35px 0 0;
}

.single .pn_link li a:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 25px;
  left: 0;
  border-top: 1px solid #61a81d;
  border-right: 1px solid #61a81d;
  transform: rotate(-135deg);
}

.single .pn_link li.next a:after {
  left: auto;
  right: 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
  .single .contbox {
    padding: 30px 0 0 0;
  }

  .single .contbox p {
    line-height: 1.8em;
    padding: 0 0 30px 0;
    font-size: 15px;
  }

  .single .pn_link {
    padding: 30px 0;
    display: block;
  }

  .single .pn_link li {
    width: 100%;
    float: none;
  }

  .single .pn_link li.prev {
    margin: 0 0 20px 0;
    float: none;
  }

  .single .pn_link li a {
    padding: 0 0 0 25px;
    min-height: 35px;
  }

  .single .pn_link li.next a {
    padding: 0 25px 0 0;
  }

  .single .pn_link li a:after {
    width: 20px;
    height: 20px;
    top: 12px;
  }
}

/* elementary
-------------------------------------------------------------------*/
.elementary .mv {
  background: url(../img/elementary/mv.jpg) no-repeat center center;
  background-size: cover;
}

.course .atama {
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}

.course .atama:after {
  content: '';
  position: absolute;
  text-align: center;
  bottom: -67px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/course/atama_bg.png) no-repeat center center;
  background-size: contain;
  width: 308px;
  height: 68px;
}

.course .atama .box {
  position: relative;
}

.course .atama h2 {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #d64439;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

.course .atama h2 span {
  color: #ffe00c;
}

.course .atama h2 img {
  vertical-align: text-top;
}

.course .atama .kome {
  text-align: center;
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 70px;
}

.course .atama .box_in {
  display: flex;
  align-items: center;
  padding: 40px 0 0 0;
}

.course .atama .box_in .img {
  min-width: 320px;
  margin: 0 30px 0 0;
}

.course .atama .box_in dl dt {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.3em;
}

.course .atama .box_in dl span {
  color: #61a81d;
}

.course.junior-high-school .atama .box_in dl span {
  color: #ea5716;
}

.course.high-school .atama .box_in dl span {
  color: #e8352e;
}

.course .atama .box_in dl dd {
  padding: 15px 0 0 0;
  line-height: 1.6em;
  font-weight: 500;
  font-size: 17px;
}

.course .features {
  padding: 90px 20px;
  background: #d64439;
  text-align: center;
}

.course .features h2 {
  font-size: 40px;
  color: #fff;
  padding: 10px 0 20px 0;
  font-weight: 500;
}

/* junior-high-school
-------------------------------------------------------------------*/
.junior-high-school .mv {
  background: url(../img/junior-high-school/mv.jpg) no-repeat center center;
  background-size: cover;
}

.junior-high-school .features {
  background: #b33830;
}

.course .features .box {
  position: relative;
  padding: 0 0 280px 0;
}

.course .features .box .linkico {
  position: absolute;
  right: 10px;
  top: 230px;
  z-index: 7;
}

.course .icotit {
  border-radius: 5px 5px 0px 0px;
  background: #61a81d;
  padding: 50px 0 30px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}

.course .icotit:after {
  content: '1';
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  text-align: center;
  background: #ffe00c;
  font-size: 22px;
  color: #61a81d;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -24px;
}

.course .icotit02:after {
  content: '2';
}

.course .icotit03:after {
  content: '3';
}

.course .icotit04:after {
  content: '4';
}

.course .icotit:before {
  content: '';
  position: absolute;
  text-align: center;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/course/icotit_bg.png) no-repeat center center;
  background-size: contain;
  width: 78px;
  height: 18px;
  z-index: 2;
}

.course .icotit span {
  position: relative;
  display: inline-block;
}

.course .icotit span:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/course/icotit_dot.png) no-repeat center center;
  position: absolute;
  left: -45px;
  top: -5px;
}

.course .icotit span:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/course/icotit_dot.png) no-repeat center center;
  position: absolute;
  right: -45px;
  top: -5px;
  transform: rotate(-90deg);
}

.course .icotit em {
  background-image: radial-gradient(circle at center, #ffe00c 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: 0.9em;
}

.course .t_ico {
  text-align: center;
  line-height: 0;
  padding: 20px 0 0 0;
}

.course .features .way ul {
  background: #fff;
  text-align: center;
  padding: 20px 0 20px 0;
}

.course .features .way ul li:not(:last-child) {
  position: relative;
  padding: 0 0 100px 0;
}

.course .features .way ul li:not(:last-child):after {
  content: '';
  width: 91px;
  height: 59px;
  background: url(../img/course/way_arrow.png) no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
}

.course .appear {
  text-align: center;
  background: #f6f6f6;
  padding: 0 20px 300px 20px;
}

.course .appear .box {
  margin: 0 auto -260px;
  position: relative;
  top: -260px;
}

.course .appear .box_in {
  padding: 0 0 100px 0;
  background: #fff;
}

.course .appear .txt {
  width: 640px;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: left;
}

.course .appear .txt span {
  color: #61a81d;
}

.course .curriculum {
  padding: 0 20px 100px 20px;
  text-align: center;
}

.course .curriculum .box {
  margin: 0 auto -260px;
  position: relative;
  top: -260px;
}

.course .curriculum .box .img {
  padding: 30px 0 0 0;
}

.course .guidance {
  padding: 100px 20px;
  text-align: center;
  background: #61a81d;
  position: relative;
}

.course .guidance:after {
  content: '';
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/course/guidance_bg.png) no-repeat center center;
  background-size: contain;
  width: 290px;
  height: 50px;
}

.course .guidance h2 {
  font-size: 40px;
  font-weight: 500;
  padding: 0 0 40px 0;
  color: #fff;
}

.course .guidance .box_in {
  padding: 40px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.course .guidance .box_in + .box_in {
  margin-top: 20px;
}

.course .guidance .box_in .mintit {
  height: 55px;
  line-height: 55px;
  background: #a9c300;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px 3px 0 0;
  padding: 0 20px;
}

.course .guidance .box_in h3 {
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 5px;
  background: #ea5716;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  margin-bottom: 32px;
}

.elementary .guidance .box_in:nth-child(1) h3 {
  padding-left: 70px;
}

.elementary .guidance .box_in:nth-child(1) h3 span {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #fff;
  color: #ea5716;
}

.elementary .guidance .box_in:nth-child(1) h3 span em {
  position: relative;
  display: block;
  padding: 0 20px;
}

.elementary .guidance .box_in:nth-child(1) h3 span em:after {
  content: '';
  position: absolute;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.course .guidance__container {
  width: min(810px, 100%);
  margin: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.course .guidance__container:not(:has(.ico)) {
  width: min(640px, 100%);
}

.course .guidance .box_in .txt {
  flex: 1;
  /* width: 640px;
  margin: 0 auto; */
  line-height: 1.8em;
  font-size: 17px;
  text-align: left;
  /* padding: 30px 0 0 0; */
}

.course .counterplan {
  padding: 0 0 80px 0;
  text-align: center;
}

.course .counterplan h2 {
  height: 110px;
  line-height: 110px;
  background: #ea5716;
  color: #f5ff00;
  font-size: 40px;
  font-weight: 500;
}

.course .counterplan h2 span {
  position: relative;
  display: inline-block;
}

.course .counterplan h2 span:after {
  content: '無料';
  display: block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  background: #f5ff00;
  border-radius: 50%;
  border: 1px solid #ea5716;
  font-size: 40px;
  font-weight: 500;
  color: #ea5716;
  position: absolute;
  left: -160px;
  top: -15px;
}

.course .counterplan .box {
  position: relative;
  padding: 90px 20px 0 20px;
}

.course .counterplan .box_in {
  border-radius: 5px;
  background: #edf5df;
  padding: 0 20px 70px 20px;
}

.course .counterplan .box_in h3 {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  top: -30px;
}

.course .counterplan .box_in h3 span {
  width: 128px;
  height: 58px;
  line-height: 58px;
  border-radius: 29px;
  background: #ea5716;
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}

.course .counterplan .box_in .txt {
  font-size: 17px;
  line-height: 1.8em;
  padding: 0 0 20px 0;
}

.course .counterplan .box_in .txt02 {
  width: 860px;
  margin: 0 auto;
}

.course .counterplan .box_in .txt02 dl {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  display: flex;
  align-items: center;
}

.course .counterplan .box_in .txt02 dl:nth-child(3) {
  border-bottom: none;
}

.course .counterplan .box_in .txt02 dl dt {
  position: relative;
}

.course .counterplan .box_in .txt02 dl dt span {
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background: #ea5716;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 17px;
}

.course .counterplan .box_in .txt02 dl:nth-child(2) dt span {
  background: #fc878b;
}

.course .counterplan .box_in .txt02 dl:nth-child(3) dt span {
  background: #17b3c9;
}

.course .counterplan .box_in .txt02 dl dt:after {
  content: '・・・';
  position: absolute;
  right: -52px;
  top: 50%;
  transform: translate(0, -50%);
}

.course .counterplan .box_in .txt02 dl dd {
  padding: 0 0 0 60px;
  font-size: 15px;
}

.course .counterplan .box_in .txt02 .kome {
  font-size: 15px;
  color: #666666;
  padding: 20px 0 50px 0;
}

.course .counterplan .box_in .other h4 {
  width: 400px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 20px;
  border-radius: 24px;
  background: #fff;
  font-size: 30px;
  font-weight: 500;
}

.course .counterplan .box_in .other ul {
  width: 760px;
  margin: 0 auto;
}

.course .counterplan .box_in .other ul li {
  padding: 20px 0 20px 80px;
  background: url(../img/junior-high-school/other_ico.png) no-repeat 20px center;
  border-top: 2px dotted #cccccc;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.course .counterplan .box_in .other ul li:last-child {
  border-bottom: 2px dotted #cccccc;
}

.course .counterplan .box_in .other ul li span {
  color: #ea5716;
  font-size: 30px;
  display: inline-block;
}

.course .counterplan .box_in .other ul li em {
  display: block;
  color: #52a191;
  font-size: 15px;
}

.course .green_area {
  background: #a9c300;
}

.course .green_area .box {
  padding: 60px 0;
}

.course .green_area .box ul {
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.course .green_area .box ul li {
  display: inline-block;
  margin: 0 10px;
}

.course .green_area .box ul li.t_box {
  padding: 71px 0 0 0;
}

.course .green_area .box ul li .txt {
  height: 120px;
  line-height: 120px;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 0 25px;
  font-size: 35px;
  font-weight: 500;
  display: inline-block;
}

.course .green_area .box ul li .txt span {
  color: #f5ff00;
}

.course .green_area .box ul li .txt em {
  font-size: 20px;
  vertical-align: top;
}

.course .green_area .box ul li .mintxt span {
  text-align: center;
  line-height: 1.6em;
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
}

.course .green_area .box ul li .mintxt02 span {
  padding: 15px 0 10px 0;
}

.course .green_area .box ul li .mintxt span:after {
  display: block;
  content: '';
  width: 1px;
  height: 40px;
  background: #f5ff00;
  position: absolute;
  left: -30px;
  top: 7px;
  transform: rotate(-32deg);
}

.course .green_area .box ul li .mintxt span:before {
  display: block;
  content: '';
  width: 1px;
  height: 40px;
  background: #f5ff00;
  position: absolute;
  right: -30px;
  top: 7px;
  transform: rotate(32deg);
}

.course .green_area .box ul li .kome {
  font-size: 12px;
}

.course .green_area .komebox {
  background: #61a81d;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}

.course .green_area .komebox span {
  font-weight: 500;
}

.course .green_area .komebox em {
  color: #f5ff00;
}

.course .price_area {
  padding: 90px 20px 140px 20px;
  background: linear-gradient(rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
}

.course .price_area:after {
  display: none;
}

.course .price_area .txt01 {
  padding: 0;
}

.course .price_area .comparison {
  background: #fff;
  padding: 0 0 60px 0;
  position: relative;
}

.course .price_area .comparison .tit {
  top: -20px;
  margin: 0 0 -20px 0;
  position: relative;
}

.course .price_area .comparison .link_btn {
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}

.course .support {
  background: url(../img/course/support_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 20px 120px 20px;
  text-align: center;
}

.course .support .sub {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0 0 20px 0;
}

.course .support h2 {
  color: #fc878b;
  font-size: 40px;
  font-weight: 500;
}

.course .support .box_in {
  position: relative;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 135px 0 0 0;
}

.course .support .box_in .img {
  position: absolute;
  left: 0;
  top: 20px;
}

.course .support .box_in h3 {
  font-size: 20px;
  font-weight: 500;
  width: 490px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px 3px 0px 0px;
  background: #fc878b;
  color: #ffe93b;
  margin: 0 50px 0 0;
}

.course .support .box_in ul {
  width: 830px;
  border-radius: 5px 0px 5px 5px;
  background: #fce9e7;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.course .support .box_in ul li {
  width: 540px;
  box-sizing: border-box;
  padding: 15px 0 15px 44px;
  border-bottom: 2px dotted #fc878b;
  margin: 0 50px 0 0;
  background: url(../img/course/support_ico.png) no-repeat left center;
  font-size: 15px;
}

.course .support .box_in ul li:last-child {
  border: none;
}

@media screen and (max-width: 800px) {
  .course .atama:after {
    bottom: -37px;
    width: 210px;
    height: 39px;
  }

  .course .atama h2 {
    height: auto;
    line-height: 1.4em;
    border-radius: 50px;
    font-size: 22px;
    padding: 15px 10px;
  }

  .course .atama h2 img {
    vertical-align: text-top;
    display: block;
    width: 130px;
    margin: 5px auto 0;
  }

  .course .atama .kome {
    padding: 10px 0 0 0;
    font-size: 13px;
    position: static;
  }

  .course .atama .box_in {
    display: block;
    padding: 30px 0 0 0;
  }

  .course .atama .box_in .img {
    min-width: inherit;
    width: 220px;
    margin: 0 auto 20px;
  }

  .course .atama .box_in dl dt {
    font-size: 24px;
    line-height: 1.6em;
  }

  .course .atama .box_in dl dd {
    font-size: 16px;
  }

  .course .features {
    padding: 60px 20px;
  }

  .course .features h2 {
    font-size: 24px;
    padding: 10px 0 20px 0;
  }

  .course .guidance {
    padding: 60px 20px;
  }

  .course .guidance:after {
    bottom: -37px;
    width: 210px;
    height: 29px;
  }

  .course .features .box {
    padding: 0 0 140px 0;
  }

  .course .features .box .linkico {
    width: 120px;
    top: 4.7%;
  }

  .course .icotit {
    padding: 30px 0 20px 0;
    font-size: clamp(16px, 5vw, 30px);
    line-height: 2em;
  }

  .course .icotit:after {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    font-size: 18px;
    top: -16px;
  }

  .course .icotit span:after {
    top: auto;
    bottom: 0;
    left: -25px;
    display: none;
  }

  .course .icotit span:before {
    top: auto;
    bottom: 0;
    right: -25px;
    display: none;
  }

  @media screen and (max-width: 400px) {
    .course .icotit span:after,
    .course .icotit span:before {
      background: url(../img/course/icotit_dot.png) no-repeat center center;
      background-size: contain;
      width: 30px;
      height: 30px;
    }

    .course .icotit span:after {
      left: -35px;
    }

    .course .icotit span:before {
      right: -35px;
    }
  }

  .course .t_ico {
    width: 60px;
    margin: 0 auto;
  }

  .course .appear .t_ico {
    width: 80px;
  }

  .course .curriculum .t_ico {
    width: 120px;
  }

  .course .features .way ul {
    padding: 20px 0 20px 0;
  }

  .course .features .way ul li:not(:last-child) {
    padding: 0 0 60px 0;
  }

  .course .features .way ul li:not(:last-child):after {
    width: 70px;
    height: 39px;
    background: url(../img/course/way_arrow.png) no-repeat center center;
    background-size: contain;
    bottom: 10px;
  }

  .course .appear {
    padding: 0 20px 140px 20px;
  }

  .course .appear .box {
    margin: 0 auto -100px;
    position: relative;
    top: -160px;
  }

  .course .appear .box_in {
    padding: 20px;
  }

  .course .appear .txt {
    width: 100%;
  }

  .course .curriculum {
    padding: 0 20px 60px 20px;
  }

  .course .curriculum .box {
    margin: 0 auto -100px;
    top: -140px;
  }

  .course .curriculum .box .img {
    padding: 30px 0 0 0;
  }

  .course .guidance h2 {
    font-size: 28px;
    padding: 0 0 30px 0;
  }

  .course .guidance .box_in {
    padding: 20px;
  }

  .course .guidance .box_in .mintit {
    height: auto;
    line-height: 1.6em;
    font-size: 16px;
    padding: 10px 20px;
  }

  .course .guidance .box_in h3 {
    height: auto;
    line-height: 1.6em;
    font-size: 22px;
    padding: 10px;
    margin-bottom: 0;
  }

  .elementary .guidance .box_in:nth-child(1) h3 {
    padding-left: 10px;
  }

  .elementary .guidance .box_in:nth-child(1) h3 span {
    position: static;
    display: block;
    width: 170px;
    margin: 0 auto 10px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }

  .elementary .guidance .box_in:nth-child(1) h3 span em {
    position: relative;
    display: block;
    padding: 0 20px;
  }

  .elementary .guidance .box_in:nth-child(1) h3 span em:after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 14px solid #fff;
    border-bottom: 0;
    top: auto;
    left: 50%;
    margin: 0 0 0 -8px;
    bottom: -10px;
    transform: none;
  }

  .course .guidance__container {
    flex-direction: column;
    gap: 0;
  }

  .course .guidance .box_in .ico {
    position: static;
    padding: 30px 0 0 0;
  }

  .course .guidance .box_in .txt {
    width: 100%;
    font-size: 16px;
    padding: 20px 0 0 0;
  }

  .course .counterplan {
    padding: 40px 20px 60px 20px;
  }

  .course .counterplan h2 {
    height: auto;
    line-height: 1.4em;
    font-size: 24px;
    padding: 30px 10px 10px 10px;
    margin: 0 -20px;
  }

  .course .counterplan h2 span:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    left: 0;
    right: 0;
    top: -70px;
    margin: 0 auto;
  }

  .course .counterplan .box {
    padding: 60px 0 0 0;
    margin: 0 -20px;
  }

  .course .counterplan .box_in {
    padding: 0 20px 40px 20px;
  }

  .course .counterplan h2 span {
    display: block;
  }

  .course .counterplan .box_in h3 {
    font-size: 20px;
    top: -30px;
    line-height: 1.6em;
  }

  .course .counterplan .box_in h3 span {
    width: 90px;
    height: auto;
    line-height: 1.4em;
    margin: 0 5px;
    padding: 2px 0;
  }

  .course .counterplan .box_in .txt {
    font-size: 16px;
    padding: 0 0 20px 0;
    text-align: left;
  }

  .course .counterplan .box_in .txt02 {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .course .counterplan .box_in .txt02 dl {
    display: block;
  }

  .course .counterplan .box_in .txt02 dl dt span {
    width: 160px;
    min-width: 1nherit;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .course .counterplan .box_in .txt02 dl dt:after {
    display: none;
  }

  .course .counterplan .box_in .txt02 dl dd {
    padding: 10px 0 0 0;
    font-size: 14px;
  }

  .course .counterplan .box_in .txt02 .kome {
    font-size: 14px;
    padding: 10px 0 40px 0;
    text-align: left;
  }

  .course .counterplan .box_in .other h4 {
    width: 100%;
    max-width: 280px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px;
    font-size: 20px;
  }

  .course .counterplan .box_in .other ul {
    width: 100%;
  }

  .course .counterplan .box_in .other ul li {
    padding: 80px 0 20px 0;
    background: url(../img/junior-high-school/other_ico.png) no-repeat center 23px;
    background-size: 40px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
  }

  .course .counterplan .box_in .other ul li span {
    font-size: 22px;
    display: block;
    padding: 5px 0;
  }

  .course .counterplan .box_in .other ul li em {
    font-size: 14px;
  }

  .course .green_area .box {
    padding: 40px 20px;
  }

  .course .green_area .box ul {
    display: block;
  }

  .course .green_area .box ul li {
    display: block;
    padding: 30px 0 0 0;
  }

  .course .green_area .box ul li:first-child {
    padding: 0;
  }

  .course .green_area .box ul li.t_box {
    padding: 30px 0 0 0;
  }

  .course .green_area .box ul li .txt {
    height: auto;
    line-height: 1.4em;
    padding: 20px;
    font-size: clamp(22px, 4vw, 35px);
  }

  .course .green_area .box ul li .txt em {
    font-size: 18px;
  }

  .course .green_area .box ul li .mintxt span {
    margin: 0 0 15px 0;
  }

  .course .green_area .box ul li .mintxt02 span {
    padding: 15px 0 10px 0;
  }

  .course .green_area .box ul li .mintxt span:after {
    top: auto;
    bottom: 0;
    left: -20px;
  }

  .course .green_area .box ul li .mintxt span:before {
    top: auto;
    bottom: 0;
    right: -20px;
  }

  .course .green_area .box ul li .kome {
    font-size: 12px;
  }

  .course .green_area .komebox {
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
  }

  .course .price_area {
    padding: 60px 20px 0;
  }

  .course .price_area .comparison {
    padding: 0 20px 60px 20px;
    margin: 0 -20px;
  }

  .course .price_area .comparison .graph {
    overflow: auto;
    margin: 0 -20px 20px 0;
  }

  .course .price_area .comparison .graph img {
    width: 623px;
    max-width: inherit;
    padding: 0 20px 0 0;
  }

  .junior-high-school .price_area .comparison .graph img,
  .high-school .price_area .comparison .graph img {
    width: 622px;
  }

  .course .price_area .comparison .link_btn {
    position: absolute;
  }

  .course .support {
    padding: 60px 20px 90px 20px;
  }

  .course .support .sub {
    font-size: 16px;
    line-height: 1.4em;
  }

  .course .support h2 {
    font-size: clamp(24px, 5vw, 34px);
    line-height: 1.4em;
  }

  .course .support .box_in {
    display: block;
    padding: 25px 0 0 0;
  }

  .course .support .box_in .img {
    position: static;
  }

  .course .support .box_in h3 {
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: auto;
    line-height: 1.4em;
    margin: 0 30px 0 0;
  }

  .course .support .box_in ul {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .course .support .box_in ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0 15px 44px;
    margin: 0;
    font-size: 14px;
  }
}

/* high-school
-------------------------------------------------------------------*/
.high-school .mv {
  background: url(../img/high-school/mv.jpg) no-repeat center center;
  background-size: cover;
}

.high-school .features {
  background: #b15348;
}

.course .follow {
  padding: 0 0 100px 0;
  text-align: center;
}

.course .follow .box_in {
  border-radius: 0px 0px 5px 5px;
  background: #ffe00c;
  padding: 40px 0 70px 0;
  position: relative;
}

.course .follow .box_in .ico {
  position: absolute;
  right: 30px;
  bottom: 0;
  line-height: 0;
}

.course .follow .box_in h3 {
  font-size: 26px;
  font-weight: 500;
  width: 560px;
  margin: 0 auto;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  background: #fff;
}

.course .follow .box_in h3 span {
  color: #61a81d;
}

.course .follow .box_in ul {
  display: flex;
  justify-content: center;
  padding: 10px 0 0 0;
}

.course .follow .box_in ul li {
  position: relative;
  width: 185px;
  height: 120px;
  line-height: 120px;
  color: #fff;
  border-radius: 5px;
  background: #52a191;
  font-size: 26px;
  font-weight: 500;
  margin: 0 10px;
}

.course .follow .box_in ul li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 16px solid #fff;
  border-bottom: 0;
}

.course .follow .box_in .txt {
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 30px 0 0 0;
}

.high-school .price_area .txt01 dt {
  width: 170px;
}

@media screen and (max-width: 800px) {
  .course .follow {
    padding: 0 20px 60px 20px;
  }

  .course .follow .box_in {
    padding: 30px 20px 0 20px;
  }

  .course .follow .box_in .ico {
    position: static;
    width: 170px;
    margin: 20px auto 0;
  }

  .course .follow .box_in h3 {
    font-size: clamp(15px, 4vw, 26px);
    width: 100%;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    border-radius: 40px;
  }

  .course .follow .box_in ul li {
    width: 30%;
    height: auto;
    line-height: 1.4em;
    font-size: clamp(13px, 4vw, 20px);
    margin: 0 10px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .course .follow .box_in ul li:after {
    top: -12px;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid #fff;
  }

  .course .follow .box_in .txt {
    font-size: 18px;
    text-align: left;
    padding: 20px 0 0 0;
  }

  .high-school .price_area .txt01 {
    padding: 0 0 10px 0;
  }

  .high-school .price_area .txt01 dt {
    width: 100%;
  }
}

/* SITEMAP
-------------------------------------------------------------------*/
.sitemap .mv {
  background: url(../img/sitemap/mv.jpg) no-repeat center center;
  background-size: cover;
}

.sitemap .link_area .box {
  display: flex;
  justify-content: center;
  padding: 40px 0 140px 0;
}

.sitemap .link_area .box_in {
  padding: 0 40px;
}

.sitemap .link_area .box ul {
  padding: 0 0 35px 0;
}

.sitemap .link_area .box ul .tit {
  font-size: 17px;
  font-weight: 500;
  color: #61a81d;
  padding: 0 0 5px 0;
}

.sitemap .link_area .box ul li a {
  font-size: 15px;
  text-decoration: underline;
  margin: 0 0 7px 0;
}

@media screen and (max-width: 800px) {
  .sitemap .link_area .box {
    display: block;
    padding: 30px 20px 80px 20px;
    text-align: center;
  }

  .sitemap .link_area .box_in {
    padding: 0;
  }

  .sitemap .link_area .box ul {
    padding: 0 0 25px 0;
  }

  .sitemap .link_area .box ul .tit {
    font-size: 16px;
    padding: 0 0 5px 0;
  }

  .sitemap .link_area .box ul li a {
    font-size: 14px;
    margin: 0 0 7px 0;
  }
}

/* privacy
-------------------------------------------------------------------*/
.privacy .mv {
  background: url(../img/privacy/mv.jpg) no-repeat center center;
  background-size: cover;
}

.privacy .privacy_area {
  padding: 0 20px 100px 20px;
}

.privacy .privacy_area .box {
  width: 820px;
  margin: 0 auto;
}

.privacy .privacy_area .box .txt {
  font-size: 15px;
  line-height: 1.8em;
  padding: 40px 0 50px 0;
}

.privacy .privacy_area .box dl {
  padding: 0 0 40px 0;
}

.privacy .privacy_area .box dl dt {
  color: #52a191;
  font-size: 22px;
  font-weight: 500;
}

.privacy .privacy_area .box dl dd {
  font-size: 15px;
  line-height: 1.8em;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 800px) {
  .privacy .privacy_area {
    padding: 0 20px 10px 20px;
  }

  .privacy .privacy_area .box {
    width: 100%;
  }

  .privacy .privacy_area .box .txt {
    font-size: 14px;
    line-height: 1.8em;
    padding: 30px 0 30px 0;
  }

  .privacy .privacy_area .box dl {
    padding: 0 0 30px 0;
  }

  .privacy .privacy_area .box dl dt {
    font-size: 18px;
  }

  .privacy .privacy_area .box dl dd {
    font-size: 14px;
    padding: 10px 0 0 0;
  }
}

/* faq
-------------------------------------------------------------------*/
.faq .mv {
  background: url(../img/faq/mv.jpg) no-repeat center center;
  background-size: cover;
}

.faq .faq_area {
  padding: 40px 20px 100px 20px;
}

.faq .faq_area dl {
  border-radius: 16px;
  background: #fdfdfd;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 0 20px 0;
}

.faq .faq_area dl dt {
  font-size: 22px;
  font-weight: 500;
  padding: 25px 25px 25px 90px;
  position: relative;
  line-height: 1.6em;
  cursor: pointer;
}

.faq .faq_area dl dt:after {
  content: 'Q.';
  font-size: 40px;
  color: #61a81d;
  position: absolute;
  left: 30px;
  top: 20px;
}

.faq .faq_area dl dd {
  padding: 35px 35px 70px 35px;
  box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.16);
}

.faq .faq_area dl dd p {
  width: 640px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8em;
}

.accordion-text {
  display: none;
}

@media screen and (max-width: 800px) {
  .faq .faq_area {
    padding: 30px 20px 60px 20px;
  }

  .faq .faq_area dl dt {
    font-size: 18px;
    padding: 15px 15px 15px 62px;
  }

  .faq .faq_area dl dt:after {
    font-size: 30px;
    left: 20px;
    top: 13px;
  }

  .faq .faq_area dl dd {
    padding: 20px 20px 30px 20px;
  }

  .faq .faq_area dl dd p {
    width: 100%;
    font-size: 15px;
  }
}

/* ABOUT
-------------------------------------------------------------------*/
.about .mv {
  background: url(../img/about/mv.jpg) no-repeat center center;
  background-size: cover;
}

.about .main_area {
  padding: 80px 20px 70px 20px;
  text-align: center;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}

.about .main_area:after {
  content: '';
  position: absolute;
  text-align: center;
  bottom: -67px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/about/point_bg.png) no-repeat center center;
  background-size: contain;
  width: 308px;
  height: 68px;
}

.about .main_area .sub {
  font-size: 40px;
  font-weight: 500;
}

.about .main_area .sub span {
  background-image: radial-gradient(circle at center, #ffe00c 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: 0.9em;
  color: #61a81d;
}

.about .main_area h2 {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.3em;
  padding: 20px 0;
}

.about .main_area h2 span {
  color: #61a81d;
}

.about .main_area .txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
  padding: 0 0 30px 0;
}

.about .point_area {
  background: #61a81d;
  padding: 120px 0 140px 0;
  text-align: center;
}

.about .point_area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.about .point_area ul li {
  width: 530px;
  border-radius: 5px;
  background: #fff;
  border: 4px solid #ffe00c;
  box-sizing: border-box;
  margin: 0 20px 80px 20px;
  position: relative;
  padding: 0 30px 30px 30px;
}

.about .point_area ul li:after {
  content: '';
  width: 29px;
  height: 44px;
  background: url(../img/about/point_ico.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -15px;
}

.about .point_area ul li h3 {
  font-size: 20px;
  border-radius: 20px;
  background: linear-gradient(#333 0%, #888 100%);
  color: #fff;
  width: 144px;
  text-align: left;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 0 0 20px;
  position: relative;
  top: -20px;
}

.about .point_area ul li h3 span {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background: #ffe00c;
  font-size: 30px;
  color: #61a81d;
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
}

.about .point_area ul li h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 10px 0 20px 0;
}

.about .point_area ul li h4 span {
  color: #61a81d;
}

.about .point_area ul li .txt {
  text-align: left;
  font-size: 15px;
  line-height: 1.8em;
}

.about .point_area ul li .txt span {
  color: #61a81d;
}

.about .point_area ul li .img {
  padding: 20px 0 0 0;
}

.about .point_area ul li .mintxt {
  margin: -10px 0 10px 0;
}

.about .flow {
  padding: 0 20px;
  text-align: center;
}

.about .flow .box {
  background: #f6f6f6;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px 70px 20px;
  position: relative;
}

.about .flow .box:after {
  content: '';
  position: absolute;
  text-align: center;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/about/flow_bg.png) no-repeat center center;
  background-size: contain;
  width: 290px;
  height: 50px;
}

.about .flow .box .ico {
  position: relative;
  top: -143px;
  margin: 0 0 -120px 0;
}

.about .flow .box h2 {
  font-size: 40px;
  font-weight: 500;
  padding: 0 0 50px 0;
}

.about .flow .box dl dt {
  font-size: 30px;
  font-weight: 500;
}

.about .flow .box dl dt span {
  color: #61a81d;
}

.about .flow .box dl dt em {
  background-image: radial-gradient(circle at center, #ffe00c 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: 0.9em;
}

.about .flow .box dl dd {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
  padding: 20px 0 30px 0;
}

.about .flow .box dl dd span {
  color: #61a81d;
}

.about .course_area h2 {
  padding: 0 0 20px 0;
}

.about .choice h2 {
  height: 500px;
  background: url(../img/about/choice_bg.jpg) no-repeat bottom center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about .choice h2 span {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  width: 980px;
}

.about .choice ul.link {
  display: flex;
  justify-content: space-between;
  margin: -50px 0 70px 0;
}

.about .choice ul.link li a {
  width: 185px;
  border-radius: 16px;
  background: linear-gradient(#61a81d 0%, #61a81d 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  text-align: center;
  font-size: 26px;
  padding: 40px 0 50px 0;
  color: #fff;
}

.about .choice ul.link li a:hover {
  margin-top: -20px;
}

.about .choice ul.link li a:after {
  content: '1';
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #61a81d;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
  font-size: 22px;
  color: #ffe00c;
}

.about .choice ul.link li a:before {
  content: '';
  display: inline-block;
  color: #ffe00c;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.05em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
}

.about .choice ul.link li:nth-child(2) a:after {
  content: '2';
}

.about .choice ul.link li:nth-child(3) a:after {
  content: '3';
}

.about .choice ul.link li:nth-child(4) a:after {
  content: '4';
}

.about .choice ul.link li:nth-child(5) a:after {
  content: '5';
}

.about .choice .box_in {
  padding: 0 0 110px 0;
  position: relative;
}

.about .choice .box_in h3 {
  font-size: 40px;
  line-height: 1.4em;
  color: #61a81d;
  font-weight: 500;
}

.about .choice .box_in h4 {
  font-size: 26px;
  line-height: 1.4em;
  color: #52a191;
  font-weight: 500;
  padding: 10px 0;
}

.about .choice .box_in .txt {
  font-size: 17px;
  line-height: 1.6em;
  width: 700px;
}

.about .choice .box_in .ico {
  position: absolute;
  right: 0;
  top: 0;
}

.about .choice .box_in dl {
  padding: 50px 0 0 0;
  width: 880px;
}

.about .choice .box_in dl dt {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  border-radius: 22px;
  background: #ffe00c;
  padding: 10px 20px;
}

.about .choice .box_in dl dt:after {
  content: '';
  width: 46px;
  height: 42px;
  background: url(../img/about/choice_qa.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -38px;
  top: -10px;
}

.about .choice .box_in dl dd {
  padding: 15px 0 15px 25px;
  position: relative;
  border-bottom: 2px dotted #cccccc;
  font-size: 17px;
  line-height: 1.6em;
}

.about .choice .box_in dl dd span {
  color: #61a81d;
  font-weight: 500;
}

.about .choice .box_in dl dd:after {
  content: '●';
  position: absolute;
  left: 0;
  top: 15px;
}

@media screen and (max-width: 800px) {
  .about .main_area {
    padding: 60px 20px;
  }

  .about .main_area:after {
    bottom: -37px;
    width: 210px;
    height: 39px;
  }

  .about .main_area .sub {
    font-size: 22px;
    line-height: 1.8em;
  }

  .about .main_area h2 {
    font-size: 32px;
    line-height: 1.4em;
    padding: 10px 0;
  }

  .about .main_area .txt {
    font-size: 16px;
    padding: 0 0 20px 0;
    text-align: left;
  }

  .about .point_area {
    padding: 90px 0 90px 0;
  }

  .about .point_area ul {
    max-width: inherit;
    padding: 0 20px;
  }

  .about .point_area ul li {
    width: 100%;
    border: 3px solid #ffe00c;
    margin: 0 0 80px 0;
    padding: 0 20px 20px 20px;
  }

  .about .point_area ul li:after {
    width: 20px;
    height: 39px;
    left: auto;
    right: 10px;
  }

  .about .point_area ul li h3 {
    font-size: 18px;
    border-radius: 20px;
    width: 130px;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 20px;
    top: -17px;
  }

  .about .point_area ul li h3 span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    right: -10px;
    top: -10px;
  }

  .about .point_area ul li h4 {
    font-size: clamp(16px, 5vw, 28px);
    padding: 10px 0 10px 0;
  }

  .about .point_area ul li .txt {
    font-size: 14px;
  }

  .about .point_area ul li .img {
    padding: 20px 0 0 0;
  }

  .about .point_area ul li .mintxt {
    margin: 0 0 10px 0;
  }

  .about .flow {
    padding: 0;
  }

  .about .flow .box {
    max-width: inherit;
    padding: 0 20px 60px 20px;
  }

  .about .flow .box:after {
    bottom: -37px;
    width: 210px;
    height: 39px;
  }

  .about .flow .box .ico {
    width: 220px;
    top: -120px;
    margin: 0 auto -90px;
  }

  .about .flow .box h2 {
    font-size: 30px;
    padding: 0 0 30px 0;
  }

  .about .flow .box dl dt {
    font-size: 22px;
    text-align: left;
    line-height: 1.8em;
  }

  .about .flow .box dl dd {
    font-size: 16px;
    padding: 10px 0 30px 0;
    text-align: left;
  }

  .about .flow .box .img {
    margin: 0 -20px;
  }

  .about .course_area h2 {
    padding: 0 0 20px 0;
  }

  .about .choice h2 {
    height: 300px;
    background: url(../img/about/sp/choice_bg.jpg) no-repeat right center;
    background-size: cover;
    padding: 0 20px;
  }

  .about .choice h2 span {
    font-size: 22px;
    width: 100%;
  }

  .about .choice ul.link {
    justify-content: center;
    flex-wrap: wrap;
    margin: -20px 0 40px 0;
    padding: 0 20px;
  }

  .about .choice ul.link li {
    width: 48%;
    max-width: 250px;
    margin: 0 1% 25px 1%;
  }

  .about .choice ul.link li a {
    width: 100%;
    font-size: 16px;
    padding: 25px 0 30px 0;
    border-radius: 10px;
  }

  .about .choice ul.link li a:hover {
    margin-top: 0;
  }

  .about .choice ul.link li a:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -15px;
    font-size: 18px;
  }

  .about .choice ul.link li a:before {
    width: 0.8em;
    height: 0.8em;
    bottom: 10px;
  }

  .about .choice .box_in {
    padding: 0 20px 60px 20px;
  }

  .about .choice .box_in h3 {
    font-size: clamp(18px, 6.5vw, 27px);
    text-align: center;
  }

  .about .choice .box_in h4 {
    font-size: 18px;
    padding: 10px 0;
  }

  .about .choice .box_in .txt {
    font-size: 16px;
    width: 100%;
  }

  .about .choice .box_in .ico {
    position: static;
    text-align: center;
    width: 180px;
    margin: 20px auto 0;
  }

  .about .choice .box_in dl {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .about .choice .box_in dl dt {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 40px;
  }

  .about .choice .box_in dl dt:after {
    width: 40px;
    height: 36px;
    background: url(../img/about/sp/choice_qa.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: -10px;
  }

  .about .choice .box_in dl dd {
    text-align: left;
    padding: 15px 0 15px 20px;
    font-size: 15px;
  }

  .about .choice .box_in dl dd span {
    color: #61a81d;
    font-weight: 500;
  }

  .about .choice .box_in dl dd:after {
    content: '●';
    position: absolute;
    left: 0;
    top: 15px;
  }
}

/* classroom
-------------------------------------------------------------------*/
.classroom .mv {
  background: url(../img/classroom/mv.jpg) no-repeat center center;
  background-size: cover;
}

.classroom .map_area {
  padding: 40px 20px 140px 20px;
}

.classroom .map_area h2 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px 0;
  line-height: 1.6em;
}

.classroom .map_area ul {
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.classroom .map_area ul:after {
  content: '';
  display: block;
  width: 355px;
  margin: 0 20px;
}

.classroom .map_area ul:before {
  content: '';
  display: block;
  width: 355px;
  order: 1;
  margin: 0 20px;
}

.classroom .map_area ul li {
  padding: 0 0 40px 0;
}

@media screen and (max-width: 800px) {
  .classroom .map_area {
    padding: 30px 20px 60px 20px;
  }

  .classroom .map_area h2 {
    font-size: 20px;
    padding: 0 0 30px 0;
  }

  .classroom .map_area ul {
    max-width: inherit;
  }

  .classroom .map_area ul:after {
    display: none;
  }

  .classroom .map_area ul:before {
    display: none;
  }

  .classroom .map_area ul li {
    padding: 0 0 30px 0;
  }
}

/* tuitionfee
-------------------------------------------------------------------*/
.tuitionfee .mv {
  background: url(../img/tuitionfee/mv.jpg) no-repeat center center;
  background-size: cover;
}

.tuitionfee .main_area {
  background-color: #edf5df;
  padding: 110px 20px;
  text-align: center;
}

.tuitionfee .main_area .ico {
  margin: 0 0 -30px 0;
}

.tuitionfee .main_area h2 {
  height: 110px;
  line-height: 110px;
  border-radius: 5px 5px 0px 0px;
  background: #fc878b;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}

.tuitionfee .main_area h2 span {
  position: relative;
  display: inline-block;
}

.tuitionfee .main_area h2 span:after {
  content: '';
  display: block;
  width: 29px;
  height: 73px;
  background: url(../img/tuitionfee/main_titico.png) no-repeat center center;
  position: absolute;
  left: -45px;
  top: 15px;
}

.tuitionfee .main_area h2 span:before {
  content: '';
  display: block;
  width: 29px;
  height: 73px;
  background: url(../img/tuitionfee/main_titico.png) no-repeat center center;
  position: absolute;
  right: -45px;
  top: 15px;
  transform: scale(-1, 1);
}

.tuitionfee .main_area h2:before {
  content: '';
  position: absolute;
  text-align: center;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/tuitionfee/main_bg.png) no-repeat center center;
  background-size: contain;
  width: 78px;
  height: 18px;
  z-index: 2;
}

.tuitionfee .main_area ul {
  border-radius: 0px 0px 5px 5px;
  background: #f7f7f7;
  padding: 40px 0 70px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tuitionfee .main_area ul li {
  width: 320px;
  margin: 0 40px;
}

.tuitionfee .main_area ul li dl {
  position: relative;
}

.tuitionfee .main_area ul li .txt {
  padding: 5px 0 0 0;
  font-size: 17px;
  line-height: 1.6em;
  text-align: left;
}

.tuitionfee .main_area ul li .txt span {
  color: #ea5716;
  font-weight: 500;
}

.tuitionfee .map_area {
  padding: 0 0 120px 0;
}

@media screen and (max-width: 800px) {
  .tuitionfee .main_area {
    padding: 30px 20px 0 20px;
  }

  .tuitionfee .main_area .ico {
    margin: 0 auto -20px;
    width: 70px;
  }

  .tuitionfee .main_area h2 {
    height: auto;
    line-height: 1.4em;
    font-size: 18px;
    padding: 10px 15px;
  }

  .tuitionfee .main_area h2 span:after {
    width: 20px;
    height: 60px;
    background: url(../img/tuitionfee/main_titico.png) no-repeat center center;
    background-size: contain;
    left: -40px;
    top: -5px;
  }

  .tuitionfee .main_area h2 span:before {
    width: 20px;
    height: 60px;
    background: url(../img/tuitionfee/main_titico.png) no-repeat center center;
    background-size: contain;
    right: -40px;
    top: -5px;
  }

  .tuitionfee .main_area h2:before {
    bottom: -11px;
    width: 68px;
    height: 12px;
  }

  .tuitionfee .main_area ul {
    padding: 30px 10px 20px 10px;
  }

  .tuitionfee .main_area ul li {
    max-width: 320px;
    margin: 0 10px 30px 10px;
  }

  .tuitionfee .main_area ul li .txt {
    font-size: 15px;
  }

  .tuitionfee .price_area {
    padding: 60px 20px 20px 20px;
  }

  .tuitionfee .map_area {
    padding: 0 0 60px 0;
  }
}
