@charset "UTF-8";
.page-section {
  overflow: hidden;
}

.mv {
  background: url(/assets/img/gakka/rigaku/bg_mv.png) no-repeat center/cover;
}
.mv__hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 30px 0;
}
.mv__hgroup-txt {
  font-size: 2.2rem;
}
.mv__heading {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(4rem, 5.3vw, 5rem);
  font-weight: 600;
  line-height: 1;
  margin: 10px 0;
}
.mv__en {
  font-size: 2rem;
}
.mv__label {
  background-color: #fff;
  color: #1CB9EE;
  border-radius: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 3px 30px;
  margin-top: 10px;
}
.mv__label b {
  font-weight: 600;
  font-size: 3.2rem;
}

.introduction__img {
  width: 100%;
}
.introduction__unit {
  width: 100%;
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
}
.introduction__unit.is-w-100 {
  width: 100%;
  max-width: 100%;
}
.introduction__box {
  border: solid 2px #1CB9EE;
  padding: 30px 40px 20px;
  position: relative;
}
.introduction__box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/img/common/bg_common_blue.jpg) no-repeat center/cover;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.introduction__box-contents {
  position: relative;
  z-index: 1;
}
.introduction__box-heading {
  color: #1CB9EE;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 10px;
}
.introduction__box-heading span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction__box-heading span::before, .introduction__box-heading span::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1CB9EE;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px;
}
.introduction__box dl {
  margin-bottom: 10px;
}
.introduction__box dl dt {
  width: 100%;
  font-size: 1.8rem;
  padding: 2px 10px;
  margin: 0;
}
.introduction__box-movie iframe {
  width: 100%;
  max-width: 496px;
  aspect-ratio: 1.8/1;
}
.introduction__box02 {
  background: #fff;
  padding: 30px;
  position: relative;
}
.introduction__box02::after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-top: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.activity__item {
  background: #fff;
  border: solid 2px #1CB9EE;
  padding: 3px;
  text-align: center;
}
.activity__item dl {
  border: solid 1px #1CB9EE;
  padding: 13px;
}
.activity__item dt {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1CB9EE;
  border-bottom: solid 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.activity__item dd {
  font-size: 1.5rem;
}
.activity__item.is-red {
  border-color: #E9463F;
}
.activity__item.is-red dl {
  border-color: #E9463F;
}
.activity__item.is-red dt {
  color: #E9463F;
}
.activity__item.is-pink {
  border-color: #EB6DA5;
}
.activity__item.is-pink dl {
  border-color: #EB6DA5;
}
.activity__item.is-pink dt {
  color: #EB6DA5;
}
.activity__item.is-orange {
  border-color: #F08637;
}
.activity__item.is-orange dl {
  border-color: #F08637;
}
.activity__item.is-orange dt {
  color: #F08637;
}
.activity__item.is-yellow {
  border-color: #F8B500;
}
.activity__item.is-yellow dl {
  border-color: #F8B500;
}
.activity__item.is-yellow dt {
  color: #F8B500;
}
.activity__box dl {
  margin-bottom: 10px;
}
.activity__box dl:last-of-type {
  margin-bottom: 0;
}
.activity__box dl.is-w-100 {
  width: 100%;
}
.activity__box dt {
  width: 100%;
  font-size: 1.8rem;
}
.activity__box dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.activity__box dd li span {
  display: inline-block;
  min-width: 4.5em;
}
.activity .m-box-07__heading {
  position: relative;
}
.activity .m-box-07__heading .arrow {
  width: 27px;
  height: 27px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.activity .m-box-07__heading .arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: #1CB9EE 2px solid;
  border-left: #1CB9EE 2px solid;
  position: absolute;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 30%;
  right: 35%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.activity .m-box-07__heading.is-active .arrow::after {
  top: 42%;
  right: 33%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.appeal__block {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
}
.appeal__block:last-of-type {
  margin-bottom: 0;
}
.appeal__block-unit {
  position: relative;
  z-index: 1;
}
.appeal__block-unit::after {
  content: "";
  width: 320px;
  height: 267px;
  background: url(/assets/img/gakka/rigaku/bg_appeal_block.png) no-repeat center/contain;
  position: absolute;
  top: -20px;
  left: -40px;
  z-index: -1;
}
.appeal__block-num {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  color: #fff;
  background-color: #1CB9EE;
  font-size: 1.8rem;
  padding: 0 12px;
  font-weight: 500;
}
.appeal__block-heading {
  font-size: 2rem;
  color: #1CB9EE;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 10px;
}
.appeal__block-heading span {
  display: inline-block;
  background-color: #fff;
  line-height: 1.8;
  padding: 2px 10px 0;
  -webkit-box-shadow: 3px 3px 0 0 #1CB9EE;
          box-shadow: 3px 3px 0 0 #1CB9EE;
  border: solid 1px;
  margin-bottom: 7px;
}
.appeal__block-txt {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.appeal__block-img img {
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 6px 6px 0 0 #1CB9EE;
          box-shadow: 6px 6px 0 0 #1CB9EE;
}

.pickup__box {
  padding: 50px 40px 30px;
  position: relative;
}
.pickup__box-heading {
  text-align: center;
  position: absolute;
  top: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pickup__box-heading span {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #1CB9EE;
  color: #fff;
  padding: 17px 20px 12px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
.pickup__box-heading span::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #1CB9EE;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pickup__item {
  position: relative;
}
.pickup__item-heading {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
}
.pickup__item-heading::after {
  content: "";
  width: 104px;
  height: 100px;
  background: url(/assets/img/gakka/rigaku/deco_01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.pickup__item-img {
  margin-bottom: 10px;
}
.achievements__unit-heading {
  color: #1CB9EE;
  font-size: clamp(2.2rem, 2.4vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.achievements__unit-heading::before, .achievements__unit-heading::after {
  content: "";
  width: 22px;
  height: 40px;
  background: url(/assets/img/common/deco_line_blue.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 10px;
}
.achievements__unit-heading:after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
  margin-right: 0;
  margin-left: 10px;
}
.achievements__unit-heading b {
  font-size: 7rem;
  font-weight: 600;
}
.achievements__unit-heading span {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
.achievements__unit-heading span::after {
  content: "";
  width: 177px;
  height: 149px;
  background: url(/assets/img/gakka/rigaku/deco_02.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.achievements .m-box-08 .page-row {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.curriculum__box01 {
  background: #fff;
  border: solid 2px #1CB9EE;
  padding: 30px 60px;
  position: relative;
}
.curriculum__box01::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 22px;
  background: #1CB9EE;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.curriculum__box01::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 20px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.curriculum__box01-item {
  text-align: center;
}
.curriculum__box01-item.is-orange dt {
  background-color: #F08637;
}
.curriculum__box01-item.is-yellow dt {
  background-color: #F8B500;
}
.curriculum__box01-item dt {
  background: #EB6DA5;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.curriculum__box02 {
  border: solid 2px #1CB9EE;
  height: 100%;
  background: #fff;
}
.curriculum__box02-contents {
  display: none;
}
.curriculum__box02-inner {
  padding: 25px 60px;
}
.curriculum__box02-heading {
  background: url(/assets/img/gakka/rigaku/bg_heading.png) no-repeat center/cover;
  color: #fff;
  padding: 12px 5px;
  font-size: 2.4rem;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.curriculum__box02-heading .arrow {
  width: 27px;
  height: 27px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.curriculum__box02-heading .arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: #1CB9EE 2px solid;
  border-left: #1CB9EE 2px solid;
  position: absolute;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 30%;
  right: 35%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.curriculum__box02-heading.is-active .arrow::after {
  top: 42%;
  right: 33%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.curriculum__box02-heading b {
  font-weight: 500;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 2rem;
  margin-right: 15px;
}
.curriculum__box02 dl {
  margin-bottom: 15px;
}
.curriculum__box02 dt {
  color: #fff;
  font-weight: 500;
  padding: 5px 5px 4px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
.curriculum__box02 dd {
  margin: 4px 0 0;
}
.curriculum__box02-unit {
  position: relative;
  padding: 30px 20px 20px;
}
.curriculum__box02-unit-heading {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-sagyo .mv {
  background-image: url(/assets/img/gakka/sagyo/bg_mv.png);
}
.page-sagyo .mv__label {
  color: #E9463F;
}
.page-sagyo .introduction__box {
  border-color: #E9463F;
}
.page-sagyo .introduction__box::after {
  background-image: url(/assets/img/common/bg_common_red.jpg);
}
.page-sagyo .introduction__box-heading {
  color: #E9463F;
}
.page-sagyo .introduction__box-heading span::before, .page-sagyo .introduction__box-heading span::after {
  background-color: #E9463F;
}
.page-sagyo .introduction__unit .m-box-01__contents p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-sagyo .introduction__unit .m-label-01 {
  min-width: 72px;
  margin: 0;
}
.page-sagyo .activity .m-box-07__heading .arrow::after {
  border-top-color: #E9463F;
  border-left-color: #E9463F;
}
.page-sagyo .appeal__block-num {
  background-color: #E9463F;
}
.page-sagyo .appeal__block-heading {
  color: #E9463F;
}
.page-sagyo .appeal__block-heading span {
  -webkit-box-shadow: 3px 3px 0 0 #E9463F;
          box-shadow: 3px 3px 0 0 #E9463F;
}
.page-sagyo .appeal__block-img img {
  -webkit-box-shadow: 6px 6px 0 0 #E9463F;
          box-shadow: 6px 6px 0 0 #E9463F;
}
.page-sagyo .appeal__block-unit::after {
  background-image: url(/assets/img/gakka/sagyo/bg_appeal_block.png);
}
.page-sagyo .pickup__box-heading span {
  background-color: #E9463F;
}
.page-sagyo .pickup__box-heading span::after {
  border-top-color: #E9463F;
}
.page-sagyo .pickup__item-heading::after {
  background-image: url(/assets/img/gakka/sagyo/deco_01.png);
}
.page-sagyo .curriculum__box01 {
  border-color: #E9463F;
}
.page-sagyo .curriculum__box01::before {
  background-color: #E9463F;
}
.page-sagyo .curriculum__box02 {
  border-color: #E9463F;
}
.page-sagyo .curriculum__box02-heading {
  background-image: url(/assets/img/gakka/sagyo/bg_heading.png);
}
.page-sagyo .curriculum__box02-heading .arrow::after {
  border-top-color: #E9463F;
  border-left-color: #E9463F;
}
.page-sagyo .achievements__unit-heading {
  color: #E9463F;
}
.page-sagyo .achievements__unit-heading::before, .page-sagyo .achievements__unit-heading::after {
  background-image: url(/assets/img/common/deco_line_red.svg);
}
.page-sagyo .achievements__unit-heading span::after {
  background-image: url(/assets/img/gakka/sagyo/deco_02.png);
}

.page-gengo .mv {
  background-image: url(/assets/img/gakka/gengo/bg_mv.png);
}
.page-gengo .mv__label {
  color: #EB6DA5;
}
.page-gengo .introduction__box {
  border-color: #EB6DA5;
}
.page-gengo .introduction__box::after {
  background-image: url(/assets/img/common/bg_common_pink.jpg);
}
.page-gengo .introduction__box-heading {
  color: #EB6DA5;
}
.page-gengo .introduction__box-heading span::before, .page-gengo .introduction__box-heading span::after {
  background-color: #EB6DA5;
}
.page-gengo .introduction__unit .m-box-07 dl {
  margin-bottom: 10px;
}
.page-gengo .introduction__unit .m-box-07 dt {
  width: 100%;
}
.page-gengo .activity .m-box-07__heading .arrow::after {
  border-top-color: #EB6DA5;
  border-left-color: #EB6DA5;
}
.page-gengo .appeal__block-num {
  background-color: #EB6DA5;
}
.page-gengo .appeal__block-heading {
  color: #EB6DA5;
}
.page-gengo .appeal__block-heading span {
  -webkit-box-shadow: 3px 3px 0 0 #EB6DA5;
          box-shadow: 3px 3px 0 0 #EB6DA5;
}
.page-gengo .appeal__block-img img {
  -webkit-box-shadow: 6px 6px 0 0 #EB6DA5;
          box-shadow: 6px 6px 0 0 #EB6DA5;
}
.page-gengo .appeal__block-unit::after {
  background-image: url(/assets/img/gakka/gengo/bg_appeal_block.png);
}
.page-gengo .pickup__box-heading span {
  background-color: #EB6DA5;
}
.page-gengo .pickup__box-heading span::after {
  border-top-color: #EB6DA5;
}
.page-gengo .pickup__item-heading::after {
  background-image: url(/assets/img/gakka/gengo/deco_01.png);
}
.page-gengo .curriculum__box01 {
  border-color: #EB6DA5;
}
.page-gengo .curriculum__box01::before {
  background-color: #EB6DA5;
}
.page-gengo .curriculum__box02 {
  border-color: #EB6DA5;
}
.page-gengo .curriculum__box02-heading {
  background-image: url(/assets/img/gakka/gengo/bg_heading.png);
}
.page-gengo .curriculum__box02-heading .arrow::after {
  border-top-color: #EB6DA5;
  border-left-color: #EB6DA5;
}
.page-gengo .achievements__unit-heading {
  color: #EB6DA5;
}
.page-gengo .achievements__unit-heading::before, .page-gengo .achievements__unit-heading::after {
  background-image: url(/assets/img/common/deco_line_pink.svg);
}
.page-gengo .achievements__unit-heading span::after {
  background-image: url(/assets/img/gakka/gengo/deco_02.png);
}

.page-judo .mv {
  background-image: url(/assets/img/gakka/judo/bg_mv.png);
}
.page-judo .mv__label {
  color: #F08637;
}
.page-judo .introduction__box {
  border-color: #F08637;
}
.page-judo .introduction__box::after {
  background-image: url(/assets/img/common/bg_common_orange.jpg);
}
.page-judo .introduction__box-heading {
  color: #F08637;
}
.page-judo .introduction__box-heading span::before, .page-judo .introduction__box-heading span::after {
  background-color: #F08637;
}
.page-judo .activity__item dl {
  padding: 15px 8px;
}
.page-judo .activity__item dt {
  border-bottom: none;
  padding-bottom: 0;
}
.page-judo .activity .m-box-07__heading .arrow::after {
  border-top-color: #F08637;
  border-left-color: #F08637;
}
.page-judo .appeal__block-num {
  background-color: #F08637;
}
.page-judo .appeal__block-heading {
  color: #F08637;
}
.page-judo .appeal__block-heading span {
  -webkit-box-shadow: 3px 3px 0 0 #F08637;
          box-shadow: 3px 3px 0 0 #F08637;
}
.page-judo .appeal__block-img {
  position: relative;
  width: 100%;
}
.page-judo .appeal__block-img img {
  border-radius: 0;
  -webkit-box-shadow: 6px 6px 0 0 #F08637;
          box-shadow: 6px 6px 0 0 #F08637;
}
.page-judo .appeal__block-unit::after {
  background-image: url(/assets/img/gakka/judo/bg_appeal_block.png);
}
.page-judo .pickup__box-heading span {
  background-color: #F08637;
}
.page-judo .pickup__box-heading span::after {
  border-top-color: #F08637;
}
.page-judo .pickup__item-heading::after {
  background-image: url(/assets/img/gakka/judo/deco_01.png);
}
.page-judo .curriculum__box01 {
  border-color: #F08637;
}
.page-judo .curriculum__box01::before {
  background-color: #F08637;
}
.page-judo .curriculum__box02 {
  border-color: #F08637;
}
.page-judo .curriculum__box02-heading {
  background-image: url(/assets/img/gakka/judo/bg_heading.png);
}
.page-judo .curriculum__box02-heading .arrow::after {
  border-top-color: #F08637;
  border-left-color: #F08637;
}
.page-judo .achievements__unit-heading {
  color: #F08637;
}
.page-judo .achievements__unit-heading::before, .page-judo .achievements__unit-heading::after {
  background-image: url(/assets/img/common/deco_line_orange.svg);
}
.page-judo .achievements__unit-heading span::after {
  background-image: url(/assets/img/gakka/judo/deco_02.png);
}

.page-hari .mv {
  background-image: url(/assets/img/gakka/hari/bg_mv.png);
}
.page-hari .mv__label {
  color: #F8B500;
}
.page-hari .introduction__box {
  border-color: #F8B500;
}
.page-hari .introduction__box::after {
  background-image: url(/assets/img/common/bg_common_yellow.jpg);
}
.page-hari .introduction__box-heading {
  color: #F8B500;
}
.page-hari .introduction__box-heading span::before, .page-hari .introduction__box-heading span::after {
  background-color: #F8B500;
}
.page-hari .m-box-07__heading .arrow::after {
  border-top-color: #F8B500;
  border-left-color: #F8B500;
}
.page-hari .appeal__block-num {
  background-color: #F8B500;
}
.page-hari .appeal__block-heading {
  color: #F8B500;
}
.page-hari .appeal__block-heading span {
  -webkit-box-shadow: 3px 3px 0 0 #F8B500;
          box-shadow: 3px 3px 0 0 #F8B500;
}
.page-hari .appeal__block-img img {
  -webkit-box-shadow: 6px 6px 0 0 #F8B500;
          box-shadow: 6px 6px 0 0 #F8B500;
}
.page-hari .appeal__block-unit::after {
  background-image: url(/assets/img/gakka/hari/bg_appeal_block.png);
}
.page-hari .pickup__box-heading span {
  background-color: #F8B500;
}
.page-hari .pickup__box-heading span::after {
  border-top-color: #F8B500;
}
.page-hari .pickup__item-heading::after {
  background-image: url(/assets/img/gakka/hari/deco_01.png);
}
.page-hari .curriculum__box01 {
  border-color: #F8B500;
}
.page-hari .curriculum__box01::before {
  background-color: #F8B500;
}
.page-hari .curriculum__box02 {
  border-color: #F8B500;
}
.page-hari .curriculum__box02-heading {
  background-image: url(/assets/img/gakka/hari/bg_heading.png);
}
.page-hari .curriculum__box02-heading .arrow::after {
  border-top-color: #F8B500;
  border-left-color: #F8B500;
}
.page-hari .achievements__unit-heading {
  color: #F8B500;
}
.page-hari .achievements__unit-heading::before, .page-hari .achievements__unit-heading::after {
  background-image: url(/assets/img/common/deco_line_yellow.svg);
}
.page-hari .achievements__unit-heading span::after {
  background-image: url(/assets/img/gakka/hari/deco_02.png);
}
@media screen and (max-width: 767px) {
  .mv .l-contents {
    padding: 0;
  }
  .mv__hgroup {
    text-align: center;
    padding: 30px 5%;
  }
  .mv__hgroup-contents {
    width: 100%;
  }
  .mv__hgroup-txt {
    font-size: 1.6rem;
  }
  .mv__heading {
    font-size: 3.6rem;
  }
  .mv__en {
    font-size: 1.8rem;
  }
  .mv__label b {
    font-size: 2.8rem;
  }
  .mv__label {
    font-size: 2rem;
    padding: 5px 30px 7px;
  }
  .introduction__box {
    padding: 30px 20px 20px;
  }
  .introduction__box-heading {
    font-size: 2.2rem;
  }
  .introduction__box02 {
    max-width: 280px;
    margin: 0 auto;
  }
  .introduction__box02::after {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
  .activity__box dl {
    width: 100%;
  }
  .activity__box dt {
    margin-bottom: 10px;
  }
  .activity .m-box-07__contents-wrap {
    display: none;
  }
  .activity .m-box-07__heading .arrow {
    width: 22px;
    height: 22px;
    right: 10px;
  }
  .activity .m-box-07__heading .arrow::after {
    width: 5px;
    height: 5px;
  }
  .appeal__block {
    margin-bottom: 30px;
  }
  .appeal__block {
    padding: 20px 0 10px;
  }
  .appeal__block-unit::after {
    width: 200px;
    height: 165px;
    top: -20px;
    left: -30px;
  }
  .appeal__block:nth-of-type(odd) .appeal__block-img img {
    border-radius: 10px 0 0 10px;
  }
  .appeal__block:nth-of-type(even) .appeal__block-img img {
    margin-left: -8%;
  }
  .appeal__block-img {
    width: 90%;
    margin: 0 auto;
  }
  .appeal__block-img img {
    border-radius: 0 10px 10px 0;
    margin: 0 auto;
    width: 106%;
    max-width: 106%;
  }
  .pickup__box {
    padding: 50px 16px 30px;
  }
  .pickup__box-heading span {
    font-size: 2rem;
    padding: 8px 20px 6px;
    line-height: 1.2;
  }
  .pickup__item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .pickup__item-heading::after {
    width: 74px;
    height: 71px;
  }
  .pickup__item-heading {
    font-size: 1.6rem;
  }
  .achievements__unit-heading::before, .achievements__unit-heading::after {
    width: 15px;
    height: 25px;
    margin-right: 6px;
  }
  .achievements__unit-heading:after {
    margin-right: 0;
    margin-left: 6px;
  }
  .achievements__unit-heading {
    font-size: clamp(1.7rem, 4.7vw, 1.8rem);
  }
  .achievements__unit-heading b {
    font-size: 3.5rem;
  }
  .achievements__unit-heading span {
    margin-left: 5px;
  }
  .achievements__unit-heading span::after {
    width: 140%;
    height: 260%;
  }
  .curriculum__box01 {
    padding: 20px 20px 10px;
  }
  .curriculum__box01::before {
    bottom: -16px;
    width: 44px;
    height: 15px;
  }
  .curriculum__box01::after {
    bottom: -12px;
    width: 40px;
    height: 13px;
  }
  .curriculum__box01-item {
    margin-bottom: 10px;
  }
  .curriculum__box01-item dt {
    font-size: 1.6rem;
    margin-bottom: 5px;
    padding: 4px 0;
  }
  .curriculum__box02-inner {
    padding: 20px;
    max-width: 560px;
    margin: 0 auto;
  }
  .curriculum__box02-heading {
    font-size: 1.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 30px 12px 10px;
  }
  .curriculum__box02-heading .arrow {
    width: 22px;
    height: 22px;
    right: 10px;
  }
  .curriculum__box02-heading .arrow::after {
    width: 5px;
    height: 5px;
  }
  .curriculum__box02-heading b {
    font-size: 1.6rem;
    min-width: 69px;
  }
  .curriculum__box02 dl {
    width: 100%;
  }
  .curriculum__box02 dd .m-list-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .curriculum__box02-img img {
    width: 100%;
  }
  .page-sagyo .pickup__box-heading {
    top: -1em;
  }
  .page-gengo .introduction__unit .m-box-07 dl {
    width: 100%;
    text-align: center;
  }
  .page-gengo .pickup__box-heading {
    top: -1em;
  }
  .page-judo .appeal__block-img img {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 4px 4px 0 0 #F08637;
            box-shadow: 4px 4px 0 0 #F08637;
  }
  .page-judo .pickup__box-heading {
    top: -1em;
  }
  .page-judo .clinic .m-table-01 .m-label-01 {
    width: 100%;
  }
  .page-hari .pickup__box-heading {
    top: -1em;
  }
}
@media screen and (min-width: 768px) {
  .mv__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mv__hgroup {
    width: 50%;
    padding: 39px 0;
  }
  .mv__hgroup-contents {
    padding-right: 20px;
  }
  .mv__img {
    width: 50%;
    position: relative;
  }
  .mv__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .introduction__box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .introduction__box dl dt {
    width: 28%;
    min-width: 176px;
  }
  .introduction__box dl dd {
    width: 72%;
  }
  .activity__box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin: 0 40px 10px 0;
  }
  .activity__box dt {
    width: 13%;
    position: relative;
    top: -6px;
    padding: 2px 0px;
    min-width: 104px;
    margin: 0;
  }
  .activity__box dd {
    width: 78%;
  }
  .activity__box dd li span {
    font-size: 1.8rem;
  }
  .activity .m-box-07__contents-wrap {
    display: block !important;
  }
  .appeal__block-unit {
    width: 48%;
    max-width: 575px;
    margin-left: auto;
    padding-top: 40px;
  }
  .appeal__block:nth-of-type(odd) .appeal__block-unit {
    margin-left: 0;
    margin-right: auto;
  }
  .appeal__block:nth-of-type(odd) .appeal__block-img {
    left: auto;
    right: 0;
  }
  .appeal__block:nth-of-type(odd) .appeal__block-img img {
    border-radius: 20px 0 0 20px;
  }
  .appeal__block-img {
    width: 50%;
    max-width: 689px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .curriculum__box01-item dd {
    font-size: 1.8rem;
  }
  .curriculum__box02 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .curriculum__box02 dt {
    font-size: 2rem;
    width: 13%;
    min-width: 144px;
    text-align: center;
  }
  .curriculum__box02 dd {
    width: 87%;
    font-size: 1.8rem;
  }
  .page-sagyo .introduction__unit .m-box-01__heading {
    padding: 3px 40px;
  }
  .page-sagyo .introduction__unit .m-label-01 {
    min-width: 98px;
  }
  .page-gengo .introduction__unit .m-box-07 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .page-gengo .introduction__unit .m-box-07 dt {
    font-size: 1.8rem;
    width: 40%;
    min-width: 256px;
    margin: 0;
  }
  .page-gengo .introduction__unit .m-box-07 dd {
    width: 230px;
  }
  .page-judo .m-box-09 .m-list-02 {
    width: 315px;
  }
  .page-judo .achievements__unit-heading {
    font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  }
  .page-hari .m-box-09 .m-list-02 {
    width: 320px;
  }
}
@media screen and (min-width: 1000px) {
  .mv__label {
    padding: 3px 100px;
  }
  .introduction__img {
    width: 55%;
  }
  .introduction__unit {
    width: 43%;
  }
  .introduction__box-unit {
    width: 57%;
  }
  .introduction__box-movie {
    width: 42%;
  }
  .appeal__block-num {
    font-size: 2.8rem;
  }
  .appeal__block-heading {
    font-size: 2.8rem;
    margin: -2px 0 10px;
  }
  .appeal__block-txt {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .achievements__unit {
    width: 51%;
  }
  .achievements__img {
    width: 47%;
  }
  .page-sagyo .introduction__box-unit {
    width: 54%;
  }
  .page-hari .introduction__box-movie {
    width: 40%;
  }
}
@media screen and (max-width: 999px) {
  .introduction__box-heading span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .introduction__box-unit {
    margin: 0 auto;
    max-width: 500px;
  }
  .introduction__box-movie {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .introduction__box02 {
    padding: 20px 15px 10px;
  }
  .achievements__img {
    margin: 0 auto;
  }
}