@charset "utf-8";
/* CSS Document */
/*****************************************************************************
index
*****************************************************************************/
/*typeList
----------------------------------------------------*/
.typeList {
  display: flex;
  justify-content:center;
}
.typeList .box {
  width: calc((100% - 6%)/3);
  margin-left: 3%;
}
.typeList .box:nth-child(3n + 1) {
  margin-left: 0;
}
.typeList .box .img {
  padding: 65% 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.typeList .box .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .typeList {
    flex-wrap: wrap;
    margin-top: -30px;
  }
  .typeList .box, .typeList .box:nth-child(3n + 1) {
    width: calc((100% - 30px)/2);
    margin-left: 30px;
    margin-top: 30px;
  }
  .typeList .box:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .typeList .box, .typeList .box:nth-child(3n + 1) {
    width: auto;
    margin-left: 0;
  }
}

/*typeList02 --20200623実施
----------------------------------------------------*/
.typeList02{
  display: flex;
  justify-content:center;
}
.typeList02 .box {
  width: calc((100% - 30px)/2);
  margin-left: 30px;
}
.typeList02 .box:nth-child(2n + 1) {
  margin-left: 0;
}
.typeList02 .box .img {
  padding: 65% 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.typeList02 .box .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .typeList02 {
    flex-wrap: wrap;
    margin-top: -30px;
  }
  .typeList02 .box, .typeList .box:nth-child(2n + 1) {
    width: calc((100% - 30px)/2);
    margin-left: 30px;
    margin-top: 30px;
  }
  .typeList02 .box:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .typeList02 .box, .typeList .box:nth-child(2n + 1) {
    width: auto;
    margin-left: 0;
  }
}
/*interviewList
----------------------------------------------------*/
.interviewListWrapperHd {
  margin-bottom: 38px;
}
.interviewListWrapperHd p {
  margin-top: -38px;
  padding-left: 27px;
  font-size: 0.875rem;
  color: #777777;
}
.interviewListWrapper .hd {
  margin: 40px 0 20px;
}
.interviewListWrapper .back {
  border-top: 1px dotted #e3e3e3;
  margin: 30px 0 0;
  padding: 40px 0 0;
  text-align: center;
}
.interviewListWrapper .back a {
  padding: 0 1em 0 1.5em;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
.interviewListWrapper .back a:hover {
  text-decoration: underline;
}
.interviewListWrapper .back a::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #B7B7D0;
  position: absolute;
  top: 50%;
  left: 0.625em;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.interviewList {
  display: flex;
  line-height: 1;
  flex-wrap: wrap;
}
.interviewList .box {
  width: calc((100% - 6%)/3);
  margin-left: 3%;
}
.interviewList .box:nth-child(3n + 1) {
  margin-left: 0;
}
.interviewList .box a {
  display: block;
  text-decoration: none;
}
.interviewList .box .img {
  padding: 65% 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.interviewList .box .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}
/*.interviewList .box .img img.on {
	opacity: 0;
	transition: all 0.4s;
}
.interviewList .box:hover .img img.on {
	opacity: 1;
}*/
.interviewList .text {
  padding: 45px;
  padding: 7%;
  background: rgba(255, 255, 255, 0.7);
  margin: -10% 15px 0;
  position: relative;
  z-index: 2;
}
.interviewList .text .shoulder {
  font-size: 0.775rem;
  color: #191A7F;
  font-weight: 700;
}
.interviewList .text .shoulder span {
  white-space: nowrap;
}
.interviewList .text .title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  height: 65px;
}
.interviewList .dep {
  margin-top: 10px;
  color: #777777;
}
.interviewList .text .btn {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .interviewList .text .title {
    height: 100px;
  }
}
@media screen and (max-width: 800px) {
  .interviewListWrapperHd {
    margin-bottom: 30px;
  }
  .interviewListWrapperHd p {
    margin-top: -30px;
  }
  .interviewList {
    flex-wrap: nowrap;
  }
  .interviewList .box {
    max-width: 400px;
    margin: 20px 10px 0 0;
    width: 90vw;
  }
  .interviewList .text .btn {
    text-align: center;
  }
  .interviewList .box:nth-child(3n + 1) {
    margin: 20px 10px 0 0;
  }
  .interviewList_overflow {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
    margin-left: -7vw;
    padding: 0 7vw 0 7vw;
  }
  .interviewList_inner {
    display: inline-block;
  }
  .interviewList_first .box:nth-child(-n+3) {
    margin-bottom: 0;
  }
  .interviewListWrapper .hd {
    margin: 40px 0 0;
  }
  .interviewList .box:last-child{
      margin-right:0;
  }
  .interviewList .text .title {
    height: 65px;
  }
}
@media screen and (max-width: 600px) {
 .interviewList_overflow {
    margin-left: -15px;
    padding: 0 15px 0 15px;
  }
}
/*mynavi
----------------------------------------------------*/
.mynavi {
  background: url(../images/fixedBgRecruit.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.mynavi::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.mynavi .hd, .mynavi .bnr {
  position: relative;
  z-index: 2;
}
.mynavi .hd {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.mynavi .bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 20px 40px;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.mynavi .bnr a::after {
  content: "";
  border: 5px solid #E8E8F2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.mynavi .bnr img {
  width: 100%;
  max-width: 260px;
}
.mynavi .bnr .fa {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #E8E8F2;
}
.mynavi .bnr a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .mynavi {
    padding: 10% 0;
  }
}
.mynavi2 {
  background: url(../images/fixedBgRecruit.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.mynavi2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.mynavi2 .hd, .mynavi2 .bnr {
  position: relative;
  z-index: 2;
}
.mynavi2 .hd {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}
.mynavi2 ul.bnr {
  display: flex;
  justify-content: center;
  margin: 0 auto;

  padding: 20px;
}
.mynavi2 .bnr li:not(:nth-child(1)) {
  margin-left: 40px;
}
.mynavi2 .bnr a {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.mynavi2 .bnr a::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(0, 170, 234, 1);
  opacity: 0;
}
.mynavi2 .bnr a::after:hover {
  opacity: 0.7;
}
.mynavi2 .bnr a img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .mynavi2 .bnr a img{
    max-width: 380px;
  }
}
@media screen and (max-width: 800px) {
  .mynavi2 ul.bnr {
    display: block;
  }
  .mynavi2 .bnr li:not(:nth-child(1)) {
    margin-left: 0;
    margin-top: 15px;
  }
  .mynavi2 .bnr a img {
    max-width: 80%;
  }
}
/*****************************************************************************
interview
*****************************************************************************/
/*info
----------------------------------------------------*/
.recTopBox {
  position: relative;
  z-index: 3;
}
.info {
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  line-height: 1.8;
}
.info > .inner {
  width: 50%;
  background: rgba(255, 255, 255, 0.75);
  padding: 50px 50px 0;
}
.info .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.info .name .yomi {
  font-size: 1.2rem;
  color: #999999;
}
.info dl:nth-of-type(1) {
  margin-top: 40px;
}
.info dl:nth-of-type(2) {
  margin-top: 10px;
}
.info dt {
  color: #1A1B7F;
  font-weight: 700;
  position: relative;
}
.info dt span {
  position: relative;
  z-index: 1;
}
.info dt span::after {
  content: "";
  border-top: 14px solid #E8E8F2;
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 850px) {
  .info {}
  .info > .inner {
    width: auto;
    padding: 10% 5%;
  }
}
/*contentBox2
----------------------------------------------------*/
.interviewSection {
  display: flex;
  align-items: center;
  align-items: stretch;
  padding: 50px 0;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.interviewSection::after {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  z-index: 0;
  left: 0;
  background: #e8e8f2;
}
.interviewSection:nth-child(1)::after {
  bottom: 0;
  transform: translateY(200px) skewY(170deg);
}
.interviewSection:nth-child(2)::after {
  top: 0;
  transform: translateY(-200px) skewY(-170deg);
}
.interviewSection:nth-child(2) {
  flex-direction: row-reverse;
}
.interviewSection > div {
  width: 50%;
  position: relative;
  z-index: 1;
}
.interviewSection > .img {
  background: 50% 50% none;
  background-size: cover;
}
.interview01 .interviewSection:nth-child(1) > .img {
  background-image: url(../images/interview01/img01.jpg);
}
.interview01 .interviewSection:nth-child(2) > .img {
  background-image: url(../images/interview01/img02.jpg);
}
.interview02 .interviewSection:nth-child(1) > .img {
  background-image: url(../images/interview02/img01.jpg);
}
.interview02 .interviewSection:nth-child(2) > .img {
  background-image: url(../images/interview02/img02.jpg);
}
.interview03 .interviewSection:nth-child(1) > .img {
  background-image: url(../images/interview03/img01.jpg);
}
.interview03 .interviewSection:nth-child(2) > .img {
  background-image: url(../images/interview03/img02.jpg);
}
.interviewSection > .text {
  display: flex;
  align-items: center;
  padding: 0 5%;
}
.interviewSection:nth-child(2) > .text {
  justify-content: flex-end;
}
.interviewSection > .text > .inner {
  max-width: 550px;
}
@media screen and (max-width: 900px) {
  .contentBoxWrapper {
    padding: 0;
  }
  .interviewSection {
    display: block;
    padding: 0;
    height: auto;
  }
  .interviewSection:nth-child(1)::after {
    top: 0;
    transform: translateY(-200px) skewY(170deg);
  }
  .interviewSection > div {
    width: auto;
    margin: 0 auto;
  }
  .interviewSection > .img {
    padding: 67% 0 0;
  }
  .interviewSection > .text {
    padding: 10%;
  }
  .interviewSection > .text > .inner {
    max-width: 100%;
    width: auto;
  }
}
.interviewSection .hd, .interviewSection2 .hd {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #10104B;
}
.interviewSection2 {
  /*background: url(../images/interview01/mainBg.jpg) no-repeat 50% 50%;
	background-size: cover;*/
  padding: 100px 0;
  line-height: 2;
}
.interviewSection2 .text {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px;
  background: rgba(255, 255, 255, 0.9);
}
.interviewSection2 .hd {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .interviewSection2 {
    padding: 10% 0;
  }
  .interviewSection2 .text {
    width: 90%;
    padding: 10%;
  }
}
/*interviewPageTitle
----------------------------------------------------*/
#pageTitle.pageTitleInterview {
  height: 550px;
}
#interviewPageTitleBg {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 2000px;
  z-index: 0;
}
#interviewPageTitleBg .bg {
  background: 50% 0 no-repeat;
  background-size: cover;
  height: 130vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.interview01 #interviewPageTitleBg .bg {
  background-image: url(../images/interview01/mainBg.jpg);
}
.interview02 #interviewPageTitleBg .bg {
  background-image: url(../images/interview02/mainBg.jpg);
}
.interview03 #interviewPageTitleBg .bg {
  background-image: url(../images/interview03/mainBg.jpg);
}
#interviewPageTitleBg .staff {
  position: absolute;
  left: 52%;
  top: 40px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-5%);
  transition: all 1s ease 0.5s;
}
#interviewPageTitleBg .staff span {
  display: block;
  height: 100vh;
}
#interviewPageTitleBg .staff img {
  height: 100%;
  min-height: 800px;
}
#interviewPageTitleBg.on .staff {
  opacity: 1;
  transform: translateX(0);
}
#interviewPageTitleBg .staff img.out {
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  .interviewSection2 {
    padding: 10% 0;
  }
  .interviewSection2 .text {
    width: 90%;
    padding: 10%;
  }
  #interviewPageTitleBg .staff span {
    transform: translateX(-35%);
  }
}
#interviewPageTitleBg .bg.ba_position {
  height: 100vh;
}
#interviewPageTitleBg .staff.ba_size span {
  height: 120vh;
}
@media screen and (max-width: 1115px) {
    .interviewList .text .shoulder span{
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .interviewList .text .shoulder span{
        display: inline;
    }
}
/*----------recruit----------*/
.mb10{
    margin-bottom: 10px;
}
.note-txt{
    margin-bottom: 40px;
    padding-left: 27px;
}
.txt__wrapper{
    margin-bottom: 20px;
}