/* ----------
page-influential
---------- */

.sp-none {
  display: none;
}
.pc-none {
  display: block;
}
@media (min-width:768px) {
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
}

a {
  color: #1B2D60;
}

.content {
  margin-top: 106px;
  color: #1B2D60;
}

.section-main-visual {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-position: 42% 60%;
  background-size: auto 120%;
  background-repeat: no-repeat;
  z-index: 10;
}

.section-main-visual-figure {
  position: absolute;
  top: 50px;
  left: calc(50% - 80px);
  display: block;
  width: 220px;
  height: 364px;
  background-image: url(../images/page-ambitious/shigeya/main-visual-figure.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 10;
}

.section-main-visual-text {
  position: absolute;
  bottom: 18px;
  left: 20px;
  display: block;
  z-index: 20;
}

.section-main-visual-text-category {
  margin-bottom: 7px;
}

.section-main-visual-text-category span {
  display: inline-block;
  padding: 4px 22px;
  background-color: #45d3ff;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.01em;
}

.section-main-visual-text-heading {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
  color: #1b2d60;
}

.section-main-visual-text-heading span {
  background-color: #fff;
  padding: 2px 6px;
}

.section-menu {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: auto;
  z-index: 20;
}

.section-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-menu-list.primary {
  margin-bottom: 20px;
}

.section-menu-list .section-menu-list-item {
  line-height: 1;
}

.section-menu-list.primary .section-menu-list-item {
  margin-bottom: 5px;
  font-size: 20px;
}

.section-menu-list.secondary .section-menu-list-item {
  margin-bottom: 5px;
  font-size: 16px;
}

.section-menu-list .section-menu-list-item:last-child {
  margin-bottom: 0;
}

.section-menu-list .section-menu-list-link {
  color: #fff;
}

.section-menu-list .section-menu-list-item.active .section-menu-list-link {
  opacity: .375;
}

.section-content {
  margin-bottom: 0;
  background-color: #fff;
  color: #1b2d60;
}

.section-content p {
  text-align: justify;
}

.content-box {
  padding: 0 15px 30px;
  background-color: #222121;
}

/*content-navigation*/
.content-navigation {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-navigation .content-navigation-link {
  position: relative;
  font-size: 16px;
  color: #1b2d60;
  letter-spacing: 0.02em;
}

.content-navigation .content-navigation-link.secondary {
  opacity: .5;
}

.content-navigation .content-navigation-link.secondary::after {
  position: absolute;
  content: '';
  width: 22px;
  height: 5px;
  top: calc(50% - 2.5px);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-navigation .content-navigation-link:hover {
  opacity: 1 !important;
}

.content-navigation .content-navigation-link.secondary.prev::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2246.14px%22%20height%3D%229.86px%22%20viewBox%3D%220%200%2046.14%209.86%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2046.14%209.86%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%231B2D60%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%231B2D60%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2246.14%22%20y1%3D%225.14%22%20x2%3D%221.14%22%20y2%3D%225.14%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M7.87%2C0.23C8.02%2C0.45%2C7.95%2C0.76%2C7.72%2C0.9L1.4%2C4.93l6.32%2C4.03C7.95%2C9.1%2C8.02%2C9.4%2C7.87%2C9.63%20C7.73%2C9.86%2C7.42%2C9.93%2C7.2%2C9.78L0.23%2C5.34C0.09%2C5.25%2C0%2C5.1%2C0%2C4.93s0.09-0.32%2C0.23-0.41L7.2%2C0.08C7.28%2C0.02%2C7.37%2C0%2C7.46%2C0%20C7.62%2C0%2C7.78%2C0.08%2C7.87%2C0.23z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.content-navigation .content-navigation-link.secondary.next::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2246.14px%22%20height%3D%229.86px%22%20viewBox%3D%220%200%2046.14%209.86%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2046.14%209.86%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%231B2D60%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%231B2D60%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%220%22%20y1%3D%224.72%22%20x2%3D%2245%22%20y2%3D%224.72%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M38.26%2C9.63c-0.15-0.23-0.08-0.53%2C0.15-0.68l6.32-4.03L38.41%2C0.9c-0.23-0.15-0.3-0.45-0.15-0.68%20c0.15-0.23%2C0.45-0.29%2C0.68-0.15l6.97%2C4.44c0.14%2C0.09%2C0.23%2C0.25%2C0.23%2C0.41s-0.09%2C0.32-0.23%2C0.41l-6.97%2C4.44%20c-0.08%2C0.05-0.17%2C0.08-0.26%2C0.08C38.51%2C9.86%2C38.36%2C9.78%2C38.26%2C9.63z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

/*content-header*/
.content-header {
  padding-top: 20px;
  /*margin-bottom:30px; */
  font-weight: 700;
}

.content-header-name {
  font-size: 20px;
}

.content-header-meta {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

.content-header-image {
  margin-top: 30px;
}

.content-header p {
  letter-spacing: 1px;
}

/*content-article*/
.content-article {
  /*margin-bottom:40px; */
  font-weight: 700;
}

.content-article-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
}

.content-article-image {
  margin-top: -10px;
}

.content-article p {
  letter-spacing: 1px;
}

/*content-message*/
.content-message {
  margin-bottom: 30px;
  height: 250px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-message-box {
  display: inline-block;
  margin-top: 200px;
  padding: 26px 10px 26px 20px;
  background-color: #1b2d60;
  font-weight: 700;
  color: #fff;
}

.content-message-heading {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

/*content-profile*/
.content-profile {
  margin-top: 180px;
  margin-bottom: 30px;
  font-weight: 700; /*color:#4d4d4d; */
}

.content-profile-title {
  font-size: 16px;
}

.content-profile-text {
  font-size: 12px;
}

/*content-cta*/
.content-cta {
  padding: 30px 0;
  background-color: #000;
  position: relative;
}

.content-cta .content-box {
  padding: 0;
  background-color: transparent;
}

.content-cta .button {
  height: 60px;
  margin-bottom: 30px;
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 24px;
}

.content-cta .button:hover {
  color: #000;
}

.content-cta .button::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 9px;
  top: 25px;
  right: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2241.61px%22%20height%3D%229.86px%22%20viewBox%3D%220%200%2041.61%209.86%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2041.61%209.86%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-miterlimit%3A10%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Cg%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%220%22%20y1%3D%224.98%22%20x2%3D%2240%22%20y2%3D%224.98%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M33.74%2C9.63c-0.15-0.23-0.08-0.53%2C0.15-0.68l6.32-4.03L33.89%2C0.9c-0.23-0.15-0.3-0.45-0.15-0.68%20s0.45-0.29%2C0.68-0.15l6.97%2C4.44c0.14%2C0.09%2C0.23%2C0.25%2C0.23%2C0.41s-0.09%2C0.32-0.23%2C0.41l-6.97%2C4.44c-0.08%2C0.05-0.17%2C0.08-0.26%2C0.08%20C33.99%2C9.86%2C33.83%2C9.78%2C33.74%2C9.63z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.content-cta .button::before {
  background-color: #fff;
}

.content-cta .button:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2241.86px%22%20height%3D%229.86px%22%20viewBox%3D%220%200%2041.86%209.86%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2041.86%209.86%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A0.8165%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Cg%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%220%22%20y1%3D%224.93%22%20x2%3D%2240.68%22%20y2%3D%224.93%22%2F%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M33.98%2C9.63C33.84%2C9.4%2C33.9%2C9.1%2C34.13%2C8.96l6.32-4.03L34.13%2C0.9c-0.23-0.15-0.3-0.45-0.15-0.68s0.45-0.29%2C0.68-0.15%20l6.97%2C4.44c0.14%2C0.09%2C0.23%2C0.25%2C0.23%2C0.41s-0.09%2C0.32-0.23%2C0.41l-6.97%2C4.44c-0.08%2C0.05-0.17%2C0.08-0.26%2C0.08%20C34.23%2C9.86%2C34.08%2C9.78%2C33.98%2C9.63z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.content-cta .copyright {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.content-cta .external-link {
  text-align: center;
}

.content-cta .external-link a {
  color: #fff;
}

/*button*/
.button {
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.button:hover {
  color: #368cff;
}

.button {
  overflow: hidden;
}

.button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 120%;
  height: 100%;
  background-color: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}

.button:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

.button::after {
}

@media (min-width: 768px) {
  .content {
    margin-top: 116px;
  }

  .section-main-visual-figure {
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
    background-size: contain;
  }

  .section-main-visual-text {
    bottom: 12.2vw;
    left: 22.2vw;
  }

  .section-main-visual-text-category {
    margin-bottom: 18px;
  }

  .section-main-visual-text-category span {
    padding: 5px 41px;
    font-size: 20px;
    letter-spacing: 0.01em;
  }

  .section-main-visual-text-heading {
    font-size: 45px;
    font-size: 3vw;
    letter-spacing: 0.05em
  }

  .section-menu {
    top: 50px;
    left: 30px;
  }

  .section-menu-list.primary .section-menu-list-item {
    margin-bottom: 15px;
    font-size: 30px;
    padding-right: 30px;
  }

  .section-menu-list.secondary .section-menu-list-item {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .section-content {
    margin-bottom: 0px;
  }

  /*content-navigation*/
  .content-navigation .content-navigation-link {
    font-size: 25px;
    letter-spacing: 0.05em;
  }

  .content-navigation .content-navigation-link.secondary::after {
    width: 45px;
    height: 7px;
  }

  .content-navigation .content-navigation-link.secondary.prev {
    padding-right: 40px;
  }

  .content-navigation .content-navigation-link.secondary.next {
    padding-left: 40px;
  }

  /*content-header*/
  .content-header {
    padding-top: 115px;
    /*margin-bottom:70px;*/
  }

  .content-header-name {
    font-size: 25px;
  }

  .content-header-meta {
    /*margin-bottom:30px; */
    font-size: 12px;
  }

  .content-header-image {
    margin-top: 100px;
  }

  /*content-article*/
  /*.content-article {margin-bottom:70px;}*/
  .content-article-title {
    /*margin-bottom:20px; */
    font-size: 40px;
  }

  .content-article-image {
    margin-top: 20px;
  }

  /*content-message*/
  .content-message {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    height: 500px;
    height: 53vw;
    height: 1017px;
    background-position: 50% 0;
    background-size: cover;
  }

  .content-message-box {
    margin-top: 0;
    padding: 45px 25px;
    width: 377px;
  }

  .content-message-heading {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .content-message-name {
  }

  /*content-profile*/
  .content-profile {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .content-profile-title {
    font-size: 18px;
  }

  .content-profile-text {
    font-size: 12px;
  }

  /*content-cta*/
  .content-cta {
    padding: 50px 0;
  }

  .content-cta .copyright {
    margin-bottom: 10px;
    text-align: left;
  }

  .content-cta .external-link {
    text-align: left;
  }
}

/*

ADD STYLE

*/

.content-message {
  margin-bottom: 0;
  position: relative;
}

.ambitious__plofile__img__caption {
  margin: 0 auto 30px;
  padding: 0 20px;
  width: 100%;
  max-width: 1110px;
  font-size: 12px;
  text-align: right !important;
  position: relative;
  top: 158px;
}

@media (min-width: 550px) {

  .ambitious__plofile__img__caption {
    top: 0;
  }

}

@media (min-width: 768px) {

  .content-message {
    margin-bottom: 0;
  }

  .ambitious__plofile__img__caption {
    margin-bottom: 40px;
  }

  .ambitious04 .profile-img {
    width: 1140px;
  }
}

@media (min-width: 1100px) {

  .page-ambitious .container {
    padding-right: 0;
    padding-left: 0;
  }

  .ambitious04 .section-main-visual-figure {
    top: 15px;
  }

  .ambitious04 .section-main-visual-text {
    left: 250px;
    bottom: 10px;
  }

  .content-navigation.fade-navi {
    display: none;
    margin-top: -50px;
    z-index: 99999;
    background: #FFF;
    position: relative;
  }

}


@media (max-width: 320px) {

  .content-header-image img {
    height: 200px;
    object-fit: cover;
  }

}


/*rikei*/

/*.outer-block {*/
/*  min-width: 320px;*/
/*}*/

.inner-block {
  padding: 0 15px;
  width: auto;
}

.section-main-visual-text {
  position: absolute;
  bottom: auto;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
  width: 100%;
}


.section-main-visual-text-heading {
  text-align: center;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.1em;
}

.sub-title {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.13em;
  line-height: 1.5;
}

.sub-txt {
  font-size: 11px;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.main-block {
  position: relative;
}

.grade-img {
  position: absolute;
  top: -16vw;
  left: 0;
  z-index: 999;
  width: 100%;
}

.grade-img img {
  width: 100%;
}

.main-block .inner-block {
  padding: 50px 15px 70px;
}

.c-ttl {
  background-color: #fff;
  color: #1b2d60;
  border: 1px solid #1b2d60;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  width: 100%;
  letter-spacing: 0.1em;
}

.proportion-block {
  background-color: #f2f2f2;
  padding: 32px 0 75px;
  position: relative;
}

.c-ttl.float-ttl {
  position: absolute;
  top: -23px;
  left: 15px;
  width: 92%;
  letter-spacing: 0.1em;
}

.graph-area .graph-ttl {
  text-align: center;
  margin-bottom: 20px;
}

.graph-area .graph-ttl p {
  padding-bottom: 5px;
  text-align: center;
  color: #1b2d60;
  border-bottom: 1px solid #1b2d60;
  display: inline-block;
  font-weight: bold;
}

.notes {
  text-align: center;
  font-size: 12px;
  color: #1b2d60;
  margin-top: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.graph-area {
  margin: 30px auto 0;
  max-width: 300px;
}

.graph-area .graph {
  background-color: #1b2d60;
  width: 138px;
  height: 50px;
  text-align: center;
}

.graph-area .graph img {
  width: auto;
  height: 100%;
}

.graph-area .year {
  color: #1b2d60;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.graph-wrap + .graph-wrap {
  margin-top: 25px;
}

.graph-wrap.graph02 .graph {
  width: 250px;
}

.graph-wrap.graph03 .graph {
  width: 100%;
}

.work-block {
  padding: 75px 0 170px;
  position: relative;
}

.work-block .inner-block {
  margin: 25px auto 30px;
}

.work-block .grade-img {
  transform: scale(-1, 1);
  top: -16vw;
}

.work-block .grade-img.grade02 {
  bottom: 21vw;
  top: auto;
}

.department-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 35px auto;
}

.department-area .box {
  text-align: center;
  width: calc(100% / 2 - 6px);
  font-weight: bold;
  padding: 10px;
  font-size: 11px;
  font-feature-settings: "palt";
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.department-area .box .inn {
  line-height: 1.3;
}

.department-area .box:not(:nth-child(2n+1)) {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .department-area .box:nth-child(n+3) {
    margin-top: 10px;
  }
}

.department-area .box:nth-child(1),
.department-area .box:nth-child(4),
.department-area .box:nth-child(5),
.department-area .box:nth-child(7) {
  background-color: #d1ffff;
}

.department-area .box:nth-child(2),
.department-area .box:nth-child(3),
.department-area .box:nth-child(6) {
  background-color: #d7e6fc;
}

.faculty-block {
  background-color: #f2f2f2;
  padding: 40px 0 50px;
  position: relative;
}

.faculty-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 40px 20px;
  margin-top: 20px;
}

.faculty {
  height: 55px;
  width: calc(100% / 2);
  padding: 5px 10px;
  color: #1b2d60;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  align-items: center;
}

.faculty-name {
  display: block;
}

.faculty-box .faculty:nth-child(2n+1) {
  border-left: 5px solid #90bbf7;
}

.faculty-box .faculty:nth-child(2n) {
  border-left: 5px solid #525f86;
}

.faculty-box .faculty:nth-child(n+3) {
  margin-top: 15px;
}

.contents-block {
  background-color: #faf8f5;
  padding: 30px 0 70px;
}

.contents-block .inner-block {
  padding: 0 12px 0 20px;
}

.contents-block .sub-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.contents-item {
  width: calc((100% - 16px) / 2);
  margin: 0 8px 8px 0;
}

.contents-list {
  padding-top: 30px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.contents-list a {
  display: block;
  height: 100%;
  background: #fff;
}

.contents-list .img-container {
  position: relative;
}

.thumb {
  height: 40vw;
  background: no-repeat center center / cover;
  padding-top: 0;
}

.contents-label {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 10px;
  padding: 4px 8px;
  display: block;
  transform: scale(0.8);
  transform-origin: left bottom;
}

.contents-label.color02 {
  background: #3cc9ff;
}

.contents-label.color03 {
  background: #662d8d;
}

.txt-container {
  padding: 7px;
  height: 75px;
  display: flex;
  align-items: center;
  font-size: 10px;
}


@media (min-width: 768px) {

  /*.outer-block {*/
  /*  min-width: auto;*/
  /*}*/
  .section-main-visual-text {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .section-main-visual {
    height: 640px;
    background-position: center center;
    background-size: cover;
  }

  .inner-block {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 900px;
  }

  .section-main-visual-text-heading {
    font-size: 42px;
    letter-spacing: 0.2em;
  }

  .sub-title {
    font-size: 35px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    width: 750px;
    margin: auto;
  }

  .sub-txt {
    font-size: 15px;
    line-height: 2.3;
    letter-spacing: 0.15em;
    margin: 40px auto 0;
    width: 750px;
  }

  .main-block .inner-block {
    padding: 180px 0 190px;
  }

  .c-ttl {
    border: 2px solid #1b2d60;
    padding: 25px;
    font-size: 24px;
    letter-spacing: 0.15em;
  }

  .notes {
    font-size: 15px;
    margin-top: 30px;
    letter-spacing: 0.2em;
  }

  .proportion-block {
    padding: 55px 0 145px;
  }

  .c-ttl.float-ttl {
    top: -130px;
    left: auto;
    margin: auto;
    width: 100%;
  }

  .graph-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .graph-area {
    width: 750px;
    margin: 100px auto 0;
    max-width: 100%;
  }

  .graph-area .year {
    letter-spacing: 0.15em;
    font-size: 18px;
    margin-bottom: 0;
  }

  .graph-area .graph-ttl {
    margin-bottom: 40px;
  }

  .graph-area .graph-ttl p {
    padding-bottom: 5px;
    letter-spacing: 0.2em;
    font-size: 15px;
  }

  .graph-area .graph {
    width: 276px;
    margin-left: 35px;
    height: 100px;
  }

  .graph-wrap + .graph-wrap {
    margin-top: 50px;
  }

  .graph-wrap.graph02 .graph {
    width: 500px;
  }

  .graph-wrap.graph03 .graph {
    width: 601px;
  }

  .graph-wrap:first-child {
    padding-bottom: 30px;
  }

  .work-block {
    padding: 145px 0 160px;
  }

  .work-block .img {
    text-align: center;
  }

  .work-block .grade-img.grade02 {
    bottom: -90px;
  }

  .work-block .inner-block {
    margin: 140px auto 180px;
  }

  .department-area {
    margin: 55px auto;
  }

  .department-area .box {
    font-size: 17px;
    padding: 18px 10px;
    width: calc((100% - 21px)/4);
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    height: 82px;
  }

  .department-area .box:not(:nth-child(4n+1)) {
    margin-left: 7px;
  }
  .department-area .box:nth-child(n+5) {
    margin-top: 20px;
  }

  .department-area .box:nth-child(1),
  .department-area .box:nth-child(3),
  .department-area .box:nth-child(6) {
    background-color: #d1ffff;
  }

  .department-area .box:nth-child(2),
  .department-area .box:nth-child(4),
  .department-area .box:nth-child(5),
  .department-area .box:nth-child(7) {
    background-color: #d7e6fc;
  }

  .faculty-block {
    padding: 55px 0 100px;
  }

  .faculty-wrap-block {
    width: 1055px;
    margin: auto;
  }

  .faculty-box {
    padding: 80px 45px;
    margin-top: 50px;
  }

  .faculty {
    height: 90px;
    width: calc(99.999% / 3);
    padding: 5px 15px;
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 2;
    white-space: nowrap;
  }

  .faculty span {
    display: inline-block;
    margin-bottom: 8px;
  }

  .faculty p {
    line-height: 1.4;
  }

  .faculty-box .faculty:nth-child(n+3) {
    margin-top: 0;
  }

  .faculty-box .faculty:nth-child(n+4) {
    margin-top: 30px;
  }

  .faculty-box .faculty:nth-child(2n+1) {
    border-left: 10px solid #90bbf7;
  }

  .faculty-box .faculty:nth-child(2n) {
    border-left: 10px solid #525f86;
  }

  .contents-block {
    background-color: #faf8f5;
    padding: 80px 0 110px;
  }

  .contents-block .inner-block {
    padding: 0;
  }

  .contents-block .sub-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.15em;
  }

  .contents-item {
    width: 240px;
    margin: 0;
    margin-right: 10px;
  }

  .contents-item:nth-child(n+4) {
    margin-bottom: 40px;
  }

  .contents-list {
    padding-top: 60px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .contents-list a {
    display: block;
    height: 100%;
    background: #fff;
  }

  .contents-list .img-container {
    position: relative;
  }

  .thumb {
    height: 235px;
  }

  .thumb {
    background: no-repeat center center / cover;
    padding-top: 0;
  }

  .contents-label {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    transform-origin: left bottom;
    font-size: 12px;
    padding: 5px 10px;
    transform: none;
  }

  .contents-label.color02 {
    background: #3cc9ff;
  }

  .contents-label.color03 {
    background: #662d8d;
  }

  .txt-container {
    min-height: 100px;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 14px;
  }

}

@media screen and (min-width:768px) and ( max-width:1700px) {
  .section-main-visual {
    background-size: auto 120%;
  }
  .ie11 .section-main-visual {
    background-size: auto 130%;
  }

}
