@charset "UTF-8";
/* =======================================================
    @ interview
========================================================== */
.interview-block {
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
}

.no-interview-text {
    margin: 25vh auto;
    padding: 0;
    text-align: center;
}

.iv-text-center {
   width: 100%;
   height: 25vw;
   background: url(../img/interview_bg.png) top center no-repeat;
   background-size: cover;
}
/*
.interview_lead {
  padding-top: .75em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFF;
  text-shadow: 1px 1px 1px black; }
.text-primary1 {
  color: #f7931e !important;
  text-shadow: 1px 2px 6px white, 
 1px 2px 6px white, 
 1px 2px 6px white, 
 1px 2px 6px white; }
*/
.text-primary2 {
  color: #f7931e;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  letter-spacing: 4px;
  margin: 3rem 0 2.5rem; }
  .text-primary2:before {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #f7931e;
    left: 0; }
  .text-primary2:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #f7931e;
    right: 0; }

.iv-box {
  margin: 0 auto 30px;
  border: 2px solid #f7931e;
  background: #fff;
  overflow: hidden;
}

.iv-box > a {
    text-decoration: none;
    color: inherit;
}

.iv-shokushu-box {
  font-size: 20px; }

.iv-seimei-box {
  font-size: 36px;
}

.iv-nyushabi-box {
  font-size: 20px; }

.iv-sotsugyo-box {
  font-size: 20px; }

@media screen and (min-width: 768px) {
 /* .interview_lead {
  	font-size: 4rem;
  }*/
  .iv-box {
    width: 100%;
    max-width: 900px; }
    .iv-box:hover {
      border: 2px solid #f7931e;
      text-decoration: none; }
      .iv-box:hover .iv-cont-box {
        color: #f7931e; }
      .iv-box:hover .iv-name-box {
        border-bottom: 75px solid #f7931e;
        color: #f7931e; }
      .iv-box:hover .iv-tbl td {
        text-decoration: none; }
  .iv-info {
    position: relative;
    margin: 0;
    padding: 0 0 20px;
    width: 100%; }
    .iv-info .iv-tbl {
      margin: 15px 0 15px;
      width: calc( 100% - 0px); }
      .iv-info .iv-tbl th {
        width: 90px; }
      .iv-info .iv-tbl td {
        height: 1em;
        overflow: hidden;
        border-top: unset;
        padding: 0.25rem 0.75rem;
        color: #000; }
    .iv-info .iv-tbr {
      float: left;
      margin: 15px 0 15px 265px;
	  min-height:215px; }
      .iv-info .iv-tbr th {
        width: 90px; }
      .iv-info .iv-tbr td {
        height: 1em;
        overflow: hidden;
        border-top: unset;
        padding: 0.25rem 0.75rem;
        color: #000; }
		.iv-shokushu-box,
		.iv-nyushabi-box{
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			height: 35px !important;
		}
		
		.iv-seimei-box{
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			height: 62px !important;
		}
		
		.iv-sotsugyo-box{
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			height: 60px !important;
		}
    .iv-info .iv-img-box {
      position: absolute;
      top: -15px;
      left: 0;
      width: 250px;
	  height: 250px; }
      .iv-info .iv-img-box .iv-no-img {
        margin: 0 auto;
        width: 250px;
        height: 200px;
        background: #ccc; }
      .iv-info .iv-img-box img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        max-width: 250px;
        max-height: 250px; }
    .iv-info .iv-name-box {
      width: 303px;
      border-bottom: 75px solid #f7931e;
      border-left: 75px solid transparent;
      border-right: 75px solid transparent;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      height: 0;
      position: absolute;
      top: 28px;
      right: -71px;
      font-size: 17px;
      color: #FFF;
      font-weight: bold;
  	  display: -webkit-box;
  	  -webkit-box-orient: vertical;
  	  -webkit-line-clamp: 1;
	   }
      .iv-info .iv-name-box .iv-name-sei {
        position: absolute;
		top: 20px;
		right: 11px;
		left: -10px;
        color: #FFF;
		text-align: center;
		width:170px;
		overflow: hidden;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 1; }
      .iv-info .iv-name-box .iv-name-mei {
        position: absolute;
		top: 45px;
		left: -35px;
		width: 228px;
        color: #FFF;
		text-align: center;
		overflow: hidden;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 1; }
    .iv-info .iv-cont-box {
        margin: 0 15px;
        color: #f7931e;
        text-align: right; } }

@media screen and (max-width: 767px) {
 /* .interview_lead {
  	font-size: 10vw;
  }*/
  .row{
  	display:block;
	overflow:hidden;
  }
  .iv-box {
    min-width: 275px;
    padding: 10px;
    position: relative; }
    .iv-box:hover {
      border: 2px solid #f7931e;
      text-decoration: none; }
      .iv-box:hover .iv-cont-box {
        color: #f7931e; }
      .iv-box:hover .iv-name-box {
        border-bottom: 75px solid #6a3906;
        color: #f7931e; }
      .iv-box:hover .iv-tbl td {
        text-decoration: none; }
  .iv-info {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center; }
    .iv-info .iv-tbl {
      width: 100%; }
      .iv-info .iv-tbl th {
        width: 90px; }
      .iv-info .iv-tbl td {
        border-top: unset; }
        .iv-info .iv-tbl td:hover {
          text-decoration: none; }
    .iv-info .iv-img-box {
      margin: 0 auto;
      width: 100%;
      height: auto; }
      .iv-info .iv-img-box .iv-no-img {
        margin: 15px auto;
        width: 250px;
        height: 200px;
        background: #ccc; }
	  .iv-info .iv-img-box img {
		  width:50vw;
		  height:50vw;
	  }
    .iv-info .iv-name-box {
      width: 230px;
      border-bottom: 75px solid #f7931e;
      border-left: 75px solid transparent;
      border-right: 75px solid transparent;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      height: 0;
      position: absolute;
      top: 17px;
      right: -60px;
      font-size: 15px;
      color: #FFF;
      font-weight: bold; }
      .iv-info .iv-name-box .iv-name-sei {
        position: absolute;
        top: 23px;
        right: -20px;
		width: 120px;
		text-align:center;
		overflow: hidden;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 1; }
      .iv-info .iv-name-box .iv-name-mei {
        position: absolute;
		top: 46px;
		left: -59px;
		width: 194px;
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 1; }
    .iv-info .iv-cont-box {
      color: #f7931e; } }

/* =======================================================
    @ interview詳細ページ
========================================================== */

.interview-title{
    position: relative;
    display: block;
    margin: 1em auto;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    color: #f7931e;
}
.ivindex-title1 {
	color: #f7931e !important;
	text-shadow: 1px 2px 6px white, 1px 2px 6px white, 1px 2px 6px white, 1px 2px 6px white; 
	text-align: center;
}

.ivindex_lead {
    margin: 21px auto;
    padding: 0 15px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #f7931e;
}

.ivindex-text-center2 {
	background: rgba(135, 162, 233, 0.5);
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.ivindex_lead1{
	padding: 2.4% 0;
    font-size: 4vw;
    letter-spacing: 1px;
    color: #FFF;
	margin-bottom: 0;
}
.ivindex-box {
  margin: 15px auto;
  padding: 10px;
  width: 100%;
  max-width: 960px;
}

.ivindex-box2 {
  margin: 10px auto;
  padding: 10px;
  width: 100%;
  max-width: 960px; }

.circular {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  box-shadow: 0px 0px 0px 5px #ffffff inset;
  border: 1px solid #f7931e;
  background: #f7931e;
  float: left; }

.circular2 {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #f7931e;
  float: left;
  color: #FFF;
  padding: 6px 0 0 6px;
  font-size: 1.25rem;
  font-weight: bold; }

.inindex-child-title {
  padding: .5rem 0;
  font-size: 20px;
  margin: 0 0 0 3rem; }
  
.ivno_data{
    margin: 2rem;
}
.more_btn{
	max-width: 300px;
    margin: 0 auto; }
	.more_btn a{
        display: block;
        background: #f7931e;
        margin: 25px 0 50px;
        padding: 0.5em 2em;
        color: #fff;
        border-radius: 0.5em;
        text-align: center;}
	  .more_btn:hover{
		  opacity:.7;}
	  .more_btn a:hover{
		  text-decoration:none;}	

@media screen and (min-width: 768px) {
  .ivindex-ttl {
    border-bottom: 1px solid #f7931e;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    padding: 9px 0 6px 9px;
    margin-left: 44px; }
  .ivindex-ttl2 {
    background: #f7931e;
    color: #FFF;
    padding: 8px; }
  .ivindex-info {
    position: relative;
    margin: 25px 0 0;
    padding: 0;
    width: 100%;
    min-height: 120px; }
    .ivindex-info .ivindex-tbl {
      margin: 15px 0 0;
      width: calc( 100% - 280px);
      float: right; }
      .ivindex-info .ivindex-tbl th {
        width: 90px; }
      .ivindex-info .ivindex-tbl td {
        height: 1em;
        overflow: hidden;
        border-top: none;
        padding: 0 .75rem; }
	.ivindex-tbl-nophoto{
		width: 100% !important;
		padding-left: 2rem;
	}
    .ivindex-info .ivindex-img-box {
        float: left;
        margin: 0;
        padding: 0;
      width: 280px; }
	  .ivindex-info .ivindex-img-box .ivindex-img {
		  width:250px;
		  height:250px;
	  }
	  .ivindex-info .ivindex-img-box .ivindex-img2 {
		  width:200px;
		  height:275px;
		  margin: 0 auto;
	  }
      .ivindex-info .ivindex-img-box .ivindex-no-img {
        margin: 0 auto 20px;
        width: 250px;
        height: 250px;
        background: #ccc;
        border: 1px solid #aaa; }
      .ivindex-info .ivindex-img-box img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        max-width: 250px;
        max-height: 250px; }
    .ivindex-info .ivindex-img-box1 {
      float: left;
      margin-right: 20px; }
      .ivindex-info .ivindex-img-box1 .ivindex-no-img {
        margin: 0 auto;
        width: 250px;
        height: 250px;
        background: #ccc; }
      .ivindex-info .ivindex-img-box1 img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        max-width: 250px;
        max-height: 250px; }
  .ivindex-info1 {
    min-height: 275px;
    margin: 0 2.25rem;
    padding: 0 2.25rem 0 0; }
  .ivindex-info1-nophoto {
  	min-height:auto;
  }
  .ivindex-info2 {
    float: left;
    width: 280px;
    padding: 0 15px;
    margin: 0 15px 0 45px; }
	.ivindex-info2 .ivindex-img-box2 .ivindex-img3 {
		margin: 0 0 20px;
		width: 250px;
		height: 163px;
	}
	.ivindex-info2 .ivindex-img-box2 .ivindex-no-img {
      margin: 0 auto 20px;
      width: 250px;
      height: 165px;
      background: #ccc; }
    .ivindex-info2 .ivindex-img-box2 img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      max-width: 250px;
      max-height: 250px; }
  .ivindex-tb td {
    padding: 0.1rem 2rem;
    font-size: 15px;
	height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }
  .ivindex-bottom {
    margin-top: 2rem; }
    .ivindex-bottom .employment-btn {
      width: 600px;
      margin: 0 auto; }
      .ivindex-bottom .employment-btn .employee-btn > a {
        width: 270px;
        padding: 10px 20px;
        float: left;
        margin: 20px 15px;
        background-image: linear-gradient(transparent 50%, #f7931e 50%);
        background-size: auto 200%;
        transition: 1s;
        background-color: #FFF;
        border:1px solid #f7931e; }
        .ivindex-bottom .employment-btn .employee-btn > a:hover {
          color: #fff;
          background-position: 0 100%;
          text-decoration: none; } }

@media screen and (max-width: 767px) {
  .h1_title{
  	font-size:1.5rem;
  }
  .ivindex-ttl {
    border-bottom: 1px solid #f7931e;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    padding: 9px 0 6px 9px;
    margin-left: 3rem; }
  .ivindex-info {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center; }
    .ivindex-info .ivindex-tbl {
      width: 100%; }
      .ivindex-info .ivindex-tbl th {
        width: 90px; }
      .ivindex-info .ivindex-tbl td {
        border-top: unset;
        text-align: left; }
    .ivindex-info .ivindex-img-box {
      margin: 0 auto 10px;
      width: 100%;
      height: auto; }
	  .ivindex-img-box .ivindex-img img {
		width: 45VW;
    	height: 45vw;
	  }
	  .ivindex-img-box .ivindex-img2 img {
		width: 45VW;
    	height: 55vw;
	  }
	  .ivindex-info .ivindex-img-box .ivindex-no-img {
        margin: 15px auto;
        width: 250px;
        height: 250px;
        background: #ccc; }
      .ivindex-info .ivindex-img-box .ivindex-no-img2 {
        margin: 15px auto;
        width: 395px;
        height: 258px;
        background: #ccc; }
      .ivindex-info .ivindex-img-box .ivindex-tb {
        margin: 0 auto; }
      .ivindex-info .ivindex-img-box1 .ivindex-no-img {
        margin: 0 auto;
        width: 250px;
        height: 250px;
        background: #ccc; }
      .ivindex-info .ivindex-img-box1 img {
        width: 40vw;
		height: 40vw;
		margin-bottom: 15px;}
    .ivindex-info .ivindex-comment {
      text-align: left; }
  .ivindex-info2 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center; }
    .ivindex-info2 .ivindex-img-box2 {
      margin: 0 auto;
      width: 100%;
      height: auto; }
      .ivindex-info2 .ivindex-img-box2 .ivindex-no-img {
        margin: 15px auto;
        width: 250px;
        height: 250px;
        background: #ccc; }
    .ivindex-info2 .ivindex-comment {
      text-align: left; }
  .ivindex-ttl2 {
    background: #f7931e;
    color: #FFF;
    padding: 8px; }
  .ivindex-bottom {
    margin-top: 2rem; }
    .ivindex-bottom .employment-btn {
      width: 300px;
      margin: 0 auto; }
      .ivindex-bottom .employment-btn .employee-btn > a {
        width: 270px;
        padding: 10px 20px;
        float: left;
        margin: 20px 15px;
        background-image: linear-gradient(transparent 50%, #f7931e 50%);
        background-size: auto 200%;
        transition: 1s;
        background-color: #FFF;
        border: 1px solid #f7931e; }
        .ivindex-bottom .employment-btn .employee-btn > a:hover {
          color: #fff;
          background-position: 0 100%;
          text-decoration: none; }
	
           }



/* ---------------------------------------------------------
    @ 時間軸
----------------------------------------------------------- */

.timeline-block {
    margin: 0 0 30px;
    padding: 0 0 25px;
    background: #f2f2f2;
}

.timeline-block__title {
    margin: 0;
    padding: 0.75em 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.cd-container {
    margin: 0 auto 35px;
    padding: 0;
    background: transparent;
    border: 0 solid transparent;
    border-top: 6px solid #f7931e;
    border-bottom: 6px solid #f7931e;
    width: 90%;
    max-width: 960px;
}
  .cd-container::after {
    content: '';
    display: table;
    clear: both;
  }


.cd-container {
	margin: 0 auto 35px;
	padding: 0;
	background: transparent;
	border: 0 solid transparent;
	border-top: 6px solid #f7931e ;
	border-bottom: 6px solid #f7931e ;
}

.cd-timeline-block {
    position: relative;
    margin: 0;
    padding: 15px;
    border-top: 1px solid #f7931e;
}

.cd-timeline-content {
	padding: 1em 0 0 1em;
	background: transparent;
	box-shadow: none;
	border-left: 1px dotted #f7931e;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.cd-timeline-content::before,
.cd-timeline-content::after {
	content: none;
}
.cd-timeline-block:last-child {
	border-bottom: 1px solid #f7931e;
}

.cd-timeline-img {
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background: #f7931e;
    line-height: 1;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: bold;
    position: absolute;
    text-align: center;
    display: table;
}

.cd-timeline-img {
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cd-picture>span {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    font-weight: normal;
}

.cd-timeline-content {
    position: relative;
    margin-left: 6rem;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
    text-align: left;
    min-height: 75px;
    word-wrap: break-word;
}

.cd-timeline-content {
    padding: 1em 0 0 1em;
    background: transparent;
    box-shadow: none;
    border-left: 1px dotted #f7931e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}