/* Hubspot reset */

.container-fluid {
	padding-right: 0;
  padding-left: 0;
}

.container {
	margin: 0 auto!important;
  float: none!important;
}

/* font 
======================================= */
@font-face {
	font-family: "NotoSansJP";
	font-weight: 300;
	src:
		local('Noto Sans CJK JP Regular'),
		local('NotoSansCJKjp-Regular'),
		local('NotoSansJP-Regular'),
		url('https://cdn2.hubspot.net/hubfs/598786/crh2018/font/NotoSansJP-Regular.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/598786/crh2018/font/NotoSansJP-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: "NotoSansJP";
	font-weight: 700;
	src:
		local('Noto Sans CJK JP Bold'),
		local('NotoSansCJKjp-Bold'),
		local('NotoSansJP-Bold'),
		url('https://cdn2.hubspot.net/hubfs/598786/crh2018/font/NotoSansJP-Bold.woff2') format('woff2'),
		url('https://cdn2.hubspot.net/hubfs/598786/crh2018/font/NotoSansJP-Bold.woff') format('woff');
	font-display: swap;
}

/* IE11でのみ有効 */
_:lang(x)::-ms-backdrop, html {
	/* IEで游ゴシックを使うと文字に余白できる対処 */
	font-size: 62.5%;
}

html, body {
	height: 100%;
}

body {
	font-family: "NotoSansJP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
}

h2 {
  background: linear-gradient(to right, #02BFB3 0%, #009FDC 30%, #009FDC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  font-weight: bold;
}

img {
	max-width: 100%;
}

.container {
	max-width: 1030px;
}

a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 18px;
	}

	.sp-br{
		display: none;
	}
	.pc-br{
		display: block;
	}
}


@media only screen and (max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* keyvisual
=================================== */
.section1 {
	background: #eef3f8;
	color: #000;
  margin-bottom: 80px;
  position: relative;
}

.section1 .keyvisual {
  height: 600px;
  padding: 115px 0 124px;
	background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/SP_KV.jpg') no-repeat;
	background-position: center top;
  background-size: cover;
	text-align: center;
	position: relative;
}

.section1 .keyvisual .title {
	margin-bottom: 40px;
  display: block;
}

.section1 .keyvisual .title img {
	width: 297.5px;
}

.section1 .keyvisual .image {
	margin-bottom: 30px;
  display: block;
}

.section1 .keyvisual .title_txt {
	font-size: 34px;
  font-weight: bold;
	margin-bottom: 0;
  color: #000;
  display: block;
}

.section1 .keyvisual .container {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.section1 .keyvisual {
    width: 100%;
    height: 980px;
		background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/PC_KV.jpg') no-repeat;
    background-position: center top;
		text-align: center;
		position: relative;
	}

	.section1 .keyvisual .title {
		margin-bottom: 60px;
	}

	.section1 .keyvisual .title img {
		width: auto;
	}

	.section1 .keyvisual .image {
		margin-bottom: 36px;
	}

	.section1 .keyvisual .title_txt {
		font-size: 67px;
	}
}

/* About CRH
=================================== */

/* .section1 .company .container {
	z-index: 1;
	position: relative;
} */

.section1 .company .header {
  position: absolute;
  top: 480px;
  left: 6.25vw;
  z-index: 2;
}

.section1 .company .header h2 {
	margin: 0;
	font-size: 47px;
	font-weight: bold;
}

.section1 .company .header p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
  color: #000;
}
 
.section1 .company .about h3 {
	line-height: 1.5;
	font-weight: bold;
	font-size: 22px;
  background-color: #fff;
  margin: 0 5.33vw 0 0;
  padding: 40px;
}

.section1 .company .about-img {
  margin-left: 5.33vw; 
}
  

.section1 .company p {
	line-height: 2;
}

.section1 .company .mission-vision {
  background: url(https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/SP_MV.png) no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: 50px;
  margin-bottom: 100px;
/*   display: flex;
  justify-content: center;
  padding: 80px 60px; */
}

.section1 .company .mission-vision {
  background: url(https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/PC_MV.png) no-repeat;
  background-size: cover;
  padding: 40px 20px 0;
}

.section1 .company .mission-vision .mv-box { 
  padding: 0 20px 40px;
}

.section1 .company .mission-vision h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.section1 .company .mission-vision .quote-box {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
/*   text-align: left; */
  padding: 50px 20px;
  position: relative;
}

.section1 .company .mission-vision .quote-box::before {
  content: '';
  position: absolute;
  top: -12.5px;
  left: 12.5px;
  background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/i_quote.svg') no-repeat;
  background-size: cover;
  width: 30px;
  height: 25px;
}

  
.section1 .company .mission-vision .quote-box .text-1 {
  font-size: 27px;
  font-weight: bold;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 768px) {
	.section1 .company {

	}

	.section1 .company .header {
    position: absolute;
    top: 800px;
    left: 6.25vw;
    z-index: 2;
    width: 50%;
	}

	.section1 .company .header h2 {
		font-size: 70px;
		margin-bottom: 5px;
	}

	.section1 .company .header p {
		font-size: 20px;
	}
  
  .section1 .company .about {
    margin-bottom: 95px;
  }
	.section1 .company .about h3 {
    width: 56.2vw;
    background-color: #fff;
    margin: 0 37.5vw 0 6.25vw;
	}
  
  .section1 .company .about-img {
    width: calc(50vw-80px);
    position: absolute;
    top: 800px;
    right: 0;
    z-index: 1;
  }

  .section1 .company .mission-vision {
    background: url(https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/PC_MV.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
  }


  .section1 .company .mission-vision h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 65px;
  }
  .section1 .company .mission-vision .quote-box {
     background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    text-align: left;
     position: relative;
  }
  
  .section1 .company .mission-vision .quote-box::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 25px;
    background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/i_quote.svg') no-repeat;
    width: 61px;
    height: 51px;
  }
  
  .section1 .company .mission-vision .quote-box p {
    width: 100%;
  }
  
  .section1 .company .mission-vision .quote-box .text-1 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .section1 .company .about h3 {
    font-size: 20px;
    padding: 40px 43% 40px 40px;
  }
}


@media only screen and (min-width: 1280px) {
  .section1 .company .about h3 {
    font-size: 40px;
    padding: 80px 40% 80px 60px;
  }
}

/* mission-vision   */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .section1 .company .mission-vision {
      padding: 80px 10px;
  }
  .section1 .company .mission-vision .mv-box {
    padding: 0px 20px;
  }    
    
  .section1 .company .mission-vision .quote-box {
    padding: 60px 20px;
    font-size: 11px;
  }
  .section1 .company .mission-vision .quote-box .text-1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1599px) and (min-width: 1025px) {
  .section1 .company .mission-vision {
      padding: 80px 40px;
  }
    .section1 .company .mission-vision .mv-box {
      padding: 0px 40px;
  }    
    
  .section1 .company .mission-vision .quote-box {
    padding: 60px 40px;
    font-size: 16px;
  }
  .section1 .company .mission-vision .quote-box .text-1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .section1 .company .mission-vision {
    padding: 80px 60px;
  }
  .section1 .company .mission-vision .mv-box {
    padding: 0px 40px;
  }    
  .section1 .company .mission-vision .quote-box {
    padding: 80px;
    font-size: 16px;
  }
  .section1 .company .mission-vision .quote-box .text-1 {
    font-size: 40px;
  }
}  
  
  
/* ceomsg
=================================== */
.section1 .ceo {
  position: relative;
}
.section1 .ceo h3 {
/* 	display: inline; */
	font-size: 22px;
	padding: 0 0 5px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
  top: -50px;
	margin-top: 0;
	margin-bottom: 0;
}

.section1 .ceoMsg {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 10px;
	background: #ffffff;
	padding: 30px;

}

.section1 .column .body {
	padding: 40px 0 0;
  background-color: #fff;
  
}

.section1 .column .body p {
	font-weight: normal;
	color: #333333;
}

.section1 .column .body p:last-child {
	margin-bottom: 0;
  position: relative;
}

/* .section1 .column .body h4 {
	display: inline;
	font-size: 22px;
	padding: 0 0 5px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
  top: 0;
	margin-top: 0;
	margin-bottom: 0;
} */

.section1 .column .body h4 {
	font-size: 16px;
	color: #000000;
	line-height: 1.8;
	font-weight: bold;
	margin: 0 0 25px;
	position: relative;
}

/* .section1 .column .body h5:after {
	width: 41px;
	height: 35px;
	position: absolute;
	background: url('https://cdn2.hubspot.net/hubfs/598786/crh2018/recruit/quote.png') center no-repeat;
	background-size: 100%; 
	content: '';
	z-index: 0;
	right: -10px;
	top: -13px;
} */

/* .section1 .column .body h5 span {
	z-index: 1;
	position: relative;
} */

.section1 .ceoMsg .image img {
	width: 100%;
}

.section1 .ceo .ceoMsg .image-pc {
	display: none;
}
  
  

@media only screen and (min-width: 768px) {
  .section1 .ceo  {
    position: relative;
  }
  .section1 .ceo h3 {
		font-size: 42px;
		padding: 0 0 10px 0;
    top: 90px;
    left: 35%;
	}
	.section1 .ceoMsg {
		margin-top: 100px;
		margin-bottom: 25px;
		background: none;
		padding: 0;
	}

	.section1 .ceoMsg {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin-bottom: 0;
	}


	.section1 .column {
		display: table-cell;
		vertical-align: top;
	}

	.section1 .column:first-child {
		width: 32%;
	}

	.section1 .column .body {
    background-color: #fff;
		padding: 60px 40px 50px;
		margin-top: 100px;
	}

	.section1 .column .body p {
		font-size: 16px;
	}

/* 	.section1 .column .body h4 {
		font-size: 42px;
		padding: 0 0 10px 0;
		margin-top: -90px;
    top: 90px;
	} */

	.section1 .column .body h4 {
		font-size: 24px;
		margin: 0 0 20px;
	}

/* 	.section1 .column .body h5:after {
		display: none;
	}
 */
	.section1 .ceo .ceoMsg .image-sp {
		display: none;
	}
	.section1 .ceo .ceoMsg .image-pc {
		display: block;
	}
}
  
/* divisions
=================================== */
 .section1 .divisions h3 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}

 .section1 .divisions .divisions-box {
   margin-bottom: 50px;
}
 .section1 .divisions .divisions-box .group {
   height: 210px;
   color: #fff;
   padding: 45px 42px;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   border-bottom: 1px solid #eef3f8;
}
.section1 .divisions .divisions-box .fintech {
  background: center url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/bg_fintech.jpg') no-repeat;
  background-size: cover;
}
.section1 .divisions .divisions-box .marketing {
  background: center url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/bg_MS.jpg') no-repeat;
  background-size: cover;
}
.section1 .divisions .divisions-box .datahub {
  background: center url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/bg_datahub.jpg') no-repeat;
  background-size: cover; 
}

.section1 .divisions .divisions-box .group h4 {
  padding: 0 60px 45px;
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.section1 .divisions .divisions-box p {
  position: relative;
  font-size: 12px;
}
.section1 .divisions .divisions-box p::after {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/line.png') no-repeat;
    background-position: center; 
    width: 20px;
    height: 2px;
  }

@media only screen and (max-width: 370px) {
  .section1 .divisions .divisions-box .group h4 {
    padding: 0 36px 45px;
  }
  
  .section1 .divisions .divisions-box .group {
    padding: 45px 32px;
  }
}
  
@media only screen and (min-width: 768px) {
  .section1 .divisions h3 {
    color: #000;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .section1 .divisions .divisions-box {
    display: flex;
    text-align: center;
    width: calc(100% + 2px);
    margin-bottom: 100px;
  }
  .section1 .divisions .divisions-box .group {
    width: calc(100% / 3);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    height: 320px;
    padding: 0 40px;
  }
  

  .section1 .divisions .divisions-box .fintech {
    background: center url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/bg_fintech.jpg') no-repeat;
    background-size: cover;
    padding-top: 90px;
    margin-right: 1px;
  }
  .section1 .divisions .divisions-box .marketing {
    background: center url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/bg_MS.jpg') no-repeat;
    background-size: cover;
    padding-top: 65px;
    margin-right: 1px;
  }
  .section1 .divisions .divisions-box .datahub {
    background: center url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/bg_datahub.jpg') no-repeat;
    background-size: cover; 
    padding-top: 90px;
  }

  .section1 .divisions .divisions-box p {
    position: relative;
    font-size: 18px;
  }
   .section1 .divisions .divisions-box .group h4 {
     font-size: 32px;
     line-height: 1.5;
      margin: 0;
     vertical-align: middle;
     padding: 0;
  }
  
  .section1 .divisions .divisions-box .fintech p,
  .section1 .divisions .divisions-box .datahub p{
        margin-top: 55px;
  }
  
  .section1 .divisions .divisions-box .marketing p {
        margin-top: 35px;
  }
  
  
}

/* works
=================================== */
.works {
	position: relative;
/* 	color: #ffffff; */
}

.works .container {
	z-index: 1;
	position: relative;
}

.works .header {
  padding-left: 20px;
/* 	padding-top: 40px; */
	text-align: left;
}

.works .header h2 {
	margin: 0;
	font-size: 47px;
	font-weight: bold;
}

.works .header p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
  color: #000;
}

.works .intro .intro-text {	 
  background-color: #eef3f8;
  padding: 40px 50px 40px 40px;
  margin-right: 20px;
  margin-top: 50px;
}

.works .intro .intro-text h3 {	 
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.works .intro .intro-text p {	
  font-size: 14px;
  font-weight: bold;
}



.works .desc-img {
  margin-left: 20px;
  margin-bottom: 30px
}
  
.works h3 {
  font-size: 22px;
  margin-bottom: 70px;
	line-height: 1.5;
	font-weight: bold;
}

.works .stripe {
  position: relative;
  margin-bottom: 50px;  
}
.works .stripe-bar:after {
  content: '';
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #eef3f8;
  width: 100%;
  height: 225px;
}

.works .stripe2 {
  position: relative;
  margin-bottom: 50px;  
}
.works .stripe2-bar:after {
  content: '';
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #eef3f8;
  width: 100%;
  height: 225px;
}

.works p {
	line-height: 2;
}

.works .title1 {
	margin: 40px 0 30px;
}

.works .title1 span {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	display: inline;
	background: #30b2c3;
}

.works .threeColumns .column {
  width: 100%;
	background: #ffffff;
	padding: 40px 25px;
	color: #333333;
	margin-bottom: 30px;
  border: 2px solid #eef3f8;
}

.works .threeColumns .column .block {
/* 	display: table; */
	width: 100%;
/* 	table-layout: fixed; */
}
.works .threeColumns .column .block .body p {
  font-size: 14px;
}
  

.works .threeColumns .column .block .title-img {
  text-align: center;
}
  
.works .threeColumns .column .block .body {
	display: table-cell;
	vertical-align: top;
}
  
.works .threeColumns .column .block .title-img img {
  width: 100%;
  height: auto;
  text-align: center;
}

.works .threeColumns .column .block .body h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0;
}


.works .threeColumns .column .block .body p {
	margin-bottom: 0;
	text-align: justify;
  font-size: 14px;
}

.works .threeColumns .column .block .body p span {
	display: inline;
	background: #ffff00;
}

.works .twoColumns .column {
	background: #ffffff;
	padding: 50px 25px 30px;
	color: #333333;
	margin-bottom: 30px;
  border: 2px solid #eef3f8;
}

.works .twoColumns .column .image {
	text-align: center;
	margin-bottom: 38px;
}

.works .twoColumns .column .image img {
	height: 52px;
}

.works .twoColumns .column p {
	font-weight: normal;
	margin-bottom: 0;
}

.works .twoColumns .column .title2 {
	margin: 0 0 10px;
	color: #000000;
	font-weight: bold;
	line-height: 1.8;
}

.works .twoColumns .column .small {
	font-size: 12px;
	margin-bottom: 10px;
	color: #666666;
}

@media only screen and (min-width: 768px) {
	.works {

	}

	.works .header {
    position: absolute;
    top: -15px;
    left: calc(50vw + 80px);
		padding: 0;
    margin-bottom: 80px;
    width: 40%;
	}

	.works .header h2 {
		font-size: 70px;
/* 		padding-top: 25px; */
		margin-bottom: 5px;
	}

	.works .header p {
		font-size: 20px;
	}
  .works .intro .intro-text {
    margin-bottom: 85px;
  }
  
   .works .intro .intro-text {
	    width: 60vw;
	    background-color: #eef3f8;
	    margin: 180px 5vw 80px 35vw;
      padding: 80px 90px 80px 17.5vw;
    }
  
  .works .intro .intro-text h3 { 
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .works .intro .intro-text p {  
    font-size: 18px;
    font-weight: bold;
  }
  .works .desc-img {
    margin-left: 0;
    position: absolute; 
    top: 0;
    left: 0;
    width: 50vw;
    z-index: 1;
    text-align: right;
  }
  
  
  .works .stripe {
    position: relative;
    margin-bottom: 80px;  
  }
  .works .stripe-bar:after {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #eef3f8;
    width: 100%;
    height: 300px;
  }
  .works .stripe2 {
    position: relative;
    margin-bottom: 0;  
  }
  .works .stripe2-bar:after {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #eef3f8;
    width: 100%;
    height: 300px;
  }
  
  .works h3 {
		font-size: 40px;
		margin-bottom: 130px;
		margin-top: 0;
	}

	.works .title1 {
		margin: 60px 0 50px;
	}

	.works .title1 span {
		font-size: 24px;
	}

	.works .threeColumns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
	}

	.works .threeColumns .column {
		width: calc(30% + 4px);
    padding-right: 40px;
    border: 2px solid #eef3f8;
    
	}   
  
  .works .threeColumns .column:last-child {
/*     padding-right: 0; */
  }

	.works .threeColumns .column .block {
		display: block;
   
/*     padding: 40px; */
	}

	.works .threeColumns .column .block .num,
	.works .threeColumns .column .block .body {
		display: block;
	}
  
  .works .threeColumns .column .block .title-img {
    text-align: center;
  }
  
  .works .threeColumns .column .block .title-img img {
    width: 100%;
    height: auto;    
  }
  
  .works .threeColumns .column .block .body h4 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  
  .works .threeColumns .column .block .body p {
    font-size: 16px;
  }
  

	.works .twoColumns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.works .twoColumns .column {
		width: 47.5%;
		padding: 60px 40px 30px;
		margin-bottom: 0;
	}

	.works .twoColumns .column p {
		font-size: 16px;
	}

	.works .twoColumns .column .image img {
		height: 54px;
	}

	.works .twoColumns .column .title2 {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.works .twoColumns .column .small {
		font-size: 14px;
		margin-bottom: 25px;
	}
}


@media only screen and (min-width: 992px) {
	.works .threeColumns .column {
		padding: 40px;
	}

}



@media only screen and (min-width: 1600px) {
	.works .intro .intro-text {
    font-size: 36px;
    width: 60vw;
    margin: 180px 5vw 80px 35vw;
    padding: 80px 45px 80px calc(12.5% + 80px);
	}
}

@media only screen and (max-width: 1599px) (min-width: 1440px) {
	.works .intro .intro-text h3 {
    font-size: 36px;
   }
	.works .intro .intro-text p {
    font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .works .header {
    left: calc(50% + 40px);
  }
  .works .intro .intro-text {
    padding: 35px 45px 35px 17.5vw;
  }
  .works .intro .intro-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .works .intro .intro-text p {
    font-size: 12px; 
  }
}

/* interview
=================================== */
.interview {
	background-color: #eef3f8;
}

.interview .header {
	padding-top: 40px;
}

.interview .header h2 {
	margin: 0;
	font-size: 47px;
	font-weight: bold;
}

.interview .header p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

.interview .filters {
  margin-bottom: 30px;
}
  
.interview .filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
  
.interview .filters li {
	margin-top: 25px;
	display: inline-block;
}

/* .interview .filters button {
	box-sizing: border-box;
	height: 50px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-right: 15px;
  padding: 14px;
	border: 2px solid #000;
	border-radius: 25px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}

.bgWhite {
	background-color: #fff;
}

.gradient {
	height: 50px;
	background: linear-gradient(to right, #02BFB3 0%, #009FDC 30%, #009FDC 100%);
	color: #fff;
	border: none;
	padding: 16px;
} */

.interview .employee-qa .question {
    margin-bottom: 40px;
    position: relative;
    padding-left: 50px; 
}

.interview .employee-qa .answer {
    margin-bottom: 40px;
    position: relative;
    padding-left: 50px; 
}

.interview .employee-qa img {
    position: absolute;
    top: -10px;
    left: 0;
}


.interview .filtered-list .btn {
  position: relative;
}

.interview .filtered-list .btn-block.opened:before {
  position: absolute;
  content: '';
	width: 13px;
	height: 8px;
	background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/arr_close.png') no-repeat;
	background-size: 100%;
	z-index: 1;
	top: 50%;
	left: 22%;
  transform: translateY(-50%);
}

.interview .filtered-list .btn-block.closed:before {
  position: absolute;
  content: '';
	width: 13px;
	height: 8px;
	background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/arr_open.svg') no-repeat;
	background-size: 100%;
	z-index: 1;
	top: 50%;
	left: 22%;
  transform: translateY(-50%);
}
/* 
.btn .btn-block  {
  width: 13px;
  height: 8px;
  background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/arr_open.svg') no-repeat;
  background-position: center;
  background-size: 13px 8px;
  margin: 0 11px;
} */




@media only screen and (min-width: 768px) {
	.interview {

	}

	.interview .header {
		padding-top: 60px;
	}

	.interview .header h2 {
		font-size: 70px;
		padding-top: 25px;
		margin-bottom: 5px;
	}

	.interview .header p {
		font-size: 20px;
    margin-bottom: 40px;
	}
  
  .interview .filters {
    margin-bottom: 60px;
  }
  .interview .filters ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .interview .filters li {
    margin-top: 25px;
    display: inline-block;
  }
  
  .interview .employee-profile {
    display: flex;
  }
  .interview .employee-qa .question {
      margin-bottom: 32px;
      position: relative;
      margin-left: 65px;
      padding-left: 0; 
  }

  .interview .employee-qa .answer {
      margin-bottom: 32px;
      position: relative;
      margin-left: 65px;
      padding-left: 0; 
  }

  .interview .employee-qa img {
      margin-right: 25px;
      position: absolute;
      top: -6px;
      left: -65px;
  } 
  
  .interview .filtered-list .btn-block.opened:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 8px;
    background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/arr_close.png') no-repeat;
    background-size: 100%;
    z-index: 1;
    top: 50%;
    left: 39%;
    transform: translateY(-50%);
  }

  .interview .filtered-list .btn-block.closed:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 8px;
    background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/arr_open.svg') no-repeat;
    background-size: 100%;
    z-index: 1;
    top: 50%;
    left: 39%; 
    transform: translateY(-50%);
  }

}


@media only screen and (min-width: 992px) {
	

}

@media only screen and (min-width: 1200px) {

}

/* culture
=================================== */
.culture {	
	position: relative;
	color: #ffffff;
	padding-bottom: 30px;
}

.culture .container {
	z-index: 1;
	position: relative;
}

.culture .header {
	padding-top: 40px;
	text-align: left;
}

.culture .header h2 {
	margin: 0;
	font-size: 47px;
	font-weight: bold;
}

.culture .header p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

.culture .threeColumns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.culture .threeColumns .column {
	width: 47%;
	padding: 30px 20px;
	background: #ffffff;
	margin-bottom: 20px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.culture .threeColumns .column .image {
	text-align: center;
	margin-bottom: 20px;
}

.culture .threeColumns .column .image img {
	height: 46px;
}

.culture .threeColumns .column .title {
	margin: 0 0 15px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.culture .threeColumns .column p {
	margin-bottom: 0;
	line-height: 1.8;
}

@media only screen and (min-width: 768px) {
	.culture {

	}

	.culture .header {
		padding-top: 60px;
	}

	.culture .header h2 {
		font-size: 70px;
		padding-top: 25px;
		margin-bottom: 5px;
	}

	.culture .header p {
		font-size: 20px;
	}

	.culture .threeColumns {
		margin-top: 100px;
	}

	.culture .threeColumns .column {
		width: 30%;
		padding: 40px;
		margin-bottom: 50px;
		font-size: 16px;
	}

	.culture .threeColumns .column .image {
		margin-bottom: 25px;
	}

	.culture .threeColumns .column .image img {
		height: auto;
	}

	.culture .threeColumns .column .title {
		margin: 0 0 25px;
		font-size: 18px;
	}
}

/* recruit
=================================== */
.recruit {
	background-color: #eef3f8;
	position: relative;
	z-index: 1;
}

.recruit .container {
	z-index: 1;
	position: relative;
}

.recruit .header {
	padding-top: 40px;
}

.recruit .header h2 {
	margin: 0;
	font-size: 47px;
	font-weight: bold;
}

.recruit .header p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

.recruit .generalTable {
	margin-top: 50px;
	margin-bottom: 40px;
}

.recruit .title1 {
	margin: 0px 0 30px;
}

.recruit .title1 span {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	display: inline;
	background: #d95269;
}

.generalTable ul {
	margin-left: -20px;
	margin-bottom: 0;
}

.generalTable table {
	width: 100%;
	background: #ffffff;
	color: #333333;
	font-weight: normal;
}

.generalTable table th,
.generalTable table td {
	border-bottom: 1px solid #eef3f8;
	padding: 30px 40px;
}

.recruit .generalTable .link {
	margin: 4px 6px;
}

@media only screen and (max-width: 767px) {
	.generalTable table th {
		padding: 22px 22px 0;
		border-bottom: 0;
	}
	.generalTable table td {
		padding: 12px 22px 22px;
	}
	.generalTable table th,
	.generalTable table td {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.recruit {

	}

	.recruit .header {
		padding-top: 60px;
	}

	.recruit .header h2 {
		font-size: 70px;
		padding-top: 15px;
		margin-bottom: 5px;
	}

	.recruit .header p {
		font-size: 20px;
	}
  
  .recruit .selection ul {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 70px 110px;
  }
  
  .recruit .selection  li {
    margin-top: 25px;
    display: inline-block;
    font-size: 24px;
    background: url('https://cdn2.hubspot.net/hubfs/598786/crh2019/interview/arr_flow.svg') no-repeat;
    background-size: 17px 32px;
    
  } 
  
  .recruit .selection  li:last-child { 
    background: none;
  }
    

	.generalTable table th {
		width: 28%;
		font-size: 16px;
	}

	.generalTable table td {
		font-size: 16px;
	}

	.recruit .generalTable {
		margin-top: 100px;
		margin-bottom: 80px;
	}

	.recruit .title1 {
		margin: 0px 0 50px;
	}

	.recruit .title1 span{
		font-size: 24px;
	}
}

.step {
	margin-bottom: 50px;
}

.step .block {
	position: relative;
}

.step .block:after {
	left: 40px;
	bottom: -30px;
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background:#d95269;
	z-index: 1;
}

.step .block:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: url('https://cdn2.hubspot.net/hubfs/598786/crh2018/recruit/ico_arr.png') center no-repeat;
	background-size: 100%;
	z-index: 1;
	bottom: -10px;
	left: 36px;
}

.step .block:last-child:before,
.step .block:last-child:after {
	display: none;
}

.step .tbl {
	padding: 25px;
	background: #ffffff;
	color: #333333;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #eef3f8;
}

.step .tbl .column {
	display: table-cell;
	vertical-align: top;
}

.step .block .column:first-child {
	width: 55px;
}

.step .tbl .column .title-img {
	color: #d95269;
	font-size: 27px;
	position: relative;
	background: #ffffff;
	z-index: 2;
	line-height: 1;
	padding: 0;
	height: 50px;
	display: flex;
	align-items: center;
	margin-top: -15px;
}

.step .tbl .column h4 {
	color: #000000;
	font-weight: bold;
	margin: 3px 0 10px;
	font-size: 14px;
}

.step .tbl .column p {
	font-weight: normal;
	margin-bottom: 0;
	line-height: 2
}

.buttonBlock {
	text-align: center;
	margin-bottom: 30px;
}

.buttonBlock a {
	display: block;
	color: #ffffff;
	font-size: 21px;
	position: relative;
	padding: 20px;
}

.buttonBlock a .ico {
	width: 19px;
	height: 11px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.buttonBlock .twoColumns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.buttonBlock .twoColumns a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #000000;
}

.buttonBlock .twoColumns a:hover {
	text-decoration: none;
	background: #333333;
}

.buttonBlock a .ico {
  position: inherit;
}

.buttonBlock .twoColumns a .buttonContainer {
  width: 100%;
}


@media only screen and (min-width: 768px) {
	.step {
		margin-bottom: 80px;
	}

	.step .tbl {
		padding: 40px;
	}

	.step .block:before {
		width: 19px;
		height: 19px;
		bottom: -26px;
		left: 51px;
	}

	.step .block:after {
		left: 60px;
		bottom: -50px;
	}

	.step .tbl .column .num {
		font-size: 40px;
		height: 70px;
		margin-top: -14px;
	}

	.step .block .column:first-child {
		width: 93px;
	}

	.step .tbl .column .flx {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.step .tbl .column h4 {
		font-size: 20px;
		margin: 10px 0 0;
		width: 22%;
	}

	.step .tbl .column p {
		width: 78%;
		margin-top: 4px;
		font-size: 16px;
	}

	.buttonBlock {
		margin-bottom: 40px;
	}

	.buttonBlock a {
		font-size: 28px;
		padding: 10px 20px;
		max-width: 600px;
	}

	.buttonBlock a:hover .ico {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}

	.buttonBlock a .ico {
		width: 36px;
		height: 21px;
	}
  
  .buttonBlock .twoColumns a {
    width: 47.5%;
  }
}

/* footer
=================================== */
.footer {
	padding: 115px 0 30px;
	position: relative;
	color: #ffffff;
}

.footer .container {
	position: relative;
	z-index: 1;
}

.footer .image img {
	width: 102px;
	margin-bottom: 20px;
}

.footer .cname {
	color: #ffffff;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
}

.footer p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
}

.footer ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	font-weight: normal;
}

.footer ul li {
	position: relative;
	padding-left: 18px;
	font-size: 12px;
}

.footer ul li:before {
	position: absolute;
	background: url('https://cdn2.hubspot.net/hubfs/598786/crh2018/recruit/ico_loc.png') top center no-repeat;
	background-size: 100% auto;
	content: '';
	width: 12px;
	height: 12px;
	top: 5px;
	left: 0;
}

.footer ul li.tel:before {
	background-image: url('https://cdn2.hubspot.net/hubfs/598786/crh2018/recruit/ico_tel.png');
}

.footer .container {
	position: relative;
	z-index: 1;
}


@media only screen and (min-width: 768px) {
	.footer {
		
		padding: 180px 0 40px;
	}
	.footer p,
	.footer ul li {
		font-size: 16px;
	}
	.footer .cname {
		font-size: 18px;
	}

	.footer ul li {
		padding-left: 30px;
		margin-bottom: 5px
	}

	.footer ul li:before {
		width: 17px;
		height: 17px;
		top: 5px;
	}

	.footer .image img {
		width: 151px;
	}

}

/* animation
-------------------------------------------------- */
[data-animation="fadeInUp"],
[data-animation="fadeInLeft"] {
	opacity: 0;
}
[data-animation="fadeInUp"].trigger {
	-webkit-animation: moveUp 1.1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s both, fadeIn 2.5s ease 0s both;
	        animation: moveUp 1.1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s both, fadeIn 2.5s ease 0s both;
}
[data-animation="fadeInLeft"].trigger {
	-webkit-animation: moveLeft 1.1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s both, fadeIn 2.5s ease 0s both;
	        animation: moveLeft 1.1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s both, fadeIn 2.5s ease 0s both;
}
[data-delay="300"].trigger {
	-webkit-animation-delay: 300ms;
	        animation-delay: 300ms;
}
[data-delay="400"].trigger {
	-webkit-animation-delay: 400ms;
	        animation-delay: 400ms;
}
[data-delay="500"].trigger {
	-webkit-animation-delay: 500ms;
	        animation-delay: 500ms;
}

/* keyframes */
@-webkit-keyframes moveUp {
	0% {
		-webkit-transform: translate3d(0, 10rem, 0);
		        transform: translate3d(0, 10rem, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes moveUp {
	0% {
		-webkit-transform: translate3d(0, 10rem, 0);
		        transform: translate3d(0, 10rem, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes moveLeft {
	0% {
		-webkit-transform: translate3d(10rem, 0, 0);
		        transform: translate3d(10rem, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes moveLeft {
	0% {
		-webkit-transform: translate3d(10rem, 0, 0);
		        transform: translate3d(10rem, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


