@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  index.css
 style info :  保健栄養科学部 医療栄養学科
=================================================================== */
/* Breakpoints
*****************************************************/
/* font-family
*****************************************************/
/* mixin
*****************************************************/
/* BASIC
*****************************************************/
.section_basic {
  width: 86%;
  max-width: 1020px;
  margin: 0 auto;
  height: auto;
}

/*-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
}

/*-------------------------------------------------------------- */
.one_period {
  font-size: 16px;
  line-height: 190%;
}
@media screen and (max-width: 1024px) {
  .one_period {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .one_period {
    font-size: clamp(13px, 2.337vw, 14px);
  }
}
.one_period p {
  margin-bottom: 1rem;
}
.one_period p:last-of-type {
  margin-bottom: 0;
}

/*-------------------------------------------------------------- */
.section_title {
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section_title {
    font-size: clamp(24px, 2.929vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: clamp(18px, 4.006vw, 24px);
  }
}
.section_title span {
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.section_title span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .section_title span:before {
    width: 2rem;
  }
}

/* =======================================================================
FIRST VIEW 
======================================================================= */
#firstView, #viewPhoto {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#viewPhoto img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =======================================================================
ぱんくずリスト
======================================================================= */
#pankuzuBloc {
  padding: 1.5rem 0;
  width: 90%;
  max-width: 1020px;
  height: auto;
  margin: 0 auto;
}

/*-------------------------------------------------------------- */
ul#pankuzuList {
  list-style-type: none;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul#pankuzuList li {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}
ul#pankuzuList li:before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
ul#pankuzuList li:first-of-type:before {
  content: none;
}
ul#pankuzuList li, ul#pankuzuList a {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 1024px) {
  ul#pankuzuList li, ul#pankuzuList a {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  ul#pankuzuList li, ul#pankuzuList a {
    font-size: clamp(12px, 2.337vw, 14px);
  }
}

/* =======================================================================
Introduction
======================================================================= */
section#Introduction {
  padding: 45px 0 60px;
}
@media screen and (max-width: 768px) {
  section#Introduction {
    padding: 4% 0 6%;
  }
}

/*-------------------------------------------------------------- */
#title-Intro {
  text-align: center;
  color: #12828F;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1.5rem;
  font-size: 34px;
}
@media screen and (max-width: 1024px) {
  #title-Intro {
    font-size: clamp(30px, 3.417vw, 34px);
  }
}
@media screen and (max-width: 768px) {
  #title-Intro {
    font-size: clamp(26px, 5.008vw, 30px);
  }
}
#title-Intro span {
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 0 0 1rem;
  display: inline-block;
}
#title-Intro span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #12828F;
}

/* =======================================================================
取得を目指す資格
======================================================================= */
section#License {
  background-repeat: repeat;
  background-size: contain;
  background-position: center top;
  background-image: url("../_img/bg_license.webp");
}
section#License .section_basic {
  padding: 2rem 0;
}
section#License .section_title span {
  padding-left: 3.5rem;
}
@media screen and (max-width: 1024px) {
  section#License .section_title span {
    padding-left: 2.5rem;
  }
}
section#License .section_title span:before {
  background-image: url("../_img/icon_license.svg");
}

/*-------------------------------------------------------------- */
ul#licenseList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1024px) {
  ul#licenseList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  ul#licenseList {
    display: block;
  }
}
ul#licenseList li {
  width: 31.3333333333%;
  height: auto;
  background: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  margin: 0 3% 0 0;
}
ul#licenseList li:nth-of-type(3n) {
  margin-right: 0;
}
ul#licenseList li:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55%;
  height: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  ul#licenseList li:before {
    width: 70%;
    height: 70%;
  }
}
ul#licenseList li#RD:before {
  background-image: url("../_img/icon_heart.svg");
}
ul#licenseList li#Nutritionist:before {
  background-image: url("../_img/icon_apple.svg");
}
ul#licenseList li#Nutrition_Teacher:before {
  background-image: url("../_img/icon_teacher.svg");
}
@media screen and (max-width: 768px) {
  ul#licenseList li {
    width: 47%;
    margin-bottom: 3%;
  }
  ul#licenseList li:nth-of-type(3n) {
    margin-right: 3%;
  }
  ul#licenseList li:nth-of-type(even) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  ul#licenseList li {
    width: 100%;
    margin: 0 auto 4%;
  }
  ul#licenseList li:nth-of-type(3n) {
    margin: 0 auto 4%;
  }
  ul#licenseList li:nth-of-type(even) {
    margin: 0 auto 4%;
  }
  ul#licenseList li:last-of-type {
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------------- */
dl.license_detailBody {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  dl.license_detailBody {
    width: 86%;
  }
}
@media screen and (max-width: 768px) {
  dl.license_detailBody {
    padding: 4% 0;
  }
}
dl.license_detailBody dt, dl.license_detailBody dd {
  width: 100%;
  height: auto;
}
dl.license_detailBody dt {
  margin-bottom: 1rem;
}
dl.license_detailBody dd {
  font-size: 16px;
  line-height: 180%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  dl.license_detailBody dd {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl.license_detailBody dd {
    font-size: clamp(13px, 2.337vw, 14px);
  }
}
dl.license_detailBody dd p {
  margin-bottom: 1rem;
  min-height: 5.5rem;
}
dl.license_detailBody dd p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  dl.license_detailBody dd p {
    min-height: inherit;
  }
}
dl.license_detailBody dd .l_cap {
  min-height: initial;
  font-size: 14px;
  line-height: 150%;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 1024px) {
  dl.license_detailBody dd .l_cap {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl.license_detailBody dd .l_cap {
    font-size: clamp(13px, 2.337vw, 14px);
  }
}

/*-------------------------------------------------------------- */
.license_name {
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .license_name {
    font-size: clamp(18px, 1.953vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .license_name {
    font-size: clamp(16px, 2.343vw, 18px);
  }
}

/* その他の任用資格
/*-------------------------------------------------------------- */
#otherLicense {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 12px;
  margin: 45px auto 0;
}
@media screen and (max-width: 1024px) {
  #otherLicense {
    margin-top: 4%;
  }
}
#otherLicense .one_period {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #otherLicense .one_period {
    display: block;
    padding: 3% 0;
  }
}

/*-------------------------------------------------------------- */
.other_headline {
  width: 25%;
  text-align: right;
  font-weight: 400;
  line-height: 180%;
  margin-right: 1%;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .other_headline {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .other_headline {
    text-align: center;
    width: 100%;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 768px) {
  .other_headline {
    font-size: clamp(13px, 2.337vw, 14px);
  }
}

ul#other_licenseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  ul#other_licenseList {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 1rem;
  }
}
ul#other_licenseList li {
  width: calc((100% - 2rem) / 2);
  height: auto;
  margin-right: 0.5rem;
}
ul#other_licenseList li:nth-of-type(even) {
  margin-right: 0;
}
ul#other_licenseList li p {
  line-height: 120%;
  font-weight: 600;
  padding: 0.3rem 0;
  background: #F0F0F0;
  color: #080808;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  ul#other_licenseList li p {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  ul#other_licenseList li p {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  ul#other_licenseList li p {
    font-size: clamp(13px, 2.337vw, 14px);
  }
}

#otherLicense .l_cap {
  width: 26%;
}
@media screen and (max-width: 768px) {
  #otherLicense .l_cap {
    width: 100%;
    text-align: center;
  }
}

/* =======================================================================
新設学部概要
======================================================================= */
section#Overview .section_basic {
  padding: 4rem 0;
}

dl#layoutTable {
  width: 100%;
  height: auto;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #888888;
  border-radius: 20px;
  overflow: hidden;
}
dl#layoutTable dt, dl#layoutTable dd {
  height: auto;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  dl#layoutTable dt, dl#layoutTable dd {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl#layoutTable dt, dl#layoutTable dd {
    font-size: clamp(13px, 2.337vw, 14px);
  }
}
dl#layoutTable dt:last-of-type, dl#layoutTable dd:last-of-type {
  border-bottom: 0;
}
dl#layoutTable dt p, dl#layoutTable dd p {
  padding: 1.8rem 0.5rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  dl#layoutTable dt p, dl#layoutTable dd p {
    padding: 1.2rem 0.5rem;
  }
}
dl#layoutTable dt {
  width: 12rem;
  background: #F0F0F0;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  dl#layoutTable dt {
    width: 7rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 480px) {
  dl#layoutTable dt {
    width: 6rem;
  }
}
dl#layoutTable dt p {
  font-weight: 600;
}
dl#layoutTable dd {
  width: calc(100% - 12rem);
  background: #fff;
  border-bottom: 1px solid #888;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  dl#layoutTable dd {
    width: calc(100% - 7rem);
  }
}
@media screen and (max-width: 480px) {
  dl#layoutTable dd {
    width: calc(100% - 6rem);
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
dl#layoutTable dd strong {
  font-weight: 600;
}
dl#layoutTable dd .l_cap {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  dl#layoutTable dd .l_cap {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl#layoutTable dd .l_cap {
    font-size: clamp(13px, 2.337vw, 14px);
  }
}

.check_mark {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  background: #CDEBE6;
  color: #12828F;
  line-height: 120%;
  padding: 0.2rem 0.5rem;
  margin-left: 2%;
}
@media screen and (max-width: 1024px) {
  .check_mark {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .check_mark {
    font-size: clamp(12px, 2.337vw, 14px);
  }
}
@media screen and (max-width: 330px) {
  .check_mark {
    margin-left: 0;
  }
}

.professor_name {
  font-weight: 600;
  line-height: 180%;
  color: #080808;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .professor_name {
    font-size: clamp(20px, 2.343vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .professor_name {
    font-size: clamp(17px, 3.338vw, 20px);
  }
}

/*-------------------------------------------------------------- */
#overviewPic {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#overviewPic img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#overviewPic p {
  margin-top: 2rem;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  #overviewPic p {
    font-size: clamp(17px, 1.953vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  #overviewPic p {
    font-size: clamp(15px, 2.838vw, 17px);
  }
}

/* =======================================================================
キャンパス案内
======================================================================= */
section#Access {
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  background-image: url("../_img/bg_access.webp");
}
section#Access .section_basic {
  padding: 3rem 0;
}
section#Access .section_title {
  text-align: left;
  color: #12828F;
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  section#Access .section_title {
    font-size: clamp(28px, 3.515vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  section#Access .section_title {
    font-size: clamp(20px, 4.674vw, 28px);
  }
}
section#Access .section_title span {
  color: #080808;
  font-size: 24px;
  padding-left: 1rem;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  section#Access .section_title span {
    font-size: clamp(20px, 2.343vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  section#Access .section_title span {
    font-size: clamp(16px, 3.338vw, 20px);
  }
}

/*-------------------------------------------------------------- */
ul#accessList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto 4rem;
}
ul#accessList li {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 3rem;
}
ul#accessList li:last-of-type {
  margin-bottom: 0;
}

/*-------------------------------------------------------------- */
.access_mappic {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
}
.access_mappic img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------- */
dl#access_infoNotes {
  background: #fff;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin-bottom: 1.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  dl#access_infoNotes {
    display: block;
  }
}
dl#access_infoNotes dt, dl#access_infoNotes dd {
  height: auto;
  font-size: 18px;
  line-height: 180%;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  dl#access_infoNotes dt, dl#access_infoNotes dd {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  dl#access_infoNotes dt, dl#access_infoNotes dd {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  dl#access_infoNotes dt, dl#access_infoNotes dd {
    font-size: clamp(15px, 2.6717vw, 16px);
  }
}
dl#access_infoNotes dt p, dl#access_infoNotes dd p {
  font-weight: 600;
}
dl#access_infoNotes dt {
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  dl#access_infoNotes dt {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
  }
}
dl#access_infoNotes dd {
  width: calc(100% - 14rem);
  border-left: 1px solid #808080;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  dl#access_infoNotes dd {
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    border-left: 0;
  }
}

/*-------------------------------------------------------------- */
#access_campusName {
  font-size: 18px;
  line-height: 180%;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #access_campusName {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #access_campusName {
    font-size: clamp(15px, 2.6717vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #access_campusName br {
    text-align: center;
    display: none !important;
  }
}
#access_campusName span {
  font-weight: 600;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  #access_campusName span {
    position: relative;
    z-index: 1;
    padding-bottom: 1rem;
  }
  #access_campusName span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #808080;
  }
}

/*-------------------------------------------------------------- */
@media screen and (min-width: 330px) {
  .for_msp {
    display: none !important;
  }
}

/*-------------------------------------------------------------- */
#accessCap p {
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 160%;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #accessCap p {
    font-size: clamp(14px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #accessCap p {
    font-size: clamp(13px, 2.337vw, 14px);
  }
}
#accessCap p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 5px;
  height: 1rem;
  background: #12828F;
}
#accessCap p:last-of-type {
  margin-bottom: 0;
}