@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
main.school {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  color: #251e1c;
  background: #f5f5ec;
}

footer {
  --font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
}

main.main {
  overflow: hidden;
  margin-bottom: 50px;
}

.school .group-header {
  --font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
}

.school .department-content {
  padding: 0;
}

.block_front-department {
  padding: 0;
}

.school .department-content {
  background: none;
}

.school .mv01 {
  background: url("../2024/bf_school/img/mv_bg.png") no-repeat center;
  background-size: cover;
  padding: 84px 0 81px;
}

.school .mv01 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school .mv01 .row h2 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: -10px;
  margin-top: -30px;
  width: 689px;
}

.school .mv01 .row .photo {
  margin-right: -180px;
  margin-top: 30px;
  width: 490px;
  margin-left: 49px;
}

.school .sec01 {
  padding: 85px 0 87px;
}

.school .sec01 h2 {
  width: 537px;
  margin: 0 auto 31px;
}

.school .sec01 .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1059px;
  margin-left: 70px;
}

.school .sec01 .group .col {
  width: 435px;
}

.school .sec01 .group .col + .col {
  width: 503px;
  margin-right: -14px;
}

.school .sec01 .group .col .ttl1 {
  position: relative;
  z-index: 2;
  margin-bottom: 44px;
  max-width: 438px;
}

.school .sec01 .group .col .ttl1 span {
  padding: 20px 0;
  text-align: center;
  font-size: 27px;
  border: 2px solid #251e1c;
  border-radius: 50px;
  z-index: 0;
  position: relative;
  margin-bottom: 20px;
  background: #e6b044;
  display: block;
}

.school .sec01 .group .col .ttl1 span small {
  font-size: 20px;
}

.school .sec01 .group .col .ttl1:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 100%;
  height: 100%;
  border: 2px solid #251e1c;
  border-radius: 50px;
  z-index: -1;
}

.school .sec01 .group .col .ttl2 {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  max-width: 438px;
}

.school .sec01 .group .col .ttl2 span {
  padding: 20px 0;
  text-align: center;
  font-size: 27px;
  border: 2px solid #251e1c;
  border-radius: 50px;
  z-index: 0;
  position: relative;
  margin-bottom: 20px;
  background: #a7cca1;
  display: block;
}

.school .sec01 .group .col .ttl2 span small {
  font-size: 20px;
}

.school .sec01 .group .col .ttl2:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 100%;
  height: 100%;
  border: 2px solid #251e1c;
  border-radius: 50px;
  z-index: -1;
}

.school .sec01 .group .col .list {
  margin-bottom: 76px;
}

.school .sec01 .group .col .list li {
  font-size: 24px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 24px;
}

.school .sec01 .group .col .list li:before {
  content: "";
  background: url("../2024/bf_school/img/sec1_icon1.png") no-repeat;
  width: 44px;
  height: 44px;
  background-size: 100%;
  position: absolute;
  top: -6px;
  left: 0;
}

.school .sec01 .group .col2 .list {
  margin-bottom: 130px;
}

.school .sec01 .group .col2 .ttl1 span {
  background: #63b5d2;
}

.school .sec01 .group .col2 .ttl2 span {
  background: #d5db1f;
}

.school .sec02 {
  position: relative;
  padding: 100px 0 100px;
}

.school .sec02 h2 {
  width: 567px;
  margin: 0 auto 15px;
}

.school .sec02 .ttl1 {
  padding: 2px 0 12px;
  text-align: center;
  font-size: 30px;
  border: 2px solid #251e1c;
  border-radius: 50px;
  z-index: 0;
  position: relative;
  margin-bottom: 27px;
  background: #d78113;
  display: block;
  color: #fff;
  letter-spacing: 2px;
}

.school .sec02 .ttl1 small {
  font-size: 21px;
}

.school .sec02 .txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
  margin-bottom: 40px;
}

.school .sec02 .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 66px;
}

.school .sec02 .group .box {
  width: 272px;
  max-width: 24%;
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../2024/bf_school/img/sec2_box1.png") no-repeat;
  background-size: 100%;
}

.school .sec02 .group .box h3 {
  margin: -50px auto -2px;
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  background: url("../2024/bf_school/img/sec2_icon2.png") no-repeat center;
  padding: 14px 20px 26px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.school .sec02 .group .box h3 span {
  font-size: 28px;
  margin-left: 6px;
}

.school .sec02 .group .box .ttl {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.school .sec02 .group .box .icon1 {
  width: 90px;
  margin: 0 auto;
}

.school .sec02 .group .box2 {
  background: url("../2024/bf_school/img/sec2_box2.png") no-repeat;
  background-size: 100%;
}

.school .sec02 .group .box:nth-child(2) .icon1 {
  width: 126px;
}

.school .sec02 .group .box:nth-child(3) .icon1 {
  width: 195px;
  margin-top: 40px;
}

.school .sec02 .group .box:nth-child(4) .icon1 {
  width: 210px;
}

.school .sec02 .ttl2 {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 34px;
}

.school .sec02 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.school .sec02 .row .check-list {
  width: 546px;
  border-right: 1px solid #d78113;
}

.school .sec02 .row .check-list li {
  position: relative;
  background: url("../2024/bf_school/img/sec2_icon1.png") no-repeat left 0px top;
  background-size: 49px;
  padding-left: 72px;
  font-size: 18px;
  font-weight: bold;
  color: #d78113;
  margin-bottom: 40px;
}

.school .sec02 .row .check-list li + li {
  margin-bottom: 0;
}

.school .sec02 .row .check-list li .t1 {
  background: url("../2024/bf_school/img/sec2_icon7.png") no-repeat left top 3px;
  background-size: 16px;
  padding-left: 19px;
  color: #251e1c;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0px;
  margin-top: 7px;
}

.school .sec02 .row .check-list li .t1 .line2 {
  margin-left: 21px;
}

.school .sec02 .row .check-list:nth-child(2) {
  border-right: 0px;
  width: 541px;
  margin-right: -20px;
}

.school .sec02 .row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school .sec02 .row2 h3 {
  color: #d78113;
  font-size: 22px;
  font-weight: bold;
  width: 167px;
  text-align: center;
  background: url("../2024/bf_school/img/sec2_icon8.png") no-repeat;
  background-size: 100%;
  margin-right: 76px;
  height: 141px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 40px 0;
}

.school .sec02 .row2 .col {
  width: 540px;
}

.school .sec02 .row2 .col h4 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}

.school .sec02 .row2 .col h4 span {
  font-size: 20px;
  background: #e4e5e5;
  font-weight: 500;
  padding: 0 7px;
}

.school .sec02 .row2 .col ul li {
  padding-left: 18px;
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: -10px;
}

.school .sec02 .row2 .col ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d78113;
}

.school .sec02 .row2 .col2 {
  width: 459px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school .sec02 .row2 .col2 h4 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 12px;
  width: 159px;
}

.school .sec02 .row2 .col2 h4 span {
  font-size: 20px;
  background: #e4e5e5;
  font-weight: 500;
  display: block;
  text-align: center;
}

.school .sec02 .row2 .col2 ul li {
  padding-left: 18px;
  position: relative;
  font-size: 18px;
  margin-bottom: 4px;
}

.school .sec02 .row2 .col2 ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d78113;
}

.school .sec02 .row2 .col2 .icon_1 {
  width: 164px;
  margin-left: 70px;
  margin-right: -31px;
  margin-top: -10px;
}

.school .sec03 {
  position: relative;
  padding: 31px 0 100px;
}

.school .sec03 .ttl1 {
  padding: 5px 0 10px;
  text-align: center;
  font-size: 30px;
  border: 2px solid #251e1c;
  border-radius: 50px;
  z-index: 0;
  position: relative;
  margin-bottom: 32px;
  background: #63b5d2;
  display: block;
  color: #fff;
  letter-spacing: 2px;
}

.school .sec03 .ttl1 small {
  font-size: 21px;
}

.school .sec03 .txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
  margin-bottom: 40px;
}

.school .sec03 .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -20px;
  margin-bottom: 45px;
}

.school .sec03 .group .box {
  width: 282px;
  max-width: 24%;
  position: relative;
  padding: 20px 11px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../2024/bf_school/img/sec3_box1.png") no-repeat;
  background-size: 100% 100%;
  min-height: 296px;
}

.school .sec03 .group .box h3 {
  margin: -54px auto -4px;
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  background: url("../2024/bf_school/img/sec3_icon2.png") no-repeat center;
  padding: 22px 20px 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 116px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.school .sec03 .group .box h3 span {
  font-size: 28px;
  margin-left: 5px;
}

.school .sec03 .group .box .ttl {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.school .sec03 .group .box .icon1 {
  width: 202px;
  margin: 0 auto 34px;
}

.school .sec03 .group .box .note {
  font-size: 16px;
  color: #63b5d2;
  text-align: center;
}

.school .sec03 .group .box2 {
  background: url("../2024/bf_school/img/sec3_box2.png") no-repeat;
  background-size: 100% 100%;
}

.school .sec03 .group .box:nth-child(2) .icon1 {
  width: 134px;
}

.school .sec03 .group .box:nth-child(3) .icon1 {
  width: 210px;
  margin-bottom: 10px;
  margin-top: -16px;
}

.school .sec03 .group .box:nth-child(4) .icon1 {
  width: 161px;
  margin-bottom: 20px;
}

.school .sec03 .row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school .sec03 .row2 h3 {
  color: #63b5d2;
  font-size: 22px;
  font-weight: bold;
  width: 150px;
  text-align: center;
  background: url("../2024/bf_school/img/sec3_icon6.png") no-repeat;
  background-size: 100%;
  margin-right: 61px;
  height: 150px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 40px 0;
}

.school .sec03 .row2 .col {
  width: 540px;
  margin-top: 33px;
}

.school .sec03 .row2 .col h4 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 12px;
}

.school .sec03 .row2 .col h4 span {
  font-size: 20px;
  background: #e4e5e5;
  font-weight: 500;
  display: block;
  width: 157px;
  text-align: center;
}

.school .sec03 .row2 .col ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school .sec03 .row2 .col ul li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  margin-right: 25px;
}

.school .sec03 .row2 .col ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #63b5d2;
}

.school .content-set + .content-set {
  margin-top: 0;
}

.school .sec-table {
  position: relative;
  padding: 30px 0 230px;
}

.school .sec-table .ttl1 {
  padding: 5px 0;
  text-align: center;
  font-size: 30px;
  border: 2px solid #251e1c;
  border-radius: 50px;
  z-index: 0;
  position: relative;
  margin-bottom: 38px;
  background: #88b83e;
  display: block;
  color: #fff;
  letter-spacing: 2px;
}

.school .sec-table .ttl1 small {
  font-size: 21px;
}

.school .sec-table .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 787px;
  margin: 0 auto 50px;
}

.school .sec-table .row .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school .sec-table .row .col .ttl {
  font-size: 23px;
  padding: 10px;
  width: 295px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../2024/bf_school/img/sec4_icon1.png") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
}

.school .sec-table .row .col .ttl2 {
  font-size: 18px;
  line-height: 27px;
  margin-left: 31px;
}

.school .sec-table .row .col .ttl3 {
  font-size: 23px;
  padding: 10px;
  width: 295px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../2024/bf_school/img/sec4_icon2_2.png") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
}

.school .sec-table table {
  width: 787px;
  margin: 0 auto 30px;
  color: #251e1c;
  font-weight: 500;
  font-size: 16px;
  border: none;
}

.school .sec-table table thead th {
  background: #a7cca1;
  padding: 5px;
}

.school .sec-table table thead th:last-of-type {
  background: #d5db1f;
}

.school .sec-table table thead th:nth-child(1),
.school .sec-table table thead th:nth-child(2) {
  background: none;
  border: none;
}

.school .sec-table table thead th:last-of-type {
  border-right: 0px;
}

.school .sec-table table thead th:nth-child(3),
.school .sec-table table thead th:nth-child(4) {
  width: 239px;
}

.school .sec-table table th,
.school .sec-table table td {
  border: 2px solid #251e1c;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  background: #fff;
}

.school .sec-table table td:nth-child(1) {
  border-left: 0px;
}

.school .sec-table table td:nth-child(1),
.school .sec-table table td:nth-child(2) {
  background: #e7f1d8;
}

.school .sec-table table td.white {
  background: #fff;
}

.school .sec-table table td:last-of-type {
  border-right: 0px;
}

.school .sec-table table .dot {
  border-bottom-style: hidden;
  position: relative;
}

.school .sec-table table .dot:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed;
}

.school .sec04 .set1 {
  position: relative;
  padding: 100px 0 10px;
}

.school .sec04 .set1 h2 {
  font-size: 66px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: -20px;
}

.school .sec04 .set1 h2 > img {
  width: 740px;
  margin: 0 auto;
}

.school .sec04 .set1 h2 span {
  width: 260px;
  position: absolute;
  right: 50px;
  top: -170px;
  z-index: 5;
}

.school .sec04 .set1 .txt1 {
  font-size: 25px;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 91px;
}

.school .sec04 .set1 h3 {
  color: #d78113;
  text-align: center;
  font-size: 47px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  width: 290px;
  margin: 0 auto 26px;
}

.school .sec04 .set1 h3:before {
  content: "";
  width: 3px;
  height: 50px;
  background: #d78113;
  border-radius: 2px;
  display: inline-block;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  margin-right: 51px;
  position: absolute;
  left: 0px;
  top: 30px;
}

.school .sec04 .set1 h3:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #d78113;
  border-radius: 2px;
  display: inline-block;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 30px;
  position: absolute;
  right: -20px;
  top: 30px;
}

.school .sec04 .set1 h3 span {
  font-size: 30px;
  font-weight: 500;
  margin-left: 13px;
  margin-right: -30px;
}

.school .sec04 .set1 .ttl {
  color: #d78113;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: -34px;
  letter-spacing: -1px;
}

.school .sec04 .set1 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.school .sec04 .set1 .row .box {
  background: #d78113;
  color: #fff;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 436px;
  padding: 7px 10px 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}

.school .sec04 .set1 .row .box:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 22px solid transparent;
  border-bottom: 61px solid #d78113;
  position: absolute;
  right: -17px;
  top: 60px;
  margin-left: -11px;
  -webkit-transform: rotate(94deg);
  transform: rotate(94deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 21px solid transparent;
}

.school .sec04 .set1 .row .box dl {
  padding-left: 46px;
  background: url("../2024/bf_school/img/sec4_icon1_1.png") no-repeat left top 9px;
  background-size: 32px;
  padding-top: 29px;
}

.school .sec04 .set1 .row .box dl dt {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.school .sec04 .set1 .row .box dl dd {
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
}

.school .sec04 .set1 .row .photo {
  width: 350px;
  margin-top: 42px;
}

.school .sec04 .set1 .row.row2 .photo {
  width: 403px;
  margin-right: -50px;
  margin-top: 60px;
}

.school .sec04 .set1 .row2 {
  margin-top: -150px;
  padding-top: 1px;
}

.school .sec04 .set1 .row2 .box {
  background: #e0a30a;
}

.school .sec04 .set1 .row2 .box:after {
  border-bottom: 61px solid #e0a30a;
  -webkit-transform: rotate(104deg);
          transform: rotate(104deg);
  top: 20px;
  right: -26px;
}

.school .sec04 .set2 {
  padding: 10px 0 120px;
  margin-top: -40px;
}

.school .sec04 .set2 h3 {
  color: #63b5d2;
  text-align: center;
  font-size: 47px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  width: 290px;
  margin: 0 auto 26px;
}

.school .sec04 .set2 h3:before {
  content: "";
  width: 3px;
  height: 50px;
  background: #63b5d2;
  border-radius: 2px;
  display: inline-block;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  margin-right: 30px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  margin-right: 51px;
  position: absolute;
  left: 0px;
  top: 30px;
}

.school .sec04 .set2 h3:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #63b5d2;
  border-radius: 2px;
  display: inline-block;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 30px;
  margin-right: 51px;
  position: absolute;
  right: -50px;
  top: 30px;
}

.school .sec04 .set2 h3 span {
  font-size: 30px;
  font-weight: 500;
}

.school .sec04 .set2 .box {
  width: 570px;
  background: #63b5d2;
  border-radius: 20px;
  padding: 40px 40px 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  position: relative;
  margin: 0 auto -1px;
  line-height: 37px;
  text-align: center;
}

.school .sec04 .set2 .box:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 30px solid transparent;
  border-bottom: 61px solid #63b5d2;
  position: absolute;
  right: 50%;
  bottom: -34px;
  margin-right: -29px;
  -webkit-transform: rotate(182deg);
  transform: rotate(182deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 28px solid transparent;
}

.school .sec04 .set2 .photo3 {
  width: 410px;
  margin: 0 auto;
}

.school .sec05 .box {
  background: #f9efd7;
  border-radius: 10px;
  padding: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 184px;
}

.school .sec05 .box h3 {
  padding: 12px 20px 14px 115px;
  color: #fff;
  background: #88b83e;
  font-size: 25px;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.school .sec05 .box h3:before {
  content: "";
  background: url("../2024/bf_school/img/sec5_icon1.png") no-repeat;
  width: 85px;
  height: 85px;
  background-size: 100%;
  position: absolute;
  top: -10px;
  left: -3px;
}

.school .sec05 .box h3 .yellow {
  color: #ffef00;
}

.school .sec05 .box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.school .sec05 .box .list .col ul {
  width: 450px;
}

.school .sec05 .box .list .col ul li {
  color: #88b83e;
  font-size: 19px;
  padding-left: 33px;
  position: relative;
  margin-bottom: 32px;
}

.school .sec05 .box .list .col ul li:before {
  content: "";
  background: url("../2024/bf_school/img/sec5_icon3.png") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.school .sec05 .box .list .col ul li span {
  font-size: 17px;
  color: #cd5e72;
  position: relative;
  padding-left: 24px;
}

.school .sec05 .box .list .col ul li span:before {
  content: "";
  background: url("../2024/bf_school/img/sec5_icon4.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}

.school .sec05 .box .list .col:first-child {
  background: url("../2024/bf_school/img/dot.png") no-repeat right top;
  padding-right: 43px;
  margin-right: 58px;
}

.school .sec05 .box h3.green {
  margin-top: -160px;
}

.school .sec05 .box h3.pink {
  background: #cd5e72;
  margin-bottom: 46px;
}

.school .sec05 .box h3.pink:before {
  content: "";
  background: url("../2024/bf_school/img/sec5_icon2.png") no-repeat;
  width: 85px;
  height: 85px;
  background-size: 100%;
  position: absolute;
  top: -11px;
  left: -5px;
}

.school .sec05 .box .group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #cd5e72;
  font-size: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.school .sec05 .box .group .photo3 {
  position: absolute;
  top: -20px;
  left: 58px;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 340px;
}

.school .sec05 .box .group .left .ttl {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 40px;
}

.school .sec05 .box .group .left .ttl2 {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 58px;
}

.school .sec05 .box .group .left .inner {
  background: #f3d9b8;
  color: #251e1c;
  padding: 12px;
  position: relative;
  width: 269px;
  font-size: 15px;
  margin-left: 10px;
}

.school .sec05 .box .group .left .inner:before {
  content: "";
  background: url("../2024/bf_school/img/sec5_deco7.png") no-repeat;
  width: 55px;
  height: 100px;
  background-size: 100%;
  position: absolute;
  top: -10px;
  left: -4px;
}

.school .sec05 .box .group .right {
  width: 380px;
  margin-right: -110px;
}

.school .sec05 .box .group .right .balloon1 {
  width: 150px;
  margin-bottom: 16px;
  margin-top: -41px;
  margin-left: 50px;
}

.school .sec05 .box .group .right .ttl3 {
  background: url("../2024/bf_school/img/sec5_deco9.png") no-repeat;
  background-size: 100% 100%;
  padding: 0px 0px 7px 29px;
  position: relative;
  margin-left: 102px;
  margin-bottom: 19px;
  margin-right: -25px;
  text-align: center;
  width: 190px;
}

.school .sec05 .box .group .right .ttl3:before {
  content: "";
  background: url("../2024/bf_school/img/sec5_deco8.png") no-repeat;
  width: 32px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  top: -21px;
  right: 0;
}

.school .sec05 .box .group .right .ttl4 {
  margin-bottom: 20px;
  margin-left: 50px;
}

.school .sec05 .box .group .right .ttl4 ul li {
  position: relative;
  padding-left: 20px;
}

.school .sec05 .box .group .right .ttl4 ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cd5e72;
}

.school .sec05 .box .group .right .ttl5 {
  margin-left: 49px;
}

.school .sec05 .box .group .deco1 {
  position: absolute;
  left: 200px;
  top: -7px;
  width: 160px;
}

.school .sec05 .box .group .deco2 {
  position: absolute;
  width: 140px;
  left: 230px;
  top: 90px;
}

.school .sec05 .box .group .deco3 {
  position: absolute;
  width: 60px;
  right: 231px;
  top: 210px;
}

.school .sec05 .box .group .deco4 {
  position: absolute;
  width: 156px;
  left: 490px;
  top: 351px;
}

.school .sec05 .box .balloon2 {
  width: 260px;
  margin-top: -120px;
}

.school .sec05 .box .photo4 {
  margin-bottom: -300px;
  width: 348px;
  margin-left: -160px;
  margin-top: -175px;
}

.school .schedule {
  background: #eebcc9;
  padding: 95px 0 135px;
}

.school .schedule h2 {
  width: 380px;
  margin: 0 auto 60px;
}

.school .schedule .check-point {
  background: url("../2024/bf_school/img/schedule_t2.png") no-repeat left top;
  background-size: 98px;
  padding-left: 124px;
  margin-bottom: 37px;
  margin-left: 180px;
  padding-bottom: 20px;
  padding-top: 16px;
}

.school .schedule .check-point li {
  font-size: 20px;
  font-weight: bold;
  padding-left: 36px;
  position: relative;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.school .schedule .check-point li:before {
  content: "";
  background: url("../2024/bf_school/img/sec5_icon3.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.school .schedule .img {
  margin-bottom: 40px;
}

.school .schedule .btn {
  text-align: center;
}

.school .schedule .btn span {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid;
  position: relative;
}

.school .schedule .btn span:before {
  content: "";
  background: url("../2024/bf_school/img/schedule_icon1.png") no-repeat;
  width: 29px;
  height: 43px;
  background-size: 100%;
  position: absolute;
  left: -35px;
  top: -2px;
}

.school .qa {
  position: relative;
  padding: 120px 0 100px;
}

.school .qa h2 {
  width: 450px;
  margin: 0 auto 30px;
}

.school .qa .row {
  width: 1000px;
  margin: 0 auto;
}

.school .qa .row .q {
  background: #fff;
  width: 516px;
  padding: 9px 9px 20px;
  border-radius: 20px;
  border: 3px solid #d78113;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  padding-left: 130px;
  color: #d78113;
  margin-bottom: 61px;
}

.school .qa .row .q:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 23px solid transparent;
  border-bottom: 49px solid #d78113;
  position: absolute;
  right: 54%;
  bottom: -50px;
  margin-left: 19px;
  -webkit-transform: rotate(94deg);
  transform: rotate(174deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 0px solid transparent;
  z-index: -1;
}

.school .qa .row .a {
  background: #d78113;
  width: 520px;
  padding: 30px 56px 30px 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  padding-left: 50px;
  color: #fff;
  line-height: 29px;
}

.school .qa .row .a .yellow {
  background: #ffef00;
  color: #251e1c;
  font-size: 17px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 5px;
}

.school .qa .row .a .photo {
  position: absolute;
  right: -175px;
  top: -247px;
  width: 300px;
}

.school .qa .row .a.a5 .photo {
  top: -183px;
}

.school .qa .row .q1 {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  margin-left: -48px;
}

.school .qa .row .q1:before {
  content: "";
  background: url("../2024/bf_school/img/qa_t2.png") no-repeat;
  width: 68px;
  height: 67px;
  background-size: 100%;
  position: absolute;
  left: 26px;
  top: 23px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.school .qa .row .a1 {
  margin-left: 119px;
}

.school .qa .row .a1:after {
  content: "";
  background: url("../2024/bf_school/img/qa_deco1.png") no-repeat;
  width: 112px;
  height: 112px;
  background-size: 100%;
  position: absolute;
  right: -286px;
  top: -117px;
}

.school .qa .row.blue .q {
  color: #63b5d2;
  border: 3px solid #63b5d2;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  padding: 31px 50px 40px 140px;
}

.school .qa .row.blue .q:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 23px solid transparent;
  border-bottom: 50px solid #63b5d2;
  position: absolute;
  right: 50%;
  bottom: -50px;
  margin-left: -11px;
  -webkit-transform: rotate(174deg);
  transform: rotate(174deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 0px solid transparent;
  z-index: -1;
}

.school .qa .row.blue .a {
  background: #63b5d2;
  color: #fff;
}

.school .qa .row .q2 {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin-left: 50px;
}

.school .qa .row .q2:before {
  content: "";
  background: url("../2024/bf_school/img/qa_t3.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: 100%;
  position: absolute;
  left: 35px;
  top: 25px;
}

.school .qa .row.blue .a.a2 {
  padding-right: 74px;
}

.school .qa .row .a2 {
  margin-left: 420px;
  position: relative;
}

.school .qa .row .a2:before {
  content: "";
  background: url("../2024/bf_school/img/qa_deco2.png") no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  left: -225px;
  top: -7px;
}

.school .qa .row .a2:after {
  content: "";
  background: url("../2024/bf_school/img/qa_deco4.png") no-repeat;
  width: 56px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  right: 24px;
  top: -191px;
}

.school .qa .row .a2 .photo {
  top: -295px;
}

.school .qa .row .q2 {
  margin-left: 220px;
}

.school .qa .row .q3 {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-left: -49px;
  padding: 19px 9px 20px 120px;
}

.school .qa .row .q3:before {
  content: "";
  background: url("../2024/bf_school/img/qa_t4.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: 100%;
  position: absolute;
  left: 20px;
  top: 27px;
}

.school .qa .row .a3 {
  margin-left: 80px;
  position: relative;
  padding: 30px 76px 30px 40px;
}

.school .qa .row .a3:after {
  content: "";
  background: url("../2024/bf_school/img/qa_deco5.png") no-repeat;
  width: 77px;
  height: 80px;
  background-size: 100%;
  position: absolute;
  right: -256px;
  top: -129px;
}

.school .qa .row.blue .q4 {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  margin-left: auto;
  margin-right: -59px;
}

.school .qa .row.blue .q4:after {
  -webkit-transform: rotate(174deg);
  transform: rotate(187deg);
  border-right: 3px solid transparent;
  border-bottom: 43px solid #63b5d2;
  border-left: 19px solid transparent;
  right: 54%;
  bottom: -43px;
}

.school .qa .row .q4:before {
  content: "";
  background: url("../2024/bf_school/img/qa_t5.png") no-repeat;
  width: 68px;
  height: 80px;
  background-size: 100%;
  position: absolute;
  left: 34px;
  top: 33px;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.school .qa .row .a4 {
  margin-left: 400px;
  position: relative;
  padding: 30px 36px 30px 120px;
}

.school .qa .row .a4:before {
  content: "";
  background: url("../2024/bf_school/img/qa_deco6.png") no-repeat;
  width: 92px;
  height: 90px;
  background-size: 100%;
  position: absolute;
  left: -241px;
  top: -127px;
}

.school .qa .row .a4:after {
  content: "";
  background: url("../2024/bf_school/img/qa_deco7.png") no-repeat;
  width: 70px;
  height: 80px;
  background-size: 100%;
  position: absolute;
  right: -136px;
  top: -97px;
}

.school .qa .row .q5 {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  margin-left: -50px;
  width: 610px;
  padding: 29px 9px 20px 123px;
  margin-bottom: 40px;
}

.school .qa .row .q5:before {
  content: "";
  background: url("../2024/bf_school/img/qa_t6.png") no-repeat;
  width: 78px;
  height: 78px;
  background-size: 100%;
  position: absolute;
  left: 24px;
  top: 53px;
}

.school .qa .row .a5 {
  margin-left: 100px;
  position: relative;
  padding-right: 76px;
}

.school .qa .row .a5:after {
  content: "";
  background: url("../2024/bf_school/img/qa_deco8.png") no-repeat;
  width: 73px;
  height: 73px;
  background-size: 100%;
  position: absolute;
  right: -221px;
  top: -87px;
}

.school .qa .row1 {
  margin-bottom: 100px;
}

.school .qa .row1 .photo {
  top: -100px;
}

.school .qa .row2 {
  margin-bottom: 70px;
}

.school .qa .row2 .photo {
  top: -100px;
}

.school .qa .row3 {
  margin-bottom: 43px;
}

.school .qa .row3 .a .photo {
  top: -190px;
  right: -152px;
  width: 280px;
}

.school .qa .row4 {
  margin-bottom: 70px;
}

.school .qa .row4 .a .photo {
  left: -208px;
  right: auto;
  top: -215px;
  width: 299px;
}

.school .qa .row5 {
  margin-bottom: 80px;
}

.school .qa .row5 .photo {
  right: 0;
}

.school .qa .box {
  background: #fff;
  border-bottom: 30px;
  border: 3px solid #63b5d2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 985px;
  margin: 0 auto 28px;
  border-radius: 20px;
}

.school .qa .box dl {
  padding: 60px 60px 30px;
  width: 571px;
}

.school .qa .box dl dt {
  background: url("../2024/bf_school/img/qa_t7.png") no-repeat;
  background-size: 60px;
  padding-left: 82px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  color: #63b5d2;
  letter-spacing: 2px;
}

.school .qa .box dl dd {
  font-size: 18px;
  line-height: 29px;
}

.school .qa .box dl dd span {
  color: #63b5d2;
}

.school .qa .box .map {
  width: 388px;
}

.school .sec07 {
  background: #cd5e72;
  padding: 70px 0 100px;
}

.school .sec07 h2 {
  font-size: 52px;
  font-weight: bold;
  color: #ffd600;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 3px;
}

.school .sec07 .box {
  background: #fff;
  padding: 40px 40px 77px;
  margin-bottom: 90px;
}

.school .sec07 .box h3 {
  margin-top: -67px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background: url("../2024/bf_school/img/sec7_icon2.png") no-repeat center;
  background-size: 339px 100%;
  margin-bottom: 21px;
  padding: 14px;
}

.school .sec07 .box .txt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

.school .sec07 .box .table {
  width: 900px;
  margin: 0 auto 28px;
}

.school .sec07 .box .table .ttl {
  font-size: 18px;
  font-weight: bold;
  background: #cd5e72;
  padding: 5px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  width: 450px;
}

.school .sec07 .box .table .tbody .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 3px solid #cd5e72;
  border-top: 3px solid #cd5e72;
}

.school .sec07 .box .table .tbody .row .th {
  color: #cd5e72;
  background: #fffbda;
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-right: 2px solid #cd5e72;
  border-bottom: 2px solid #cd5e72;
}

.school .sec07 .box .table .tbody .row .th:nth-child(1) {
  width: 241px;
}

.school .sec07 .box .table .tbody .row .th:nth-child(2) {
  width: 218px;
}

.school .sec07 .box .table .tbody .row .th:nth-child(4) {
  width: 186px;
  margin-top: -15px;
  border-top: 2px solid #cd5e72;
  border-left: 2px solid #cd5e72;
  font-size: 19px;
}

.school .sec07 .box .table .tbody .row .th:nth-child(3) {
  width: 120px;
  border-right: 0;
}

.school .sec07 .box .table .tbody .row .th:nth-child(5) {
  width: 124px;
}

.school .sec07 .box .table .tbody .row .th:nth-child(6) {
  width: 220px;
}

.school .sec07 .box .table .tbody .row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school .sec07 .box .table .tbody .row2 .col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 371px;
}

.school .sec07 .box .table .tbody .row2 .col1 .r1,
.school .sec07 .box .table .tbody .row2 .col1 .r2,
.school .sec07 .box .table .tbody .row2 .col1 .r3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.school .sec07 .box .table .tbody .row2 .col1 .r1 .th,
.school .sec07 .box .table .tbody .row2 .col1 .r2 .th,
.school .sec07 .box .table .tbody .row2 .col1 .r3 .th {
  color: #cd5e72;
  background: #fffbda;
  padding: 20px 13px 13px 54px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-left: 2px solid #cd5e72;
  border-bottom: 2px solid #cd5e72;
  border-right: 2px solid #cd5e72;
  line-height: 1.59;
  width: 211px;
  position: relative;
}

.school .sec07 .box .table .tbody .row2 .col1 .r1 .th:before,
.school .sec07 .box .table .tbody .row2 .col1 .r2 .th:before,
.school .sec07 .box .table .tbody .row2 .col1 .r3 .th:before {
  content: "1";
  width: 23px;
  height: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #cd5e72;
  padding: 0px;
  display: inline-block;
  position: absolute;
  left: 17px;
  top: 23px;
  text-align: center;
}

.school .sec07 .box .table .tbody .row2 .col1 .r1 .td,
.school .sec07 .box .table .tbody .row2 .col1 .r2 .td,
.school .sec07 .box .table .tbody .row2 .col1 .r3 .td {
  padding: 14px;
  font-size: 14px;
  font-weight: normal;
  width: 190px;
  border-bottom: 2px solid #cd5e72;
}

.school .sec07 .box .table .tbody .row2 .col1 .r2 .th:before {
  content: "2";
}

.school .sec07 .box .table .tbody .row2 .col1 .r3 .th:before {
  content: "3";
}

.school .sec07 .box .table .tbody .row2 .col2_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #cd5e72;
  width: 130px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 2px solid #cd5e72;
}

.school .sec07 .box .table .tbody .row2 .col3 .r1,
.school .sec07 .box .table .tbody .row2 .col3 .r2,
.school .sec07 .box .table .tbody .row2 .col3 .r3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 105px;
}

.school .sec07 .box .table .tbody .row2 .col3 .r1 .th,
.school .sec07 .box .table .tbody .row2 .col3 .r2 .th,
.school .sec07 .box .table .tbody .row2 .col3 .r3 .th {
  color: #251e1c;
  background: #f4d700;
  padding: 9px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #cd5e72;
  border-right: 2px solid #cd5e72;
  width: 150px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-left: 2px solid #cd5e72;
}

.school .sec07 .box .table .tbody .row2 .col3 .r1 .th small,
.school .sec07 .box .table .tbody .row2 .col3 .r2 .th small,
.school .sec07 .box .table .tbody .row2 .col3 .r3 .th small {
  font-size: 19px;
}

.school .sec07 .box .table .tbody .row2 .col3 .r1 .th span,
.school .sec07 .box .table .tbody .row2 .col3 .r2 .th span,
.school .sec07 .box .table .tbody .row2 .col3 .r3 .th span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.school .sec07 .box .table .tbody .row2 .col3 .r1 .td,
.school .sec07 .box .table .tbody .row2 .col3 .r2 .td,
.school .sec07 .box .table .tbody .row2 .col3 .r3 .td {
  padding: 15px;
  font-size: 15px;
  font-weight: normal;
  width: 100px;
  border-bottom: 2px solid #cd5e72;
  border-right: 2px solid #cd5e72;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.school .sec07 .box .table .tbody .row2 .col3 .r1 .td span,
.school .sec07 .box .table .tbody .row2 .col3 .r2 .td span,
.school .sec07 .box .table .tbody .row2 .col3 .r3 .td span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.school .sec07 .box .table .tbody .row2 .col3 .r3 .th {
  margin-bottom: -30px;
}

.school .sec07 .box .table .tbody .row2 .col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #cd5e72;
  border-right: 2px solid #cd5e72;
  width: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 3px;
  font-weight: normal;
}

.school .sec07 .box .table .tbody .row2 .col4 .check {
  position: relative;
  font-size: 15px;
  font-weight: normal;
}

.school .sec07 .box .table .tbody .row2 .col4 .check:after {
  content: "";
  background: url("../2024/bf_school/img/sec7_icon1.png") no-repeat;
  width: 37px;
  height: 37px;
  background-size: 100%;
  display: block;
  margin: 7px auto;
}

.school .sec07 .box .table.table2 .tbody .row2 .col1 .r1 .td {
  min-height: 87px;
}

.school .sec07 .box .table.table2 .tbody .row2 .col1 .th:before {
  content: "5";
}

.school .sec07 .box .table.table2 .tbody .row2 .col3 .r1 .th {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -20px;
}

.school .sec07 .box .table.table2 .tbody .row2 .col3 .r1 .th .note {
  font-size: 14px;
  margin-top: 10px;
}

.school .sec07 .box .note2 {
  text-align: right;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #595757;
  width: 900px;
  margin: -10px auto 20px;
}

.school .sec07 .box .btn {
  text-align: center;
}

.school .box .btn a {
  display: inline-block;
  vertical-align: middle;
}

.school .sec07 .box .btn a {
  background: #000;
  width: 426px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border-radius: 50px;
}

.school .sec07 .box .btn a:after {
  content: "";
  background: url("../2024/bf_school/img/sec7_icon3.png") no-repeat;
  width: 8px;
  height: 13px;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.school .sec07 .box .btn a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.school .sec07 .box2 {
  position: relative;
  padding: 40px 100px 107px;
}

.school .sec07 .box2 h3 {
  margin-bottom: 61px;
}

.school .sec07 .box2 .txt1 {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  width: 189px;
  background: #88b83e;
  position: absolute;
  top: 0;
  left: 100px;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.school .sec07 .box2 .ttl2 {
  margin-bottom: 33px;
}

.school .sec07 .box2 .ttl2 dt {
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #cd5e72;
  color: #cd5e72;
  border-bottom: 3px solid #cd5e72;
  padding: 6px 20px;
  margin-bottom: 20px;
  line-height: 28px;
}

.school .sec07 .box2 .ttl2 dd {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.school .sec07 .box2 .ttl2 dd:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cd5e72;
}

.school .sec07 .box2 .ttl2 dd .pink {
  color: #cd5e72;
  font-weight: bold;
}

.school .sec07 .box2 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin: 0 auto 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 90px;
}

.school .sec07 .box2 .row .img {
  width: 380px;
}

.school .sec07 .box2 .row .img2 {
  width: 290px;
}

.school .sec07 .box2 .note2 {
  margin-bottom: -33px;
}

.school .sec07 .box2 table {
  border-left: 3px solid #cd5e72;
  margin-bottom: 62px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}

.school .sec07 .box2 table thead th {
  color: #cd5e72;
  background: #fffbda;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-right: 2px solid #cd5e72;
  border-bottom: 2px solid #cd5e72;
  border-top: 3px solid #cd5e72;
  font-family: "Zen Maru Gothic", serif;
}

.school .sec07 .box2 table thead th:first-child {
  width: 250px;
}

.school .sec07 .box2 table tbody td {
  padding: 9px 21px;
  font-size: 16px;
  font-weight: 500;
  width: 150px;
  border-bottom: 3px solid #cd5e72;
  border-right: 3px solid #cd5e72;
  border-left: 3px solid #cd5e72;
  font-family: "Zen Maru Gothic", serif;
  vertical-align: middle;
}

.school .sec07 .box2 table tbody td .pink {
  font-weight: bold;
  color: #cd5e72;
}

.school .sec07 .box2 .row2 {
  margin-bottom: 41px;
  margin-top: -10px;
}

.school .sec07 .box2 .row2 dl dt {
  font-size: 17px;
  color: #88b83e;
  text-align: center;
  margin-bottom: 10px;
}

.school .sec07 .box2 .row2 dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.school .sec07 .box2 .row2 dl dd span {
  color: #fff;
  padding: 5px 20px;
  background: #88b83e;
  margin: 0 5px;
  font-size: 17px;
}

.school .sec07 .box2 .row3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.school .sec07 .box2 .row3 .left {
  width: 261px;
  margin-left: 130px;
}

.school .sec07 .box2 .row3 .left dl {
  margin-bottom: 60px;
}

.school .sec07 .box2 .row3 .left dl dt {
  background: #cd5e72;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  padding: 7px 0;
  text-align: center;
  color: #fff;
}

.school .sec07 .box2 .row3 .left dl dd {
  font-size: 25px;
  text-align: center;
}

.school .sec07 .box2 .row3 .left dl dd span {
  font-size: 40px;
  font-weight: bold;
  color: #cd5e72;
}

.school .sec07 .box2 .row3 .left dl + dl {
  margin-bottom: 9px;
}

.school .sec07 .box2 .row3 .left .note {
  font-size: 17px;
  font-weight: normal;
  color: #595757;
}

.school .sec07 .box2 .row3 .right {
  width: 420px;
  margin-top: -10px;
  margin-top: -2px;
}

.school .sec07 .box2 .row3 .right .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #cd5e72;
  position: relative;
}

.school .sec07 .box2 .row3 .right .ttl:before {
  content: "";
  width: 3px;
  height: 21px;
  background: #cd5e72;
  border-radius: 2px;
  display: inline-block;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  margin-right: 30px;
}

.school .sec07 .box2 .row3 .right .ttl:after {
  content: "";
  width: 3px;
  height: 21px;
  background: #cd5e72;
  border-radius: 2px;
  display: inline-block;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  margin-left: 30px;
}

.school .sec07 .box2 .row3 .right .ttl2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  position: relative;
  padding-left: 40px;
}

.school .sec07 .box2 .row3 .right .ttl2:before {
  content: "";
  background: url("../2024/bf_school/img/sec7_icon9.png") no-repeat;
  width: 22px;
  height: 24px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.school .sec07 .box2 .row3 .right .img {
  position: relative;
  width: 140px;
}

.school .sec07 .box2 .row3 .right .img span {
  background: url("../2024/bf_school/img/sec7_icon8.png") no-repeat center;
  background-size: 100% 100%;
  width: 210px;
  padding: 15px 20px 21px 23px;
  text-align: center;
  font-size: 16px;
  color: #cd5e72;
  position: absolute;
  left: 96px;
  top: -10px;
  font-weight: bold;
}

.school .sec07 .box2 .g-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}

.fixNav .nav__menu {
  --font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
}

.sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .school .mv01 {
    padding: 79px 0 15px;
    background: url(../2024/bf_school/img/mv_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .school .mv01 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school .mv01 .row h2 {
    width: 88%;
  }
  .school .mv01 .row .photo {
    width: 65%;
    margin-top: 0;
    margin-left: auto;
    margin-right: -14px;
  }
  .school .sec01 {
    padding: 49px 0 17px;
  }
  .school .sec01 h2 {
    width: 80%;
    margin-bottom: 0;
  }
  .school .sec01 .group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 20px;
  }
  .school .sec01 .group .col {
    width: 100%;
  }
  .school .sec01 .group .col + .col {
    width: 100%;
  }
  .school .sec01 .group .col .ttl1 {
    width: 80%;
    margin: 0 auto 29px;
  }
  .school .sec01 .group .col .ttl1 span {
    font-size: 18px;
    padding: 10px 0;
  }
  .school .sec01 .group .col.col2 .ttl1.sp span {
    background: #a7cca1;
  }
  .school .sec01 .group .col .ttl1 span small {
    font-size: 12px;
  }
  .school .sec01 .group .col .ttl1:after {
    top: 4px;
    left: 6px;
  }
  .school .sec01 .group .col .ttl2 {
    width: 80%;
    margin: 0 auto 27px;
  }
  .school .sec01 .group .col .ttl2 span {
    font-size: 18px;
    padding: 10px 0;
  }
  .school .sec01 .group .col .ttl2 span small {
    font-size: 12px;
  }
  .school .sec01 .group .col .ttl2:after {
    top: 4px;
    left: 6px;
  }
  .school .sec01 .group .col .list {
    margin-left: 40px;
    margin-bottom: 35px;
  }
  .school .sec01 .group .col .list li {
    font-size: 15px;
    padding-left: 40px;
    margin-bottom: 11px;
    line-height: 25px;
  }
  .school .sec01 .group .col .list li:before {
    width: 28px;
    height: 28px;
    top: -3px;
  }
  .school .sec02 {
    padding: 30px 0 20px;
  }
  .school .sec02 h2 {
    width: 82%;
    margin-bottom: 20px;
  }
  .school .sec02 .ttl1 {
    font-size: 16px;
    width: 90%;
    margin: 0 auto 14px;
    padding: 5px 0;
    line-height: 21px;
  }
  .school .sec02 .ttl1 small {
    display: block;
    font-size: 12px;
  }
  .school .sec02 .txt {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .school .sec02 .group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 13px 7px;
  }
  .school .sec02 .group .box {
    width: 48%;
    max-width: none;
    padding: 25px 1px 10px;
    margin-bottom: 15px;
    background-size: 100% 100%;
  }
  .school .sec02 .group .box h3 {
    font-size: 9px;
    width: 65%;
    padding: 6px 0 16px;
    margin: -42px auto -3px;
    background-size: 79px 65%;
  }
  .school .sec02 .group .box h3 span {
    font-size: 20px;
  }
  .school .sec02 .group .box .ttl {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 2px;
  }
  .school .sec02 .group .box .icon1 {
    width: 36%;
  }
  .school .sec02 .group .box:nth-child(3) {
    background: url(../2024/bf_school/img/sec2_box2.png) no-repeat;
    background-size: 100% 100%;
  }
  .school .sec02 .group .box:nth-child(4) {
    background: url(../2024/bf_school/img/sec2_box1.png) no-repeat;
    background-size: 100% 100%;
  }
  .school .sec02 .group .box:nth-child(2) .icon1 {
    width: 49%;
  }
  .school .sec02 .group .box:nth-child(3) .icon1 {
    width: 68%;
    margin: 17px auto;
  }
  .school .sec02 .group .box:nth-child(4) .icon1 {
    width: 72%;
    margin: 6px auto;
  }
  .school .sec02 .ttl2 {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 19px;
  }
  .school .sec02 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .school .sec02 .row .check-list {
    width: 100%;
    margin-bottom: 17px;
    border-right: 0;
  }
  .school .sec02 .row .check-list li {
    font-size: 14px;
    background-size: 30px;
    padding-left: 61px;
    background-position: left 15px top 6px;
    margin-bottom: 17px;
  }
  .school .sec02 .row .check-list li .line3 {
    margin-left: 17px;
  }
  .school .sec02 .row .check-list li .t1 {
    font-size: 12px;
    background-size: 14px;
    background-position: left top 0px;
    margin-top: 3px;
  }
  .school .sec02 .row .check-list li .t1 .line2 {
    margin-left: 0;
  }
  .school .sec02 .row .check-list:nth-child(2) {
    width: 100%;
  }
  .school .sec02 .row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 14px;
  }
  .school .sec02 .row2 h3 {
    font-size: 17px;
    width: 130px;
    margin: 0 auto 22px;
    background: url(../2024/bf_school/img/sec2_icon8_sp.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    height: auto;
  }
  .school .sec02 .row2 .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .school .sec02 .row2 .col h4 {
    font-size: 12.5px;
  }
  .school .sec02 .row2 .col h4 span {
    font-size: 14px;
  }
  .school .sec02 .row2 .col ul li {
    font-size: 13px;
    margin-left: 0;
    padding-left: 16px;
  }
  .school .sec02 .row2 .col ul li:before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
  .school .sec02 .row2 .col2 {
    width: 100%;
  }
  .school .sec02 .row2 .col2 h4 {
    width: 113px;
  }
  .school .sec02 .row2 .col2 h4 span {
    font-size: 14px;
  }
  .school .sec02 .row2 .col2 ul li {
    font-size: 13px;
    padding-left: 16px;
  }
  .school .sec02 .row2 .col2 ul li:before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
  .school .sec02 .row2 .col2 .icon_1 {
    margin-left: 49px;
    width: 120px;
    margin-top: -24px;
  }
  .school .sec03 {
    padding: 31px 0 19px;
  }
  .school .sec03 .ttl1 {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 4px;
    line-height: 21px;
    width: 92%;
    margin: 0 auto 10px;
  }
  .school .sec03 .ttl1 small {
    font-size: 12px;
    display: block;
  }
  .school .sec03 .txt {
    font-size: 15px;
    margin-bottom: 33px;
  }
  .school .sec03 .group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
  }
  .school .sec03 .group .box {
    width: 48%;
    max-width: 48%;
    margin-bottom: 40px;
    min-height: auto;
  }
  .school .sec03 .group .box h3 {
    font-size: 9px;
    width: 65%;
    padding: 6px 0 16px;
    margin: -42px auto -3px;
    background-size: 79px 65%;
  }
  .school .sec03 .group .box .ttl {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 2px;
  }
  .school .sec03 .group .box .icon1 {
    width: 80%;
    margin: 5px auto 15px;
  }
  .school .sec03 .group .box .note {
    font-size: 9px;
    margin-bottom: 13px;
  }
  .school .sec03 .group .box:nth-child(2) .icon1 {
    width: 55%;
  }
  .school .sec03 .group .box:nth-child(3) .icon1 {
    width: 80%;
    margin: 7px auto;
  }
  .school .sec03 .group .box:nth-child(3) {
    background: url(../2024/bf_school/img/sec3_box2.png) no-repeat;
    background-size: 100% 100%;
  }
  .school .sec03 .group .box:nth-child(4) {
    background: url(../2024/bf_school/img/sec3_box1.png) no-repeat;
    background-size: 100% 100%;
  }
  .school .sec03 .group .box:nth-child(4) .icon1 {
    width: 66%;
  }
  .school .sec03 .row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school .sec03 .row2 h3 {
    font-size: 17px;
    text-align: center;
    background: url(../2024/bf_school/img/sec3_icon6_sp.png) no-repeat;
    background-size: 100%;
    padding: 20px 0 45px;
    height: auto;
    margin: -11px auto -32px;
    width: 123px;
  }
  .school .sec03 .row2 .col {
    width: 100%;
    margin-left: 10px;
  }
  .school .sec03 .row2 .col h4 span {
    font-size: 14px;
    width: 118px;
  }
  .school .sec03 .row2 .col ul li {
    font-size: 14px;
    margin-right: 10px;
    padding-left: 16px;
  }
  .school .sec03 .row2 .col ul li:before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
  .school .sec-table {
    padding: 12px 0 50px;
  }
  .school .sec-table .ttl1 {
    font-size: 16px;
    width: 90%;
    margin: 0 auto 14px;
  }
  .school .sec-table .ttl1 small {
    font-size: 12px;
    display: block;
  }
  .school .sec-table .row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .school .sec-table .row .col {
    margin-bottom: 12px;
    margin-left: 50px;
  }
  .school .sec-table .row .col .ttl {
    font-size: 15px;
    width: 60%;
    padding: 10px 10px 0px;
    margin-right: 20px;
  }
  .school .sec-table .row .col .ttl2 {
    font-size: 13px;
    width: 19%;
    line-height: 21px;
    margin-left: 0px;
  }
  .school .sec-table .row .col .ttl3 {
    font-size: 15px;
    width: 61%;
  }
  .school .sec-table table {
    width: 90%;
    font-size: 14px;
  }
  .school .sec-table table thead th:nth-child(3),
  .school .sec-table table thead th:nth-child(4) {
    width: 26%;
  }
  .school .sec-table table th,
  .school .sec-table table td {
    padding: 1px 5px;
    font-size: 13px;
  }
  .school .sec04 .set1 {
    padding: 60px 0 10px;
    margin-bottom: 30px;
  }
  .school .sec04 .set1 h2 picture > img {
    width: 57%;
  }
  .school .sec04 .set1 h2 {
    margin-bottom: 15px;
  }
  .school .sec04 .set1 h2 span {
    width: 35%;
    margin: 0 auto;
    right: 15px;
    top: -72%;
  }
  .school .sec04 .set1 .txt1 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .school .sec04 .set1 h3 {
    font-size: 30px;
    margin-left: 4%;
    margin-bottom: 20px;
  }
  .school .sec04 .set1 h3:before {
    left: 23%;
    top: 15px;
    height: 35px;
  }
  .school .sec04 .set1 h3:after {
    right: 8%;
    top: 15px;
    height: 35px;
    width: 2px;
  }
  .school .sec04 .set1 h3 span {
    font-size: 20px;
  }
  .school .sec04 .set1 .ttl {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 22px;
  }
  .school .sec04 .set1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school .sec04 .set1 .row .box {
    width: 79%;
    padding: 7px 15px 19px 15px;
    margin-bottom: -40px;
  }
  .school .sec04 .set1 .row .box:after {
    -webkit-transform: rotate(94deg);
    transform: rotate(174deg) scale(0.5);
    right: 44%;
    top: 91%;
    border-right: 10px solid transparent;
    border-bottom: 31px solid #d78113;
  }
  .school .sec04 .set1 .row .box dl {
    padding: 11px 0px 0 30px;
    background-size: 20px;
  }
  .school .sec04 .set1 .row .box dl dt {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .school .sec04 .set1 .row .box dl dd {
    font-size: 11px;
    line-height: 18px;
  }
  .school .sec04 .set1 .row .photo {
    width: 70%;
    margin: 41px auto 160px;
  }
  .school .sec04 .set1 .row.row2 .photo {
    width: 81%;
    margin-bottom: 0;
    margin: 0 auto;
  }
  .school .sec04 .set1 .row2 {
    margin-bottom: 3px;
  }
  .school .sec04 .set1 .row2 .box {
    margin-bottom: -12px;
  }
  .school .sec04 .set1 .row2 .box:after {
    border-bottom: 31px solid #e0a30a;
    border-right: 11px solid transpare;
  }
  .school .sec04 .set2 {
    padding: 10px 0 51px;
  }
  .school .sec04 .set2 h3 {
    font-size: 30px;
    margin-bottom: 19px;
  }
  .school .sec04 .set2 h3:before {
    left: 17%;
    top: 18px;
    height: 35px;
    width: 2px;
  }
  .school .sec04 .set2 h3:after {
    right: -3%;
    top: 17px;
    width: 2px;
    height: 35px;
  }
  .school .sec04 .set2 h3 span {
    font-size: 20px;
    margin-left: 10px;
  }
  .school .sec04 .set2 .box {
    width: 80%;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px 20px;
  }
  .school .sec04 .set2 .box:after {
    -webkit-transform: rotate(182deg) scale(0.5);
            transform: rotate(182deg) scale(0.5);
  }
  .school .sec04 .set2 .photo3 {
    width: 74%;
    margin-bottom: -20px;
  }
  .school .sec05 .box {
    padding: 20px;
    padding-bottom: 191px;
  }
  .school .sec05 .box h3 {
    font-size: 14px;
    padding: 3px 10px 14px 86px;
    line-height: 21px;
    letter-spacing: 0;
    width: 92%;
  }
  .school .sec05 .box h3:before {
    width: 60px;
    height: 70px;
    top: -1px;
    left: -3px;
  }
  .school .sec05 .box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13px;
  }
  .school .sec05 .box .list .col ul li {
    font-size: 14px;
    margin-bottom: 12px;
    margin-left: 16px;
    padding-left: 30px;
    letter-spacing: 0;
  }
  .school .sec05 .box .list .col ul li:before {
    top: -3px;
    width: 24px;
  }
  .school .sec05 .box .list .col ul li span {
    font-size: 13.5px;
    padding-left: 17px;
  }
  .school .sec05 .box .list .col ul li span:before {
    top: 5px;
    width: 15px;
    height: 15px;
  }
  .school .sec05 .box .list .col:first-child {
    background: none;
  }
  .school .sec05 .box h3.green {
    margin-left: 6%;
    width: 93%;
    padding: 9px 10px 9px 67px;
    margin-top: -42px;
    margin-bottom: 17px;
  }
  .school .sec05 .box h3.pink {
    background: #88b83e;
    min-height: 57px;
    padding: 16px 18px 10px 70px;
    margin-left: 21px;
    margin-bottom: 27px;
  }
  .school .sec05 .box h3.pink:before {
    width: 60px;
    height: 80px;
    top: -2px;
  }
  .school .sec05 .box .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-top: 25%;
    min-height: 139vw;
    padding-bottom: 1px;
  }
  .school .sec05 .box .group .photo3 {
    width: 143px;
    left: 1%;
    right: auto;
    top: 9vw;
  }
  .school .sec05 .box .group .left {
    margin-left: 45%;
  }
  .school .sec05 .box .group .left .ttl {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 28px;
    font-weight: bold;
  }
  .school .sec05 .box .group .left .ttl small {
    font-weight: 500;
  }
  .school .sec05 .box .group .left .ttl2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .school .sec05 .box .group .left .inner {
    font-size: 9px;
    margin-left: 4%;
    width: 89%;
    padding: 8px;
    margin-bottom: 9px;
  }
  .school .sec05 .box .group .left .inner:before {
    width: 21%;
  }
  .school .sec05 .box .group .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school .sec05 .box .group .right .balloon1 {
    position: absolute;
    right: 5%;
    top: 3%;
    width: 25%;
  }
  .school .sec05 .box .group .right .ttl3 {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
    font-size: 12px;
    background: url(../2024/bf_school/img/sec5_deco9_sp.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 10px;
    width: 56%;
  }
  .school .sec05 .box .group .right .ttl3:before {
    width: 20px;
  }
  .school .sec05 .box .group .right .ttl4 {
    font-size: 12px;
    margin-left: 140px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 230px;
    width: 200px;
  }
  .school .sec05 .box .group .right .ttl4 ul li {
    padding-left: 14px;
  }
  .school .sec05 .box .group .right .ttl4 ul li:before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
  .school .sec05 .box .group .right .ttl5 {
    font-size: 12px;
    margin-left: 38%;
    margin-bottom: 18px;
    width: 43%;
    margin-top: 10px;
  }
  .school .sec05 .box .group .deco1 {
    left: 33%;
    top: 8%;
    width: 25%;
  }
  .school .sec05 .box .group .deco2 {
    width: 80px;
    left: 105px;
    top: 140px;
  }
  .school .sec05 .box .group .deco3 {
    width: 23%;
    left: 19%;
    top: 34%;
  }
  .school .sec05 .box .group .deco4 {
    width: 18%;
    left: 74px;
    top: 50%;
  }
  .school .sec05 .box .balloon2 {
    width: 50%;
    margin-left: auto;
    margin-top: -170px;
    margin-right: 5%;
  }
  .school .sec05 .box .photo4 {
    margin-left: 14%;
    width: 65%;
    margin-top: -116px;
  }
  .school .schedule {
    padding: 39px 0 51px;
    margin-top: -75px;
  }
  .school .schedule h2 {
    width: 57%;
    margin: 0 auto 8px;
  }
  .school .schedule .check-point {
    margin: 0;
    padding-left: 107px;
    background-size: 78px;
    background-position: left 16px top 18px;
  }
  .school .schedule .check-point li {
    font-size: 12.5px;
    padding-left: 29px;
  }
  .school .schedule .check-point li:before {
    background-size: 23px;
  }
  .school .schedule .img {
    margin-bottom: 20px;
  }
  .school .schedule .btn span {
    font-size: 15px;
  }
  .school .schedule .btn span:before {
    width: 20px;
  }
  .school .qa {
    padding: 60px 0 50px;
  }
  .school .qa h2 {
    width: 65%;
    margin-bottom: 4px;
  }
  .school .qa .row {
    width: 100%;
    position: relative;
    margin-bottom: 27px;
  }
  .school .qa .row .q {
    width: 74%;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    padding: 13px 9px 11px 60px;
    margin-bottom: 28px;
    border-width: 2px;
    margin-left: 16px;
    border-radius: 12px;
  }
  .school .qa .row .q:after {
    -webkit-transform: rotate(174deg) scale(0.5);
            transform: rotate(174deg) scale(0.5);
    bottom: -38px;
  }
  .school .qa .row .a {
    width: 271px;
    margin: 0;
    padding: 20px 61px 20px 20px;
    font-size: 12px;
    line-height: 22px;
    margin-left: 8%;
    border-radius: 14px;
  }
  .school .qa .row .a .yellow {
    font-size: 12px;
  }
  .school .qa .row.blue .a.a4 {
    margin-left: 90px;
    width: 250px;
    padding: 20px 15px 20px 48px;
  }
  .school .qa .row .a .photo {
    width: 153px;
    top: -51px;
    right: -71px;
  }
  .school .qa .row .q1:before {
    width: 35px;
    left: 12px;
  }
  .school .qa .row .a1:after {
    right: -41px;
    width: 19%;
    top: -68px;
  }
  .school .qa .row.blue .q {
    padding: 12px 10px 17px 68px;
    margin-bottom: 34px;
    border-width: 2px;
  }
  .school .qa .row.blue .q:after {
    -webkit-transform: scale(0.5) rotate(174deg);
            transform: scale(0.5) rotate(174deg);
    bottom: -39px;
  }
  .school .qa .row.blue .a {
    margin-left: 10px;
  }
  .school .qa .row .q2:before {
    width: 41px;
    top: 9px;
    left: 5%;
  }
  .school .qa .row .a2 {
    width: 278px;
  }
  .school .qa .row .a2:before {
    right: -6px;
    top: -41px;
    left: auto;
    width: 24px;
  }
  .school .qa .row .a2:after {
    right: -63px;
    top: -53px;
    width: 29px;
  }
  .school .qa .row .a2 .photo {
    top: -41px;
    width: 130px;
    right: -64px;
  }
  .school .qa .row .q3 {
    padding: 6px 6px 8px 59px;
    margin-bottom: 30px;
    width: 83%;
  }
  .school .qa .row .q3:before {
    width: 41px;
    top: 16px;
    left: 10px;
  }
  .school .qa .row .a3 {
    width: 269px;
    padding: 20px 54px 20px 15px;
  }
  .school .qa .row .a3:after {
    top: -30px;
    right: -30px;
    width: 13%;
  }
  .school .qa .row.blue .q4 {
    margin-left: 83px;
    padding: 16px 5px 17px 58px;
  }
  .school .qa .row.blue .q4:after {
    bottom: -32px;
  }
  .school .qa .row .q4:before {
    width: 39px;
    left: 9px;
    top: 18px;
  }
  .school .qa .row .a4 {
    padding: 20px 15px 20px 60px;
    margin-left: auto;
  }
  .school .qa .row .a4:before {
    left: -64px;
    width: 14%;
    top: -100px;
  }
  .school .qa .row .a4:after {
    right: 10px;
    width: 40px;
    top: -58px;
  }
  .school .qa .row .q5 {
    width: 88%;
    margin-bottom: 40px;
    padding: 5px 9px 11px 66px;
  }
  .school .qa .row .q5:before {
    width: 37px;
    top: 40px;
    left: 12px;
  }
  .school .qa .row .a5 {
    margin-left: 3%;
    padding: 10px 46px 20px 20px;
  }
  .school .qa .row .a5:after {
    right: -67px;
    width: 14%;
    top: -34px;
  }
  .school .qa .row2 {
    margin-bottom: 60px;
  }
  .school .qa .row3 {
    margin-bottom: 46px;
  }
  .school .qa .row3 .a .photo {
    top: -28px;
  }
  .school .qa .row4 {
    margin-bottom: 54px;
  }
  .school .qa .row4 .a .photo {
    left: -126px;
    top: -51px;
    width: 170px;
  }
  .school .qa .row5 {
    margin-bottom: 50px;
  }
  .school .qa .row5 .a .photo {
    top: -43px;
    right: -81px;
  }
  .school .qa .row .a.a5 .photo {
    top: -43px;
  }
  .school .qa .box {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    border-width: 2px;
    padding: 0;
    border-radius: 10px;
  }
  .school .qa .box dl {
    width: 100%;
    padding: 19px;
    margin-bottom: 0;
  }
  .school .qa .box dl dt {
    font-size: 13px;
    background-size: 33px;
    padding-left: 52px;
    margin-bottom: 5px;
  }
  .school .qa .box dl dd {
    font-size: 12px;
    line-height: 20px;
  }
  .school .qa .box .map {
    width: 100%;
    margin-bottom: -5px;
  }
  .school .sec07 {
    padding: 30px 0 30px;
  }
  .school .sec07 h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 52px;
  }
  .school .sec07 .box {
    padding: 20px 20px 20px;
    margin: 0 0 50px;
  }
  .school .sec07 .box h3 {
    font-size: 14px;
    background-size: 200px;
    margin-top: -50px;
    margin-bottom: 8px;
  }
  .school .sec07 .box .txt {
    font-size: 15px;
  }
  .table-scroll {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .school .sec07 .box .table {
    margin-bottom: 35px;
  }
  .school .sec07 .box .table .ttl {
    font-size: 12px;
  }
  .school .sec07 .box .table .tbody .row .th {
    font-size: 11px;
  }
  .school .sec07 .box .table .tbody .row .th:nth-child(4) {
    font-size: 15px;
  }
  .school .sec07 .box .table .tbody .row2 .col1 .r1 .th,
  .school .sec07 .box .table .tbody .row2 .col1 .r2 .th,
  .school .sec07 .box .table .tbody .row2 .col1 .r3 .th {
    font-size: 12px;
  }
  .school .sec07 .box .table .tbody .row2 .col1 .r1 .td,
  .school .sec07 .box .table .tbody .row2 .col1 .r2 .td,
  .school .sec07 .box .table .tbody .row2 .col1 .r3 .td {
    font-size: 11px;
  }
  .school .sec07 .box .table .tbody .row2 .col2_2 {
    font-size: 12px;
  }
  .school .sec07 .box .table .tbody .row2 .col3 .r1,
  .school .sec07 .box .table .tbody .row2 .col3 .r2,
  .school .sec07 .box .table .tbody .row2 .col3 .r3 {
    min-height: auto;
  }
  .school .sec07 .box .table .tbody .row2 .col3 .r1 .th,
  .school .sec07 .box .table .tbody .row2 .col3 .r2 .th,
  .school .sec07 .box .table .tbody .row2 .col3 .r3 .th {
    font-size: 13px;
  }
  .school .sec07 .box .table .tbody .row2 .col3 .r1 .th small,
  .school .sec07 .box .table .tbody .row2 .col3 .r2 .th small,
  .school .sec07 .box .table .tbody .row2 .col3 .r3 .th small {
    font-size: 10px;
  }
  .school .sec07 .box .table .tbody .row2 .col3 .r1 .td,
  .school .sec07 .box .table .tbody .row2 .col3 .r2 .td,
  .school .sec07 .box .table .tbody .row2 .col3 .r3 .td {
    font-size: 12px;
    min-height: 78.8px;
  }
  .school .sec07 .box .table.table2 .tbody .row2 .col3 .r1 .td {
    min-height: 87px;
  }
  .school .sec07 .box .table .tbody .row2 .col4 {
    font-size: 12px;
  }
  .school .sec07 .box .table .tbody .row2 .col4 .check {
    font-size: 12px;
  }
  .school .sec07 .box .table.table2 {
    margin-bottom: 10px;
  }
  .school .sec07 .box .table.table2 .tbody .row2 .col1 .r1 .td {
    vertical-align: middle;
  }
  .school .sec07 .box .table.table2 .tbody .row2 .col3 .r1 .th .note {
    font-size: 10px;
  }
  .school .sec07 .box .note2 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    text-align: left;
    font-size: 12px;
  }
  .school .sec07 .box .btn {
    margin-bottom: 10px;
    width: 86%;
    margin: 0 auto 10px;
  }
  .school .sec07 .box .btn a {
    width: 100%;
    font-size: 11px;
    padding: 13px;
  }
  .school .sec07 .box .btn a:after {
    width: 5px;
    height: 11px;
  }
  .school .sec07 .box2 {
    padding: 20px 20px 40px;
    margin-bottom: 40px;
  }
  .school .sec07 .box2 h3 {
    margin-bottom: 9px;
    margin-top: -38px;
  }
  .school .sec07 .box2 .txt1 {
    position: relative;
    margin: 0 auto 5px;
    left: 0;
    font-size: 14px;
    width: 110px;
    padding: 4px;
  }
  .school .sec07 .box2 .ttl2 {
    margin-bottom: 13px;
  }
  .school .sec07 .box2 .ttl2 dt {
    font-size: 15px;
    padding: 2px 10px;
    border-left: 3px solid #cd5e72;
    border-bottom: 1px solid #cd5e72;
    margin-bottom: 6px;
    line-height: 26px;
  }
  .school .sec07 .box2 .ttl2 dd {
    font-size: 12px;
  }
  .school .sec07 .box2 .ttl2 dd:before {
    width: 10px;
    height: 10px;
    left: 4px;
  }
  .school .sec07 .box2 .row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 15px;
  }
  .school .sec07 .box2 .row .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .school .sec07 .box2 .row .img2 {
    width: 100%;
  }
  .school .sec07 .box2 .note2 {
    margin-left: 0;
  }
  .school .sec07 .box2 table {
    margin-bottom: 10px;
  }
  .school .sec07 .box2 table thead th {
    font-size: 12px;
  }
  .school .sec07 .box2 table thead th:first-child {
    font-size: 12px;
  }
  .school .sec07 .box2 table tbody td {
    font-size: 10px;
    padding: 10px 5px;
    width: 200px;
  }
  .school .sec07 .box2 table tbody td + td {
    width: 140px;
  }
  .school .sec07 .box2 .row2 {
    margin-bottom: 20px;
    margin: 0 -5px 14px;
  }
  .school .sec07 .box2 .row2 dl dt {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .school .sec07 .box2 .row2 dl dd span {
    font-size: 9px;
    padding: 4px 5px;
  }
  .school .sec07 .box2 .row3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school .sec07 .box2 .row3 .left {
    width: 100%;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .school .sec07 .box2 .row3 .left dl {
    width: 48%;
    margin-bottom: 10px;
  }
  .school .sec07 .box2 .row3 .left dl dt {
    font-size: 12px;
    padding: 4px 0;
  }
  .school .sec07 .box2 .row3 .left dl dd {
    font-size: 13px;
  }
  .school .sec07 .box2 .row3 .left dl dd span {
    font-size: 22px;
  }
  .school .sec07 .box2 .row3 .left .note {
    font-size: 12px;
    text-align: right;
    width: 91%;
  }
  .school .sec07 .box2 .row3 .right {
    width: 100%;
  }
  .school .sec07 .box2 .row3 .right .ttl {
    font-size: 14px;
    text-align: center;
  }
  .school .sec07 .box2 .row3 .right .ttl:before {
    margin-top: 0px;
    vertical-align: middle;
    width: 2px;
    margin-right: 15px;
  }
  .school .sec07 .box2 .row3 .right .ttl:after {
    margin-top: 0px;
    vertical-align: middle;
    width: 2px;
    margin-left: 15px;
  }
  .school .sec07 .box2 .row3 .right .ttl2 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 30px;
    margin-bottom: 30px;
    width: 210px;
    padding-left: 38px;
  }
  .school .sec07 .box2 .row3 .right .ttl2:before {
    left: 5px;
    top: 5px;
  }
  .school .sec07 .box2 .row3 .right .img {
    margin-left: 30px;
  }
  .school .sec07 .box2 .row3 .right .img span {
    font-size: 11px;
    width: 105%;
    left: 79%;
    top: 0;
  }
  .school .sec07 .box2 .g-btn {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fixNav .nav__menu {
    background: #e84661;
    background: -webkit-gradient(linear, left top, right top, from(rgb(232, 70, 97)), to(rgb(234, 99, 160)));
    background: -webkit-linear-gradient(left, rgb(232, 70, 97) 0%, rgb(234, 99, 160) 100%);
    background: linear-gradient(90deg, rgb(232, 70, 97) 0%, rgb(234, 99, 160) 100%);
    --font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
  }
}/*# sourceMappingURL=school.css.map */