@media screen and (min-width: 768px) and (max-width: 1079px) {

#mv {
  /* height: 750px; */
}
@media(max-width:900px) {
  #mv {
    /* height: 700px; */
  }
}



.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: 32%;
  min-width: 285px;
  background: #ffffff;
  padding: 15px 25px;
  box-sizing: border-box;
  border-radius: 15px;
}
.hd .hd_logo h1 a:hover {
  opacity: 0.6;
}
.hd .hd_nav {
  display: none;
}
.hd .hd_bg {
  width: 95%;
  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;
}

.hd .hd_ttl {
  width: 75%;
  max-width: 520px;
  position: absolute;
  bottom: 0;
  right: 2%;
}

.ft .cta {
  padding: 50px 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%;
  min-width: auto;
}
.ft .cta .contents_box-s .cta_contents {
  width: 95%;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, 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_ttl h3 {
  font-size: 24px;
}
.ft .cta .contents_box-s .cta_contents .cta_btn {
  width: 500px;
  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%;
  min-width: auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.ft .ft_wrapper .contents_box-s .ft_link_lists {
  width: 80%;
  margin: 0 auto 35px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ft .ft_wrapper .contents_box-s .ft_link_lists .ft_link_list {
  width: 48%;
  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 4% 4% 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: 350px;
  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 {
  position: fixed;
  bottom: 1.5%;
  right: 0.5%;
  z-index: 999;
}

#greeting .contents_box-m {
  width: 95%;
  min-width: auto;
  padding: 9% 0;
  box-sizing: border-box;
}
#greeting .contents_box-m .greeting_contents {
  width: 55%;
  margin-right: 3%;
}
#greeting .contents_box-m .greeting_contents .greeting_ttl {
  display: inline-block;
  margin-bottom: 5.47%;
}
#greeting .contents_box-m .greeting_contents .greeting_ttl h3 {
  font-size: 28px;
  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 p {
  font-size: 14px;
  margin-bottom: 3.91%;
}
#greeting .contents_box-m .greeting_contents .greeting_txt p:last-child {
  margin-bottom: 0;
}
#greeting .contents_box-m .greeting_img {
  width: 42%;
}

#aim {
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/aim_bg.png) no-repeat bottom left/cover;
}
#aim .contents_box-m {
  width: 95%;
  min-width: auto;
  padding: 60px 0;
  box-sizing: border-box;
}
#aim .contents_box-m .aim_img {
  margin-bottom: 35px;
}
#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) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  padding: 30px 0;
  box-sizing: border-box;
}
#aim .contents_box-m .aim_contents_wrapper .aim_contents {
  width: 52%;
  min-width: 680px;
  margin: 0 auto;
  position: relative;
}
#aim .contents_box-m .aim_contents_wrapper .aim_contents::before {
  content: "";
  display: block;
  width: 80px;
  height: 132px;
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/aim_contents_illust-left.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#aim .contents_box-m .aim_contents_wrapper .aim_contents::after {
  content: "";
  display: block;
  width: 80px;
  height: 132px;
  background: url(https://www7.kmu.ac.jp/nyusen/wp-content/uploads/2025/03/aim_contents_illust-right.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#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_ttl h3 {
  font-size: 28px;
}
#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: 60px 0;
  box-sizing: border-box;
}
#attempt .contents_box-s .attempt_ttl {
  text-align: center;
  margin-bottom: 35px;
}
#attempt .contents_box-s .attempt_ttl h3 {
  font-size: 28px;
}
#attempt .contents_box-s .attempt_lists {
  flex-wrap: wrap;
}
#attempt .contents_box-s .attempt_lists .attempt_list {
  width: 48%;
  background: #fef1f0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 4% 3% 0;
  position: relative;
}
#attempt .contents_box-s .attempt_lists .attempt_list:nth-child(2n) {
  margin-right: 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: 20px;
  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 {
  font-size: 14px;
  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: 60px 0;
  box-sizing: border-box;
}
#feature .contents_box-m .feature_contents {
  flex-direction: column;
  background: #ffffff;
  border-radius: 30px;
  padding: 35px;
  box-sizing: border-box;
  position: relative;
}
#feature .contents_box-m .feature_contents .feature_ttl {
  margin-bottom: 35px;
}
#feature .contents_box-m .feature_contents .feature_ttl h3 {
  font-size: 28px;
}
#feature .contents_box-m .feature_contents .feature_lists .feature_list {
  padding-bottom: 25px;
  border-bottom: 2px dashed #fbe2e1;
  margin-bottom: 25px;
}
#feature .contents_box-m .feature_contents .feature_lists .feature_list dt {
  width: 26.5%;
  min-width: 205px;
  color: #474645;
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-right: 3.5%;
}
#feature .contents_box-m .feature_contents .feature_lists .feature_list dd {
  width: 70%;
  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: 15%;
  position: absolute;
  bottom: 0;
  right: 1%;
}

#staff .contents_box-m {
  width: 95%;
  min-width: auto;
  padding: 60px 0;
  box-sizing: border-box;
}
#staff .contents_box-m .staff_ttl {
  text-align: center;
  margin-bottom: 35px;
}
#staff .contents_box-m .staff_ttl h3 {
  font-size: 28px;
}
#staff .contents_box-m .staff_lists {
  flex-wrap: wrap;
  justify-content: space-between;
}
#staff .contents_box-m .staff_lists .staff_list {
  width: 32.5%;
  margin: 0 0 3% 0;
}
#staff .contents_box-m .staff_lists .staff_list:nth-child(2n) {
  margin-right: 0;
}
#staff .contents_box-m .staff_lists .staff_list .staff_list_ttl {
  margin-bottom: 15px;
}
#staff .contents_box-m .staff_lists .staff_list .staff_list_ttl h4 {
  font-size: 20px;
}
#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: 18px;
  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: 14px;
  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: 60px 0;
  box-sizing: border-box;
}
#message .contents_box-l .message_contents {
  max-width: 760px;
  background: #ffffff;
  border-radius: 35px;
  padding: 35px 20px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  position: relative;
}
#message .contents_box-l .message_contents::before {
  content: "";
  display: block;
  width: 10.44%;
  height: 25.92%;
  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: -50px;
  left: -3%;
}
#message .contents_box-l .message_contents::after {
  content: "";
  display: block;
  width: 16.67%;
  height: 15.71%;
  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: 0.56%;
  border-bottom: 2px dashed #fbe2e1;
  margin-bottom: 2.78%;
}
#message .contents_box-l .message_contents .message_ttl h3 {
  font-size: 28px;
}
#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%;
  min-width: auto;
  padding: 60px 0 100px;
  position: relative;
}
#news .contents_box-s .news_ttl {
  width: 200px;
  margin: 30px 20px 0 0;
}
#news .contents_box-s .news_ttl h3 {
  font-size: 28px;
}
#news .contents_box-s .news_lists {
  width: 840px;
}
#news .contents_box-s .news_lists .news_list a {
  display: block;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: 2px dashed #fbe2e1;
  position: relative;
}
#news .contents_box-s .news_lists .news_list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.6s ease 0s;
  background: #fbe2e1;
  z-index: -1;
}
#news .contents_box-s .news_lists .news_list a:hover::before {
  width: 100%;
}
#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: 15px;
  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: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
#news .contents_box-s .news_btn {
  position: absolute;
  top: 320px;
  left: 0;
}
#news .contents_box-s .news_btn a {
  display: block;
  color: #474645;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  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;
}
#news .contents_box-s .news_btn a:hover {
  color: #8a0021;
}
#news .contents_box-s .news_btn a:hover::before {
  color: #8a0021;
  right: -5px;
  transition: 0.2s;
}/*# sourceMappingURL=style_tablet.css.map */

}