@charset "UTF-8";
/*
Theme Name:		恭和工業 採用サイト
Theme URI:		https://www.rectuir-kyowa.com/
Author:			Ｏ－ＧＯＥ
*/

/* --------------------------------------------------------------------------------
	top img
-------------------------------------------------------------------------------- */
main {
  width: 100%;
  display: flex;
  height: 400px;
}
.topimg__left{
  width: 50%;
  height: 400px;
}
.topimg__left img{
  height: 400px;
  object-fit: cover;
}
.topimg__right{
  width: 50%;
  background-color: rgba(0,159,192,1);
}
.topimg__ttlwrap{
  max-width: 500px;
  height: 400px;
  margin-right: auto;
  position: relative;
}
.topimg__ttlbox{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.topimg__ttl{
  width: 100%;
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2%;
}
.topimg__txt{
  font-size: 1.8rem;
  line-height: 3rem;
}
/* --------------------------------------------------------------------------------
	common
-------------------------------------------------------------------------------- */
section{
  width: 100%;
}
.section__bottom{
  padding-bottom: 90px;
}
.cnt__wrap{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 2%;
}
/* --------------------------------------------------------------------------------
	contents
-------------------------------------------------------------------------------- */
.interview__ttl{
  width: 100%;
  font-size: 5rem;
  color: #999;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  line-height: 100%;
}
.interview__catch{
  width: 100%;
  font-size: 3.5rem;
  color: rgba(250,95,112,1);
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  line-height: 100%;
  margin-top: 3%;
}
.interview__cntbox{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%;
}
.interview__imgbox{
  width: 45%;
}
.interview__txtbox{
  width: 50%;
}
.interview__img{
  width: 100%;
  height: 0;
  background-position: none;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 120%;
  position: relative;
}
.interview__division{
  text-align: center;
  padding: 1% 4%;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}
.interview__history{
  width: 100%;
  color: #666;
  font-size: 1.6rem;
  margin-top: 1%;
}
.interview__txtcnt{
  width: 100%;
}
.interview__subttl{
  width: 100%;
  font-size: 1.8rem;
}
.interview__cnttxt{
  width: 100%;
  color: #666;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-top: 1%;
}
.interview__margin{
  margin-top: 5%;
}
.interview__img_plan01{
  background: url(../images/interview/interview_img01.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview__division_blue{
  background-color: rgba(0,159,192,1);
}
.interview__subttl_blue{
  color: rgba(0,159,192,1);
}
.interview__img_material01{
  background: url(../images/interview/interview_img02.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview__division_pink{
  background-color: rgba(250,95,112,1);
}
.interview__subttl_pink{
  color: rgba(250,95,112,1);
}
.interview__img_manufactur01{
  background: url(../images/interview/interview_img03.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview__division_gray{
  background-color: #333;
}
.interview__subttl_gray{
  color: #333;
}
@media screen and (max-width: 1024px) {

}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* --------------------------------------------------------------------------------
    top img
  -------------------------------------------------------------------------------- */
  main {
    flex-wrap: wrap;
    height: auto;
  }
  .topimg__left{
    width: 100%;
    height: auto;
  }
  .topimg__left img{
    width: 100%;
    height: 300px;
  }
  .topimg__right{
    width: 100%;
  }
  .topimg__ttlwrap{
    height: auto;
    padding: 8% 0;
  }
  .topimg__ttlbox{
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    text-align: center;
  }
  .topimg__ttl{
    font-size: 2.5rem;
    margin-bottom: 3%;
    line-height: 100%;
  }
  .topimg__txt{
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  /* --------------------------------------------------------------------------------
  	common
  -------------------------------------------------------------------------------- */
  .cnt__wrap{
    padding: 10% 5%;
  }
  /* --------------------------------------------------------------------------------
    contents
  -------------------------------------------------------------------------------- */
  .interview__ttl{
    font-size: 3rem;
  }
  .interview__catch{
    font-size: 1.8rem;
    margin-top: 7%;
    white-space: nowrap;
  }
  .interview__cntbox{
    margin-top: 7%;
  }
  .interview__imgbox{
    width: 100%;
  }
  .interview__txtbox{
    width: 100%;
  }
  .interview__img{
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 73.3333%;
  }
  .interview__img_plan01{
    background: url(../images/interview/interview_img01-sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview__img_material01{
    background: url(../images/interview/interview_img02-sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview__img_manufactur01{
    background: url(../images/interview/interview_img03-sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview__division{
    width: 30%;
    padding: 2% 0;
    font-size: 1.6rem;
    line-height: 100%;
  }
  .interview__history{
    font-size: 1.4rem;
    margin-top: 2%;
    margin-bottom: 5%;
  }
  .interview__subttl{
    font-size: 1.6rem;
  }
  .interview__cnttxt{
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 1%;
  }
}
