body {
  padding-top: 48px;
}

@media print, screen and (min-width: 768px) {
  body {
    padding-top: 96px;
  }
}

.mv_area {
  background-image: url(/assets/hojin/img/top/mv_sp.jpg?240401);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  max-height: 575px;
}

@media print, screen and (min-width: 768px) {
  .mv_area {
    background-image: url(/assets/hojin/img/top/mv.jpg?240401);
  }
}

.mv_area .catch {
  padding: 210px 0 180px;
}

@media print, screen and (min-width: 920px) {
  .mv_area .catch {
    padding: 130px 0 245px;
    margin: 0 0 0 auto;
    width: 500px;
  }
  .mv_area .catch img {
    object-fit: contain;
    width: 100%;
  }
}

@media print, screen and (min-width: 920px) and (min-width: 920px) {
  .mv_area .catch img {
    height: 200px;
  }
}

@media print, screen and (min-width: 920px) {
  .mv_area.en .catch img {
    height: auto;
  }
}

.mv_logo {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: auto;
  width: 135px;
}

@media print, screen and (min-width: 768px) {
  .mv_logo {
    width: 270px;
  }
}

.top_news {
  padding: 60px 0;
}

@media print, screen and (min-width: 768px) {
  .top_news {
    padding: 100px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news .top_news_contents {
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news .left {
    width: 35.8%;
  }
}

.top_news .right {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .top_news .right {
    margin-bottom: 0;
    width: 64.2%;
  }
}

.top_news h2 {
  color: #5a5a5a;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .top_news h2 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 920px) {
  .top_news h2 {
    font-size: 3.5rem;
  }
}

.top_news .more {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 1.3rem;
  width: 115px;
  position: relative;
  border-bottom: 1px solid #d7d7e0;
  padding-bottom: 8px;
  margin-left: auto;
}

.top_news .more::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 1.5rem;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .top_news .more::after {
    font-size: 1.8rem;
  }
}

.top_news .more:hover {
  opacity: 0.7;
}

.top_news .more:hover::after {
  transform: translate(5px, -50%);
}

@media print, screen and (min-width: 768px) {
  .top_news .more {
    font-size: 1.6rem;
    width: 210px;
    padding-bottom: 15px;
    margin-left: 0;
  }
}

.top_news_list a {
  display: block;
  text-decoration: none;
  color: #222222;
  padding: 18px 0;
  border-bottom: 1px solid #d7d7e0;
}

.top_news_list a:hover {
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.6);
}

@media print, screen and (min-width: 768px) {
  .top_news_list a {
    padding: 25px 0;
  }
}

.top_news_list time {
  display: block;
  margin-bottom: 5px;
  color: #5a5a5a;
  font-size: 1.2rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .top_news_list time {
    font-size: 1.4rem;
  }
}

.top_news_list .news_title {
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .top_news_list .news_title {
    font-size: 1.6rem;
  }
}

.top_school_type {
  padding: 60px 0 40px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top_school_type {
    padding: 140px 0;
  }
}

.top_school_type::before {
  content: "";
  display: block;
  width: 100%;
  height: 51%;
  background-color: #EFEFEF;
  position: absolute;
  top: 0;
  left: -20%;
}

@media print, screen and (min-width: 768px) {
  .top_school_type::before {
    height: 31%;
  }
}

.top_school_type h2 {
  color: #5a5a5a;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .top_school_type h2 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 920px) {
  .top_school_type h2 {
    font-size: 3.5rem;
  }
}

.top_school_type .text {
  font-size: 1.3rem;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .top_school_type .text {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

.top_school_type.en {
  margin-top: 30px;
}

@media print, screen and (min-width: 920px) {
  .top_school_type.en {
    margin-top: 90px;
  }
}

.top_school_type_container {
  position: relative;
}

.z-index_5 {
  position: relative;
  z-index: 5;
}

.title_style_deco {
  position: absolute;
  display: inline-block;
  transform: translate(-16px, -28px);
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media print, screen and (min-width: 375px) {
  .title_style_deco {
    transform: translate(-16px, -45px);
    font-size: 4.5rem;
  }
}

@media print, screen and (min-width: 920px) {
  .title_style_deco {
    transform: translate(-25px, -30px);
    font-size: 5.6rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .title_style_deco {
    transform: translate(-30px, -55px);
    font-size: 7.8rem;
  }
}

@media print, screen and (min-width: 1550px) {
  .title_style_deco {
    transform: translate(-120px, -60px);
    font-size: 9rem;
  }
}

@media print, screen and (min-width: 768px) {
  .school_list_upper {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 4%;
    margin-bottom: 90px;
  }
}

.school_list_upper li {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .school_list_upper li {
    width: 48%;
    margin-bottom: 0;
  }
}

.school_list_upper li a {
  display: block;
  text-decoration: none;
}

.school_list_upper li a[target="_blank"] .title::after {
  content: "\e90d";
}

.school_list_upper li a:hover img {
  opacity: 0.7;
}

.school_list_upper li a:hover .title::after {
  margin-left: 25px;
}

@media print, screen and (min-width: 768px) {
  .school_list_upper li a:hover .title::after {
    margin-left: 35px;
  }
}

.school_list_upper li .img {
  margin-bottom: 15px;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .school_list_upper li .img {
    margin-bottom: 36px;
  }
}

.school_list_upper li .img img {
  width: 100%;
  transition: 0.3s ease;
}

.school_list_upper li .title {
  position: relative;
  color: #5a5a5a;
}

.school_list_upper li .title::after {
  position: absolute;
  bottom: 0;
  margin-left: 20px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
  font-size: 1.4rem;
  vertical-align: bottom;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .school_list_upper li .title::after {
    font-size: 2rem;
    margin-left: 30px;
  }
}

.school_list_upper li .title .univ_logo {
  width: 133px;
}

@media print, screen and (min-width: 768px) {
  .school_list_upper li .title .univ_logo {
    width: 273px;
  }
}

.school_list_upper li .title.tenshi_logo::after {
  position: absolute;
  bottom: 0;
  transform: translateY(-5px);
}

@media print, screen and (min-width: 768px) {
  .school_list_upper li .title.tenshi_logo {
    width: 247px;
    transform: translateY(-10px);
  }
}

.school_list_upper.en .title {
  position: relative;
  color: #5a5a5a;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .school_list_upper.en .title {
    font-size: 2rem;
  }
}

.school_list_upper.en .title::after {
  line-height: 1.7;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .school_list_upper.en .title::after {
    font-size: 1.8rem;
    margin-left: 30px;
  }
}

.highschool_logo {
  width: 137px;
}

@media print, screen and (min-width: 768px) {
  .highschool_logo {
    width: auto;
  }
}

.highschool_logo_s {
  width: auto;
  max-width: calc(100% - 55px);
  height: 23px;
  transform: translateY(1px);
}

@media print, screen and (min-width: 768px) {
  .highschool_logo_s {
    transform: translateY(0);
    height: 36px;
  }
}

.school_list_under {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 30px;
}

@media print, screen and (min-width: 768px) {
  .school_list_under {
    column-gap: 3.5%;
    row-gap: 60px;
  }
}

.school_list_under li {
  width: 48%;
}

@media print, screen and (min-width: 768px) {
  .school_list_under li {
    width: 31%;
  }
}

.school_list_under li a {
  display: block;
  text-decoration: none;
}

.school_list_under li a[target="_blank"] .title::after {
  content: "\e90d";
}

.school_list_under li a:hover img {
  opacity: 0.7;
}

.school_list_under li a:hover .title {
  opacity: 0.7;
}

.school_list_under li a:hover .title::after {
  margin-left: 20px;
}

@media print, screen and (min-width: 768px) {
  .school_list_under li a:hover .title::after {
    margin-left: 35px;
  }
}

.school_list_under li .img {
  margin-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
  .school_list_under li .img {
    margin-bottom: 29px;
  }
}

.school_list_under li .img img {
  width: 100%;
  transition: 0.3s ease;
}

.school_list_under li .title {
  color: #5a5a5a;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .school_list_under li .title {
    font-size: 2rem;
  }
}

.school_list_under li .title::after {
  margin-left: 15px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 1.3rem;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .school_list_under li .title::after {
    font-size: 1.8rem;
    margin-left: 30px;
  }
}

.top_anniversary {
  padding: 40px 0 130px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top_anniversary {
    padding: 100px 0 160px;
  }
}

.top_anniversary .more {
  position: relative;
  display: block;
  color: #5a5a5a;
  font-size: 1.3rem;
  text-decoration: none;
  width: 150px;
  border-bottom: 1px solid #d7d7e0;
  padding-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
  .top_anniversary .more {
    font-size: 1.6rem;
    width: 210px;
    padding-bottom: 15px;
  }
}

.top_anniversary .more::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -3px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 1.8rem;
  transition: 0.3s ease;
}

.top_anniversary .more:hover {
  opacity: 0.7;
}

.top_anniversary .more:hover::after {
  transform: translate(5px, -50%);
}

.anniversary_upper {
  margin-bottom: 100px;
}

@media print, screen and (min-width: 768px) {
  .anniversary_upper {
    margin-bottom: 170px;
    display: flex;
    align-items: center;
  }
}

.anniversary_upper h2 {
  color: #5a5a5a;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .anniversary_upper h2 {
    font-size: 3rem;
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 920px) {
  .anniversary_upper h2 {
    font-size: 3.5rem;
  }
}

.anniversary_upper .title_style_deco {
  color: #EFEFEF;
}

.anniversary_upper .text {
  font-size: 1.5rem;
  color: #5a5a5a;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .anniversary_upper .text {
    width: 76%;
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 1180px) {
  .anniversary_upper .text {
    width: 410px;
  }
}

.anniversary_upper .left {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .anniversary_upper .left {
    margin-top: 100px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .anniversary_upper .left {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .anniversary_upper .right {
    width: 50%;
  }
}

.anniversary_upper .right .img {
  position: relative;
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .anniversary_upper .right .img {
    margin-right: calc(-50vw + 100%);
  }
}

.anniversary_upper .right .img img {
  position: relative;
  z-index: 1;
  top: 28px;
  left: calc(-50vw + 50%);
  width: calc(100% + (50vw - 50%));
  max-width: none;
}

@media print, screen and (min-width: 768px) {
  .anniversary_upper .right .img img {
    width: 100%;
    max-width: 100%;
    top: 50px;
    right: 9%;
    left: auto;
  }
}

@media print, screen and (min-width: 1180px) {
  .anniversary_upper .right .img img {
    right: 14%;
  }
}

.anniversary_upper .right .img::before {
  content: "";
  display: block;
  width: calc(100% + (50vw - 50%));
  height: 100%;
  background-color: #EFEFEF;
  position: absolute;
  top: 0;
  right: calc(-50vw + 50%);
}

@media print, screen and (min-width: 768px) {
  .anniversary_upper .right .img::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .anniversary_under {
    display: flex;
    column-gap: 4%;
    flex-wrap: wrap;
  }
}

.anniversary_under .item {
  margin-bottom: 40px;
}

.anniversary_under .item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .anniversary_under .item {
    margin-bottom: 50px;
    width: 48%;
  }
}

.anniversary_under .item .img {
  margin-bottom: 22px;
}

@media print, screen and (min-width: 768px) {
  .anniversary_under .item .img {
    margin-bottom: 35px;
  }
}

.anniversary_under .item .img img {
  width: 100%;
}

.anniversary_under .item .title {
  color: #5a5a5a;
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
  .anniversary_under .item .title {
    font-size: 2.7rem;
    margin-bottom: 18px;
  }
}

.anniversary_under .item .text {
  color: #5a5a5a;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .anniversary_under .item .text {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}

.bottom_address {
  border-top: 1px solid #dfdcdf;
}

.bottom_address_container {
  padding: 40px 0;
}

@media print, screen and (min-width: 920px) {
  .bottom_address_container {
    display: flex;
    align-items: center;
    padding: 80px 0;
  }
}

.bottom_address_container .title {
  color: #5a5a5a;
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 920px) {
  .bottom_address_container .title {
    text-align: center;
    font-size: 2.7rem;
    width: 50%;
    margin-bottom: 0;
    padding-right: 20px;
  }
}

.bottom_address_container address {
  display: block;
  font-style: normal;
}

@media print, screen and (min-width: 920px) {
  .bottom_address_container address {
    text-align: center;
    width: 50%;
  }
}

.bottom_address_container address p {
  font-size: 1.4rem;
  line-height: 1.9;
}

@media print, screen and (min-width: 920px) {
  .bottom_address_container address p {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1180px) {
  .bottom_address_container address p {
    font-size: 1.8rem;
  }
}

.bottom_address_container .address_box {
  display: inline-block;
  text-align: left;
}
