@charset "utf-8";
/* ------------------------------
    pc/sp
------------------------------ */
/*  grade   ---------------------------------------------------------------------------*/
body.grade .mv.lazyloaded {
  background-image: url(../images/grade/grade_mv_01.png);
}
body.grade .mv h1 {
  margin-bottom: 15px;
}
body.grade .mv .target_txt {
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  font-weight: 800;
  color: #404040;
}
body.grade .mv .target_txt ul li {
  color: #FFFFFF;
  background-color: #3fc6f9;
  border-radius: 8px;
  padding: 3px 15px;
  font-weight: 500;
}
body.grade .mv .target_txt ul li + li {
  margin-left: 5px;
}
body.grade .mv .target_txt ul li:nth-of-type(2) {
  background-color: #ff9739;
}
body.grade .mv .target_txt ul li:nth-of-type(3) {
  background-color: #ff94a1;
}
body.grade .range_box {
  position: relative;
}
body.grade .range_box .range_icon {
  position: absolute;
  top: -20px;
  left: -50px;
}
body.grade .range_box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
body.grade .range_box table th {
  font-weight: bold;
  width: 50%;
  padding: 8px 0;
  background-color: #f5ffd2;
  text-align: center;
  border: 1px solid #c4c4c4;
}
body.grade .range_box table td {
  width: 50%;
  padding: 8px 14px;
  background-color: #FFFFFF;
  text-align: left;
  border: 1px solid #c4c4c4;
}
body.grade .range_box table td span {
  display: block;
  font-size: 1rem;
  margin-left: -0.5em;
}
body.grade .range_box.junior table th {
  background-color: #e6fbff;
}
body.grade .range_box.high table th {
  background-color: #ffedde;
}
body.grade .range_box.primary table td span {
  margin: 0;
}
body.grade .range_box .lead {
  font-weight: 500;
}
/*  primary junior high 共通   ---------------------------------------------------------------------------*/
body.primary .mv h1 > span, body.junior .mv h1 > span, body.high .mv h1 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8dc41d;
  border-radius: 30px;
  text-shadow: none;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.08);
  color: #FFFFFF;
  text-align: center;
}
body.primary .mv h1 span.subject, body.junior .mv h1 span.subject, body.high .mv h1 span.subject {
  border-radius: 8px;
  background-color: #FFFFFF;
}
.point_list .ttl {
  text-align: center;
  font-weight: bold;
}
/*  primary   ---------------------------------------------------------------------------*/
body.primary .mv.lazyloaded {
  background-image: url(../images/grade/primary/primary_mv_01.png);
}
body.primary .mv h1 {
  text-shadow: 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF, 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF;
}
body.primary #sec01 .theme_list h3 {
  text-align: center;
  font-size: 2rem;
  position: relative;
  color: #404040;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.primary #sec01 .theme_list h3:after {
  width: 95px;
  height: 3px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #a9db3c;
  content: "";
}
body.primary #sec02 .pagettl, body.p123 #sec02 .pagettl, body.p456 #sec03 .pagettl {
  text-align: center;
  position: relative;
  z-index: 0;
}
body.primary .point_box .ttl span {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
  display: table;
}
body.primary .point_box .ttl span + span {
  margin-top: 5px;
}
body.primary .point_box .txt {
  line-height: 2;
  font-size: 1.4rem;
}
body.primary .cta_wrap, body.p123 .cta_wrap, body.p456 .cta_wrap, body.upper .cta_wrap {
  position: relative;
}
body.primary .cta_wrap:before, body.p123 .cta_wrap:before, body.p456 .cta_wrap:before, body.upper .cta_wrap:before {
  background-image: url(../images/grade/primary/primary_txt_01.png);
  display: block;
  content: "";
}
body.primary .cta_wrap .cta_icon, body.p123 .cta_wrap .cta_icon, body.p456 .cta_wrap .cta_icon, body.upper .cta_wrap .cta_icon {
  z-index: 1;
  left: auto;
}
/*  junior   ---------------------------------------------------------------------------*/
body.junior .mv.lazyloaded {
  background-image: url(../images/grade/junior/junior_mv_01.png);
}
body.junior #sec02 .check_box .arrow_txt, body.high #sec02 .check_box .arrow_txt {
  margin-bottom: 15px;
  text-align: center;
}
body.junior #sec02 .check_box .list ul, body.high #sec02 .check_box .list ul {
  background-color: #f4f4f4;
}
body.junior #sec02 .check_box .list ul li, body.high #sec02 .check_box .list ul li {
  position: relative;
  font-weight: bold;
}
body.junior #sec02 .check_box .list ul li:before, body.high #sec02 .check_box .list ul li:before {
  background-image: url(../images/grade/icon_02.png);
  display: inline-block;
  content: "";
}
body.junior #sec03 dl dd .ttl span, body.high #sec03 dl dd .ttl span, body#grade .c_wrap dl dd .ttl span {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
  display: table;
}
body.junior #sec03 dl dd .ttl span + span, body.high #sec03 dl dd .ttl span + span, body#grade .c_wrap dl dd .ttl span + span {
  margin-top: 5px;
}
/*  high   ---------------------------------------------------------------------------*/
body.high .mv.lazyloaded {
  background-image: url(../images/grade/high/high_mv_01.png);
}
/*  p123   ---------------------------------------------------------------------------*/
body.p123 .mv.lazyloaded {
  background-image: url(../images/grade/primary/p123/p123_mv_01.png);
}
body.p123 .mv h1 {
  text-shadow: 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF, 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF;
}
body.p123 .lead {
  font-size: 1.4rem;
}
body.p123 .check_box ul li {
  position: relative;
  padding-left: 2em;
  font-weight: bold;
}
body.p123 .check_box ul li:before {
  width: 24px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 3px;
  content: "";
  background-image: url(../images/grade/primary/p123/p123_icon_01.png);
}
body.p123 .check_box ul li span {
  display: block;
}
body.p123 .resolution_box.lazyloaded {
  background-image: url(../images/common/bg_01.png);
}
body.p123 .resolution_box {
  position: relative;
  background-color: #abd93f;
  background-repeat: repeat;
  background-size: auto;
}
body.p123 .resolution_box:before {
  background-image: url(../images/grade/primary/p123/p123_ttl_01.png);
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  content: "";
}
body.p123 .swiper_box {
  position: relative;
}
body.p123 .swiper-pagination {
  position: inherit;
  margin-bottom: 25px;
}
body.p123 .swiper-pagination-bullet {
  opacity: 1;
  outline: 0;
  width: 236px;
  height: 66px;
  background-size: auto;
  border-radius: 0%;
  background: none;
}
body.p123 .swiper-pagination-bullet:hover {
  outline: 0;
}
body.p123 .swiper-pagination-bullet:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
body.p123 .swiper-pagination-bullet:nth-child(1) {
  background-image: url(../images/grade/primary/p123/p123_btn_01.png);
}
body.p123 .swiper-pagination-bullet:nth-child(2) {
  background-image: url(../images/grade/primary/p123/p123_btn_02.png);
}
body.p123 .swiper-pagination-bullet:nth-child(3) {
  background-image: url(../images/grade/primary/p123/p123_btn_03.png);
}
body.p123 .swiper-pagination-bullet:nth-child(4) {
  background-image: url(../images/grade/primary/p123/p123_btn_04.png);
}
body.p123 .swiper-slide .secttl {
  padding: 20px 0;
  border-radius: 20px 20px 0 0;
  box-shadow: none;
}
body.p123 .swiper-slide .secttl:after {
  filter: none;
}
body.p123 .swiper-slide.no2 .secttl {
  background-color: #ffa13f;
}
body.p123 .swiper-slide.no2 .secttl:after {
  border-left: 25px solid #ffa13f;
}
body.p123 .swiper-slide.no3 .secttl {
  background-color: #ff5740;
}
body.p123 .swiper-slide.no3 .secttl:after {
  border-left: 25px solid #ff5740;
}
body.p123 .swiper-slide.no4 .secttl {
  background-color: #ff8d9d;
}
body.p123 .swiper-slide.no4 .secttl:after {
  border-left: 25px solid #ff8d9d;
}
body.p123 .resolution_box .img {
  margin-bottom: 30px;
  text-align: center;
}
body.p123 .resolution_box .txt {
  font-size: 1.4rem;
  line-height: 2;
}
body.p123 .resolution_box ul li {
  margin: 0 2.5%;
  flex-basis: 45%;
}
body.p123 .swiper-slide .swiper_in {
  padding: 40px 60px;
  min-height: 430px;
}
body.p123 .resolution_box ul {
  margin: 0 -2.5%;
  position: relative;
}
body.p123 .swiper-button-prev, body.p123 .swiper-button-next {
  margin-top: -35px;
}
body.p123 .swiper-button-prev, body.p123 .swiper-button-next {
  background-image: url(../images/common/arrow_icon_01.png);
  width: 71px;
  height: 71px;
  background-size: contain;
  left: 0px;
  outline: 0;
}
body.p123 .swiper-button-next {
  left: auto;
  right: 0px;
  transform: rotate(-180deg);
}
body.p123 .swiper-button-prev:hover, body.p123 .swiper-button-next:hover {
  outline: 0;
}
body.p123 .swiper-slide .bg_shadow {
  margin: 0 35px 5px 35px;
}
/*  lower   ---------------------------------------------------------------------------*/
body.lower .mv.lazyloaded {
  background-image: url(../images/grade/primary/lower/lower_mv_01.png);
}
body.lower .mv h1 {
  text-shadow: 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
}
body.lower #sec01 .lead p {
  font-size: 1.4rem;
}
body.lower #sec02, body.lower #sec04 {
  position: relative;
  z-index: 0;
}
body.lower #sec02:before, body.lower #sec04:before {
  background-color: #fef5e4;
  width: 100%;
  height: 570px;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
}
body.lower #sec02 .inner, body.lower #sec04 .inner {
  padding: 50px 0;
  max-width: 1000px;
}
body.lower #sec02 dl .label_txt span, body.lower #sec04 dl .label_txt span {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
  display: table;
}
body.lower #sec02 dl .label_txt span + span, body.lower #sec04 dl .label_txt span + span {
  margin-top: 5px;
}
body.lower #sec02 dl .txt, body.lower #sec04 dl .txt {
  font-size: 1.4rem;
}
body.lower #sec02 .col2_wrap .secttl {
  border-radius: 20px 20px 0 0;
  box-shadow: none;
}
body.lower #sec02 .col2_wrap .secttl:after {
  filter: none;
}
body.lower #sec02 .col2_wrap .img {
  text-align: center;
}
body.lower #sec02 .col2_wrap .txt p {
  font-size: 1.4rem;
  line-height: 1.8;
}
body.lower #sec04:before {
  height: 700px;
}
body.lower #sec04 .ttl {
  font-weight: bold;
  text-align: center;
  background-color: #fff558;
  border-radius: 20px;
  border: 5px solid #FFFFFF;
  color: #595757;
}
body.lower #sec04 .lead {
  text-align: center;
  font-weight: bold;
}
body.lower #sec04 .img_txt {
  text-align: center;
  margin-bottom: 15px;
}
body.lower #sec04 .chexk_list {
  position: relative;
}
body.lower #sec04 .chexk_list:before {
  background-image: url(../images/grade/primary/lower/lower_pic_05.png);
  content: "";
}
body.lower #sec04 .chexk_list ul li {
  position: relative;
  font-weight: bold;
}
body.lower #sec04 .chexk_list ul li:before {
  background-image: url(../images/grade/icon_02.png);
  display: inline-block;
  content: "";
}
body.lower #sec04 .chexk_list + .txt {
  font-size: 1.4rem;
  line-height: 2;
}
/*  p456   ---------------------------------------------------------------------------*/
body.p456 .mv.lazyloaded {
  background-image: url(../images/grade/primary/p456/p456_mv_01.png);
}
body.p456 .mv h1 {
  text-shadow: 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
}
body.p456 #sec01 .lead .img_ttl {
  text-align: center;
}
body.p456 #sec01 .lead p {
  font-size: 1.5rem;
}
body.p456 #sec02 .bg_shadow .txt {
  position: relative;
}
body.p456 #sec02 .bg_shadow .txt:before {
  background-image: url(../images/grade/primary/p456/p456_pic_01.png);
  display: block;
  content: "";
}
body.p456 #sec02 .bg_shadow .txt p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.5px;
}
/*  upper   ---------------------------------------------------------------------------*/
body.upper .mv.lazyloaded {
  background-image: url(../images/grade/primary/upper/upper_mv_01.png);
}
body.upper .mv h1 {
  text-shadow: 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
}
body.upper #sec01 .secttl, body.upper #sec03 .secttl {
  box-shadow: none;
}
body.upper #sec01 .secttl:after, body.upper #sec03 .secttl:after {
  filter: none;
}
body.upper #sec01 .lead p {
  font-size: 1.4rem;
  line-height: 2;
}
body.upper #sec01 .img {
  text-align: center;
}
body.upper #sec01 .txt_box .ttl {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background-color: #ff9538;
  position: relative;
}
body.upper #sec01 .txt_box .ttl:before {
  background-image: url(../images/grade/primary/upper/upper_icon_01.png);
  width: 20px;
  height: 18px;
  display: block;
  position: absolute;
  right: 300px;
  bottom: -16px;
  content: "";
}
body.upper #sec01 .txt_box .txt {
  font-weight: bold;
}
body.upper .flex_box .txt_box p {
  font-size: 1.4rem;
  line-height: 2;
}
body.upper .flex_box .label_txt {
  font-size: 1.4rem;
  line-height: 2;
}
body.upper .flex_box .label_txt span {
  color: #FFFFFF;
  background-color: #8dc41d;
  font-weight: bold;
  display: table;
}
body.upper .flex_box .label_txt span + span {
  margin-top: 5px;
}
body.upper #sec03 .secttl {
  border-radius: 20px 20px 0 0;
}
body.upper #sec03 .box .txt {
  font-weight: bold;
}
body.upper #sec04 p.green {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-top: 15px;
}
body.upper #sec04 ul.flex_box .img {
  position: relative;
}
body.upper #sec04 ul.flex_box .img:before {
  display: block;
  position: absolute;
  top: -55px;
  content: "";
  background-size: contain;
}
body.upper #sec04 ul.flex_box li:nth-child(1) .img:before {
  background-image: url(../images/grade/primary/upper/upper_icon_02.png);
  left: 0px;
}
body.upper #sec04 ul.flex_box li:nth-child(2) .img:before {
  background-image: url(../images/grade/primary/upper/upper_icon_03.png);
}
body.upper #sec04 .ttl {
  color: #595757;
  font-weight: bold;
  text-align: center;
  background-color: #fff558;
}
/*  j1   ---------------------------------------------------------------------------*/
body.j1 .mv.lazyloaded {
  background-image: url(../images/grade/junior/j1/j1_mv_01.png);
}
body.j1 .mv {
  text-shadow: 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
}
body.j1 #sec01 .secttl {
  box-shadow: none;
}
body.j1 #sec01 .secttl:after {
  filter: none;
}
body.j1 #sec01 .img_ttl {
  text-align: center;
}
body.j1 #sec01 .point_box dl dd p {
  font-size: 1.5rem;
}
body#grade .point_wrap {
  background-color: #acd940;
  position: relative;
  z-index: 0;
}
body#grade .point_wrap:before {
  width: 100%;
  height: 37px;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -37px;
  background-color: #acd940;
  content: "";
}
body#grade .point_wrap .label_ttl .big_font {
  padding: 0;
  background: none;
}
body#grade .point_wrap .label_ttl .small_font {
  font-size: 1.1rem;
  background: none;
  color: #FFFFFF;
  font-weight: normal;
  display: block;
}
body#grade .point_wrap .label_ttl img {
  vertical-align: baseline;
}
body#grade .point_wrap ul > li {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
body#grade .point_wrap ul > li:before {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
body#grade .point_wrap ul > li .pointttl {
  text-align: center;
  background-color: #FFF258;
  color: #404040;
  font-weight: bold;
}
body#grade .point_wrap ul > li .pointttl:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  right: 0px;
  z-index: -1;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #FFF258;
}
body#grade .point_wrap ul > li .ico {
  text-align: center;
}
body#grade .point_wrap ul > li .listttl {
  font-weight: bold;
  color: #8DC41D;
  text-align: center;
}
body#grade .point_wrap ul > li .listttl span {
  font-size: 1.1rem;
  position: absolute;
}
body#grade .c_box .label_ttl {
  line-height: 0.8;
}
body#grade .c_box > ul > li {
  position: relative;
  z-index: 0;
}
body#grade .c_box > ul > li:nth-child(odd):before {
  background-color: rgba(253, 236, 199, 0.50);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 37px;
  content: "";
  z-index: -1;
}
body#grade .c_box > ul > li.no3 .img_txt {
  text-align: center;
}
body#grade .c_box > ul > li.no3 .img_txt span {
  display: block;
  font-size: 1.1rem;
  margin-top: 15px;
}
body#grade .c_box > ul > li.no4 .ttl_s {
  text-align: center;
  position: relative;
  color: #404040;
  padding-bottom: 10px;
}
body#grade .c_box > ul > li.no4 .ttl_s:after {
  width: 95px;
  height: 3px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #a9db3c;
  content: "";
}
body#grade .c_box > ul > li.no4 .img {
  margin-bottom: 15px;
}
body#grade .c_box > ul > li.no4 .txt {
  font-size: 1.4rem;
  line-height: 1.7;
}
body#grade .c_box .check_box .arrow_txt {
  margin-bottom: 15px;
  text-align: center;
}
body#grade .c_box .check_box .list ul {
  background-color: #f4f4f4;
}
body#grade .c_box .check_box .list ul li {
  position: relative;
  font-weight: bold;
}
body#grade .c_box .check_box .list ul li:before {
  background-image: url(../images/grade/icon_02.png);
  display: inline-block;
  content: "";
}
body#grade .c_box .check_box .list ul li + li {
  margin-top: 15px;
}
body#grade .c_box .ttl {
  font-weight: bold;
  text-align: center;
  background-color: #fff558;
  border-radius: 20px;
  border: 5px solid #FFFFFF;
  color: #595757;
}
body#grade .c_box .cnt {
  padding: 40px 0 50px 0;
}
body#grade .c_box .lead p {
  font-weight: bold;
}
body#grade .system_list > li {
  position: relative;
  z-index: 0;
}
body#grade .system_list > li a,
body#grade .system_list > li .outer{
  display: block;
}
body#grade .system_list > li a:before,
body#grade .system_list > li .outer:before{
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 6px;
  bottom: 10px;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #ffffff;
  content: "";
  z-index: 1;
}
body#grade .system_list > li a:after,
body#grade .system_list > li .outer:after{
  background-image: url(../images/type/disability/disability_bg_02.png);
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: "";
}
body#grade .system_list .img {
  position: relative;
}
body#grade .system_list .img span {
  position: absolute;
}
body#grade .system_list .subtxt p {
  color: #8dc41d;
  font-weight: bold;
  text-align: center;
}
body#grade .system_list .subtxt span {
  display: block;
  color: #404040;
  margin-top: 3px;
}
body#grade .c_wrap .secttl {
  box-shadow: none;
}
body#grade .c_wrap .secttl:after {
  filter: none;
}
/*  j2   ---------------------------------------------------------------------------*/
body.j2 .mv.lazyloaded {
  background-image: url(../images/grade/junior/j2/j2_mv_01.png);
}
body.j2 #sec01 .secttl {
  box-shadow: none;
}
body.j2 #sec01 .secttl:after {
  filter: none;
}
body.j2 #sec01 ul li.no1 .lead {
  font-size: 1.4rem;
  line-height: 2;
}
body.j2 #sec01 ul li.no1 dl dd {
  color: #8dc41d;
  font-weight: bold;
}
body.j2 #sec01 ul li.no2 {
  position: relative;
  background-color: #feecc8;
}
body.j2 #sec01 ul li.no2:before, body.j2 #sec01 ul li.no2:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  content: "";
}
body.j2 #sec01 ul li.no2:before {
  background-image: url(../images/grade/junior/j2/j2_txt_01.png);
  margin: 0 auto;
}
body.j2 #sec01 ul li.no2:after {
  background-color: #feecc8;
  width: 100%;
}
body.j2 #sec01 ul li.no2 .txt {
  color: #595757;
  text-align: center;
  font-weight: bold;
  font-family: "Hiragino Sans";
  line-height: 1.4;
}
body.j2 #sec01 ul li.no3 .lead {
  font-size: 1.5rem;
}
/*  j3   ---------------------------------------------------------------------------*/
body.j3 .mv.lazyloaded {
  background-image: url(../images/grade/junior/j3/j3_mv_01.png);
}
body.j3 #sec01 .secttl {
  box-shadow: none;
}
body.j3 #sec01 .secttl:after {
  filter: none;
}
body.j3 #sec01 ul li.no1 .lead {
  font-size: 1.4rem;
  line-height: 2;
}
body.j3 #sec01 ul li.no1 .txt_s {
  font-size: 1.1rem;
  text-align: right;
}
body.j3 #sec01 ul li.no1 .img_txt {
  text-align: center;
}
body.j3 #sec01 ul li.no2 {
  position: relative;
  z-index: 0;
}
body.j3 #sec01 ul li.no2:after {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  content: "";
  background-color: rgba(253, 236, 199, 0.50);
  bottom: 0px;
  z-index: -1;
}
body.j3 #sec01 ul li.no2 .img_txt {
  text-align: center;
}
/*  h1   ---------------------------------------------------------------------------*/
body.h1 .mv.lazyloaded {
  background-image: url(../images/grade/high/h1/h1_mv_01.png);
}
body.h1 .mv h1 {
  text-shadow: 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF, 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF;
}
body.h1 #sec01 .secttl {
  box-shadow: none;
}
body.h1 #sec01 .secttl:after {
  filter: none;
}
body.h1 #sec01 .lead {
  font-size: 1.4rem;
  line-height: 2;
}
/*  h2   ---------------------------------------------------------------------------*/
body.h2 .mv.lazyloaded {
  background-image: url(../images/grade/high/h2/h2_mv_01.png);
}
body.h2 .mv h1 {
  text-shadow: 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF, 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF;
}
body.h2 #sec01 .secttl {
  box-shadow: none;
}
body.h2 #sec01 .secttl:after {
  filter: none;
}
body.h2 #sec01 dl dd.txt {
  font-weight: bold;
}
/*  h3   ---------------------------------------------------------------------------*/
body.h3 .mv.lazyloaded {
  background-image: url(../images/grade/high/h3/h3_mv_01.png);
}
body.h3 .mv h1 {
  text-shadow: 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF, 4px 4px 4px #FFFFFF, -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF, -4px -4px 4px #FFFFFF;
}
body.h3 #sec01 {
  position: relative;
  z-index: 0;
}
body.h3 #sec01:before {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  content: "";
  background-color: rgba(253, 236, 199, 0.50);
  bottom: 0px;
  z-index: -1;
}
body.h3 #sec01 .secttl {
  box-shadow: none;
}
body.h3 #sec01 .secttl:after {
  filter: none;
}
body.h3 #sec01 .lead {
  font-size: 1.4rem;
  line-height: 1.8;
}
body.h3 #sec01 .fukidasi_bg span {
  display: block;
}
body.h3 #sec01 ul.col2 li {
  position: relative;
}
body.h3 #sec01 ul.col2 li:before {
  display: block;
  position: absolute;
  content: "";
  left: -5px;
}
body.h3 #sec01 ul.col2 li.no1:before {
  background-image: url(../images/grade/high/h3/h3_txt_03.png);
}
body.h3 #sec01 ul.col2 li.no2:before {
  background-image: url(../images/grade/high/h3/h3_txt_04.png);
}
body.h3 #sec01 ul.col2 li.no3:before {
  background-image: url(../images/grade/high/h3/h3_txt_05.png);
}
body.h3 #sec01 ul.col2 li.no4:before {
  background-image: url(../images/grade/high/h3/h3_txt_06.png);
}
body.h3 #sec01 ul.col2 .img {
  text-align: center;
  position: relative;
}
body.h3 #sec01 ul.col2 .txt {
  font-size: 1.4rem;
}
body.h3 #sec01 ul.col2 .img.arrow:before, body.h3 #sec01 ul.col2 .img.arrow:after {
  background-image: url(../images/grade/high/h3/h3_arrow_01.png);
  display: block;
  content: "";
  margin: 0 auto;
}
body.h3 #sec01 ul.col2 .img.arrow:before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -40px;
}
body.h3 #sec01 ul.col2 .img.arrow:after {
  transform: scale(-1, -1);
  margin-top: -20px;
}
body.h3 #sec01 ul.col2 dl {
  align-items: center;
}
body.h3 #sec01 ul.col2 .green {
  font-weight: bold;
}
body.h3 #sec02 {
  background-image: url(../images/type/truancy/bg_truancy02.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
body.h3 #sec02 .lead p {
  font-size: 1.4rem;
}
body.h3 #sec02 .lead .ttl {
  font-family: "Hiragino Sans";
  font-weight: bold;
  text-align: center;
  color: #595757;
}
body.h3 #sec02 ul.col2 .ttl {
  color: #FFFFFF;
  background-color: #8dc41e;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-weight: bold;
}
/* ------------------------------
    pc
------------------------------ */
@media screen and (min-width:768px) {
  body.grade .mv .target_txt {
    line-height: 1.4;
    padding: 12px 0 8px;
    font-size: 2.7rem;
    width: 620px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  body.grade .mv .target_txt ul {
    margin: 0 10px;
  }
  body.grade .mv .target_txt ul li {
    font-size: 1.8rem;
  }
  body.grade #sec01 .inner {
    max-width: 700px;
    padding: 50px 0 70px;
  }
  body.grade #sec01 .btn a {
    padding: 15px 0;
    font-size: 2rem;
  }
  body.grade .range_box .bg_shadow {
    padding: 40px 55px;
  }
  body.grade .range_box + .range_box {
    margin-top: 35px;
  }
  body.grade .range_box dl {
    margin-bottom: 25px;
  }
  body.grade .range_box dl dt {
    flex-basis: 40%;
  }
  body.grade .range_box dl dd {
    flex-basis: 56.6%;
    margin-left: 3.4%;
  }
  body.grade .range_box.primary table td span {
    display: inline;
  }
  body.grade .range_box table td.multi {
    padding: 5px 15px;
    line-height: 1.2;
  }
  body.grade .range_box .lead {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: center;
  }
  /*  primary junior high 共通   ---------------------------------------------------------------------------*/
  body.primary .mv h1 > span, body.junior .mv h1 > span, body.high .mv h1 > span {
    font-size: 2.7rem;
    padding: 10px 0 6px;
    width: 430px;
    margin-bottom: 25px;
  }
  body.primary .mv h1 span.subject, body.junior .mv h1 span.subject, body.high .mv h1 span.subject {
    font-size: 1.8rem;
    padding: 3px 15px 0px;
    margin-top: -5px;
    margin: -5px 15px 0;
  }
  body.primary .mv h1 span.subject + span, body.junior .mv h1 span.subject + span, body.high .mv h1 span.subject + span {
    margin-left: -10px;
  }
  .point_list {
    margin-bottom: 50px;
  }
  .point_list ul {
    margin: 0 -2%;
  }
  .point_list ul li {
    margin: 0 2% 50px;
    flex-basis: 21%;
  }
  .point_list ul li a {
    display: block;
  }
  .point_list .ttl {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 15px;
    letter-spacing: -0.5px;
  }
  /*  primary   ---------------------------------------------------------------------------*/
  body.primary .mv .inner, body.junior .mv .inner, body.high .mv .inner {
    position: relative;
  }
  body.primary .mv .inner:before, body.junior .mv .inner:before, body.high .mv .inner:before {
    background-image: url(../images/grade/icon_01.png);
    width: 130px;
    height: 186px;
    display: block;
    position: absolute;
    right: 0px;
    top: -90px;
    content: "";
  }
  body.primary #sec01 .inner {
    padding: 50px 0 200px;
  }
  body.primary #sec01 .theme_list {
    margin: 0 -1.8%;
  }
  body.primary #sec01 .theme_list li {
    margin: 0 0.8%;
    flex-basis: 23%;
    position: relative;
  }
  body.primary #sec01 .theme_list .bg_shadow {
    padding: 30px 25px 60px;
  }
  body.primary #sec01 .theme_list h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
  }
  body.primary #sec01 .theme_list .btn {
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
  }
  body.primary #sec01 .theme_list .btn a {
    font-size: 1.5rem;
    letter-spacing: normal;
    min-width: 200px;
  }
  body.primary #sec01 .theme_list .btn a:after {
    right: 15px;
  }
  body.primary #sec02 .pagettl, body.p123 #sec02 .pagettl, body.p456 #sec03 .pagettl {
    margin-top: -125px;
  }
  body.primary #sec02 .pagettl:after, body.p123 #sec02 .pagettl:after, body.p456 #sec03 .pagettl:after {
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 85px;
    background-color: #fff558;
    content: "";
    z-index: -1;
  }
  body.primary #sec02 .inner {
    padding: 30px 0 75px;
  }
  body.primary .point_box dl dt {
    flex-basis: 39%;
    padding-left: 2%;
  }
  body.primary .point_box dl dd {
    padding: 0 5% 0 8%;
    flex-basis: 61%;
  }
  body.primary .point_box .ttl {
    margin-bottom: 25px;
  }
  body.primary .point_box .ttl span {
    padding: 0px 15px;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  body.primary .cta_wrap, body.p123 .cta_wrap, body.p456 .cta_wrap, body.upper .cta_wrap {
    padding-top: 45px;
  }
  body.primary .cta_wrap:before, body.p123 .cta_wrap:before, body.p456 .cta_wrap:before, body.upper .cta_wrap:before {
    width: 836px;
    height: 116px;
    margin: 0 auto 35px;
  }
  body.primary .cta_wrap .cta_icon, body.p123 .cta_wrap .cta_icon, body.p456 .cta_wrap .cta_icon, body.upper .cta_wrap .cta_icon {
    top: -35px;
    right: 15px;
  }
  body.primary .cta_wrap .cta_icon img, body.p123 .cta_wrap .cta_icon img, body.p456 .cta_wrap .cta_icon img, body.upper .cta_wrap .cta_icon img {
    width: 230px;
    height: auto;
  }
  /*  junior   ---------------------------------------------------------------------------*/
  body.junior #sec01 .secttl, body.high #sec01 .secttl {
    padding: 10px 0;
  }
  body.junior #sec01 .inner, body.high #sec01 .inner {
    padding: 40px 0 50px;
    max-width: 800px;
  }
  body.junior #sec01 .theme_list, body.high #sec01 .theme_list {
    margin: 0 -2%;
  }
  body.junior #sec01 .theme_list li, body.high #sec01 .theme_list li {
    margin: 0 2%;
    flex-basis: 29.333%;
  }
  body.junior #sec01 .theme_list .subttl, body.high #sec01 .theme_list .subttl {
    font-size: 2.3rem;
  }
  body.junior #sec01 .theme_list .img, body.high #sec01 .theme_list .img {
    margin-bottom: 20px;
  }
  body.junior #sec01 .theme_list .btn a, body.high #sec01 .theme_list .btn a {
    min-width: 180px;
  }
  body.junior #sec02 .point_list, body.high #sec02 .point_list {
    margin: 0;
  }
  body.junior #sec02 .check_box .txt, body.high #sec02 .check_box .txt {
    margin-bottom: 25px;
    text-align: center;
  }
  body.junior #sec02 .check_box dl.flex dt, body.high #sec02 .check_box dl.flex dt {
    flex-basis: 45%;
    padding-left: 2.5%;
    z-index: 0;
  }
  body.junior #sec02 .check_box dl.flex dd, body.high #sec02 .check_box dl.flex dd {
    flex-basis: 55%;
  }
  body.junior #sec02 .check_box .list ul, body.high #sec02 .check_box .list ul {
    border-radius: 0 16px 16px 0;
    padding: 30px 55px;
    margin: 20px 0 0 -10px;
  }
  body.junior #sec02 .check_box .list ul li, body.high #sec02 .check_box .list ul li {
    font-size: 2rem;
  }
  body.junior #sec02 .check_box .list ul li + li, body.high #sec02 .check_box .list ul li + li {
    margin-top: 15px;
  }
  body.junior #sec02 .check_box .list ul li:before, body.high #sec02 .check_box .list ul li:before {
    width: 32px;
    height: 26px;
    margin: 0 10px -4px 0;
  }
  body.junior #sec02 .label_ttl, body.high #sec02 .label_ttl {
    margin-bottom: 50px;
  }
  body.junior #sec03 .inner, body.high #sec03 .inner, body#grade .c_wrap .inner {
    padding: 70px 0 60px;
  }
  body.junior #sec03 dl, body.high #sec03 dl, body#grade .c_wrap dl {
    position: relative;
    min-height: 264px;
  }
  body.junior #sec03 dl dt, body.high #sec03 dl dt, body#grade .c_wrap dl dt {
    position: absolute;
    right: 0px;
    top: -12px;
  }
  body.junior #sec03 dl dd, body.high #sec03 dl dd, body#grade .c_wrap dl dd {
    padding-right: 54%;
  }
  body.junior #sec03 dl dd .ttl, body.high #sec03 dl dd .ttl, body#grade .c_wrap dl dd .ttl {
    margin-bottom: 10px;
  }
  body.junior #sec03 dl dd .ttl span, body.high #sec03 dl dd .ttl span, body#grade .c_wrap dl dd .ttl span {
    padding: 0px 15px;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  body.junior #sec03 dl dd .txt p, body.high #sec03 dl dd .txt p, body#grade .c_wrap dl dd .txt p {
    font-size: 1.4rem;
    line-height: 2;
  }
  body.junior #sec03 dl dd .txt p + p, body.high #sec03 dl dd .txt p + p, body#grade .c_wrap dl dd .txt p + p {
    margin-top: 20px;
  }
  body.junior #sec03 .label_ttl, body.high #sec03 .label_ttl, body#grade .c_wrap .label_ttl {
    font-size: 2.7rem;
  }
  body.junior #sec03 .label_ttl span {
    margin: 0;
    padding: 10px 10px 5px 20px;
  }
  /*  high   ---------------------------------------------------------------------------*/
  body.high .label_ttl span {
    padding: 8px 20px 3px 20px;
  }
  /*  p123   ---------------------------------------------------------------------------*/
  body.p123 .mv {
    padding: 120px 0;
  }
  body.p123 .lead {
    margin: 45px 0 55px;
    line-height: 2;
  }
  body.p123 .check_box dd {
    padding-left: 70px;
  }
  body.p123 .check_box ul li + li {
    margin-top: 20px;
  }
  body.p123 #sec01 {
    padding-bottom: 120px;
  }
  body.p123 #sec01 .inner {
    max-width: 800px;
  }
  body.p123 .resolution_box {
    padding: 120px 0 150px;
  }
  body.p123 .resolution_box:before {
    width: 970px;
    height: 194px;
    top: -96px;
  }
  body.p123 .resolution_box .inner {
    max-width: 1080px;
  }
  body.p123 .resolution_box ul li + li:after {
    background-image: url(../images/type/level/level_txt_06.png);
    margin: auto;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 162px;
    height: 88px;
    top: 75px;
    content: "";
  }
  body.p123 .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 25px;
  }
  body.p123 #sec02 .inner {
    padding-top: 30px;
  }
  /*  lower   ---------------------------------------------------------------------------*/
  body.lower #sec01 .inner {
    max-width: 800px;
  }
  body.lower #sec01 .lead {
    padding: 50px 0 60px;
  }
  body.lower #sec01 .lead p {
    line-height: 2;
  }
  body.lower #sec01 .lead p + p {
    margin-top: 30px;
  }
  body.lower #sec02 dl, body.lower #sec04 dl {
    margin: 0 40px;
  }
  body.lower #sec02 dl dt, body.lower #sec04 dl dt {
    flex-basis: 40%;
  }
  body.lower #sec02 dl dd, body.lower #sec04 dl dd {
    flex-basis: 51.5%;
    margin-left: 8.5%;
  }
  body.lower #sec02 dl .label_txt, body.lower #sec04 dl .label_txt {
    margin-bottom: 25px;
  }
  body.lower #sec02 dl .label_txt span, body.lower #sec04 dl .label_txt span {
    padding: 0px 15px;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  body.lower #sec02 dl .txt, body.lower #sec04 dl .txt {
    line-height: 2;
  }
  body.lower #sec02 .col2_wrap {
    margin: 100px 0 0;
  }
  body.lower #sec02 .col2_wrap ul {
    margin: 0 -2%;
  }
  body.lower #sec02 .col2_wrap ul li {
    flex-basis: 46%;
    margin: 0 2%;
  }
  body.lower #sec02 .col2_wrap .secttl {
    padding: 25px 0 15px;
    font-size: 2rem;
  }
  body.lower #sec02 .col2_wrap .secttl:after {
    bottom: -35px;
  }
  body.lower #sec02 .col2_wrap .img {
    padding: 25px 0 40px;
  }
  body.lower #sec02 .col2_wrap .txt {
    padding: 0 40px 35px;
  }
  body.lower #sec04 .ttl {
    width: 800px;
    margin: 50px auto 30px;
    padding: 15px 0 12px;
    font-size: 2.5rem;
  }
  body.lower #sec04 .lead {
    font-size: 1.6rem;
  }
  body.lower #sec04 .chexk_list {
    padding: 0 0 170px 490px;
    margin-bottom: 50px;
  }
  body.lower #sec04 .chexk_list:before {
    width: 800px;
    height: 290px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
  }
  body.lower #sec04 .chexk_list ul li {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
  body.lower #sec04 .chexk_list ul li:before {
    width: 32px;
    height: 26px;
    margin: 0 10px -5px 0;
  }
  body.lower #sec04 .chexk_list ul li + li {
    margin-top: 15px;
  }
  body.lower #sec04 .chexk_list + .txt {
    margin: 0 100px;
  }
  /*  p456   ---------------------------------------------------------------------------*/
  body.p456 #sec01 .lead {
    padding: 30px 0 50px;
  }
  body.p456 #sec01 .lead .img_ttl {
    margin-bottom: 30px;
  }
  body.p456 #sec01 .lead p {
    text-align: center;
  }
  body.p456 #sec02 .inner {
    padding: 50px 0 155px;
    max-width: 800px;
  }
  body.p456 #sec02 .bg_shadow {
    padding: 40px;
  }
  body.p456 #sec02 .bg_shadow .txt {
    padding-left: 260px;
  }
  body.p456 #sec02 .bg_shadow .txt:before {
    width: 236px;
    height: 332px;
    position: absolute;
    left: -5px;
    bottom: -40px;
  }
  /*  upper   ---------------------------------------------------------------------------*/
  body.upper .mv {
    padding: 125px 0;
  }
  body.upper #sec01 .inner {
    padding: 50px 0 70px;
    max-width: 920px;
  }
  body.upper #sec01 .lead {
    margin: 0 60px 50px;
  }
  body.upper #sec01 .lead p + p {
    margin-top: 30px;
  }
  body.upper #sec01 .img {
    margin-bottom: 50px;
  }
  body.upper #sec01 .txt_box {
    margin: 0 60px;
  }
  body.upper #sec01 .txt_box .ttl {
    padding: 13px 0;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  body.upper #sec01 .txt_box .txt {
    letter-spacing: -1px;
    text-align: center;
  }
  body.upper .flex_box .img {
    flex-basis: 40%;
  }
  body.upper .flex_box .txt_box {
    flex-basis: 52%;
    margin-left: 8%;
  }
  body.upper .flex_box .label_txt {
    margin-bottom: 25px;
  }
  body.upper .flex_box .label_txt span {
    padding: 0px 15px;
    font-size: 2.2rem;
    line-height: 1.9;
  }
  body.upper ul.flex_box li {
    position: relative;
  }
  body.upper ul.flex_box li + li {
    margin-top: 90px;
  }
  body.upper ul.flex_box li:nth-child(odd) .img {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  body.upper ul.flex_box li:nth-child(odd) .txt_box {
    flex-basis: 55.5%;
    margin: 0 4.5% 0 0;
  }
  body.upper #sec02 .inner {
    padding: 50px 0;
    max-width: 920px;
  }
  body.upper #sec03 .inner {
    padding: 50px 0;
  }
  body.upper #sec03 .box + .box {
    margin-top: 35px;
  }
  body.upper #sec03 .box .box_inner {
    padding: 50px 75px;
  }
  body.upper #sec03 .box .txt {
    text-align: center;
    margin-top: 45px;
  }
  body.upper #sec04 .inner {
    padding: 80px 0 60px;
    max-width: 920px;
  }
  body.upper #sec04 ul.flex_box li:nth-child(odd) .img {
    position: static;
  }
  body.upper #sec04 ul.flex_box li:nth-child(odd) .txt_box {
    margin: 0 0 0 4.5%;
  }
  body.upper #sec04 ul.flex_box li:nth-child(even) .img {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  body.upper #sec04 ul.flex_box li:nth-child(even) .txt_box {
    margin: 0 8.5% 0 0;
  }
  body.upper #sec04 ul.flex_box li + li {
    margin-top: 60px;
  }
  body.upper #sec04 ul.flex_box li:nth-child(1) .img:before {
    width: 104px;
    height: 110px;
  }
  body.upper #sec04 ul.flex_box li:nth-child(2) .img:before {
    width: 210px;
    height: 170px;
    left: -110px;
  }
  body.upper #sec04 .ttl {
    font-size: 2.5rem;
    padding: 30px 0;
    line-height: 1.7;
  }
  /*  j1   ---------------------------------------------------------------------------*/
  body.j1 .mv {
    padding: 125px 0;
  }
  body.j1 .mv h1 {
    font-size: 4rem;
  }
  body.j1 #sec01 .inner {
    width: 800px;
  }
  body.j1 #sec01 .img_ttl {
    padding: 40px 0;
  }
  body.j1 #sec01 .lead {
    margin: 0 100px 30px;
    font-size: 1.5rem;
  }
  body.j1 #sec01 .point_box {
    margin-bottom: 30px;
  }
  body.j1 #sec01 .img {
    text-align: center;
    margin: 0 -10px 40px;
  }
  body.j1 #sec01 .img_txt {
    text-align: center;
    margin-bottom: 30px;
  }
  body.j1 #sec01 .point_box dl dt {
    flex-basis: 50%;
  }
  body.j1 #sec01 .point_box dl dd {
    flex-basis: 44%;
    margin-left: 6%;
  }
  body.j1 #sec01 .point_box dl dd p + p {
    margin-top: 30px;
  }
  body#grade .point_wrap .inner {
    padding: 40px 0 55px;
  }
  body#grade .point_wrap .label_ttl {
    padding: 20px 0;
  }
  body#grade .point_wrap ul {
    margin: 0 -0.5%;
  }
  body#grade .point_wrap ul > li {
    margin: 0 0.5%;
    flex-basis: 24%;
    border-radius: 20px;
  }
  body#grade .point_wrap ul > li:before {
    border-radius: 20px;
  }
  body#grade .point_wrap ul > li .pointttl {
    font-size: 2rem;
    border-top-left-radius: 20px;
    padding: 15px 0;
    border-top-right-radius: 20px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
  }
  body#grade .point_wrap ul > li .pointttl:after {
    bottom: -16px;
    margin-left: -16px;
  }
  body#grade .point_wrap ul > li .ico {
    margin-bottom: 25px;
  }
  body#grade .point_wrap ul > li .listttl {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  body#grade .point_wrap ul > li .txt {
    font-size: 1.4rem;
    padding: 0 30px;
  }
  body#grade .c_box > ul > li.no1 {
    padding-bottom: 30px;
  }
  body#grade .c_box > ul > li.no2 {
    padding-bottom: 40px;
  }
  body#grade .c_box > ul > li.no2 .img {
    text-align: center;
    margin-bottom: 40px;
  }
  body#grade .c_box > ul > li.no2 .img_txt {
    text-align: center;
  }
  body#grade .c_box > ul > li.no3 {
    padding-bottom: 40px;
  }
  body#grade .c_box > ul > li.no3 .lead {
    margin-bottom: 15px;
  }
  body#grade .c_box > ul > li.no3 .img {
    margin: 0 -40px 20px;
  }
  body#grade .c_box > ul > li.no4 .col3 {
    margin: 0 -1.6% 45px;
  }
  body#grade .c_box > ul > li.no4 .col3 li {
    flex-basis: 30%;
    margin: 0 1.6%;
  }
  body#grade .c_box > ul > li.no4 .ttl_s {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
  body#grade .c_box > ul > li.no4 .txt {
    letter-spacing: -0.2px;
  }
  body#grade .c_box .check_box .txt {
    margin-bottom: 25px;
    text-align: center;
  }
  body#grade .c_box .check_box dl.flex dt {
    flex-basis: 45%;
    padding-left: 2.5%;
    z-index: 0;
  }
  body#grade .c_box .check_box dl.flex dd {
    flex-basis: 55%;
  }
  body#grade .c_box .check_box .list ul {
    border-radius: 0 16px 16px 0;
    padding: 30px 55px;
    margin: 20px 0 0 -10px;
  }
  body#grade .c_box .check_box .list ul li {
    font-size: 2rem;
  }
  body#grade .c_box .check_box .list ul li:before {
    width: 32px;
    height: 26px;
    margin: 0 10px -4px 0;
  }
  body#grade .c_box > ul > li .inner {
    max-width: 800px;
  }
  body#grade .c_box .ttl {
    padding: 15px 0 12px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  body#grade .c_box .lead {
    margin-bottom: 30px;
  }
  body#grade .c_box .lead p {
    text-align: center;
    line-height: 1.8;
  }
  body#grade .system_list {
    margin: 0 -1.8%;
  }
  body#grade .system_list > li {
    margin: 0 1.8% 30px;
    flex-basis: 29.7%;
  }
  body#grade .system_list .bg_shadow {
    padding: 25px 15px 20px;
  }
  body#grade .system_list .img {
    text-align: center;
    margin-bottom: 10px;
  }
  body#grade .system_list .img span {
    bottom: -15px;
    right: -10px;
  }
  body#grade .system_list .subtxt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body#grade .system_list .subtxt p {
    font-size: 1.7rem;
    letter-spacing: -0.5px;
  }
  body#grade .system_list .subtxt span {
    font-size: 1.2rem;
  }
  body#grade .c_wrap .inner {
    max-width: 920px;
  }
  .fukidasi_bg {
    margin-bottom: 40px;
  }
  /*  j2   ---------------------------------------------------------------------------*/
  body.j2 .mv {
    padding: 123px 0;
  }
  body.j2 #sec01 .fukidasi_bg {
    margin-top: 0px;
  }
  body.j2 #sec01 .inner {
    max-width: 800px;
  }
  body.j2 #sec01 ul li.no1 .lead {
    margin: 50px 0 30px;
  }
  body.j2 #sec01 ul li.no1 dl {
    align-items: center;
    margin-bottom: 120px;
  }
  body.j2 #sec01 ul li.no1 dl dt {
    flex-basis: 44%;
  }
  body.j2 #sec01 ul li.no1 dl dd {
    flex-basis: 46.5%;
    margin-left: 5%;
  }
  body.j2 #sec01 ul li.no2 {
    padding: 150px 0 40px;
  }
  body.j2 #sec01 ul li.no2:before {
    width: 1000px;
    height: 196px;
    top: -86px;
  }
  body.j2 #sec01 ul li.no2:after {
    height: 35px;
    bottom: -34px;
  }
  body.j2 #sec01 ul li.no2 .img {
    margin: 0 -23px 25px;
  }
  body.j2 #sec01 ul li.no2 .txt {
    font-size: 3.2rem;
  }
  body.j2 #sec01 ul li.no3 .lead {
    margin: 0 100px 30px;
  }
  body.j2 #sec01 ul li.no3 .img {
    margin: 0 -14px 45px;
  }
  body.j2 #sec01 ul li.no3 .img_txt {
    text-align: center;
    margin-bottom: 30px;
  }
  /*  j3   ---------------------------------------------------------------------------*/
  body.j3 .mv {
    padding: 123px 0;
  }
  body.j3 #sec01 .fukidasi_bg {
    margin-top: 0px;
  }
  body.j3 #sec01 .inner {
    max-width: 800px;
  }
  body.j3 #sec01 ul li.no1 .inner {
    padding: 50px 0;
  }
  body.j3 #sec01 ul li.no1 .lead {
    margin: 0 35px 45px;
  }
  body.j3 #sec01 ul li.no1 .fukidasi_bg {
    margin-bottom: 15px;
  }
  body.j3 #sec01 ul li.no1 .txt_s {
    margin-bottom: 20px;
  }
  body.j3 #sec01 ul li.no1 .img {
    margin-bottom: 20px;
  }
  body.j3 #sec01 ul li.no2:after {
    height: 665px;
  }
  body.j3 #sec01 ul li.no2 .lead {
    margin: 0 100px 30px;
    font-size: 1.5rem;
  }
  body.j3 #sec01 ul li.no2 .img {
    margin: 0 -14px 45px;
  }
  body.j3 #sec01 ul li.no2 .img_txt {
    padding-bottom: 30px;
  }
  /*  h1   ---------------------------------------------------------------------------*/
  body.h1 .mv {
    padding: 123px 0;
  }
  body.h1 #sec01 .inner {
    padding: 50px 0 30px;
    max-width: 700px;
  }
  body.h1 #sec01 .lead {
    margin-bottom: 35px;
  }
  body.h1 #sec01 .img {
    margin: 0 -64px 30px;
  }
  body.h1 #sec01 .img_txt {
    text-align: center;
  }
  /*  h2   ---------------------------------------------------------------------------*/
  body.h2 .mv h1 {
    font-size: 4rem;
  }
  body.h2 #sec01 .inner {
    padding: 25px 0 60px;
    max-width: 800px;
  }
  body.h2 #sec01 dl {
    align-items: center;
  }
  body.h2 #sec01 dl dt.img {
    flex-basis: 56.5%;
  }
  body.h2 #sec01 dl dt.img img {
    margin-left: -25px;
  }
  body.h2 #sec01 dl dd.txt {
    flex-basis: 38.5%;
    margin-left: 5%;
    line-height: 2;
  }
  /*  h3   ---------------------------------------------------------------------------*/
  body.h3 #sec01:before {
    height: 1340px;
  }
  body.h3 #sec01 .inner {
    padding: 50px 0 35px;
  }
  body.h3 #sec01 .lead {
    margin: 0 150px 30px;
  }
  body.h3 #sec01 .fukidasi_bg {
    margin-bottom: 60px;
  }
  body.h3 #sec01 .fukidasi_bg span {
    font-size: 1.4rem;
  }
  body.h3 #sec01 ul.col2 {
    margin: 0 -2%;
  }
  body.h3 #sec01 ul.col2.speed {
    margin-bottom: 25px;
  }
  body.h3 #sec01 ul.col2 li {
    margin: 0 2% 40px;
    flex-basis: 46%;
  }
  body.h3 #sec01 ul.col2 li:before {
    width: 130px;
    height: 78px;
    top: -40px;
  }
  body.h3 #sec01 ul.col2 .bg_shadow {
    padding: 25px 50px;
  }
  body.h3 #sec01 ul.col2.speed .img {
    margin-bottom: 20px;
  }
  body.h3 #sec01 ul.col2.weakness .img {
    margin-bottom: 25px;
  }
  body.h3 #sec01 ul.col2 .img.arrow:before, body.h3 #sec01 ul.col2 .img.arrow:after {
    width: 136px;
    height: 34px;
  }
  body.h3 #sec01 ul.col2 dl dt {
    flex-basis: 31%;
  }
  body.h3 #sec01 ul.col2 dl dd.txt {
    flex-basis: 63%;
    margin-left: 6%;
    line-height: 1.8;
    letter-spacing: -1px;
  }
  body.h3 #sec01 .img_txt {
    text-align: center;
  }
  body.h3 #sec02 .inner {
    padding: 40px 0 50px;
  }
  body.h3 #sec02 .lead {
    margin: 0 150px 30px;
  }
  body.h3 #sec02 .lead .ttl {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
  body.h3 #sec02 ul.col2 {
    margin: 0 -2.4%;
  }
  body.h3 #sec02 ul.col2 li {
    margin: 0 2.4%;
    flex-basis: 45.2%;
  }
  body.h3 #sec02 ul.col2 .ttl {
    padding: 5px 0 3px;
    font-size: 2.6rem;
  }
  body.h3 #sec02 ul.col2 .img {
    padding: 20px 30px;
    text-align: center;
  }
}
/* ------------------------------
    IE
------------------------------ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .point_list .ttl {
    letter-spacing: -0.5px;
  }
  body.junior #sec02 .check_box dl.flex dt, body.high #sec02 .check_box dl.flex dt {
    padding: 0;
  }
  body.junior #sec02 .check_box dl.flex dd, body.high #sec02 .check_box dl.flex dd {
    margin-left: -2.5%;
  }
  body.primary .point_box dl dd {
    flex-basis: 46%;
  }
  body.high .label_ttl span {
    padding: 6px 20px 3px 20px;
  }
  body#grade .c_box .check_box dl.flex dd {
    margin-left: -2.5%;
  }
}
/* ------------------------------
    sp
------------------------------ */
@media screen and (max-width: 767px) {
  body .mv {
    margin-top: 60px !important;
  }
  body.grade .mv {
    padding: 30px 3%;
    background-position: 65% center;
  }
  body.grade .mv h1 {
    margin-bottom: 10px;
  }
  body.grade .mv p {
    font-size: 2rem;
    font-weight: 800;
    font-family: "Hiragino Sans";
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body.grade .mv .target_txt {
    padding: 10px 3%;
    font-size: 1.2rem;
    display: inline-block;
  }
  body.grade .mv .target_txt ul {
    margin: 2px 0;
    display: flex;
  }
  body.grade .mv .target_txt ul li {
    padding: 2px 10px;
  }
  body.grade .lead_box {
    padding: 5px 3% 25px;
  }
  body.grade .lead_box p {
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
  }
  body.grade .lead_box ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  body.grade .lead_box ul li {
    width: calc((100% - 30px) / 3);
    border-radius: 10px;    
  }
  body.grade .lead_box ul li:nth-of-type(1) { background-color: #8DC41D; box-shadow: 0px 5px 0 #73AD00; }
  body.grade .lead_box ul li:nth-of-type(2) { background-color: #3EC4F7; box-shadow: 0px 5px 0 #16AFCF; }
  body.grade .lead_box ul li:nth-of-type(3) { background-color: #FF9839; box-shadow: 0px 5px 0 #EA7015; }
  body.grade .lead_box ul li a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;    
    padding: 10px 10px 20px;
  }
  body.grade .lead_box ul li a::before {
    content: '';
    display: inline-block;
    background-image: url(../images/grade/down-arrow.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
  body.grade #sec01 .inner {
    padding: 30px 3%;
  }
  body.grade .range_box .bg_shadow {
    padding: 30px 3%;
  }
  body.grade .range_box + .range_box {
    margin-top: 30px;
  }
  body.grade .range_box .range_icon {
    top: -3%;
    left: -3%;
    width: 100px;
  }
  body.grade .range_box dl {
    margin-bottom: 15px;
  }
  body.grade .range_box dl dt {
    margin-bottom: 15px;
    text-align: center;
  }
  body.grade .range_box dl dt img {
    width: auto;
  }
  body.grade .range_box table {
    font-size: 1.2rem;
  }
  body.grade .range_box table th {
    padding: 10px 0;
  }
  body.grade .range_box table td {
    padding: 10px 3%;
  }
  body.grade .range_box .lead {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  body.grade .curriculum {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  body.grade .curriculum + .curriculum {
    margin-top: 12px;
  }
  body.grade .curriculum .c_head {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 900;    
    line-height: 1.4;
    text-align: center;
    width: 65px;
    padding: 5px;
  }
  body.grade .range_box.primary .curriculum .c_head { background-color: #F2FFD5; }
  body.grade .range_box.junior .curriculum .c_head { background-color: #E3F7FF; }
  body.grade .range_box.high .curriculum .c_head { background-color: #FFE8D2; }
  body.grade .curriculum .c_txt {
    font-size: 1.3rem;
    padding: 2px 0 2px 10px;
  }
  body.grade .curriculum .c_txt li + li {
    margin-top: 5px;
  }
  body.grade .curriculum .c_txt .bold {
    font-weight: 900;
  }
  body.grade .curriculum .c_txt .small {
    font-size: 1.0rem;
  }
  body.grade .theme_box {
    margin-top: 20px;
  }
  body.grade .theme_box p {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 5px;
  }
  body.grade .theme_box a {
    position: relative;
    font-size: 1.4rem;
    display: block;
    border-bottom: 1px solid #C4C4C4;
    padding: 9px 10px 7px 25px;
  }
  body.grade .range_box.primary .theme_box a { color: #73AD00 }
  body.grade .range_box.junior .theme_box a { color: #3EC4F7; }
  body.grade .range_box.high .theme_box a { color: #FF9839; }
  body.grade .theme_box a:last-of-type {
    border-bottom: none;
  }
  body.grade .theme_box a::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 53%;
    left: 3px;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
  }
  body.grade .range_box.primary .theme_box a::before { border-top: 3px solid #73AD00; border-right: 3px solid #73AD00; }
  body.grade .range_box.junior .theme_box a::before { border-top: 3px solid #3EC4F7; border-right: 3px solid #3EC4F7 }
  body.grade .range_box.high .theme_box a::before { border-top: 3px solid #FF9839; border-right: 3px solid #FF9839 }
  body.grade .cta_wrap .label_ttl {
    display: none;
  }
  /*  primary junior high 共通   ---------------------------------------------------------------------------*/
  body.primary .mv h1 > span, body.junior .mv h1 > span, body.high .mv h1 > span {
    font-size: 1.2rem;
    padding: 5px 0;
    margin-right: 30%;
    margin-bottom: 15px;
  }
  body.primary .mv h1 span.subject, body.junior .mv h1 span.subject, body.high .mv h1 span.subject {
    font-size: 1.2rem;
    padding: 2px 8px 1px;
    margin-top: -5px;
    margin: -1px 8px 0;
  }
  body.primary .mv h1 span.subject + span, body.junior .mv h1 span.subject + span, body.high .mv h1 span.subject + span {
    margin-left: -4px;
  }
  body.junior .mv h1 > span, body.high .mv h1 > span {
    font-size: 1.2rem;
  }
  body.junior .mv h1 span.subject {
    font-size: 1.1rem;
  }
  .point_list {
    margin-bottom: 15px;
  }
  .point_list ul {
    margin: 0 -1.5%;
    display: flex;
  }
  .point_list ul li {
    margin: 0 1.5% 15px;
    flex-basis: 47%;
  }
  .point_list .ttl {
    font-size: 1.2rem;
    margin-top: 15px;
    letter-spacing: -0.5px;
  }
  /*  primary   ---------------------------------------------------------------------------*/
  body.primary .mv, body.junior .mv {
    position: relative;
    background-position: 56% top;
  }
  body.primary .mv:before, body.junior .mv:before, body.high .mv:before {
    background-image: url(../images/grade/icon_01.png);
    width: 60px;
    height: 80px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background-size: 60px auto;
  }
  body.primary #sec01 .inner {
    padding: 30px 6% 70px;
  }
  body.primary #sec01 .theme_list li + li {
    margin-top: 30px;
  }
  body.primary #sec01 .theme_list .bg_shadow {
    padding: 30px 3%;
  }
  body.primary #sec01 .theme_list h3 {
    margin-bottom: 15px;
    height: auto !important;
  }
  body.primary #sec01 .theme_list .btn {
    margin-top: 15px;
  }
  body.primary #sec01 .img {
    text-align: center;
  }
  body.primary #sec01 .img img {
    width: auto;
  }
  body.primary #sec02 .pagettl, body.p123 #sec02 .pagettl, body.p456 #sec03 .pagettl {
    margin-top: -55px;
  }
  body.primary #sec02 .inner {
    padding: 15px 6% 30px;
  }
  body.primary .point_box dl dt {
    margin-bottom: 15px;
  }
  body.primary .point_box .ttl {
    margin-bottom: 15px;
  }
  body.primary .point_box .ttl span {
    padding: 5px 10px;
    font-size: 1.8rem;
  }
  body.primary .point_box .txt {
    line-height: 1.8;
  }
  body.primary .cta_wrap:before, body.p123 .cta_wrap:before, body.p456 .cta_wrap:before, body.upper .cta_wrap:before {
    width: 100%;
    height: 50px;
    margin: 0 auto 15px;
    background-size: 100% auto;
  }
  body.primary .cta_wrap .cta_icon, body.p123 .cta_wrap .cta_icon, body.p456 .cta_wrap .cta_icon, body.upper .cta_wrap .cta_icon {
    top: -15px;
    right: 0px;
    width: 50%;
  }
  body.primary .cta_wrap, body.p123 .cta_wrap, body.p456 .cta_wrap, body.upper .cta_wrap {
    padding: 30px 3%;
  }
  body.primary .cta_wrap .inner, body.p123 .cta_wrap .inner, body.p456 .cta_wrap .inner, body.upper .cta_wrap .inner {
    padding: 0;
  }
  /*  junior   ---------------------------------------------------------------------------*/
  body.junior #sec01 .secttl span, body.high #sec01 .secttl span {
    display: block;
    width: 30%;
    margin: 0 auto -5px;
  }
  body.junior #sec01 .secttl span img, body.high #sec01 .secttl span img {
    width: 100%;
    height: auto;
  }
  body.junior #sec01 .inner, body.high #sec01 .inner {
    padding: 30px 6%;
  }
  body.junior #sec01 .theme_list li + li, body.high #sec01 .theme_list li + li {
    margin-top: 30px;
  }
  body.junior #sec01 .theme_list .img, body.high #sec01 .theme_list .img {
    margin-bottom: 15px;
    text-align: center;
  }
  body.junior #sec01 .theme_list .img img, body.high #sec01 .theme_list .img img {
    width: auto;
    height: auto;
  }
  body.junior #sec02 .inner, body.high #sec02 .inner {
    padding: 30px 6%;
  }
  body.junior #sec02 .check_box .txt, body.high #sec02 .check_box .txt {
    margin-bottom: 15px;
  }
  body.junior #sec02 .check_box .list ul, body.high #sec02 .check_box .list ul {
    border-radius: 16px;
    padding: 15px 6%;
  }
  body.junior #sec02 .check_box .list ul li + li, body.high #sec02 .check_box .list ul li + li {
    margin-top: 10px;
  }
  body.junior #sec02 .check_box .list ul li, body.high #sec02 .check_box .list ul li {
    padding-left: 30px;
  }
  body.junior #sec02 .check_box .list ul li:before, body.high #sec02 .check_box .list ul li:before {
    width: 22px;
    height: 18px;
    margin-right: 5px;
    background-size: 100% auto;
    position: absolute;
    left: 0px;
    top: 4px;
  }
  body.junior #sec03 .secttl img, body.high #sec03 .secttl img, body#grade .c_wrap .secttl img {
    height: 11px;
  }
  body.junior #sec03 .inner, body.high #sec03 .inner, body#grade .c_wrap .inner {
    padding: 30px 6%;
  }
  body.junior #sec03 dl dt, body.high #sec03 dl dt, body#grade .c_wrap dl dt {
    margin-bottom: 15px;
  }
  body.junior #sec03 dl dd, body.high #sec03 dl dd, body#grade .c_wrap dl dd {
    font-size: 1.4rem;
  }
  body.junior #sec03 dl dd .ttl, body.high #sec03 dl dd .ttl, body#grade .c_wrap dl dd .ttl {
    margin-bottom: 15px;
  }
  body.junior #sec03 dl dd .ttl span, body.high #sec03 dl dd .ttl span, body#grade .c_wrap dl dd .ttl span {
    padding: 5px 10px;
    font-size: 1.8rem;
  }
  body.junior #sec03 dl dd .txt p + p, body.high #sec03 dl dd .txt p + p, body#grade .c_wrap dl dd .txt p + p {
    margin-top: 15px;
  }
  body.junior #sec03 .label_ttl span {
    padding: 10px 5px 5px 15px;
  }
  /*  high   ---------------------------------------------------------------------------*/
  body.high .mv {
    position: relative;
    background-position: 52% top;
  }
  body.high #sec03 .label_ttl {
    font-size: 1.6rem;
  }
  body.high #sec03 .label_ttl span {
    margin: 0 5px;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
  }
  /*  p123   ---------------------------------------------------------------------------*/
  body.p123 .lead {
    margin-bottom: 15px;
  }
  body.p123 .check_box dt {
    margin-bottom: 15px;
  }
  body.p123 .check_box ul li + li {
    margin-top: 15px;
  }
  body.p123 .check_box ul li span img {
    width: auto;
    height: auto;
  }
  body.p123 #sec01 .inner {
    padding: 30px 3% 80px;
  }
  body.p123 .resolution_box {
    padding: 65px 3% 70px;
  }
  body.p123 .resolution_box:before {
    width: 100%;
    height: 100px;
    top: -50px;
    background-size: auto 100px;
    background-position: center;
  }
  body.p123 .resolution_box .img {
    margin-bottom: 15px;
  }
  body.p123 .resolution_box .txt {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  body.p123 .resolution_box .ttl:before {
    height: 35px;
  }
  body.p123 .resolution_box ul li + li:before {
    background-image: url(../images/type/level/level_txt_06.png);
    display: block;
    width: 55px;
    height: 30px;
    content: "";
    background-size: 100% auto;
    transform: rotate(90deg);
    margin: auto auto 20px;
  }
  body.p123 .resolution_box ul li + li:after {
    display: none;
  }
  body.p123 .swiper-pagination {
    margin-bottom: 15px;
  }
  body.p123 .swiper-button-prev, body.p123 .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  body.p123 .swiper-slide .secttl img {
    margin: 0 auto;
    display: block;
    height: 13px;
  }
  body.p123 .swiper-slide .swiper_in {
    padding: 20px 7.5%;
  }
  body.p123 .swiper-slide .bg_shadow {
    margin: 0 5px 5px 0;
  }
  body.p123 .swiper-slide.no4 .secttl img {
    height: 12px;
  }
  body.p123 .swiper-button-prev {
    left: -3%;
  }
  body.p123 .swiper-button-next {
    right: -3%;
  }
  body.p123 #sec02 .inner {
    padding: 15px 3%;
  }
  body.p123 #sec02 .point_list {
    margin: 0;
  }
  /*  lower   ---------------------------------------------------------------------------*/
  body.lower #sec01 .inner {
    padding: 30px 3%;
  }
  body.lower #sec01 .lead p + p {
    margin-top: 15px;
  }
  body.lower #sec02:before {
    height: 57%;
  }
  body.lower #sec02 .inner, body.lower #sec04 .inner {
    padding: 30px 3%;
  }
  body.lower #sec02 dl dt, body.lower #sec04 dl dt {
    margin-bottom: 15px;
  }
  body.lower #sec02 dl .label_txt, body.lower #sec04 dl .label_txt {
    margin-bottom: 15px;
  }
  body.lower #sec02 dl .label_txt span, body.lower #sec04 dl .label_txt span {
    padding: 5px 10px;
    font-size: 1.8rem;
  }
  body.lower #sec02 dl .label_txt span {
    letter-spacing: -0.5px;
  }
  body.lower #sec02 .col2_wrap {
    margin: 60px 0 0;
  }
  body.lower #sec02 .col2_wrap ul li + li {
    margin-top: 15px;
  }
  body.lower #sec02 .col2_wrap .secttl {
    padding: 15px 0 10px;
    font-size: 1.8rem;
  }
  body.lower #sec02 .col2_wrap .secttl:after {
    bottom: -22px;
  }
  body.lower #sec02 .col2_wrap .img {
    padding: 15px 3%;
  }
  body.lower #sec02 .col2_wrap .txt {
    padding: 0 3% 15px;
  }
  body.lower #sec04:before {
    height: 48%;
  }
  body.lower #sec04 .ttl {
    padding: 13px 1.5% 10px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    margin: 30px 0 15px;
  }
  body.lower #sec04 .chexk_list {
    margin-bottom: 15px;
  }
  body.lower #sec04 .chexk_list:before {
    display: inline-block;
    background-size: contain;
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
  }
  body.lower #sec04 .chexk_list ul li {
    padding-left: 30px;
    letter-spacing: -1px;
  }
  body.lower #sec04 .chexk_list ul li:before {
    width: 22px;
    height: 18px;
    margin-right: 5px;
    background-size: 100% auto;
    position: absolute;
    left: 0px;
    top: 4px;
  }
  body.lower #sec04 .chexk_list ul li + li {
    margin-top: 10px;
  }
  /*  p456   ---------------------------------------------------------------------------*/
  body.p456 .mv {
    background-position: 30% center;
  }
  body.p456 #sec01 .lead {
    padding: 15px 3% 30px;
  }
  body.p456 #sec01 .lead .img_ttl {
    margin-bottom: 15px;
  }
  body.p456 #sec02 .inner {
    padding: 30px 3% 70px;
  }
  body.p456 #sec02 .bg_shadow {
    padding: 15px 3%;
  }
  body.p456 #sec02 .bg_shadow .txt:before {
    width: 106px;
    margin: 0 auto 10px;
    height: 150px;
    background-size: contain;
  }
  body.p456 #sec03 .inner {
    padding: 15px 3%;
  }
  body.p456 #sec03 .point_list {
    margin: 0;
  }
  /*  upper   ---------------------------------------------------------------------------*/
  body.upper .mv {
    background-position: 70% center;
  }
  body.upper #sec01 .inner {
    padding: 30px 3%;
  }
  body.upper #sec01 .lead {
    margin-bottom: 15px;
  }
  body.upper #sec01 .lead p + p {
    margin-top: 10px;
  }
  body.upper #sec01 .img {
    margin-bottom: 30px;
  }
  body.upper #sec01 .txt_box .ttl {
    padding: 10px 0;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  body.upper #sec01 .txt_box .ttl:before {
    right: 30%;
    bottom: -12px;
  }
  body.upper .flex_box .img {
    margin-bottom: 15px;
  }
  body.upper .flex_box .label_txt {
    margin-bottom: 15px;
  }
  body.upper .flex_box .label_txt span {
    padding: 5px 5px;
    font-size: 1.8rem;
  }
  body.upper ul.flex_box li + li {
    margin-top: 30px;
  }
  body.upper #sec02 .inner {
    padding: 30px 3%;
  }
  body.upper #sec03 .secttl:after {
    bottom: -22px;
  }
  body.upper #sec03 .inner {
    padding: 30px 3%;
  }
  body.upper #sec03 .box + .box {
    margin-top: 15px;
  }
  body.upper #sec03 .box .box_inner {
    padding: 15px 3% 30px;
  }
  body.upper #sec03 ul.flex_box li:first-child .label_txt span {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
  }
  body.upper #sec03 .box .txt {
    margin-top: 10px;
  }
  body.upper #sec03 .box .txt br {
    display: none;
  }
  body.upper #sec04 .inner {
    padding: 30px 3%;
  }
  body.upper #sec04 p.green br {
    display: none;
  }
  body.upper #sec04 ul.flex_box li:nth-child(1) .img:before {
    width: 68px;
    height: 78px;
    top: -20px;
  }
  body.upper #sec04 ul.flex_box li:nth-child(2) .img:before {
    width: 140px;
    height: 114px;
    left: -1.5%;
    top: -15px;
  }
  body.upper #sec04 .ttl {
    font-size: 1.8rem;
    padding: 15px 3%;
    line-height: 1.8;
  }
  /*  j1   ---------------------------------------------------------------------------*/
  body.j1 .mv {
    background-position: 57% center;
  }
  body.j1 #sec01 .inner {
    padding: 30px 3% 15px;
  }
  body.j1 #sec01 .img_ttl {
    margin-bottom: 15px;
  }
  body.j1 #sec01 .lead {
    margin-bottom: 15px;
  }
  body.j1 #sec01 .img {
    margin-bottom: 15px;
  }
  body.j1 #sec01 .point_box dl dt {
    margin-bottom: 15px;

  }
  body.j1 #sec01 .point_box dl dd {
    margin-bottom: 15px;
  }
  body.j1 #sec01 .point_box dl dd p {
    font-size: 1.4rem;
  }
  body.j1 #sec01 .point_box dl dd p br {
    display: none;
  }
  body.j1 #sec01 .point_box dl dd p + p {
    margin-top: 15px;
  }
  body.j1 #sec01 .lead {
    font-size: 1.4rem;
  }
  body#grade.j1 .c_box > ul > li.no1:before {
    top: 100px;
    height: 94%;
  }
  body#grade.j1 .c_box > ul > li.no3:before {
    top: 100px;
    height: 87%;
  }
  body#grade.j1 .point_wrap {
    margin-bottom: -60px;
  }
  body#grade.j1 .point_wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }
  body#grade.j1 .point_wrap ul > li {
    border-radius: 6px;
    width: calc((100% - 15px) / 2);
    padding-bottom: 0;
  }
  body#grade.j1 .point_wrap ul > li + li {
    margin-top: 0;
  }
  body#grade.j1 .point_wrap ul > li .pointttl {
    font-size: 1.4rem;
    border-radius: 6px 6px 0 0;
    padding: 7px 0 4px;
  }
  body#grade.j1 .point_wrap ul > li .ico {
    margin: 20px 0 10px;
  }
  body#grade.j1 .point_wrap ul > li .ico img {
    height: 38px;
  }
  body#grade.j1 .point_wrap ul > li .listttl {
    margin: 10px 0;
    font-size: 1.4rem;
  }
  body#grade.j1 .point_wrap ul > li .anc {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background-color: #fea140;
    border-radius: 0 0 6px 6px;
    padding: 5px 0 3px;
  }
  body#grade.j1 .point_wrap ul > li .anc::before {
    content: '';
    display: block;
    background-image: url('../images/grade/icon_arrow.png') ;
    background-size: contain;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  body.j1 .system_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  body#grade.j1 .system_list .bg_shadow {
    padding: 12px 4%;
    border-radius: 6px;
  }
  body#grade.j1 .system_list li:nth-of-type(1) .bg_shadow,
  body#grade.j1 .system_list li:nth-of-type(2) .bg_shadow  { 
    max-height: 190px;
  }
  body.j1 .system_list > li {
    width: calc((100% - 10px) / 2);
  }
  body#grade.j1 .system_list > li + li {
    margin-top: 0;
  }
  body.j1 .system_list .subttl {
    font-size: 1.4rem;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  body.j1 .system_list .subttl:after {
    width: 60px;
    height: 2px;
  }
  body#grade.j1 .system_list .subtxt p {
    font-size: 1.0rem;
    color: #282828;
  }
  body#grade.j1 .system_list .subtxt span {
    font-size: 1.0rem;
  }
  body#grade.j1 .system_list .img {
    margin-bottom: 12px;
  }
  body#grade.j1 .system_list .img span img {
    position: relative;
    top: -5px;
    width: 100px;
  }
  body#grade.j1 .c_box {
    pointer-events: none;
  }
  body#grade.j1 .c_box .lead p {
    font-size: 1.4rem;
    font-weight: normal;
  }
  body#grade.j1 .no2 .txt {
    font-size: 1.4rem;
    font-weight: 800;
    color: #8DC41D;
  }
  body#grade.j1 #no1, body#grade.j1 #no2, body#grade.j1 #no3, body#grade.j1 #no4 { padding-top: 60px; }
  body#grade.j1 #no1, body#grade.j1 #no2, body#grade.j1 #no3 { margin-bottom: -60px; }  
  body#grade .point_wrap:before {
    height: 45px;
    bottom: -40px;
  }
  body#grade .point_wrap .inner {
    padding: 30px 3%;
  }
  body#grade .point_wrap .label_ttl .big_font {
    margin: 0;
    display: block;
  }
  body#grade .point_wrap .label_ttl .big_font img {
    width: 30%;
  }
  body#grade .point_wrap .label_ttl .small_font {
    padding: 5px 0 0;
    margin: 0;
    line-height: 1.4;
  }
  body#grade .point_wrap ul > li {
    border-radius: 20px;
  }
  body#grade .point_wrap ul > li + li {
    margin-top: 30px;
  }
  body#grade .point_wrap ul > li:before {
    border-radius: 20px;
  }
  body#grade .point_wrap ul > li .pointttl {
    padding: 15px 0 10px;
    border-radius: 20px 20px 0 0;
    font-size: 1.8rem;
    position: relative;
  }
  body#grade .point_wrap ul > li .pointttl:after {
    bottom: -14px;
    margin-left: -16px;
    z-index: 1;
  }
  body#grade .point_wrap ul > li .ico {
    margin: 20px 0 15px;
  }
  body#grade .point_wrap ul > li .ico img {
    width: auto;
    height: auto;
  }
  body#grade .point_wrap ul > li .listttl {
    margin: 15px 0;
    font-size: 1.8rem;
  }
  body#grade .point_wrap ul > li .txt {
    padding: 0 6%;
  }
  body#grade .point_wrap ul > li .subtxt {
    padding: 5px 6% 0;
  }
  body#grade .c_box > ul > li:nth-child(odd):before {
    top: 40px;
  }
  body#grade .c_box > ul > li.no3:before {
    height: 98%;
  }
  body#grade .c_box > ul > li.no2 .img {
    margin-bottom: 15px;
  }
  body#grade .c_box > ul > li.no3 .lead {
    margin-bottom: 10px;
  }
  body#grade .c_box > ul > li.no3 .img {
    margin-bottom: 10px;
  }
  body#grade .c_box > ul > li.no3 .img_txt span {
    margin-top: 10px;
  }
  body#grade .c_box > ul > li.no4 .col3 li + li {
    margin-top: 30px;
  }
  body#grade .c_box > ul > li.no4 .ttl_s {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  body#grade .c_box .check_box .inner {
    padding: 0 3% 30px;
  }
  body#grade .c_box .check_box .txt {
    margin-bottom: 15px;
  }
  body#grade .c_box .check_box .list ul {
    border-radius: 16px;
    padding: 15px 6%;
  }
  body#grade .c_box .check_box .list ul li {
    padding-left: 30px;
  }
  body#grade .c_box .check_box .list ul li:before {
    width: 22px;
    height: 18px;
    margin-right: 5px;
    background-size: 100% auto;
    position: absolute;
    left: 0px;
    top: 4px;
  }
  body#grade .c_box > ul > li .inner {
    padding: 0 3% 30px;
  }
  body#grade .c_box .ttl {
    padding: 13px 1.5% 10px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
  }
  body#grade .c_box .lead {
    margin-bottom: 15px;
  }
  body#grade .c_box .lead p br {
    display: none;
  }
  body#grade .system_list > li + li {
    margin-top: 30px;
  }
  body#grade .system_list .bg_shadow {
    padding: 30px 3%;
    /* height: auto !important; */
  }
  body#grade .system_list .img {
    text-align: center;
    margin-bottom: 20px;
  }
  body#grade .system_list .img img {
    width: auto;
  }
  body#grade .system_list .img span {
    bottom: -15px;
    right: 0px;
  }
  body#grade .system_list .subtxt {
    height: auto !important;
  }
  body#grade .system_list .subtxt p {
    font-size: 1.8rem;
  }
  body#grade .system_list .subtxt span {
    font-size: 1.2rem;
  }
  .fukidasi_bg {
    margin-bottom: 15px;
  }
  /*  j2   ---------------------------------------------------------------------------*/
  body.j2 .mv {
    background-position: 65% center;
  }
  body.j2 #sec01 ul li.no1 .inner {
    padding: 30px 3% 70px;
  }
  body.j2 #sec01 ul li.no1 .lead {
    margin-bottom: 10px;
  }
  body.j2 #sec01 ul li.no1 dl dt {
    margin-bottom: 15px;
  }
  body.j2 #sec01 ul li.no1 dl dd {
    font-size: 1.4rem;
  }
  body.j2 #sec01 ul li.no2 .inner {
    padding: 90px 3% 20px;
  }
  body.j2 #sec01 ul li.no2:before {
    height: 130px;
    top: -58px;
    background-size: auto 130px;
    background-position: center;
  }
  body.j2 #sec01 ul li.no2:after {
    height: 24px;
    bottom: -24px;
  }
  body.j2 #sec01 ul li.no2 .img {
    margin-bottom: 15px;
  }
  body.j2 #sec01 ul li.no2 .txt {
    font-size: 1.8rem;
  }
  body.j2 #sec01 ul li.no3 .inner {
    padding: 0 3% 15px;
  }
  body.j2 #sec01 ul li.no3 .lead {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  body.j2 #sec01 ul li.no3 .img {
    margin-bottom: 15px;
  }
  body#grade.j2 .c_box .lead p {
    font-size: 1.4rem;
    font-weight: normal;
  }
  body#grade.j2 .c_box > ul > li.no1:before {
    top: 100px;
    height: 94%;
  }
  body#grade.j2 .c_box > ul > li.no3:before {
    top: 100px;
    height: 87%;
  }
  body#grade.j2 .point_wrap {
    margin-bottom: -60px;
  }
  body#grade.j2 .point_wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }
  body#grade.j2 .point_wrap ul > li {
    border-radius: 6px;
    width: calc((100% - 15px) / 2);
    padding-bottom: 0;
  }
  body#grade.j2 .point_wrap ul > li + li {
    margin-top: 0;
  }
  body#grade.j2 .point_wrap ul > li .pointttl {
    font-size: 1.4rem;
    border-radius: 6px 6px 0 0;
    padding: 7px 0 4px;
  }
  body#grade.j2 .point_wrap ul > li .ico {
    margin: 20px 0 10px;
  }
  body#grade.j2 .point_wrap ul > li .ico img {
    height: 38px;
  }
  body#grade.j2 .point_wrap ul > li .listttl {
    margin: 10px 0;
    font-size: 1.4rem;
  }
  body#grade.j2 .point_wrap ul > li .anc {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background-color: #fea140;
    border-radius: 0 0 6px 6px;
    padding: 5px 0 3px;
  }
  body#grade.j2 .point_wrap ul > li .anc::before {
    content: '';
    display: block;
    background-image: url('../images/grade/icon_arrow.png') ;
    background-size: contain;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  body.j2 .system_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  body#grade.j2 .system_list .bg_shadow {
    padding: 12px 4%;
    border-radius: 6px;
  }
  body#grade.j2 .system_list li:nth-of-type(1) .bg_shadow,
  body#grade.j2 .system_list li:nth-of-type(2) .bg_shadow  { 
    max-height: 190px;
  }
  body.j2 .system_list > li {
    width: calc((100% - 10px) / 2);
  }
  body#grade.j2 .system_list > li + li {
    margin-top: 0;
  }
  body.j2 .system_list .subttl {
    font-size: 1.4rem;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  body.j2 .system_list .subttl:after {
    width: 60px;
    height: 2px;
  }
  body#grade.j2 .system_list .subtxt p {
    font-size: 1.0rem;
    color: #282828;
  }
  body#grade.j2 .system_list .subtxt span {
    font-size: 1.0rem;
  }
  body#grade.j2 .system_list .img {
    margin-bottom: 12px;
  }
  body#grade.j2 .system_list .img span img {
    position: relative;
    top: -5px;
    width: 100px;
  }
  body#grade.j2 .c_box {
    pointer-events: none;
  }
  body#grade.j2 .no2 .txt {
    font-size: 1.4rem;
    font-weight: 800;
    color: #8DC41D;
  }
  body#grade.j2 #no1, body#grade.j2 #no2, body#grade.j2 #no3, body#grade.j2 #no4 { padding-top: 60px; }
  body#grade.j2 #no1, body#grade.j2 #no2, body#grade.j2 #no3 { margin-bottom: -60px; }
  /*  j3   ---------------------------------------------------------------------------*/
  body.j3 .mv {
    background-position: 65% center;
  }
  body.j3 #sec01 ul li.no1 .inner {
    padding: 30px 3% 15px;
  }
  body.j3 #sec01 ul li.no1 .lead {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  body.j3 #sec01 ul li.no1 .fukidasi_bg {
    margin-bottom: 15px;
  }
  body.j3 #sec01 ul li.no1 .txt_s {
    margin-bottom: 15px;
  }
  body.j3 #sec01 ul li.no1 .img {
    margin-bottom: 15px;
  }
  body.j3 #sec01 ul li.no1 .img_txt {
    margin: 0 3%;
  }
  body.j3 #sec01 ul li.no2:after {
    height: 94.5%;
  }
  body.j3 #sec01 ul li.no2 .inner {
    padding: 0 3% 15px;
  }
  body.j3 #sec01 ul li.no2 .lead {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  body.j3 #sec01 ul li.no2 .img {
    margin-bottom: 10px;
  }
  body#grade.j3 .c_box .lead p {
    font-size: 1.4rem;
    font-weight: normal;
  }
  body#grade.j3 .c_box > ul > li.no1:before {
    top: 100px;
    height: 94%;
  }
  body#grade.j3 .c_box > ul > li.no3:before {
    top: 100px;
    height: 87%;
  }
  body#grade.j3 .point_wrap {
    margin-bottom: -60px;
  }
  body#grade.j3 .point_wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }
  body#grade.j3 .point_wrap ul > li {
    border-radius: 6px;
    width: calc((100% - 15px) / 2);
    padding-bottom: 0;
  }
  body#grade.j3 .point_wrap ul > li + li {
    margin-top: 0;
  }
  body#grade.j3 .point_wrap ul > li .pointttl {
    font-size: 1.4rem;
    border-radius: 6px 6px 0 0;
    padding: 7px 0 4px;
  }
  body#grade.j3 .point_wrap ul > li .ico {
    margin: 20px 0 10px;
  }
  body#grade.j3 .point_wrap ul > li .ico img {
    height: 38px;
  }
  body#grade.j3 .point_wrap ul > li .listttl {
    margin: 10px 0;
    font-size: 1.4rem;
  }
  body#grade.j3 .point_wrap ul > li .anc {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background-color: #fea140;
    border-radius: 0 0 6px 6px;
    padding: 5px 0 3px;
  }
  body#grade.j3 .point_wrap ul > li .anc::before {
    content: '';
    display: block;
    background-image: url('../images/grade/icon_arrow.png') ;
    background-size: contain;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  body.j3 .system_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  body#grade.j3 .system_list .bg_shadow {
    padding: 12px 4%;
    border-radius: 6px;
  }
  body#grade.j3 .system_list li:nth-of-type(1) .bg_shadow,
  body#grade.j3 .system_list li:nth-of-type(2) .bg_shadow  { 
    max-height: 190px;
  }
  body.j3 .system_list > li {
    width: calc((100% - 10px) / 2);
  }
  body#grade.j3 .system_list > li + li {
    margin-top: 0;
  }
  body.j3 .system_list .subttl {
    font-size: 1.4rem;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  body.j3 .system_list .subttl:after {
    width: 60px;
    height: 2px;
  }
  body#grade.j3 .system_list .subtxt p {
    font-size: 1.0rem;
    color: #282828;
  }
  body#grade.j3 .system_list .subtxt span {
    font-size: 1.0rem;
  }
  body#grade.j3 .system_list .img {
    margin-bottom: 12px;
  }
  body#grade.j3 .system_list .img span img {
    position: relative;
    top: -5px;
    width: 100px;
  }
  body#grade.j3 .c_box {
    pointer-events: none;
  }
  body#grade.j3 .no2 .txt {
    font-size: 1.4rem;
    font-weight: 800;
    color: #8DC41D;
  }
  body#grade.j3 #no1, body#grade.j3 #no2, body#grade.j3 #no3, body#grade.j3 #no4 { padding-top: 60px; }
  body#grade.j3 #no1, body#grade.j3 #no2, body#grade.j3 #no3 { margin-bottom: -60px; }
  /*  h1   ---------------------------------------------------------------------------*/
  body.h1 #sec01 .inner {
    padding: 30px 3% 15px;
  }
  body.h1 #sec01 .lead {
    margin-bottom: 10px;
  }
  body.h1 #sec01 .img {
    margin-bottom: 5px;
  }
  body#grade.h1 .c_box .lead p {
    font-size: 1.4rem;
    font-weight: normal;
  }
  body#grade.h1 .c_box > ul > li.no1:before {
    top: 100px;
    height: 94%;
  }
  body#grade.h1 .c_box > ul > li.no3:before {
    top: 100px;
    height: 87%;
  }
  body#grade.h1 .point_wrap {
    margin-bottom: -60px;
  }
  body#grade.h1 .point_wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }
  body#grade.h1 .point_wrap ul > li {
    border-radius: 6px;
    width: calc((100% - 15px) / 2);
    padding-bottom: 0;
  }
  body#grade.h1 .point_wrap ul > li + li {
    margin-top: 0;
  }
  body#grade.h1 .point_wrap ul > li .pointttl {
    font-size: 1.4rem;
    border-radius: 6px 6px 0 0;
    padding: 7px 0 4px;
  }
  body#grade.h1 .point_wrap ul > li .ico {
    margin: 20px 0 10px;
  }
  body#grade.h1 .point_wrap ul > li .ico img {
    height: 38px;
  }
  body#grade.h1 .point_wrap ul > li .listttl {
    margin: 10px 0;
    font-size: 1.4rem;
  }
  body#grade.h1 .point_wrap ul > li .anc {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background-color: #fea140;
    border-radius: 0 0 6px 6px;
    padding: 5px 0 3px;
  }
  body#grade.h1 .point_wrap ul > li .anc::before {
    content: '';
    display: block;
    background-image: url('../images/grade/icon_arrow.png') ;
    background-size: contain;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  body.h1 .system_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  body#grade.h1 .system_list .bg_shadow {
    padding: 12px 4%;
    border-radius: 6px;
  }
  body#grade.h1 .system_list li:nth-of-type(1) .bg_shadow,
  body#grade.h1 .system_list li:nth-of-type(2) .bg_shadow  { 
    max-height: 190px;
  }
  body.h1 .system_list > li {
    width: calc((100% - 10px) / 2);
  }
  body#grade.h1 .system_list > li + li {
    margin-top: 0;
  }
  body.h1 .system_list .subttl {
    font-size: 1.4rem;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  body.h1 .system_list .subttl:after {
    width: 60px;
    height: 2px;
  }
  body#grade.h1 .system_list .subtxt p {
    font-size: 1.0rem;
    color: #282828;
  }
  body#grade.h1 .system_list .subtxt span {
    font-size: 1.0rem;
  }
  body#grade.h1 .system_list .img {
    margin-bottom: 12px;
  }
  body#grade.h1 .system_list .img span img {
    position: relative;
    top: -5px;
    width: 100px;
  }
  body#grade.h1 .c_box {
    pointer-events: none;
  }
  body#grade.h1 .no2 .txt {
    font-size: 1.4rem;
    font-weight: 800;
    color: #8DC41D;
  }
  body#grade.h1 #no1, body#grade.h1 #no2, body#grade.h1 #no3, body#grade.h1 #no4 { padding-top: 60px; }
  body#grade.h1 #no1, body#grade.h1 #no2, body#grade.h1 #no3 { margin-bottom: -60px; }
  /*  h2   ---------------------------------------------------------------------------*/
  body.h2 #sec01 .inner {
    padding: 30px 3%;
  }
  body.h2 #sec01 dl dt.img {
    margin-bottom: 15px;
  }
  body.h2 #sec01 dl dd.txt {
    font-size: 1.4rem;
    font-weight: normal;
  }
  body.h2 #sec01 .img {
    margin-bottom: 5px;
  }
  body#grade.h2 .c_box .lead p {
    font-size: 1.4rem;
    font-weight: normal;
  }
  body#grade.h2 .c_box > ul > li.no1:before {
    top: 100px;
    height: 94%;
  }
  body#grade.h2 .c_box > ul > li.no3:before {
    top: 100px;
    height: 87%;
  }
  body#grade.h2 .point_wrap {
    margin-bottom: -60px;
  }
  body#grade.h2 .point_wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }
  body#grade.h2 .point_wrap ul > li {
    border-radius: 6px;
    width: calc((100% - 15px) / 2);
    padding-bottom: 0;
  }
  body#grade.h2 .point_wrap ul > li + li {
    margin-top: 0;
  }
  body#grade.h2 .point_wrap ul > li .pointttl {
    font-size: 1.4rem;
    border-radius: 6px 6px 0 0;
    padding: 7px 0 4px;
  }
  body#grade.h2 .point_wrap ul > li .ico {
    margin: 20px 0 10px;
  }
  body#grade.h2 .point_wrap ul > li .ico img {
    height: 38px;
  }
  body#grade.h2 .point_wrap ul > li .listttl {
    margin: 10px 0;
    font-size: 1.4rem;
  }
  body#grade.h2 .point_wrap ul > li .anc {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background-color: #fea140;
    border-radius: 0 0 6px 6px;
    padding: 5px 0 3px;
  }
  body#grade.h2 .point_wrap ul > li .anc::before {
    content: '';
    display: block;
    background-image: url('../images/grade/icon_arrow.png') ;
    background-size: contain;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  body.h2 .system_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  body#grade.h2 .system_list .bg_shadow {
    padding: 12px 4%;
    border-radius: 6px;
  }
  body#grade.h2 .system_list li:nth-of-type(1) .bg_shadow,
  body#grade.h2 .system_list li:nth-of-type(2) .bg_shadow  { 
    max-height: 190px;
  }
  body.h2 .system_list > li {
    width: calc((100% - 10px) / 2);
  }
  body#grade.h2 .system_list > li + li {
    margin-top: 0;
  }
  body.h2 .system_list .subttl {
    font-size: 1.4rem;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  body.h2 .system_list .subttl:after {
    width: 60px;
    height: 2px;
  }
  body#grade.h2 .system_list .subtxt p {
    font-size: 1.0rem;
    color: #282828;
  }
  body#grade.h2 .system_list .subtxt span {
    font-size: 1.0rem;
  }
  body#grade.h2 .system_list .img {
    margin-bottom: 12px;
  }
  body#grade.h2 .system_list .img span img {
    position: relative;
    top: -5px;
    width: 100px;
  }
  body#grade.h2 .c_box {
    pointer-events: none;
  }
  body#grade.h2 .no2 .txt {
    font-size: 1.4rem;
    font-weight: 800;
    color: #8DC41D;
  }
  body#grade.h2 #no1, body#grade.h2 #no2, body#grade.h2 #no3, body#grade.h2 #no4 { padding-top: 60px; }
  body#grade.h2 #no1, body#grade.h2 #no2, body#grade.h2 #no3 { margin-bottom: -60px; }
  /*  h3   ---------------------------------------------------------------------------*/
  body.h3 #sec01:before {
    height: 88%;
  }
  body.h3 #sec01 .inner {
    padding: 30px 3%;
  }
  body.h3 #sec01 .lead {
    margin-bottom: 15px;
  }
  body.h3 #sec01 .fukidasi_bg {
    padding: 10px 3%;
    margin-bottom: 30px;
  }
  body.h3 #sec01 .fukidasi_bg span {
    font-size: 1.2rem;
  }
  body.h3 #sec01 ul.col2 li {
    margin-bottom: 30px;
  }
  body.h3 #sec01 ul.col2.weakness li:last-of-type {
    margin-bottom: 15px;
  }
  body.h3 #sec01 ul.col2 li:before {
    width: 86px;
    height: 52px;
    top: -25px;
    background-size: contain;
  }
  body.h3 #sec01 ul.col2 .bg_shadow {
    padding: 15px 3%;
    height: auto !important;
  }
  body.h3 #sec01 ul.col2 .img {
    margin-bottom: 15px;
  }
  body.h3 #sec01 ul.col2 .img.arrow:before, body.h3 #sec01 ul.col2 .img.arrow:after {
    width: 100px;
    height: 26px;
    background-size: contain;
  }
  body.h3 #sec01 ul.col2 .img.arrow:before {
    top: -15px;
  }
  body.h3 #sec01 ul.col2 .img.arrow:after {
    margin-top: -10px;
  }
  body.h3 #sec01 ul.col2 dl {
    display: flex;
  }
  body.h3 #sec01 ul.col2 dl dt {
    flex-basis: 25%;
  }
  body.h3 #sec01 ul.col2 dl dd.txt {
    flex-basis: 72%;
    margin-left: 3%;
  }
  body.h3 #sec02 .inner {
    padding: 30px 3%;
  }
  body.h3 #sec02 .lead {
    margin-bottom: 30px;
  }
  body.h3 #sec02 .lead .ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  body.h3 #sec02 ul.col2 li + li {
    margin-top: 15px;
  }
  body.h3 #sec02 ul.col2 .ttl {
    padding: 5px 0;
  }
  body.h3 #sec02 ul.col2 .img {
    padding: 15px 3%;
  }
}