/* ___________________________________

  タイトル
____________________________________ */

.page-template-page-system-design .ttlarea {
	background: 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: 5em 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	filter: drop-shadow(1px 1px 1px #000);	
}



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

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 80px;
	background: #292b2b;
}
#system-design {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.container_subpage {
	padding: 0;
}
#wrapper_system-design {
	padding: 0;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	padding: 0 0 1em;
  	color: #fff;
  	font-size: 3vw;
  	font-weight: 500;
  	text-align: center;
}
.container_subpage h2 span {
  	padding: 0 0 1em;
  	color: #ccc;
  	font-size: 1.5vw;
  	font-weight: 400;
  	text-align: center;
	display: block;
}

/* パンくず
--------------------------- */
.breadcrumbs {
	color: #fff;
	background: #292b2b;
}
.breadcrumbs span, .breadcrumbs span a {
	color: #eee;
}


/* ___________________________________

  IDEA
____________________________________ */

#idea {
	width: 100%;
	margin: 0 auto;
	padding: 8% 0 10%;
}

/* レイアウト
--------------------------- */
#idea li.outer-li {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 2% 0;
}
#idea li.photo {
	position: relative;
}
#idea li.photo img.pc_only {
	display: block;
}
#idea li.photo img.sp_only {
	display: none !important;
}
#idea li.photo .wrapper_txt {
	width: 80%;
	position: absolute;
	top: 25%;
	left: 10%;
}
#idea li.photo h3 {
	color: #fff;
	font-size: 3vw;	
	font-weight: 900;
	text-align: left;
	line-height: 1.4;
	filter: drop-shadow(1px 1px 1px #000);
}
#idea li.photo h3 span {
	margin-top: 1em;
	font-size: 1.5vw;
	font-weight: 400;
	display: block;
}
#idea li.photo h3 span.note {
	margin-top: 0.25em;
	font-size: 1.8vw;	
	display: block;
}


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

   その他のコンテンツ

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

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

/* ------------------------------
   見出し
------------------------------ */
section#other-content h2 {
	color: #001011;
}
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(155,136,22,.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%;
}
}


/**
 * レスポンシブ: 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;
}
}



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

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	padding: 4em 0;
}

/* ___________________________________

  共通セレクタ
____________________________________ */

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


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 4vw;
}
.container_subpage h2 span {
  	font-size: 2vw;
}	



/* ___________________________________

  IDEA
____________________________________ */
	
#idea li.photo .wrapper_txt {
	top: 15%;
}
#idea li.photo h3 {
	font-size: 4vw;	
}
#idea li.photo .sub-ttl {
	font-size: 2.5vw;
}
#idea li.photo h3 span {
	font-size: 2vw;
}
#idea li.photo h3 span.note {
	font-size: 3vw;
}
	


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

   その他のコンテンツ

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

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



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

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 36px;
}
h1.ttl span.en {
	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;
}

/* ___________________________________

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 5vw;
}
.container_subpage h2 span {
  	font-size: 2.5vw;
}


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

   その他のコンテンツ

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

/* ------------------------------
   レイアウト
------------------------------ */
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;
}

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



/* ___________________________________

  IDEA
____________________________________ */
	
#idea {
	padding: 15% 0 18%;
}		

/* レイアウト
--------------------------- */
#idea li.outer-li {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	margin: 0 0 2% 0;
}
#idea li.photo img {
	height: 100vh;
	object-fit: cover;
}
#idea li.photo img.sp_only {
	display: block !important;
}
#idea li.photo img.pc_only {
	display: none !important;
}
#idea li.photo .wrapper_txt {
    top: 20%;
}	
#idea li.photo h3 {
	font-size: 6vw;	
}
#idea li.photo .sub-ttl {
	font-size: 5vw;
}
#idea li.photo h3 span {
	font-size: 5vw;
}
#idea li.photo h3 span.small {
	font-size: 4.6vw;
}	
#idea li.photo h3 span.note {
	font-size: 4vw;
}
	
/* レスポンシブ */	
#idea li.photo h3 br.u820_only {
	display: none;
}	



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

   その他のコンテンツ

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

/* ------------------------------
   レイアウト
------------------------------ */
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: 6vw;
}
.container_subpage h2 span {
  	font-size: 3vw;
}


/* ___________________________________

  IDEA
____________________________________ */

/* レイアウト
--------------------------- */
#idea li.photo .wrapper_txt {
    top: 25%;
}	
#idea li.photo h3 {
	font-size: 7vw;	
}
#idea li.photo .sub-ttl {
	font-size: 5vw;
}
#idea li.photo h3 span {
	font-size: 5vw;
}
#idea li.photo h3 span.small {
	font-size: 4.6vw;
}	
#idea li.photo h3 span.note {
	font-size: 6vw;
}	



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

   その他のコンテンツ

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

/* 画像
--------------------------- */
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: 7vw;
}
.container_subpage h2 span {
  	font-size: 3.5vw;
}


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

   その他のコンテンツ

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

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





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

/* ___________________________________

  IDEA
____________________________________ */	

#ideas h3 span::after {
	top: 35%;
	width: 80px;
}	
}



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

/* ___________________________________

  タイトル
____________________________________ */

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

   その他のコンテンツ

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

/* 画像
--------------------------- */
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: 8vw;
}
.container_subpage h2 span {
  	font-size: 4vw;
}



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

   その他のコンテンツ

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

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