@charset "UTF-8";
/*********下層ページ共通**************/
/*****480-1280****/
.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.h3-lead {
  text-align: center;
  margin-bottom: 40px;
}

.subpage {
  /*.img-def {
      text-align: center;

      img {
          display: inline-block !important;
      }
  }*/
}
.subpage h2 {
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
.subpage .h2-lead {
  text-align: center;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  margin-bottom: 30px;
}
.subpage .h2-text {
  text-align: center;
  margin-bottom: 30px;
}
.subpage h3 {
  margin-bottom: 40px;
}
.subpage h3.titlebar {
  position: relative;
  margin-bottom: 40px;
  text-align: left !important;
  padding: 20px 20px 20px 40px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.subpage h3.titlebar::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  content: "";
  opacity: 0.2;
  border-radius: 3px;
  background: #5f7276;
}
.subpage h3.radius {
  background-color: #CAA258;
  color: #fff;
  font-weight: normal;
  border-radius: 100vw;
  padding: 14px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .block-slider {
  position: relative;
}
.subpage .block-slider p {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem);
}
.subpage .block-main-sub-menu {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  margin-top: -1px;
  margin-bottom: 40px;
}
.subpage .block-main-sub-menu ul {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.subpage .block-main-sub-menu ul li {
  width: 25%;
  text-align: center;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 100vw;
  font-weight: 700;
}
.subpage .block-main-sub-menu ul li.active {
  background-color: #1269bb;
  color: #fff;
}
.subpage .block-main-sub-menu ul li.active a::before {
  content: none;
}
.subpage .block-main-sub-menu ul li a {
  position: relative;
  display: block;
  line-height: 4;
  border-radius: 100vw;
  text-decoration: none;
  transition: 0.3s;
}
.subpage .block-main-sub-menu ul li a::before {
  border-right: 2px solid #a1c4fd;
  border-top: 2px solid #a1c4fd;
  bottom: 0;
  content: "";
  height: 7px;
  width: 7px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  transition: right 0.3s;
}
.subpage .block-main-sub-menu ul li a:hover {
  background-color: #c2e9fb;
  transition: 0.3s;
}
.subpage .block-main-sub-menu2 {
  margin-top: -1px;
  margin-bottom: 60px;
}
.subpage .block-main-sub-menu2 ul {
  display: flex;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(135deg, #FA742B 10%, #f19c6e 100%);
  margin: 40px 0;
  border-radius: 10px;
}
.subpage .block-main-sub-menu2 li {
  width: 14.2857142857%;
  text-align: center;
}
.subpage .block-main-sub-menu2 li:nth-last-of-type(1) {
  border: none;
  border-radius: 0 10px 10px 0;
}
.subpage .block-main-sub-menu2 li:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
.subpage .block-main-sub-menu2 li {
  display: inline-block;
}
.subpage .block-main-sub-menu2 li a {
  border-radius: inherit;
  position: relative;
  color: #fff;
  padding: 20px 0;
  text-decoration: none;
  display: block;
}
.subpage .block-main-sub-menu2 li a:hover {
  background: #ffa443;
  border-radius: inherit;
}
.subpage .block-main-sub-menu2 li:not(:last-of-type) a::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  color: #fff;
}
.subpage .block-main-sub-menu2 .active {
  background-color: #FA742B;
}
.subpage .block-main-sub-menu3 {
  margin-top: -1px;
  margin-bottom: 60px;
}
.subpage .block-main-sub-menu3 ul {
  display: flex;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(135deg, #FA742B 10%, #f19c6e 100%);
  margin: 40px 0;
  border-radius: 10px;
}
.subpage .block-main-sub-menu3 li {
  width: 20%;
  text-align: center;
}
.subpage .block-main-sub-menu3 li:nth-last-of-type(1) {
  border: none;
  border-radius: 0 10px 10px 0;
}
.subpage .block-main-sub-menu3 li:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
.subpage .block-main-sub-menu3 li {
  display: inline-block;
}
.subpage .block-main-sub-menu3 li a {
  border-radius: inherit;
  position: relative;
  color: #fff;
  padding: 20px 0;
  text-decoration: none;
  display: block;
}
.subpage .block-main-sub-menu3 li a:hover {
  background: #ffa443;
  border-radius: inherit;
}
.subpage .block-main-sub-menu3 li:not(:last-of-type) a::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  color: #fff;
}
.subpage .block-main-sub-menu3 .active {
  background-color: #FA742B;
}
.subpage .contents-header-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
  border-radius: 10px;
}
.subpage .contents-header-list li {
  text-align: center;
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
  color: #fff;
}
.subpage .contents-header-list li:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #fff;
}
.subpage .contents-header-list li:nth-of-type(1) a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding: 20px;
  border-radius: 10px;
  border-radius: 10px 0 0 10px;
  background-color: #cacaca;
}
.subpage .contents-header-list li:nth-of-type(1) a:hover {
  background-color: #EB5605;
  transition: 0.3s;
}
.subpage .contents-header-list li:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
}
.subpage .contents-header-list li:nth-of-type(2) a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding: 20px;
  border-radius: 10px;
  border-radius: 0 10px 10px 0;
  background-color: #cacaca;
}
.subpage .contents-header-list li:nth-of-type(2) a:hover {
  background-color: #EB5605;
  transition: 0.3s;
}
.subpage .contents-header-list li.active {
  padding: 20px;
  background-color: #EB5605;
}
.subpage .block-contents-header {
  margin-bottom: 60px;
}
.subpage .block-contents-header h2 {
  position: relative;
  text-align: center;
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem);
  font-weight: normal;
  margin-bottom: 60px;
}
.subpage .block-contents-header h2 span {
  display: block;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  text-transform: uppercase;
  margin-top: 5px;
}
.subpage .block-contents-header h2::before {
  background-color: #000;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.subpage .block-contents-header h3 {
  margin-bottom: 30px;
}
.subpage .class {
  display: flex;
  justify-content: center;
  background: linear-gradient(to top, #fff 0%, #f0f0f0 100%);
}
.subpage .class li {
  text-align: center;
  width: 33%;
  padding: 20px;
  margin: 0 10px;
}
.subpage .class li h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px !important;
}
.subpage .class li p:nth-of-type(1) {
  margin-bottom: 10px;
}
.subpage .class li p:nth-of-type(2) {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 10px;
}
.subpage .class li p:nth-of-type(3) {
  font-size: 1 clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #3fd1eb;
}
.subpage .class table:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}
.subpage .class td {
  text-align: left;
  padding: 10px;
  background-color: #F8F8F8;
}
.subpage .class tr:nth-of-type(odd) td {
  background-color: #EAEAEA;
}
.subpage .class th {
  background-color: #CAA258;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}
.subpage .tab-1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #3fd1eb;
  border-right: 1px solid #3fd1eb;
  border-bottom: 1px solid #3fd1eb;
}
.subpage .tab-1 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 0.7em 1em 0.5em;
  border-bottom: 1px solid #3fd1eb;
  border-radius: 5px 5px 0 0;
  background-color: #3fd1eb;
  color: #fff;
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #fff;
}
.subpage .tab-1 > label:hover {
  opacity: 0.8;
}
.subpage .tab-1 input {
  display: none;
}
.subpage .tab-1 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}
.subpage .tab-1 label:has(:checked) {
  background-color: #fff;
  border-color: #3fd1eb #f0f0f0 #fff;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-radius: 5px;
  color: #333333;
}
.subpage .tab-1 label:has(:checked) + div {
  display: block;
}
.subpage .tab-2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.subpage .tab-2 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 0.7em 1em 0.5em;
  border-bottom: 1px solid #666;
  border-radius: 5px 5px 0 0;
  background-color: #666;
  color: #fff;
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #fff;
}
.subpage .tab-2 > label:hover {
  opacity: 0.8;
}
.subpage .tab-2 input {
  display: none;
}
.subpage .tab-2 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}
.subpage .tab-2 label:has(:checked) {
  background-color: #fff;
  border-color: #666 #f0f0f0 #fff;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-radius: 5px;
  color: #333333;
}
.subpage .tab-2 label:has(:checked) + div {
  display: block;
}
.subpage .block-customer-voice {
  background: linear-gradient(to top, #ffffff 0%, #fff 5%, #F0EFF0 5%, #F0EFF0 50%, #ffffff 50%, #ffffff 100%);
  padding-bottom: 100px;
}
.subpage .block-customer-voice h2 {
  text-align: center;
  margin-bottom: 60px;
}
.subpage .block-customer-voice .customer-voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
.subpage .block-customer-voice .customer-voice li {
  border-radius: 10px;
  border: 1px solid #000;
  width: 31%;
  margin: 0 1%;
  text-align: center;
  padding: 20px;
  background-color: #fff;
}
.subpage .block-customer-voice .customer-voice li p:nth-of-type(1) {
  margin-bottom: 15px;
}
.subpage .block-customer-voice .customer-voice li p:nth-of-type(2) {
  position: relative;
  font-weight: 700;
  margin-bottom: 30px;
}
.subpage .block-customer-voice .customer-voice li p:nth-of-type(2)::before {
  background-color: #000;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}
.subpage .block-customer-voice .customer-voice img {
  width: auto;
  display: inline-block;
}
.subpage .block-coach h2 {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  background-color: #333;
  border-radius: 100vw;
  width: 13%;
  text-align: center;
  margin-left: 25px;
  z-index: 10;
  padding: 10px;
  margin: 0 auto;
}
.subpage .block-coach dl.coach {
  position: relative;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: -17px;
  padding: 50px 40px 30px 40px;
  margin-bottom: 40px;
}
.subpage .block-coach dl.coach div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 12px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.subpage .block-coach dl.coach div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.subpage .block-coach dl.coach div dt {
  margin-right: 20px;
  width: 40%;
}
.subpage .block-coach dl.coach div dd {
  width: 55%;
}
.subpage .block-coach dl.coach div dd p:nth-of-type(odd) {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 700;
  margin-bottom: 30px;
}
.subpage .block-subpage-flow img {
  width: auto;
}
.subpage .block-subpage-flow dl div {
  position: relative;
  display: flex;
  background-color: #F5F5F5;
  padding: 40px 40px;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.subpage .block-subpage-flow dl div:not(:nth-last-of-type(1))::after {
  position: absolute;
  content: url("../images/icon/icon-arrow-bo.svg");
  bottom: -40px;
  left: 50px;
  z-index: 100;
}
.subpage .block-subpage-flow dl strong {
  display: block;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  margin-bottom: 5px;
}
.subpage .block-subpage-flow dl dt {
  margin-right: 20px;
}
.subpage .block-subpage-flow dl dd:nth-of-type(1) {
  margin-right: auto;
}
.subpage .block-subpage-flow dl dd:nth-of-type(2) {
  padding-right: 20px;
}
.subpage .block-subpage-flow dl dd:nth-of-type(2) img {
  max-width: 70px;
  max-height: 70px;
}
.subpage .block-need {
  margin-bottom: 60px;
}
.subpage .block-need h2 {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background-color: #EB5605;
  border-radius: 10px;
  width: 20%;
  text-align: center;
  margin-left: 25px;
  z-index: 10;
}
.subpage .block-need dl.need {
  position: relative;
  color: #000;
  border: 1px solid #EB5605;
  border-radius: 10px;
  margin-top: -15px;
  padding: 50px 40px 30px 40px;
  margin-bottom: 40px;
}
.subpage .block-need dl.need div {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.subpage .block-need dl.need div:nth-last-child(1) {
  margin-bottom: 0;
  border-bottom: none;
}
.subpage .block-need dl.need div dt {
  margin-right: 40px;
  width: 10%;
}
.subpage .block-need dl.need div dd p:nth-of-type(1) {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.subpage section.block-procedure {
  color: #000;
  margin-bottom: 80px;
}
.subpage section.block-procedure h2 {
  position: relative;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin: 0 auto 30px auto;
  color: #000;
  border-radius: 10px;
  text-align: left;
  z-index: 10;
  text-align: center;
}
.subpage section.block-procedure .h2-lead {
  text-align: center;
  margin-bottom: 60px;
}
.subpage section.block-procedure h3 {
  border-bottom: 1px solid #000;
}
.subpage section.block-procedure .procedure-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.subpage section.block-procedure .procedure-contents div {
  width: 22%;
  margin-bottom: 40px;
}
.subpage section.block-procedure .procedure-contents div p:nth-of-type(1) {
  margin-bottom: 20px;
}
.subpage .block-text {
  margin-bottom: 60px;
}
.subpage .block-text h2 {
  margin-bottom: 10px;
}
.subpage .block-text ul {
  margin-bottom: 40px;
}
.subpage .btn-base-note {
  text-align: center;
}
.subpage .block-qa dl.coach {
  position: relative;
  color: #000;
  padding: 50px 40px 30px 40px;
  margin-bottom: 40px;
}
.subpage .block-qa dl.coach div {
  margin-bottom: 25px;
}
.subpage .block-qa dl.coach div dt {
  background-image: url("../images/icon/icon-q.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 25px 25px;
  font-weight: 700;
  padding: 4px 0 4px 35px;
  margin-bottom: 3px;
}
.subpage .block-qa dl.coach div dd {
  background-image: url("../images/icon/icon-a.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 25px 25px;
  padding-left: 35px;
}
.subpage .block-contents-base h2 {
  margin-bottom: 40px;
  text-align: center;
}
.subpage .block-contents-base h3 {
  text-align: left;
  margin-bottom: 20px;
}
.subpage .block-contents-base .contents-base {
  position: relative;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgb(247, 227, 184), rgb(252, 252, 252));
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 60px;
}
.subpage .block-contents-base .contents-base > div:nth-of-type(1) {
  width: 45%;
}
.subpage .block-contents-base .contents-base > div:nth-of-type(2) {
  width: 50%;
  padding-left: 5%;
}
.subpage .block-contents-base .contents-base.no1::after {
  position: absolute;
  content: "01";
  z-index: 100;
  top: -70px;
  right: 20px;
  font-size: 8rem;
  color: #EB5605;
}
.subpage .block-contents-base .contents-base.no2::after {
  position: absolute;
  content: "02";
  z-index: 100;
  top: -70px;
  right: 20px;
  font-size: 8rem;
  color: #EB5605;
}
.subpage .block-contents-base .contents-base.no3::after {
  position: absolute;
  content: "03";
  z-index: 100;
  top: -70px;
  right: 20px;
  font-size: 8rem;
  color: #EB5605;
}
.subpage .block-contents-base .contents-base.no4::after {
  position: absolute;
  content: "04";
  z-index: 100;
  top: -70px;
  right: 20px;
  font-size: 8rem;
  color: #c9c9c9;
}
.subpage .block-class {
  padding-bottom: 60px;
}
.subpage .block-class h2 {
  position: relative;
  text-align: center;
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem);
  font-weight: normal;
  margin-bottom: 60px;
}
.subpage .block-class h2::before {
  background-color: #000;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.subpage .block-class table:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}
.subpage .block-class td {
  text-align: left;
  padding: 10px;
  background-color: #F8F8F8;
}
.subpage .block-class tr:nth-of-type(odd) td {
  background-color: #EAEAEA;
}
.subpage .block-class th {
  background-color: #E63946;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}
.subpage .block-lesson .lesson {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.subpage .block-lesson .lesson div:nth-of-type(1) {
  width: 45%;
}
.subpage .block-lesson .lesson div:nth-of-type(2) {
  width: 50%;
  padding-left: 5%;
}
.subpage .block-lesson .lesson-point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 20px;
}
.subpage .block-lesson .lesson-point li {
  width: 30%;
  text-align: center;
}
.subpage .block-lesson .lesson-point li p:nth-of-type(1) {
  margin-bottom: 30px;
}
.subpage .block-facility {
  padding-bottom: 60px;
}
.subpage .block-facility:nth-of-type(odd) {
  background-color: #f5f5f5;
  padding: 40px 0;
  margin-bottom: 40px;
}
.subpage .block-facility .facility-list {
  display: flex;
  flex-wrap: wrap;
}
.subpage .block-facility .facility-list:not(:nth-last-of-type(1)) {
  margin-bottom: 60px;
}
.subpage .block-facility .facility-list li {
  text-align: center;
  width: 31%;
  margin: 0 1.1%;
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
}
.subpage .block-facility .facility-list li h3 {
  text-align: center;
}
.subpage .block-facility .facility-list li p:nth-of-type(1) {
  margin-bottom: 10px;
}
.subpage .block-facility .facility-list li p:nth-of-type(2) {
  font-size: 1 clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 10px;
}
.subpage .block-facility .facility-list li p:nth-of-type(3) {
  font-size: 1 clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 10px;
  font-weight: 700;
  color: #E63946;
}
.subpage .block-facility .facility {
  padding: 10px 30px 20px 30px;
}
.subpage .block-facility .facility dt {
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
  margin-bottom: 20px;
  font-weight: 700;
  color: #EB5605;
  background-color: #fff;
  padding: 10px;
}
.subpage .block-page-fee {
  margin-bottom: 60px;
}
.subpage .block-page-fee h2 {
  position: relative;
  text-align: center;
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem);
  font-weight: normal;
  margin-bottom: 60px;
}
.subpage .block-page-fee h2::before {
  background-color: #000;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.subpage .block-apply {
  display: block;
  width: 100%;
  max-width: 400px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0 auto 40px auto;
  border-radius: 6cap;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
}
.subpage .block-apply a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 3.5;
  color: #fff;
  background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  position: relative;
  border-radius: 6px;
}
.subpage .block-apply a:hover {
  color: #fff;
  background-position: 100% 51%;
}
.subpage .block-apply a::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 7px;
  width: 7px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  transition: right 0.3s;
}
.subpage .block-apply a:hover::before {
  right: 25px;
}
.subpage .tab-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.subpage .tab-3 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 20px;
  background-color: #f5f5f5;
  color: #999;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  text-align: center;
  cursor: pointer;
}
.subpage .tab-3 > label:hover {
  opacity: 0.8;
}
.subpage .tab-3 input {
  display: none;
}
.subpage .tab-3 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}
.subpage .tab-3 label:has(:checked) {
  border-bottom: 2px solid #EB5605;
  color: #000;
}
.subpage .tab-3 label:has(:checked) + div {
  display: block;
}
.subpage ul.program-list {
  max-width: 1100px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.subpage ul.program-list a {
  text-decoration: none;
}
.subpage ul.program-list .program-name {
  position: relative;
  text-align: center;
  padding: 20px 20px 10px 20px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}
.subpage ul.program-list .program-name::before {
  background-color: #8b8b8b;
  border-radius: 5px;
  bottom: 5px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.subpage ul.program-list li {
  width: 31%;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}
.subpage ul.program-list li:hover {
  background-color: #f2f2f2;
}
.subpage ul.program-list::after {
  content: "";
  display: block;
  width: 31%;
}
.subpage ul.program-list .page-program-list {
  display: flex;
  padding: 0 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.subpage ul.program-list .program-image {
  display: inline-block;
  overflow: hidden;
}
.subpage ul.program-list .program-image img {
  transition: transform 0.3s ease;
  display: block;
}
.subpage ul.program-list .program-image:hover img {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}
.subpage .star-rating {
  position: relative;
  font-size: 1.1rem;
}
.subpage .star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #EB5605;
}
.subpage .star-rating-back {
  color: #ccc;
}
.subpage .star {
  margin: 0 !important;
  padding-top: 7px;
}
.subpage .star-container {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
}
.subpage .star-container > div:first-child {
  padding-right: 20px;
}
.subpage .news-a {
  display: inline-block;
  margin-right: 10px;
  background-color: #10E520;
  border-radius: 4px;
  color: #fff;
  padding: 0 3px;
  font-size: 0.9rem;
}
.subpage .news-k {
  display: inline-block;
  margin-right: 10px;
  background-color: #6584EB;
  border-radius: 4px;
  color: #fff;
  padding: 0 3px;
  font-size: 0.9rem;
}
.subpage .news-detail {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.subpage .news-detail dt {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  margin-bottom: 10px;
}
.subpage .news-detail dd.title {
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin-bottom: 40px;
}
.subpage .news-detail dd:nth-of-type(2) {
  margin-bottom: 40px;
}
.subpage .page-rec-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.subpage .page-rec-list li {
  position: relative;
  border: 1px solid #f5f5f5;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.18);
  background-size: auto auto;
  width: 32%;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
}
.subpage .page-rec-list li .title {
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0 auto 40px auto;
  font-weight: 700;
}
.subpage .page-rec-list li .title::before {
  background-color: #9c9c9c;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.subpage .page-rec-list li .number {
  display: block;
  width: 120px;
  height: 120px;
  color: #333333;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  line-height: 4;
  border-radius: 50%;
  background-color: #CAA258;
  color: #fff;
  margin: 0 auto 30px auto;
}
.subpage .page-rec-list li .text {
  text-align: center;
}
.subpage .school-features {
  background-color: #F5F5F5;
  text-align: left;
  padding: 60px 0 0 0;
  margin-bottom: 60px;
  margin-top: 60px;
}
.subpage .school-features h2 {
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
.subpage .school-features h3 {
  margin-bottom: 30px;
  font-weight: normal;
}
.subpage .school-features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.subpage .school-features ul li {
  text-align: center;
  width: 48%;
  margin-bottom: 40px;
}
.subpage .school-features ul li p:nth-of-type(1) {
  margin-bottom: 30px;
}
.subpage .school-features ul li p:nth-of-type(2) {
  margin-bottom: 30px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 700;
  color: #CAA258;
}
.subpage .school-features ul li p:nth-of-type(3) {
  margin-bottom: 20px;
}
.subpage .school-features ul.f3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.subpage .school-features ul.f3 li {
  width: 32%;
  margin-bottom: 20px;
  padding: 0 20px;
}
.subpage .school-features ul.f3 li p:nth-of-type(1) {
  margin-bottom: 20px;
}
.subpage .school-features ul.f3 li p:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 700;
}
.subpage .school-features ul.f3 li p:nth-of-type(3) {
  margin-bottom: 20px;
}
.subpage .school-features .school-features-text {
  text-align: center;
  margin-bottom: 40px;
}
.subpage .page-tab-list {
  margin-bottom: 80px;
}
.subpage .page-tab-list h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(2rem, 0.2rem + 6vw, 5rem);
}
.subpage .page-tab-list h3 {
  margin-bottom: 40px;
}
.subpage .spiky-grid {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  -moz-column-gap: 10rem;
       column-gap: 10rem;
  row-gap: 10rem;
  justify-content: center;
  padding: 1rem;
  max-width: 100%;
  padding-top: 60px;
}
.subpage .spiky-grid .spiky-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
}
.subpage .spiky-grid .spiky-wrapper .spiky-box,
.subpage .spiky-grid .spiky-wrapper .spiky-box::before,
.subpage .spiky-grid .spiky-wrapper .spiky-box::after,
.subpage .spiky-grid .spiky-wrapper .spiky-body,
.subpage .spiky-grid .spiky-wrapper .spiky-body::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffd900;
}
.subpage .spiky-grid .spiky-wrapper .spiky-box::before {
  content: "";
  transform: rotate(22deg);
}
.subpage .spiky-grid .spiky-wrapper .spiky-box::after {
  content: "";
  transform: rotate(-22deg);
}
.subpage .spiky-grid .spiky-wrapper .spiky-box .spiky-body {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.subpage .spiky-grid .spiky-wrapper .spiky-box .spiky-body::before {
  content: "";
  transform: rotate(45deg);
  z-index: -1;
}
.subpage .spiky-grid .spiky-wrapper .spiky-box .spiky-body p {
  padding: 0.2rem;
  color: #000;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  word-break: break-word;
}
.subpage .spiky-grid .spiky-wrapper .spiky-box .spiky-body p strong {
  display: block;
  font-size: 2.6rem;
  color: #e73131;
}
.subpage .cnt01 {
  background-color: #f5f5f5;
  padding: 60px 0;
  margin-bottom: 60px;
}
.subpage .cnt01 h2 {
  margin-bottom: 60px;
}
.subpage .cnt01 .cnt01-cnt {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.subpage .cnt01 .cnt01-cnt div:nth-of-type(1) {
  width: 45%;
}
.subpage .cnt01 .cnt01-cnt div:nth-of-type(2) {
  width: 55%;
}
.subpage .cnt01 dl {
  padding-left: 40px;
  text-align: left;
}
.subpage .cnt01 dl dt {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  text-align: left !important;
  padding: 20px 20px 20px 40px;
  background-color: #fff;
  border-radius: 10px;
}
.subpage .cnt01 dl dt::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  content: "";
  opacity: 0.2;
  border-radius: 3px;
  background: #5f7276;
}
.subpage .cnt01 dl dd {
  margin-bottom: 30px;
}
.subpage section.block-page-event {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: #000;
  margin-bottom: 80px;
}
.subpage section.block-page-event h2 {
  position: relative;
  text-align: center;
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem);
  font-weight: normal;
  margin-bottom: 60px;
}
.subpage section.block-page-event h2::before {
  background-color: #000;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.subpage section.block-page-event .page-event-lsit {
  display: flex;
  padding: 0 10px;
  justify-content: center;
}
.subpage section.block-page-event .page-event {
  width: 25%;
  margin: 0 10px;
}
.subpage section.block-page-event .pickup-slider div.slick-slide {
  margin: 0 10px;
}
.subpage section.block-page-event .pickup-image {
  margin-bottom: 15px;
}
.subpage section.block-page-event .pickup-image img {
  border-radius: 6px;
}
.subpage section.block-page-event .pickup-date {
  margin-bottom: 7px;
}
.subpage section.block-page-event .pickup-title {
  margin-bottom: 20px;
}
.subpage section.block-page-event .pickup-more {
  font-size: 0.9rem;
  width: 120px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #000;
}
.subpage section.block-page-event .pickup-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right-b.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.subpage section.block-page-event .pickup-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.subpage .block-page-fee {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 60px auto;
}
.subpage .block-page-fee .page-fee-list {
  display: flex;
  padding: 0 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.subpage .block-page-fee .page-fee {
  width: 25%;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  border: 1px solid #dadada;
  margin: 0 10px 20px 10px;
}
.subpage .block-page-fee p:nth-of-type(1) {
  display: none;
}
.subpage .block-page-fee p:nth-of-type(2) {
  display: none;
}
.subpage .block-page-fee p:nth-of-type(3) {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  color: #EB5605;
  margin-bottom: 10px;
}
.subpage .block-page-fee p:nth-of-type(4) {
  display: none;
}
.subpage .block-page-fee p:nth-of-type(5) {
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.subpage .block-page-fee p:nth-of-type(6) {
  display: none;
}
.subpage .block-page-fee p:nth-of-type(7) {
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.8rem, 1.08rem + 2.4vw, 3rem);
  margin-bottom: 20px;
}
.subpage .block-page-fee p:nth-of-type(7) span {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.subpage .block-page-fee p:nth-of-type(8) {
  display: none;
}
.subpage .block-page-fee p:nth-of-type(9) {
  margin-bottom: 20px;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
}
.subpage .block-page-fee p:nth-of-type(10) {
  display: none;
}
.subpage .block-page-fee p.plan-more {
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  width: 120px;
  border-radius: 16px;
  border: 1px solid #000;
  margin: 20px auto 0 auto;
}
.subpage .block-page-fee p.plan-more a {
  padding: 8px 16px;
  background-image: url("../images/icon/arrow-right-b.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
}
.subpage .block-page-fee p.plan-more a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.subpage .block-page-program {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 60px auto;
}
.subpage .block-page-program h2 {
  position: relative;
  text-align: center;
  font-size: clamp(2rem, 0.8rem + 4vw, 4rem);
  font-weight: normal;
  margin-bottom: 60px;
}
.subpage .block-page-program h2::before {
  background-color: #000;
  border-radius: 5px;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.subpage .block-page-program .page-program {
  width: 31%;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 0 10px 20px 10px;
}
.subpage .block-page-program .recommend-program-image {
  margin-bottom: 20px;
  display: inline-block;
  overflow: hidden;
}
.subpage .block-page-program .recommend-program-image img {
  transition: transform 0.3s ease;
  display: block;
}
.subpage .block-page-program .recommend-program-image:hover img {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
  opacity: 0.7;
}
.subpage .piechart {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  margin: 0 auto;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(235, 226, 216, 0.1) 10px, rgba(235, 226, 216, 0.1) 20px);
  border: 1px solid #EB5605;
  border-radius: 10px;
}
.subpage .piechart div {
  width: 42%;
  margin: 0 2%;
}
.subpage .piechart-lead {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
  padding: 40px 0 80px 0;
}
.subpage .block-schedule {
  margin-bottom: 60px;
}
.subpage .pdf-list a {
  display: block;
  text-decoration: none;
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
  border: 1px solid #f5f5f5;
  padding: 20px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  position: relative;
  background: #fff1e3;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s;
}
.subpage .pdf-list a::before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  color: #EB5605;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}
.subpage .pdf-list a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.subpage .exp-icon-area {
  padding-top: 30px;
}
.subpage .exp-icon-area ul {
  display: flex;
  justify-content: center;
}
.subpage .exp-icon-area ul li {
  width: 100px;
  margin: 0 10px;
}
.subpage .block-for-members {
  margin-bottom: 60px;
}
.subpage .block-for-members .members {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.subpage .block-for-members .members li h3 {
  font-size: clamp(1.2rem, 0.96rem + 0.8vw, 1.6rem);
  margin-top: 20px;
  font-weight: normal;
}
.subpage .member-info {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.subpage .member-info li {
  border-radius: 20px;
  background-color: #fff;
  margin: 0 10px;
}
.subpage .member-info li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 14px;
  width: 250px;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  text-align: center;
  transition: 0.3s;
  border-radius: inherit;
  border: 1px solid #000;
}
.subpage .member-info li a:hover {
  background-color: #EB5605;
  border-radius: inherit;
  border: 1px solid #EB5605;
  color: #fff;
}
.subpage .member-info li.active a {
  background-color: #EB5605;
  border: 1px solid #EB5605;
  color: #fff;
}
.subpage .sa_term {
  padding: 120px 10px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.subpage .sa_term .agreement ol {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.subpage .sa_term .agreement ol > li p:nth-of-type(1) {
  text-align: center;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  margin-bottom: 20px;
  color: #666;
}
.subpage .sa_term .agreement ol > li p:nth-of-type(1) strong {
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  color: #EB5605;
}
.subpage .sa_term .agreement ol > li p:nth-of-type(2) {
  margin-bottom: 40px;
}
.subpage .sa_term .agreement ol > li > ul {
  margin-bottom: 40px;
  list-style-type: decimal;
}
.subpage .sa_term .agreement ol > li > ul li {
  margin-bottom: 5px;
}
.subpage .sa_term .agreement ol > li > ul li > ul {
  margin-bottom: 0;
  list-style-type: upper-alpha;
  padding-left: 12px;
}
.subpage .sa_term .agreement ol > li > ul li > ul li {
  margin-bottom: 5px;
}
.subpage .sa_term .agreement ol > li > ul li > ul li > ul {
  margin-bottom: 0;
  list-style-type: katakana;
  padding-left: 24px;
  margin-bottom: 0;
}
.subpage .sa_term .agreement ol > li > ul li > ul li > ul li {
  margin-bottom: 5px;
}
.subpage .sa_term .agreement .company-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #d3d3d3;
  margin-bottom: 80px;
  padding-top: 20px;
}
.subpage .sa_term .term-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.subpage .sa_term .term-nav li {
  margin: 0 7px;
}
.subpage .sa_term .term-nav li a {
  background-color: #EB5605;
  text-decoration: none;
  display: block;
  padding: 14px;
  text-align: center;
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.2rem);
  color: #fff;
  transition: 0.3s;
}
.subpage .sa_term .term-nav li a:hover {
  background-color: #f5f5f5;
  transition: 0.3s;
  color: #000;
}