@charset "UTF-8";
/*-----------------------------
リセット
---------------------------*/
/*あとで消す*/
body {
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: #23234B;
  line-height: 1.8;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

img {
  vertical-align: bottom;
  height: auto;
}

_:-ms-lang(x)::-ms-backdrop,
img {
  height: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*-----------------------------
全般
---------------------------*/
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.grad_section {
  max-width: 1030px;
  width: 94%;
  margin: auto;
  font-family: kozuka-mincho-pro, serif;
  color: #23234B;
}
.grad_section .sec_title {
  padding-top: 100px;
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .grad_section .sec_title {
    padding-top: 70px;
    line-height: 1.4;
  }
}
.grad_section .page_title {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #23234B;
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .grad_section .page_title {
    font-size: 3rem;
    letter-spacing: inherit;
    line-height: 1.4;
  }
}
.grad_section .page_title .small_text {
  font-size: 2.6rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .grad_section .page_title .small_text {
    display: block;
    font-size: 2rem;
  }
}
.grad_section .sec_topic {
  margin-bottom: 30px;
  padding: 7px 1em;
  background-color: #FB94B7;
  border-radius: 50px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-align: left;
}
@media (max-width: 768px) {
  .grad_section .sec_topic {
    margin-bottom: 1em;
  }
}
.grad_section .oredered_list {
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 1.25em;
  border-top: 1px dashed #23234B;
  letter-spacing: inherit;
  list-style-type: decimal;
}
@media (max-width: 768px) {
  .grad_section .oredered_list {
    margin-top: 35px;
    padding-left: 1.75em;
  }
}
.grad_section .oredered_list.plural {
  padding-top: 0;
}
.grad_section .oredered_list.plural .list_item {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .grad_section .oredered_list.plural .list_item {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .grad_section .oredered_list.plural .list_item:nth-of-type(1) {
    margin-top: 30px;
  }
}
.grad_section .oredered_list .list_item {
  padding-left: 0.75em;
  list-style: decimal;
}
@media (max-width: 768px) {
  .grad_section .oredered_list .list_item {
    margin-top: 20px;
    padding-left: 0;
    text-align: justify;
  }
  .grad_section .oredered_list .list_item:nth-of-type(1) {
    margin-top: 0;
  }
}

/*-----------------------------
大学院トップページ
index.html
---------------------------*/
/*トップ画像*/
.top_img {
  width: 100%;
  max-height: 600px;
  min-height: 200px;
  height: 50vh;
  background-image: url(/academics/grad_nursing/img/daigakuin_kango_top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .top_img {
    max-height: none;
    min-height: auto;
    height: 250px;
    background-position: 41% 45%;
    background-repeat: no-repeat;
    background-size: 140%;
  }
}

/*イントロダクション　*/
.grad_introduction {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .grad_introduction {
    margin-top: 60px;
  }
}
.grad_introduction .intro_title .top_text {
  display: block;
  font-size: 1.8rem;
}
.grad_introduction .intro_title .bottom_text {
  display: inline-block;
  padding-left: 0.25em;
  border-bottom: 10px solid #FDDEE9;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .grad_introduction .intro_title .bottom_text {
    padding-left: 0;
    font-size: 4.2rem;
  }
}
.grad_introduction .text_box {
  margin-top: 40px;
}
.grad_introduction .text_box .topic {
  display: inline-block;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #23234B;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .grad_introduction .text_box .topic {
    font-size: 2rem;
  }
}
.grad_introduction .text_box .text {
  margin-top: 2em;
}

/*修士課程について*/
.summary {
  max-width: none;
  margin-top: 130px;
  padding-bottom: 200px;
  background-color: #FFF4FA;
}
@media (max-width: 768px) {
  .summary {
    width: 100%;
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
.summary .container {
  max-width: 1030px;
  width: 90%;
  margin: 35px auto 0;
  padding: 5% 7%;
  background-color: #fff;
}
.summary .container:nth-of-type(1) {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .summary .container:nth-of-type(1) {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .summary .container {
    margin-top: 15px;
    padding: 50px 1em;
  }
}
.summary .container .topic {
  color: #FB94B7;
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .summary .container .topic {
    font-size: 2.2rem;
  }
}
.summary .container .topic .sub_topic {
  display: block;
  margin-top: 1em;
  font-size: 1.4rem;
}
.summary .container .topic .sub_topic::before {
  content: "［";
  padding-right: 0.5em;
}
.summary .container .topic .sub_topic::after {
  content: "］";
  padding-left: 0.5em;
}
.summary .container .policy_text {
  letter-spacing: inherit;
}
.summary .container .policy_text {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .summary .container .policy_text {
    margin-top: 40px;
  }
}

/*概要/カリキュラム/費用*/
.table {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .table {
    margin-top: 80px;
  }
}
.table .button {
  display: block;
  position: relative;
  max-width: 440px;
  width: 90%;
  margin: 30px auto 10px 0;
  padding: 15px 0;
  border: 1px solid #23234B;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.table .button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #23234B #23234B transparent transparent;
}
@media (max-width: 768px) {
  .table .button::after {
    width: 7px;
    height: 7px;
  }
}
.table .button:hover {
  background-color: rgba(255, 244, 250, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table .button .btn_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.table .button.curriculum_btn {
  margin-top: 50px;
  max-width: 650px;
}
.table .table_container {
  margin: 150px auto 0;
}
@media (max-width: 768px) {
  .table .table_container {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .table .table_container .table_box {
    overflow-x: auto;
  }
}
.table .grad_table {
  width: 100%;
  border-bottom: 1px solid #23234B;
  border-collapse: collapse;
  empty-cells: show;
}
@media (max-width: 768px) {
  .table .grad_table {
    width: 700px;
  }
}
.table .grad_table tr,
.table .grad_table th,
.table .grad_table td {
  border: none;
}
.table .grad_table th,
.table .grad_table td {
  padding-left: 1em;
}
.table .grad_table .table_topic {
  width: 20%;
  background-color: #FFF4FA;
  border-top: 1px solid #23234B;
  font-weight: normal;
  text-align: left;
}
.table .grad_table .table_data {
  border-top: 1px solid #23234B;
  border-left: 1px solid #23234B;
}
.table .grad_table .table_data .small_text::before {
  content: "※";
}
.table .grad_table .table_data .small_text .bottom_text {
  display: block;
  padding-left: 1.1em;
}
.table .grad_table .thead .table_topic {
  background-color: #F5F8F9;
  border-left: 1px solid #23234B;
}
.table .grad_table .thead .table_topic.first_cell {
  border-left: none;
}
.table .grad_table.summary_table th,
.table .grad_table.summary_table td {
  padding: 30px 1em !important;
}
@media (max-width: 768px) {
  .table .grad_table.summary_table .button {
    max-width: 400px;
    margin-left: 0;
  }
}
.table .grad_table.curriculum_table th,
.table .grad_table.curriculum_table td {
  padding: 10px 1em !important;
}
.table .grad_table.curriculum_table .subject_cell {
  width: 50%;
}
.table .grad_table.curriculum_table .completion_cell {
  width: 7.5%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.table .grad_table.curriculum_table .note_cell {
  width: 15%;
}
.table .grad_table.cost_table th,
.table .grad_table.cost_table td {
  padding: 10px 1em !important;
}
.table .grad_table.cost_table .table_data {
  width: 26.6666666667%;
}
.table .grad_table.cost_table .tfoot th,
.table .grad_table.cost_table .tfoot td {
  border-top: 3px double #23234B;
}
.table .teacher_table {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .table .teacher_table {
    width: 800px;
  }
}
.table .teacher_table.fulltime .table_topic:nth-of-type(5) {
  width: 50%;
}
.table .teacher_table.parttime .table_topic:nth-of-type(1) {
  width: 25%;
}
.table .teacher_table.parttime .table_topic:nth-of-type(2) {
  width: 25%;
}
.table .teacher_table.parttime .table_topic:nth-of-type(3) {
  width: 50%;
}
.table .teacher_table.parttime .table_data:first-of-type {
  border-left: none;
}
.table .teacher_table.clinical .table_topic:nth-of-type(1) {
  width: 25%;
}
.table .teacher_table.clinical .table_topic:nth-of-type(2) {
  width: 75%;
}
.table .teacher_table .caption {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
}
.table .teacher_table .thead .table_topic {
  background-color: #F5F8F9;
  border-left: 1px solid #23234B;
}
.table .teacher_table .thead .table_topic.first_cell {
  border-left: none;
}
.table .teacher_table .thead .table_topic:last-of-type {
  border-right: none;
}
.table .teacher_table .table_topic {
  background-color: #FFF4FA;
  font-weight: normal;
  text-align: left;
}
.table .teacher_table tr {
  border: none;
  border-top: 1px solid #23234B;
}
.table .teacher_table tr:last-of-type {
  border-bottom: 1px solid #23234B;
}
.table .teacher_table th,
.table .teacher_table td {
  padding: 10px 0.5em 10px 1em;
  border-right: 1px solid #23234B;
}
.table .teacher_table td:last-of-type {
  border-right: none;
}
.table .teacher_table .field_list {
  padding-left: 0.5em;
  list-style: disc;
  list-style-position: inside;
}
.table .teacher_table .field_list .list_item {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.table .small_text_box {
  margin-top: 10px;
}
.table .small_text_box .small_text {
  display: block;
  font-size: 1.2rem;
}
.table .small_text_box .note_list .list_item::before {
  content: "・";
  display: inline-block;
  width: 1em;
}

/*研究分野一覧*/
.field {
  margin-top: 150px;
  padding-top: 40px;
  border-top: 1px solid #23234B;
  text-align: center;
}
@media (max-width: 768px) {
  .field {
    margin-top: 80px;
    padding-top: 0;
  }
}
.field .field_text {
  margin-top: 40px;
  padding: 20px 40px;
  background-color: #F5F8F9;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .field .field_text {
    border-radius: 50px;
  }
}
.field .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .field .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.field .container .field_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  height: 150px;
  margin-top: 70px;
  background-color: #FFF4FA;
  border: 1px solid #FB94B7;
  border-radius: 5px;
  color: #FB94B7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .field .container .field_link {
    width: 98%;
    margin-top: 30px;
  }
}
.field .container .field_link.banner_link {
  width: 55%;
  margin: 70px auto 0;
  background-color: inherit;
  border: none;
  border-radius: 0;
}
.field .container .field_link.banner_link:hover {
  background-color: inherit;
}
@media (max-width: 768px) {
  .field .container .field_link:nth-of-type(2) {
    margin-top: 15px;
  }
}
.field .container .field_link:hover {
  background-color: rgba(255, 244, 250, 0.4);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.field .container .field_link .top_text {
  font-size: 2.4rem;
}
.field .container .field_link .bottom_text {
  position: relative;
  padding-right: 1.75em;
  border-bottom: 1px solid #FB94B7;
}
.field .container .field_link .bottom_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: #FB94B7 #FB94B7 transparent transparent;
}
@media (max-width: 768px) {
  .field .container .field_link .bottom_text::after {
    width: 6px;
    height: 6px;
  }
}

/*ブログバナー*/
.blog_banner {
  margin: 120px auto -60px;
}
@media (max-width: 768px) {
  .blog_banner {
    margin: 80px auto 0;
  }
}
.blog_banner .blog_banner_link {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog_banner .blog_banner_link:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*入試情報バナー*/
.exam_banner_link {
  display: block;
  position: relative;
  margin-top: 150px;
  padding-bottom: 12%;
  background-color: #FB94B7;
  background-image: url(/academics/grad_nursing/img/pc_nyushi_banner.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .exam_banner_link {
    height: 150px;
    margin-top: 80px;
    padding-bottom: 0;
    background-image: url(/academics/grad_nursing/img/sp_nyushi_banner.jpg);
  }
}
.exam_banner_link:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.exam_banner_link:hover::after {
  right: 4%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.exam_banner_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.exam_banner_link .exam_banner_link_text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .exam_banner_link .exam_banner_link_text {
    font-size: 2rem;
  }
}

/*お問い合わせ*/
.contact_area {
  max-width: none;
  width: 100%;
  margin-top: 150px;
  padding-bottom: 100px;
  background-color: #3E4669;
  color: #fff;
}
@media (max-width: 768px) {
  .contact_area {
    margin-top: 80px;
  }
}
.contact_area a {
  color: #fff;
}
.contact_area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1030px;
  width: 96%;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .contact_area .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.contact_area .container .contact_box {
  width: 50%;
}
@media (max-width: 768px) {
  .contact_area .container .contact_box {
    width: 100%;
  }
}
.contact_area .container .contact_box:nth-of-type(1) {
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .contact_area .container .contact_box:nth-of-type(1) {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.contact_area .container .contact_box .box_topic {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}
.contact_area .container .contact_box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  padding-bottom: 10px;
}
.contact_area .container .contact_box .box .tel {
  font-size: 2.6rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .contact_area .container .contact_box .box .tel {
    font-size: 2rem;
  }
}
.contact_area .container .contact_box .box .tel .num {
  pointer-events: none;
  font-size: 4rem;
  letter-spacing: 0.15em;
}
@media (max-width: 1024px) {
  .contact_area .container .contact_box .box .tel .num {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .contact_area .container .contact_box .box .tel .num {
    pointer-events: all;
    font-size: 3.2rem;
  }
}
.contact_area .container .contact_box .box .tel_name {
  display: block;
  padding-top: 7px;
  line-height: 1;
  letter-spacing: inherit;
  text-align: center;
}
.contact_area .container .contact_box .box .time {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .contact_area .container .contact_box .box .time {
    text-align: center;
  }
}
.contact_area .container .contact_box .box .mail {
  margin-top: 1em;
  border-bottom: 1px solid #fff;
  font-size: 2.4rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .contact_area .container .contact_box .box .mail {
    margin-top: 0.5em;
  }
}

/*-----------------------------
長期履修制度のご案内 （修士課程）
long-term.html

看護総合分野/看護領域分野
field01.html/field02.html
---------------------------*/
.grad_page {
  margin-top: 120px;
  margin-bottom: 200px;
  text-align: center;
}
@media (max-width: 768px) {
  .grad_page {
    margin-bottom: 100px;
  }
}
.grad_page .container {
  margin-top: 70px;
  letter-spacing: inherit;
  text-align: justify;
}
@media (max-width: 768px) {
  .grad_page .container {
    margin-top: 40px;
  }
}
.grad_page .container:nth-of-type(1) {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .grad_page .container .oredered_list .list_item {
    margin-top: 0;
  }
}
.grad_page .professor_list {
  margin-top: 70px;
  text-align: justify;
}
.grad_page .professor_list .list_item {
  margin-top: 40px;
  padding: 7% 10%;
  -webkit-box-shadow: 0 0 30px rgba(35, 35, 75, 0.2);
          box-shadow: 0 0 30px rgba(35, 35, 75, 0.2);
}
@media (max-width: 768px) {
  .grad_page .professor_list .list_item {
    margin-top: 20px;
    padding: 10% 1.5em 5%;
  }
}
.grad_page .professor_list .list_item .name_box .professor_name {
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .grad_page .professor_list .list_item .name_box .professor_name {
    font-size: 2.2rem;
  }
}
.grad_page .professor_list .list_item .name_box .speciality {
  font-size: 1.6rem;
  vertical-align: 3px;
}
@media (max-width: 768px) {
  .grad_page .professor_list .list_item .name_box .speciality {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.grad_page .professor_list .list_item .name_box .speciality::before {
  content: "［";
  padding-right: 0.25em;
}
.grad_page .professor_list .list_item .name_box .speciality::after {
  content: "］";
  padding-left: 0.25em;
}
.grad_page .professor_list .list_item .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #23234B;
}