@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.biz {
  font-family: "BIZ UDGothic", serif;
  font-weight: 400;
  font-style: normal;
}

.inner {
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #msad-staff {
    padding-bottom: 18vw;
  }
}

#msad-staff #pagetop {
  display: none;
}

@media screen and (max-width: 768px) {
  #msad-staff #pagetop {
    display: block;
    position: fixed;
    bottom: 3vw;
    right: 3vw;
  }
  #msad-staff #pagetop a {
    display: block;
    width: 10vw;
    height: 10vw;
    background: #00665a;
    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;
  }
  #msad-staff #pagetop a:after {
    content: "\eae6";
    font-family: "Material Icons";
    font-size: 5vw;
    color: #fff;
  }
}

#msad-staff .hbg {
  display: none;
}

@media screen and (max-width: 768px) {
  #msad-staff .hbg {
    background: #00665a;
    position: fixed;
    right: -12vw;
    z-index: 30;
    -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);
  }
  #msad-staff .hbg.on {
    right: 0;
  }
}

#msad-staff .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#msad-staff .bg canvas {
  width: 100%;
  height: 100%;
}

#msad-staff main {
  position: relative;
  z-index: 1;
}

#msad-staff header {
  padding-top: 30px;
  margin-bottom: 130px;
}

#msad-staff header .inner {
  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;
}

#msad-staff header .inner .register {
  position: fixed;
  right: calc(50vw - 480px);
  top: 20px;
  z-index: 5;
}

#msad-staff header .inner .register a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#msad-staff header .inner .register a img {
  vertical-align: bottom;
}

#msad-staff header .inner .register a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #00665a;
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

#msad-staff header .inner .register a:after {
  content: "";
  width: 36px;
  height: 100%;
  position: absolute;
  right: 10px;
  bottom: 0;
  background: url(../images/register-arrow.svg) center center/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);
}

#msad-staff header .inner .register a:hover:after {
  right: 0;
}

@media screen and (max-width: 768px) {
  #msad-staff header {
    padding-top: 3vw;
    margin-bottom: 5vw;
    padding-left: 3vw;
    width: 75%;
  }
  #msad-staff header .inner h1 {
    width: 46%;
  }
  #msad-staff header .inner .register {
    width: 50%;
    right: initial;
    left: 3vw;
    top: initial;
    bottom: 3vw;
  }
}

#msad-staff .title {
  position: relative;
}

#msad-staff .title nav {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 100px;
  z-index: 10;
}

#msad-staff .title nav ul li {
  font-size: 18px;
  margin-bottom: 1em;
}

#msad-staff .title nav ul li a {
  font-size: inherit;
  color: #00665a;
  display: block;
  text-align: right;
  font-weight: bold;
}

#msad-staff .title nav ul li a:after {
  content: "";
  display: inline-block;
  width: calc(50vw - 480px);
  height: 1px;
  background: #00665a;
  vertical-align: middle;
  margin-left: 0.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);
}

#msad-staff .title nav ul li a:hover:after {
  width: calc(50vw - 480px + 20px);
}

#msad-staff .title nav.on {
  position: fixed;
}

#msad-staff .title nav.on ul li a:after {
  width: 40px;
}

#msad-staff .title nav.on ul li a:hover:after {
  width: 60px;
}

@media screen and (max-width: 768px) {
  #msad-staff .title h2 {
    padding-left: 3vw;
    width: 94%;
    text-align: left;
  }
  #msad-staff .title h2 img {
    width: 70%;
  }
  #msad-staff .title nav {
    position: absolute !important;
    padding-top: 5vw;
    z-index: 30;
  }
  #msad-staff .title nav.on {
    position: fixed !important;
    right: -50vw;
    top: 12vw;
    -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);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 3vw;
  }
  #msad-staff .title nav.on.active {
    right: 0 !important;
  }
  #msad-staff .title nav ul li {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
  #msad-staff .title nav ul li a:after {
    width: 0 !important;
  }
}

#msad-staff #interview {
  margin-top: -40px;
  width: 100%;
  height: 680px;
  background: url(../images/interview-bg.png) center center/100% 100% no-repeat;
}

#msad-staff #interview .inner {
  position: relative;
  height: 100%;
}

#msad-staff #interview .scroll {
  position: absolute;
  left: 0;
  top: 100px;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

#msad-staff #interview .scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 00px);
  background: #00665a;
  margin-top: 10px;
}

#msad-staff #interview h3 {
  margin-bottom: 20px;
  padding-top: 120px;
  text-align: center;
}

#msad-staff #interview ul {
  width: 100%;
  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;
}

#msad-staff #interview ul li {
  width: 255px;
  margin: 0 15px;
}

#msad-staff #interview ul li a {
  display: block;
  position: relative;
  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;
}

#msad-staff #interview ul li a figure {
  position: relative;
  margin-bottom: 20px;
}

#msad-staff #interview ul li a figure > img {
  -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);
}

#msad-staff #interview ul li a figure h4 {
  position: absolute;
  left: -20px;
  bottom: 15px;
  overflow: hidden;
  border-radius: 4px;
}

#msad-staff #interview ul li a figure span {
  display: block;
}

#msad-staff #interview ul li a:hover figure > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #msad-staff #interview {
    background-size: 300% 100%;
    background-position: left 50% center;
    margin-top: 0;
    height: auto;
    padding: 10vw 0 30vw;
  }
  #msad-staff #interview h3 {
    padding-top: 0;
    margin-bottom: 3vw;
  }
  #msad-staff #interview h3 img {
    width: 40vw;
  }
  #msad-staff #interview ul {
    width: 90%;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #msad-staff #interview ul li {
    width: 40%;
    margin-bottom: 4vw;
  }
  #msad-staff #interview ul li a figure {
    margin-bottom: 3vw;
  }
  #msad-staff #interview ul li a figure h4 {
    bottom: 2vw;
    left: -3vw;
  }
  #msad-staff #interview ul li a figure h4 img {
    height: 8vw;
  }
  #msad-staff #interview ul li a span img {
    width: 30vw;
  }
  #msad-staff #interview .scroll {
    left: 2vw;
    top: 0;
  }
}

#msad-staff .contents {
  background: #fff;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

#msad-staff .contents h3 {
  margin-left: 30px;
  border-top: solid 10px #00665a;
  width: 185px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}

#msad-staff .contents .tab {
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
  border: solid 1px #00665a;
  border-radius: 10px;
  overflow: hidden;
}

#msad-staff .contents .tab .tab-block {
  padding: 5px;
  background: #ebf3f2;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#msad-staff .contents .tab .tab-block:last-child {
  margin-bottom: 0;
  border-top: solid 1px #00665a;
}

#msad-staff .contents .tab .tab-block h6 {
  text-align: center;
  color: #00665a;
  padding: 0.2em 0;
  width: 16em;
}

#msad-staff .contents .tab ul {
  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;
}

#msad-staff .contents .tab ul li a {
  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;
  width: 14em;
  height: 2.9em;
  font-size: 13px;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
  -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);
  text-align: center;
  background: url(../images/faq-arrow.svg) right 1em center/1.3em no-repeat #ccc;
  border-radius: .5em;
}

#msad-staff .contents .tab ul li a.active {
  background-color: #00665a;
  color: #fff;
  font-weight: bold;
  opacity: 1 !important;
}

#msad-staff .contents .tab ul li a:hover {
  background-color: #00665a;
  color: #fff;
}

#msad-staff .contents .tab ul li:last-child a {
  border-right: solid 1px #fff;
}

#msad-staff .contents .faq {
  width: 90%;
  margin: auto;
}

#msad-staff .contents .faq dl {
  border: solid 1px #00665a;
  border-radius: 10px;
  font-size: 18px;
  padding: 0.8em 1em;
  margin-bottom: 0.5em;
}

#msad-staff .contents .faq dl dt, #msad-staff .contents .faq dl dd {
  line-height: 1.4em;
}

#msad-staff .contents .faq dl dt {
  padding-left: 2em;
  padding-right: 3em;
  background: url(../images/faq-q.svg) left top/1.3em no-repeat;
  position: relative;
  min-height: 1.6em;
  padding-top: 0.1em;
}

#msad-staff .contents .faq dl dd {
  padding-left: 2em;
  padding-top: 0.8em;
  margin-top: 0.6em;
  background: url(../images/faq-a.svg) left top 0.9em/1.3em no-repeat;
  border-top: solid 1px #00665a;
}

#msad-staff .contents .faq dl.open dt:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#msad-staff .contents .tab-content > div {
  display: none;
}

#msad-staff .contents .tab-content > div.active {
  display: block;
}

#msad-staff .contents .info {
  width: 90%;
  margin: auto;
}

#msad-staff .contents .info h5 {
  margin-bottom: 1em;
  font-size: 20px;
  color: #00665a;
  border-left: solid 4px #00665a;
  padding: 0.6em 0.6em;
}

#msad-staff .contents .info .table {
  border-radius: 10px;
  border: solid 1px #00665a;
  overflow: hidden;
}

#msad-staff .contents .info table {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #00665a;
}

#msad-staff .contents .info table tr th, #msad-staff .contents .info table tr td {
  border: solid 1px #00665a;
  font-size: 17px;
  padding: 1em 1em;
  line-height: 1.4em;
}

#msad-staff .contents .info table tr th {
  white-space: nowrap;
}

#msad-staff .contents .info table thead th {
  background: #EBF3F2;
}

#msad-staff .contents .info table tbody td strong {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin: 0.2em 0;
  border-bottom: solid 1px #00665a;
}

#msad-staff .contents .info table tbody td dl {
  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;
}

#msad-staff .contents .info table tbody td dl dt {
  line-height: 1.4em;
}

#msad-staff .contents .info table tbody td dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4em;
}

#msad-staff .contents .info table tbody td table.grid {
  border: 0;
  width: auto;
}

#msad-staff .contents .info table tbody td table.grid tr td {
  border: 0;
  padding: 0;
}

#msad-staff .contents .info table tbody td table.grid tr td:nth-child(1) {
  padding-right: 1em;
}

#msad-staff .contents .info table tbody td ul {
  list-style: disc;
  padding-left: 1.5em;
}

#msad-staff .contents .info table tbody td ul li {
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  #msad-staff .contents {
    width: 90%;
  }
  #msad-staff .contents h3 {
    width: 50%;
    border-width: 2vw;
    margin: auto;
    margin-bottom: 3vw;
  }
  #msad-staff .contents h3 img {
    width: 50%;
  }
  #msad-staff .contents#information h3 {
    margin-bottom: 5vw;
  }
  #msad-staff .contents .tab-block {
    display: block !important;
  }
  #msad-staff .contents .tab-block h6 {
    width: auto !important;
    font-size: 3.8vw;
    margin-bottom: 0.2em;
  }
  #msad-staff .contents .tab {
    position: static;
    width: 90%;
    margin: auto;
    margin-bottom: 5vw;
    border-radius: 2.5vw;
  }
  #msad-staff .contents .tab ul {
    width: 90%;
    margin: auto;
    margin-bottom: 0;
    display: block;
  }
  #msad-staff .contents .tab ul li {
    width: 100%;
  }
  #msad-staff .contents .tab ul li a {
    width: 100%;
    font-size: 3.5vw;
  }
  #msad-staff .contents .faq dl {
    font-size: 3.5vw;
  }
  #msad-staff .contents .faq dl dt, #msad-staff .contents .faq dl dd {
    padding-left: 2.5em;
  }
  #msad-staff .contents .info .table {
    border-radius: 3vw;
  }
  #msad-staff .contents .info table {
    border-radius: 3vw;
  }
  #msad-staff .contents .info table tr th, #msad-staff .contents .info table tr td {
    font-size: 3.2vw;
  }
  #msad-staff .contents .info table tbody th span {
    display: inline-block;
    width: 1em;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
  }
  #msad-staff .contents .info table tbody td {
    padding: 0.5em;
  }
  #msad-staff .contents .info table tbody td dl {
    display: block;
  }
}

#msad-staff #bottom-nav {
  padding: 60px 0;
}

#msad-staff #bottom-nav ul {
  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;
}

#msad-staff #bottom-nav ul li {
  font-size: 18px;
}

#msad-staff #bottom-nav ul li a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: inherit;
  margin: 0 1em;
}

#msad-staff #bottom-nav ul li a:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../images/faq-arrow.svg) center center/contain no-repeat;
  vertical-align: middle;
  margin-left: 0.4em;
}

#msad-staff #bottom-nav ul li a:hover {
  color: #00665a;
}

@media screen and (max-width: 768px) {
  #msad-staff #bottom-nav {
    padding: 10vw 0;
  }
  #msad-staff #bottom-nav ul {
    display: block;
  }
  #msad-staff #bottom-nav ul li {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}

#msad-staff footer {
  background: #00665a;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 1em 0;
}

@media screen and (max-width: 768px) {
  #msad-staff footer {
    font-size: 3vw;
    padding: 3em 0;
  }
}

#msad-staff #harassment_policy {
  font-family: "BIZ UDGothic", serif;
  font-weight: 400;
  font-style: normal;
}

#msad-staff #harassment_policy h3 {
  width: 90%;
}

#msad-staff #harassment_policy article {
  padding: 0 60px;
}

@media screen and (max-width: 768px) {
  #msad-staff #harassment_policy article {
    padding: 0 5vw;
  }
}

#msad-staff #harassment_policy h3 {
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #msad-staff #harassment_policy h3 {
    font-size: 4vw;
    line-height: 1.6em;
  }
}

#msad-staff #harassment_policy .sub-block {
  margin-bottom: 40px;
}

#msad-staff #harassment_policy .sub-block .green-box {
  background: #e8f1f0;
  padding: 1.5em;
  margin-top: 2em;
}

#msad-staff #harassment_policy p {
  margin-bottom: 0;
}

#msad-staff #harassment_policy p.block-ttl {
  margin-bottom: 1em;
  font-weight: bold;
  color: #00665a;
}

#msad-staff #harassment_policy p.date, #msad-staff #harassment_policy p.end-txt {
  text-align: right;
  text-align-last: right;
  margin-bottom: 2em;
}

#msad-staff #harassment_policy p.att {
  font-size: 12px;
}

#msad-staff #harassment_policy ul.square-list {
  list-style: square;
  padding-left: 1.5em;
  padding-top: 1em;
}

#msad-staff #harassment_policy ul.square-list li {
  color: #00665a;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  #msad-staff #harassment_policy ul.square-list li {
    font-size: 3.5vw;
  }
}

#msad-staff #harassment_policy ul.square-list li p {
  line-height: inherit;
}

#msad-staff main.inpage header {
  margin-bottom: 30px;
}

#msad-staff.harassment_policy_extra .hbg {
  right: 0;
}

#msad-staff.harassment_policy_extra .title nav ul li a:after {
  width: 40px;
}

@media screen and (max-width: 768px) {
  #msad-staff.harassment_policy_extra .title nav {
    right: -50vw;
  }
}
