@charset "UTF-8";

/******* EISESiV-C_site_index.css ********/

/*----------------------------------------
  layouts main_visual
----------------------------------------*/

.mv_area {
	background-color: #dddddd;
	text-align: center;
	}

.mv_section {
	position: relative;
	}

.mainImg img {
	position: absolute;
	}

.catch {
	position: absolute;
	width: 500px;
	top: 20%;
	left: 20%;
	}

.catch-1 {
	position: absolute;
	width: 2%;
	top: 78%;
	left: 64%;
	}

.catch-2 {
	position: absolute;
	width: 260px;
	top: 10%;
	left: 60%;
	}


/*----------------------------------------
  components notice
----------------------------------------*/
.preface {
	margin: 0 auto;
	max-width: 980px;
	}

.notice {
	text-align: left;
	padding-top: 10px;
	}

/*----------------------------------------
  components about_section
----------------------------------------*/

.about_section {
  display: flex;
}

.about_section .about_main_block,
.about_section .about_member_block {
  width: 50%;
}

.about_section .about_main_block {
  padding: 20px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.about_section .about_main_block_inner {
  width: 560px;
  margin: 0 -46px 0 auto;
  padding: 20px 20px 0px 30px;
  border: 4px solid #c7e0ee;
}

.about_section .about_main_block_inner .illust {
	text-align: center;
	}

.illust_01 {
	width: 80%;
	}

.illust_02 {
	width: 70%;
	}

.right_note {
	float: right;
	font-size: 0.2rem;
	}


.about_section .about_main_block .block_catch {
  margin-bottom: 26px;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: bold;
  color: #005d90;
}

.about_section .about_main_block .block_catch.en {
  font-family: "Oswald", sans-serif;
}

.about_section .block_text {
  line-height: 1.8;
}

.about_section .block_text + .block_text {
  margin-top: 1em;
}

.about_section .about_member_block {
  display: flex;
  align-items: center;
  padding-left: 80px;
}

.about_section .member_list {
  width: 440px;
}

.about_section .member_item {
  display: flex;
  justify-content: space-between;
}

.about_section .member_item:not(:first-of-type) {
  margin-top: 40px;
}

.about_section .member_item.en {
  align-items: center;
}

.about_section .member_photo {
  width: 160px;
}

.about_section .member_photo_img {
  width: 100%;
}

.about_section .member_detail {
  width: 353px;
}

.about_section .member_name {
  margin-bottom: 12px;
  padding-left: 10px;
  font-weight: bold;
}

.about_section .member_name.en {
  margin-bottom: 0;
}

.about_section .member_comment {
  font-size: 1.6rem;
  padding-left: 10px;
  line-height: 1.6;
}

.infographic_01 {
  width: 100%;
}


/*----------------------------------------
  components feature_section
----------------------------------------*/

.feature_section {
  padding: 20px 0;
  background-color: #fafafb;
}

.feature_section .section_inner {
  width: 1000px;
  margin: 0 auto;
}

.feature_section .section_header {
  display: flex;
  align-items: center;
  height: 120px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.feature_section .section_header::before {
  display: block;
  width: 120px;
  height: 120px;
  border: 4px solid #eceef1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.feature_section .section_title {
  font-size: 3rem;
  font-weight: bold;
  color: #005d90;
}

.feature_section .section_title_en {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #005d90;
  letter-spacing: .05em;
}

.feature_section .section_title.en {
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  color: #005d90;
}

.feature_section .section_body {
  padding: 0 0 20px;
  }

.feature_section .block_text {
  line-height: 1.9;;
  }



/*----------------------------------------
  components news_section
----------------------------------------*/

.news_section {
  padding: 20px 0 0;
  background-color: #ffffff;
}

.news_section .section_inner {
  width: 1000px;
  margin: 0 auto;
}

.news_section .section_header {
  display: flex;  /*要素のブロックをフレキシブルにする*/
  align-items: center;
  height: 120px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.news_section .section_header::before {
  display: block;  /*要素をブロックボックスとして表示にする*/
  width: 120px;
  height: 120px;
  border: 4px solid #eceef1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.news_section .section_title {
  font-size: 3rem;
  font-weight: bold;
  color: #005d90;
}

.news_section .section_title_en {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #005d90;
  letter-spacing: .05em;
}

.news_section .section_title.en {
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  color: #005d90;
}

.news_section .section_body {
  padding: 0 0 20px;
}

.news_section .section_body dl {
	margin: 0 0 10px 0;
	width: 100%;
	line-height: 1.6;
	float: left;
	padding: 10px;
	border-bottom: dotted 2px #dddddd;
	}

.news_section .section_body dt {
	float: left;
	width: 10%;
	text-align: left;
	color: #888888;
	font-weight: bold;
	margin-right: 1.0%;
	}

.news_section .section_body dd {
	float: auto;
	width: 82%;
	text-align: left;
	}

.news_section .section_body dd a:hover {
	color: #0000ff;
	}



/*----------------------------------------
  components org_section
----------------------------------------*/

.org_section {
  padding: 20px 0 0;
  background-color: #ffffff;
}

.org_section .section_inner {
  width: 1000px;
  margin: 0 auto;
}

.org_section .section_header {
  display: flex;  /*要素のブロックをフレキシブルにする*/
  align-items: center;
  height: 120px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.org_section .section_header::before {
  display: block;  /*要素をブロックボックスとして表示にする*/
  width: 120px;
  height: 120px;
  border: 4px solid #eceef1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.org_section .section_title {
  font-size: 3rem;
  font-weight: bold;
  color: #005d90;
}

.org_section .section_title_en {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #005d90;
  letter-spacing: .05em;
}

.org_section .section_title.en {
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  color: #005d90;
}

.org_section .section_body {
  padding: 0 0 20px;
}

.org_section .org_text {
  line-height: 1.9;
}

.org_section .org_infographic {
  padding: 10px 0 20px;
}

.org_section .org_infographic_img {
  display: block; /*要素をブロックボックスとして表示にする*/
  width:60%;
  margin: 0 auto; /*要素をセンタリング*/
}


/*----------------------------------------
  components member_section
----------------------------------------*/

.member_section {
  padding: 20px 0;
  background-color: #fafafb;
}

.member_section .section_inner {
  width: 1000px;
  margin: 0 auto;
}

.member_section .section_header {
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.member_section .section_title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #005d90;
}

.member_section .section_title_en {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #005d90;
  letter-spacing: .05em;
}

.member_section .section_title.en {
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  color: #005d90;
}

.member_section .member_list {
  margin-left: 60px;
  margin-bottom: 20px;
  line-height: 1.9;
}

.member_section .member_text {
  text-align: left;
  line-height: 1.9;
}

.member_section .member_note {
  text-align: right;
  font-size: 1.0rem;
}



/*----------------------------------------
  components company_section
----------------------------------------*/

.company_section {
  padding: 20px 0;
  background-color: #ffffff;
}

.company_section .section_inner {
  width: 1000px;
  margin: 0 auto;
}

.company_section .section_header {
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.company_section .section_title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #005d90;
}

.company_section .section_title_en {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #005d90;
  letter-spacing: .05em;
}

.company_section .section_title.en {
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  color: #005d90;
}

.company_section .section_body {
  margin-left: 60px;
  margin-bottom: 10px;
}

.company_section ul #company_name{
	line-height: 30px;          /* ロゴ高さを考慮*/
	vertical-align: middle;
	}

.company_section img{
	margin: 0 0 10px 10px;
	border: 1px solid #eceef1;
	box-shadow: 0 0 1px grey;
	}

.company_section .company_note {
	text-align: right;
	font-size: 12px;
	}


/*----------------------------------------
  components inv_section
----------------------------------------*/

.inv_section {
  padding: 20px 0 0;
  background-color: #fff;
}

.inv_section .section_inner {
  width: 1000px;
  margin: 0 auto;
}

.inv_section .section_header {
  display: flex;  /*要素のブロックをフレキシブルにする*/
  align-items: center;
  height: 120px;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.inv_section .section_header::before {
  display: block;  /*要素をブロックボックスとして表示にする*/
  width: 120px;
  height: 120px;
  border: 4px solid #eceef1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.inv_section .section_title {
  font-size: 3rem;
  font-weight: bold;
  color: #005d90;
}

.inv_section .section_title_en {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #005d90;
  letter-spacing: .05em;
}

.inv_section .section_title.en {
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  color: #005d90;
}

.inv_section .section_body {
  padding: 0 0 20px;
}

.inv_section .org_text {
  line-height: 1.9;
}

.inv_section .org_infographic {
  padding: 20px 0 20px;
}

.inv_section .org_infographic_img {
  display: block; /*要素をブロックボックスとして表示にする*/
  width: 800px;
  margin: 0 auto; /*要素をセンタリング*/
}



/*----------------------------------------
  layouts footer
----------------------------------------*/

.footer_entry {
  display: flex;
}

.footer_entry_block {
  width: 50%;
}

.footer_entry .block_inner {
  width: 440px;
  padding: 0px 0 40px 0;
}

.footer_entry .block_sub_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.footer_entry .block_sub_title.en {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
}

.footer_entry .block_title {
  margin-bottom: 2px;
  font-size: 2.0rem;
  font-weight: bold;
}

.footer_entry .block_title.en {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
}

.footer_entry .block_text {
  line-height: 1.9;
}

.footer_entry .block_text_link {
  text-decoration: underline;
}

.footer_entry .block_file_list {
  display: block;
  flex-wrap: wrap;
  line-height: 2.0;
}

.footer_entry .block_file_list.en {
  flex-direction: column;
}

.footer_entry .block_file_list.en .file_item {
  width: 100%;
  margin-bottom: 16px;
}

.footer_entry .file_item {
  display: flex;
  align-items: center;
}

.footer_entry .file_item_icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.footer_entry .file_link {
  text-decoration: underline;
}

.footer_entry .block_left {
  padding-right: 80px;
  background-color: #fff;
  background-size: cover;
  color: #000000;
}

.footer_entry .block_left .block_inner {
  margin: 0 0 0 auto;
}

.footer_entry .block_left .block_file_list {
  margin-top: 16px;
}

.footer_entry .block_left .file_link {
  color: #000000;
}

.footer_entry .block_right {
  padding-left: 100px;
  background-color: #fff;
  color: #333333;
}

.footer_entry .block_right .block_title {
  color: #005d90;
}

.footer_entry .block_right .block_file_list {
  margin-top: 10px;
}





