@keyframes scroll-bar-animation {
  0% {
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    top: 60%;
    opacity: 0;
  }
}

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

@media screen and (max-width: 812px) {
  .pc {
    display: none !important;
  }
}

body.ie #wrapper section.member-detail div.inner div.member-detail p.name span.marquee {
  padding-bottom: 0 !important;
}

p.head-label {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 812px) {
  p.head-label {
    margin-bottom: 4.5vw;
  }
}

p.head-label span {
  font-size: 13px;
  color: white;
  font-style: italic;
  background-color: #000;
  letter-spacing: .1em;
  padding-bottom: 2px;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 5px;
}

@media screen and (max-width: 812px) {
  p.head-label span {
    font-size: 3.46667vw;
    padding: 0;
    padding-left: 1vw;
    padding-right: 1.2vw;
    padding-bottom: .45vw;
  }
}

h2.head {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 812px) {
  h2.head {
    font-size: 6.13333vw;
  }
}

h2.head span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

h2.head span::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 20px;
  width: 0;
  bottom: 0;
  left: 3%;
  background-color: #eff0f5;
  transition: width .7s ease;
}

@media screen and (max-width: 812px) {
  h2.head span::before {
    height: 3.06667vw;
  }
}

h2.head span.animate::before {
  width: 94%;
}

h2.head.white span::before {
  left: 0;
  background-color: #ffffff;
}

h2.head.white span.animate::before {
  width: 100%;
}

.entry-head {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .entry-head {
    font-size: 6.13333vw;
  }
}

body.open-modal {
  height: 100%;
  overflow: hidden;
}

span.anchor-span {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  pointer-events: none;
}

@media screen and (max-width: 812px) {
  span.anchor-span {
    padding-top: 13.33333vw;
    margin-top: -13.33333vw;
  }
}

#wrapper {
  overflow-x: hidden;
}

#wrapper .navigation-box.pc {
  position: fixed;
  left: 50%;
  bottom: 50px;
  z-index: 16;
  transform: translateX(-50%);
  width: 942px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#wrapper .navigation-box.pc.closed {
  width: 858px;
}

#wrapper .navigation-box.pc .navigation-box-inner .preentry-button {
  text-align: right;
  margin-bottom: 5px;
}

#wrapper .navigation-box.pc .navigation-box-inner .preentry-button a {
  display: inline-block;
  background-color: #000;
  font-size: 17px;
  color: #fff;
  padding: 16px 20px;
  text-align: center;
  pointer-events: auto;
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box {
  display: flex;
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-left {
  background-color: #fff;
  transition: transform .4s ease-in-out;
  transform: translateX(0.3%);
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-left.hide {
  transform: translateX(100%);
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-left ul {
  display: flex;
  padding: 23px 20px 23px 48px;
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-left ul li {
  flex-shrink: 0;
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-left ul li:nth-child(n+2) {
  margin-left: 24px;
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-left ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  pointer-events: auto;
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-right {
  width: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  pointer-events: auto;
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-right.hide figure {
  transform: rotate(180deg);
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-right:hover figure img {
  opacity: .6;
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-right figure {
  width: 27px;
  transition: transform .4s ease-in-out;
}

#wrapper .navigation-box.pc .navigation-box-inner .scroll-navigation-box .scroll-navigation-right figure img {
  width: 100%;
}

#wrapper .navigation-box.sp {
  position: fixed;
  z-index: 15;
  right: 0;
  bottom: 40px;
}

#wrapper .navigation-box.sp.hide {
  pointer-events: none;
}

#wrapper .navigation-box.sp .navigation-box-inner {
  width: 67.06667vw;
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform .3s;
}

#wrapper .navigation-box.sp .navigation-box-inner.hide {
  transform: translateX(100%);
}

#wrapper .navigation-box.sp .navigation-box-inner ul {
  padding-top: 9.33333vw;
  padding-bottom: 15.33333vw;
}

#wrapper .navigation-box.sp .navigation-box-inner ul li {
  text-align: center;
}

#wrapper .navigation-box.sp .navigation-box-inner ul li:nth-child(n+2) {
  margin-top: 6vw;
}

#wrapper .navigation-box.sp .navigation-box-inner ul li a {
  font-size: 4vw;
  line-height: 4vw;
  font-weight: 500;
  color: #000;
}

#wrapper .navigation-box.sp .navigation-box-inner ul li a.entry {
  font-size: 3.7vw;
  color: #fff;
  display: inline-block;
  background-color: #000;
  padding: 3vw 6vw 2vw 6vw;
  line-height: 6vw;
}

#wrapper figure.navigation-box-toggle-button {
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 6.8vw;
  padding: 4vw;
  transition: background-color .3s;
  z-index: 15;
}

#wrapper figure.navigation-box-toggle-button.hide {
  background-color: rgba(255, 255, 255, 0.9);
}

#wrapper figure.navigation-box-toggle-button.hide img {
  transform: rotate(180deg);
}

#wrapper figure.navigation-box-toggle-button img {
  width: 100%;
  transition: transform .3s;
}

#wrapper section#header {
  background-image: url("../img/graduate/mv.jpg");
  background-size: 1400px 738px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 738px;
  display: block;
  position: relative;
  background-size: cover;
  height: 703px;
  width: 100%;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 812px) {
  #wrapper section#header {
    background-image: url("../img/graduate/mv-sp.jpg");
    background-size: 100vw 146.133vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 146.133vw;
    display: block;
    position: relative;
    min-width: auto;
    background-position-y: 16vw;
  }
}

#wrapper section#header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#wrapper section#header figure.logo {
  width: 132px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 78px;
  margin-bottom: 46px;
}

@media screen and (max-width: 812px) {
  #wrapper section#header figure.logo {
    width: 24.26667vw;
    margin-top: 16.133vw;
    margin-bottom: 10.666vw;
  }
}

#wrapper section#header figure.logo img {
  width: 100%;
}

#wrapper section#header h2 {
  font-size: 40px;
  color: #fff;
  line-height: 66px;
  text-align: center;
}

#wrapper section#header h2 span {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s;
}

#wrapper section#header h2 span.animate {
  opacity: 1;
  filter: blur(0);
}

@media screen and (max-width: 812px) {
  #wrapper section#header h2 {
    font-size: 7.333vw;
    line-height: 11.5vw;
    width: 92vw;
    letter-spacing: 0;
    padding-left: 3vw;
  }
}

#wrapper section#header p.lead {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 240px;
}

@media screen and (max-width: 812px) {
  #wrapper section#header p.lead {
    font-size: 4vw;
    width: 52vw;
    text-align: center;
    bottom: 26vw;
  }
}

#wrapper section#header figure.scroll-indicate {
  position: absolute;
  width: 3px;
  height: 60px;
  right: 50%;
  transform: translateX(50%);
  bottom: 92px;
  z-index: 1;
}

@media screen and (max-width: 812px) {
  #wrapper section#header figure.scroll-indicate {
    bottom: 0;
  }
}

#wrapper section#header figure.scroll-indicate span {
  display: block;
}

#wrapper section#header figure.scroll-indicate span.track {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background-color: #7f7f7f;
}

#wrapper section#header figure.scroll-indicate span.track span.thumb {
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 25px;
  background-color: #000;
  animation: scroll-bar-animation 2s infinite;
}

#wrapper section#header .header-end-content {
  background-color: #fff;
  width: 700px;
  margin-top: 67px;
  margin-left: auto;
  margin-right: auto;
  z-index: 11;
  position: relative;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 812px) {
  #wrapper section#header .header-end-content {
    width: 89.33333vw;
    margin-top: 11.2vw;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  }
}

#wrapper section#header .header-end-content .header-end-content-inner {
  padding-top: 70px;
  padding-bottom: 75px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  #wrapper section#header .header-end-content .header-end-content-inner {
    padding-top: 12.26667vw;
    padding-bottom: 13.33333vw;
  }
}

#wrapper section#header .header-end-content .header-end-content-inner .head {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 42px;
}

@media screen and (max-width: 812px) {
  #wrapper section#header .header-end-content .header-end-content-inner .head {
    font-size: 4.8vw;
    line-height: 9.6vw;
    margin-bottom: 10vw;
  }
}

#wrapper section#header .header-end-content .header-end-content-inner .body {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 33px;
}

@media screen and (max-width: 812px) {
  #wrapper section#header .header-end-content .header-end-content-inner .body {
    font-size: 4.26667vw;
    line-height: 8.53333vw;
    margin-bottom: 8vw;
    width: 68.13333vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

#wrapper section#header .header-end-content .header-end-content-inner .body span {
  border-bottom: 1px solid #000;
}

#wrapper section#header .header-end-content .header-end-content-inner > a {
  width: 400px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
}

@media screen and (max-width: 812px) {
  #wrapper section#header .header-end-content .header-end-content-inner > a {
    width: 65.33333vw;
    height: 13.86667vw;
    font-size: 4vw;
  }
}

#wrapper section#header .header-end-content .header-end-content-inner > a img {
  display: block;
  width: 26px;
  margin-right: 23px;
}

@media screen and (max-width: 812px) {
  #wrapper section#header .header-end-content .header-end-content-inner > a img {
    width: 5.46667vw;
    margin-right: 1.73333vw;
  }
}

#wrapper section#core-value {
  position: relative;
  background-color: #eff0f5;
  padding-bottom: 300px;
  padding-top: 75px;
}

#wrapper section#core-value.closed {
  padding-top: 227px;
}

@media screen and (max-width: 812px) {
  #wrapper section#core-value {
    padding-top: 14.3vw;
    padding-bottom: 0;
  }
  #wrapper section#core-value.closed {
    padding-top: 85.3vw;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section#core-value::before {
    content: "";
    background-image: url("../img/graduate/news-top.png");
    background-size: 2000px 282px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 282px;
    display: block;
    position: relative;
    height: 282px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -257px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#core-value::after {
    background-image: url("../img/top/news-bottom-sp.png");
    background-size: 100vw 13.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 13.733vw;
    display: block;
    position: relative;
    content: " ";
    background-color: white;
  }
  #wrapper section#core-value::before {
    background-image: url("../img/top/news-top-sp.png");
    background-size: 100vw 13.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 13.733vw;
    display: block;
    position: relative;
    content: " ";
    position: absolute;
    top: -12.733vw;
    left: 0;
    z-index: 10;
  }
}

#wrapper section#core-value .core-value-wrapper {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}

@media screen and (max-width: 812px) {
  #wrapper section#core-value .core-value-wrapper {
    width: 89.333vw;
    margin-top: 13.333vw;
    margin-bottom: 11.666vw;
  }
}

#wrapper section#core-value .core-value-wrapper .core-value-box {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

@media screen and (max-width: 812px) {
  #wrapper section#core-value .core-value-wrapper .core-value-box {
    padding: 6vw;
    box-sizing: border-box;
  }
}

#wrapper section#core-value .core-value-wrapper .core-value-box:nth-child(n+2) {
  margin-top: 6px;
}

#wrapper section#core-value .core-value-wrapper .core-value-box p.ttl {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 812px) {
  #wrapper section#core-value .core-value-wrapper .core-value-box p.ttl {
    font-size: 5.333vw;
  }
}

#wrapper section#core-value .core-value-wrapper .core-value-box p.lead {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  #wrapper section#core-value .core-value-wrapper .core-value-box p.lead {
    text-align: left;
    font-size: 4vw;
  }
}

#wrapper section#core-value .core-value-wrapper .core-value-bottom-message {
  margin-top: 70px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  #wrapper section#core-value .core-value-wrapper .core-value-bottom-message {
    margin-top: 12vw;
    font-size: 4vw;
    line-height: 8.53333vw;
    text-align: left;
  }
}

#wrapper section#message {
  position: relative;
  padding-bottom: 144px;
}

@media screen and (max-width: 812px) {
  #wrapper section#message {
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section#message::before {
    content: "";
    background-image: url("../img/graduate/white-wall-top.png");
    background-size: 2000px 282px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 282px;
    display: block;
    position: relative;
    height: 282px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -282px;
  }
}

#wrapper section#message figure.message-photo {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 75px;
}

@media screen and (max-width: 812px) {
  #wrapper section#message figure.message-photo {
    width: 100%;
    margin-top: 12vw;
    margin-bottom: 9.6vw;
  }
}

#wrapper section#message figure.message-photo img {
  width: 100%;
}

#wrapper section#message .message-text-wrapper {
  width: 776px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
}

@media screen and (max-width: 812px) {
  #wrapper section#message .message-text-wrapper {
    width: 80vw;
    padding-bottom: 13vw;
  }
}

#wrapper section#message .message-text-wrapper .message-text-inner {
  position: relative;
}

@media screen and (max-width: 812px) {
  #wrapper section#message .message-text-wrapper .message-text-inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 13.33vw;
    background: linear-gradient(#ffffff00, #ffffff);
  }
}

#wrapper section#message .message-text-wrapper .message-text-inner p {
  font-size: 18px;
  line-height: 36px;
}

@media screen and (max-width: 812px) {
  #wrapper section#message .message-text-wrapper .message-text-inner p {
    font-size: 4vw;
    line-height: 8vw;
    height: 105vw;
    overflow-y: auto;
    padding-bottom: 13.33vw;
  }
}

#wrapper section#message .message-text-wrapper .message-text-inner p span {
  background-color: #edeff5;
}

#wrapper section#what-we-do {
  position: relative;
  background-color: #eff0f5;
  padding-bottom: 300px;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do {
    padding-top: 13.3333vw;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section#what-we-do::before {
    content: "";
    background-image: url("../img/graduate/news-top.png");
    background-size: 2000px 282px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 282px;
    display: block;
    position: relative;
    height: 282px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -282px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do::after {
    background-image: url("../img/top/news-bottom-sp.png");
    background-size: 100vw 13.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 13.733vw;
    display: block;
    position: relative;
    content: " ";
    background-color: white;
  }
  #wrapper section#what-we-do::before {
    background-image: url("../img/top/news-top-sp.png");
    background-size: 100vw 13.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 13.733vw;
    display: block;
    position: relative;
    content: " ";
    position: absolute;
    top: -12.733vw;
    left: 0;
    z-index: 10;
  }
}

#wrapper section#what-we-do .content-box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  background-color: #fff;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box {
    width: 89.3333vw;
    margin-top: 13.3333vw;
  }
}

#wrapper section#what-we-do .content-box .content-box-inner {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 55px;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner {
    padding-top: 13.3333vw;
    padding-bottom: 13.3333vw;
    padding-left: 5.3333vw;
    padding-right: 5.3333vw;
    margin-bottom: 11.666vw;
  }
}

#wrapper section#what-we-do .content-box .content-box-inner p.num {
  width: 62px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 31px;
}

#wrapper section#what-we-do .content-box .content-box-inner p.num.second {
  margin-top: 55px;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner p.num {
    width: 9.73333vw;
    height: 9.73333vw;
    border-radius: 4.888vw;
    margin-bottom: 6.6666vw;
  }
  #wrapper section#what-we-do .content-box .content-box-inner p.num.second {
    margin-top: 13vw;
  }
}

#wrapper section#what-we-do .content-box .content-box-inner p.num span {
  color: #fff;
  font-size: 26px;
  font-style: italic;
}

@media screen and (min-width: 813px) {
  #wrapper section#what-we-do .content-box .content-box-inner p.num span {
    margin-left: -4px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner p.num span {
    font-size: 4.26667vw;
  }
}

#wrapper section#what-we-do .content-box .content-box-inner h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner h3 {
    font-size: 5.6vw;
    margin-bottom: 11vw;
  }
}

#wrapper section#what-we-do .content-box .content-box-inner .lead {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: .01em;
  margin-bottom: 40px;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner .lead {
    font-size: 4vw;
    line-height: 8vw;
  }
}

#wrapper section#what-we-do .content-box .content-box-inner .lead span {
  border-bottom: 1px solid #000;
}

#wrapper section#what-we-do .content-box .content-box-inner .project-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#wrapper section#what-we-do .content-box .content-box-inner .project-box div {
  display: block;
  width: 920px;
  color: #000;
}

#wrapper section#what-we-do .content-box .content-box-inner .project-box div.narrow {
  width: 450px;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner .project-box div {
    width: 100%;
  }
}

#wrapper section#what-we-do .content-box .content-box-inner .project-box div:hover {
  opacity: 1;
}

#wrapper section#what-we-do .content-box .content-box-inner .project-box div:hover .project-name span {
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 813px) {
  #wrapper section#what-we-do .content-box .content-box-inner .project-box div:nth-child(n+3) {
    margin-top: 35px;
  }
  #wrapper section#what-we-do .content-box .content-box-inner .project-box div:nth-child(2n) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner .project-box div:nth-child(n+2) {
    margin-top: 6.666vw;
  }
}

#wrapper section#what-we-do .content-box .content-box-inner .project-box div figure img {
  width: 100%;
}

#wrapper section#what-we-do .content-box .content-box-inner .project-box div .project-name {
  position: relative;
  width: 300px;
  background-color: #fff;
  margin-left: auto;
  margin-top: -61px;
  padding: 33px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner .project-box div .project-name {
    width: 57.333vw;
    margin-top: -10vw;
    padding: 0;
    padding-top: 4vw;
    padding-left: 4.2vw;
    padding-right: 4.2vw;
  }
}

#wrapper section#what-we-do .content-box .content-box-inner .project-box div .project-name span {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner .project-box div .project-name span {
    font-size: 3.73333vw;
    line-height: 6.66667vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-box .content-box-inner .project-box div .project-name img.sp {
    width: 29.8666vw;
    display: block;
    margin-left: auto;
    margin-top: 1.5vw;
  }
}

#wrapper section#what-we-do .content-link-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-link-box {
    margin-top: 13.3333vw;
    margin-bottom: 23vw;
  }
}

#wrapper section#what-we-do .content-link-box a {
  background-image: url("../img/graduate/content-button-bg.png");
  background-size: 400px 85px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 400px;
  height: 85px;
  display: block;
  position: relative;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-link-box a {
    background-image: url("../img/graduate/content-button-bg-sp.png");
    background-size: 69.4666vw 14vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 69.4666vw;
    height: 14vw;
    display: block;
    position: relative;
    display: flex;
  }
}

#wrapper section#what-we-do .content-link-box a span {
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 812px) {
  #wrapper section#what-we-do .content-link-box a span {
    font-size: 4.26667vw;
  }
}

#wrapper section#interview {
  position: relative;
  background-color: #fff;
  padding-bottom: 300px;
}

@media screen and (min-width: 813px) {
  #wrapper section#interview::before {
    content: "";
    background-image: url("../img/graduate/white-wall-top.png");
    background-size: 2000px 282px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 282px;
    display: block;
    position: relative;
    height: 282px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -282px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#interview {
    padding-top: 13.3333vw;
    padding-bottom: 13.3333vw;
  }
}

#wrapper section#interview .coming-soon-box {
  width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview .coming-soon-box {
    width: 100vw;
    margin-top: 13.333vw;
    margin-bottom: 13.333vw;
  }
}

#wrapper section#interview .coming-soon-box img {
  width: 100%;
}

#wrapper section#interview p.lead {
  width: 915px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview p.lead {
    width: 89.333vw;
    margin-top: 10.666vw;
    margin-bottom: 10.666vw;
    font-size: 4vw;
    line-height: 8vw;
  }
}

#wrapper section#interview .header-note {
  font-size: 18px;
  line-height: 36px;
  width: 915px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview .header-note {
    width: 89vw;
    font-size: 4.26vw;
    line-height: 8.4vw;
    margin-top: 10.66667vw;
  }
}

#wrapper section#interview .interview-box {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview .interview-box {
    justify-content: flex-start;
    overflow-x: auto;
    padding-left: 5.333vw;
    padding-right: 9.333vw;
    padding-bottom: 14vw;
    margin-top: 10.3333vw;
  }
}

#wrapper section#interview .interview-box a {
  position: relative;
  display: block;
  width: 300px;
  flex-shrink: 0;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview .interview-box a {
    width: 77.333vw;
  }
  #wrapper section#interview .interview-box a:nth-child(n+2) {
    margin-left: 6.666vw;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section#interview .interview-box a:nth-child(n+2) {
    margin-left: 64px;
  }
  #wrapper section#interview .interview-box a:hover {
    opacity: 1;
  }
  #wrapper section#interview .interview-box a:hover figure img {
    opacity: .8;
  }
}

#wrapper section#interview .interview-box a figure {
  width: 100%;
}

#wrapper section#interview .interview-box a figure img {
  width: 100%;
}

@media screen and (min-width: 813px) {
  #wrapper section#interview .interview-box a figure img {
    transition: opacity .3s;
  }
}

#wrapper section#interview .interview-box a .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px;
  padding-bottom: 22px;
  box-sizing: border-box;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview .interview-box a .text-box {
    background-color: transparent;
  }
}

#wrapper section#interview .interview-box a .text-box .name {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-shadow: 0px 3px 6px black;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview .interview-box a .text-box .name {
    font-size: 4.26667vw;
    line-height: 8vw;
  }
}

#wrapper section#interview .interview-box a .text-box .name-en {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
  text-shadow: 0px 3px 6px black;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview .interview-box a .text-box .name-en {
    font-size: 4.26667vw;
    line-height: 8vw;
    margin-bottom: 2vw;
  }
}

#wrapper section#interview .interview-box a .text-box .role {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-shadow: 0px 0px 6px black;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview .interview-box a .text-box .role {
    font-size: 3.46667vw;
    line-height: 6.93333vw;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#interview .interview-box a .text-box img.sp {
    display: block;
    width: 29.8666vw;
    margin-left: auto;
    margin-top: 5vw;
  }
}

#wrapper section#requirements {
  position: relative;
  background-color: #eff0f5;
}

@media screen and (min-width: 813px) {
  #wrapper section#requirements::after {
    background-image: url("../img/top/news-bottom.png");
    background-size: 2000px 282px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 282px;
    display: block;
    position: relative;
    content: " ";
    background-color: white;
  }
  #wrapper section#requirements::before {
    content: "";
    background-image: url("../img/graduate/news-top.png");
    background-size: 2000px 282px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 282px;
    display: block;
    position: relative;
    height: 282px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -257px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#requirements::after {
    background-image: url("../img/top/news-bottom-sp.png");
    background-size: 100vw 13.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 13.733vw;
    display: block;
    position: relative;
    content: " ";
    background-color: white;
  }
  #wrapper section#requirements::before {
    background-image: url("../img/top/news-top-sp.png");
    background-size: 100vw 13.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 13.733vw;
    display: block;
    position: relative;
    content: " ";
    position: absolute;
    top: -12.733vw;
    left: 0;
    z-index: 10;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#requirements {
    padding-top: 20vw;
  }
}

#wrapper section#requirements .requirements-lead {
  width: 917px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
}

@media screen and (max-width: 812px) {
  #wrapper section#requirements .requirements-lead {
    text-align: left;
    width: 89vw;
    font-size: 4.8vw;
    line-height: 8.6vw;
    margin-top: 11.33333vw;
    font-weight: bold;
  }
}

#wrapper section#requirements .requirements-detail {
  width: 917px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 36px;
}

#wrapper section#requirements .requirements-detail span {
  font-weight: 500;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 812px) {
  #wrapper section#requirements .requirements-detail {
    width: 89vw;
    font-size: 4.2vw;
    line-height: 8.4vw;
    margin-top: 8.33333vw;
    margin-bottom: 9vw;
  }
}

#wrapper section#entry {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 240px;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry {
    width: 89.3333vw;
    padding-top: 12.8vw;
    padding-bottom: 11vw;
  }
}

#wrapper section#entry .entry-head.second {
  margin-top: 90px;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-head.second {
    margin-top: 18.66667vw;
  }
}

#wrapper section#entry .button-box {
  width: 400px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 84px;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .button-box {
    width: 69.4666vw;
    margin-top: 9.333vw;
    padding-bottom: 13vw;
  }
}

#wrapper section#entry .button-box a {
  display: block;
}

#wrapper section#entry .button-box a:nth-child(2) {
  margin-top: 50px;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .button-box a:nth-child(2) {
    margin-top: 9.333vw;
  }
}

#wrapper section#entry .button-box a img {
  display: block;
  width: 100%;
}

#wrapper section#entry .button-box a.closed {
  width: 400px;
  height: 85px;
  background-color: #666;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .button-box a.closed {
    width: 69.33333vw;
    height: 13.86667vw;
    font-size: 3.5vw;
  }
}

#wrapper section#entry .entry-inner .entry-schedule {
  display: flex;
  width: 1000px;
  justify-content: center;
  margin-top: 65px;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-inner .entry-schedule {
    width: 89.333vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 12vw;
    justify-content: space-between;
  }
}

#wrapper section#entry .entry-inner .entry-schedule li {
  position: relative;
  padding-top: 34px;
  padding-bottom: 15px;
  box-sizing: border-box;
  width: 120px;
  height: 300px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 813px) {
  #wrapper section#entry .entry-inner .entry-schedule li:nth-child(n+2) {
    margin-left: 75px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-inner .entry-schedule li {
    padding: 0;
    width: 89.333vw;
    height: 19.466vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

#wrapper section#entry .entry-inner .entry-schedule li:nth-child(n+2)::before {
  content: "";
  background-image: url("../img/graduate/schedule-arrow.png");
  background-size: 13.5px 24.5px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 13.5px;
  height: 24.5px;
  display: block;
  position: relative;
  position: absolute;
  left: -45px;
  bottom: 50%;
  transform: translateY(50%);
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-inner .entry-schedule li:nth-child(n+2) {
    margin-top: 12vw;
  }
  #wrapper section#entry .entry-inner .entry-schedule li:nth-child(n+2)::before {
    content: "";
    background-image: url("../img/graduate/schedule-arrow.png");
    background-size: 3.6vw 6.5333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.6vw;
    height: 6.5333vw;
    display: block;
    position: relative;
    position: absolute;
    top: -10vw;
    right: 50%;
    left: auto;
    bottom: auto;
    transform: translateX(50%) rotate(90deg);
  }
}

#wrapper section#entry .entry-inner .entry-schedule li.last {
  background-color: #b3434a;
  border-color: #b3434a;
}

#wrapper section#entry .entry-inner .entry-schedule li.last .title, #wrapper section#entry .entry-inner .entry-schedule li.last .date {
  color: white;
}

#wrapper section#entry .entry-inner .entry-schedule li .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

@media screen and (min-width: 813px) {
  #wrapper section#entry .entry-inner .entry-schedule li .title {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-inner .entry-schedule li .title {
    font-size: 4.26667vw;
    line-height: 8.53333vw;
  }
}

#wrapper section#entry .entry-inner .entry-schedule li .date {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-inner .entry-schedule li .date {
    font-size: 3.53333vw;
    position: absolute;
    right: 3vw;
    bottom: 50%;
    transform: translateY(50%);
    font-weight: normal;
  }
}

#wrapper section#entry .entry-inner .entry-content-box {
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
}

#wrapper section#entry .entry-inner .entry-content-box .row {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
  font-size: 18px;
  line-height: 36px;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-inner .entry-content-box .row {
    flex-direction: column;
    font-size: 4.266vw;
    line-height: 8.4vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

#wrapper section#entry .entry-inner .entry-content-box .row .head {
  width: 172px;
  flex-shrink: 0;
  font-weight: 500;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-inner .entry-content-box .row .head {
    width: 100%;
    margin-bottom: 2vw;
  }
}

#wrapper section#entry .entry-inner .entry-content-box .row .head span {
  font-size: 18px;
  line-height: 36px;
  color: white;
  background-color: #000;
  letter-spacing: .1em;
  padding-bottom: 2px;
  padding-top: 0px;
  padding-left: 9px;
  padding-right: 7px;
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-inner .entry-content-box .row .head span {
    font-size: 4vw;
    line-height: 8vw;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#entry .entry-inner .entry-content-box .row .data {
    padding-left: 5.3333vw;
  }
}

#wrapper section#interview-modal div.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 150px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 29;
}

#wrapper section#interview-modal div.modal div.modal-outer {
  position: relative;
  height: 100%;
  min-height: 550px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal {
    min-height: 100%;
    padding-top: 38vw;
    -webkit-overflow-scrolling: touch;
  }
}

#wrapper section#interview-modal div.modal a.modal-close {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-image: url("../img/member/photo2020/modal-close.png");
  background-size: 50.5px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 50.5px;
  height: 50.5px;
  display: block;
  position: relative;
  position: absolute;
  right: 0;
  top: 100px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal a.modal-close {
    background-image: url("../img/member/photo2020/modal-close.png");
    background-size: 13.46667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 13.46667vw;
    height: 13.46667vw;
    display: block;
    position: relative;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 16vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

@media screen and (min-width: 813px) {
  #wrapper section#interview-modal div.modal div.modal-inner {
    position: absolute;
    right: 50%;
    bottom: 62%;
    transform: translateX(50%) translateY(50%);
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner {
    width: 89.33333vw;
    flex-direction: column;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner div.left > figure {
  width: 300px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.left > figure {
    width: 73.33333vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5.33333vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner div.left > figure img {
  width: 100%;
}

#wrapper section#interview-modal div.modal div.modal-inner div.right {
  padding-left: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.right {
    padding: 0;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head {
    flex-direction: column;
    text-align: center;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.name-box {
  line-height: 1.5em;
}

#wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.name-box p:first-child {
  margin-bottom: 25px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.name-box p:first-child {
    margin-bottom: 6.333vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.name-box span.name {
  margin-right: 20px;
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.name-box span.name {
    margin-right: 4.26667vw;
    font-size: 6.13333vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.name-box span.nameEn {
  padding-left: 20px;
  font-size: 18px;
  border-left: 1px solid #000;
  font-weight: 600;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.name-box span.nameEn {
    padding-left: 4.26667vw;
    font-size: 4.26667vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.name-box span.role {
  font-size: 17px;
  font-weight: 500;
}

#wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.button-box a.book {
  background-image: url("../img/top/contents-row-button.png");
  background-size: 260px 52px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 260px;
  height: 52px;
  display: block;
  position: relative;
  font-size: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.button-box a.book {
    background-image: url("../img/top/contents-row-button.png");
    background-size: 69.4vw 13.866vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 69.4vw;
    height: 13.866vw;
    display: block;
    position: relative;
    display: flex;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.right div.right-head div.button-box a.book {
    margin-top: 10.66667vw;
    font-size: 3.4666vw;
    margin-bottom: 5vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner div.detail {
  height: 308px;
  overflow-y: auto;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.detail {
    height: auto;
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    border-bottom: 2px solid #000;
  }
}

#wrapper section#interview-modal div.modal div.modal-inner div.detail > p {
  font-size: 18px;
  line-height: 36px;
  padding-right: 15px;
  text-align: justify;
}

#wrapper section#interview-modal div.modal div.modal-inner div.detail > p.title {
  font-weight: bold;
  margin-bottom: 20px;
}

#wrapper section#interview-modal div.modal div.modal-inner div.detail > p.body {
  margin-bottom: 40px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-inner div.detail > p {
    padding-right: 0;
    font-size: 4vw;
    line-height: 8vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-footer, #wrapper section#interview-modal div.modal div.modal-header {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 32px;
  right: 50%;
  transform: translateX(50%);
}

@media screen and (min-width: 813px) {
  #wrapper section#interview-modal div.modal div.modal-footer, #wrapper section#interview-modal div.modal div.modal-header {
    line-height: 1.5em;
    height: 72px;
    align-items: center;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-footer, #wrapper section#interview-modal div.modal div.modal-header {
    width: 89.33333vw;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    padding-bottom: 11.3333vw;
    height: auto;
  }
}

#wrapper section#interview-modal div.modal div.modal-footer > a, #wrapper section#interview-modal div.modal div.modal-header > a {
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}

@media screen and (min-width: 813px) {
  #wrapper section#interview-modal div.modal div.modal-footer > a, #wrapper section#interview-modal div.modal div.modal-header > a {
    width: 445px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-footer > a, #wrapper section#interview-modal div.modal div.modal-header > a {
    display: block;
    position: relative;
  }
}

#wrapper section#interview-modal div.modal div.modal-footer > a:first-child, #wrapper section#interview-modal div.modal div.modal-header > a:first-child {
  padding-left: 40px;
}

#wrapper section#interview-modal div.modal div.modal-footer > a:first-child::before, #wrapper section#interview-modal div.modal div.modal-header > a:first-child::before {
  content: "";
  background-image: url("../img/member/photo2020/modal-arrow.png");
  background-size: 14.5px 27px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 14.5px;
  height: 27px;
  display: block;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-footer > a:first-child, #wrapper section#interview-modal div.modal div.modal-header > a:first-child {
    padding-left: 30px;
    margin-bottom: 4.26667vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-footer > a:last-child, #wrapper section#interview-modal div.modal div.modal-header > a:last-child {
  text-align: right;
  padding-right: 40px;
}

#wrapper section#interview-modal div.modal div.modal-footer > a:last-child::after, #wrapper section#interview-modal div.modal div.modal-header > a:last-child::after {
  content: "";
  background-image: url("../img/member/photo2020/modal-arrow.png");
  background-size: 14.5px 27px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 14.5px;
  height: 27px;
  display: block;
  position: relative;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%) rotate(180deg);
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-footer > a:last-child, #wrapper section#interview-modal div.modal div.modal-header > a:last-child {
    padding-right: 30px;
  }
}

#wrapper section#interview-modal div.modal div.modal-footer > a p.role, #wrapper section#interview-modal div.modal div.modal-header > a p.role {
  font-size: 17px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-footer > a p.role, #wrapper section#interview-modal div.modal div.modal-header > a p.role {
    font-size: 4vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-footer > a p.name, #wrapper section#interview-modal div.modal div.modal-header > a p.name {
  font-size: 17px;
}

@media screen and (max-width: 812px) {
  #wrapper section#interview-modal div.modal div.modal-footer > a p.name, #wrapper section#interview-modal div.modal div.modal-header > a p.name {
    font-size: 4vw;
  }
}

#wrapper section#interview-modal div.modal div.modal-header {
  padding-bottom: 12vw;
  margin-bottom: 13.33333vw;
  border-bottom: 2px solid #000;
}

@media screen and (min-width: 813px) {
  #wrapper section#interview-modal div.modal div.modal-header {
    display: none;
  }
}

#wrapper section#interview-modal div.modal div.modal-header p.role {
  display: none;
}

/*# sourceMappingURL=graduate.css.map */