@media screen and (max-width: 767px) {

#mv {
  /* height: 575px; */
  
}
@media(max-width:650px) {
  #mv {
    /* height: 480px; */
  }
}
@media(max-width:550px) {
  #mv {
    /* height: 400px; */
  }
}
@media(max-width:450px) {
  #mv {
    /* height: 330px; */
  }
}
@media(max-width:450px) {
  #mv {
    /* height:270px; */
  }
}


.hd {
  /* background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/mv_bg-wave.png) no-repeat bottom 2% right/100%; */
  position: relative;
}
.hd .hd_logo {
  width: 30%;
  min-width:160px;
  background: #ffffff;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 15px;
}
.hd .hd_logo h1 a:hover {
  opacity: 0.6;
}
.hd .hd_ttl {
  width: 75%;
  position: absolute;
  bottom: 0;
  right: 2%;
}

.hd .hd_nav {
  display: none;
}
.hd .hd_bg {
  width: 92%;
  height: 92%;
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/04/mv_bg-img-min-3-scaled-e1745387727257.jpg) no-repeat center top/contain;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  -webkit-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  z-index: -1;
}

.hd .overlayMenuBtn {
  display: block;
}

.ft .cta {
  padding: 45px 0;
  box-sizing: border-box;
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/cta_bg.png) no-repeat center/cover;
}
.ft .cta .contents_box-s {
  width: 95%;
}
.ft .cta .contents_box-s .cta_contents {
  width: 95%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0) 100%);
  padding: 40px 0;
  box-sizing: border-box;
}
.ft .cta .contents_box-s .cta_contents .cta_ttl {
  text-align: center;
  margin-bottom: 35px;
}
.ft .cta .contents_box-s .cta_contents .cta_btn {
  width: 90%;
  margin: 0 auto 15px;
  text-align: center;
}
.ft .cta .contents_box-s .cta_contents .cta_btn a {
  display: block;
  background: #ffffff;
  padding: 25px 0;
  border: 1px solid #fbe2e1;
  box-sizing: border-box;
  box-shadow: 0px 7px 5px 2px rgba(138, 0, 33, 0.14);
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}
.ft .cta .contents_box-s .cta_contents .cta_btn a::after {
  content: "\f061";
  color: #474645;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ft .cta .contents_box-s .cta_contents .cta_btn a span {
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
}
.ft .cta .contents_box-s .cta_contents .cta_btn a span::before {
  content: "\f0e0";
  color: #474645;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ft .cta .contents_box-s .cta_contents .cta_btn:hover a {
  transition: 0.3s;
  transform: translateY(5px);
  box-shadow: unset;
}
.ft .cta .contents_box-s .cta_contents .cta_btn:hover a::after {
  color: #8a0021;
}
.ft .cta .contents_box-s .cta_contents .cta_btn:hover a span {
  color: #8a0021;
}
.ft .cta .contents_box-s .cta_contents .cta_btn:hover a span::before {
  color: #8a0021;
}
.ft .cta .contents_box-s .cta_contents .cta_mail {
  text-align: center;
}
.ft .cta .contents_box-s .cta_contents .cta_mail span {
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.ft .ft_wrapper .contents_box-s {
  width: 95%;
  padding: 45px 0;
  box-sizing: border-box;
}
.ft .ft_wrapper .contents_box-s .ft_link_lists {
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.ft .ft_wrapper .contents_box-s .ft_link_lists .ft_link_list {
  width: 49%;
  border: 1px solid #fbe2e1;
  box-sizing: border-box;
  box-shadow: 0px 7px 5px 2px rgba(138, 0, 33, 0.14);
  border-radius: 10px;
  margin: 0 2% 5% 0;
}
.ft .ft_wrapper .contents_box-s .ft_link_lists .ft_link_list:nth-child(2n) {
  margin-right: 0;
}
.ft .ft_wrapper .contents_box-s .ft_link_lists .ft_link_list:hover {
  transition: 0.3s;
  transform: translateY(5px);
  box-shadow: unset;
}
.ft .ft_wrapper .contents_box-s .ft_logo {
  width: 60%;
  margin: 0 auto 35px;
}
.ft .ft_wrapper .contents_box-s .ft_logo a:hover {
  opacity: 0.6;
}
.ft .ft_wrapper .contents_box-s .ft_address {
  text-align: center;
  margin-bottom: 10px;
}
.ft .ft_wrapper .contents_box-s .ft_address span {
  display: block;
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.ft .ft_wrapper .contents_box-s .ft_tel {
  align-items: center;
  justify-content: center;
}
.ft .ft_wrapper .contents_box-s .ft_tel span {
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.ft .ft_wrapper .contents_box-s .ft_tel span a {
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.ft .ft_wrapper .copy_right {
  background: #8a0021;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
}
.ft .ft_wrapper .copy_right span {
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.ft .ft_wrapper .page-top {
  display: none;
}

#greeting .contents_box-m {
  width: 95%;
  min-width: auto;
  padding: 10% 0;
  box-sizing: border-box;
  flex-direction: column;
}

#greeting .contents_box-m .greeting_contents {
  width: 100%;
}
#greeting .contents_box-m .greeting_contents .greeting_ttl {
  display: inline-block;
  margin-bottom: 25px;
}
#greeting .contents_box-m .greeting_contents .greeting_ttl h3 {
  position: relative;
}
#greeting .contents_box-m .greeting_contents .greeting_ttl h3:after {
  content: "";
  display: block;
  width: 64px;
  height: 33px;
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/greeting_ttl_illust.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#greeting .contents_box-m .greeting_contents .greeting_txt {
  margin-bottom: 25px;
}
#greeting .contents_box-m .greeting_contents .greeting_txt p {
  font-size: 14px;
  margin-bottom: 20px;
}
#greeting .contents_box-m .greeting_contents .greeting_txt p:last-child {
  margin-bottom: 0;
}
#greeting .contents_box-m .greeting_img {
  width: 80%;
  margin: 0 auto;
}

#aim {
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/aim_bg.png) no-repeat bottom left/100%;
}
#aim .contents_box-m {
  width: 95%;
  min-width: auto;
  padding: 0 0 45px;
  box-sizing: border-box;
}
#aim .contents_box-m .aim_img {
  margin-bottom: 25px;
}
#aim .contents_box-m .aim_contents_wrapper {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0) 100%);
  padding: 30px 0;
  box-sizing: border-box;
}
#aim .contents_box-m .aim_contents_wrapper .aim_contents {
  min-width: auto;
  width: 100%;
  position: relative;
}
#aim .contents_box-m .aim_contents_wrapper .aim_contents::before {
  content: "";
  display: block;
  width: 40px;
  height: 66px;
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/aim_contents_illust-left.png) no-repeat center/contain;
  position: absolute;
  bottom: -45px;
  left: 0;
}
#aim .contents_box-m .aim_contents_wrapper .aim_contents::after {
  content: "";
  display: block;
  width: 40px;
  height: 66px;
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/aim_contents_illust-right.png) no-repeat center/contain;
  position: absolute;
  bottom: -45px;
  right: 0;
}
#aim .contents_box-m .aim_contents_wrapper .aim_contents .aim_ttl {
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #fbe2e1;
}
#aim .contents_box-m .aim_contents_wrapper .aim_contents .aim_txt {
  text-align: center;
}
#aim .contents_box-m .aim_contents_wrapper .aim_contents .aim_txt span {
  color: #474645;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

#attempt .contents_box-s {
  width: 95%;
  padding: 45px 0;
  box-sizing: border-box;
}
#attempt .contents_box-s .attempt_ttl {
  text-align: center;
  margin-bottom: 35px;
}
#attempt .contents_box-s .attempt_lists {
  flex-direction: column;
}
#attempt .contents_box-s .attempt_lists .attempt_list {
  width: 100%;
  background: #fef1f0;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 0 25px 0;
  position: relative;
}
#attempt .contents_box-s .attempt_lists .attempt_list:last-child {
  margin-bottom: 0;
}
#attempt .contents_box-s .attempt_lists .attempt_list .attempt_list_num {
  width: 10%;
  position: absolute;
  top: 5%;
  left: 5%;
}
#attempt .contents_box-s .attempt_lists .attempt_list .attempt_list_img {
  width: 75%;
  margin: 0 auto 10px;
}
#attempt .contents_box-s .attempt_lists .attempt_list .attempt_list_ttl {
  text-align: center;
  margin-bottom: 10px;
}
#attempt .contents_box-s .attempt_lists .attempt_list .attempt_list_ttl h4 {
  font-size: 24px;
  letter-spacing: 0.15em;
}
#attempt .contents_box-s .attempt_lists .attempt_list .attempt_list_ttl h4 span {
  font-size: 18px;
}
#attempt .contents_box-s .attempt_lists .attempt_list .attempt_list_txt p {
  letter-spacing: 0.14em;
  line-height: 1.6;
}

#feature {
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/feature_bg.png) no-repeat center/cover;
}
#feature .contents_box-m {
  width: 95%;
  min-width: auto;
  padding: 45px 0;
  box-sizing: border-box;
}
#feature .contents_box-m .feature_contents {
  flex-direction: column;
  background: #ffffff;
  border-radius: 30px;
  padding: 35px 15px;
  box-sizing: border-box;
  position: relative;
}
#feature .contents_box-m .feature_contents .feature_ttl {
  width: 100%;
  margin-bottom: 25px;
}
#feature .contents_box-m .feature_contents .feature_lists {
  width: 100%;
}
#feature .contents_box-m .feature_contents .feature_lists .feature_list {
  padding-bottom: 20px;
  border-bottom: 2px dashed #fbe2e1;
  margin-bottom: 20px;
  flex-direction: column;
}
#feature .contents_box-m .feature_contents .feature_lists .feature_list dt {
  width: 100%;
  color: #474645;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
#feature .contents_box-m .feature_contents .feature_lists .feature_list dd {
  width: 100%;
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
#feature .contents_box-m .feature_contents .feature_img {
  width: 25%;
  position: absolute;
  bottom: -2%;
  right: 5%;
}

#staff .contents_box-m {
  width: 95%;
  min-width: auto;
  padding: 45px 0;
  box-sizing: border-box;
}
#staff .contents_box-m .staff_ttl {
  text-align: center;
  margin-bottom: 35px;
}
#staff .contents_box-m .staff_lists {
  flex-wrap: wrap;
}
#staff .contents_box-m .staff_lists .staff_list {
  width: 100%;
  margin: 0 0 15px 0;
}
#staff .contents_box-m .staff_lists .staff_list .staff_list_ttl {
  margin-bottom: 1%;
}
#staff .contents_box-m .staff_lists .staff_list .staff_list_ttl h4 {
  display: flex;
  align-items: center;
}
#staff .contents_box-m .staff_lists .staff_list .staff_list_ttl h4 .staff_list_name {
  display: block;
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 10px;
  position: relative;
}
#staff .contents_box-m .staff_lists .staff_list .staff_list_ttl h4 .staff_list_name::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #8a0021;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#staff .contents_box-m .staff_lists .staff_list .staff_list_ttl h4 .staff_list_occupation {
  display: block;
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 10px;
}
#staff .contents_box-m .staff_lists .staff_list .staff_career_lists .staff_career_list {
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#message {
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/message_bg.png) no-repeat center/cover;
}
#message .contents_box-l {
  width: 95%;
  min-width: auto;
  padding: 45px 0;
  box-sizing: border-box;
}
#message .contents_box-l .message_contents {
  min-width: auto;
  width: 100%;
  background: #ffffff;
  border-radius: 25px;
  padding: 45px 15px;
  box-sizing: border-box;
  position: relative;
}
#message .contents_box-l .message_contents::before {
  content: "";
  display: block;
  width: 56px;
  height: 76px;
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/message_contents_illust-left.png) no-repeat center/contain;
  position: absolute;
  bottom: -35px;
  left: 0;
}
#message .contents_box-l .message_contents::after {
  content: "";
  display: block;
  width: 90px;
  height: 46px;
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/message_contents_illust-right.png) no-repeat center/contain;
  position: absolute;
  top: 2%;
  right: 0;
}
#message .contents_box-l .message_contents .message_ttl {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px dashed #fbe2e1;
  margin-bottom: 20px;
}
#message .contents_box-l .message_contents .message_txt p {
  font-size: 14px;
  margin-bottom: 20px;
}
#message .contents_box-l .message_contents .message_txt p:last-child {
  margin-bottom: 0;
}

#news .contents_box-s {
  width: 95%;
  flex-direction: column;
  padding: 45px 0;
  box-sizing: border-box;
}
#news .contents_box-s .news_ttl {
  width: 100%;
  margin: 0 0 5px 0;
}
#news .contents_box-s .news_lists {
  width: 100%;
}
#news .contents_box-s .news_lists .news_list {
  margin-bottom: 25px;
}
#news .contents_box-s .news_lists .news_list a {
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 2px dashed #fbe2e1;
}
#news .contents_box-s .news_lists .news_list a .news_list_date {
  margin-bottom: 10px;
}
#news .contents_box-s .news_lists .news_list a .news_list_date span {
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#news .contents_box-s .news_lists .news_list a .news_list_ttl h4 {
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
#news .contents_box-s .news_btn a {
  display: inline-block;
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-right: 20px;
  position: relative;
}
#news .contents_box-s .news_btn a::before {
  content: "\f061";
  color: #474645;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.2s;
}/*# sourceMappingURL=style_sp.css.map */

}