@charset "UTF-8";

/*=============================================================
 interview
=============================================================*/
#mainimg {
	background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/mainimg_single02_sp.png);
}

@media (min-width: 769px) {
  #mainimg {
    background-color: #f0f0f2;
		background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/mainimg_single02_pc.png);
  }
}
#mainimg .headTxt{
	top: 10px;
	left: 15px;
	width: 220px;
	padding: 2px 18px 2px;
	margin-bottom: 27px;
}
@media (min-width: 769px) {
	#mainimg .headTxt{
		top: 20px;
		left: 20px;
		margin-bottom: 0;
		font-size: 1.8rem;
		width: 300px;
		text-align: center;
    z-index: 99;
	}
}



/*#mainimg.is_graduate-transfer {
  background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/mainimg03_sp.png);
}

#mainimg.is_graduate-employment {
  background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/mainimg02_sp.png);
}

@media (min-width: 769px) {
  #mainimg.is_graduate-transfer {
    background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/mainimg03_pc.png);
  }

  #mainimg.is_graduate-employment {
    background-image: url(/kiflmovie/cms/wp-content/themes/kgg/img/interview/mainimg02_pc.png);
  }
}*/

#interview {
  background: #eaeaed;
}

@media (min-width: 769px) {
  #interview #breadcrumb {
    background: #f0f0f2;
  }
}

@media (min-width: 769px) {
  #interview #main {
    background: #eaeaed url(../img/interview/bg01.png) center top no-repeat;
  }
}

#interview .menuBox .tit {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuGothic, 'Yu Gothic', "メイリオ", sans-serif;
  position: relative;
  padding: 12px;
  background: #7f7f7f;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

/*#interview .menuBox .tit:before, #interview .menuBox .tit:after {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
  right: 13px;
  top: 24px;
  width: 18px;
  height: 2px;
}*/

@media (min-width: 769px) {
  #interview .menuBox .tit:before, #interview .menuBox .tit:after {
    right: 30px;
    top: 40px;
    width: 26px;
    height: 2px;
  }
}

#interview .menuBox .tit:after {
  width: 2px;
  height: 2px;
  right: 21px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (min-width: 769px) {
  #interview .menuBox .tit:after {
    right: 42px;
  }
}

#interview .menuBox .tit.on:after {
  width: 2px;
  height: 18px;
  top: 16px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (min-width: 769px) {
  #interview .menuBox .tit.on:after {
    height: 26px;
    top: 28px;
  }
}

@media (min-width: 769px) {
  #interview .menuBox .tit {
    padding: 13px;
    font-size: 3rem;
  }

  #interview .menuBox .tit:hover {
    cursor: pointer;
  }
}

#interview .menuBox .box {
  background: #fff;
  padding: 13px 15px;
}

@media (min-width: 769px) {
  #interview .menuBox .box {
    padding: 50px 170px 27px;
  }
  #interview .menuBox .box.wide{
    padding: 50px 95px 27px;
  }
  #interview .menuBox .box.wide .list .item{
    width: 500px;
  }
}

@media (min-width: 769px) {
  #interview .menuBox .box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#interview .menuBox .box .list .item {
  margin-bottom: 7px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0 09em;
}

@media (min-width: 769px) {
  #interview .menuBox .box .list .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 348px;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }

  #interview .menuBox .box .list .item+.item {
    width: 500px;
  }

  #interview .menuBox .box .list .is_abroad {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 600px;
    margin-bottom: 20px;
    font-size: 2.2rem;
    margin: 0 -100px 20px;
  }

  #interview .menuBox .box .list .is_abroad+.is_abroad {
    width: 480px;
    margin-left: 80px;
  }
}

#interview .menuBox .box .list .item>.link {
  display: block;
  position: relative;
  padding-left: 30px;
}

#interview .menuBox .box .list .item>.link+.link {
  margin-top: 10px;
}

@media (min-width: 769px) {
  #interview .menuBox .box .list .item>.link {
    padding-left: 37px;
  }
}

#interview .menuBox .box .list .item>.link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: 3;
  width: 12px;
  height: 1px;
  background: #1f328c;
}

@media (min-width: 769px) {
  #interview .menuBox .box .list .item>.link:after {
    bottom: 18px;
  }
}

#interview .menuBox .box .list .item>.link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 3px;
  height: 5px;
  width: 10px;
  border-bottom: 1px solid #1f328c;
  border-right: 1px solid #1f328c;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}

@media (min-width: 769px) {
  #interview .menuBox .box .list .item>.link:before {
    bottom: 18px;
    left: 8px;
    height: 8px;
  }
}

#interview .menuBox .box .list .sublist {
  padding-left: 33px;
  margin-top: -5px;
}

@media (min-width: 769px) {
  #interview .menuBox .box .list .sublist {
    padding-left: 40px;
  }
}

#interview .menuBox .box .list .sublist .subitem {
  display: inline-block;
  font-size: 1.3rem;
}

#interview .menuBox .box .list .sublist .subitem:after {
  content: "/";
  margin: 0 9px 0 12px;
}

#interview .menuBox .box .list .sublist .subitem:last-child:after {
  content: none;
}

@media (min-width: 769px) {
  #interview .menuBox .box .list .sublist .subitem {
    font-size: 1.5rem;
  }
}

#interview .menuBox .box .link {
  color: #231f20;
  text-decoration: none;
}

@media (min-width: 769px) {
  #interview .menuBox .box .link {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  #interview .menuBox .box .link:hover {
    color: #1f328c;
  }
}

#interview .menuBox .box .link.nolink {
  color: #ccc;
  text-decoration: none;
  pointer-events: none;
}


#interview #archive {
  position: relative;
  padding: 30px 0 25px;
  max-width: 1920px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #interview #archive {
    padding: 250px 0 100px;
  }
}

#interview #archive .column {
  padding: 0 0 44px;
}

#interview #archive .column .item a:before {
  background-image: url("/kiflmovie/cms/wp-content/themes/kgg/img/common/bg01.png");
}

#interview #archive .btn {
  margin: 0 auto;
}

@media (min-width: 769px) {
  #interview #archive .btn {
    margin: 50px auto 0;
    width: 500px;
  }
}

#interview #archive .btn a:before {
  background-color: transparent;
}
