@charset "utf-8"; @font-face {
  font-family: 'Noto Serif';
  src: url('../font/NotoSerif_sub.woff') format('woff'), url('../font/NotoSerif_sub.woff2') format('woff2');
}

html {
  background-color: #fff;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
}

.hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hv:hover {
  opacity: 0.6;
}

.hvtxt:hover {
  color: #004bb4;
}

img {
  vertical-align: bottom;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sp {
  display: none;
}

.mincho {
  font-family: "Noto Serif";
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}

/*=======================
header
=======================*/
header {
  background: #f5f5f5;
  padding: 0px 0 0px;
}

header .inner {
  width: 1000px;
  margin: 0 auto;
}

header h1 {
  padding: 11px 0 11px;
  float: left;
}

header h1 a {
  display: block;
}

header h1 a img {
  display: block;
}

header #gnav {
  float: right;
  width: 545px;
}

header #gnav a {
  display: block;
  float: left;
  line-height: 1.2;
  padding: 2px 13px;
  border-right: 1px solid #959595;
  position: relative;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  margin: 26px 0 0;
}

header #gnav a:nth-child(3) {
  padding: 2px 18px;
}

header #gnav a:nth-child(4) {
  padding: 2px 24px 2px 12px;
  border: none;
}

header #gnav a:last-child {
  font-family: "poppins";
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 27px 22px 27px;
  border-right: none;
  background-color: #004bb4;
  color: #FFF;
  margin: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header #gnav a:last-child:hover {
  color: #004bb4;
  background-color: #FFF;
}

header #gnav a:hover {
  color: #004bb4;
}

/*=======================
footer
=======================*/
footer {
  padding: 14px 0 0px;
  border-top: 1px solid #8e8e8e;
}

footer a:hover {
  color: #004bb4;
}

footer .inner {
  width: 1000px;
  margin: 0 auto;
}

footer .fnav {
  /* margin-bottom: 15px; */
  /* width: 680px; */
  /* margin: 12px 0 0; */
}

footer .fnav li {
  /* float: left; */
  /* padding: 0 13px; */
  /* border-right: 1px solid #959595; */
  /* font-size: 14px; */
  /* line-height: 1.2; */
  /* margin: 0 0 13px; */
}

footer .fnav li:first-child {
  /* border: none; */
  /* padding-right: 0; */
}

footer .fnav li:first-child a {
  /* border-right: 1px solid #959595; */
  /* padding: 0 13px; */
}

footer .fnav li:first-child a:last-child {
  /* padding: 0 0 0 13px; */
  /* border: none; */
}

footer .fnav li:last-child {
  border-right: none;
}

footer .fnav li a {
  color: #000;
}

.footer-nav {
  margin: 20px 0 30px;
}

.footer-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.footer-nav ul li {
  position: relative;
}

.footer-nav ul li a {
  display: block;
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: bold;
}

.footer-nav ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #0a8dcb;
  border-radius: 10px;
}

footer .fnav li a.gaibu {
  padding-right: 17px;
  background: url(../img/foreign.png) no-repeat right center;
}

footer .fnav li a:hover {
  color: #0a8dcb;
}

footer .middle {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

footer .middle .logo {
  margin: 20px 20px 0 0;
}

.footer-interview__list {
  margin: 20px 0 0px;
}

.footer-interview__list h4 {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 16px;
}

.footer-interview__list h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #0a8dcb;
}

.footer-interview__list ul {
  /* display: flex; */
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  border-left: 1px solid #000;
}

.footer-interview__list ul li {
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 13px;
}

.footer-interview__list ul li a {
  display: block;
}

footer .middle .address p {
  font-size: 14px;
}

footer .copy {
  font-size: 12px;
  text-align: center;
  color: #FFF;
  background: #000;
  padding: 11px 0 13px;
}

#section10 {
  background: #e5e1ce;
  padding: 40px 0;
}

#section10 .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#section10 .explain {
  color: #000;
  text-align: center;
}

#section10 .banner {
  display: block;
  margin: 0 auto 10px;
}

#section10 .banner:hover {
  opacity: 0.7;
}

#section11 {
  background: #e6e6e6;
  
}

.main_visual {
  background-image: url(../img/top/mainimg09.jpg);
  display: block;
  height: calc(100vh - 242px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.staff-items {
  margin: 140px 0 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.staff-item {
  width: 19%;
}

.staff-item a {
  display: block;
  position: relative;
  background: #FFF;
  height: 100%;
}

.staff-item img {
  width: 90%;
  height: auto;
  margin: 0px auto -150px;
  border-radius: 50%;
  display: block;
  position: relative;
  top: -110px;
  left: 0;
  right: 0;
}

.staff-item .staff-item__txt {
  background: #FFF;
  padding: 66px 10px 10px;
}

.staff-item .staff-item__txt h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 6px;
}

.staff-item#interview_02 .staff-item__txt h3 {
  font-size: 12px;
}

.staff-item .staff-item__txt h3 span {
  display: block;
  font-size: 11px;
  color: #004bb4;
  font-weight: bold;
  font-family: "Poppins";
}

.staff-item .staff-item__txt p.year {
  font-size: 12px;
  text-align: center;
  margin: 0 0 10px;
  color: #434343;
}

.staff-item .staff-item__txt p.des {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

.interview-details {
  margin: 80px 0 80px;
  padding: 0 3%;
}

.interview-detail {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 80px;
}

.interview-detail h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 26px;
  font-weight: bold;
  padding: 2px 0 0;
  text-align: center;
}

.interview-detail__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.interview-detail__wrap.wide {
  display: block;
}

.interview-detail__wrap.wide .interview-detail__txt {
  width: 100%;
}

.interview-detail__img {
  width: 400px;
}

.interview-detail:nth-child(2n) .interview-detail__img {
}

.interview-detail__img img {
  width: 100%;
  height: auto;
}

.interview-detail__txt {
  width: calc(100% - 430px);
}

.interview-detail:nth-child(2n) .interview-detail__txt {
  order: -1;
}

.interview-detail__txt p {
  font-size: 18px;
  line-height: 2;
}

.interview-mv {
}

.interview-mv .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.interview-mv img {
  width: 100%;
}

.interview-mv .breadcrumbs {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 12px;
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 0 0;
}

.interview-mv .breadcrumbs ul {
}

.interview-mv .breadcrumbs ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.interview-mv .breadcrumbs span {
}

.interview-mv .breadcrumbs a {
  /* color: #FFF; */
}

.interview-mv .breadcrumbs span {
  /* color: #FFF; */
}
