@charset "utf-8";
/* CSS Document
SET 2014/11/19
 */

/****************************** adding ******************************/

#company table span {
  display: block;
  width: 10.5em;
  float: left;
}
#company table p {
  padding: 6px 0 2px 0;
  /* border-bottom: 1px dotted #CCC; */
  min-height: 1.4em;
}
#company .ethics {
  margin-left: 2.8em;
  text-indent: -2.8em;
  padding-bottom: 6px;
}

#company .ethics-indent {
  margin-left: 2.8em;
  padding-bottom: 6px;
}

#company h4 {
  margin-top: 18px;
}
#company ol .noneStyle,
ul .noneStyle {
  list-style: none;
  list-style-type: none;
}

#company .normalList li {
  padding-bottom: 0.8em;
}
#company span.indent2em {
  display: block;
  padding-left: 2em;
}
#company dl {
  padding-bottom: 2px;
  border-bottom: 1px dotted #a2a2a2;
  margin-bottom: 0.4em;
}

#company .dataSetGroup dt {
  width: 240px;
  float: left;
  font-weight: bold;
}
#company .dataSetGroup dd {
  width: 440px;
  float: right;
}
#company .dataSet dt {
  width: 12em;
  float: left;
  font-weight: bold;
}
#company .dataSet dd {
  width: 542px;
  float: right;
}

.outlineData {
  border-bottom: none !important;
}
.outlineData dt {
  width: 36%;
  float: left;
  padding-right: 1%;
}
.outlineData dd {
  width: 19%;
  float: left;
  padding-right: 1%;
}

@media screen and (max-width: 767px) {
  #company .dataSet dt,
  #company .dataSetGroup dt {
    width: auto;
    float: none;
  }
  #company .dataSet dd,
  #company .dataSetGroup dd {
    width: auto;
    float: none;
  }

  .outlineData dt {
    width: 100%;
    float: none;
    padding-right: 0;
    font-weight: bold;
  }
  .outlineData dd {
    width: auto;
    float: none;
    display: inline-block;
    padding-right: 1%;
  }
}

table {
  border: none;
}

table tr {
  border: none;
}

table td {
  border: none;
}

/****************************** recruit ******************************/
#container {
  position: relative;
}

#container .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  #container .inner {
    width: 90%;
  }
}

header {
  z-index: 1000;
  background: #ffffff;
  width: 100%;
  height: 72px;
  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;
  position: fixed;
  left: 0;
  top: 0;
}

header h1 a {
  display: block;
  padding: 10px;
  background: #ffffff;
}

header .entry {
  position: absolute;
  right: 72px;
  top: 0;
  width: 240px;
  height: 72px;
  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;
}

header .entry a,
header .entry span {
  background: #aaa;
  width: 120px;
  height: 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;
  border-right: solid 1px #fff;
}

header .entry a {
  background: #3b6793;
}

header .entry span {
  background: #aaaaaa;
}

header .entry span img {
  opacity: 0.5;
}

@media screen and (max-width: 860px) {
  header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 640px) {
  header {
    height: 12vw;
  }
  header h1 a {
    width: 25vw;
    padding: 1vw 2vw;
  }
  header .entry {
    right: 12vw;
    width: 40vw;
    height: 12vw;
  }
  header .entry a img,
  header .entry span img {
    height: 5.8vw;
  }
}

footer {
  border-top: solid 3px #9d163a;
}

footer .footer {
  padding: 90px 0;
  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;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  padding-bottom: 50px;
  position: relative;
}

footer .copyright:after {
  content: "";
}

@media screen and (max-width: 640px) {
  footer .footer {
    padding: 12vw 0;
    display: block;
  }
  footer .footer h2 {
    text-align: center;
    margin-bottom: 10vw;
  }
}

nav#gnav #spnav {
  position: fixed;
  width: 72px;
  height: 72px;
  background: #9d163a;
  z-index: 10002;
}

nav#gnav #spnav span {
  background: #ffffff;
}

nav#gnav #spnav span:nth-child(1) {
  top: 35%;
}

nav#gnav #spnav span:nth-child(2) {
  width: 40%;
}

nav#gnav #spnav span:nth-child(3) {
  top: 65%;
  width: 30%;
}

nav#gnav #spnav span:nth-child(4) {
  position: absolute;
  top: 50%;
  width: 40%;
}

nav#gnav #nav-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10001;
  background: rgba(255, 255, 255, 0.98);
  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;
  display: none;
}

nav#gnav #nav-list .sitemap {
  width: 700px;
}

nav#gnav #nav-list .sitemap .column .block h3 img {
  height: 30px;
}

nav#gnav #nav-list .sitemap .column .block ul li {
  margin-bottom: 20px;
}

nav#gnav #nav-list .sitemap .column .block ul li a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

nav#gnav #nav-list .sitemap .column .block ul li a:hover {
  color: #9d163a;
}

nav#gnav #nav-list .sitemap .column .block.link a {
  color: #000;
}

nav#gnav #nav-list .sitemap .column .block.link a svg path {
  fill: #9d163a;
}

nav#gnav #nav-list .entry {
  width: 60%;
  position: absolute;
  left: 20%;
  bottom: 5%;
  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;
}

nav#gnav #nav-list .entry a,
nav#gnav #nav-list .entry span {
  display: block;
  width: 49.5%;
  padding: 15px 0;
  text-align: center;
}

nav#gnav #nav-list .entry a img,
nav#gnav #nav-list .entry span img {
  height: 50px;
}

nav#gnav #nav-list .entry a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #9d163a;
}

nav#gnav #nav-list .entry a:hover {
  opacity: 0.7;
}

nav#gnav #nav-list .entry span {
  background: #666;
}

nav#gnav #nav-list .entry span img {
  opacity: 0.4;
}

nav#gnav.active #spnav span:nth-child(1),
nav#gnav.active #spnav span:nth-child(3) {
  width: 0;
}

nav#gnav.active #spnav span:nth-child(3) {
  left: 70%;
}

nav#gnav.active #spnav span:nth-child(2),
nav#gnav.active #spnav span:nth-child(4) {
  width: 50%;
}

nav#gnav.active #spnav span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav#gnav.active #spnav span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav#gnav.active #nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  nav#gnav #spnav {
    width: 12vw;
    height: 12vw;
  }
  nav#gnav #nav-list .sitemap {
    padding-bottom: 20vw;
  }
  nav#gnav #nav-list .sitemap .column .block h3 img {
    height: 6vw;
  }
  nav#gnav #nav-list .sitemap .column .block ul li {
    margin-bottom: 0;
  }
  nav#gnav #nav-list .entry {
    width: 90%;
    left: 5%;
    bottom: 2vw;
  }
  nav#gnav #nav-list .entry a,
  nav#gnav #nav-list .entry span {
    width: 100%;
    margin-top: 1vw;
    margin: 0 0.4vw;
  }
  nav#gnav #nav-list .entry a img,
  nav#gnav #nav-list .entry span img {
    height: 12vw;
  }
}

.sitemap {
  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: 620px;
}

.sitemap .column .block h3 {
  margin-bottom: 15px;
  color: #9d163a;
  font-size: 14px;
  cursor: pointer;
}

.sitemap .column .block h3:hover {
  opacity: 0.5;
}

.sitemap .column .block h3 svg,
.sitemap .column .block h3 img {
  height: 20px;
}

.sitemap .column .block h3.comingsoon {
  opacity: 0.4;
  cursor: default;
}

.sitemap .column .block ul {
  height: 150px;
}

.sitemap .column .block ul li {
  margin-bottom: 15px;
}

.sitemap .column .block ul li a,
.sitemap .column .block ul li span {
  font-size: 13px;
  padding-left: 1em;
  background-repeat: no-repeat;
  background-position: left center;
}

.sitemap .column .block ul li a {
  color: #000;
  background-image: url(../../img/page/recruit/common/marker-red.svg);
}

.sitemap .column .block ul li a:hover {
  color: #9d163a;
}

.sitemap .column .block ul li span {
  opacity: 0.5;
  color: #999999;
  background-image: url(../../img/page/recruit/common/marker-gray.svg);
}

.sitemap .column .block.link {
  height: 120px;
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sitemap .column .block.link a {
  display: block;
  color: #9d163a;
  font-weight: bold;
}

.sitemap .column .block.link a img,
.sitemap .column .block.link a svg {
  width: 0.8em;
}

@media screen and (max-width: 640px) {
  .sitemap {
    display: block;
    width: 90%;
    margin: auto;
    border-top: solid 1px #ccc;
  }
  .sitemap .column .block {
    border-bottom: solid 1px #ccc;
  }
  .sitemap .column .block h3 {
    height: 10vw;
    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;
    padding-left: 1em;
    margin-bottom: 0;
    position: relative;
  }
  .sitemap .column .block h3:before,
  .sitemap .column .block h3:after {
    content: "";
    display: block;
    width: 5vw;
    height: 2px;
    background: #9d163a;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .sitemap .column .block h3:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sitemap .column .block .child {
    overflow: hidden;
    height: 0;
  }
  .sitemap .column .block .child ul {
    height: auto;
    padding-bottom: 5vw;
    padding-left: 6vw;
  }
  .sitemap .column .block .child ul li {
    height: 1.8em;
    margin-bottom: 0;
    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;
  }
  .sitemap .column .block.active h3:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sitemap .column .block.active h3:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sitemap .column .block.active .child {
    height: auto;
  }
  .sitemap .column .block.link {
    height: auto;
    padding: 0.5em 1em;
  }
}

#toppage {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  #toppage {
    height: -webkit-fill-available;
  }
}

#toppage header {
  position: absolute;
  left: 0;
  top: 0;
}

#toppage #container {
  height: 100vh;
  overflow: hidden;
}

#toppage #container.off {
  height: auto;
  overflow: scroll;
}

#toppage #slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#toppage #slider ul {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
}

#toppage #slider ul li {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  cursor: pointer;
}

#toppage #slider ul li .title {
  position: absolute;
  left: 8vw;
  bottom: calc(10vw + 120px);
  z-index: 2;
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#toppage #slider ul li .title div {
  margin-bottom: 5px;
  position: relative;
}

#toppage #slider ul li .title div span {
  display: block;
  position: relative;
  z-index: 2;
}

#toppage #slider ul li .title div span img {
  position: relative;
  z-index: 2;
  max-width: 100000%;
}

#toppage #slider ul li .title div:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #9d163a;
}

#toppage #slider ul li .title div.ja {
  display: block;
  margin-bottom: 5px;
  padding: 10px 15px;
}

#toppage #slider ul li .title div.ja span img {
  height: 50px;
}

#toppage #slider ul li .title div.en {
  padding: 5px 15px;
}

#toppage #slider ul li .title div.en span img {
  height: 22px;
}

@media screen and (max-width: 640px) {
  #toppage #slider ul li .title {
    left: 3vw;
    bottom: 45vh;
  }
  #toppage #slider ul li .title div {
    margin-bottom: 1vw;
  }
  #toppage #slider ul li .title div.ja {
    padding: 2vw 2vw;
  }
  #toppage #slider ul li .title div.ja span img {
    height: 8.5vw;
  }
  #toppage #slider ul li .title div.en {
    padding: 1vw 2vw;
  }
  #toppage #slider ul li .title div.en span img {
    height: 3.5vw;
  }
}

@media screen and (min-width: 1280px) {
  #toppage #slider ul li .title div {
    margin-bottom: 1vw;
  }
  #toppage #slider ul li .title div.ja span img {
    height: 3.4vw;
  }
  #toppage #slider ul li .title div.en span img {
    height: 1.3vw;
  }
}

#toppage #slider ul li .title div.ja span {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

#toppage #slider ul li .title div.ja:after {
  width: 0;
}

#toppage #slider ul li .title div.ja:nth-child(1):after {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#toppage #slider ul li .title div.ja:nth-child(1) span {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#toppage #slider ul li .title div.ja:nth-child(2):after {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#toppage #slider ul li .title div.ja:nth-child(2) span {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#toppage #slider ul li .title div.en span {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#toppage #slider ul li .title div.en:after {
  width: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#toppage #slider ul li.active .title div.ja span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#toppage #slider ul li.active .title div.ja:after {
  width: 100%;
}

#toppage #slider ul li.active .title div.en span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#toppage #slider ul li.active .title div.en:after {
  width: 100%;
}

#toppage #slider ul li a,
#toppage #slider ul li > span {
  width: 280px;
  height: 120px;
  background: #ffffff;
  position: absolute;
  left: 15vw;
  bottom: 10vw;
  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-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#toppage #slider ul li a svg,
#toppage #slider ul li > span svg {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#toppage #slider ul li a svg path,
#toppage #slider ul li > span svg path {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#toppage #slider ul li a:after,
#toppage #slider ul li > span:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #9d163a;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#toppage #slider ul li a:hover,
#toppage #slider ul li > span:hover {
  background: #9d163a;
}

#toppage #slider ul li a:hover svg,
#toppage #slider ul li > span:hover svg {
  margin-left: 10%;
}

#toppage #slider ul li a:hover svg path,
#toppage #slider ul li > span:hover svg path {
  fill: #fff;
}

#toppage #slider ul li a:hover:after,
#toppage #slider ul li > span:hover:after {
  width: 0;
}

@media screen and (max-width: 640px) {
  #toppage #slider ul li a,
  #toppage #slider ul li > span {
    width: 45vw;
    height: 25vw;
    left: 10vw;
    bottom: 30vh;
  }
  #toppage #slider ul li a svg,
  #toppage #slider ul li > span svg {
    height: 6vw;
  }
  #toppage #slider ul li a:after,
  #toppage #slider ul li > span:after {
    width: 8vw;
  }
}

@media screen and (min-width: 1280px) {
  #toppage #slider ul li a,
  #toppage #slider ul li > span {
    width: 18vw;
  }
  #toppage #slider ul li a:after,
  #toppage #slider ul li > span:after {
    width: 3vw;
  }
}

#toppage #slider ul li.comingsoon > span svg path {
  fill: #aaa;
}

#toppage #slider ul li.comingsoon > span:after {
  background: #aaaaaa;
}

#toppage #slider ul li.comingsoon > span:before {
  content: "COMING SOON";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  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;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  background: #9d163a;
}

#toppage #slider ul li.comingsoon > span:hover {
  background: #ffffff !important;
}

#toppage #slider ul li.comingsoon > span:hover svg {
  margin-left: 0;
}

#toppage #slider ul li.comingsoon > span:hover:after {
  width: 70px;
}

@media screen and (max-width: 640px) {
  #toppage #slider ul li.comingsoon > span:before {
    font-size: 3.5vw;
    height: 5vw;
  }
}

#toppage #slider ul li#slide-top {
  background-image: url(../../img/page/recruit/freshman/bg-kv.jpg);
  cursor: default;
}

#toppage #slider ul li#slide-top:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#toppage #slider ul li#slide-top .title {
  bottom: 25vh;
}

#toppage #slider ul li#slide-top .title div {
  padding-left: 20px;
  padding-right: 20px;
}

#toppage #slider ul li#slide-top .title div.ja:nth-child(1) span img {
  height: 70px;
}

#toppage #slider ul li#slide-top .title div.ja:nth-child(2) span img {
  height: 120px;
}

#toppage #slider ul li#slide-top .title div.ja:nth-child(2):after {
  height: 85px;
  top: 27px;
}

#toppage #slider ul li#slide-top .title div.en {
  padding-left: 0;
  padding-right: 0;
}

#toppage #slider ul li#slide-top .title div.en:after {
  display: none;
}

@media screen and (max-width: 640px) {
  #toppage #slider ul li#slide-top {
    background-position: left -120vw center;
  }
  #toppage #slider ul li#slide-top .title {
    bottom: 40vh;
  }
  #toppage #slider ul li#slide-top .title div {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  #toppage #slider ul li#slide-top .title div.ja:nth-child(1) img {
    height: 7vw !important;
  }
  #toppage #slider ul li#slide-top .title div.ja:nth-child(1):after {
    height: 11vw !important;
    top: 0;
  }
  #toppage #slider ul li#slide-top .title div.ja:nth-child(2) img {
    height: 16vw !important;
  }
  #toppage #slider ul li#slide-top .title div.ja:nth-child(2):after {
    height: 11vw !important;
    top: 4.6vw;
  }
}

@media screen and (min-width: 1280px) {
  #toppage #slider ul li#slide-top div.ja:nth-child(1) img {
    height: 5.2vw;
  }
  #toppage #slider ul li#slide-top div.ja:nth-child(1):after {
    height: 6.4vw;
    top: 0;
  }
  #toppage #slider ul li#slide-top div.ja:nth-child(2) img {
    height: 10vw;
  }
  #toppage #slider ul li#slide-top div.ja:nth-child(2):after {
    height: 7vw !important;
    top: 2.3vw !important;
  }
}

#toppage #slider ul li#slide-company {
  background-image: url(../../img/page/recruit/freshman/bg-company.jpg);
}

#toppage #slider ul li#slide-challenge {
  background-image: url(../../img/page/recruit/freshman/bg-challenge.jpg);
}

#toppage #slider ul li#slide-person {
  background-image: url(../../img/page/recruit/freshman/bg-person.jpg);
}

#toppage #slider ul li#slide-culture {
  background-image: url(../../img/page/recruit/freshman/bg-culture.jpg);
}

#toppage #slider ul li#slide-recruit {
  background-image: url(../../img/page/recruit/freshman/bg-recruit.jpg);
}

#toppage #slider .sitetitle {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 3;
  margin-top: -230px;
}

@media screen and (max-width: 640px) {
  #toppage #slider .sitetitle {
    right: 3vw;
  }
}

#toppage #slider #pager {
  position: absolute;
  right: 50px;
  top: 0;
  width: 5px;
  height: 100%;
  z-index: 3;
  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;
}

#toppage #slider #pager .pager {
  width: 100%;
}

#toppage #slider #pager .pager span {
  display: block;
  height: 70px;
  background: #ffffff;
  margin: 8px 0;
  position: relative;
}

#toppage #slider #pager .pager span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #9d163a;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#toppage #slider #pager .pager span.active:after {
  height: 100%;
}

@media screen and (max-width: 640px) {
  #toppage #slider #pager {
    right: 9vw;
  }
  #toppage #slider #pager .pager span {
    height: 10vh;
    width: 1.5vw;
  }
}

#pagetop {
  text-align: center;
  padding-bottom: 100px;
}

@media screen and (max-width: 640px) {
  #pagetop {
    padding-bottom: 15vw;
  }
  #pagetop a img {
    height: 15vw;
  }
}

#main {
  /* padding-top: 72px; */
  padding-top: 110px;
}

@media only screen and (max-width: 800px) {
  #main {
    padding-top: 52px;
  }
}

#main .title {
  height: 500px;
  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;
}

#main .title h2 {
  margin-bottom: 20px;
}

#main .title span {
  min-width: 200px;
  height: 28px;
  padding-left: 5px;
  padding-right: 5px;
  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;
  font-size: 18px;
  color: #ffffff;
  background: #9d163a;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#company #main .title {
  background: url(../../img/page/recruit/freshman/company/title.jpg) center
    center/cover no-repeat;
}

#person #main .title {
  background: url(../../img/page/recruit/freshman/person/title.jpg) center
    center/cover no-repeat;
}

#challenge #main .title {
  background: url(../../img/page/recruit/freshman/challenge/title.jpg) center
    center/cover no-repeat;
}

#culture #main .title {
  background: url(../../img/page/recruit/freshman/culture/title.jpg) center
    center/cover no-repeat;
}

#recruit #main .title {
  background: url(../../img/page/recruit/freshman/recruit/title.jpg) center
    center/cover no-repeat;
}

#main #content {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main h3.border {
  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;
  margin-bottom: 40px;
}

#main h3.border span {
  display: inline-block;
  background: #9d163a;
  font-size: 28px;
  padding: 0.2em 0.5em;
  color: #ffffff;
}

#main h4.border {
  width: 660px;
  height: 80px;
  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;
  background: #f5f5f5;
  margin: 0 auto 40px;
  position: relative;
}

#main h4.border span {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: normal;
}

#main h4.border:before,
#main h4.border:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: #9d163a;
  width: 75px;
  height: 1px;
}

#main h4.border:before {
  left: 0;
}

#main h4.border:after {
  right: 0;
}

@media screen and (max-width: 640px) {
  /* #main {
    padding-top: 12vw;
  } */
  #main .title {
    height: 45vw;
  }
  #main .title h2 {
    margin-bottom: 3vw;
  }
  #main .title h2 img {
    height: 10vw;
  }
  #main .title span {
    min-width: 40vw;
    height: 7vw;
    font-size: 3.5vw;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #main #content {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #main h3.border {
    margin-bottom: 8vw;
  }
  #main h3.border span {
    font-size: 4.5vw;
  }
  #main h4.border {
    width: 90%;
    height: 5em;
  }
  #main h4.border span {
    font-size: 4vw;
  }
  #main h4.border:before,
  #main h4.border:after {
    width: 12vw;
  }
}

#main #content .index 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main #content .index ul li {
  width: 46%;
  border: solid 1px #ccc;
  margin-bottom: 30px;
}

#main #content .index ul li a {
  display: block;
  padding: 5px;
}

#main #content .index ul li a dl dt {
  margin-bottom: 5px;
  overflow: hidden;
}

#main #content .index ul li a dl dd {
  background: #9d163a;
  color: #ffffff;
  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;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#main #content .index ul li a:hover dl dd {
  background: #000000;
}

#main #content .index ul.line3 li {
  width: 32%;
}

#main #content .index ul.line3 li a dl dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #culture #main #content .index ul.line3 li a dl dd {
    font-size: 10px;
    padding: 4px;
  }
  #company #main #content .index ul.line3 li a dl dd {
    font-size: 10px;
    padding: 4px;
  }
  #challenge #main #content .index ul.line3 li a dl dd {
    font-size: 10px;
    padding: 4px;
  }
  #recruit #main #content .index ul.line3 li a dl dd {
    font-size: 10px;
    padding: 4px;
  }
}

#main #content .index2 {
  padding: 40px 0;
}

#main #content .index2 h3 {
  text-align: center;
  margin-bottom: 20px;
}

#main #content .index2 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;
}

#main #content .index2 ul li {
  width: 230px;
  margin: 0 5px;
}

#main #content .index2 ul li a {
  display: block;
}

#main #content .index2 ul li a dl dt {
  overflow: hidden;
}

#main #content .index2 ul li a dl dd {
  font-size: 16px;
  color: #9d163a;
  font-weight: bold;
  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;
  padding-top: 0.5em;
}

@media screen and (max-width: 640px) {
  #main #content .index2 {
    padding: 7vw 0;
  }
  #main #content .index2 h3 {
    margin-bottom: 5vw;
  }
  #main #content .index2 h3 img {
    height: 8vw;
  }
  #main #content .index2 ul {
    width: 90%;
    margin: auto;
    display: block;
  }
  #main #content .index2 ul li {
    width: 100%;
    margin-bottom: 1vw;
    border-bottom: solid 1px #ccc;
    padding-bottom: 1vw;
  }
  #main #content .index2 ul li:first-child {
    padding-top: 1vw;
    border-top: 1px solid #ccc;
  }
  #main #content .index2 ul li a 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;
  }
  #main #content .index2 ul li a dl dt {
    width: 30vw;
  }
  #main #content .index2 ul li a dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 2vw;
    font-size: 3.5vw;
  }
}

.table {
  width: 800px;
  margin: auto;
}

.table table {
  border-bottom: 1px solid #ccc;
}

.table table tr th,
.table table tr td {
  border-top: solid 1px #ccc;
  padding: 20px 0;
  line-height: 1.7em;
  border-right: solid 1px #ccc;
}

.table table tr th:last-child,
.table table tr td:last-child {
  border-right: 0;
}

.table table tr th {
  white-space: nowrap;
  text-align: left;
  padding-right: 1em;
  padding-left: 1em;
}

.table table tr td {
  padding-left: 1em;
  padding-right: 1em;
}

.table table tr:nth-child(even) {
  background: #f5f5f5;
}

.table table.middle tr th,
.table table.middle tr td {
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .table {
    width: 90%;
  }
  .table table tr th,
  .table table tr td {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 3.5vw;
    border-right: 0;
  }
  .table table tr th {
    background: #f5f5f5;
  }
  .table table tr th br {
    display: none;
  }
  .table table tr td {
    background: #ffffff;
  }
}

.links a,
.links span {
  display: block;
  background: url(../../img/page/recruit/common/arrow-circle-right-white.svg)
    right 20px center/auto 1.6em no-repeat #9d163a;
  color: #ffffff;
  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;
  height: 40px;
  margin-bottom: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.links a:hover {
  background-color: #000000;
}

.links span {
  background: #cccccc;
}

#company .business section article {
  margin-bottom: 70px;
}

#company .business section article p {
  width: 660px;
  margin: 0 auto 40px;
}

#company .business section article .biz {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#company .business section article .biz span {
  display: block;
  width: 50%;
}

#company .business section .flow {
  background: #f5f5f5;
  padding: 70px 0;
}

#company .business section .flow figure {
  text-align: center;
}

#company .business section .flow figure img {
  width: 680px;
}

@media screen and (max-width: 640px) {
  #company .business section h3 {
    margin-bottom: 8vw;
  }
  #company .business section h3 span {
    font-size: 4.5vw;
  }
  #company .business section article {
    margin-bottom: 12vw;
  }
  #company .business section article h4 {
    width: 90%;
    height: 5em;
  }
  #company .business section article h4 span {
    font-size: 4vw;
  }
  #company .business section article h4:before,
  #company .business section article h4:after {
    width: 12vw;
  }
  #company .business section article p {
    width: 90%;
    font-size: 3.5vw;
  }
  #company .business section .flow {
    padding: 10vw 0;
  }
  #company .business section .flow figure img {
    width: 90vw;
  }
}

#company .works p {
  font-size: 14px;
}

#company .works article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

#company .works article.block {
  height: 720px;
  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;
}

#company .works article.block .block-inner {
  position: relative;
  width: 960px;
  max-width: 90%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#company .works article.block .block-inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#company .works article.block .block-inner h4 {
  width: 50%;
  text-align: center;
}

#company .works article.block .block-inner p {
  width: 410px;
}

#company .works article.block .block-inner p.fz-white {
  color: #ffffff;
}

#company .works .flex {
  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;
}

#company .works .flex article {
  width: 50%;
}

#company .works .flex article .flex-inner {
  width: 510px;
  max-width: 90%;
  height: 100%;
  margin: auto;
  position: relative;
}

#company .works .block1 {
  background: #9d163a;
  padding-top: 40px;
  position: relative;
}

#company .works .block1 h4 {
  margin-bottom: 20px;
}

#company .works .block1 figure {
  width: 370px;
  margin: 0 auto 40px;
  padding-top: 70px;
}

#company .works .block1 p {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding-bottom: 2.5em;
}

#company .works .block2 {
  background-image: url(../../img/page/recruit/freshman/company/3min/block2-bg.jpg);
}

#company .works .block2 .flex-inner h4 {
  padding-top: 50px;
  margin-bottom: 460px;
  text-align: center;
}

#company .works .block2 .flex-inner p {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: calc(100% - 3em);
  background: rgba(255, 255, 255, 0.8);
  padding: 1em 1.5em;
}

#company .works .block3 {
  background-image: url(../../img/page/recruit/freshman/company/3min/block3-bg.jpg);
}

#company .works .block4 {
  background-image: url(../../img/page/recruit/freshman/company/3min/block4-bg.jpg);
}

#company .works .block5 {
  background-image: url(../../img/page/recruit/freshman/company/3min/block5-bg.jpg);
}

#company .works .block5 .block-inner {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  height: 90%;
  margin-top: 5%;
  position: relative;
}

#company .works .block5 .block-inner p {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 420px;
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
}

@media screen and (max-width: 640px) {
  #company .works p {
    font-size: 3vw;
  }
  #company .works article.block {
    height: 80vh;
  }
  #company .works article.block .block-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #company .works article.block .block-inner h4 {
    width: 100%;
    margin-bottom: 10vw;
  }
  #company .works article.block .block-inner h4 img {
    height: 10vw;
  }
  #company .works article.block .block-inner p {
    width: 100%;
  }
  #company .works .flex {
    display: block;
  }
  #company .works .flex article {
    width: 100%;
  }
  #company .works .flex article .flex-inner {
    width: 90%;
  }
  #company .works .block1 h4 {
    margin-bottom: 2vw;
    text-align: center;
  }
  #company .works .block1 h4 img {
    height: 20vw;
  }
  #company .works .block1 figure {
    width: 65vw;
    margin-bottom: 5vw;
    padding-top: 0;
  }
  #company .works .block1 p {
    padding-bottom: 7vw;
    margin-bottom: 0;
    position: static;
  }
  #company .works .block2 .block-inner {
    padding-bottom: 10vw;
  }
  #company .works .block2 .block-inner h4 {
    padding-top: 20vw;
    margin-bottom: 40vw;
  }
  #company .works .block2 .block-inner h4 img {
    height: 32vw;
  }
  #company .works .block2 .block-inner p {
    position: static;
  }
  #company .works .block5 .block-inner h4 img {
    height: 40vw !important;
  }
  #company .works .block5 .block-inner p {
    width: calc(100% - 3em) !important;
  }
}

.staff-index ul {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-index ul li {
  width: 30%;
  margin-bottom: 50px;
  margin-right: 5%;
}

.staff-index ul li:nth-child(3n) {
  margin-right: 0;
}

.staff-index ul li a {
  display: block;
}

.staff-index ul li a .class {
  text-align: center;
  margin-bottom: 5px;
}

.staff-index ul li a .image {
  position: relative;
  overflow: hidden;
}

.staff-index ul li a .image figure {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.staff-index ul li a .image span {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 25px;
}

.staff-index ul li a .link {
  background: url(../../img/page/recruit/freshman/person/staff/index/index-arrow.svg)
    right 15px center no-repeat #9d163a;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.staff-index ul li a:hover .image figure {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.staff-index ul li a:hover .link {
  background-position: right 5px center;
}

@media screen and (max-width: 640px) {
  .staff-index ul li {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 10vw;
  }
  .staff-index ul li:nth-child(3n) {
    margin-right: 8%;
  }
  .staff-index ul li:nth-child(2n) {
    margin-right: 0;
  }
  .staff-index ul li a .image span {
    right: 2vw;
    bottom: 4vw;
  }
  .staff-index ul li a .image span img {
    height: 8vw;
  }
  .staff-index ul li a .link {
    font-size: 3.5vw;
    background-size: auto 50%;
  }
}

.staff-index2 {
  margin-bottom: 50px;
}

.staff-index2 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;
  margin-bottom: 30px;
}

.staff-index2 ul li {
  width: 15%;
}

.staff-index2 ul li a .class {
  text-align: center;
  margin-bottom: 5px;
}

.staff-index2 ul li a .class img {
  height: 15px;
}

.staff-index2 ul li a figure {
  overflow: hidden;
}

.staff-index2 ul li a figure img {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.staff-index2 ul li a .name {
  padding-top: 0.4em;
  text-align: center;
}

.staff-index2 ul li a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.staff-index2 .link-index {
  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;
}

.staff-index2 .link-index 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: 290px;
  height: 25px;
  background: url(../../img/page/recruit/freshman/person/staff/index/index-arrow.svg)
    right 10px center no-repeat #9d163a;
  color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.staff-index2 .link-index a:hover {
  background-color: #000000;
}

@media screen and (max-width: 640px) {
  .staff-index2 {
    margin-bottom: 3vw;
  }
  .staff-index2 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staff-index2 ul li {
    width: 30%;
    margin-bottom: 5vw;
  }
  .staff-index2 ul li a .class img {
    height: 3.5vw;
  }
  .staff-index2 ul li a .name {
    font-size: 3.5vw;
  }
}

.staff .kv {
  max-width: 1280px;
  height: 660px;
  margin: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 150px;
}

.staff .kv h2 {
  position: absolute;
  top: 30%;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.8em;
  white-space: nowrap;
}

.staff .kv .profile {
  width: 260px;
  height: 280px;
  background: #9d163a;
  position: absolute;
  bottom: -50px;
  padding: 20px 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.staff .kv .profile .detail > div {
  text-align: center;
  color: #ffffff;
}

.staff .kv .profile .detail .class {
  margin-bottom: 0.5em;
}

.staff .kv .profile .detail .type {
  text-align: center;
  margin-bottom: 1em;
}

.staff .kv .profile .detail .type span {
  border: solid 1px #fff;
  display: inline-block;
  width: 10em;
  font-size: 12px;
  padding: 0.3em 0;
}

.staff .kv .profile .detail .name {
  font-size: 40px;
  margin-bottom: 0.2em;
}

.staff .kv .profile .detail .name-en {
  font-size: 17px;
}

.staff .kv .profile .extra > div {
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  line-height: 1.5em;
}

.staff .kv .profile .extra .extra1 {
  margin-bottom: 1em;
}

@media screen and (max-width: 1280px) {
  .staff .kv .profile .detail {
    -webkit-transform: scale(100vw/1280px);
    -ms-transform: scale(100vw/1280px);
    transform: scale(100vw/1280px);
  }
}

.staff .kv.left h2 {
  left: 50%;
}

.staff .kv.left .profile {
  left: calc(50% + 50px);
}

.staff .kv.right h2 {
  right: 50%;
}

.staff .kv.right .profile {
  right: calc(50% + 50px);
}

@media screen and (max-width: 960px) {
  .staff .kv.right h2 {
    left: 10%;
  }
}

@media screen and (max-width: 640px) {
  .staff .kv {
    height: 70vw;
  }
  .staff .kv h2 {
    font-size: 4vw;
  }
  .staff .kv .profile {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    bottom: -10vw;
  }
  .staff .kv.left .profile {
    left: calc(50%);
  }
  .staff .kv.right .profile {
    right: calc(50%);
  }
}

@media screen and (max-width: 640px) {
  .staff .kv {
    margin-bottom: 20vw;
  }
  .staff .kv .profile {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    bottom: -20vw;
  }
  .staff .kv.left .profile {
    left: calc(50% - 5vw);
  }
  .staff .kv.right .profile {
    right: calc(50% - 5vw);
  }
}

@media screen and (max-width: 520px) {
  .staff .kv .profile {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    bottom: -25vw;
  }
}

@media screen and (max-width: 450px) {
  .staff .kv .profile {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    bottom: -30vw;
  }
  .staff .kv.left .profile {
    left: 30%;
  }
  .staff .kv.right .profile {
    right: 30%;
  }
}

@media screen and (max-width: 340px) {
  .staff .kv .profile {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    bottom: -40vw;
  }
  .staff .kv.left .profile {
    left: 20%;
  }
  .staff .kv.right .profile {
    right: 20%;
  }
}

.staff.staff-nagasue .kv {
  background-image: url(../../img/page/recruit/freshman/person/staff/nagasue/kv.jpg);
}

.staff.staff-otsubo .kv {
  background-image: url(../../img/page/recruit/freshman/person/staff/otsubo/kv.jpg);
}

.staff.staff-komai .kv {
  background-image: url(../../img/page/recruit/freshman/person/staff/komai/kv.jpg);
}

.staff.staff-honda .kv {
  background-image: url(../../img/page/recruit/freshman/person/staff/honda/kv.jpg);
}

.staff.staff-nakamura .kv {
  background-image: url(../../img/page/recruit/freshman/person/staff/nakamura/kv.jpg);
}

.staff.staff-haneda .kv {
  background-image: url(../../img/page/recruit/freshman/person/staff/haneda/kv.jpg);
}

.staff article section {
  margin-bottom: 80px;
}

.staff article section h3 {
  text-align: center;
  font-size: 34px;
  font-weight: normal;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.staff article section h3:after {
  content: "";
  display: block;
  width: 320px;
  height: 3px;
  background: #9d163a;
  position: absolute;
  right: calc(50% - 160px);
  bottom: 0;
}

.staff article section .content {
  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;
}

.staff article section .content figure {
  width: 430px;
}

.staff article section .content p {
  width: 480px;
}

.staff article section .content.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.staff article section .content.wide {
  display: block;
}

.staff article section .content.wide p {
  width: 680px;
  margin: auto;
  margin-bottom: 30px;
}

.staff article section .content.wide figure {
  width: 960px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .staff article section h3 {
    font-size: 4vw;
  }
  .staff article section h3:after {
    width: 30vw;
    right: 35vw;
  }
  .staff article section .content figure {
    width: 40%;
  }
  .staff article section .content p {
    width: 55%;
  }
  .staff article section .content.wide p {
    width: 90%;
  }
  .staff article section .content.wide figure {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .staff article section {
    margin-bottom: 20vw;
  }
  .staff article section h3 {
    font-size: 5vw;
  }
  .staff article section .content {
    display: block;
  }
  .staff article section .content figure {
    width: 80%;
    margin: auto;
  }
  .staff article section .content p {
    font-size: 3.5vw;
    width: 100%;
  }
  .staff article section .content.wide p {
    width: 100%;
  }
}

#challenge .movie .lead {
  text-align: center;
}

#challenge .movie > ul li {
  padding: 40px 0;
}

#challenge .movie > ul li:nth-child(odd) {
  background: #f5f5f5;
}

#challenge .movie > ul li a {
  display: block;
  width: 610px;
  margin: auto;
  position: relative;
}

#challenge .movie > ul li a h3 {
  text-align: center;
  position: relative;
  z-index: 2;
}

#challenge .movie > ul li a h3 span {
  font-size: 26px;
  color: #ffffff;
  background: #9d163a;
}

#challenge .movie > ul li a figure {
  margin-top: -12px;
  position: relative;
}

#challenge .movie > ul li a .cover {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 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;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#challenge .movie > ul li a .name {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

#challenge .movie > ul li a .name span {
  color: #ffffff;
  display: block;
  text-align: right;
}

#challenge .movie > ul li a .name span:nth-child(1) {
  font-size: 28px;
  margin-bottom: 7px;
}

#challenge .movie > ul li a .name span:nth-child(2) {
  font-size: 12px;
  line-height: 1.5em;
}

#challenge .movie > ul li a:hover .cover {
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 640px) {
  #challenge .movie .lead {
    font-size: 3.5vw;
  }
  #challenge .movie > ul li {
    padding: 10vw 0;
  }
  #challenge .movie > ul li a {
    width: 90%;
  }
  #challenge .movie > ul li a h3 span {
    font-size: 5vw;
  }
  #challenge .movie > ul li a .cover img {
    width: 20vw;
  }
  #challenge .movie > ul li a .name span:nth-child(1) {
    font-size: 5vw;
  }
  #challenge .movie > ul li a .name span:nth-child(2) {
    font-size: 2vw;
  }
}

#modal.youtube #modal_inner {
  padding: 0;
}

#modal.youtube #modal_inner #modal_close {
  background: #9d163a;
  width: 50px;
  height: 50px;
  right: -50px;
  top: -50px;
}

@media screen and (max-width: 640px) {
  #modal.youtube #modal_inner {
    max-width: 96%;
    width: 96%;
  }
  #modal.youtube #modal_inner #modal_container iframe {
    width: 100%;
    height: 56vw;
  }
  #modal.youtube #modal_inner #modal_close {
    width: 10vw;
    height: 10vw;
    right: 0;
    top: -10vw;
  }
}

#challenge .project-index > 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#challenge .project-index > ul li {
  width: 50%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

#challenge .project-index > ul li a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}

#challenge .project-index > ul li a .num {
  background: url(../../img/page/recruit/freshman/challenge/project/index/corner-left.svg)
    left top/contain no-repeat;
  width: 200px;
  height: 200px;
  padding: 15px 0 0 15px;
}

#challenge .project-index > ul li a span {
  width: 100%;
  height: 80px;
  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;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  line-height: 1.5em;
}

#challenge .project-index > ul li a:hover span {
  background: #9d163a;
}

#challenge .project-index > ul li.project01-index {
  background-image: url(../../img/page/recruit/freshman/challenge/project/index/project1.jpg);
}

#challenge .project-index > ul li.project02-index {
  background-image: url(../../img/page/recruit/freshman/challenge/project/index/project2.jpg);
}

#challenge .project-index > ul li.project03-index {
  background-image: url(../../img/page/recruit/freshman/challenge/project/index/project3.jpg);
}

#challenge .project-index > ul li.project04-index {
  background-image: url(../../img/page/recruit/freshman/challenge/project/index/project4.jpg);
}

@media screen and (max-width: 640px) {
  #challenge .project-index > ul li {
    height: 70vw;
  }
  #challenge .project-index > ul li a .num {
    width: 25vw;
    height: 25vw;
    padding: 2vw 0 0 2vw;
  }
  #challenge .project-index > ul li a .num img {
    width: 12vw;
  }
  #challenge .project-index > ul li a span {
    font-size: 3vw;
    height: 15vw;
  }
}

#challenge .project .kv {
  background-position: center center;
  background-size: cover;
  height: 420px;
  position: relative;
}

#challenge .project .kv .num {
  position: absolute;
  right: calc(50vw - 480px);
  top: 80px;
}

#challenge .project .kv .copy {
  position: absolute;
  left: calc(50vw - 480px);
  bottom: 50px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#challenge .project .kv .copy span {
  font-size: 43px;
  margin-top: 5px;
  display: inline-block;
  background: #ffffff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 0.1em 0.2em;
}

@media screen and (max-width: 960px) {
  #challenge .project .kv .num {
    right: 5vw;
  }
  #challenge .project .kv .copy {
    left: 5vw;
  }
}

#challenge .project .content section {
  padding-bottom: 220px;
}

#challenge .project .content section:nth-child(odd) {
  background: #f5f5f5;
}

#challenge .project .content section:last-of-type {
  padding-bottom: 280px;
}

#challenge .project .content section .chapter {
  text-align: center;
  margin-bottom: 50px;
}

#challenge .project .content section article {
  width: 720px;
  margin: auto;
}

#challenge .project .content section article h3 {
  margin-bottom: 50px;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  line-height: 1.6em;
}

#challenge .project .content section > figure {
  text-align: center;
}

#challenge .project .content section > figure img {
  width: 960px;
  margin-top: -155px;
}

#challenge .project .content .prof {
  background: #083445;
  margin-bottom: 100px;
}

#challenge .project .content .prof > figure {
  text-align: center;
}

#challenge .project .content .prof > figure img {
  width: 960px;
  margin-top: -235px;
}

#challenge .project .content .prof article h3 {
  text-align: center;
  margin-bottom: 50px;
}

#challenge .project .content .prof article .block {
  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;
}

#challenge .project .content .prof article .block .detail {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#challenge .project .content .prof article .block .detail .name {
  display: block;
  background: #ffffff;
  font-size: 36px;
  width: 360px;
  padding: 0.1em 0.2em;
  margin-bottom: 30px;
}

#challenge .project .content .prof article .block .detail .extra {
  color: #ffffff;
  line-height: 1.5em;
  font-size: 16px;
}

#challenge .project .content .prof article .block figure {
  width: 480px;
}

#challenge .project .content .prof article p {
  background: #ffffff;
  width: 620px;
  padding: 15px 30px;
  margin-top: -120px;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  position: relative;
  z-index: 1;
  font-size: 14px;
}

#challenge .project .content .project-index ul li {
  width: 23%;
  height: 190px;
}

#challenge .project .content .project-index ul li .num {
  width: 100px;
  height: 100px;
  padding: 5px 0 0 5px;
}

#challenge .project .content .project-index ul li .num img {
  width: 50px;
}

#challenge .project .content .project-index ul li span {
  font-size: 12px;
  height: 4em;
}

#challenge .project.project01 .kv {
  background-image: url(../../img/page/recruit/freshman/challenge/project/project01/kv.jpg);
}

#challenge .project.project02 .kv {
  background-image: url(../../img/page/recruit/freshman/challenge/project/project02/kv.jpg);
}

#challenge .project.project03 .kv {
  background-image: url(../../img/page/recruit/freshman/challenge/project/project03/kv.jpg);
}

#challenge .project.project04 .kv {
  background-image: url(../../img/page/recruit/freshman/challenge/project/project04/kv.jpg);
}

@media screen and (max-width: 640px) {
  #challenge .project .kv {
    height: 100vw;
  }
  #challenge .project .kv .num img {
    height: 20vw;
  }
  #challenge .project .kv .copy span {
    font-size: 7vw;
  }
  #challenge .project .content section {
    padding-bottom: 25vw;
  }
  #challenge .project .content section:last-of-type {
    padding-bottom: 35vw;
  }
  #challenge .project .content section .chapter {
    margin-bottom: 10vw;
  }
  #challenge .project .content section .chapter img {
    height: 30vw;
  }
  #challenge .project .content section article {
    width: 90%;
  }
  #challenge .project .content section article h3 {
    margin-bottom: 10vw;
    font-size: 4.5vw;
  }
  #challenge .project .content section article p {
    font-size: 3.5vw;
  }
  #challenge .project .content section > figure img {
    margin-top: -15vw;
    width: 90vw;
  }
  #challenge .project .content .prof {
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }
  #challenge .project .content .prof > figure img {
    width: 90vw;
    margin-top: -25vw;
  }
  #challenge .project .content .prof article h3 {
    margin-bottom: 10vw;
  }
  #challenge .project .content .prof article h3 img {
    height: 18vw;
  }
  #challenge .project .content .prof article .block {
    display: block;
  }
  #challenge .project .content .prof article .block .detail {
    width: 100%;
    margin-bottom: 8vw;
  }
  #challenge .project .content .prof article .block .detail .name {
    width: 80%;
    font-size: 6vw;
    padding: 0.4em 0.5em;
    margin-bottom: 5vw;
  }
  #challenge .project .content .prof article .block .detail .extra {
    font-size: 3.5vw;
  }
  #challenge .project .content .prof article .block figure {
    width: 100%;
    margin-bottom: 5vw;
  }
  #challenge .project .content .prof article p {
    width: calc(100% - 2em);
    padding: 1em 1em;
    font-size: 3.5vw;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
  }
  #challenge .project .content .project-index ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #challenge .project .content .project-index ul li {
    width: 48%;
    margin-bottom: 5vw;
  }
  #challenge .project .content .project-index ul li a .num {
    width: 20vw;
    height: 20vw;
  }
  #challenge .project .content .project-index ul li a .num img {
    width: 12vw;
  }
}

#culture .crosstalk .kv {
  height: 810px;
  background: url(../../img/page/recruit/freshman/culture/crosstalk/kv.jpg)
    center top/cover no-repeat;
  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;
}

#culture .crosstalk .kv h2 {
  background: #ffffff;
  padding: 10px 5px;
}

#culture .crosstalk .prof {
  position: relative;
  background: url(../../img/page/recruit/freshman/culture/crosstalk/prof-bg.png)
    center top/100% 380px no-repeat;
  margin-bottom: 150px;
}

#culture .crosstalk .prof .copy {
  position: absolute;
  left: calc(50% - 241px);
  top: -76px;
}

#culture .crosstalk .prof .prof-wrapper {
  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;
}

#culture .crosstalk .prof .prof-wrapper article {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 480px;
  position: relative;
  padding-top: 40px;
}

#culture .crosstalk .prof .prof-wrapper article .detail {
  padding-top: 70px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#culture .crosstalk .prof .prof-wrapper article .detail .class {
  background: #ffffff;
  font-size: 16px;
  padding: 0.3em 0.8em;
  display: inline-block;
  margin-bottom: 30px;
}

#culture .crosstalk .prof .prof-wrapper article .detail .name {
  font-size: 28px;
  margin-bottom: 25px;
}

#culture .crosstalk .prof .prof-wrapper article .detail .extra {
  font-size: 12px;
  line-height: 1.6em;
}

#culture .crosstalk .prof .prof-wrapper article .detail .extra small {
  font-size: 8px;
}

#culture .crosstalk .prof .prof-wrapper article figure {
  width: 190px;
}

#culture .crosstalk .prof .prof-wrapper article p {
  position: absolute;
  bottom: -90px;
  font-size: 11px;
  width: 300px;
  padding: 1em 1.5em;
  background: #ffffff;
}

#culture .crosstalk .prof .prof-wrapper article.prof-imoto {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#culture .crosstalk .prof .prof-wrapper article.prof-imoto .detail {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#culture .crosstalk .prof .prof-wrapper article.prof-imoto figure {
  margin-right: 10px;
}

#culture .crosstalk .prof .prof-wrapper article.prof-imoto p {
  right: 40px;
}

#culture .crosstalk .prof .prof-wrapper article.prof-ou .detail {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#culture .crosstalk .prof .prof-wrapper article.prof-ou .detail .extra {
  text-align: right;
}

#culture .crosstalk .prof .prof-wrapper article.prof-ou figure {
  margin-left: 10px;
}

#culture .crosstalk .prof .prof-wrapper article.prof-ou p {
  left: 40px;
}

#culture .crosstalk .content section figure.sep {
  -webkit-transform: translateY(-115px);
  -ms-transform: translateY(-115px);
  transform: translateY(-115px);
}

#culture .crosstalk .content section h3 {
  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;
  margin-bottom: 60px;
}

#culture .crosstalk .content section h3 span {
  background: #9d163a;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding: 0.2em 0.3em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#culture .crosstalk .content section article {
  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;
  padding-bottom: 230px;
}

#culture .crosstalk .content section article .talk {
  width: 570px;
}

#culture .crosstalk .content section article .talk dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2em;
}

#culture .crosstalk .content section article .talk dl dt,
#culture .crosstalk .content section article .talk dl dd {
  font-size: 16px;
  line-height: 1.8em;
}

#culture .crosstalk .content section article .talk dl dt {
  width: 4em;
  font-weight: bold;
}

#culture .crosstalk .content section article .talk dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#culture .crosstalk .content section article .talk dl.imoto dt {
  color: #009038;
}

#culture .crosstalk .content section article .talk dl.ou dt {
  color: #ee7e00;
}

#culture .crosstalk .content section article figure {
  width: 330px;
}

#culture .crosstalk .content section:nth-child(even) {
  background: #f5f5f5;
}

#culture .crosstalk .content section:last-of-type article {
  padding-bottom: 300px;
}

#culture .crosstalk .content > figure.last {
  margin-top: -230px;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  #culture .crosstalk .kv {
    height: 110vw;
  }
  #culture .crosstalk .kv h2 {
    height: 60%;
  }
  #culture .crosstalk .kv h2 img {
    width: auto;
    height: 100%;
  }
  #culture .crosstalk .prof {
    background: none;
    margin-bottom: 15vw;
  }
  #culture .crosstalk .prof .copy {
    width: 66vw;
    left: 17vw;
    top: -11vw;
    z-index: 1;
  }
  #culture .crosstalk .prof .prof-wrapper {
    display: block;
  }
  #culture .crosstalk .prof .prof-wrapper article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #culture .crosstalk .prof .prof-wrapper article .detail {
    padding-top: 10vw;
    width: 59vw;
  }
  #culture .crosstalk .prof .prof-wrapper article .detail .class {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  #culture .crosstalk .prof .prof-wrapper article .detail .name {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
  #culture .crosstalk .prof .prof-wrapper article .detail .extra {
    font-size: 3vw;
  }
  #culture .crosstalk .prof .prof-wrapper article .detail .extra small {
    font-size: 2.2vw;
  }
  #culture .crosstalk .prof .prof-wrapper article figure {
    width: 35vw;
  }
  #culture .crosstalk .prof .prof-wrapper article p {
    position: static;
    width: calc(100% - 3em);
  }
  #culture .crosstalk .prof .prof-wrapper article.prof-imoto {
    background: #ebf5ec;
  }
  #culture .crosstalk .prof .prof-wrapper article.prof-imoto p {
    right: 0;
  }
  #culture .crosstalk .prof .prof-wrapper article.prof-ou {
    padding-top: 0;
    background: #f9f5e5;
  }
  #culture .crosstalk .content section figure.sep {
    -webkit-transform: translateY(-15vw);
    -ms-transform: translateY(-15vw);
    transform: translateY(-15vw);
  }
  #culture .crosstalk .content section h3 {
    margin-bottom: 10vw;
  }
  #culture .crosstalk .content section h3 span {
    font-size: 5vw;
  }
  #culture .crosstalk .content section article {
    display: block;
    padding-bottom: 30vw;
  }
  #culture .crosstalk .content section article .talk {
    width: 100%;
  }
  #culture .crosstalk .content section article .talk dl dt,
  #culture .crosstalk .content section article .talk dl dd {
    font-size: 3vw;
  }
  #culture .crosstalk .content section article figure {
    width: 100%;
    text-align: center;
  }
  #culture .crosstalk .content section article figure img {
    width: 60vw;
  }
  #culture .crosstalk .content section:last-of-type article {
    padding-bottom: 40vw;
  }
  #culture .crosstalk .content > figure.last {
    margin-top: -20vw;
    margin-bottom: 10vw;
  }
}

#culture .training {
  width: 820px;
  margin: auto;
}

#culture .training .lead {
  margin-bottom: 70px;
}

#culture .training section {
  margin-bottom: 80px;
}

#culture .training section article {
  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;
}

#culture .training section article p {
  width: 62%;
}

#culture .training section article p:last-of-type {
  margin-bottom: 0;
}

#culture .training section article figure {
  width: 35%;
}

#culture .training section.w {
  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;
}

#culture .training section.w .bloc {
  width: 48%;
}

#culture .training section.w .bloc h4.border {
  width: 100%;
}

#culture .training section.w .bloc h4.border:before,
#culture .training section.w .bloc h4.border:after {
  width: 50px;
}

#culture .training section .kenshu h5 {
  border-bottom: solid 1px #9d163a;
  color: #9d163a;
  font-size: 18px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

#culture .training section .kenshu a {
  background: url(../../img/page/recruit/common/arrow-circle-right-white.svg)
    right 5% center/auto 1.6em no-repeat #9d163a;
  color: #ffffff;
  display: block;
  padding: 1em 1em;
  border-radius: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#culture .training section .kenshu a:hover {
  background-color: #000000;
}

@media screen and (max-width: 640px) {
  #culture .training {
    width: 90%;
  }
  #culture .training p {
    font-size: 3.5vw;
  }
  #culture .training .lead {
    text-align: center;
    margin-bottom: 10vw;
  }
  #culture .training .lead picture img {
    width: 80%;
  }
  #culture .training section {
    margin-bottom: 10vw;
  }
  #culture .training section h4.border {
    width: 100%;
  }
  #culture .training section article {
    display: block;
  }
  #culture .training section article p,
  #culture .training section article figure {
    width: 100%;
  }
  #culture .training section article p {
    margin-bottom: 5vw !important;
  }
  #culture .training section.w {
    display: block;
  }
  #culture .training section.w .bloc {
    width: 100%;
    margin-bottom: 10vw;
  }
  #culture .training section.w .bloc:last-of-type {
    margin-bottom: 0;
  }
  #culture .training .lenshu h5 {
    font-size: 4vw;
  }
}

#culture .enviroment {
  width: 660px;
  margin: auto;
}

#culture .enviroment section {
  margin-bottom: 100px;
}

#culture .enviroment section .image {
  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;
}

#culture .enviroment section .image span {
  width: 48%;
  display: block;
  text-align: center;
}

#culture .enviroment section figure {
  text-align: center;
}

#culture .enviroment section figure img {
  width: 420px;
}

@media screen and (max-width: 640px) {
  #culture .enviroment {
    width: 90%;
  }
  #culture .enviroment section {
    margin-bottom: 15vw;
  }
  #culture .enviroment section p {
    font-size: 3.5vw;
  }
  #culture .enviroment section figure img {
    width: 65vw;
  }
}

#recruit .outline {
  width: 800px;
  margin: auto;
}

#recruit .outline section {
  margin-bottom: 80px;
}

#recruit .outline table {
  width: 100%;
}

#recruit .outline table.perf {
  width: 100%;
}

#recruit .outline table.perf th,
#recruit .outline table.perf td {
  border: solid 1px #ccc;
  text-align: center;
  white-space: nowrap;
  padding: 0.5em 0;
}

#recruit .outline table.perf th {
  background: #f5f5f5;
  font-size: 16px;
}

#recruit .outline table.perf td {
  font-size: 20px;
  font-weight: bold;
}

#recruit .outline table.perf td small {
  font-size: 12px;
  font-weight: normal;
}

#recruit .outline .links {
  width: 100%;
  margin: 0 auto 50px;
}

#recruit .outline .links a,
#recruit .outline .links span {
  font-size: 26px;
  font-weight: bold;
  height: 60px;
}

@media screen and (max-width: 640px) {
  #recruit .outline {
    width: 90%;
  }
  #recruit .outline h4.border {
    width: 100%;
  }
  #recruit .outline section {
    margin-bottom: 15vw;
  }
  #recruit .outline table.perf th {
    font-size: 3vw;
    vertical-align: middle;
  }
  #recruit .outline table.perf td {
    font-size: 4vw;
  }
  #recruit .outline table.perf td small {
    font-size: 2.5vw;
  }
  #recruit .outline .table {
    width: 100%;
  }
}

#recruit .person h3 {
  font-size: 30px;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 60px;
}

#recruit .person .message {
  background: #f5f5f5;
  margin-bottom: 60px;
}

#recruit .person .message .inner {
  background: url(../../img/page/recruit/freshman/recruit/person.jpg) right
    bottom/cover no-repeat;
}

#recruit .person .message .inner ul {
  padding: 40px 0 80px;
  margin-left: 60px;
}

#recruit .person .message .inner ul li {
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  margin-bottom: 20px;
}

#recruit .person .message .inner ul li dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#recruit .person .message .inner ul li dl dt {
  background: #9d163a;
  width: 6em;
  height: 3.5em;
  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;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

#recruit .person .message .inner ul li dl dd {
  background: #ffffff;
  font-weight: bold;
  font-size: 22px;
  -webkit-transform: translate(4em, -0.5em);
  -ms-transform: translate(4em, -0.5em);
  transform: translate(4em, -0.5em);
  padding: 0.2em;
}

@media screen and (max-width: 640px) {
  #recruit .person h3 {
    font-size: 6vw;
    margin-bottom: 7vw;
  }
  #recruit .person .message {
    margin-bottom: 10vw;
  }
  #recruit .person .message .inner ul {
    padding: 3vw 0 6vw;
    margin-left: 5vw;
  }
  #recruit .person .message .inner ul li {
    margin-bottom: 3vw;
  }
  #recruit .person .message .inner ul li dl dt {
    font-size: 4vw;
  }
  #recruit .person .message .inner ul li dl dd {
    font-size: 4vw;
    -webkit-transform: translate(1em, -0.5em);
    -ms-transform: translate(1em, -0.5em);
    transform: translate(1em, -0.5em);
    line-height: 1.6em;
  }
}

#recruit .internship .lead {
  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;
  margin-bottom: 40px;
}

#recruit .internship figure {
  text-align: center;
  margin-bottom: 60px;
}

#recruit .internship figure img {
  width: 60%;
}

@media screen and (max-width: 640px) {
  #recruit .internship .lead {
    margin-bottom: 10vw;
  }
  #recruit .internship figure {
    margin-bottom: 10vw;
  }
  #recruit .internship figure img {
    width: 80%;
  }
}

.copyright a {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 46px;
  background: url(../../img/page/recruit/common/blank.png) right center/1em
    no-repeat;
  padding: 0.2em 0;
  padding-right: 1em;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.child.freshman__footer__1.active {
  height: auto !important;
}

.sitemap .column .block .rotate__1.rotate:before {
  transform: rotate(135deg);
}
.sitemap .column .block .rotate__1.rotate::after {
  transform: rotate(45deg);
}

.child.freshman__footer__2.active {
  height: auto !important;
}

.sitemap .column .block .rotate__2.rotate:before {
  transform: rotate(135deg);
}
.sitemap .column .block .rotate__2.rotate::after {
  transform: rotate(45deg);
}

.child.freshman__footer__3.active {
  height: auto !important;
}

.sitemap .column .block .rotate__3.rotate:before {
  transform: rotate(135deg);
}
.sitemap .column .block .rotate__3.rotate::after {
  transform: rotate(45deg);
}

.child.freshman__footer__4.active {
  height: auto !important;
}

.sitemap .column .block .rotate__4.rotate:before {
  transform: rotate(135deg);
}
.sitemap .column .block .rotate__4.rotate::after {
  transform: rotate(45deg);
}

.child.freshman__footer__5.active {
  height: auto !important;
}

.sitemap .column .block .rotate__5.rotate:before {
  transform: rotate(135deg);
}
.sitemap .column .block .rotate__5.rotate::after {
  transform: rotate(45deg);
}
.p-stake {
  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;
  gap: 32px;
  margin-top: 40px;
}

.p-stake__name {
  text-decoration: underline;
}

.p-stake__btn {
  margin-top: 40px;
}

.p-stake__link {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
@media screen and (max-width: 768px) {
  .p-stake__link {
    font-size: 16px;
    font-weight: 700;
  }
}
.p-stake__link img {
  width: 20px !important;
  height: 16px;
  margin-left: 4px;
}
.p-stake__right {
  text-align: right;
  margin-top: 16px;
}
.p-stake__left {
  margin-top: 16px;
}
.p-stake__holder-bottom {
  font-size: 16px;
}

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