@charset "utf-8"; body {
  font-size: 14px;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

/*=======================
header
=======================*/
header {
  padding: 6px 0 6px;
}

header .inner {
  width: auto;
  padding: 0 3%;
  position: relative;
}

header h1 {
  max-width: 73%;
  padding: 2px 0 2px;
}

header #gnav {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  background: #f5f5f5;
  z-index: 10;
}

header #gnav a {
  display: block;
  text-align: center;
  width: 94%;
  border-right: none;
  border-top: 1px solid #959595;
  padding: 10px 3%;
  position: relative;
  font-size: 15px;
  margin: 0;
}

header #gnav a:nth-child(2) {
  border-top: 1px solid #959595;
  padding: 10px 3%;
}

header #gnav a:nth-child(3) {
  border-top: 1px solid #959595;
  padding: 10px 3%;
}

header #gnav a:nth-child(4) {
  border-top: 1px solid #959595;
  padding: 10px 3%;
}

header #gnav a:after {
}

header #munu_btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

header #munu_btn span {
  display: block;
  width: 28px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header #munu_btn span:first-child {
  top: 20%;
}

header #munu_btn span:nth-child(2) {
  top: 50%;
}

header #munu_btn span:last-child {
  top: 81%;
}

header #munu_btn.active span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}

header #munu_btn.active span:nth-child(2) {
  opacity: 0;
}

header #munu_btn.active span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

/*=======================
footer
=======================*/
footer .inner {
  width: auto;
  padding: 0 3%;
}

.footer-nav {
}

.footer-nav ul {
}

.footer-nav ul li {
}

.footer-nav ul li a {
}

footer .fnav {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 15px;
}

footer .fnav li {
  border: none;
  float: right;
  width: 42%;
  text-align: left;
  padding: 13px 0 0;
  box-sizing: border-box;
  font-size: 12px;
  margin: 0;
}

footer .fnav li a.gaibu {
  background-size: 10px;
}

footer .fnav li:first-child {
  margin-bottom: 12px;
  line-height: 1.6;
  float: left;
  width: 54%;
  padding: 0 3% 0;
  font-size: 12px;
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
}

footer .fnav li:nth-child(2) {
  padding: 3px 0 0;
}

footer .fnav li:first-child a {
  display: block;
  font-size: 11px;
  padding: 10px 0 0px;
  border: none;
}

footer .fnav li:first-child a:last-child {
  padding: 10px 0 0px;
}

footer .middle {
  display: block;
}

footer .middle .logo {
  margin: 6px auto 30px;
  text-align: center;
}

.footer-interview__list {
}

.footer-interview__list h4 {
}

.footer-interview__list ul {
}

.footer-interview__list ul li {
}

.footer-interview__list ul li a {
}

footer .middle .address p {
  text-align: center;
}

footer .copy {
  font-size: 8px;
  padding: 4px 0 5px;
}

#section10 {
  padding: 20px 0;
}

#section10 .inner {
  width: 90%;
  display: block;
}

#section10 .banner {
  margin-bottom: 5px;
}

#section10 .box + .box {
  margin-top: 12px;
}

#section10 .explain {
  font-size: 12px;
}

.staff-items {
  flex-direction: column;
  width: calc(100% - 50px);
  margin: 40px auto 20px;
}

.staff-item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}

.staff-item a {
  background: inherit;
  left: 0px;
}

.staff-item:nth-child(2n) a {
  /* left:0; */
  /* right:20px; */
}

.staff-item img {
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  right: auto;
  left: -30px;
  z-index: 2;
  position: absolute;
  margin: auto;
}

.staff-item:nth-child(2n) img {
  left: auto;
  right: -30px;
}

.staff-item .staff-item__txt {
  padding: 10px 10px 10px 90px;
  position: relative;
}

.staff-item:nth-child(2n) .staff-item__txt {
  padding: 10px 76px 10px 20px;
}

.staff-item .staff-item__txt h3 {
  text-align: left;
  padding: 0 0 0;
  font-size: 14px;
  margin: 0 0 0;
}

.staff-item#interview_02 .staff-item__txt h3 {
  font-size: 12px;
}

.staff-item .staff-item__txt h3 span {
  /* display: inline-block; */
  margin: 0 0 5px;
}

.staff-item .staff-item__txt p.year {
  text-align: left;
  font-size: 11px;
}

.staff-item .staff-item__txt p.des {
  font-size: 12px;
  text-align: left;
}

.interview-details {
}

.interview-detail {
}

.interview-detail h3 {
  font-size: 20px;
}

.interview-detail__wrap {
  flex-direction: column;
}

.interview-detail__img {
  width: 100%;
  margin: 0 0 20px;
  max-width: 400px;
}

.interview-detail__img img {
}

.interview-detail__txt {
  width: 100%;
}

.interview-detail:nth-child(2n) .interview-detail__txt {
  order: 1;
}

.interview-detail__txt p {
}
.interview-mv {
}

.interview-mv .inner {
}

.interview-mv img {
}

.interview-mv .breadcrumbs {
}

.interview-mv .breadcrumbs ul {
}

.interview-mv .breadcrumbs ul li {
}

.interview-mv .breadcrumbs span {
}

.interview-mv .breadcrumbs a {
}

.interview-mv .breadcrumbs span {
}
