@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
  scroll-behavior: smooth; }

html, body, #wrap {
  height: 100%; }

body {
  position: relative;
  font-family: 'BIZ UDGothic', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #1E1E1E;
  line-height: 2; }
  @media (min-width: 1199px) {
    body {
      font-size: 1.8rem; } }

#wrap {
  position: relative;
  margin: 0 auto; }

figure,
figure img {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto; }

img {
  vertical-align: bottom; }

a {
  color: #1E1E1E;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:hover {
    color: #2870cd;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

/*----------------------------------------------

  AOS 移動距離

----------------------------------------------*/
.aos_item[data-aos="fade-up"] {
  transform: translateY(50px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-up"].aos-animate {
    transform: translateY(0px);
    opacity: 1; }

.aos_item[data-aos="fade-down"] {
  transform: translateY(-50px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-down"].aos-animate {
    transform: translateY(0px);
    opacity: 1; }

.aos_item[data-aos="fade-left"] {
  transform: translateX(100px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-left"].aos-animate {
    transform: translateX(0px);
    opacity: 1; }

.aos_item[data-aos="fade-right"] {
  transform: translateX(-100px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-right"].aos-animate {
    transform: translateX(0px);
    opacity: 1; }

/*----------------------------------------------

  header

----------------------------------------------*/
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  background: #FFF;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.site_header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em; }
  .site_header_wrap .site_header_logo {
    margin: 0;
    line-height: 1;
    width: 320px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .site_header_wrap .site_header_logo img {
      max-width: 100%;
      width: auto;
      height: auto; }

/*----------------------------------------------

  footer

----------------------------------------------*/
.site_footer {
  background: #A7A7A7;
  color: #FFF;
  position: relative;
  text-align: center;
  padding: 1em; }
  .site_footer .site_footer_title {
    line-height: 1.2;
    margin: 1em auto; }
    .site_footer .site_footer_title span {
      display: block;
      font-size: 1.4rem; }
  .site_footer .copyright {
    display: block;
    text-align: center;
    margin: 0; }

/*----------------------------------------------

  layout

----------------------------------------------*/
main {
  overflow: hidden;
  position: relative;
  z-index: 999; }

.row {
  width: 100%; }

.stack_box {
  position: relative;
  margin: 3em 0; }
  .stack_box .stack_doc h2.sec_title {
    text-align: left;
    font-size: 2.4rem;
    width: 100%; }
  .stack_box .stack_doc ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 20px;
    list-style: none; }
    .stack_box .stack_doc ul li {
      position: relative;
      width: calc((100% - 20px * (2 - 1 ) ) / 2);
      margin: 0;
      font-size: 90%;
      color: #202020;
      text-align: center;
      border: 1px solid #202020;
      background: #FFF;
      padding: .5em;
      margin: 0 2% 2% 0;
      max-width: 46%; }
  .stack_box .stack_photo {
    margin: 0; }

.txt_left {
  text-align: left !important; }

.txt_center {
  text-align: center; }

.txt_complement {
  display: table;
  text-align: left;
  margin: 1em auto; }

.big {
  font-size: 120%; }

.big_s {
  font-size: 110%; }

.big_m {
  font-size: 150%; }

.big_l {
  font-size: 180%; }

.min_txt {
  font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .min_txt span {
    display: inline-block; }

.pd_t0 {
  padding-top: 0; }

.pd_t1 {
  padding-top: 1em; }

.pd_b0 {
  padding-bottom: 0; }

.pd_b1 {
  padding-bottom: 1em; }

/*----------------------------------------------

  container

----------------------------------------------*/
section {
  padding: 3.6em 0; }
  section section {
    padding: 1em 0;
    margin-top: 0; }

.page_header + section {
  padding-top: 0; }

.container {
  margin: 0 auto; }
  .container hr {
    background: #FFF;
    border-top: 1px dashed #ddd; }

/*----------------------------------------------

  article

----------------------------------------------*/
article {
  position: relative; }

/*----------------------------------------------

  asset

----------------------------------------------*/
.page_title {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 1.8em; }

.page_copy {
  color: #00816A;
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1.6;
  text-align: center; }
  .page_copy span, .page_copy strong {
    display: inline-block; }
  .page_copy strong {
    position: relative;
    background: linear-gradient(transparent 60%, #FFF01E 60%); }

.sec_title {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: .6em auto;
  margin-top: 0;
  line-height: 1.6em;
  font-size: 3.6rem;
  font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .sec_title::after {
    content: attr(data-en);
    font-family: 'Allura', cursive;
    margin-top: -.3em; }

.sub_title {
  position: relative;
  margin: 0 0 .5em 0;
  color: #202020;
  font-size: 2.4rem;
  line-height: 1.6; }
  .sub_title span {
    display: inline-block; }

.border_title {
  display: flex;
  align-items: center; }
  .border_title::before {
    border-top: 1px solid #1E1E1E;
    content: "";
    flex-grow: 1;
    margin-right: 2rem; }
  .border_title::after {
    border-top: 1px solid #1E1E1E;
    content: "";
    flex-grow: 1;
    margin-left: 2rem; }

.lead_title {
  position: relative;
  font-size: 2.4rem;
  margin: 0 auto 1em; }
  .lead_title span {
    display: inline-block; }

.sec_copy {
  color: black;
  font-size: 2rem;
  text-align: center;
  margin: 1em auto; }
  .sec_copy span {
    display: inline-block; }
  .sec_copy strong {
    color: #DF4C3D; }

span.txt_border {
  display: inline-block;
  border-bottom: 1px solid #1E1E1E;
  width: 5em; }

ul.tag_list {
  display: block !important;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  flex-wrap: nowrap !important; }
  ul.tag_list li {
    display: inline-block;
    line-height: 1;
    margin: .3em .1em !important;
    color: #FFF;
    background: #DF4C3D;
    border-radius: 0.2em; }

.btn a {
  position: relative;
  display: block;
  white-space: nowrap;
  padding: .5em 1em;
  background: #FFF;
  border: solid 1px #202020;
  text-decoration: none;
  margin: 0 auto;
  font-size: 1.4rem;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .btn a .arrow {
    display: inline-block;
    position: relative;
    top: -0.2rem;
    margin-left: 2rem;
    width: 5rem;
    height: .5rem;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .btn a:link, .btn a:visited {
    border: solid 1px #202020; }
    .btn a:link .arrow, .btn a:visited .arrow {
      left: 0rem;
      border-bottom: 1px solid #202020;
      border-right: 1px solid #202020; }
  .btn a:hover, .btn a:active {
    border: solid 1px #2870cd; }
    .btn a:hover .arrow, .btn a:active .arrow {
      left: 1rem;
      border-bottom: 1px solid #2870cd;
      border-right: 1px solid #2870cd; }

.container p.btn {
  text-indent: 0; }

.btn.btn_black {
  margin-bottom: 0; }
  .btn.btn_black a {
    max-width: 240px;
    padding: .4em 1em;
    color: #1E1E1E;
    background: #FFF;
    border: 1px solid #1E1E1E;
    display: table;
    border-radius: 0;
    margin-right: 0; }
    .btn.btn_black a:hover {
      color: #FFF;
      background: #1E1E1E; }
    .btn.btn_black a::after {
      border-color: #1E1E1E;
      border-width: 1px 1px 0 0; }
  .btn.btn_black a:hover::after,
  .btn.btn_black a:active::after {
    border-color: #FFF; }

.btn_primary a {
  border: solid 2px #2870cd;
  color: #2870cd;
  background: #FFF; }
  .btn_primary a:link, .btn_primary a:visited {
    color: #2870cd;
    background: #FFF; }
  .btn_primary a:hover, .btn_primary a:active {
    color: #1E1E1E;
    background: #FFCC00;
    border-color: #FFCC00; }
  .btn_primary a::after {
    border-color: #202020; }
.btn_primary a:link::after,
.btn_primary a:visited::after {
  border-color: #202020; }
.btn_primary a:hover::after,
.btn_primary a:active::after {
  border-color: #1E1E1E; }

.btn_back a {
  position: relative;
  display: block;
  padding: .8em 1em;
  text-align: center;
  text-decoration: none;
  border-radius: .4em;
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
  border: solid 1px #202020;
  color: #202020;
  background: #FFF;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .btn_back a:link, .btn_back a:visited {
    color: #202020;
    background: #FFF; }
  .btn_back a:hover, .btn_back a:active {
    color: #1E1E1E;
    background: #2870cd;
    border-color: #2870cd; }
  .btn_back a::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: .6em;
    width: 12px;
    height: 12px;
    border: solid 1px #202020;
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
.btn_back a:hover::after,
.btn_back a:active::after {
  border-color: #1E1E1E; }

.pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  margin: 0;
  bottom: 0;
  right: 0; }
  .pagetop a {
    display: block;
    color: #FFF;
    background: #00816A;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    width: 50px;
    height: 50px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    line-height: 2.75;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .pagetop a:hover {
      color: #1E1E1E;
      background: #FFCC00;
      text-align: center;
      text-decoration: none;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1;
      -webkit-transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .pagetop a i {
      margin-right: 0;
      padding-top: .7em; }

.info_table {
  border-collapse: collapse;
  width: 100%; }
  .info_table tbody tr th, .info_table tbody tr td {
    border-bottom: solid 1px #a0a0a0;
    font-size: 1.6rem;
    padding: .5em 0; }
  .info_table tbody tr th {
    text-align: left;
    padding-right: 2em; }
  .info_table tbody tr td ol {
    padding-left: 1.5em; }

.photo_gallery .column {
  margin-bottom: 4%; }
.photo_gallery img {
  border-radius: 1em;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .photo_gallery img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }

.ico_title {
  position: relative;
  text-align: center;
  margin: 0 auto 2em; }
  .ico_title .ico_title_ico {
    position: relative;
    z-index: 10;
    line-height: 1; }
  .ico_title span {
    display: block;
    position: relative;
    z-index: 1;
    margin: -.8rem auto 0;
    padding: .25em 1em;
    max-width: 720px;
    text-align: center;
    background: #FFF;
    color: #00816A;
    border-radius: 3rem;
    font-size: 3.6rem; }

.container p {
  text-indent: 1em; }
  .container p.no_indent {
    text-indent: 0; }

.link_aside {
  padding: 3.6em 0; }
  .link_aside .link_list_wrap {
    display: flex;
    justify-content: center; }
    .link_aside .link_list_wrap .link_list {
      margin: 0;
      padding: 0;
      list-style: none; }

/*----------------------------------------------

  タブコンテンツ

----------------------------------------------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */ }
  .tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #FFF;
    display: block;
    order: -1; }
  .tab-wrap .tab-label {
    color: #1E1E1E;
    background: #F0F0F0;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    border: solid 1px #a0a0a0;
    border-bottom: none; }
    .tab-wrap .tab-label:not(:last-of-type) {
      margin-right: 5px; }
  .tab-wrap .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .tab-wrap .tab-switch:checked + .tab-label {
    background: #FFF;
    color: #2870cd; }
  .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
    background: #FFF;
    height: auto;
    overflow: auto;
    padding: 4em 0;
    opacity: 1;
    transition: .5s opacity; }
  .tab-wrap .tab-switch {
    display: none; }

.menu_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 40px;
  list-style: none; }
  .menu_list li {
    position: relative;
    width: calc((100% - 40px * (2 - 1 ) ) / 2);
    margin: 0;
    background: #FFF;
    padding: 1em 2em;
    border-radius: 20px; }
    .menu_list li .fa-stack {
      color: #00816A; }
    .menu_list li .menu_list_title {
      font-size: 2rem;
      color: #00816A;
      margin: .5em 0 1em; }
    .menu_list li h3 span {
      display: inline-block; }
    .menu_list li p {
      margin: 0;
      font-size: 1.6rem; }
    .menu_list li p.btn {
      margin: 1em auto 0 0; }
      .menu_list li p.btn a {
        max-width: 280px;
        width: auto;
        margin: 0 auto 0 0; }
      .menu_list li p.btn + .btn {
        margin-top: 1em; }

/* 回転するラベル */
.label_new {
  position: absolute;
  top: -8px;
  right: 0px;
  width: 80px;
  height: 80px;
  margin: auto;
  z-index: 1; }

.label_new .msg {
  color: #fffc00;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  width: 80px;
  height: 80px;
  position: absolute;
  margin: 24px 0 0 2px;
  pointer-events: none;
  line-height: 1.6; }

.label_new .sticker {
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(/faculty/education/human-develop/images/_common/sticker.png) top center no-repeat;
  animation: spin 10s linear infinite;
  animation-play-state: running; }

@keyframes spin {
  100% {
    transform: rotate(1turn); } }
/*----------------------------------------------

  画像のアスペクト比固定

----------------------------------------------*/
.al_ntsc {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden; }

@media (max-width: 768px) {
  .al_ntsc {
    margin-bottom: .5em; } }
@media (max-width: 768px) {
  .index_report_sec .al_ntsc {
    padding-top: 36%; } }
.al_ntsc_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

/*----------------------------------------------

  index

----------------------------------------------*/
.page_header {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
  margin-bottom: 3em; }
  .page_header .page_header_title_wrap {
    display: flex;
    flex: 1;
    justify-content: center;
    min-width: 380px;
    max-width: 100%; }
  .page_header .page_header_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    padding: .5em 1em;
    line-height: 1.2;
    font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #FFF;
    font-size: 3.6rem;
    font-weight: 500; }
    .page_header .page_header_title span {
      display: block;
      font-size: 1.6rem; }
  .page_header .page_header_fig img {
    width: 100%;
    height: auto; }

.news_wrap {
  position: relative;
  display: flex;
  gap: 4rem;
  background: #FFF;
  padding: 3rem 5rem;
  min-height: 240px; }
  .news_wrap .news_title {
    min-width: 240px;
    font-size: 2rem; }
    .news_wrap .news_title::before {
      content: attr(data-en);
      display: block;
      font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-size: 4.2rem;
      line-height: 1; }
  .news_wrap .news_doc {
    width: 100%; }
    .news_wrap .news_doc .news_list {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .news_wrap .news_doc .news_list li {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 1em;
        border-bottom: dashed 1px #868686; }
        .news_wrap .news_doc .news_list li time {
          font-weight: 800;
          margin-right: 1em;
          white-space: nowrap; }
  .news_wrap .news_more {
    position: absolute;
    top: 124px;
    left: 50px; }

.about_wrap {
  background: #FFF;
  padding: 5rem; }
  .about_wrap .about_info_wrap {
    position: relative;
    display: flex;
    gap: 4rem; }
    .about_wrap .about_info_wrap .about_info_doc {
      max-width: 600px; }
      .about_wrap .about_info_wrap .about_info_doc .about_title {
        margin-top: 0;
        font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 3.4rem; }

.point_wrap {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .point_wrap .point_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-size: 3rem;
    font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
    .point_wrap .point_title::after {
      content: "";
      display: block;
      width: 80px;
      height: 0;
      border: solid 1px #868686; }
  .point_wrap .point_list_wrap {
    padding: 2em; }
    .point_wrap .point_list_wrap .point_list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .point_wrap .point_list_wrap .point_list li {
        position: relative;
        padding-left: 1.5em; }
        .point_wrap .point_list_wrap .point_list li::before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          border: solid 5px #000;
          line-height: 1;
          width: 8px;
          height: 8px; }

.index_about_sec .container {
  background: #FFF; }
  .index_about_sec .container .str_title {
    margin: 0;
    text-align: center;
    font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 3.6rem;
    line-height: 1.4;
    color: #FFF; }
  .index_about_sec .container .str_doc {
    padding: 3em 5em; }

.curriculum_wrap .curriculum_list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0; }
  .curriculum_wrap .curriculum_list > li {
    width: calc((100% - 2rem) /2); }
    .curriculum_wrap .curriculum_list > li .curriculum_title {
      line-height: 1.4;
      margin: 1em 0;
      padding-left: .5em;
      border-left: solid 8px;
      font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-size: 2.0rem; }
      .curriculum_wrap .curriculum_list > li .curriculum_title span {
        font-size: 80%;
        white-space: nowrap; }
    .curriculum_wrap .curriculum_list > li p {
      margin: 0; }

.license_wrap {
  background: #FFF;
  padding: 2em 4em;
  max-width: 800px;
  margin: 0 auto; }
  .license_wrap .license_list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .license_wrap .license_list li {
      text-indent: -1.5em;
      padding-left: 1.5em; }
      .license_wrap .license_list li::before {
        content: "● "; }
  .license_wrap .license_caution {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 80%; }
    .license_wrap .license_caution::before {
      content: "※"; }
  .license_wrap .license_list_conditions {
    text-indent: 0;
    margin-bottom: 0; }

.teacher_sec {
  background: #FFF; }
  .teacher_sec .teacher_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem; }
    .teacher_sec .teacher_list > li a {
      display: block;
      position: relative;
      padding-bottom: 2em;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
      .teacher_sec .teacher_list > li a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        width: 0;
        height: 0;
        border: solid 5px #000;
        border-color: transparent #000 #000 transparent; }
      .teacher_sec .teacher_list > li a figure {
        overflow: hidden; }
        .teacher_sec .teacher_list > li a figure img {
          -webkit-transition: 0.3s all ease;
          -moz-transition: 0.3s all ease;
          -ms-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          transition: 0.3s all ease; }
      .teacher_sec .teacher_list > li a .teacher_doc {
        padding: 2rem; }
        .teacher_sec .teacher_list > li a .teacher_doc .teacher_name {
          margin: 0 auto .5em;
          padding-bottom: .5em;
          border-bottom: dashed 1px #868686;
          font-size: 2.2rem;
          font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
          .teacher_sec .teacher_list > li a .teacher_doc .teacher_name span {
            display: inline-block;
            font-size: 1.6rem;
            margin-left: 2em; }
        .teacher_sec .teacher_list > li a .teacher_doc .teacher_field {
          list-style: none;
          padding: 0;
          margin: 0;
          line-height: 1.2; }
          .teacher_sec .teacher_list > li a .teacher_doc .teacher_field li {
            display: inline;
            font-size: 1.4rem;
            line-height: 1.4; }
            .teacher_sec .teacher_list > li a .teacher_doc .teacher_field li:not(:last-child)::after {
              content: "、"; }
      .teacher_sec .teacher_list > li a:hover figure img {
        transform: scale(1.1); }

.offered_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
  margin: 0 auto;
  padding: 2em 0; }
  .offered_list li {
    padding-right: 2.5em; }

/*----------------------------------------------

  ページ

----------------------------------------------*/
.topic_path {
  padding: 1em; }
  .topic_path ul {
    padding: 0;
    margin: 0; }
    .topic_path ul li {
      display: inline-block;
      font-size: 1.5rem; }
      .topic_path ul li + li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        display: inline-block;
        margin: 0 .6em; }
      .topic_path ul li a {
        text-decoration: none;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
        .topic_path ul li a:hover, .topic_path ul li a:active {
          color: #2870cd;
          -webkit-transition: 0.3s all ease;
          -moz-transition: 0.3s all ease;
          -ms-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          transition: 0.3s all ease; }

.bg_sept {
  background: #FFF; }

.bg_blur {
  background: transparent linear-gradient(90deg, #B3EBE1 0%, #C5DFF2 100%) 0% 0% no-repeat; }

.bg_primary {
  background: url(/faculty/education/human-develop/images/background/bg_primary.webp) repeat top center;
  background-size: cover; }

.bg_primary_blue {
  background: url(/faculty/education/human-develop/images/background/bg_primary_blue.webp) repeat top center;
  background-size: cover; }

.bg_sakura {
  background: url(/faculty/education/human-develop/images/background/bg_sakura.webp) repeat top center;
  background-size: cover; }

.gmap {
  width: 100%; }
  .gmap iframe {
    width: 100%;
    height: 540px; }

/*----------------------------------------------

  教員紹介

----------------------------------------------*/
.prof_wrap {
  padding: 0 1em 4em; }
  .prof_wrap .container {
    background: #FFF;
    padding: 3em 5em; }

.prof_header_sec {
  padding: 0; }
  .prof_header_sec .prof_header {
    display: flex;
    gap: 2rem;
    justify-content: space-between; }
    .prof_header_sec .prof_header .prof_header_main {
      display: flex;
      gap: 6rem;
      align-items: flex-end; }
      .prof_header_sec .prof_header .prof_header_main .prof_header_main_name {
        font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
        .prof_header_sec .prof_header .prof_header_main .prof_header_main_name .prof_header_name {
          display: flex;
          flex-direction: column-reverse;
          font-size: 3.8rem;
          line-height: 1.4; }
          .prof_header_sec .prof_header .prof_header_main .prof_header_main_name .prof_header_name span {
            display: block;
            font-size: 2.4rem; }
        .prof_header_sec .prof_header .prof_header_main .prof_header_main_name .prof_header_field {
          font-size: 1.8rem;
          margin: 0 auto .5em; }
        .prof_header_sec .prof_header .prof_header_main .prof_header_main_name .prof_header_field_list {
          list-style: none;
          padding: 0;
          margin: 0;
          line-height: 1.2; }
          .prof_header_sec .prof_header .prof_header_main .prof_header_main_name .prof_header_field_list li {
            display: inline;
            line-height: 1.4; }
            .prof_header_sec .prof_header .prof_header_main .prof_header_main_name .prof_header_field_list li:not(:last-child)::after {
              content: "、"; }
    .prof_header_sec .prof_header .prof_header_link ul {
      text-align: right;
      list-style: none;
      padding: 0;
      margin: 0; }
      .prof_header_sec .prof_header .prof_header_link ul li {
        margin: 0; }
        .prof_header_sec .prof_header .prof_header_link ul li + li {
          margin-top: 1em; }

.researchmap_link img {
  width: auto; }

.prof_info_sec .prof_info_wrap {
  padding: 2em;
  border-radius: 1.2rem; }
  .prof_info_sec .prof_info_wrap .prof_info_title {
    font-size: 1.8rem;
    margin: 0 auto; }
  .prof_info_sec .prof_info_wrap p + .prof_info_title {
    margin-top: 2em; }
  .prof_info_sec .prof_info_wrap p {
    margin: 0;
    font-size: 1.6rem; }
  .prof_info_sec .prof_info_wrap h3 {
    margin: 0;
    font-size: 1.8rem;
    color: #636363; }
  .prof_info_sec .prof_info_wrap p + h3 {
    margin-top: 1em; }

.prof_title {
  display: flex;
  gap: 2rem;
  align-items: center;
  position: relative;
  margin: .6em auto;
  line-height: 1.6em;
  font-size: 3.2rem;
  font-family: 'BIZ UDPMincho',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  .prof_title::after {
    order: 2;
    content: attr(data-en);
    font-size: 2.8rem;
    font-family: 'Allura', cursive; }
  .prof_title::before {
    order: 3;
    content: "";
    width: 100%;
    border-bottom: solid 1px #868686;
    flex: 1;
    background: #000; }

.prf_subject {
  list-style: none;
  display: flex;
  gap: 2rem; }
  .prf_subject .prfo_subject_list {
    margin: 0; }

.prof_seminar_wrap {
  padding: 0 0 0 1em; }
  .prof_seminar_wrap p {
    margin: 0; }
  .prof_seminar_wrap + p {
    margin-top: 2em; }
  .prof_seminar_wrap figure + p {
    margin-top: 2em; }

/*---------------------------------------

色設定

---------------------------------------*/
.body_se {
  background: #EDF6E7; }
  .body_se ul li::marker {
    color: #88AB71; }
  .body_se .page_header {
    background: #88AB71; }
  .body_se .sec_title::after {
    color: #88AB71; }
  .body_se .news_wrap .news_title::before {
    color: #88AB71; }
  .body_se .news_wrap .news_list li time {
    color: #88AB71; }
  .body_se .point_list_wrap {
    background: #F2FCEB; }
  .body_se .point_wrap .point_list_wrap .point_list li::before {
    border: solid 5px #88AB71; }
  .body_se .index_about_sec .container .str_title {
    background: #88AB71; }
  .body_se .curriculum_wrap .curriculum_list > li .curriculum_title {
    border-left-color: #88AB71; }
  .body_se .license_wrap {
    border: solid 1px #88AB71; }
    .body_se .license_wrap .license_list li::before {
      color: #88AB71; }
  .body_se .teacher_sec .teacher_list > li a::after {
    border-color: transparent #88AB71 #88AB71 transparent; }
  .body_se .prof_header_field {
    color: #88AB71; }
  .body_se .prof_header_link .btn a {
    border: solid 1px #88AB71; }
    .body_se .prof_header_link .btn a:link, .body_se .prof_header_link .btn a:visited {
      background: #88AB71;
      color: #FFF; }
      .body_se .prof_header_link .btn a:link .arrow, .body_se .prof_header_link .btn a:visited .arrow {
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF; }
    .body_se .prof_header_link .btn a:hover, .body_se .prof_header_link .btn a:active {
      background: #FFF;
      color: #88AB71; }
      .body_se .prof_header_link .btn a:hover .arrow, .body_se .prof_header_link .btn a:active .arrow {
        border-bottom: 1px solid #88AB71;
        border-right: 1px solid #88AB71; }
  .body_se .prof_info_title {
    color: #88AB71; }
  .body_se .prof_info_wrap {
    background: #F2FCEB; }
  .body_se .prof_title::after {
    color: #88AB71; }

.body_ec {
  background: #FFF6E9; }
  .body_ec ul li::marker {
    color: #BA9152; }
  .body_ec .page_header {
    background: #BA9152; }
  .body_ec .sec_title::after {
    color: #BA9152; }
  .body_ec .news_wrap .news_title::before {
    color: #BA9152; }
  .body_ec .news_wrap .news_list li time {
    color: #BA9152; }
  .body_ec .point_list_wrap {
    background: #FFF6E9; }
  .body_ec .point_wrap .point_list_wrap .point_list li::before {
    border: solid 5px #BA9152; }
  .body_ec .index_about_sec .container .str_title {
    background: #BA9152; }
  .body_ec .curriculum_wrap .curriculum_list > li .curriculum_title {
    border-left-color: #BA9152; }
  .body_ec .license_wrap {
    border: solid 1px #BA9152; }
    .body_ec .license_wrap .license_list li::before {
      color: #BA9152; }
  .body_ec .teacher_sec .teacher_list > li a::after {
    border-color: transparent #BA9152 #BA9152 transparent; }
  .body_ec .prof_header_field {
    color: #BA9152; }
  .body_ec .prof_header_link .btn a {
    border: solid 1px #BA9152; }
    .body_ec .prof_header_link .btn a:link, .body_ec .prof_header_link .btn a:visited {
      background: #BA9152;
      color: #FFF; }
      .body_ec .prof_header_link .btn a:link .arrow, .body_ec .prof_header_link .btn a:visited .arrow {
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF; }
    .body_ec .prof_header_link .btn a:hover, .body_ec .prof_header_link .btn a:active {
      background: #FFF;
      color: #BA9152; }
      .body_ec .prof_header_link .btn a:hover .arrow, .body_ec .prof_header_link .btn a:active .arrow {
        border-bottom: 1px solid #BA9152;
        border-right: 1px solid #BA9152; }
  .body_ec .prof_info_title {
    color: #BA9152; }
  .body_ec .prof_info_wrap {
    background: #FFF6E9; }
  .body_ec .prof_title::after {
    color: #BA9152; }

.body_cp {
  background: #F4F8F9; }
  .body_cp ul li::marker {
    color: #61AAC1; }
  .body_cp .page_header {
    background: #61AAC1; }
  .body_cp .sec_title::after {
    color: #61AAC1; }
  .body_cp .news_wrap .news_title::before {
    color: #61AAC1; }
  .body_cp .news_wrap .news_list li time {
    color: #61AAC1; }
  .body_cp .point_list_wrap {
    background: #F4F8F9; }
  .body_cp .point_wrap .point_list_wrap .point_list li::before {
    border: solid 5px #61AAC1; }
  .body_cp .index_about_sec .container .str_title {
    background: #61AAC1; }
  .body_cp .curriculum_wrap .curriculum_list > li .curriculum_title {
    border-left-color: #61AAC1; }
  .body_cp .license_wrap {
    border: solid 1px #61AAC1; }
    .body_cp .license_wrap .license_list li::before {
      color: #61AAC1; }
  .body_cp .teacher_sec .teacher_list > li a::after {
    border-color: transparent #61AAC1 #61AAC1 transparent; }
  .body_cp .prof_header_field {
    color: #61AAC1; }
  .body_cp .prof_header_link .btn a {
    border: solid 1px #61AAC1; }
    .body_cp .prof_header_link .btn a:link, .body_cp .prof_header_link .btn a:visited {
      background: #61AAC1;
      color: #FFF; }
      .body_cp .prof_header_link .btn a:link .arrow, .body_cp .prof_header_link .btn a:visited .arrow {
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF; }
    .body_cp .prof_header_link .btn a:hover, .body_cp .prof_header_link .btn a:active {
      background: #FFF;
      color: #61AAC1; }
      .body_cp .prof_header_link .btn a:hover .arrow, .body_cp .prof_header_link .btn a:active .arrow {
        border-bottom: 1px solid #61AAC1;
        border-right: 1px solid #61AAC1; }
  .body_cp .prof_info_title {
    color: #61AAC1; }
  .body_cp .prof_info_wrap {
    background: #F4F8F9; }
  .body_cp .prof_title::after {
    color: #61AAC1; }

.body_ecp {
  background: #FFF6E9; }
  .body_ecp ul li::marker {
    color: #D17C50; }
  .body_ecp .page_header {
    background: #D17C50; }
  .body_ecp .sec_title::after {
    color: #D17C50; }
  .body_ecp .news_wrap .news_title::before {
    color: #D17C50; }
  .body_ecp .news_wrap .news_list li time {
    color: #D17C50; }
  .body_ecp .point_list_wrap {
    background: #FFF6E9; }
  .body_ecp .point_wrap .point_list_wrap .point_list li::before {
    border: solid 5px #D17C50; }
  .body_ecp .index_about_sec .container .str_title {
    background: #D17C50; }
  .body_ecp .curriculum_wrap .curriculum_list > li .curriculum_title {
    border-left-color: #D17C50; }
  .body_ecp .license_wrap {
    border: solid 1px #D17C50; }
    .body_ecp .license_wrap .license_list li::before {
      color: #D17C50; }
  .body_ecp .teacher_sec .teacher_list > li a::after {
    border-color: transparent #D17C50 #D17C50 transparent; }
  .body_ecp .prof_header_field {
    color: #D17C50; }
  .body_ecp .prof_header_link .btn a {
    border: solid 1px #D17C50; }
    .body_ecp .prof_header_link .btn a:link, .body_ecp .prof_header_link .btn a:visited {
      background: #D17C50;
      color: #FFF; }
      .body_ecp .prof_header_link .btn a:link .arrow, .body_ecp .prof_header_link .btn a:visited .arrow {
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF; }
    .body_ecp .prof_header_link .btn a:hover, .body_ecp .prof_header_link .btn a:active {
      background: #FFF;
      color: #D17C50; }
      .body_ecp .prof_header_link .btn a:hover .arrow, .body_ecp .prof_header_link .btn a:active .arrow {
        border-bottom: 1px solid #D17C50;
        border-right: 1px solid #D17C50; }
  .body_ecp .prof_info_title {
    color: #D17C50; }
  .body_ecp .prof_info_wrap {
    background: #FFF6E9; }
  .body_ecp .prof_title::after {
    color: #D17C50; }

/*----------------------------------------------

  新着情報CMS（一覧）

----------------------------------------------*/
.topics_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 20px;
  list-style: none;
  gap: 40px 20px; }
  .topics_list > li {
    position: relative;
    width: calc((100% - 20px * (2 - 1 ) ) / 2);
    margin: 0;
    background: #F0F0F0;
    padding: 1em; }
    .topics_list > li figure {
      margin: -1em -1em 1em;
      width: calc(100% + 2em); }

#newsList {
  list-style: none;
  margin: 0;
  padding: 0; }
  #newsList li {
    margin: 0;
    padding: 0; }

figure + .comment {
  margin-top: 2em; }

/*----------------------------------------------

  新着情報CMS（個別）

----------------------------------------------*/
.topics_post strong {
  font-size: 150%;
  color: #DF4C3D; }
.topics_post .btn.topics_link a {
  display: table;
  margin: 0;
  margin-bottom: 3em;
  width: auto;
  min-width: 240px; }

/*----------------------------------------------

  CMS関連

----------------------------------------------*/
.detailUpfile {
  display: flex;
  justify-content: center; }
  .detailUpfile img {
    margin-bottom: 2em;
    width: min(100%, 800px); }

#detail {
  margin-bottom: 2em;
  font-size: 1.6rem; }
  #detail p {
    margin: 0; }

/*----------------------------------------------

  print.css

----------------------------------------------*/
@media print {
  .pagetop {
    display: none !important; }

  .fixed_bnr {
    display: none !important; }

  .aos_item {
    opacity: 1 !important; }

  .site_header.chg .site_header_nav {
    display: none !important; } }
