/* ___________________________________

  タイトル
____________________________________ */

.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;
	justify-content: center;
}
h1.ttl {
	padding: 4em 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
h1.ttl span.jp {
	color: #fff;
	font-size: 20px;
	display: block;
}


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

   共通セレクタ

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

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	color: #001011;
	font-size: 26px;
	text-align: center;
}
.container_subpage h2 span.jp {
	color: #3454D1;
}
.container_subpage h3 {
	padding: 1em 0 0.5em;
	font-size: 30px;
}


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

   共通部分

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

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

/* 画像
--------------------------- */
.introduction_ul li.photo img {
	border-radius: 10px;
}


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

   Introduction

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

section#introduction {
	margin: 0 0 3%;
}


/* テキスト
--------------------------- */
section#introduction .introduction_ul li.txt {
	flex: 0 0 auto;
	width: 99%;
	max-width: 99%;
	margin: 0 0 3%;
	padding-left: 1%;
	border-left: 7px solid #3454D1;
}
section#introduction #introduction_ul li.txt p {
	margin: 0 0 1em;
  	font-size: 18px;
  	line-height: 1.7;
}
#about-japan_season section#introduction #introduction_ul li.txt p {
  	font-size: 16px;
}

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

   season

------------------------------ */
	
section#season {
	margin: 0 0 3%;
}
section#season #season_ul {
	flex-direction: column;
}


/* レイアウト
--------------------------- */
section#season ul.outer li.outer_li {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin-bottom: 2%;
	border-radius: 10px;
}
section#season ul.outer li.outer_li:nth-child(4) {
	margin-bottom: 0;
}
section#season ul.outer li.outer_li:nth-child(even) ul.inner {
	flex-direction: row-reverse;
}

/* 画像
--------------------------- */
section#season ul.inner li.photo {
	flex: 0 0 50%;
	border-radius: 10px;
	position: relative;
}
section#season ul.inner li.photo img {
	border-radius: 10px;
}
section#season ul.inner li.photo p.caption_season {
	color: #3454D1;
	font-size: 80px;
  	font-family: "Allura", cursive;
	text-shadow: #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px;
  	filter: drop-shadow(0 0 0.02rem #fff);	
	position: absolute;
	right: 3%;
	bottom: 3%;
	transform: rotate(-15deg);	
}

/* テキスト
--------------------------- */
section#season ul.inner li.txt {
	flex: 0 0 44%;
	padding: 0 3%;
	border-radius: 10px;
}
section#season ul.inner li.txt h3 {
	padding: 0 0 0.5em;
	text-align: left;
}
section#season ul.inner li.txt p {
	font-size: 18px;
	line-height: 2;
}

/* ボタン */
div.btn-blue {
  	justify-content: flex-start;
}
div.btn-blue a {
  	font-size: 18px;
}


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

   region

------------------------------ */
	
section#region {
	margin: 10% 0 3%;
}


/* レイアウト
--------------------------- */
section#region ul.outer {
	align-items: stretch;
}
section#region ul.outer li.outer_li {
	flex: 0 0 27.9999%;
	margin: 0 2% 2% 0;
	padding: 2%;
	border-radius: 10px;
    display: flex;	
}
section#region ul.outer li.outer_li:nth-child(3n) {
	margin-right: 0;
}
section#region ul.outer li.outer_li:nth-child(even) ul.inner {
	flex-direction: row-reverse;
}

/* 背景画像
--------------------------- */

/* 共通 */
section#region ul.region_ul li#hokkaido {
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
}
/* 北海道 */
section#region ul.region_ul li#hokkaido {
	background: url(../img/region/hokkaido.jpg);
  	background-position: center center;	
}
/* 東北 */
section#region ul.region_ul li#tohoku {
	background: url(../img/region/tohoku.jpg);
  	background-position: center center;	
}
/* 関東・富士山 */
section#region ul.region_ul li#kanto_mt-fuji {
	background: url(../img/region/kanto_mt-fuji.jpg);
  	background-position: center center;	
}
/* 中部・日本アルプス */
section#region ul.region_ul li#chubu_japanese-alps {
	background: url(../img/region/chubu_japanese-alps.jpg);
  	background-position: center center;	
}
/* 関西・瀬戸内 */
section#region ul.region_ul li#kansai_setouchi {
	background: url(../img/region/kansai_setouchi.jpg);
  	background-position: center center;	
}
/* 九州 */
section#region ul.region_ul li#kyushu {
	background: url(../img/region/kyushu.jpg);
  	background-position: center center;	
}
/*  沖縄・離島 */
section#region ul.region_ul li#okinawa_islands {
	background: url(../img/region/okinawa_islands.jpg);
  	background-position: center center;	
}


/* テキスト
--------------------------- */
section#region ul.inner {
	justify-content: center;
	align-items: stretch;
}
section#region ul.inner li.txt {
	width: 90%;
	padding: 5%;
	border-radius: 10px;
	background: rgba(255,255,255,.8);
}
section#region ul.inner li.txt h3 {
	padding: 0 0 0.5em;
	font-size: 18px;
	text-align: left;
}
section#region ul.inner li.txt p {
	font-size: 16px;
	line-height: 1.5;
}



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

   その他のコンテンツ

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

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(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%;
}

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

   共通部分

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

/* 見出し
--------------------------- */	
.introduction_ul li.txt h2 {
 	display: none;
}


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

   Introduction

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

/* テキスト
--------------------------- */
section#introduction .introduction_ul li.txt {
	width: 98%;
	max-width: 98%;
	padding-left: 2%;
}
section#introduction #introduction_ul li.txt p {
  	font-size: 16px;
}
#about-japan_season section#introduction #introduction_ul li.txt p {
  	font-size: 15px;
}


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

   season

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

/* 画像
--------------------------- */
section#season ul.inner li.photo p.caption_season {
	font-size: 60px;
}	

/* テキスト
--------------------------- */
section#season ul.inner li.txt h3 {
	font-size: 22px;
}
section#season ul.inner li.txt p {
	font-size: 14px;
	line-height: 1.5;
}

/* ボタン */
div.btn-blue a {
  	font-size: 15px;
}

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

   region

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

/* レイアウト
--------------------------- */
section#region ul.outer li.outer_li {
	flex: 0 0 45%;
	margin: 0 2% 2% 0;
	padding: 2%;
}
section#region ul.outer li.outer_li:nth-child(3n) {
	margin-right: 2%;
}
section#region ul.outer li.outer_li:nth-child(2n) {
	margin-right: 0;
}	

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

   その他のコンテンツ

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

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



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

   共通セレクタ

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

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h3 {
	font-size: 28px;
}
	
	
	
/* ___________________________________

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	

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




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

   season

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

/* 画像
--------------------------- */
section#season ul.inner li.photo p.caption_season {
	font-size: 50px;
}	

/* テキスト
--------------------------- */
section#season ul.inner li.txt h3 {
	font-size: 20px;
}

/* ボタン */
div.btn-blue a {
  	font-size: 14px;
}


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

   その他のコンテンツ

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

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

   Introduction

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

/* テキスト
--------------------------- */
section#introduction #introduction_ul li.txt p {
  	font-size: 15px;
}
#about-japan_season section#introduction #introduction_ul li.txt p {
  	font-size: 15px;
}
	

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

   season

------------------------------ */
	
/* レイアウト
--------------------------- */
section#season {
	margin: 5% 0;
}


/* 画像
--------------------------- */
section#season ul.inner li.photo {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 2%;
}
section#season ul.inner li.photo p.caption_season {
	font-size: 50px;
}	

/* テキスト
--------------------------- */
section#season ul.inner li.txt {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0 0 2%;
	padding: 0;
}		
section#season ul.inner li.txt h3 {
	font-size: 22px;
}
section#season ul.inner li.txt p {
	font-size: 14px;
	line-height: 1.5;
}

/* ボタン */
div.btn-blue a {
  	font-size: 15px;
}



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

   region

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

/* レイアウト
--------------------------- */
section#region ul.outer li.outer_li {
	flex: 0 0 auto;
	width: 96%;
	max-width: 96%;
	margin: 0 0 2% 0;
}
section#region ul.outer li.outer_li:nth-child(3n) {
	margin-right: 0;
}
section#region ul.outer li.outer_li:nth-child(2n) {
	margin-right: 0;
}



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

   その他のコンテンツ

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

/* ------------------------------
   レイアウト
------------------------------ */
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 h3 {
	font-size: 26px;
}	

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

   Introduction

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

/* テキスト
--------------------------- */
section#introduction #introduction_ul li.txt p {
  	font-size: 14px;
}
#about-japan_season section#introduction #introduction_ul li.txt p {
  	font-size: 14px;
}
	

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

   season

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

/* テキスト
--------------------------- */		
section#season ul.inner li.txt h3 {
	font-size: 20px;
}



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

   region

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

/* テキスト
--------------------------- */
section#region ul.inner li.txt h3 {
	font-size: 16px;
}
section#region ul.inner li.txt p {
	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;
}


/* ========================================

  下層ページ

======================================== */	
/* ___________________________________

  タイトル
____________________________________ */

.season h1.ttl {
	font-size: 36px;
}	
.wrapper_triangle {
	font-size: 2.8rem;
}
.inner_triangle {
	right: 15em; 
}
}


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

/* ___________________________________

  タイトル
____________________________________ */

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

	
	

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

   共通セレクタ

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

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



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

   その他のコンテンツ

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

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


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


	

}
	
	

/**
 * レスポンシブ: 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 h3 {
	font-size: 20px;
}	


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

   season

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

/* テキスト
--------------------------- */	
section#season ul.inner li.txt h3 {
	font-size: 18px;
}
/* ボタン */
div.btn-blue a {
  	font-size: 14px;
}	
	
	
/* ------------------------------

   その他のコンテンツ

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

/* 画像
--------------------------- */
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;
}
}