.top .mv {
  margin: 30px 13px;
  aspect-ratio: 1335/559;
  width: 100%;
  height: 100%;
  max-height: 620px;
  background: url(/assets/img/top/mv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .mv {
    width: calc(100% - 20px);
    aspect-ratio: 370/450;
    max-height: none;
    background: url(/assets/img/top/mv_sp.jpg) no-repeat;
    background-size: cover;
    margin: 20px auto;
    padding: 0 10px;
  }
}
.top .mv .oc-btn {
  width: 310px;
  height: 138px;
  position: absolute;
  right: 25px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .top .mv .oc-btn {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -70px;
  }
}
.top .mv .oc-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: url(/assets/img/top/img_oc_info.png) no-repeat;
  background-size: contain;
  padding: 20px 25px 20px 20px;
  position: relative;
}
.top .mv .oc-btn a .oc-thmb {
  width: 121px;
  height: 100px;
  aspect-ratio: 121/100;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top .mv .oc-btn a .oc-thmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .mv .oc-btn a .oc-thmb.img-border {
  border: 1px solid #bdbdbd;
}
.top .mv .oc-btn a .oc-info {
  width: 130px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.top .mv .oc-btn a .oc-info .head {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  padding: 20px 0 2px;
  border-bottom: 1px solid #222222;
  text-align: center;
  position: relative;
}
.top .mv .oc-btn a .oc-info .head:before {
  content: "";
  display: block;
  width: 38px;
  height: 23px;
  background: url(/assets/img/top/txt_sub_oc.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top .mv .oc-btn a .oc-info .date {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding-left: 10px;
  line-height: 1.7;
}
.top .mv .oc-btn a .oc-info .date .week {
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  left: -2px;
}
.top .mv .oc-btn a:after {
  content: "";
  display: block;
  width: 310px;
  height: 138px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s ease;
}
.top .mv .oc-btn a:hover {
  opacity: 1;
}
.top .mv .oc-btn a:hover:after {
  background: rgba(253, 238, 237, 0.7);
}
@media screen and (max-width: 767px) {
  .top .mv .oc-btn a:hover:after {
    content: none;
  }
}
.top .page-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top .page-ttl {
    font-size: 2.125rem;
  }
}
.top .topics {
  margin: 140px 0 280px calc((100% - 1140px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .topics {
    margin: 160px 0 0 0;
    padding-left: 5%;
    background-image: linear-gradient(180deg, #fff 0%, #fff 62%, #F5F5F5 62%, #F5F5F5 100%);
  }
}
.top .topics:before {
  content: "";
  display: block;
  width: 596px;
  height: 564px;
  background: url(/assets/img/top/pattern01.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .top .topics:before {
    content: none;
  }
}
.top .topics:after {
  content: "";
  display: block;
  width: 134px;
  height: 186px;
  background: url(/assets/img/top/pattern02.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -67px;
  bottom: -256px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .topics:after {
    width: 126px;
    height: 175px;
    top: 44%;
    bottom: auto;
    left: 0;
    z-index: 0;
  }
}
.top .topics .topics-slide {
  margin: 55px 0 45px;
}
.top .topics .topics-slide .swiper-slide a .slide-img {
  aspect-ratio: 270/180;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.top .topics .topics-slide .swiper-slide a .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.top .topics .topics-slide .swiper-slide a .slide-img.img-border {
  border: 1px solid #bdbdbd;
}
.top .topics .topics-slide .swiper-slide a .topics-info dt {
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.top .topics .topics-slide .swiper-slide a .topics-info dd {
  font-size: 0.875rem;
}
.top .topics .topics-slide .swiper-slide a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .topics .topics-slide .swiper-slide a:hover {
    color: #222222;
  }
}
.top .topics .topics-slide .swiper-slide a:hover .slide-img img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .top .topics .topics-slide .swiper-slide a:hover .slide-img img {
    transform: scale(1);
  }
}
.top .topics .swiper-button-prev,
.top .topics .swiper-button-next {
  width: 42px;
  height: 42px;
}
.top .topics .swiper-button-prev:after,
.top .topics .swiper-button-next:after {
  content: none;
}
.top .topics .swiper-button-prev .la-arrow-left,
.top .topics .swiper-button-prev .la-arrow-right,
.top .topics .swiper-button-next .la-arrow-left,
.top .topics .swiper-button-next .la-arrow-right {
  width: 42px;
  height: 42px;
  background: #fff;
}
.top .topics .swiper-button-prev {
  left: 270px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .top .topics .swiper-button-prev {
    top: 45px;
    left: auto;
    right: calc(5% + 55px);
  }
}
.top .topics .swiper-button-prev .la-arrow-left {
  background: #F8F8F8;
  border: 1px solid #BFBFBF;
}
.top .topics .swiper-button-prev .la-arrow-left:before {
  color: #BFBFBF;
}
.top .topics .swiper-button-prev:hover .la-arrow-left {
  border: 1px solid #CE3533;
}
@media screen and (max-width: 767px) {
  .top .topics .swiper-button-prev:hover .la-arrow-left {
    border: 1px solid #BFBFBF;
  }
}
.top .topics .swiper-button-prev:hover .la-arrow-left:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .topics .swiper-button-prev:hover .la-arrow-left:before {
    color: #BFBFBF;
  }
}
.top .topics .swiper-button-next {
  left: 317px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .top .topics .swiper-button-next {
    top: 45px;
    left: auto;
    right: 5%;
  }
}
.top .topics .swiper-button-next .la-arrow-right {
  border: 1px solid #222222;
}
.top .topics .swiper-button-next .la-arrow-right:before {
  color: #222222;
}
.top .topics .swiper-button-next:hover .la-arrow-right {
  border: 1px solid #CE3533;
}
@media screen and (max-width: 767px) {
  .top .topics .swiper-button-next:hover .la-arrow-right {
    border: 1px solid #222222;
  }
}
.top .topics .swiper-button-next:hover .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .topics .swiper-button-next:hover .la-arrow-right:before {
    color: #222222;
  }
}
@media screen and (max-width: 767px) {
  .top .topics .btn {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
  }
}
.top .topics .target-menu {
  width: 1140px;
  border-top: 2px solid #CE3533;
  background: #fff;
  padding: 45px 43px;
  position: absolute;
  bottom: -440px;
  z-index: 2;
  /*&:before{
  	content: '';
  	display: block;
  	width: 134px;
  	height: 186px;
  	background: url(/assets/img/top/pattern02.png) no-repeat;
  	background-size: contain;
  	position: absolute;
  	top: -45px;
  	left: -72px;
  	z-index: -1;
  }*/
}
@media screen and (max-width: 767px) {
  .top .topics .target-menu {
    width: 95%;
    position: static;
    margin-top: 120px;
    padding: 45px 5.5% 25px;
    position: relative;
    bottom: auto;
  }
}
.top .topics .target-menu h3 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top .topics .target-menu h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.top .topics .target-menu .target-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top .topics .target-menu .target-btn li {
  width: 333px;
}
@media screen and (max-width: 767px) {
  .top .topics .target-menu .target-btn li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top .topics .target-menu .target-btn li a {
  aspect-ratio: 333/158;
  width: 100%;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .top .topics .target-menu .target-btn li a {
    height: 100%;
  }
}
.top .topics .target-menu .target-btn li a .target {
  display: flex;
  align-items: center;
}
.top .topics .target-menu .target-btn li a .target .txt {
  font-weight: bold;
  margin-right: 10px;
}
.top .topics .target-menu .target-btn li a .target .la-arrow-right {
  width: 42px;
  height: 42px;
  border: 1px solid #222222;
  background: #fff;
}
.top .topics .target-menu .target-btn li a .target .la-arrow-right:before {
  color: #CE3533;
}
.top .topics .target-menu .target-btn li a:hover {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .topics .target-menu .target-btn li a:hover {
    color: #222222;
  }
}
.top .topics .target-menu .target-btn li a:hover .target .la-arrow-right {
  border: 1px solid #CE3533;
  background: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .topics .target-menu .target-btn li a:hover .target .la-arrow-right {
    border: 1px solid #222222;
    background: #fff;
  }
}
.top .topics .target-menu .target-btn li a:hover .target .la-arrow-right:before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top .topics .target-menu .target-btn li a:hover .target .la-arrow-right:before {
    color: #CE3533;
  }
}
.top .topics .target-menu .target-btn li:nth-of-type(1) a {
  background: url(/assets/img/top/btn_target01.png) no-repeat;
  background-size: contain;
}
.top .topics .target-menu .target-btn li:nth-of-type(2) a {
  background: url(/assets/img/top/btn_target02.png) no-repeat;
  background-size: contain;
}
.top .topics .target-menu .target-btn li:nth-of-type(3) a {
  background: url(/assets/img/top/btn_target03.png) no-repeat;
  background-size: contain;
}
.top .topics .no-topics {
  margin: 50px 0;
}
.top .course {
  background: #F5F5F5;
  padding: 265px 0 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .course {
    padding: 80px 0 120px;
  }
}
.top .course:after {
  content: "";
  display: block;
  width: 228px;
  height: 258px;
  background: url(/assets/img/top/pattern05.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -190px;
}
@media screen and (max-width: 767px) {
  .top .course:after {
    width: 159px;
    height: 83px;
    background: url(/assets/img/top/pattern05_sp.png) no-repeat;
    background-size: contain;
    bottom: -83px;
  }
}
@media screen and (max-width: 767px) {
  .top .course .inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top .course .page-ttl {
    padding: 0 5%;
  }
}
.top .course .category-page-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
.top .course .category-page-list li {
  width: 545px;
  margin-right: 50px;
  margin-bottom: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.top .course .category-page-list li:nth-of-type(even) {
  margin-right: 0;
}
.top .course .category-page-list li:nth-child(n+5) {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li:nth-child(n+5) {
    margin-bottom: 35px;
  }
}
.top .course .category-page-list li a {
  display: block;
  color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li a {
    display: flex;
    align-items: flex-end;
    min-height: 345px;
  }
}
.top .course .category-page-list li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease;
}
.top .course .category-page-list li a .course-info {
  margin-top: 170px;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li a .course-info {
    margin-top: 135px;
    padding: 20px 5% 25px;
  }
}
.top .course .category-page-list li a .course-info .page-cate-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  /*&:after{
  	content: '';
  	display: block;
  	background: #E0E0E0;
  	width: calc(100% - 90px);
  	height: 1px;
  	position: absolute;
  	left: 45px;
  	bottom: 0;
  }*/
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li a .course-info .page-cate-ttl {
    align-items: center;
  }
}
.top .course .category-page-list li a .course-info .page-cate-ttl .txt {
  width: calc(100% - 48px);
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li a .course-info .page-cate-ttl .txt {
    font-size: 1.25rem;
  }
}
.top .course .category-page-list li a .course-info .page-cate-ttl .la-arrow-right {
  width: 38px;
  height: 38px;
  margin-left: 10px;
}
.top .course .category-page-list li a .course-info p {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.top .course .category-page-list li a:hover:after {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li a:hover:after {
    transform: scale(1);
  }
}
.top .course .category-page-list li a:hover .course-info .page-cate-ttl {
  color: #fff;
}
.top .course .category-page-list li .course-career {
  padding: 30px 40px 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li .course-career {
    padding: 30px 5%;
  }
}
.top .course .category-page-list li .course-career .head {
  margin-bottom: 10px;
}
.top .course .category-page-list li .course-career .head span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background: #222222;
  padding: 2px 5px;
  position: relative;
}
.top .course .category-page-list li .course-career .head span:after {
  content: "";
  display: block;
  width: 348px;
  height: 1px;
  background-image: radial-gradient(circle, #222222 0.5px, transparent 0.8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  position: absolute;
  left: 115px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li .course-career .head span:after {
    width: 100%;
  }
}
.top .course .category-page-list li .course-career .career-list {
  display: flex;
  flex-wrap: wrap;
}
.top .course .category-page-list li .course-career .career-list li {
  width: auto;
  font-size: 0.9375rem;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 10px;
}
.top .course .category-page-list li:nth-of-type(1) a:after {
  background: url(/course-list/img/top/img_course01.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li:nth-of-type(1) a:after {
    background: url(/course-list/img/top/img_course01_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.top .course .category-page-list li:nth-of-type(2) a:after {
  background: url(/course-list/img/top/img_course02.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li:nth-of-type(2) a:after {
    background: url(/course-list/img/top/img_course02_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.top .course .category-page-list li:nth-of-type(3) a:after {
  background: url(/course-list/img/top/img_course03.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li:nth-of-type(3) a:after {
    background: url(/course-list/img/top/img_course03_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.top .course .category-page-list li:nth-of-type(4) a:after {
  background: url(/course-list/img/top/img_course04.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li:nth-of-type(4) a:after {
    background: url(/course-list/img/top/img_course04_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.top .course .category-page-list li:nth-of-type(5) a:after {
  background: url(/course-list/img/top/img_course05.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li:nth-of-type(5) a:after {
    background: url(/course-list/img/top/img_course05_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.top .course .category-page-list li:nth-of-type(6) a:after {
  background: url(/course-list/img/top/img_course06.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top .course .category-page-list li:nth-of-type(6) a:after {
    background: url(/course-list/img/top/img_course06_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.top .about {
  padding: 155px 0;
  border-bottom: 2px solid #CE3533;
  background-image: url(/assets/img/top/img_about02.png), url(/assets/img/top/pattern04.png), url(/assets/img/top/pattern07.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 150px 160px, 586px 252px, 144px 47px;
  background-position: top 100px right calc((100% - 1140px) / 2), top 0 right 0, bottom 62px right calc(30px + (100% - 1140px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .about {
    padding: 50px 0 100px;
    background-image: url(/assets/img/top/pattern04_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 107px;
    background-position: right 0 bottom 0;
  }
}
.top .about:before {
  content: "";
  display: block;
  width: calc(407px + (100% - 1140px) / 2);
  height: 100%;
  background: #222222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .about:before {
    width: 100%;
    height: 30%;
  }
}
.top .about:after {
  content: "";
  display: block;
  width: 441px;
  height: 262px;
  background: url(/assets/img/top/pattern06.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top .about:after {
    width: 260px;
    height: 108px;
    background: url(/assets/img/top/pattern06_sp.png) no-repeat;
    background-size: contain;
    bottom: auto;
    top: 17.3%;
    z-index: -1;
  }
}
.top .about .about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .about .about-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 147px;
    background: url(/assets/img/top/loop_txt_sp.png) repeat-x;
    background-position: 0 0;
    background-size: 1536px auto;
    animation: flow-txt 60s linear infinite;
    position: absolute;
    left: 0;
  }
}
@keyframes flow-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1536px 0;
  }
}
.top .about .about-wrap .about-image {
  width: 556px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .about .about-wrap .about-image {
    width: 71%;
    margin-left: auto;
  }
}
.top .about .about-wrap .about-image:before {
  content: "";
  display: block;
  width: 427px;
  height: 168px;
  background: url(/assets/img/top/txt_about_himejo.png) no-repeat;
  background-size: contain;
  transform: rotate(-10deg);
  position: absolute;
  top: -118px;
  left: 85px;
}
@media screen and (max-width: 767px) {
  .top .about .about-wrap .about-image:before {
    width: 210px;
    left: auto;
    top: -45px;
    right: 0;
  }
}
.top .about .about-wrap .about-txt {
  width: 510px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .about .about-wrap .about-txt {
    width: 100%;
  }
}
.top .about .about-wrap .about-txt .sub-txt {
  font-size: 1.875rem;
  font-weight: bold;
  position: absolute;
  left: -1em;
  top: 35px;
}
@media screen and (max-width: 767px) {
  .top .about .about-wrap .about-txt .sub-txt {
    font-size: 1.25rem;
    position: static;
  }
}
.top .about .about-wrap .about-txt .copy {
  font-size: 4.375rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .top .about .about-wrap .about-txt .copy {
    font-size: 3.5rem;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
.top .about .about-wrap .about-txt .copy span {
  color: #CE3533;
}
.top .about .about-wrap .about-txt .btn-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top .about .about-wrap .about-txt .btn-list {
    margin-top: 20px;
  }
}
.top .about .about-wrap .about-txt .btn-list .btn {
  margin-top: 10px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .top .about .about-wrap .about-txt .btn-list .btn {
    width: 250px;
  }
}
.top .event {
  padding: 90px 0 140px;
}
@media screen and (max-width: 767px) {
  .top .event {
    padding-bottom: 100px;
  }
}
.top .event .page-ttl {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .top .event .page-ttl {
    margin-bottom: 40px;
  }
}
.top .event .section-block {
  margin-bottom: 25px;
}
.top .event .section-block .event-list {
  display: flex;
  flex-wrap: wrap;
}
.top .event .section-block .event-list li {
  width: 350px;
  margin-right: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top .event .section-block .event-list li {
    width: 100%;
    margin-right: 0;
  }
}
.top .event .section-block .event-list li:nth-of-type(3n) {
  margin-right: 0;
}
.top .event .section-block .event-list li a .event-thmb {
  aspect-ratio: 350/200;
  border-radius: 6px 6px 0 0;
  margin-bottom: 35px;
  overflow: hidden;
}
.top .event .section-block .event-list li a .event-thmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.top .event .section-block .event-list li a .event-thmb.img-border {
  border: 1px solid #bdbdbd;
}
.top .event .section-block .event-list li a .event-info {
  position: relative;
}
.top .event .section-block .event-list li a .event-info .schedule {
  color: #fff;
  background: #CE3533;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 5px 10px;
  border-radius: 0 6px 6px 6px;
  position: absolute;
  top: -52px;
}
.top .event .section-block .event-list li a .event-info .schedule .date {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.top .event .section-block .event-list li a .event-info .schedule .date .week {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.top .event .section-block .event-list li a .event-info .schedule .time {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.top .event .section-block .event-list li a .event-info .event-ttl {
  font-weight: bold;
  line-height: 1.8;
}
.top .event .section-block .event-list li a:hover .event-thmb img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .top .event .section-block .event-list li a:hover .event-thmb img {
    transform: scale(1);
  }
}
.top .event .section-block .event-list li a:hover .event-info .event-ttl {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .event .section-block .event-list li a:hover .event-info .event-ttl {
    color: #222222;
  }
}
.top .event .btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top .event .btn {
    margin-top: 0;
  }
}
.top .btn-area {
  background: #222222;
}
.top .btn-area .btn-list {
  padding: 90px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top .btn-area .btn-list {
    padding: 60px 10%;
  }
}
.top .btn-area .btn-list li {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .top .btn-area .btn-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .btn-area .btn-list li:last-of-type {
    margin-bottom: 0;
  }
}
.top .btn-area .btn-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px;
}
.top .btn-area .btn-list li a .icon {
  margin-bottom: 10px;
}
.top .btn-area .btn-list li a .page-name {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.top .btn-area .btn-list li a .page-name .la-arrow-right {
  width: 28px;
  height: 28px;
  margin-left: 10px;
}
.top .btn-area .btn-list li a:hover .page-name {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .btn-area .btn-list li a:hover .page-name {
    color: #222222;
  }
}
.top .btn-area .btn-list li a:hover .page-name .la-arrow-right {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top .btn-area .btn-list li a:hover .page-name .la-arrow-right {
    background: #CE3533;
  }
}
.top .btn-area .btn-list li a:hover .page-name .la-arrow-right:before {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .btn-area .btn-list li a:hover .page-name .la-arrow-right:before {
    color: #fff;
  }
}
.top .himejo-real {
  background: #F5F5F5;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top .himejo-real {
    padding: 80px 0;
  }
}
.top .himejo-real .page-ttl {
  margin-bottom: 1em;
}
.top .himejo-real .himejo-list {
  display: flex;
  flex-wrap: wrap;
}
.top .himejo-real .himejo-list li {
  width: 262px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .top .himejo-real .himejo-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
}
.top .himejo-real .himejo-list li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top .himejo-real .himejo-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.top .himejo-real .himejo-list li a .himejo-real-thmb {
  aspect-ratio: 270/180;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.top .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;
}
.top .himejo-real .himejo-list li a .himejo-real-thmb.img-border {
  border: 1px solid #bdbdbd;
}
.top .himejo-real .himejo-list li a .himejo-real-info {
  position: relative;
}
.top .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) {
  .top .himejo-real .himejo-list li a .himejo-real-info .date {
    font-size: 0.8125rem;
  }
}
.top .himejo-real .himejo-list li a .himejo-real-info .date .week {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.top .himejo-real .himejo-list li a .himejo-real-info .himejo-real-ttl {
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.top .himejo-real .himejo-list li a:hover .himejo-real-thmb img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .top .himejo-real .himejo-list li a:hover .himejo-real-thmb img {
    transform: scale(1);
  }
}
.top .himejo-real .himejo-list li a:hover .himejo-real-info .himejo-real-ttl {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .himejo-real .himejo-list li a:hover .himejo-real-info .himejo-real-ttl {
    color: #222222;
  }
}
.top .himejo-real .himejo-list li.no-event {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.top .himejo-real .btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .top .himejo-real .btn {
    margin-top: 30px;
  }
}
.top .news {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .top .news {
    padding-top: 100px;
  }
}
.top .news .news-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top .news .news-wrap .news-ttl {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .top .news .news-wrap .news-ttl {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .top .news .news-wrap .news-ttl .btn {
    order: 3;
    margin: 35px auto 0;
  }
}
.top .news .news-wrap .news-list {
  width: 815px;
}
@media screen and (max-width: 767px) {
  .top .news .news-wrap .news-list {
    width: 100%;
    margin-top: 40px;
  }
}
.top .news .news-wrap .news-list li a {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #707070;
  position: relative;
}
.top .news .news-wrap .news-list li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #CE3533;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.8s ease;
}
.top .news .news-wrap .news-list li a .date {
  width: 90px;
  color: #CE3533;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .top .news .news-wrap .news-list li a .date {
    margin-bottom: 5px;
  }
}
.top .news .news-wrap .news-list li a .news-ttl {
  width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .top .news .news-wrap .news-list li a .news-ttl {
    width: 100%;
  }
}
.top .news .news-wrap .news-list li a:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .news .news-wrap .news-list li a:hover:after {
    width: 0;
  }
}
.top .news .news-wrap .news-list li a:hover .news-ttl {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .top .news .news-wrap .news-list li a:hover .news-ttl {
    color: #222222;
  }
}
.top .news .news-wrap .news-list li:first-of-type a {
  border-top: 1px solid #707070;
}/*# sourceMappingURL=top.css.map */