@charset "UTF-8";
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	section */
  /*=================================================================*/
  section {
    padding-bottom: 80px;
  }
  /*=================================================================*/
  /*	h2 */
  /*=================================================================*/
  h2 {
    font-family: "Roboto", Roboto, sans-serif;
    font-size: 3.2rem;
    text-align: center;
    margin: 30px 0;
  }
  /*=================================================================*/
  /*	mainvisual */
  /*=================================================================*/
  .visualArea {
    width: 100%;
    min-width: 1100px;
    position: relative;
  }
  .visualArea .visualBox {
    width: calc(100% - 14%);
    aspect-ratio: 2 / 1;
    margin-left: 14%;
    padding-bottom: 70px;
    position: relative;
  }
  .visualArea .visualBox .mainvisual {
    width: 100%;
    height: inherit;
  }
  .visualArea .visualBox .mainvisual .slick-list {
    border-radius: 40px 0 0 40px;
  }
  .visualArea .visualBox .mainvisual .visualList {
    width: 100%;
    height: auto;
    position: relative;
  }
  .visualArea .visualBox .mainvisual .visualList .main01Txt {
    position: absolute;
    bottom: 20%;
    left: 3.6%;
    z-index: 2;
    width: 25%;
  }
  .visualArea .visualBox .mainvisual .visualList .main01Txt img {
    width: 100%;
    height: auto;
  }
  .visualArea .visualBox .mainvisual .visualList .mainImg {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .visualArea .visualBox .mainvisual .visualList .mainImg img {
    width: 100%;
    height: auto;
  }
  .visualArea .newsBox {
    width: 50%;
    min-width: 600px;
    padding: 20px;
    box-sizing: border-box;
    background: #d5eaff;
    border-radius: 20px 0 0 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0 3px 6px rgba(121, 150, 178, 0.8);
  }
  .visualArea .newsBox .newsTtl {
    font-family: "Roboto", Roboto, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .visualArea .newsBox .newsTtl span {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #333;
    margin-left: 92px;
  }
  .visualArea .newsBox .newsList .infoDays {
    display: flex;
  }
  .visualArea .newsBox .newsList .infoDays .days {
    font-size: 1.4rem;
  }
  .visualArea .newsBox .newsList .infoDays .cate {
    font-size: 1.4rem;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    margin-left: 10px;
    line-height: normal;
    text-align: center;
    background-color: #fff;
  }
  .visualArea .newsBox .newsList .infoDays .others {
    color: #908888;
    border: 1px solid #cecece;
  }
  .visualArea .newsBox .newsList .infoDays .nursing {
    color: #eb6d91;
    border: 1px solid #eb6d91;
  }
  .visualArea .newsBox .newsList .infoDays .orthoptist {
    color: #52a5dc;
    border: 1px solid #52a5dc;
  }
  .visualArea .newsBox .newsList .infoDays .medicalinfo {
    color: #13b8a8;
    border: 1px solid #13b8a8;
  }
  .visualArea .newsBox .newsList .infoDays .applicants {
    color: #cc976a;
    border: 1px solid #cc976a;
  }
  .visualArea .newsBox .newsList .infoTtl a {
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .slick-dots {
    bottom: 26px !important;
    text-align: left !important;
    padding: 0 0 0 40px !important;
    box-sizing: border-box;
  }
  .slick-dots li {
    padding: 0 !important;
  }
  .slick-dots li button:before {
    color: #fff !important;
    opacity: 1 !important;
  }
  .slick-dots li.slick-active button:before {
    color: #ec7aa4 !important;
  }
  /*=================================================================*/
  /*	重要なお知らせ */
  /*=================================================================*/
  .important {
    width: 100%;
    background: #fdd700;
    padding: 16px 0;
  }
  .importantBox {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .importantBox .importantTtl {
    font-family: "Roboto", Roboto, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
  }
  .importantBox .importantTtl span {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin-left: 92px;
  }
  .importantBox .importantList .infoDays {
    display: flex;
  }
  .importantBox .importantList .infoDays .days {
    font-size: 1.6rem;
    color: #333;
    margin-top: 8px;
  }
  .importantBox .importantList .infoTtl {
    color: #333;
  }
  .importantBox .importantList .infoTtl a {
    font-size: 1.8rem;
    color: #333;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
  }
  /*=================================================================*/
  /*	TOPICS */
  /*=================================================================*/
  ul.topicsList {
    display: flex;
    flex-wrap: wrap;
  }
  ul.topicsList li {
    margin: 0 20px 16px 0;
  }
  ul.topicsList li:nth-of-type(3n) {
    margin-right: 0;
  }
  /*=================================================================*/
  /*	COURSE */
  /*=================================================================*/
  /*.courseArea {
    margin-bottom: 100px;
  }*/
  .courseBox {
    width: 345px;
  }
  .courseBox > a {
    position: relative;
    display: block;
  }
  .courseBox .courseImg {
    width: 100%;
    height: 360px;
    background-color: gray;
    position: relative;
    border-radius: 14px;
  }
  /*
  .courseBox:not(:first-of-type) .courseImg::before,
  .courseBox:not(:first-of-type) .courseName::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #231815;
    opacity: 0.7;
    border-radius: 14px;
    z-index: 1;
  }
  .courseBox .courseStop {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    z-index: 1;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    line-height: 120%;
    width: 90%;
  }
  */
  .courseBox .courseName .nameEn {
    font-size: 1.5rem;
    font-weight: 300;
  }
  .courseBox .courseName .nameJp {
    font-size: 3.2rem;
    margin-top: 8px;
    letter-spacing: 4px;
  }
  .courseBox .courseName .courseStatus {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
  }
  .courseBox .courseName .courseStatus .statusBox {
    font-size: 1.6rem;
    width: 90px;
    height: 30px;
    border-radius: 17px;
    box-sizing: border-box;
    text-align: center;
    padding: 1px 0;
    margin: 0 3px;
  }
  .nurseCourse .courseImg {
    background-image: url(../images/top/img_co_nursing.png);
    background-repeat: no-repeat;
    background-size: auto;
  }
  .nurseCourse .nameEn,
  .nurseCourse .nameJp {
    color: #eb6d91;
  }
  .nurseCourse .statusBox {
    border: 1px solid #eb6d91;
    box-shadow: 0px 4px 0px #eb6d91;
  }
  .orthoptistCourse .courseImg {
    background-image: url(../images/top/img_co_orthoptist.png);
    background-repeat: no-repeat;
    background-size: auto;
  }
  .orthoptistCourse .nameEn,
  .orthoptistCourse .nameJp {
    color: #52a5dc;
  }
  .orthoptistCourse .statusBox {
    border: 1px solid #52a5dc;
    box-shadow: 0px 4px 0px #52a5dc;
  }
  .medicalinfoCourse .courseImg {
    background-image: url(../images/top/img_co_medicalinfo.png);
    background-repeat: no-repeat;
    background-size: auto;
  }
  .medicalinfoCourse .nameEn,
  .medicalinfoCourse .nameJp {
    color: #13b8a8;
  }
  .medicalinfoCourse .nameJp {
    letter-spacing: -6px !important;
    font-size: 2.8rem !important;
  }
  .medicalinfoCourse .nameJpS {
    font-size: 1.4rem;
    line-height: 1;
    color: #13b8a8;
  }
  .medicalinfoCourse .courseStatus {
    margin-top: 4px !important;
  }
  .medicalinfoCourse .statusBox {
    border: 1px solid #13b8a8;
    box-shadow: 0px 4px 0px #13b8a8;
  }
  /***********
  学科募集停止による調整
  ***********/
  .courseBox .courseImg span {
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    position: absolute;
    left: 25px;
    bottom: 97px;
  }
  .courseBox .courseName {
    width: 318px;
    height: 145px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.16);
    position: absolute;
    top: 287px;
    left: 13px;
    z-index: 1;
  }
  .course .containerL {
    width: 800px;
  }
  .courseBox-stop .courseBox {
    width: auto;
  }
  .courseBox-stop .orthoptistCourse {
    margin-top: 15px;
  }
  .courseBox-stop .courseBox .courseName {
    position: relative;
    width: 400px;
    height: auto;
    top: auto;
    left: auto;
  }
  .courseBox-stop .nurseCourse .courseName {
    background-color: #eb6d91;
  }
  .courseBox-stop .orthoptistCourse .courseName {
    background-color: #52a5dc;
  }
  .courseBox-stop .courseBox .nameEn,
  .courseBox-stop .courseBox .nameJp {
    color: #fff;
  }
  .courseBox-stop .courseBox .courseName p {
    margin-top: 18px;
  }
  .other-school {
    margin-top: 5px;
  }
  .other-school a {
    font-weight: bold;
  }
  /*=================================================================*/
  /*	INFO */
  /*=================================================================*/
  .toList {
    text-align: right;
    margin-top: 15px;
  }
  .toList a {
    display: inline-block;
  }
  .toList a img {
    vertical-align: baseline;
    margin-right: 10px;
  }
  .infoBox {
    width: 800px;
    margin: 0 auto;
  }
  .infoArea {
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    position: relative;
  }
  .tab_class {
    width: calc(100% / 5);
    height: 44px;
    background-color: darkgrey;
    line-height: 43px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    box-sizing: border-box;
    padding: 1px 0;
    border-right: 1px solid #fff;
    opacity: 1;
    transition: 0.3s;
  }
  .tab_class:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .tab0 {
    position: absolute;
    bottom: -50px;
    font-size: 1.6rem !important;
    background-color: #fff;
    width: fit-content;
    line-height: 43px;
    font-size: 1.4rem;
    color: #333;
    opacity: 1;
    transition: 0.3s;
  }
  .tab0 img {
    vertical-align: baseline;
    margin-right: 10px;
  }
  .tab0:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .tab2,
  .tab3 {
    line-height: 1.4;
  }
  .tab1 {
    background-color: #eb6d91;
  }
  .tab2 {
    background-color: #52a5dc;
  }
  .tab3 {
    background-color: #13b8a8;
  }
  .tab4 {
    background-color: #cc976a;
  }
  .tab5 {
    background-color: #908888;
  }
  input[name="tab_name"] {
    display: none;
  }
  .content_class {
    display: none;
    width: 100%;
  }
  input:checked + .tab_class + .content_class {
    display: block;
  }
  ul.infoList li {
    padding: 10px 0;
    border-bottom: 1px solid #b5b5b5;
  }
  ul.infoList li .infoDays {
    display: flex;
    margin-bottom: 8px;
  }
  ul.infoList li .infoDays .days {
    font-size: 1.4rem;
  }
  ul.infoList li .infoDays .cate {
    font-size: 1.4rem;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    margin-left: 10px;
    line-height: normal;
    text-align: center;
    background-color: #fff;
  }
  ul.infoList li .infoDays .others {
    color: #908888;
    border: 1px solid #cecece;
  }
  ul.infoList li .infoDays .nursing {
    color: #eb6d91;
    border: 1px solid #eb6d91;
  }
  ul.infoList li .infoDays .orthoptist {
    color: #52a5dc;
    border: 1px solid #52a5dc;
  }
  ul.infoList li .infoDays .medicalinfo {
    color: #13b8a8;
    border: 1px solid #13b8a8;
  }
  ul.infoList li .infoDays .applicants {
    color: #cc976a;
    border: 1px solid #cc976a;
  }
  ul.infoList li .infoTtl a {
    font-size: 1.6rem;
    line-height: normal;
  }
  /*=================================================================*/
  /*	CALENDER */
  /*=================================================================*/
  .calenderBox {
    width: 800px;
    margin: 0 auto;
  }
  .calender {
    width: 800px;
  }
  .heading {
    padding: 20px 0;
    margin: 0;
    background: #ffcce4;
  }
  .heading span {
    font-family: "Roboto", Roboto, sans-serif;
    font-size: 1.8rem;
  }
  .my-calendar-header {
    margin-top: -48px;
  }
  .my-calendar-nav ul {
    display: flex;
    justify-content: space-between;
  }
  .my-calendar-nav ul .my-calendar-today {
    display: none;
  }
  .my-calendar-nav ul .my-calendar-prev,
  .my-calendar-nav ul .my-calendar-next {
    font-size: 1.8rem;
    font-family: monospace;
    font-weight: bold;
    margin: 0 27px;
  }
  .mc-content {
    width: 100%;
    background: #fff7fb;
    margin-top: 22px;
  }
  .my-calendar-table {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    color: #333;
  }
  .my-calendar-table td,
  .my-calendar-table th {
    height: 57px;
  }
  .my-calendar-table thead th {
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Noto Sans Japanese",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .my-calendar-table thead th.sat {
    color: #4f4fd8;
  }
  .my-calendar-table thead th.sun {
    color: #b05454;
  }
  .my-calendar-table tbody td {
    font-family: "Roboto", Roboto, sans-serif;
  }
  .my-calendar-table tbody td.current-day span span {
    font-weight: bold;
  }
  .my-calendar-table tbody td.nextmonth span span {
    color: #aaaaaa;
  }
  .event-icon {
    display: none;
  }
  abbr[title] {
    text-decoration: none;
  }
  .eventName {
    display: flex;
    align-items: center;
    margin-top: 7px;
  }
  .eventName-A {
    display: flex;
    align-items: center;
    margin-top: 7px;
  }
  .eventName-B {
    display: flex;
    align-items: center;
    margin-top: 7px;
  }
  .eventName-C {
    display: flex;
    align-items: center;
    margin-top: 7px;
  }
  .eventName .colorBox {
    width: 32px;
    height: 22px;
    margin-right: 4px;
  }
  .eventName .eventttl {
    margin-right: 10px;
  }
  .mc-main {
    position: relative;
  }
  .mc-main .calendar-event .details,
  .mc-main .calendar-events {
    position: absolute;
    top: 10em;
    left: 1%;
    width: 98%;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.16);
    color: #333;
    color: var(--primary-dark);
  }
  .mc-main.mini .calendar-events {
    top: 52px;
    left: 5%;
    width: 90%;
    border: 1px solid var(--highlight-dark);
  }
  .mc-main .calendar-events {
    border-radius: 14px;
    z-index: 9;
  }
  .mc-main .mc-event {
    word-break: normal;
  }
  .mc-main .calendar-events .mc-event:nth-of-type(1n + 1) {
    border-top: 1px solid var(--highlight-dark);
  }
  .mc-main .details {
    padding: 1.5rem;
  }
  .mc-main.mini .details {
    padding: 0 16px;
  }
  .mc-main .list-event .event-title {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
  .mc-main .list-event .event-title {
    padding: 0.5rem;
    margin-bottom: 0.25em 0 !important;
  }
  .mc-main .list-event > .event-title {
    display: block;
    font-size: 1.2rem;
  }
  .mc-main .mc-list .event-date button.mc-text-button {
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    background-color: transparent !important;
    color: var(--primary-dark) !important;
    outline-offset: 2px;
  }
  .mc-main .event-title a.list {
    text-decoration: none;
  }
  .mc-main .event-title a > span {
    text-decoration: underline;
    flex: 1;
    display: flex;
    align-items: top;
    column-gap: 4px;
  }
  .mc-main .mc-list .mc-text-button > span {
    text-decoration: underline;
  }
  .mc-main .mc-list .event-date button:hover,
  .mc-main .mc-list .event-date button:focus {
    background: transparent;
  }
  .mc-main .mc-list .event-date button:nth-of-type(1)::before {
    content: "\f132";
    top: 0;
    margin-right: 3px;
  }
  .mc-main .mc-list .event-title a.list::before {
    content: "\f132";
    top: 0;
    margin-right: 3px;
  }
  .mc-main .mc-list .event-title a.list[aria-expanded="true"]::before,
  .mc-main
    .mc-list
    .event-date
    button:nth-of-type(1)[aria-expanded="true"]::before {
    content: "\f460";
  }
  .mc-main .mc-list .details .address {
    padding-right: 0;
  }
  .mc-main .mc-list .details > p {
    padding: 0.5em;
  }
  .mc-main .close img {
    width: auto !important;
    height: auto !important;
    padding: 2px 2px 0;
  }
  .mc-main button.close {
    position: absolute;
    right: 3px;
    top: 4px;
    padding: 10px !important;
    border-radius: 3px;
    color: #ec7aa4 !important;
  }
  .mc-main button.close,
  .mc-main button.close * {
    padding: 0;
    line-height: 1;
    opacity: 1;
  }
  .mc-main.mini .close {
    left: auto;
    right: 0;
    font-size: 18px;
  }
  .mc-main .close:hover,
  .mc-main .close:focus {
    background: #fff !important;
    background: var(--primary-light) !important;
    color: #d00 !important;
    outline: 1px solid var(--primary-dark);
  }
  .mc-main .details .category-icon {
    width: auto;
  }
  .mc-main .details img.alignleft {
    width: auto;
    float: left;
    margin: 0 20px 10px 0;
  }
  .mc-main .details img.alignright {
    width: auto;
    float: left;
    margin: 0 0 10px 20px;
  }
  .mc-main .details img.aligncenter {
    width: auto;
    display: block;
    margin: 0 auto 10px;
  }
  .mc-main .details p {
    margin: 0 0 20px;
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Noto Sans Japanese",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .event-title {
    padding: 20px 0;
    font-weight: bold;
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Noto Sans Japanese",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
  }
  .time-block {
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Noto Sans Japanese",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
  }
  .mc-main .details .mc_edit_links {
    display: none;
  }
  .sharing > .mc-details a {
    display: block;
    width: 290px;
    height: 45px;
    background: url(../images/sec/icon_btn_arrow.svg) no-repeat center right
        28px,
      #ec7aa4;
    border-radius: 23px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    transition: 0.3s;
    margin: 0 auto;
  }
  .sharing > .mc-details a:hover {
    background: url(../images/sec/icon_btn_arrow.svg) no-repeat center right
        18px,
      #ec7aa4;
  }
  .dashicons-dismiss:before {
    content: "✕" !important;
  }
  .dashicons,
  .dashicons-before:before {
    width: 26px !important;
    height: 26px !important;
    font-size: 26px !important;
  }
  .mcat_2 {
    background-color: #b7eeff;
  }
  .mcat_3 {
    background-color: #ffcb8e;
  }
  .mcat_4 {
    background-color: #bbdbf3;
  }
  .mcat_6 {
    background-color: #80c0a0;
  }
  /*=================================================================*/
  /*	SNS */
  /*=================================================================*/
  ul.snsList {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.snsList li {
    margin: 0 20px;
  }
  /*=================================================================*/
  /*	MAP & ACCESS */
  /*=================================================================*/
  .map iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .mapTxt {
    font-size: 1.2rem;
    text-align: right;
  }
  .mapTtl {
    margin: 50px 0 15px;
    font-size: 2rem;
    font-weight: bold;
  }
  .mapTimebox {
    display: flex;
    margin-bottom: 35px;
  }
  .mapTimebox ul.mapTime {
    width: 525px;
    padding-left: 25px;
    box-sizing: border-box;
  }
  .mapTimebox ul.mapTime li {
    list-style: disc;
  }
  /*=================================================================*/
  /*	リンク */
  /*=================================================================*/
  .fLink {
    display: flex;
    justify-content: space-between;
  }
  .fLink a {
    font-size: 22px;
    font-family: "Roboto", Roboto, sans-serif;
    font-weight: bold;
    line-height: 68px;
    text-align: center;
    display: inline-block;
    width: 510px;
    height: 68px;
    background: #fff;
    border: 1px solid #989696;
    box-sizing: border-box;
  }
  .fLink a img {
    margin-right: 15px;
    vertical-align: top;
  }
  /*<end>============================================================*/
}

/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	section */
  /*=================================================================*/
  section {
    padding-bottom: 50px;
  }
  /*=================================================================*/
  /*	h2 */
  /*=================================================================*/
  h2 {
    font-family: "Roboto", Roboto, sans-serif;
    font-size: 2.6rem;
    text-align: center;
    margin: 30px 0;
  }
  /*=================================================================*/
  /*	mainvisual */
  /*=================================================================*/
  .visualArea {
    width: 100%;
  }
  .visualArea .visualBox {
    width: 100%;
  }
  .visualArea .visualBox .mainvisual {
    width: calc(100% - 4%);
    aspect-ratio: 7 / 10;
    margin-right: 4%;
    position: relative;
  }
  .visualArea .visualBox .mainvisual .slick-list {
    border-radius: 0 40px 40px 0;
  }
  .visualArea .visualBox .mainvisual .visualList {
    width: 100%;
    height: auto;
    position: relative;
  }
  .visualArea .visualBox .mainvisual .visualList .main01Txt {
    position: absolute;
    bottom: 18%;
    left: 4%;
    z-index: 2;
    width: 70%;
  }
  .visualArea .visualBox .mainvisual .visualList .main01Txt img {
    width: 100%;
    height: auto;
  }
  .visualArea .visualBox .mainvisual .visualList .mainImg {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .visualArea .visualBox .mainvisual .visualList .mainImg img {
    width: 100%;
    height: auto;
  }
  .visualArea .newsBox {
    width: 96%;
    padding: 10px 10px 10px 20px;
    margin-left: 4%;
    box-sizing: border-box;
    background: #d5eaff;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 3px 6px rgba(121, 150, 178, 0.8);
  }
  .visualArea .newsBox .newsTtl {
    font-family: "Roboto", Roboto, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .visualArea .newsBox .newsTtl span {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #333;
    margin-left: 92px;
  }
  .visualArea .newsBox .newsList .infoDays {
    display: flex;
    margin-bottom: 8px;
  }
  .visualArea .newsBox .newsList .infoDays .days {
    font-size: 1.4rem;
  }
  .visualArea .newsBox .newsList .infoDays .cate {
    font-size: 1.4rem;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    margin-left: 10px;
    line-height: normal;
    text-align: center;
    background-color: #fff;
  }
  .visualArea .newsBox .newsList .infoDays .others {
    color: #908888;
    border: 1px solid #cecece;
  }
  .visualArea .newsBox .newsList .infoDays .nursing {
    color: #eb6d91;
    border: 1px solid #eb6d91;
  }
  .visualArea .newsBox .newsList .infoDays .orthoptist {
    color: #52a5dc;
    border: 1px solid #52a5dc;
  }
  .visualArea .newsBox .newsList .infoDays .medicalinfo {
    color: #13b8a8;
    border: 1px solid #13b8a8;
  }
  .visualArea .newsBox .newsList .infoDays .applicants {
    color: #cc976a;
    border: 1px solid #cc976a;
  }
  .visualArea .newsBox .newsList .infoTtl {
    overflow: hidden;
  }
  .visualArea .newsBox .newsList .infoTtl a {
    font-size: 1.4rem;
    line-height: normal;
    width: 800px;
    display: block;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .slick-dots {
    bottom: 46px !important;
  }
  .slick-dots li {
    padding: 0 !important;
  }
  .slick-dots li button:before {
    color: #fff !important;
    opacity: 1 !important;
  }
  .slick-dots li.slick-active button:before {
    color: #ec7aa4 !important;
  }
  /*=================================================================*/
  /*	重要なお知らせ */
  /*=================================================================*/
  .important {
    width: 100%;
    background: #fdd700;
    padding: 10px 0;
  }
  .importantBox {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .importantBox .importantTtl {
    font-family: "Roboto", Roboto, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
  }
  .importantBox .importantTtl span {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin-left: 10px;
  }
  .importantBox .importantList .infoDays {
    display: flex;
  }
  .importantBox .importantList .infoDays .days {
    font-size: 1.4rem;
    color: #333;
  }
  .importantBox .importantList .infoTtl {
    color: #333;
  }
  .importantBox .importantList .infoTtl a {
    font-size: 1.6rem;
    color: #333;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
  }
  /*=================================================================*/
  /*	TOPICS */
  /*=================================================================*/
  ul.topicsList li {
    margin: 18px 0;
  }
  /*=================================================================*/
  /*	COURSE */
  /*=================================================================*/
  .courseBox {
    width: 100%;
  }
  .courseBox a {
    min-height: 150px;
    display: block;
    margin-top: 15px;
    position: relative;
  }
  /*
  .courseBox:not(:first-of-type) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #231815;
    opacity: 0.7;
    z-index: 1;
  }
  .courseBox .courseStop {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 120%;
    width: 90%;
  }
  */
  .courseBox .courseName {
    width: 84%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 4vh 0;
    color: #fff;
  }
  .courseBox .courseName .nameEn {
    font-size: 1.5rem;
    font-weight: 300;
  }
  .courseBox .courseName .nameJp {
    font-size: 3.2rem;
    margin-top: 8px;
    letter-spacing: 4px;
    font-weight: 500;
  }
  .courseBox .courseName .nameJp img {
    width: 16px;
    height: auto;
    margin-left: 4px;
  }
  .courseBox .courseName .courseStatus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
  }
  .courseBox .courseName .courseStatus .statusBox {
    font-size: 1.6rem;
    width: 90px;
    height: 30px;
    border-radius: 17px;
    box-sizing: border-box;
    text-align: center;
    padding: 1px 0;
    margin: 0 3px;
  }
  .nurseCourse {
    background-color: #eb6d91;
  }
  .nurseCourse .nameEn,
  .nurseCourse .nameJp {
    color: #fff;
  }
  .nurseCourse .statusBox {
    border: 1px solid #fff;
    box-shadow: 0px 4px 0px #eb6d91;
  }
  .orthoptistCourse {
    background-color: #52a5dc;
  }
  .orthoptistCourse .nameEn,
  .orthoptistCourse .nameJp {
    color: #fff;
  }
  .orthoptistCourse .statusBox {
    border: 1px solid #fff;
    box-shadow: 0px 4px 0px #52a5dc;
  }
  .medicalinfoCourse {
    background-image: url(../images/top/sp/img_co_medicalinfo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .medicalinfoCourse .nameEn,
  .medicalinfoCourse .nameJp {
    color: #fff;
  }
  .medicalinfoCourse .nameJp {
    letter-spacing: -6px !important;
    font-size: 3rem !important;
  }
  .medicalinfoCourse .nameJp img {
    margin-left: 10px !important;
  }
  .medicalinfoCourse .nameJpS {
    font-size: 1.2rem;
    margin-top: 4px;
  }
  .medicalinfoCourse .statusBox {
    border: 1px solid #fff;
    box-shadow: 0px 4px 0px #13b8a8;
  }
  .medicalinfoCourse .courseName {
    padding: 3vh 0;
  }
  .medicalinfoCourse .courseName .courseStatus {
    margin-top: 3px;
  }
  /***********
  学科募集停止による調整
  ***********/
  .courseBox-stop .courseBox .courseName p {
    margin-top: 15px;
  }
  .other-school {
    margin-top: 5px;
    margin-left: 8%;
  }
  .other-school a {
    font-weight: bold;
  }
  /*=================================================================*/
  /*	INFO */
  /*=================================================================*/
  .infoBox {
    padding-bottom: 50px;
  }
  .toList {
    text-align: right;
    margin-top: 15px;
  }
  .toList a {
    display: inline-block;
  }
  .toList a img {
    width: 6px;
    height: auto;
    vertical-align: baseline;
    margin-right: 10px;
  }
  .infoBox {
    width: 100%;
  }
  .infoArea {
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    position: relative;
  }
  .tab_class {
    width: calc(100% / 5);
    height: 44px;
    line-height: 43px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    box-sizing: border-box;
    padding: 1px 0;
    border-right: 1px solid #fff;
    opacity: 1;
    transition: 0.3s;
  }
  .tab0 {
    position: absolute;
    bottom: -50px;
    font-size: 1.6rem !important;
    background-color: #fff;
    width: fit-content;
    line-height: 43px;
    font-size: 1.4rem;
    color: #333;
    opacity: 1;
    transition: 0.3s;
  }
  .tab0 img {
    width: 6px;
    height: auto;
    vertical-align: baseline;
    margin-right: 10px;
  }
  .tab2,
  .tab3 {
    line-height: normal;
  }
  .tab1 {
    background-color: #eb6d91;
  }
  .tab2 {
    background-color: #52a5dc;
  }
  .tab3 {
    background-color: #13b8a8;
    letter-spacing: -2px;
  }
  .tab4 {
    background-color: #cc976a;
  }
  .tab5 {
    background-color: #908888;
  }
  input[name="tab_name"] {
    display: none;
  }
  .content_class {
    display: none;
    width: 100%;
  }
  input:checked + .tab_class + .content_class {
    display: block;
  }
  ul.infoList li {
    padding: 10px 0;
    border-bottom: 1px solid #b5b5b5;
  }
  ul.infoList li .infoDays {
    display: flex;
    margin-bottom: 8px;
  }
  ul.infoList li .infoDays .days {
    font-size: 1.4rem;
  }
  ul.infoList li .infoDays .cate {
    font-size: 1.4rem;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    margin-left: 10px;
    line-height: normal;
    text-align: center;
    background-color: #fff;
  }
  ul.infoList li .infoDays .others {
    color: #908888;
    border: 1px solid #cecece;
  }
  ul.infoList li .infoDays .nursing {
    color: #eb6d91;
    border: 1px solid #eb6d91;
  }
  ul.infoList li .infoDays .orthoptist {
    color: #52a5dc;
    border: 1px solid #52a5dc;
  }
  ul.infoList li .infoDays .medicalinfo {
    color: #13b8a8;
    border: 1px solid #13b8a8;
  }
  ul.infoList li .infoDays .applicants {
    color: #cc976a;
    border: 1px solid #cc976a;
  }
  ul.infoList li .infoTtl a {
    font-size: 1.6rem;
    line-height: normal;
  }
  /*=================================================================*/
  /*	CALENDER */
  /*=================================================================*/
  .calender {
    width: 100%;
  }
  .heading {
    padding: 20px 0;
    margin: 0;
    background: #ffcce4;
  }
  .heading span {
    font-family: "Roboto", Roboto, sans-serif;
    font-size: 1.8rem;
  }
  .my-calendar-header {
    margin-top: -6.7vh;
  }
  .my-calendar-nav ul {
    display: flex;
    justify-content: space-between;
  }
  .my-calendar-nav ul .my-calendar-today {
    display: none;
  }
  .my-calendar-nav ul .my-calendar-prev,
  .my-calendar-nav ul .my-calendar-next {
    font-size: 1.8rem;
    font-family: monospace;
    font-weight: bold;
    margin: 0 27px;
  }
  .mc-content {
    width: 100%;
    background: #fff7fb;
    margin-top: 22px;
  }
  .my-calendar-table {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    color: #333;
  }
  .my-calendar-table td,
  .my-calendar-table th {
    height: 57px;
  }
  .my-calendar-table thead th {
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Noto Sans Japanese",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .my-calendar-table thead th.sat {
    color: #4f4fd8;
  }
  .my-calendar-table thead th.sun {
    color: #b05454;
  }
  .my-calendar-table tbody td {
    font-family: "Roboto", Roboto, sans-serif;
  }
  .my-calendar-table tbody td.current-day span span {
    font-weight: bold;
  }
  .my-calendar-table tbody td.nextmonth span span {
    color: #aaaaaa;
  }
  .event-icon {
    display: none;
  }
  abbr[title] {
    text-decoration: none;
  }
  .eventName {
    display: block;
    align-items: center;
    margin-top: 7px;
  }
  .eventName-A {
    display: flex;
    align-items: center;
    margin-top: 7px;
  }
  .eventName-B {
    display: flex;
    align-items: center;
    margin-top: 7px;
  }
  .eventName-C {
    display: flex;
    align-items: center;
    margin-top: 7px;
  }
  .eventName .colorBox {
    width: 32px;
    height: 22px;
    margin-right: 4px;
  }
  .mc-main {
    position: relative;
  }
  .mc-main .calendar-event .details,
  .mc-main .calendar-events {
    position: absolute;
    top: 10em;
    left: 1%;
    width: 98%;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.16);
    color: #333;
    color: var(--primary-dark);
  }
  .mc-main.mini .calendar-events {
    top: 52px;
    left: 5%;
    width: 90%;
    border: 1px solid var(--highlight-dark);
  }
  .mc-main .calendar-events {
    border-radius: 14px;
    z-index: 7;
  }
  .mc-main .mc-event {
    word-break: normal;
  }
  .mc-main .calendar-events .mc-event:nth-of-type(1n + 1) {
    border-top: 1px solid var(--highlight-dark);
  }
  .mc-main .details {
    padding: 1.5rem;
  }
  .mc-main.mini .details {
    padding: 0 16px;
  }
  .mc-main .list-event .event-title {
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
  .mc-main .list-event .event-title {
    padding: 0.5rem;
    margin-bottom: 0.25em 0 !important;
  }
  .mc-main .list-event > .event-title {
    display: block;
    font-size: 1.2rem;
  }
  .mc-main .mc-list .event-date button.mc-text-button {
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    background-color: transparent !important;
    color: var(--primary-dark) !important;
    outline-offset: 2px;
  }
  .mc-main .event-title a.list {
    text-decoration: none;
  }
  .mc-main .event-title a > span {
    text-decoration: underline;
    flex: 1;
    display: flex;
    align-items: top;
    column-gap: 4px;
  }
  .mc-main .mc-list .mc-text-button > span {
    text-decoration: underline;
  }
  .mc-main .mc-list .event-date button:hover,
  .mc-main .mc-list .event-date button:focus {
    background: transparent;
  }
  .mc-main .mc-list .event-date button:nth-of-type(1)::before {
    content: "\f132";
    top: 0;
    margin-right: 3px;
  }
  .mc-main .mc-list .event-title a.list::before {
    content: "\f132";
    top: 0;
    margin-right: 3px;
  }
  .mc-main .mc-list .event-title a.list[aria-expanded="true"]::before,
  .mc-main
    .mc-list
    .event-date
    button:nth-of-type(1)[aria-expanded="true"]::before {
    content: "\f460";
  }
  .mc-main .mc-list .details .address {
    padding-right: 0;
  }
  .mc-main .mc-list .details > p {
    padding: 0.5em;
  }
  .mc-main .close img {
    width: auto !important;
    height: auto !important;
    padding: 2px 2px 0;
  }
  .mc-main button.close {
    position: absolute;
    right: 3px;
    top: 0;
    padding: 10px !important;
    border-radius: 3px;
    color: #ec7aa4 !important;
  }
  .mc-main button.close,
  .mc-main button.close * {
    padding: 0;
    line-height: 1;
    opacity: 1;
  }
  .mc-main.mini .close {
    left: auto;
    right: 0;
    font-size: 18px;
  }
  .mc-main .close:hover,
  .mc-main .close:focus {
    background: #fff !important;
    background: var(--primary-light) !important;
    color: #d00 !important;
    outline: 1px solid var(--primary-dark);
  }
  .mc-main .details .category-icon {
    width: auto;
  }
  .mc-main .details img.alignleft {
    width: auto;
    float: left;
    margin: 0 20px 10px 0;
  }
  .mc-main .details img.alignright {
    width: auto;
    float: left;
    margin: 0 0 10px 20px;
  }
  .mc-main .details img.aligncenter {
    width: auto;
    display: block;
    margin: 0 auto 10px;
  }
  .mc-main .details p {
    margin: 0 0 20px;
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Noto Sans Japanese",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .event-title {
    padding: 20px 0;
    font-weight: bold;
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Noto Sans Japanese",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
  }
  .time-block {
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Noto Sans Japanese",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
  }
  .mc-main .details .mc_edit_links {
    display: none;
  }
  .sharing > .mc-details a {
    display: block;
    width: 90%;
    height: 45px;
    background: url(../images/sec/icon_btn_arrow.svg) no-repeat center right
        28px,
      #ec7aa4;
    border-radius: 23px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    transition: 0.3s;
    margin: 0 auto;
  }
  .sharing > .mc-details a:hover {
    background: url(../images/sec/icon_btn_arrow.svg) no-repeat center right
        18px,
      #ec7aa4;
  }
  .dashicons-dismiss:before {
    content: "✕" !important;
  }
  .dashicons,
  .dashicons-before:before {
    width: 26px !important;
    height: 26px !important;
    font-size: 26px !important;
  }
  .mcat_2 {
    background-color: #b7eeff;
  }
  .mcat_3 {
    background-color: #ffcb8e;
  }
  .mcat_4 {
    background-color: #bbdbf3;
  }
  .mcat_6 {
    background-color: #80c0a0;
  }
  /*=================================================================*/
  /*	SNS */
  /*=================================================================*/
  ul.snsList {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.snsList li {
    margin: 0 10px;
  }
  ul.snsList li a {
    display: block;
  }
  ul.snsList li a img {
    width: 40px;
    height: auto;
  }
  /*=================================================================*/
  /*	MAP & ACCESS */
  /*=================================================================*/
  .map iframe {
    width: 100%;
    aspect-ratio: 16/9 !important;
  }
  .mapTxt {
    font-size: 1.2rem;
    text-align: right;
  }
  .mapTtl {
    margin: 50px 0 15px;
    font-size: 2rem;
    font-weight: bold;
  }
  .mapTimebox ul.mapTime {
    width: 100%;
    padding-left: 25px;
    box-sizing: border-box;
  }
  .mapTimebox ul.mapTime li {
    font-size: 1.4rem;
    list-style: disc;
  }
  /*=================================================================*/
  /*	リンク */
  /*=================================================================*/
  .fLink a {
    font-size: 22px;
    font-family: "Roboto", Roboto, sans-serif;
    font-weight: bold;
    line-height: 68px;
    text-align: center;
    display: block;
    width: 86%;
    height: 68px;
    background: #fff;
    border: 1px solid #989696;
    box-sizing: border-box;
    margin: 0 auto 10px;
  }
  .fLink a img {
    width: auto;
    margin-right: 15px;
    vertical-align: top;
  }
  /*<end>============================================================*/
}
