@charset "utf-8";



#vidual-area{
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#slider {
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  #slider {
    /* The hack for Safari */
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}


.slider_mask {
	display: block;
	position: absolute;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
}

.slider_mask img {
    width: 100%;
    height: auto;
}

.slider_title {
	display: block;
	position: absolute;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    top: 180px;
	left: 50%;
	transform: translateX(-50%);
    color: #fff;
	font-size: 4.4em;
	line-height: 1.4em;
	font-weight: 300;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    z-index: 1000;
    text-align: center;
}

@media only screen and (max-width: 1200px) {

	.slider_title {
		display: block;
		position: absolute;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	    top: 240px;
		left: 50%;
		transform: translateX(-50%);
	    color: #fff;
		font-size: 3.6em;
		line-height: 1.4em;
		font-weight: 300;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	    z-index: 1000;
	    text-align: center;
	}

}

@media only screen and (max-width: 980px) {

	.slider_title {
		display: block;
		position: absolute;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	    top: 240px;
		left: 50%;
		transform: translateX(-50%);
	    color: #fff;
		font-size: 2.8em;
		line-height: 1.4em;
		font-weight: 300;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	    z-index: 1000;
	    text-align: center;
	}

}

@media only screen and (max-width: 768px) {

	.slider_title {
		display: block;
		position: absolute;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	    top: 240px;
		left: 50%;
		transform: translateX(-50%);
	    color: #fff;
		font-size: 1.8em;
		line-height: 1.4em;
		font-weight: 300;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	    z-index: 1000;
	    text-align: center;
	}

}















.slider_bt {
	display: block;
	position: absolute;
    padding: 0 0 0 0;
    margin: 0 0 0 -150px;
    width: 300px;
    height: 70px;
    background: #26ade5;
    border-radius: 35px;
    bottom: 120px;
	left: 50%;
    line-height: 70px;
    color: #fff;
    font-size: 1.8em;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	z-index: 1000;
	text-align: center;
}

.slider_bt a,
.slider_bt a:hover {
	display: block;
    width: 300px;
    height: 70px;
	color: #fff;
	text-decoration: none;
}
	
	
.page_entry {
	display: block;
	position: relative;
    padding: 0 0 0 0;
    margin: 80px auto 80px auto;
    width: 300px;
    height: 70px;
    background: #26ade5;
    border-radius: 35px;
    line-height: 70px;
    color: #fff;
    font-size: 1.8em;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
	overflow: hidden;
}
	
.page_entry a,
.page_entry a:hover {
	display: block;
    width: 300px;
    height: 70px;
	color: #fff;
	text-decoration: none;
}	
	
















#ex_header {
	display: block;
	position:fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(255,255,255,0.8);
	border-bottom: 1px solid #d9d9d9;
	box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.2);
}

.ex_header-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100px;
}
	


.ex_header-logo {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 28px;
	left: 20px;
}

.ex_header-logo2 {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 40px;
	left: 310px;
}



.ex_header-link {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 480px;
	height: 100px;
	top; 0;
	right: 100px;
}


.ex_header-link ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 480px;
	height: 100px;
}


.ex_header-link ul li {
	float: left;
}

.ex_bt01 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 240px;
	height: 100px;
	background: #26ade5;
	line-height: 100px;
	font-size: 2em;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
}

.ex_bt01 a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 240px;
	height: 100px;
	color: #fff;
	text-decoration: none;
}

/*
.ex_bt02 a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 0.9em;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
}
*/

.ex_bt02 {
	width: 240px;
	height: 100px;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: #375592;
}

.ex_bt02 a {
	display: flex;
	width: 240px;
	height: 100px;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: #375592;
	text-decoration: none;
}
  
.ex_bt02 a span {
	font-size: 1.2em;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #fff;
	text-decoration: none;
}


@media only screen and (max-width: 1200px) {
	
	#ex_header {
		display: block;
		position:fixed;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 100px;
		top: 0;
		left: 0;
		z-index: 1000;
		background: rgba(255,255,255,0.8);
		border-bottom: 1px solid #d9d9d9;
		box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.2);
	}
	
	.ex_header-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 100px;
	}	
	
	.ex_header-logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 28px;
		left: 20px;
	}
	
	.ex_header-logo2 {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 40px;
		left: 310px;
	}

	.ex_header-link {
		display: none;
	}

}	
	
	
@media only screen and (max-width: 770px) {	
	
	.ex_header-logo2 {
		display: none;
	}
	
	
	/*
	.ex_header-link {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 100px;
		top; 0;
		right: 0;
	}
	
	
	.ex_header-link ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 100px;
	}
		
	.ex_bt01 {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 50%;
		height: 100px;
		background: #26ade5;
		line-height: 100px;
		font-size: 2em;
		font-weight: 700;
		font-family: 'Noto Sans Japanese', sans-serif;
		text-align: center;
	}
	
	.ex_bt01 a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 100px;
		color: #fff;
		text-decoration: none;
	}	

	
	.ex_bt02 {
		width: 50%;
		height: 100px;
		text-align: center;
		justify-content: center;
		align-items: center;
		background: #375592;
	}
	
	.ex_bt02 a {
		display: flex;
		width: 100%;
		height: 100px;
		color: #fff;
		text-align: center;
		justify-content: center;
		align-items: center;
		background: #375592;
		text-decoration: none;
	}
	*/
	
}






/*　ヘッダー上下　*/

#ex_header.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/* */

#ex_header.DownMove {
	animation: DownAnime 1.0s forwards;
}

@keyframes DownAnime {
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}






#content {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	min-height: 800px;
}






/* ===== #work_style ===== */

#work_style {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}


#work_style h2 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
	font-size: 2.8em;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	
	line-height: 1.1em;
	text-align: center;
	color: #333;
}

#work_style h3 {
	display: block;
	position: relative;
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	
	font-size: 1.8em;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	
	line-height: 1.8em;
	text-align: center;
	color: #2e4676;
}

.work_lead {
	display: block;
	position: relative;
	padding: 16px 0 50px 0;
	margin: 0 0 0 0;
	
	font-size: 1.6em;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	
	line-height: 1.6em;
	text-align: center;
	color: #2e4676;
}

.work_detail {
	display: block;
	position: relative;
	padding: 18px 0 18px 0;
	margin: 0 0 0 0;
	
	font-size: 1.2em;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	
	line-height: 1.8em;
	text-align: center;
	color: #2e4676;
}


@media only screen and (max-width: 980px) {

	.work_lead {
		display: block;
		position: relative;
		padding: 16px 0 50px 0;
		margin: 0 0 0 0;
		
		font-size: 1.6em;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
		
		line-height: 1.6em;
		text-align: center;
		color: #2e4676;
	}
	
	.work_detail {
		display: block;
		position: relative;
		padding: 18px 28px 18px 28px;
		margin: 0 0 0 0;
		
		font-size: 1.2em;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
		
		line-height: 1.8em;
		text-align: center;
		color: #2e4676;
	}


	.work_detail br {
		display: none;
	}

}

@media only screen and (max-width: 660px) {

	.work_detail {
		display: block;
		position: relative;
		padding: 18px 40px 18px 40px;
		margin: 0 0 0 0;
		
		font-size: 1.2em;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
		
		line-height: 1.8em;
		text-align: center;
		color: #2e4676;
	}

}

@media only screen and (max-width: 420px) {

	#work_style h2 {
		display: block;
		position: relative;
		padding: 60px 0 0 0;
		margin: 0 18px 0 18px;
		
		font-size: 1.8em;
		font-weight: 700;
		font-family: 'Noto Sans Japanese', sans-serif;
		
		line-height: 1.4em;
		text-align: center;
		color: #333;
	}
	
	#work_style h3 {
		display: block;
		position: relative;
		padding: 30px 0 0 0;
		margin: 0 18px 0 18px;
		
		font-size: 1.5em;
		font-weight: 700;
		font-family: 'Noto Sans Japanese', sans-serif;
		
		line-height: 1.8em;
		text-align: center;
		color: #2e4676;
	}

	.work_lead {
		display: block;
		position: relative;
		padding: 16px 0 50px 0;
		margin: 0 18px 0 18px;
		
		font-size: 1.4em;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
		
		line-height: 1.6em;
		text-align: center;
		color: #2e4676;
	}
	
	.work_lead br {
		display: none;
	}
	
}















/* ===== sustana_work ===== */

.sustana_work_area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 60px auto;
	width: 90%;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
}

.sustana_work_area ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.sustana_work_area ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 33.33%;
	max-width: 400px;
	height: auto;
	float: left;
}

.sustana_work_img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.sustana_work_img img {
	transform: scale(1);
	transition: .3s ease-in-out;
}

.sustana_work_img a:hover img {
	transform:scale(1.2);
}

.mask {
    display: block;
    line-height: 0;
    overflow: hidden;
}


.sustana_work_txt {
	display: block;
	position: absolute;
	top: 14px;
	left: 12px;
	font-size: 2.8em;
	line-height: 1.1em;
	color: #fff;
	letter-spacing: -2px;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	z-index: 2;
	  -webkit-text-stroke: 1px #2e4676;
	  text-stroke: 1px #2e4676;
}

.sustana_work_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 18px 0 0 0;
	text-align: center;
	font-size: 2.4em;
	line-height: 1.1em;
	color: #2e4676;
	letter-spacing: -2px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.sustana_work_title a {
	color: #2e4676;
	text-decoration: none;
}

.sustana_work_title a:hover  {
	color: #2e4676;
	text-decoration: none;
}

.sustana_work_title span:hover {
	border-bottom: 1px solid #2e4676;
	padding-bottom: 3px;
}

.sustana_work_sub_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 12px 0 0 0;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.7em;
	color: #2e4676;
	letter-spacing: -1px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.sustana_work_lead {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 12px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #26ade5;
	letter-spacing: -1px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}


@media only screen and (max-width: 1200px) {

	.sustana_work_txt {
		display: block;
		position: absolute;
		top: 14px;
		left: 12px;
		font-size: 2em;
		line-height: 1.1em;
		color: #fff;
		letter-spacing: -2px;
		font-weight: 700;
		font-family: 'Noto Sans Japanese', sans-serif;
		z-index: 2;
	}

	.sustana_work_title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 18px 0 0 0;
		text-align: center;
		font-size: 1.8em;
		line-height: 1.1em;
	}

	.sustana_work_lead {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 12px 18px 0 18px;
		text-align: center;
		font-size: 1.1em;
		line-height: 1.7em;
	}

	.sustana_work_lead br {
		display: none;
	}

}


@media only screen and (max-width: 768px) {


	.sustana_work_sub_title br,		
	.sustana_work_lead br {
		display: none;
	}
	
	.sustana_work_area ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 50px auto;
		width: 80%;
		max-width: 400px;
		height: auto;
		float: none;
	}
	
}

@media only screen and (max-width: 520px) {

	.sustana_inner {
		display: block;
		position: relative;
		padding: 70px 0 0 0;
		margin: -140px auto 18px auto;
		width: 90%;
		max-width: 1060px;
		height: auto;
		min-height: 460px;
		background: #fff;
		z-index: 2;
	}
	
	.sustana_lead {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 32px 0 0 0;
		text-align: left;
		font-size: 1.3em;
		line-height: 2em;
		color: #555;
	}

	
}
	
	
@media only screen and (max-width: 430px) {

	.sustana_work_area ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 50px auto;
		width: 95%;
		max-width: 400px;
		height: auto;
		float: none;
	}
	
}















/* ===== #work_question ===== */

#work_question {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 80px 0;
	width: 100%;
}

.work_question-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 980px;
}

.work_question-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
		font-size: 2.8em;
  margin: 40px 0 30px 0;
}

.work_question-title:before, .work_question-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.work_question-title:before {
  left:0;
}
.work_question-title:after {
  right: 0;
}



/* ===== faq-item ===== */

.faq-content {
	width: 100%;
	margin: 0 0 36px 0;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
	border-bottom: 1px solid #ccc;
}

.faq-cat {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 180%;
}

.widget-cat-header2 {
	display: block;
	padding: 12px 18px 6px 12px;
	margin: 0 0 0 0;
	color: #333; 
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 300;
	background-color: #f3f3f3;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: 74px;
}

.f-space {
	padding-left: 50px;
	background: url('../images/faq_01.png') 0 0 no-repeat;
	min-height: 48px;
}

.widget-cat-header2:hover {
	cursor : pointer;
	color: #333;
	text-decoration: underline;
}

.widget-cat-content2 {
	font-weight: 300;
	padding: 12px 18px 16px 4px;
	margin: 0 0 0 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.flag {
	background: url('../images/faq_02.png') 20px 0 no-repeat;
	min-height: 58px;
	padding: 0 0 18px 68px;
}





















/* ===== #work_factor ===== */

#work_factor {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 80px 0;
	width: 100%;
}

.work_factor-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 980px;
}

.work_factor-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
		font-size: 2.8em;
  margin: 40px 0 30px 0;
}

.work_factor-title:before, .work_factor-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.work_factor-title:before {
  left:0;
}
.work_factor-title:after {
  right: 0;
}






/* ===== #work_factor　table Styles ===== */

#table01 .ta,
#table01 .va {
    text-align: left;
    display: block;
}

#table01, table {
    border-collapse: collapse;
}

.table-item {
    line-height: 160%;
    font-size: 14px;
    padding-bottom: 40px;
    padding-top: 8px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.table-item .bottom-lead {
    margin-left: 18px;
    padding-bottom: 2px;
    padding-top: 12px;
    font-size: 1.1em;
}

.table-item .bottom-lead ul {
    margin-bottom: 10px;
    margin-top: 10px;
    list-style-position: outside;
    list-style-type: none;
}

.table-item .bottom-lead ul li {
    list-style-position: outside;
    margin-left: 34px;
    list-style-type: none;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 1em;
}

#table01 td .t-cap1, #table01 td .t-cap2, #table01 td .t-cap3 {
    padding-top: 2px;
    margin-left: 30px;
}

#table01 .ta {
    padding-left: 0;
    padding-top: 18px;
    font-size: 1.1em;
    clear: both;
}

#table01 .va {
    padding-left: 8px;
    font-size: 1em;
    list-style-type: none;
}

#table01 {
    width: 100%;
}

#table01 th {
    border: 1px solid #ccc;
    padding: 20px 4px 18px 6px;
    background: #f7f7f7;
}

#table01 td {
    font-size: 1.1em;
    border: 1px solid #ccc;
    padding: 20px 4px 18px 24px;
}

#table01 th, #table01 thead th {
    padding-left: 24px;
    padding-right: 24px;
}

#table01 td .t-cap1, #table01 td .t-cap2, #table01 td .t-cap3 {
    color: #2a386d;
    padding-bottom: 2px;
}

#table01 th {
    font-size: 1.2em;
    color: #333;
    text-align: left;
    min-width: 200px;
}

#table01 thead th {
    font-size: 1.2em;
    color: #fff;
    background: #2a386d;
}

#table01 td .t-cap1, #table01 td .t-cap2, #table01 td .t-cap3 {
    padding-right: 6px;
    font-size: .9em;
    color: #333;
}

#table01 td ul {
    margin-top: 6px;
    margin-bottom: 6px
}

#table01 td .t-cap1 {
    line-height: 180%;
    list-style-position: outside;
    list-style-type: disc
}

#table01 td .t-cap2 {
    line-height: 180%;
    list-style-position: outside;
    list-style-type: decimal
}

#table01 td .t-cap3 {
    line-height: 180%;
    list-style-position: outside;
    list-style-type: none
}

#table01 tbody td .resp-t {
    display: none
}

@media only screen and (max-width:800px) {
	
    #table01 {
        font-size: 1.1em;
        line-height: 160%;
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto 0 auto;
        overflow: hidden;
    }

    #table01 thead {
        display: none
    }

    #table01 tbody {
        display: block
    }

    #table01 tbody tr {
        display: block;
        margin-bottom: 1.4em
    }

    #table01 tbody td, #table01 tbody th {
        display: list-item;
        border: none
    }

    #table01 tbody th {
        padding-bottom: 7px;
        padding-top: 8px;
        text-align: left;
        font-size: 1.3em;
        margin-bottom: 5px;
        list-style-type: none;
        color: #fff;
        background: #2a386d;
        padding-left: 12px;
        overflow: hidden;
    }

    #table01 tbody td ul {
        margin-top: 8px;
        margin-bottom: 6px
    }

    #table01 tbody td {
        list-style-type: none;
        margin-left: 6px;
        padding: 4px;
        font-size: 1.14em;
        width: 100%;
        overflow: hidden;
    }

    #table01 tbody td .resp-t {
        padding-bottom: 8px;
        display: inline;
        padding-right: 12px;
        color: #2a386d;
        font-size: 1.3em
    }
    
}



















/* ===== #work_area ===== */

#work_area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	overflow: hidden;
}

.work_area-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 110px 0 210px 0;
	width: 100%;
	height: 250px;
}


@media only screen and (max-width: 1200px) {

	.work_area-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 110px 0 210px 0;
		width: 100%;
		height: 500px;
	}
	
}


.work_area-inner ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}
/*
.work_area-inner ul li {
	width: 50%;
	float: left;
}
*/
.work_area-inner ul li {
	width: 100%;
	float: none;
}


@media only screen and (max-width: 1200px) {
	
	.work_area-inner ul li {
		width: 100%;
		float: none;
	}	
	
}
	

.ex_01 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 250px;
}

.ex_02 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 250px;
}

.ex_01 a{
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 250px;
	background-color:rgba(38,173,229,1);
}

.ex_02 a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 250px;
	background-color:rgba(53,94,177,1);
}


.ex_01 a:hover {
	background-color:rgba(38,173,229,0.8);
}

.ex_02 a:hover {
	background-color:rgba(53,94,177,0.8);
}


.ex_img {
	display: block;
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	top: 40px;
	left: 10%;
}

.ex_img span img {
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 4px solid #fff;
}


.ex_title {
	display: block;
	position: absolute;
	top: 60px;
	left: 40%;
	font-size: 3.4em;
	line-height: 1.1em;
	color: #fff;
	letter-spacing: -1px;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.ex_sub {
	display: block;
	position: absolute;
	top: 116px;
	left: 40%;
	font-size: 2em;
	line-height: 1.1em;
	color: #fff;
	letter-spacing: 0;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.ex_lead {
	display: block;
	position: absolute;
	top: 180px;
	left: 40%;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #fff;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.ex_arrow {
	display: block;
	position: absolute;
	top: 80px;
	right: 3%;
	font-size: 4em;
	color: #fff;
}














/*===========================================================*/
/*機能編  クリックしたらナビが出現 */
/*===========================================================*/


#g-nav {
    position:fixed;
    z-index: 3000;
    /*ナビのスタート位置と形状*/
	top:-120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	/*background-color:rgba(0,76,160,0.95);*/
	background-color:rgba(55,85,146,0.85);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    top: 0;
}

/*ナビゲーションの縦スクロール*/


#g-nav #g-nav-list {
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}



/*===========================================================*/
/*　MENUが×に */
/*===========================================================*/

.openbtn {
	position:fixed;
    z-index: 20000;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
    width: 100px;
    height: 100px;
    /*line-height: 80px;*/
    border: 1px solid #375592;
    background: #fff;
}

/*
@media only screen and (max-width: 1200px) {
	
	.openbtn {
		position:fixed;
	    z-index: 20000;
		top: 100px;
		right: 0;
		cursor: pointer;
	    width: 100px;
	    height: 100px;
	    border: 1px solid #375592;
	    background: #fff;
	}

}
*/

	
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/

/*
.openbtn{
	position: relative;
	background:#DBB82E;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}
*/

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 28px;
    top: 64px;
    height: 4px;
    border-radius: 3px;
	/*background: #004ca0;*/
	background: #375592;
  }


.openbtn span:nth-of-type(1) {
	top: 33px;	
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
	top: 46px;
  	width: 35%;
}

.openbtn span:nth-of-type(3) {
	top: 59px;
  	width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
    top: 42px;
    left: 28px;
    transform: translateY(6px) rotate(-135deg);
    width: 45%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 54px;
    left: 28px;
    transform: translateY(-6px) rotate(135deg);
    width: 45%;
}












/*

#g-nav .info_url {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 90px;
	width: 45%;
	padding: 0 0 0 0;
	margin: 0 0 0 5%;
	list-style: none;
	float: left;
}

#g-nav .info_url .info_url_01 {
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 95%;
	max-width: 560px;
	height: auto;
}


@media only screen and (max-width: 920px) {

	#g-nav .info_url {
		display: block;
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		top:130px;
		left:0;
		width: 80%;
		padding: 0 0 0 0;
		margin: 0 10% 60px 10%;
		list-style: none;
		float: none;
		overflow: hidden;
	}

	#g-nav .info_url .info_url_01 {
		display: none;
	}
	
}

*/








/*
#gnavSp {
	display: block;
	width: 45%;
	padding: 0 5% 0 0;
	margin: 0 0 0 0;
	float: right;
}
*/

#gnavSp {
	display: block;
	width: 45%;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	/*float: right;*/
}
 
#gnavSp .g_title {
	display: block;
	position: absolute;
	top: 28px;
	left: 20px;
}
	
 
@media only screen and (max-width: 920px) {
	
	#gnavSp {
		display: block;
		width: 100%;
		padding: 0 0 0 0;
		margin: 30px 0 40px 0;
	}
	
}
	
	
 
#gnavSp li {
	list-style: none;
}
      
#gnavSp .first {
	display: block;
	width: 100%;
	margin: 100px 0 0 0;
	padding: 0 0 100px 0;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	border-bottom: none;
}

@media only screen and (max-width: 1200px) {
	  
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 100px 0 0 0;
		border-top: 1px solid #f9f9f9;
		border-bottom: 1px solid #f9f9f9;
		border-bottom: none;
	}	  
	  
}  
	
@media screen and (max-width: 420px) {
	
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 100px 0 0 0;
		border-top: 1px solid #f9f9f9;
		border-bottom: 1px solid #f9f9f9;
		border-bottom: none;
	}	  

}


  
#gnavSp .first > li > a {
	display: block;
	/*background-color: #fff;*/
	padding: 0 0 0 12px;
	font-size: 1.3em;
	color: #fff;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
	border-bottom: 1px solid #f9f9f9;
	text-decoration: none;
	width: 100%;
	height: 58px;
	line-height: 58px;
}

/*
#gnavSp .first > li.inqnav > a {
	display: block;
	background-color: #f7b550;
	padding: 0.8em 0.7em;
	font-size: 1.3em;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
}      
*/       
        
#gnavSp .first > li > a strong,
#gnavSp .first > li > a em {
          display: block; }
          
#gnavSp .first > li > a:hover {
          text-decoration: none; }
          
#gnavSp .first > li > a em {
          font-size: 8px;
          line-height: 1.2; }
          
          
#gnavSp .first > li.a > a {
        color: #fff;
        /*background-color: #e9e9e9;*/
        border-bottom: 1px solid #f9f9f9; 
}
        
        
        
        
        
        
#gnavSp .first > li.b > a {
	color: #fff;
	background-color: #898989;
	border-bottom: 1px solid #6e6e6e;
	font-style: normal; 
}
        
#gnavSp .first > li.c > a {
	color: #fff;
	background-color: #eeb845;
	border-bottom: 1px solid #6e6e6e;
}  
        
#gnavSp .first > li.d > a {
	color: #fff;
	background-color:  #0168b7;
	border-bottom: 1px solid #6e6e6e;
}  
        
#gnavSp .first > li.e > a {
	color: #fff;
	background-color: #62cce7;
	border-bottom: 1px solid #6e6e6e;
}   
        
          
        

#gnavSp .first > li.drop > a {
        background-position: right 22px center;
        background-repeat: no-repeat;
        background-image: url(../images/icon-bg-plus_02.png); }
        
#gnavSp .first > li.drop > a.active {
          background-image: url(../images/icon-bg-mainas_02.png); }
          
#gnavSp .first > li.drop li {
        border-top: 1px solid #f9f9f9; }
        
#gnavSp .first > li.drop li br {
		display: none; }
        
#gnavSp .first > li.drop li:first-child {
         border-top: 0; }
         
#gnavSp .first > li.drop li:last-child {
         border-bottom: 1px solid #f9f9f9; }
          
#gnavSp .first > li.drop li a {
          display: block;
          background-color: #a5a5a5;
          padding: 0 0 0 24px;
          font-size: 1.2em;
		  font-weight: 300;
		  font-family: 'Noto Sans Japanese', sans-serif;
          color: #e6e6e6;
          text-decoration: none;
          height: 48px;
          line-height: 48px;
}
          
#gnavSp .first > li .dropList {
        display: none; }
        
        
        
        
        
        
        
#gnavSp .second {
      background-color: #fff;
      border-bottom: 1px solid #fff;
      display: table;
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
              
#gnavSp .second a {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 0.8em 0.7em;
        color: #fff;
        line-height: 1.2; }
        
#gnavSp .second a:first-child {
          border-right: 1px solid #7a7a7a; }
          
#gnavSp .third {
      background-color: #11a4a7;
      padding: 1.2em; }
      
#gnavSp .fifth {
      background-color: #a9a9a9;
      padding: 1.2em; }
      
#gnavSp .third a {
        display: block;
        width: 100%;
        border-radius: 4px;
        text-align: center;
        line-height: 1.2;
        padding: 0.7em;
        font-size: 14px;
        background-color: #f6f5f5;
        border: 1px solid #d0d0d0;
        color: #11a4a7; }
        
#gnavSp .fifth a {
        display: block;
        width: 90%;
        border-radius: 4px;
        text-align: center;
        line-height: 1.2;
        padding: 0.7em 5% 0.7em 5%;
        font-size: 16px;
        background-color: #357e8b;
        border: 2px solid #fff;
        color: #fff; }   
 





	.float-link {
		display: none;
	}


@media only screen and (max-width: 1200px) {	

	.float-link {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 5000;
		width: 100%;
		height: 100px;
	}

	.float-link ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 100px;
	}
	
	
	.float-link ul li {
		float: left;
	}

	.fl_bt01 {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 50%;
		height: 100px;
		background: #26ade5;
		line-height: 100px;
		font-size: 2em;
		font-weight: 700;
		font-family: 'Noto Sans Japanese', sans-serif;
		text-align: center;
	}
	
	.fl_bt01 a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 100px;
		color: #fff;
		text-decoration: none;
	}
	
	/*
	.ex_bt02 a span {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
		font-size: 0.9em;
		font-weight: 700;
		font-family: 'Noto Sans Japanese', sans-serif;
		text-align: center;
	}
	*/
	
	.fl_bt02 {
		width: 50%;
		height: 100px;
		text-align: center;
		justify-content: center;
		align-items: center;
		background: #375592;
	}
	
	.fl_bt02 a {
		display: flex;
		width: 100%;
		height: 100px;
		color: #fff;
		text-align: center;
		justify-content: center;
		align-items: center;
		background: #375592;
		text-decoration: none;
	}
	  
	.fl_bt02 a span {
		font-size: 1.2em;
		font-weight: 700;
		font-family: 'Noto Sans Japanese', sans-serif;
		color: #fff;
		text-decoration: none;
	}

}






