@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
#ningen {
  background: url(../images/bg.jpg) center center/cover no-repeat;
  background-attachment: fixed;
}

#ningen p {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3c3c3c;
  font-size: 16.5px;
}

@media screen and (max-width: 768px) {
  #ningen p {
    font-size: 3.5vw;
  }
}

#ningen #fixed-banner {
  position: fixed;
  right: calc(50% - 207px);
  top: 150px;
  z-index: 100;
  display: none;
}

#ningen #fixed-banner a {
  display: block;
}

@media screen and (max-width: 768px) {
  #ningen #fixed-banner {
    right: 0;
    top: 30vw;
    display: block;
  }
  #ningen #fixed-banner a img {
    width: 10vw;
  }
}

#ningen #pc-copy {
  position: fixed;
  right: calc(50% + 270px);
  top: calc(50% - 10px);
}

#ningen #pc-copy img {
  max-width: calc(50vw -  300px);
  max-width: 300px;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #ningen #pc-copy {
    display: none;
  }
}

#ningen #pc-opencampus {
  position: fixed;
  left: calc(50% + 250px);
  bottom: 30px;
  z-index: 10;
}

#ningen #pc-opencampus a {
  display: block;
}

#ningen #pc-opencampus a img {
  width: 160px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ningen #pc-opencampus a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #ningen #pc-opencampus {
    display: none;
  }
}

#ningen #ningen-container {
  width: 414px;
  margin: auto;
  border: solid 10px #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ningen #ningen-container {
    width: 100%;
    border: 0;
    overflow: hidden;
  }
}

#ningen #ningen-container header {
  background: #fff;
}

#ningen #ningen-container header h1 {
  padding: 15px;
}

#ningen #ningen-container header h1 a {
  display: block;
}

@media screen and (max-width: 768px) {
  #ningen #ningen-container header h1 {
    padding: 4vw;
  }
}

#ningen #ningen-container main {
  background: #f8f6f1;
}

#ningen #ningen-container main #lead {
  width: 76%;
  margin: auto;
  margin-bottom: 60px;
}

#ningen #ningen-container main #lead p {
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  #ningen #ningen-container main #lead figure {
    width: 100%;
  }
  #ningen #ningen-container main #lead figure img {
    width: 100%;
  }
}

#ningen #ningen-container main .scrollwrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  #ningen #ningen-container main .scrollwrap:after {
    content: "";
    background: url(../images/swipe.svg) center center/25vw no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #ningen #ningen-container main .scrollwrap.active:after {
    display: none;
  }
}

#ningen #ningen-container main #domain {
  width: 80%;
  margin: auto;
}

#ningen #ningen-container main #domain h3 {
  margin-bottom: 30px;
  text-align: center;
}

#ningen #ningen-container main #domain section {
  margin-bottom: 30px;
}

#ningen #ningen-container main #domain section h4 {
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  font-size: 50px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#ningen #ningen-container main #domain section h4:hover {
  opacity: 0.7;
}

#ningen #ningen-container main #domain section h4:after {
  content: "";
  font-size: inherit;
  width: 1em;
  height: 1em;
  background: url("../images/domain-down.svg") center center/contain no-repeat;
  position: absolute;
  right: 0.3em;
  top: calc(50% - 00.5em);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

@media screen and (max-width: 768px) {
  #ningen #ningen-container main #domain section h4 {
    margin-bottom: 5vw;
    background: #000;
    background: #0aa7bd;
    border-radius: 2vw;
  }
}

#ningen #ningen-container main #domain section.active h4:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#ningen #ningen-container main #domain section article {
  padding-bottom: 50px;
}

#ningen #ningen-container main #domain section article .teacher {
  margin-bottom: 30px;
}

#ningen #ningen-container main #domain section article .teacher .teacher-head {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ningen #ningen-container main #domain section article .teacher .teacher-head figure {
  width: 38%;
}

#ningen #ningen-container main #domain section article .teacher .teacher-head p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  font-weight: bold;
  padding-left: 1em;
}

#ningen #ningen-container main #domain section article .teacher .teacher-head p strong {
  font-family: inherit;
  font-size: 30px;
  font-weight: 500;
}

#ningen #ningen-container main #domain section article .teacher .teacher-comment .teacher-comment-wrapper {
  padding: 10px;
}

#ningen #ningen-container main #domain section article .teacher .teacher-comment h5 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 23px;
  color: #3c3c3c;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

#ningen #ningen-container main #domain section article .teacher .teacher-comment p {
  line-height: 1.6em;
  font-weight: 500;
}

#ningen #ningen-container main #domain section article .teacher .teacher-comment .keyword h6 span {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #f98f0e;
  font-size: 15px;
  display: inline-block;
  padding-bottom: 0.4em;
  border-bottom: dashed 2px #f98f0e;
  margin-bottom: 1em;
}

#ningen #ningen-container main #domain section article .teacher .teacher-comment .keyword p {
  font-size: 15px;
  color: #f98f0e;
  font-weight: 500;
}

#ningen #ningen-container main #domain section article .report {
  margin-bottom: 30px;
}

#ningen #ningen-container main #domain section article .report .report-wrapper {
  background: url(../images/domain-report-body.png) center bottom/100% no-repeat;
  padding: 10px 30px 40px 20px;
}

#ningen #ningen-container main #domain section article .report .report-title {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#ningen #ningen-container main #domain section article .report .report-title figure {
  width: 40%;
}

#ningen #ningen-container main #domain section article .report .report-title h5 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f98f0e;
  font-size: 17px;
  font-family: "Zen Maru Gothic", sans-serif;
}

#ningen #ningen-container main #domain section article .report .report-title h5 strong {
  font-size: 23px;
  font-family: inherit;
  font-weight: 500;
  display: block;
  margin-bottom: 0.4em;
  white-space: nowrap;
}

#ningen #ningen-container main #domain section article .report .report-title h5 span {
  font-size: inherit;
  display: block;
  margin-bottom: 0.3em;
}

#ningen #ningen-container main #domain section article .report .report-title h5 small {
  font-size: 12px;
  font-family: inherit;
  margin-bottom: 1em;
  display: block;
  margin-bottom: 0.5em;
}

#ningen #ningen-container main #domain section article .report .report-title h5 .prof {
  color: #3c3c3c;
  text-align: right;
  font-size: 11px;
  line-height: 1.4em;
  padding-right: 1.8em;
  font-family: "Zen Maru Gothic", sans-serif;
}

#ningen #ningen-container main #domain section article .report .report-title h5 .prof strong {
  font-family: inherit;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
}

#ningen #ningen-container main #domain section article .report p {
  font-weight: 500;
  line-height: 1.6em;
}

#ningen #ningen-container main #domain section article .domain-opencampus a {
  display: block;
  position: relative;
  font-size: 17px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0aa7bd;
  width: 320px;
  margin: auto;
  font-weight: 600;
}

#ningen #ningen-container main #domain section article .domain-opencampus a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: -0.5em;
  background: url(../images/domain-link-opencampus.svg) left bottom/contain no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ningen #ningen-container main #domain section article .domain-opencampus a:hover:after {
  left: 1em;
}

@media screen and (max-width: 768px) {
  #ningen #ningen-container main #domain section article {
    padding-bottom: 10vw;
  }
  #ningen #ningen-container main #domain section article .teacher .teacher-head p {
    font-size: 3.5vw;
  }
  #ningen #ningen-container main #domain section article .teacher .teacher-head p strong {
    font-size: 7vw;
  }
  #ningen #ningen-container main #domain section article .teacher .teacher-comment > img {
    width: 100%;
  }
  #ningen #ningen-container main #domain section article .teacher .teacher-comment .teacher-comment-wrapper {
    padding: 3vw;
  }
  #ningen #ningen-container main #domain section article .teacher .teacher-comment h5 {
    font-size: 5.5vw;
  }
  #ningen #ningen-container main #domain section article .teacher .teacher-comment .keyword h6 span {
    font-size: 3.5vw;
  }
  #ningen #ningen-container main #domain section article .report {
    margin-bottom: 15vw;
  }
  #ningen #ningen-container main #domain section article .report > img {
    width: 100%;
  }
  #ningen #ningen-container main #domain section article .report .report-wrapper {
    padding: 4vw 8vw 10vw 5vw;
    margin-top: -0.5vw;
  }
  #ningen #ningen-container main #domain section article .report .report-title h5 {
    font-size: 4vw;
  }
  #ningen #ningen-container main #domain section article .report .report-title h5 strong {
    font-size: 5.3vw;
  }
  #ningen #ningen-container main #domain section article .report .report-title h5 small {
    font-size: 2.9vw;
  }
  #ningen #ningen-container main #domain section article .report .report-title h5 .prof {
    font-size: 2.8vw;
  }
  #ningen #ningen-container main #domain section article .report .report-title h5 .prof strong {
    padding-top: 0.2em;
    font-size: 4.5vw;
  }
  #ningen #ningen-container main #domain section article .domain-opencampus a {
    width: 90%;
    font-size: 4vw;
  }
}

#ningen #ningen-container main #point > figure {
  width: 100%;
}

#ningen #ningen-container main #point > figure img {
  width: 100%;
}

#ningen #ningen-container main #point #point-wrapper {
  background: #faa033;
  padding: 0 15px 15px;
}

#ningen #ningen-container main #point #point-wrapper #point-body {
  background: #fff;
  border-radius: 10px;
}

#ningen #ningen-container main #point #point-wrapper #point-body section {
  margin-bottom: 40px;
}

#ningen #ningen-container main #point #point-wrapper #point-body section h4 {
  padding: 30px 0;
  text-align: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 28px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3c3c3c;
  line-height: 1.5em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section h4 img {
  margin-bottom: 0.5em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 20px;
  position: relative;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider > img {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: initial;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 230%;
  padding-left: 50px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE10+ */
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider ul li {
  width: 276px;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider ul li h5 {
  width: 90%;
  margin: auto;
  padding: 1em 0;
  font-size: 18px;
  color: #3c3c3c;
  font-family: "Zen Maru Gothic", sans-serif;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider ul li p {
  width: 90%;
  margin: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-list {
  width: 90%;
  margin: auto;
  margin-bottom: 60px;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-list ul {
  width: 90%;
  margin: auto;
  padding: 10px 0;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-list ul li {
  font-size: 18px;
  color: #3c3c3c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
  background: url(../images/point2-point.svg) left top 0.2em/1em no-repeat;
  padding-left: 1.5em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-list ul li:last-child {
  margin-bottom: 0;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-list ul li small {
  font-family: inherit;
  font-size: 13px;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-list ul li small.ib {
  display: inline-block;
  padding-top: 0.5em;
  line-height: 1.6em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics {
  background: #fef3e9;
  padding: 20px 0;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: dashed 2px #f98f0e;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article:last-child {
  border-bottom: 0;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article h5 {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  margin-bottom: 1em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article h5 span {
  display: block;
  font-size: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f98f0e;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  padding-left: 1em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article dl dt {
  margin: auto;
  padding: 1em 0;
  font-size: 18px;
  color: #3c3c3c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article dl dd {
  margin: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6em;
  font-family: "Zen Maru Gothic", sans-serif;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .seido {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .seido p {
  font-size: 14px;
  line-height: 1.7em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1em;
  font-weight: 500;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .seido figure {
  width: 40%;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .support {
  margin-bottom: 30px;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .support h6 {
  color: #f98f0e;
  font-size: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 1em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .support ul li {
  font-size: 19px;
  color: #3c3c3c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 0.7em;
  padding-left: 1.4em;
  background: url(../images/point2-point.svg) left top 0.2em/1em no-repeat;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .link a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0aa7bd;
  margin: auto;
  font-weight: 600;
  padding-right: 1.5em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .link a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: -0.5em;
  background: url(../images/point2-link.svg) left bottom/contain no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .link a:hover:after {
  left: 1em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature {
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul {
  width: 90%;
  margin: auto;
  padding-top: 20px;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul h5 {
  font-size: 15px;
  background: url(../images/point2-point.svg) left top 0.2em/1em no-repeat;
  padding-left: 1.4em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul h5 span {
  display: inline-block;
  color: #f98f0e;
  font-size: inherit;
  font-weight: bold;
  padding-bottom: 0.4em;
  border-bottom: dashed 2px #f98f0e;
  margin-bottom: 0.5em;
  font-family: "Zen Maru Gothic", sans-serif;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul dl {
  font-size: 15px;
  padding-left: 1.4em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul dl dt, #ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul dl dd {
  color: #3c3c3c;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul dl dt {
  font-size: 18px;
  margin-bottom: 0.2em;
}

#ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul dl dd {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
}

#ningen #ningen-container main #point #point-wrapper #opencampus h4 {
  text-align: center;
}

#ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa {
  width: 90%;
  margin: auto;
  padding-left: 20px;
}

#ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa h5 {
  width: 100%;
}

#ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa h5 img {
  width: 100%;
}

#ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa ul {
  background: url(../images/opencampus-qa-body.svg) center bottom/100% no-repeat;
  padding-bottom: 20px;
}

#ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa ul li {
  width: 80%;
  font-size: 20px;
  padding: 1.2em 0;
  margin: auto;
  margin-right: 2em;
  background: url(../images/opencampus-qa-border.svg) center top/100% no-repeat;
}

#ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa ul li dl dt, #ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa ul li dl dd {
  font-family: "Zen Maru Gothic", sans-serif;
}

#ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa ul li dl dt {
  font-size: 16px;
  color: #fff;
  padding-left: 2.5em;
  background: url(../images/opencampus-qa-q.svg) left top no-repeat;
  line-height: 1.3em;
  margin-bottom: 0.8em;
}

#ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa ul li dl dd {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #ningen #ningen-container main #point #point-wrapper {
    padding: 0 4vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body {
    border-radius: 3vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section {
    margin-bottom: 8vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section h4 {
    padding: 7vw 0;
    font-size: 7vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section h4 img {
    height: 5vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider {
    padding-bottom: 6vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider ul {
    padding-left: 12vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider ul li {
    width: 66vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point1-slider ul li h5 {
    font-size: 4.5vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-list {
    margin-bottom: 8vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-list ul {
    padding: 5vw 0;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-list ul li {
    font-size: 4.9vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-list ul li small {
    font-size: 3.3vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics {
    padding: 4vw 0;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article h5 {
    font-size: 5.2vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article h5 img {
    width: 17vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article dl dt {
    font-size: 5vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article dl dd {
    font-size: 3.5vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .seido p {
    font-size: 3.5vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .support {
    margin-bottom: 7vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .support h6 {
    font-size: 4.2vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .support ul li {
    font-size: 4.5vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point2-topics article .link a {
    font-size: 4vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature {
    margin-bottom: 7vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul h5 {
    font-size: 4vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul dl {
    font-size: 4vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul dl dt {
    font-size: 4.3vw;
  }
  #ningen #ningen-container main #point #point-wrapper #point-body section #point3-feature ul dl dd {
    font-size: 5vw;
  }
  #ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa ul li {
    font-size: 4vw;
  }
  #ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa ul li dl dt {
    font-size: 4.5vw;
    background-size: 1.7em;
  }
  #ningen #ningen-container main #point #point-wrapper #opencampus #opencampus-qa ul li dl dd {
    font-size: 3.5vw;
  }
}

#ningen #ningen-container main #movie {
  padding: 40px 0;
}

#ningen #ningen-container main #movie h3 {
  text-align: center;
  margin-bottom: 20px;
}

#ningen #ningen-container main #movie #movie-banner a {
  display: block;
  width: 80%;
  margin: auto;
  border: solid 2px #f98f0e;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 0 #F5BD8B;
  box-shadow: 8px 8px 0 #F5BD8B;
}

#ningen #ningen-container main #movie #movie-banner a img {
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#ningen #ningen-container main #movie #movie-banner a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#ningen #ningen-container main footer {
  text-align: center;
  padding: 30px 0 0;
}

#ningen #ningen-container main footer h1 a {
  display: block;
}

#ningen #ningen-container main footer h1 img {
  width: 50%;
}

#ningen #ningen-container main footer p {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 1em;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  #ningen #ningen-container main footer {
    padding: 5vw 0 0;
  }
  #ningen #ningen-container main footer p {
    font-size: 2.8vw;
  }
}
