.visitor.highschool .contents .page-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .contents .page-ttl {
    margin-bottom: 30px;
  }
}
.visitor.highschool .comparison .comparison-table thead th {
  width: 520px;
  background: #F9E5E3;
}
.visitor.highschool .comparison .comparison-table thead th.item {
  width: 100px;
}
.visitor.highschool .comparison .comparison-table tbody th {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .comparison .comparison-table tbody th {
    text-align: center;
  }
}
.visitor.highschool .benefits {
  margin-top: 170px;
  padding-bottom: 75px;
  background-image: url(/visitor/img/common/pattern01.png), url(/visitor/img/common/pattern02.png), linear-gradient(180deg, #fff 0%, #fff calc(100% - 400px), #222222 calc(100% - 400px), #222222 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 198px 237px, 143px 144px, 100%;
  background-position: left calc((100% - 1140px) / 2) top 120px, right calc((100% - 1140px) / 2) bottom 70px, top 0 left 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits {
    margin-top: 100px;
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #222222 20%, #222222 100%);
  }
}
.visitor.highschool .benefits:before {
  content: "";
  display: block;
  width: 100%;
  height: 211px;
  background: url(/visitor/img/common/loop_txt.png) repeat-x;
  background-position: 0 0;
  background-size: 1241px auto;
  animation: flow-txt 60s linear infinite;
  position: absolute;
  left: 0;
  top: -45px;
}
@keyframes flow-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1241px 0;
  }
}
.visitor.highschool .benefits .benefits-block {
  padding-top: 40px;
}
.visitor.highschool .benefits .benefits-block .benefits-head {
  width: 210px;
  margin: 0 auto 15px;
  position: relative;
}
.visitor.highschool .benefits .benefits-block .benefits-head:before {
  content: "";
  display: block;
  width: 138px;
  height: 148px;
  background: url(/visitor/img/common/img_student01.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  left: -155px;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-head:before {
    width: 94px;
    height: 100px;
    left: -70px;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-head:after {
  content: "";
  display: block;
  width: 138px;
  height: 168px;
  background: url(/visitor/img/common/img_student02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  right: -155px;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-head:after {
    width: 94px;
    height: 114px;
    right: -60px;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-head h3 {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-head h3 {
    font-size: 1.625rem;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-head h3 .num {
  color: #CE3533;
  font-size: 4.875rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-head h3 .num {
    font-size: 3.25rem;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-head h3:before {
  content: "";
  display: block;
  width: 150px;
  height: 40px;
  background: url(/visitor/img/common/txt_oc.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-head h3:before {
    width: 102px;
    height: 30px;
    left: 70px;
    top: 3px;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list {
  background: #F5F5F5;
  padding: 65px 60px 50px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list {
    padding: 60px 20px 30px;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li {
  width: 330px;
  padding: 60px 20px 30px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li {
    width: 100%;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li:last-of-type {
    margin-bottom: 0;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li .num-box {
  width: 56px;
  height: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  background: #CE3533;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li .num-box .txt {
  font-size: 0.6875rem;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li .num-box .num {
  font-family: "Poppins", sans-serif;
  font-size: 2.0625rem;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p {
  line-height: 1.5;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt {
  font-size: 0.875rem;
  color: #CE3533;
  font-weight: bold;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt span {
  position: relative;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt span:before, .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt span:after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background: #CE3533;
  position: absolute;
  bottom: 3px;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt span:before {
  left: -10px;
  transform: rotate(-30deg);
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt span:after {
  right: -10px;
  transform: rotate(30deg);
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.main-txt {
  color: #EA6526;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.main-txt {
    font-size: 2.5rem;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.main-txt .num {
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.main-txt .num {
    font-size: 3.125rem;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.main-txt small {
  font-size: 1rem;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.main-txt small {
    font-size: 0.875rem;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.main-txt sup {
  font-size: 1.875rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.main-txt sup {
    font-size: 1.5rem;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt02 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt02 {
    font-size: 1.5rem;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt02.color {
  color: #EA6526;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt03 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.sub-txt03 {
    font-size: 1rem;
  }
}
.visitor.highschool .benefits .benefits-block .benefits-contents .benefits-list li p.info {
  margin-top: 5px;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .attention {
  margin-top: 20px;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .attention li {
  color: #fff;
}
.visitor.highschool .benefits .benefits-block .benefits-contents .attention li a.link-color {
  color: #fff;
}
.visitor.highschool .topics {
  padding: 95px 0 90px;
  background: #F5F5F5;
}
.visitor.highschool .topics .topics-wrap {
  position: relative;
  margin-left: calc((100% - 1140px) / 2);
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .topics-wrap {
    margin-left: 0;
    padding: 0 5%;
  }
}
.visitor.highschool .topics .topics-slide {
  margin: 55px 0 45px;
}
.visitor.highschool .topics .topics-slide .swiper-slide a .slide-img {
  aspect-ratio: 270/180;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.visitor.highschool .topics .topics-slide .swiper-slide a .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.visitor.highschool .topics .topics-slide .swiper-slide a .topics-info dt {
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.visitor.highschool .topics .topics-slide .swiper-slide a .topics-info dd {
  font-size: 0.875rem;
}
.visitor.highschool .topics .topics-slide .swiper-slide a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .topics-slide .swiper-slide a:hover {
    color: #222222;
  }
}
.visitor.highschool .topics .topics-slide .swiper-slide a:hover .slide-img img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .topics-slide .swiper-slide a:hover .slide-img img {
    transform: scale(1);
  }
}
.visitor.highschool .topics .swiper-button-prev,
.visitor.highschool .topics .swiper-button-next {
  width: 42px;
  height: 42px;
}
.visitor.highschool .topics .swiper-button-prev:after,
.visitor.highschool .topics .swiper-button-next:after {
  content: none;
}
.visitor.highschool .topics .swiper-button-prev .la-arrow-left,
.visitor.highschool .topics .swiper-button-prev .la-arrow-right,
.visitor.highschool .topics .swiper-button-next .la-arrow-left,
.visitor.highschool .topics .swiper-button-next .la-arrow-right {
  width: 42px;
  height: 42px;
  background: #fff;
}
.visitor.highschool .topics .swiper-button-prev {
  left: 270px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .swiper-button-prev {
    top: 45px;
    left: auto;
    right: calc(5% + 55px);
  }
}
.visitor.highschool .topics .swiper-button-prev .la-arrow-left {
  background: #F8F8F8;
  border: 1px solid #BFBFBF;
}
.visitor.highschool .topics .swiper-button-prev .la-arrow-left:before {
  color: #BFBFBF;
}
.visitor.highschool .topics .swiper-button-prev:hover .la-arrow-left {
  border: 1px solid #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .swiper-button-prev:hover .la-arrow-left {
    border: 1px solid #BFBFBF;
  }
}
.visitor.highschool .topics .swiper-button-prev:hover .la-arrow-left:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .swiper-button-prev:hover .la-arrow-left:before {
    color: #BFBFBF;
  }
}
.visitor.highschool .topics .swiper-button-next {
  left: 317px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .swiper-button-next {
    top: 45px;
    left: auto;
    right: 5%;
  }
}
.visitor.highschool .topics .swiper-button-next .la-arrow-right {
  border: 1px solid #222222;
}
.visitor.highschool .topics .swiper-button-next .la-arrow-right:before {
  color: #222222;
}
.visitor.highschool .topics .swiper-button-next:hover .la-arrow-right {
  border: 1px solid #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .swiper-button-next:hover .la-arrow-right {
    border: 1px solid #222222;
  }
}
.visitor.highschool .topics .swiper-button-next:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .swiper-button-next:hover .la-arrow-right:before {
    color: #222222;
  }
}
@media screen and (max-width: 767px) {
  .visitor.highschool .topics .btn {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
  }
}
.visitor.highschool .himejo-real {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .himejo-real {
    padding: 80px 0;
  }
}
.visitor.highschool .himejo-real .page-ttl {
  margin-bottom: 1em;
}
.visitor.highschool .himejo-real .himejo-list {
  display: flex;
  flex-wrap: wrap;
}
.visitor.highschool .himejo-real .himejo-list li {
  width: 262px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .himejo-real .himejo-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
}
.visitor.highschool .himejo-real .himejo-list li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .himejo-real .himejo-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.visitor.highschool .himejo-real .himejo-list li a .himejo-real-thmb {
  aspect-ratio: 270/180;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.visitor.highschool .himejo-real .himejo-list li a .himejo-real-thmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.visitor.highschool .himejo-real .himejo-list li a .himejo-real-thmb.img-border {
  border: 1px solid #bdbdbd;
}
.visitor.highschool .himejo-real .himejo-list li a .himejo-real-info {
  position: relative;
}
.visitor.highschool .himejo-real .himejo-list li a .himejo-real-info .date {
  color: #CE3533;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .himejo-real .himejo-list li a .himejo-real-info .date {
    font-size: 0.8125rem;
  }
}
.visitor.highschool .himejo-real .himejo-list li a .himejo-real-info .date .week {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.visitor.highschool .himejo-real .himejo-list li a .himejo-real-info .himejo-real-ttl {
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.visitor.highschool .himejo-real .himejo-list li a:hover .himejo-real-thmb img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .visitor.highschool .himejo-real .himejo-list li a:hover .himejo-real-thmb img {
    transform: scale(1);
  }
}
.visitor.highschool .himejo-real .himejo-list li a:hover .himejo-real-info .himejo-real-ttl {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .himejo-real .himejo-list li a:hover .himejo-real-info .himejo-real-ttl {
    color: #222222;
  }
}
.visitor.highschool .himejo-real .himejo-list li.no-event {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.visitor.highschool .himejo-real .btn {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .visitor.highschool .himejo-real .btn {
    margin-top: 30px;
  }
}

.modaal-wrapper {
  background: rgba(34, 34, 34, 0.9);
  z-index: 100000000000000000000000000000;
}
.modaal-wrapper .modaal-container {
  max-width: 1140px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container {
    width: 100%;
  }
}
.modaal-wrapper .modaal-container .modaal-close {
  position: absolute;
}
.modaal-wrapper .modaal-container .modaal-close:before, .modaal-wrapper .modaal-container .modaal-close:after {
  background: #222222;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-close:before, .modaal-wrapper .modaal-container .modaal-close:after {
    right: 0;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container {
  padding: 80px 50px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content-container {
    padding: 80px 15px 45px;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .sub-txt {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .sub-txt {
    font-size: 1.125rem;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .sub-txt span {
  position: relative;
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .sub-txt span:before, .modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .sub-txt span:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #222222;
  position: absolute;
  bottom: 0;
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .sub-txt span:before {
  left: -15px;
  transform: rotate(-30deg);
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .sub-txt span:after {
  right: -15px;
  transform: rotate(30deg);
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap h3 {
  color: #CE3533;
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content-container .modal-wrap h3 {
    font-size: 1.5rem;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap h3 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content-container .modal-wrap h3 span {
    font-size: 2rem;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .transportation-table {
  margin-bottom: 5px;
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .transportation-table thead th {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  background: #F9E5E3;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .transportation-table thead th {
    font-size: 1rem;
    vertical-align: middle;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .transportation-table thead th.price {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .transportation-table thead th.price {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .transportation-table tbody td {
    font-size: 0.9375rem;
  }
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .txt-r {
  font-size: 0.8125rem;
}
.modaal-wrapper .modaal-container .modaal-content-container .modal-wrap .attention li.color {
  color: #CE3533;
}/*# sourceMappingURL=visitor-common.css.map */