@charset "shift_jis";
.section, .section-num{
	margin-bottom: 0 !important; 
}
#main{
	font-size:1.9rem;
	font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
	line-height:1.6;
	text-align:center;
	box-sizing:border-box;
}
.section,.link{
	width:940px;
	display:block;
	text-align: center;
	margin:0 auto 60px;
}
.tx-left{
	text-align: left;
}
.tx-bold{
	font-weight: bold;
}
.tx-normal{
	font-weight: normal;
}
#main a:link{ 
	text-decoration:none;
}
.bg-gray{
	background:#f0f0f0;
	padding-top: 20px;
	margin: 80px auto 80px;
}

/*text*/

h2{
	display: inline-block;
	font-weight: bold;
	color:#141414;
	font-size:3.8rem;
	padding-top:60px;
	position: relative;
	margin: 80px 0 10px;
}
h2:after{
	content:"";
	display:inline-block;
	position:absolute;
	width:39px;
	height:23px;
	background: url("/solution/images/index_ic03.png") no-repeat;
	top:-13px;
	right: 50%;
	margin-right: -15px;
}
h3{
	position:relative;
	margin:100px 0 75px;
	color:#005eb3;
	font-weight:bold;
	font-size:2.8rem;
	line-height:1.3;
}
h3:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:98px;
	height:5px;
	border-radius:3px;
	background: #82bd2c; 
	background: -webkit-linear-gradient(left,  #82bd2c 0%,#0ba488 100%); 
	background: linear-gradient(to right,  #82bd2c 0%,#0ba488 100%); 

	bottom:-22px;
	left:50%;
	margin-left:-49px;
}
h3 > span{
	font-size:2rem;
}
.section > p{
	font-weight: bold;
	margin: 0;
}
.section > p.font-nomal {
	font-weight:normal;
}
.section > p.small{
	text-align: left;
	font-weight: normal;	
	font-size: 1.3rem;
	margin: 0;
	}
.section > p .red{
	color:#d02161;
}
/* mainV */
.mainV {
	position: relative;
	background: url("images/index_mainV_bg.png") no-repeat center bottom / cover;
}	

/*・・・・・・・・・・・・・・・・・・・・・・・・・・・index部分・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.index_area .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_area ul li a {
	text-decoration: none;
}
.index_area ul li {
	display: block;
  position: relative;
	width: 28%;
	margin-bottom: 50px;
}
.index_area ul li p {
	padding: 0 10px 5px;
}
.index_area ul li a img{
	width: 140px;
}
.index_area ul li:nth-of-type(3n) {
	margin-right: 0;
}
.index_area ul li h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 25px;
	position: relative;
	margin-top: 5px;
}
.index_area ul li h3:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 64px;
	height: 1px;
	background-color: #adaead;
	left: 50%;
	bottom: -12px;
	margin-left: -32px;
}
.index_area ul li p{
	font-size: 13px;
	color: #000000;
}
.index_area ul li .btn-01 {
	margin-top: 10px;
}
.index_area ul li .btn-01 a{
	font-size: 16px;
	padding: 6px;
	width: 200px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.index_area ul li .btn-01 a:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 9px;
	right: 13px;
	top: 14px;
	background: url("../common_new/images/btn_arr_white.png") no-repeat right center;
}
/* リンクエリア */
.link{
	border:5px solid #7b91a4;
	border-radius: 10px;
	padding:30px 0 30px 0;
	margin:50px auto 70px;
	background:#ffffff;
	display: inline-block;
}
.link.bg{
	background:#f5f7f7;
	    display: block;
}
.link > p{
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
	margin: 0 0 20px;
	color: #0062b1;
}
.link > ul li {
	width: 40%;
}
.link ul li > div p{
	padding:8px 0 0 0 ;
	text-align: left;
	font-size:1.9rem;
	line-height:1.4;
	font-weight:bold;
	margin-left: 70px;
}
.link ul li > div {
	background: url("/solution/images/index_ebook02.png") no-repeat left top 5px / 60px;
}
.link ul li > div p.tx-normal{
	font-weight: normal;
}
.link ul li > div p a {
	font-size:1.6rem;
	line-height:1.4;
	font-weight:bold;
}
.link ul li p.small{
		font-size: 1.4rem;
		font-weight: normal;
	}
.link ul li > div p.red {
	padding: 25px 0 35px;
}
.link ul li > div p.red a{
	color:#d02161;
	position: relative;
	font-size: 3.6rem;
	line-height: 0.5;
	text-decoration: none;
}
.link ul li > div p.red:before {
	content: "";
	display: inline-block;
	position: absolute;
}
.link ul li img{
	margin:10px 0 0;
	max-width: 320px;
}
.link > ul {
	display: flex;
	justify-content: center;
}
.link ul li:first-child{
	position: relative;
	margin-right: 50px;
}
.link ul li:first-child:before{
	content:"";
	display:inline-block;
	position:absolute;
	width: 0.5px;
	height: 170px;
	background: #d3dee2;
	top:0;
	right: -20px;
}
.link ul li p{
	text-align: left;
}
.link ul li p.small a {
	position: relative;
	padding-left: 10px;
}
.link ul li p.small a:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	top: 45%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 0 2px 5px;
	border-color: transparent transparent transparent #1a81c6;
}
.link ul li .btn-01 {
	text-align: center;
}
.section .list-2clm-i01 > li {
	width: calc((100% - 65px) / 2);
	margin: 0;
}
.section .list-2clm-i01 > li img{
	margin: 15px 0 20px;
}
.section .list-2clm-i01 > li:first-of-type {
	margin-right: 65px;
}
.section .list-2clm-i01 li p,.section .list-2clm-i01 li li {
	text-align: left;
	font-size: 17px;
}
.section .list-2clm-i01 li li {
	line-height: 1.7;
	font-weight: bold;
}
.section .list-2clm-i01 li p.tx-left{
	font-weight: bold;
	margin-top: 15px;
}
.section .list-2clm-i01 p.tx-bold {
	color: #FFFFFF;
	background-color: #008e76;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 15px;
}
.section.green {
	width: 100%;
	padding-bottom: 100px;
}
/* ボタン*/
.btn-01 a {
	margin-top: 10px;
	display: inline-block;
	padding:12px 35px 14px;
	border-radius: 40px;
	
	background: #fce387;
	background: linear-gradient(to right,  #fce387 1%,#d54375 36%,#39b083 70%,#77c04f 100%)  no-repeat; 
	background-position: 100% 0%;
	background-size: 400%;
	color:#ffffff;
	font-weight:bold;
	font-size:2rem;
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.btn-01 a:hover {
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
}
.btn-02 { margin:50px 0 0; }
.btn-02 a {
	display: inline-block; padding:22px 180px; border-radius: 40px;
	background: -webkit-linear-gradient(left,  #0052a5 0%,#e51373 69%,#f2923f 100%); 
	background: linear-gradient(to right,  #0052a5 0%,#e51373 69%,#f2923f 100%);
	background-position: 100% 0%;
	background-size: 400%;
	color:#ffffff;
	font-weight:bold;
	font-size:2.3rem;
	text-align:center;
	transition: all  0.3s ease;
}
.btn-02 a:hover {
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	text-decoration:none;
}
#feature01 .section p img{
	margin-bottom: 90px;
}
#feature01{
		margin-bottom: 100px;
}
#feature01 .point{
	display: flex;
  align-content: space-between;
	justify-content: center;
	width: 940px;
	margin: 0 auto;
	
}
#feature01 .point.flex-3clm li:nth-of-type(2){
	margin: 0 30px;
} 
#feature01 .point.flex-2clm li:nth-of-type(2){
	margin: 0 0 0 30px;
} 

#feature02 .reason{
	padding-bottom: 120px;
}
#feature02 .reason dl{
	font-weight: bold;
}
#feature02 .reason dl dd p.txt{
	font-weight: bold;
	width: calc(100% - 261px);
	margin-left: 30px;
}
#feature02 .reason dl dd p a:first-of-type {
	margin-top: 10px;
	display: inline-block;
}
#feature02 .reason dl dd p a {
padding-left: 13px;
	background: url("../common_new/images/btn_arr_blue.png") no-repeat left center;
}
#feature02 .reason dt{
	font-size: 2.5rem;
    margin-bottom: 15px;
    color: #05487a;
    text-align: left;
    padding: 20px 0 20px 100px;
    background: url(images/reason_ic02.png) no-repeat left center;
    line-height: 1.5;
}
ul, ol, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#feature02 .reason .flex-2clm{
	display: flex;
	text-align: left;
}
#feature02 .reason li:nth-of-type(n+2){
	margin-top: 100px;
}
#feature02 .reason li .icon_01 {
	text-align: left;
	font-size: 19px;
	padding: 4px 0 3px 100px;
	background: url("images/reason_ic01.png") no-repeat left center;
	margin-bottom: 7px;
}
#att
{padding-bottom: 120px;}
#att h2{
	margin-bottom: 50px;
}
/* footer
------------------------------------------------- */
#contentsBtm { background:none; max-height:0px; }
#contentsBtm .inner { position:relative; }
.resolution { padding-bottom:6px; }
.pgTopLink  { bottom:0; right:0; position:absolute; }
#contentsBtm .pgTopLink a {color: #3FA0EC;display: block;background: none;padding:0; margin:45px 0 22px;}

#footer { padding:24px 0 12px 0;
	background:#2F2F2F; color:#fff; }
#footer a:link,
#footer a:active,
#footer a:visited { color:#fff; }
#footer a:hover   { color:#75D112; }
#footer #gotop_img {width: 250px;}

@media only screen and (max-width:770px) {	
	.index_area {
	max-width: 960px;
	margin: 50px auto 0;
}
	.index_area ul {
		display: block;
	}
	.index_area ul li a{
		padding: 10px 2px 7px;
		display: block;
	}
	.index_area ul li {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
	.index_area ul li:before,.index_area ul li:after {
	 content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.5s linear;
  background: #000000;
}
.index_area ul .topfade:before,.index_area ul .topfade:after {
	background: -webkit-linear-gradient(left, #1c83c8 0%,#1c83c8 44%,#c1dea7 100%);
    background: linear-gradient(to right, #1c83c8 0%,#1c83c8 44%,#c1dea7 100%);
}
.index_area ul .topfade a:before {
	background: #1c83c8;
}
.index_area ul .topfade a:after {
	background: #c1dea7;
}
.index_area ul li a:before,.index_area ul li a:after {
	content:"";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.5s linear;
}
	.section .list-2clm-i01 > li {
	width: 90%;
	margin: 0;
	padding-right: 0;
}
.section .list-2clm-i01 > li:first-of-type {
	margin-right: 0;
}

.section .list-2clm-i01 li p.tx-left{
	margin-top: 15px;
}
.section.green {
	width: 100%;
	padding-bottom: 40px;
}
}
@media only screen and (max-width:640px) {
  /* レイアウト関連調整 */
  #footer, .nifty, #footer address, table { width:100% !important; }
  #footer .nifty { margin: 0 auto;} 
  #footer #gotop_img  { float: left; width: 16%;}
  #footer address, #footer address .copyright { text-align: center !important;}
  #contentsBtm .inner{ margin-top: 0 !important;}
}
@media only screen and (max-width:360px) {
  #footer address, #footer address .copyright { text-align: center !important;}
  #contentsBtm .resolution{ display:none;}
  #contentsBtm .inner{ margin-top: 0 !important;}
}

#footer #gotop_img   { float:left;}
#footer #gotop_img a  { font-size:13px;text-decoration:underline;}
#footer #gotop_img a:hover  { text-decoration:none;color:#fff;}
#footer #ftr_recruit { width:510px; font-size:90%; text-align:center; float:left; }
#footer #ftr_recruit a { text-decoration:underline; color:#fff; }

#footer address    { text-align:right; float:right; }
#footer address a:link,#footer address a:active,#footer address a:visited { text-decoration:underline; }
#footer address a:hover    { text-decoration:none; color:#fff; }
#footer .copyright { font-size:85%; }

/*スライダーの幅*/
.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 15px;
}

/* socialplugins
------------------------------------------------------------------------------------------ */
.socialplugins, .socialplugins-g1 { text-align:center; }
/* sp 
------------------------------------------------------------------------------------------ */
@media only screen and (max-width:640px) {
	#main{min-width: 320px;}
  #headInfo, #tagline,
  #contentsBtm, #gotop_img   { display:none; }

  #container, .nifty, #main,
  #footer, #footer,
  address, table      { width:100% !important; }
  #header, #headLogo,
  .in                 { width:100% !important; }
  img                 { max-width:100%; height:auto; }
  #read img,
  .inner-in img       { width: 50%; height: 50%; }
  .section            { padding:30px 0; }
  .inner, .inner-r    { width:100% !important; margin-top:1rem !important; float:none !important; }
  address a           { display:block; text-align:center; }
	.section, .section-num{margin-bottom :0 !important}
	#main{
		font-size:14px;
		line-height:1.6;
		margin-bottom: 60px;
	}
	#read,#feature01,#feature02,#feature03{
		padding:0 20px;
	}
	#read{
		margin-top: 40px;
	}
	.section{
		width:100%;
		padding:0;
		display:inline-block;
	}
	.bg-gray{
	margin: 80px auto 40px;
}
.link {
		/*width: 100%;*/
		margin-bottom: 30px;
	}
	.link ul li img {
		max-width: 290px;
	}
	.link ul li {
		width: 100%;
	}
	.link ul li:first-child {
    position: relative;
     margin-right: 0px; 
}
	.link ul {
    display: block;
}
	.link.bg {
		/*max-width: 100%;*/
		padding: 10px 0;
		width: 90%;
	}
	.link ul li > div {
    background: url("/solution/images/index_ebook02.png") no-repeat left 13px center/ 40px;
}
	.link ul li > div p {
		font-size: 15px;
	}
	.link ul li > div p.red {
    color: #d02161;
    padding: 5px 0 20px;
    position: relative;
    font-size: 3rem;
    line-height: 1.1;
}
	.link ul li p.small {
    font-size: 1.0rem;
		padding: 0 20px;
}
	.link > ul > li {
		margin-bottom: 20px;
	}
	.link > ul > li:first-child:before {
		display: none;
	}
	.link > ul > li:first-of-type {
		position: relative;
		padding-bottom: 20px;
	}
	.link > ul > li:first-of-type:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 90%;
    height: 2px;
    background: #d3dee2;
    top: 100%;
    right: 6%;
}
	.link .btn-01 {
    width: 90%;
    margin: 0 auto;
}
	
	#main a:link{ 
		text-decoration:none;
	}
	/* mainV */
	.mainV {
		background-size:100%;
		background:none;
	}
	.mainV img{
		margin:0;
	}	
	/*text*/
	.read_bg p{
		font-size: 1.4rem;
		padding: 10px 20px 15px;
	}
	.read_bg p:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:13px;
	height:18px;
	background: url("/solution/images/index_ic01_sp.png") no-repeat 0 0/13px 18px;
	top: 16px;
	left: 5px;
}
.read_bg p:after{
	content:"";
	display:inline-block;
	position:absolute;
	width:13px;
	height:18px;
	background: url("/solution/images/index_ic02_sp.png") no-repeat 0 0/13px 18px;
	top: 16px;
	right: 5px;
}

	h2{
		font-size:2rem;
		padding-top:30px;
		margin: 40px 0 0 ;
	}
	h2:after{
		margin-right: -16px;
	}
	h3{
		position:relative;
		margin:40px 0 55px;
		color:#005eb3;
		font-weight:bold;
		font-size:1.8rem;
		line-height:1.3;
	}
	h3:before{
		width:70px;
		margin-left: -35px;
		    height: 4px;
		bottom: -19px;
	}
	h3 > span{
		font-size:12px;
	}
	.section > p{
		margin:0;
	}	
	.section > p.small{
		font-size: 1.2rem;
	}
	.btn-01 a {
		font-size:1.2rem;
		padding:15px 30px;
	}
	.btn-01 a:hover{
		background-position:100% 0%;
		filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;
	}
	.btn-02 a{
		padding: 22px 20px;
		font-size: 2rem;
	}
	/* 2カラムボタン01*/
	.colTwo01{
		margin:0;
	}
	.colTwo01 > li{
		float:none;
		margin-bottom:30px;
	}
	.colTwo01 > li:first-child{
		margin:30px 0 30px 0;
	}
	#feature01 .point{
		display: block;
		width: 100%;
	}
	#feature01 .point.flex-3clm li:nth-of-type(2),#feature01 .point.flex-2clm li:nth-of-type(2),#feature01 .point li{
		margin: 0 50px 20px;
	}	
	#feature02 .reason .flex-2clm{
		display: block;
	}
	#feature02 .reason dt{
	background-size: 60px auto;
	min-height: 65px;
	line-height: 1.3;
    padding: 0px 0 0px 70px;
     display: flex; 
     align-items: center; 
     vertical-align: middle; 
	}
		#feature02 .reason p.icon_01{
    font-size: 14px;
    padding: 3px 0 4px 70px;
    background: url(images/reason_ic01.png) no-repeat left center;
	background-size: 60px auto;
	line-height: 1.5;
		}
	#feature02 .reason dl dd p.txt {
		width: 100%;
		margin-left: 0;
		text-align: left;
	}
	#feature02 .reason .flex-2clm > p{
		text-align: center;
		margin:0 0 20px;
	}
	#feature02 .reason li:nth-last-of-type(n+2){
		margin-top: 60px;
	}
	#feature02 .reason dl {
		width: 100%;
	}
	#feature02 .reason dt{
		font-size: 1.8rem;
		margin-bottom:10px;
	} 
	#feature02 dl dd{
		font-size: 1.4rem;
		padding:0;
	}
	#feature02 .reason{
		padding-bottom: 70px;
	}
	#feature02 .reason dl dd p a {
    background: url(../common_new/images/btn_arr_blue.png) no-repeat left top 6px;
}
	
	#att{
		padding-bottom: 50px;
	}
	#att img { max-width:auto; width: 100%; }
	
	.lower-main .inner, #contentsBtm .inner, #gnavi .gnavi-inner, #footer .footNavigation, #footer .nifty{
		width: 100%;
		max-width:100%;
	}
	.footer_promo{
		min-width: 100%;
	}
	.kari{
		margin: 0 10px;
	}
}

/*clearFIX*/
.colTwo:after,
#feature02 .section ul:after,
.colTwo01:after,
#feature02,
#feature03 ul.logo:after{
	display:block;
	clear:both;
	content:"";
	}