@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);


/* ==========================================================================
共通
   ========================================================================== */
.inviewfadeIn {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -webkit-transition: 1s;
    transition: 1s;
}
.fadeIn {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

#goals {
	/* margin-top: 105px; */
	background: #00abc6;
}

.goals-base{
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
	overflow: hidden;
}

.goalsCont {
	font: 16px/1.8 'Noto Sans Japanese', "Lato", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Meiryo", sans-serif;
	font-weight: normal;
	color: #333;
	letter-spacing: .05em;
}
.goalsCont a {
	color: #333 !important;
	text-decoration: none;
}

/* ==========================================================================
   index
   ========================================================================== */
.goals_title{
	position: relative;
	display: block;
	height: 400px;
	background: #f8f8f8;
}

h1.h1_goals{
	position:relative;
	display: block;
	height: 400px;
	width: 1200px;
	margin: 0 auto;
}
h1.h1_goals span{
	position: absolute;
	content: '';
	display: inline-block;
	right: -180px;
	height: 470px;
	width: 1700px;
	background: url("../images/img_goals_h1.png") no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 3;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

}

/* ===== about ========== */

.ContentsTop_01{
	display: block;
	margin-top: 130px;
	position: relative;
	padding: 0 40px 40px;
}
.ContentsTop_01_inner{
	position: relative;
	display: block;
	width: 65%;
	margin: 0 auto;
	z-index: 3;
	padding-left: 20px;
}
.ContentsTop_01:after{
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 86%;
	height: 100%;
	background: #fff;
	z-index: 2;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}
.ContentsTop_01 h2.h2_goals01{
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
}
.ContentsTop_01 h2.h2_goals01:before {
	position: absolute;
	top:-35px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 300px;/*画像の幅*/
	height: 80px;
  background: url("../images/about.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
	margin-right: 100px;
}
.ContentsTop_01 h2.h2_goals01 span{
	position: relative;
	padding-left: 400px;
}
.ContentsTop_01 h2.h2_goals01 span:before{
	position: absolute;
	content: '';
	top:18px;
	left: 300px;
	border: solid 1px #333;
	width: 80px;
	z-index: 3;
}

.container_goals01 {
  position: relative;
}
#goals_more {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 200px; /*グラデーションで隠す高さ*/
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.container_goals01 input:checked + #goals_more {
	background: inherit; 
}
#goals_more:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 200px;
	content: '続きをよむ';
	transform: translate(-50%, 0);
	color: #ffffff;
	background-color: #00abc6;
}
.container_goals01 input {
  display: none;
}
.text-wrapper_goals {
	overflow: hidden;
	height: 400px;
	transition: all 0.5s;
}

.container_goals01 input:checked + #goals_more {
  display: none ;
} 
.container_goals01 input:checked ~ .text-wrapper_goals {
	height: auto;
	/*padding-bottom: 60px;*/
	transition: all 0.5s;
}
/* ===== meeting ========== */
 
.ContentsTop_02{
	display: block;
	margin: 120px auto 0;
	width: 960px;
	position: relative;
	padding: 0 40px 40px;
}
.ContentsTop_02 h2.h2_goals02{
	position: relative;
	margin-bottom: 40px;
}
.ContentsTop_02 h2.h2_goals02:before {
	position: absolute;
	top:-35px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 300px;/*画像の幅*/
	height: 80px;
  background: url("../images/meeting.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
	margin-right: 100px;
}
.ContentsTop_02 h2.h2_goals02 span{
	position: relative;
	padding-left: 410px;
	color: #fff;
}
.ContentsTop_02 h2.h2_goals02 span:before{
	position: absolute;
	content: '';
	top:18px;
	left: 310px;
	border: solid 1px #fff;
	width: 80px;
	z-index: 3;
}
.ContentsTop_02 ul{
	position: relative;
	padding-left: 0;
}
.ContentsTop_02 ul li.meeting_btn01{
	display: block;
	border: solid 3px #fff;
	padding: 10px;
	margin-bottom: 30px;
}
.ContentsTop_02 ul li.meeting_btn01 a{
	position: relative;
	display: block;
	background: #fff;
	padding: 20px;
}
.ContentsTop_02 ul li.meeting_btn01 a:hover{
	opacity: 0.8;
}
.ContentsTop_02 ul li.meeting_btn01 a:before{
	position: absolute;
	top:0;
	right:0;
	content: '';
  display: inline-block;
	width: 355px;
	height: 100%;
	background: url("../images/img_meeting_01.jpg") no-repeat;
	background-size: contain;
}
/*.ContentsTop_02 ul li.meeting_btn01 a:before{
	position: absolute;
	top:0;
	right:0;
	content: '';
  display: inline-block;
	width: 450px;
	height: 100%;
	background: url("../images/img_meeting_01.jpg") no-repeat;
	-webkit-clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0 100%);
	background-size: cover;
}*/
.ContentsTop_02 ul li.meeting_btn01 a h4{
	display:inline-block;
	background: #f2df3a;
	padding: 10px 30px 10px 60px;
	margin-left: -60px;
	font-size: 1.2em;
}
.ContentsTop_02 ul li.meeting_btn01 a .Top_02_txt{
	display: block;
	width: 450px;
	margin-top: 5px;
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

/* ===== case ========== */

.ContentsTop_03{
	display: block;
	margin-top: 120px;
	margin-bottom: 50px;
	position: relative;
	padding: 0 40px 40px;
}
.ContentsTop_03_inner{
	position: relative;
	display: block;
	width: 960px;
	margin: 0 auto;
	z-index: 3;
}
.ContentsTop_03:after{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	max-width: 95%;
	width: 90%;
	height: 100%;
	background: #fff;
	z-index: 2;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.ContentsTop_03 h2.h2_goals03{
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
}
.ContentsTop_03 h2.h2_goals03:before {
	position: absolute;
	top:-35px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 300px;/*画像の幅*/
	height: 80px;
  background: url("../images/case.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
	margin-right: 100px;
}
.ContentsTop_03 h2.h2_goals03 span{
	position: relative;
	padding-left:350px;
}
.ContentsTop_03 h2.h2_goals03 span:before{
	position: absolute;
	content: '';
	top:18px;
	left: 250px;
	border: solid 1px #333;
	width: 80px;
	z-index: 3;
}
.ContentsTop_03 ul{
	position: relative;
	padding-left: 80px;
}
.ContentsTop_03 ul li.case_btn01,
.ContentsTop_03 ul li.case_btn02{
	display: block;
	padding: 10px;
	margin-bottom: 40px;
}
.ContentsTop_03 ul li.case_btn01 a,
.ContentsTop_03 ul li.case_btn02 a{
	position: relative;
	display: block;
	background: #fff;
	border: solid 3px #00abc6;
	padding: 20px;
}
.ContentsTop_03 ul li.case_btn01 a:hover,
.ContentsTop_03 ul li.case_btn02 a:hover{
	opacity: 0.8;
}
.ContentsTop_03 ul li.case_btn01 a:before{
	position: absolute;
	top:-10px;
	left:-90px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 180px;/*画像の幅*/
	height: 180px;
	background: url("../images/img_case_01.png") no-repeat;
	background-size: contain;
	z-index: 4;
}
.ContentsTop_03 ul li.case_btn02 a:before{
	position: absolute;
	top:-20px;
	left:-90px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 180px;/*画像の幅*/
	height: 180px;
	background: url("../images/img_case_02.png") no-repeat;
	background-size: contain;
	z-index: 4;
}
.ContentsTop_03 ul li.case_btn01 a:after,
.ContentsTop_03 ul li.case_btn02 a:after{
	position: absolute;
	top: 38%;
	right:20px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 40px;/*画像の幅*/
	height: 40px;
	background: url("../images/ico_arrow.gif") no-repeat;
	background-size: contain;
  padding-right: 5px;
  color: #00abc6;/*アイコンの色*/
}
.ContentsTop_03 ul li a h4{
	display:inline-block;
	width: 250px;
	background: #f2df3a;
	padding: 7px 30px 7px 85px;
	font-size: 1.2em;
	font-weight: bold;
}
.ContentsTop_03 ul li .Top_03_txt{
	display: block;
	width: 650px;
	margin-top: 5px;
	padding-left: 85px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

/* ===== data ========== */

.ContentsTop_04{
	display: block;
	margin: 120px auto 0;
	width: 960px;
	position: relative;
	border: solid 2px #fff;
	box-sizing: border-box;
}
.ContentsTop_04_inner{
	position: relative;
	display: block;
	width: 700px;
	margin: 0 auto;
	padding: 40px;
	z-index: 3;
}
.ContentsTop_04 h2.h2_goals04{
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.ContentsTop_04 h2.h2_goals04:before {
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width: 200px;/*画像の幅*/
	height: 80px;
  background: url("../images/data.png") no-repeat;
  background-size: contain;
	margin: 0 auto 15px;;
}
.ContentsTop_04 h2.h2_goals04 span{
	display: inline-block;
	padding: 10px;
	color: #fff;
	border-top: solid 2px #fff;
}
.DL_btn{
	margin-bottom: 30px;
}
.DL_btn a{
	display: block;
	background: #fff;
	width: 380px;
	padding: 10px 10px 10px 20px;
}
.DL_btn a:hover{
	opacity: 0.8;
}
.DL_btn a span{
	position: relative;
	padding-left: 40px;
	font-size: 1.2em;
	color: #00abc6;
}
.DL_btn a span:before{
	position: absolute;
	top:0;
	left:0;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 50px;/*画像の幅*/
	height: 100%;
	background: url("../images/ico_pdf.gif") no-repeat;
	background-size: contain;
	vertical-align: middle;
	z-index: 4;
}
.Leef{
	border-right: solid 9px #00abc6;
	border-bottom: solid 9px #00abc6;
	box-shadow: 4px 4px 0 #fff;
}
.en_btn{
	display: block;
}
.en_btn a{
	display: block;
	width: 350px;
	background: #f2df3a;
	padding: 10px 30px;
	font-size: 1.2em;
	margin: 80px auto 40px;
	text-align: center;
}
.en_btn a:hover{
	opacity: 0.8;
}
	
/* ==========================================================================
   case
   ========================================================================== */

.goals_second_title{
	position: relative;
	display: block;
	width: 100%;
	background: #f8f8f8;
	margin: 0 auto;
	padding-bottom: 10px;
	z-index: 1;
}
.goals_second_title:before{
	position: absolute;
	top:0;
	left:-150px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 100%;	
	height: 100%;
  background: url("../images/img_goals_second_bg.png") no-repeat;
  background-size: contain;
	overflow: hidden;
	z-index: 2;
}
.goals_second_title:after{
	position: absolute;
	top:0;
	right: 0;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 100%;
	height: 100%;
	vertical-align: top;
  background: url("../images/img_goals_second_h1_01.png") no-repeat;
	background-position: top right;
  background-size: contain;
	overflow: hidden;
	z-index: 2;
}

h1.h1_second{
	position:relative;
	display: block;
	width: 900px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 15px;
	line-height: 1.4em;
	z-index: 3;
}

h1.h1_second:before{
	position: absolute;
	top: 15px;
	right: 40%;
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
	width: 200px;
	height: 60px;
	vertical-align: top;
  background: url("../images/img_goals_logo.png") no-repeat;
	background-position: top right;
  background-size: contain;
}
h1.h1_second:after,
h1.h1_second_short:after{
	position: absolute;
	top: 70px;
	right: 40%;
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
	width: 200px;
	height: 10px;
	border-bottom: solid 5px #333;
}

h1.h1_second span,
h1.h1_second_short span{
	position:relative;
	font-size: 0.6em;
	font-weight: bold;
}

.info_nav{
	display: block;
	box-sizing: border-box;
	width: 960px;
	margin:40px auto;
  padding: 20px 20px 5px 20px; 
  position: relative;
  background: #fff;
	border-radius: 40px;
}
.info_nav ul{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.info_nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 50px;
	padding-left: 20px;
	padding-bottom: 20px;
	float:left;
	color: #333;
	letter-spacing: 0.10em;
  line-height: 1.5em;
  list-style-type: none!important;
}
.info_nav ul li a{
	text-decoration: none;
	color: #333;
}

.info_nav ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
	font-weight: 900;
  position: absolute;
	top: 0;
  left : 0; /*左端からのアイコンまで*/
  color: #00abc6; /*アイコン色*/
}
.info_nav ul li a:hover{
	opacity: 0.6;
}

.ContentsTop_second{
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 50px auto 0;
	padding: 40px;
	background: #fff;
	width: 960px;
	z-index: 2;
	border-radius: 40px;
}
.second_sec{
	margin-bottom: 60px;
}
.second_sec_last{
	margin-bottom: 0;
}

h2.h2_second{
	position: relative;
	display: block;
	padding-left: 40px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: solid 2px #00abc6;
	margin-bottom: 15px;
}
h2.h2_second:after{
	position: absolute;
	display: inline-block;
	top: -3px;
	left:0;
  content: "●";
	font-size: 1.2em;
  padding-right: 5px;
  color: #00abc6;/*アイコンの色*/
}

ul.goals_list li{
	margin-left: -30px;
	position: relative;
	padding-left:20px;
	list-style:none;
}
ul.goals_list li:before{
	position: absolute;
	display: inline-block;
	top:0;
	left:0;
  content: "●";
  padding-right: 5px;
  color: #00abc6;/*アイコンの色*/
}
ul.goals_list li a{
	display: block;
	width: 95%;
}
ul.goals_list li a:after{
	position: absolute;
	top: 25%;
	right:0;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 30px;/*画像の幅*/
	height: 30px;
	background: url("../images/ico_arrow.gif") no-repeat;
	background-size: contain;
  padding-right: 5px;
  color: #00abc6;/*アイコンの色*/
}
ul.goals_list li a.en_list:after{
	position: absolute;
	top: 25%;
	right:0;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 20px;/*画像の幅*/
	height: 20px;
	background: url("../images/ico_arrow.gif") no-repeat;
	background-size: contain;
  padding-right: 5px;
  color: #00abc6;/*アイコンの色*/
}
ul.goals_list li a:hover{
	opacity: 0.6;
}
ul.goals_list li.uline{
	display: block;
  padding-bottom: 5px;
	border-bottom: solid 1px #00abc6;
	margin-bottom: 20px;
}


.Leef_blue{
	border-right: solid 9px #fff;
	border-bottom: solid 9px #fff;
	box-shadow: 4px 4px 0 #00abc6;
}
a .Leef_blue:hover{
	opacity: 0.8;
}
.DL_btn_blue a{
	display: inline-block;
	background: #00abc6;
	width: 380px;
	padding: 10px 10px 10px 20px;
}
.DL_btn_blue a:hover{
	opacity: 0.8;
}
.DL_btn_blue a span{
	position: relative;
	padding-left: 40px;
	font-size: 1.2em;
	color: #fff;
}
.DL_btn_blue a span:before{
	position: absolute;
	top:0;
	left:0;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 50px;/*画像の幅*/
	height: 100%;
	background: url("../images/ico_pdf_white.gif") no-repeat;
	background-size: contain;
	vertical-align: middle;
	z-index: 4;
}

.back_btn{
	display: block;
}
.back_btn a{
	position: relative;
	display: block;
	width: 400px;
	padding: 20px 30px;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: solid 3px #00abc6;
}
.back_btn a span{
	position: relative;
	padding-left: 30px
}
.back_btn a span:before{
	position: absolute;
	top: 0;
	left:-30px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 30px;/*画像の幅*/
	height: 30px;
	background: url("../images/ico_arrow.gif") no-repeat;
	background-size: contain;
  padding-right: 5px;
  color: #00abc6;/*アイコンの色*/
}
.back_btn a:hover{
	opacity: 0.6;
}

.goals_menu h3{
	position: relative;
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}
.goals_menu h3:before{
	position: absolute;
	display: inline-block;
	content: '';
	top: 16px;
	left:-70px;
	width: 60px;
	height:7px;
	background:  #f2df3a;
	z-index: 2;
}
	
/* ==========================================================================
   en
   ========================================================================== */

.goals_en_title{
	position: relative;
	display: block;
	height: 230px;
	width: 100%;
	background: #f8f8f8;
	margin: 0 auto;
	z-index: 1;
}
.goals_en_title:before{
	position: absolute;
	top:0;
	left:-50px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 100%;	
	height: 230px;
  background: url("../images/img_goals_second_bg.png") no-repeat;
  background-size: contain;
	overflow: hidden;
	z-index: 2;
}
.goals_en_title:after{
	position: absolute;
	top:0;
	right: -50px;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 100%;
	height: 230px;
	vertical-align: top;
  background: url("../images/img_goals_second_h1_01.png") no-repeat;
	background-position: top right;
  background-size: contain;
	z-index: 2;
}
h1.h1_en{
	position:relative;
	display: block;
	width: 900px;
	margin: 0 auto;
	font-weight: bold;
	padding-top: 120px;
	line-height: 1.4em;
	text-align: center;
	z-index: 3;
}
h1.h1_en:before{
	position: absolute;
	top: 15px;
	right: 40%;
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
	width: 200px;
	height: 60px;
	vertical-align: top;
  background: url("../images/img_goals_logo.png") no-repeat;
	background-position: top right;
  background-size: contain;
}
h1.h1_en:after{
	position: absolute;
	top: 70px;
	right: 40%;
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
	width: 200px;
	height: 10px;
	border-bottom: solid 5px #333;
}

h3.h3_second{
	display: inline;
	font-size:1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 5px 3px 5px;
	background: #f2df3a;
}
h4.h4_second{
	margin-left:35px;
	margin-top: 20px;
	color: #00abc6;
	text-indent: -30px;
}
h4.h4_second:first-letter{
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333;
}
ul.goals_list_s li{
	margin-left: -30px;
	position: relative;
	padding-left:15px;
	list-style:none;
	line-height: 1.5em;
	margin-bottom: 10px;
}

ul.goals_list_s li:before{
	position: absolute;
	display: inline-block;
	top:0;
	left:0;
  content: "●";
  padding-right: 5px;
	font-size:0.5em;
  color: #00abc6;/*アイコンの色*/
}
ol.no_num li{
	margin-top: 5px;
	font-size: 0.9em;
}
a.link_List ul{
	position: relative;
	display: block;
	padding-bottom: 5px;
	padding-left: -30px;
	border-bottom: solid 1px #00abc6;
}
a.link_List ul li{
	display: inline-block;
	width: 95%;
	margin-left: -10px;
	position: relative;
	padding-left:20px;
	list-style:none;
	line-height: 1.5em;
	text-indent: -1em;
}
a.link_List ul li:first-letter{
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #00abc6;
}
a.link_List ul:after{
	position: absolute;
	top: 25%;
	right:0;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	width: 20px;/*画像の幅*/
	height: 20px;
	background: url("../images/ico_arrow.gif") no-repeat;
	background-size: contain;
  padding-right: 5px;
  color: #00abc6;/*アイコンの色*/
}
a.link_List ul:hover{
	opacity: 0.6;
}

h3.h3_actionplan01,
h3.h3_actionplan02,
h3.h3_actionplan03,
h3.h3_actionplan04,
h3.h3_actionplan05{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 40px;
}
h3.h3_actionplan03,
h3.h3_actionplan04{
	width: 550px;
}

h3.h3_actionplan01 span,
h3.h3_actionplan02 span,
h3.h3_actionplan03 span,
h3.h3_actionplan04 span,
h3.h3_actionplan05 span{
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #00abc6;
	border-bottom: solid 2px #333;
}
h3.h3_actionplan01:before {
	position: absolute;
	display: inline-block;
	bottom:-20px;
	right:-550px;
	content: '';/*何も入れない*/
  width: 250px;/*画像の幅*/
	height: 80px;
  background: url("../images/img_ap_01.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
	margin-right: 100px;
}
h3.h3_actionplan02:before {
	position: absolute;
	display: inline-block;
	bottom:-20px;
	right:-510px;
	content: '';/*何も入れない*/
  width: 250px;/*画像の幅*/
	height: 80px;
  background: url("../images/img_ap_02.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
	margin-right: 100px;
}
h3.h3_actionplan03:before {
	position: absolute;
	display: block;
	bottom:-20px;
	right:-430px;
	content: '';/*何も入れない*/
  width: 300px;/*画像の幅*/
	height: 80px;
  background: url("../images/img_ap_03.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
	margin-right: 100px;
}
h3.h3_actionplan04:before {
	position: absolute;
	display: inline;
	bottom:-20px;
	right:-430px;
	content: '';/*何も入れない*/
  width: 350px;/*画像の幅*/
	height: 80px;
  background: url("../images/img_ap_04.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
	margin-right: 100px;
}
h3.h3_actionplan05:before {
	position: absolute;
	display: inline;
	bottom:-20px;
	right:-460px;
	content: '';/*何も入れない*/
  width: 250px;/*画像の幅*/
	height: 80px;
  background: url("../images/img_ap_05.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
	margin-right: 100px;
}
h4.h4_ap{
	display: inline-block;
	font-size: 1.2em;
	color: #00abc6;
	padding-bottom: 3px;
}
h4.h4_ap:first-letter{
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333;
}
h4.h4_ap span{
	display:inline-block;
	background: #00abc6;
	font-size: 1.2em;
	color: #fff;
	padding: 0 5px;
}
.ap_aria{
	margin-top: 20px;
	padding: 30px;
	border: solid 2px #00abc6;
}
	
/* ==========================================================================
   meeting
   ========================================================================== */
.ContentsTop_meeting{
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 50px auto 0;
	padding: 40px;
	background: #fff;
	width: 960px;
	z-index: 2;
	border-radius: 40px;
}

ul.meeting_nav{
	display: block;
	margin-left: -35px;
}
ul.meeting_nav li {
	position: relative;
	display: inline-block;
	margin-right: 50px;
	padding-left: 20px;
	padding-bottom: 20px;
	float:left;
	color: #333;
	letter-spacing: 0.10em;
  line-height: 1.5em;
  list-style-type: none!important;
}
ul.meeting_nav li a{
	text-decoration: none;
	color: #333;
}
ul.meeting_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
	font-weight: 900;
  position: absolute;
	top: 0;
  left : 0; /*左端からのアイコンまで*/
  color: #00abc6; /*アイコン色*/
}
ul.meeting_nav li a:hover{
	opacity: 0.6;
}

.meeting_menber{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menber{
	font-size: 0.8em;
	line-height: 1.7em;
}

.activity-interview__txt {
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
	min-height: 45px;
	text-align: justify;
	line-height: 2;
}
.activity-interview__ico01:before, 
.activity-interview__ico02:before, 
.activity-interview__ico03:before, 
.activity-interview__ico04:before, 
.activity-interview__ico05:before, 
.activity-interview__ico06:before, 
.activity-interview__ico07:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	margin: auto;
	width: 45px;
	height: 62px;
	background: url("../images/pic_meeting01_face01.png") no-repeat;
	background-size: 45px auto;
}
.activity-interview__ico01,
.activity-interview__ico02,
.activity-interview__ico03,
.activity-interview__ico04,
.activity-interview__ico05,
.activity-interview__ico06,
.activity-interview__ico07{
	margin-top: 40px;
}
.activity-interview__ico01:before,
.activity-interview__ico02:before,
.activity-interview__ico03:before,
.activity-interview__ico04:before,
.activity-interview__ico05:before,
.activity-interview__ico06:before,
.activity-interview__ico07:before{
  width: 45px;
  height:62px;
}
.activity-interview__ico01.meeting01:before{
  background: url("../images/pic_meeting01_face01.png") no-repeat;
  background-size: 45px auto;
}
.activity-interview__ico02.meeting01:before{
  background: url("../images/pic_meeting01_face02.png") no-repeat;
  background-size: 45px auto;
}
.activity-interview__ico03.meeting01:before{
  background: url("../images/pic_meeting01_face03.png") no-repeat;
  background-size: 45px auto;
}
.activity-interview__ico04.meeting01:before{
  background: url("../images/pic_meeting01_face04.png") no-repeat;
  background-size: 45px auto;
}
.activity-interview__ico05.meeting01:before{
  background: url("../images/pic_meeting01_face05.png") no-repeat;
  background-size: 45px auto;
}
.activity-interview__ico06.meeting01:before{
  background: url("../images/pic_meeting01_face06.png") no-repeat;
  background-size: 45px auto;
}
.activity-interview__ico07.meeting01:before{
  background: url("../images/pic_meeting01_face07.png") no-repeat;
  background-size: 45px auto;
}

ol.goals_num {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.goals_num li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.goals_num li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #00abc6;
  color: #fff;
  font-weight:bold;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}