/* ___________________________________

  タイトル
____________________________________ */

.ttlarea {
	background: linear-gradient(to right, rgba(41,43,43,0.5) 0%, rgba(139,140,137,0.5) 100%),url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ttlarea ul.outer {
	max-width: 1200px;
}
h1.ttl {
	padding: 1em 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;	
	line-height: 1.2;
}
h1.ttl span.jp {
	color: #fff;
	font-size: 20px;
	display: block;
}


/* ------------------------------

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 100px;
	background: #FBFBFB;
}
.container_subpage {
	padding: 0;
}
#wrapper_company-profile {
	padding-bottom: 0;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	color: #001011;
	padding: 0 0 0.5em;
	font-size: 26px;
	text-align: left;
}



/* ------------------------------

   共通部分

------------------------------ */

/* 見出し
--------------------------- */
.company-profile_ul li.txt h2 span.jp, #our-strength h2 span.jp, .u834_only h2 span.jp {
	color: #3454D1;
}
.company-profile_ul li.txt h3 {
	font-size: 18px;	
	text-align: left;
}

/* 画像
--------------------------- */
.company-profile_ul li.photo img {
	margin: auto;
	border-radius: 10px;
}

/* ------------------------------

   About US

------------------------------ */

section#brand-tga {
	margin: 0 0 5%;
}

/* 見出し
--------------------------- */
.company-profile_ul li.txt h2 {
 	line-height: 1.2;
}
.company-profile_ul li.txt h2 span {
	margin-top: 0.5em;
}
.u834_only h2 {
 	text-align: center;
}


/* 画像（左）
--------------------------- */
section#brand-tga .company-profile_ul {
	margin-bottom: 5%;
}
section#about-us .company-profile_ul.l-img li.photo {
	flex: 0 0 47.5%;
	margin-right: 2.5%;
}

/* テキスト（右）
--------------------------- */
section#about-us .company-profile_ul.l-img li.txt {
	flex: 0 0 47.5%;
	margin-left: 2.5%;
}
section#about-us .company-profile_ul li.txt p {
	margin: 0 0 1em;
	font-size: 16px;
	line-height: 1.7;
}

/* 画像（右）
--------------------------- */
section#about-us .company-profile_ul.r-img li.photo {
	flex: 0 0 47.5%;
	margin-left: 2.5%;
}

/* テキスト（左）
--------------------------- */
section#about-us .company-profile_ul.r-img li.txt {
	flex: 0 0 47.5%;
	margin-right: 2.5%;
}
section#about-us .company-profile_ul li.txt p {
	font-size: 16px;
}


/* テキストサイズ
--------------------------- */
section#about-us #brand-tag-line_ul li.txt p {
	font-size: 18px;
}
section#about-us #our-values_ul li.txt p, section#about-us #brand_business-model_ul li.txt p {
	font-size: 15px;
}

/* 見出し
--------------------------- */
section#about-us #our-values_ul li.txt h3 {
	padding-bottom: 0;
	font-size: 16px;
}
section#about-us #brand_business-model_ul li.txt h3 {
	padding-bottom: 0;
	font-size: 18px;
}

/* テキスト（数字）
--------------------------- */
.company-profile_ul {
	counter-reset: number 0;
}
.company-profile_ul li.txt h3.number {
  	margin-bottom: 0.5em;
}
.company-profile_ul li.txt h3.number::before {
  	counter-increment: number 1;
  	content: counter(number) " ";
	width: 50px;
	height: 50px;
	margin-right: 0.5em;
	border-radius: 50%;
  	background-color: #3454D1;
  	color: #fff;	
  	font-size: 24px;
  	line-height: 50px;
  	text-align: center;
	display: inline-block;
}

/*数字*/
.company-profile_ul li.txt h3 .wrapper_span {
	display: flex;
 	display: -webkit-flex;
 	justify-content: flex-start;
	flex: 0 0 15%;
}

/*円と文字*/
.company-profile_ul li.txt .wrapper_span span {
 	width: calc(90% / 2);
 	border-radius: 100%;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	color: #fff;
 	border: 1px solid #3454D1;
 	background: #3454D1;
 	text-align: center;
}

/*擬似要素*/
.company-profile_ul li.txt .wrapper_span span:before{
 content: '';
 display: block;
 padding-top: 100%;
}



/* ------------------------------

   会社概要

------------------------------ */

section#company-overview {
	margin: 0 0 5%;
}

/* テキスト
--------------------------- */
section#company-overview #company-overview_ul li.txt {
	flex: 0 0 47.5%;
	margin-left: 2.5%;
}

/* 表 */
.company_overview dl {
	width: 100%;
	align-items: normal;
}
.company_overview dt {
	flex: 0 0 22%;
	padding: 1em 2%;
	font-size: 16px;
	background-color: #c7c7c6;
	border-bottom: 1px solid #eee;
}
.company_overview dd {
	flex: 0 0 70%;
	padding: 1em 2%;
	font-size: 16px;	
	background-color: #fff;
	border-bottom: 1px solid #eee;	
}

/* 画像
--------------------------- */
section#company-overview #company-overview_ul li.photo {
	flex: 0 0 47.5%;
	margin-right: 2.5%;
  	position: relative;
}




/* ___________________________________

  私たちのチーム
____________________________________ */

section#our-team {
	margin: 0;
	padding-top: 10%;
}

/* 見出し
--------------------------- */
#our-team h2 {
 	text-align: center;
}

/* スタッフ
--------------------------- */
section#our-team ul.outer {
	margin: 5% auto 0;
	align-items: flex-start;
}
section#our-team ul.outer li.staff_content {
	flex: 0 0 45%;
	margin: 0 5% 3% 0;
}
section#our-team ul.outer li.staff_content ul.inner {
	justify-content: center;
	align-items: flex-start;
}
section#our-team ul.outer li.staff_content ul.inner li.photo {
	flex: 0 0 30%;
	margin: 0 2% 2% 0;
}
section#our-team ul.outer li.staff_content ul.inner li.photo img {
	width: 100%;
	margin: 0 auto;
	border-radius: 50%;
}
section#our-team ul.outer li.staff_content ul.inner li.txt {
	flex: 0 0 68%;
	font-size: 14px;	
}
section#our-team ul.outer li.staff_content ul.inner li.txt h3 {
	padding: 0 0 0.5em 0;
	font-size: 18px;
	text-align: left;
}
section#our-team ul.outer li.staff_content ul.inner li.txt h3 span {
	color: #3454D1;
	display: block;
}
section#our-team ul.outer li.staff_content ul.inner li.txt p {
	margin-bottom: 1em;
}

/* 画像無し
--------------------------- */
section#our-team ul.outer li.staff_content.no-photo ul.inner li.txt {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;	
}



/* ------------------------------

   その他のコンテンツ

------------------------------ */

section#other-content {
  	width: 100%;
  	margin: 0 auto;
  	padding: 8% 0 10%;
	background: #ccc;
}

/* ------------------------------
   見出し
------------------------------ */
section#other-content h2 {
	color: #001011;
	text-align: center;
}
section#other-content h2 span {
	color: #666;
}

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content ul.outer {
	width: 100%;
}
section#other-content li.outer-li {
	flex: 0 0 31.9999%;
	margin: 0 2% 2% 0;
}
section#other-content li.outer-li:nth-child(3n) {
	margin-right: 0;
}

/* 画像
--------------------------- */
section#other-content li.photo {
	position: relative;
}
section#other-content li.photo .wrapper_ttl {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}
section#other-content li.photo .wrapper_ttl p.ttl {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	filter: drop-shadow(0 0 1rem #000);	
}

/* リンク */
section#other-content li.photo .wrapper_link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	justify-content: center;
	align-items: flex-bottom;
}
section#other-content li.photo p.link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	padding: 2%;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	line-height: 1;
	background: rgba(52,84,209,.7);	
}
section#other-content li.photo p.link:hover {
	color: #ccc;
}







/**
 * レスポンシブ: PC用 ウィンドウ幅1200px以下共通
 */
@media screen and ( max-width:1200px) {	

/* ------------------------------

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 54px;
}

/* ___________________________________

  タイトル
____________________________________ */

.ttlarea ul.outer {
	max-width: 94%;
}


/* ------------------------------

   会社概要

------------------------------ */

.company_overview dt#business-details {
	padding-bottom: 2.75em;
}
	

/* ___________________________________

  スタッフ紹介
____________________________________ */

/* スタッフ
--------------------------- */
section#our-team ul.outer li.staff_content ul.inner li.photo {
	margin-bottom: 5%;
}
section#our-team ul.outer li.staff_content ul.inner li.txt {
	margin-bottom: 5%;
}	
}



/**
 * レスポンシブ: PC用 ウィンドウ幅821px以上、1200px以下
 */
@media screen and (min-width:821px) and ( max-width:1200px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 38px;
}
h1.ttl span.en {
	font-size: 18px;
}
h1.ttl span.jp {
	font-size: 18px;
}
}



/**
 * レスポンシブ: TB用 ウィンドウ幅834px以下共通
 */
@media screen and ( max-width:834px) {
	
/* ___________________________________

  共通セレクタ
____________________________________ */

.container_subpage_inner {
	width: 94%;
	max-width: 94%;
}

/* ------------------------------

   共通部分

------------------------------ */

/* ------------------------------

   About US

------------------------------ */

/* レイアウト
--------------------------- */
.company-profile_ul {
	margin-bottom: 7%;
}	
section#about-us #about-us_ul {
	flex-direction: column;
}
section#about-us .company-profile_ul.r-img {
	flex-direction: column-reverse;
}	

/* 画像
--------------------------- */
section#about-us .company-profile_ul.l-img li.photo, section#about-us .company-profile_ul.r-img li.photo {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}
section#about-us .company-profile_ul.l-img li.photo img, section#about-us .company-profile_ul.r-img li.photo img {
	width: 70%;
}
/* 画像（右）
--------------------------- */
section#about-us .company-profile_ul.r-img li.photo {
	margin-left: 0;
}	

/* テキスト
--------------------------- */
section#about-us .company-profile_ul.l-img li.txt, section#about-us .company-profile_ul.r-img li.txt {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 3% 0 0;
}
section#about-us #about-us_ul li.txt p {
	font-size: 16px;
}
	
	
	
/* ------------------------------

   会社概要

------------------------------ */

/* テキスト
--------------------------- */

/* 表 */
.company_overview dl {
	width: 100%;
}	
.company_overview dt {
	font-size: 14px;
}
.company_overview dd {
	font-size: 14px;
}


/* ------------------------------

   私たちのチーム

------------------------------ */

/* スタッフ
--------------------------- */
section#our-team ul.outer li.staff_content ul.inner li.photo {
	margin-bottom: 5%;
}
section#our-team ul.outer li.staff_content ul.inner li.txt {
	margin-bottom: 5%;
}	



	
	
/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content li.photo .wrapper_ttl p.ttl {
  	font-size: 18px;
}
}



/**
 * レスポンシブ: TB用 ウィンドウ幅641px以上、834px以下
 */
@media screen and (min-width:641px) and ( max-width:834px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 36px;
}
h1.ttl span.en {
	font-size: 17px;
}
h1.ttl span.jp {
	font-size: 17px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 24px;
}	
}




/**
 * レスポンシブ: SP用 ウィンドウ幅768px以下
 */
@media screen and (max-width:768px) {

/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content li.photo .wrapper_ttl p.ttl {
  	font-size: 17px;
}
}




/**
 * レスポンシブ: SP用 ウィンドウ幅640px以下
 */
@media screen and (max-width:640px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 34px;
}
h1.ttl span.en {
	font-size: 15px;
}
h1.ttl span.jp {
	font-size: 15px;
}	

/* ___________________________________

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 22px;
}	



/* ------------------------------

   About US

------------------------------ */

/* レイアウト
--------------------------- */
section#about-us #about-us_ul {
	flex-direction: column;
}
section#about-us .company-profile_ul.r-img {
	flex-direction: column-reverse;
}	

/* 画像
--------------------------- */
section#about-us .company-profile_ul.l-img li.photo, section#about-us .company-profile_ul.r-img li.photo {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}
section#about-us .company-profile_ul.l-img li.photo img, section#about-us .company-profile_ul.r-img li.photo img {
	width: 100%;
}

/* テキスト
--------------------------- */
section#about-us .company-profile_ul.l-img li.txt, section#about-us .company-profile_ul.r-img li.txt {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 3% 0 0;
}
section#about-us #about-us_ul li.txt p {
	font-size: 16px;
}

	
	
/* ------------------------------

   会社概要

------------------------------ */
	
/* レイアウト
--------------------------- */
section#company-overview #company-overview_ul {
	flex-direction: column;
}

/* テキスト
--------------------------- */
section#company-overview #company-overview_ul li.txt {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 3% 0 0;
}	
.company_overview dl {
	flex-direction: column;
}
.company_overview dt {
	flex: 0 0 auto;
	width: 96%;
	padding: 1em 2%;
}
.company_overview dd {
	flex: 0 0 auto;
	width: 96%;
	padding: 1em 2%;
}

	
	
/* ------------------------------

   私たちのチーム

------------------------------ */

/* スタッフ
--------------------------- */
section#our-team ul.outer li.staff_content {
	flex: 0 0 auto;
	width: 100%;
	margin-right: 0;
}	
section#our-team ul.outer li.staff_content ul.inner li.photo {
	margin-bottom: 5%;
}
section#our-team ul.outer li.staff_content ul.inner li.txt {
	margin-bottom: 5%;
}


/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content li.photo .wrapper_ttl p.ttl {
  	font-size: 15px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅480px以下
 */
@media screen and ( max-width:480px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 32px;
}
h1.ttl span.en {
	font-size: 14px;
}
h1.ttl span.jp {
	font-size: 14px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 22px;
}


/* ------------------------------

   共通部分

------------------------------ */

/* 見出し
--------------------------- */
.company-profile_ul li.txt h2 span.jp, #our-strength h2 span.jp, .u834_only h2 span.jp {
	color: #3454D1;
}
.company-profile_ul li.txt h3 {
	font-size: 18px;	
	text-align: left;
}

/* 画像
--------------------------- */
.company-profile_ul li.photo img {
	margin: auto;
	border-radius: 10px;
}

/* ------------------------------

   About US

------------------------------ */

/* テキスト（右）
--------------------------- */
section#about-us .company-profile_ul li.txt p {
	font-size: 14px;
}

/* テキスト（左）
--------------------------- */
section#about-us .company-profile_ul li.txt p {
	font-size: 14px;
}


/* テキストサイズ
--------------------------- */
section#about-us #brand-tag-line_ul li.txt p {
	font-size: 14px;
}
section#about-us #our-values_ul li.txt p, section#about-us #brand_business-model_ul li.txt p {
	font-size: 14px;
}

/* 見出し
--------------------------- */
section#about-us #our-values_ul li.txt h3 {
	font-size: 15px;
}
section#about-us #brand_business-model_ul li.txt h3 {
	font-size: 16px;
}

/* テキスト（数字）
--------------------------- */
.company-profile_ul li.txt h3.number::before {
	width: 40px;
	height: 40px;
  	font-size: 22px;
  	line-height: 40px;
}



/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content ul.outer {
  	width: 70%;
}	
section#other-content li.outer-li {
  	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
  	margin: 0 0 2% 0;
}
section#other-content li.photo .wrapper_ttl p.ttl {
    font-size: 20px;
}		
}


/**
 * レスポンシブ: SP用 ウィンドウ幅428px以下
 */
@media screen and ( max-width:428px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 30px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 22px;
}

/* ___________________________________

  私たちのチーム
____________________________________ */

/* スタッフ
--------------------------- */
section#our-team ul.outer li.staff_content ul.inner li.txt {
	font-size: 13px;
}
section#our-team ul.outer li.staff_content ul.inner li.txt h3 {
	font-size: 14px;
}





/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 18px;
}			
}



/**
 * レスポンシブ: SP用 ウィンドウ幅414px以下
 */
@media screen and ( max-width:414px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 28px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 22px;
}	
}


/**
 * レスポンシブ: SP用 ウィンドウ幅375px以下
 */
@media screen and ( max-width:375px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 26px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 20px;
}



/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 17px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅340px以下
 */
@media screen and ( max-width:340px) {


}


/**
 * レスポンシブ: SP用 ウィンドウ幅320px以下
 */
@media screen and ( max-width:320px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 24px;
}
h1.ttl span.en {
	font-size: 13px;
}
h1.ttl span.jp {
	font-size: 13px;
}		


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 18px;
}



/* ___________________________________

  私たちのチーム
____________________________________ */

/* スタッフ
--------------------------- */
section#our-team ul.outer li.staff_content ul.inner li.txt {
	font-size: 4vw;
}
section#our-team ul.outer li.staff_content ul.inner li.txt h3 {
	font-size: 4.5vw;
}
	
	
/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 16px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅280px以下
 */
@media screen and ( max-width:280px) {
	
/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 22px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 16px;
}


/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 15px;
}
}