@charset "utf-8";
/* CSS Document */

/* CSS デスクトップPC */
@media (min-width: 1281px) {
	.pc{
		display: none;
	}
	
	html, body, main{
		height: 100%;
	}
	
	
/* CSS header */
	header{
		width: 100%;
		top:0;
		left: 0;
		position: fixed;
		z-index: 10000;
	}
	
	.header_inner{
		max-width: 980px;
		width: 100%;
		padding: 20px 0;
		margin: 0 auto;
	}
	
	.header_inner .logo img{
		padding: 8px 0;
	}
    
	.header_inner .logo{
		float:left;
	}
	
	.header_inner nav{
		float: right;
	}
	
	#pc_nav li{
		float: left;
		padding-right: 20px;
	}
	
	#pc_nav li:last-child{
		padding-right:0;
	}
	
	#pc_nav li a{
		color: #FFF;
		line-height: 88px;
		text-decoration: none;
		font-weight: 500;
	}
	
	
	
/* CSS メインイメージ */
	#mainimage{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
		display: flex;
		display:-webkit-box;
  		display:-ms-flexbox;
 		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
  		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	
	#mainimage:after{
		width: 100%;
		height: 100%;
		position: absolute;
		top:0;
		left:0;
		background:url("../img/top/main_pc.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		z-index: -10000;
		content: "";
		transition: all 40s ease-out;
	}
	
	#mainimage:hover:after{
		transform: scale(1.2);
		animation-iteration-count: infinite;
	}

	
	
/* CSS メインテキスト */
	#maintxt{
		color:#FFF;
		text-align: center;
		line-height: 1;
	}

	#maintxt p{
		font-size: 88px;
		font-weight: 600;
		line-height: 0.7;
		padding-bottom: 15px;
	}
	
	#maintxt p span{
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 0.1rem;
	}
	
	#maintxt hr{
		width:645px;
		height:2px;
		border: none;
		background: #FFF;
		position: relative;
		display: block;
	}
	
	#maintxt hr::before, #maintxt hr::after{
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #FFF;
		position: absolute;
		top:-6px;
	}
	
	#maintxt hr::after{
		right:0;
	}
	
	#maintxt h1 {
		font-size: 30px;
		font-weight: 600;
		margin-top: 15px;
		letter-spacing: 0.1rem;
	}
	
	#maintxt h1 span{
		font-size: 15px;
		display: inline-block;
		margin-right: 15px;
		position: relative;
		top:-7px;
	}
	
	
	
/* CSS セクション_ベーシック */
	.basic{
		width:100%;
		padding:120px 0;
	}

	.basic .content_inner{
		width:980px;
		margin:0 auto;
	}
	
	
/* CSS セクション_ビジョン */
	#vision{
		width:100%;
		background:url("../img/top/vision_tri01.png") ,url("../img/top/vision_tri02.png"), url("../img/top/vision_back.jpg") ;
		background-repeat: no-repeat;
		-webkit-background-size: auto, auto, cover;
		-moz-background-size:auto, auto, cover;
		-ms-background-size:auto, auto, cover;
		background-size: auto, auto, cover;
		background-position:top left , bottom right, center;
	}

	.vision_inner{
		width:980px;
		margin:0 auto;
		padding:120px 0;
	}
	
	
	
/* CSS セクション_サービス */
	#service{
		width:100%;
		padding:120px 0;
	}

	.service_inner{
		text-align: center;
	}
	
	
	
/* CSS セクション_メッセージ */
	#message{
		width:100%;
		background:url("../img/top/message_back.jpg") no-repeat;
		background-size: cover;
		background-position:center;
	}

	.message_inner{
		width:980px;
		margin:0 auto;
		padding:120px 0;
	}
	
	
	
/* CSS セクション_インフォメーション */
	#information{
		width:100%;
		padding:0 0 120px 0;
	}
	
	#information .inner{
		width:980px;
		margin:0 auto;
	}
	
	
/* CSS セクションタイトル_ベーシック */
	.title_basic ,.service_inner .title{
		text-align: center;
	}
	
	.title_basic h2 ,.service_inner .title h2{
		font-size:36px;
		font-weight: 500;
		letter-spacing: 0.4rem;
		line-height: 0.8;
	}
	
	.title_basic h2 span ,.service_inner .title h2 span{
		font-size:18px;
		color:#6c6c6c;
		font-weight: 500;
		letter-spacing: 0.3rem;
	}
	
	.title_basic hr ,.service_inner .title hr{
		width:120px;
		height:2px;
		border: none;
		background: #009143;
		position: relative;
		display: block;
		margin-top: 20px;
	}
	
	.title_basic hr::before, .title_basic hr::after ,.service_inner .title hr::before, .service_inner .title hr::after{
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #009143;
		position: absolute;
		top:-3px;
	}
	
	.title_basic hr::after, .service_inner .title hr::after{
		right:0;
	}
	
	
/* CSS セクションタイトル_ビジョン */
	.vision_inner .title{
		text-align: center;
	}
	
	.vision_inner .title h2{
		font-size:36px;
		font-weight: 500;
		letter-spacing: 0.4rem;
		line-height: 0.8;
		color: #FFF;
	}
	
	.vision_inner .title h2 span{
		font-size:18px;
		color: #FFF;
		font-weight: 500;
		letter-spacing: 0.3rem;
	}
	
	.vision_inner .title hr{
		width:120px;
		height:2px;
		border: none;
		background: #009143;
		position: relative;
		display: block;
		margin-top: 20px;
	}
	
	.vision_inner .title hr::before, .vision_inner .title hr::after{
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #009143;
		position: absolute;
		top:-3px;
	}
	
	.vision_inner .title hr::after{
		right:0;
	}	
	
	
/* CSS セクション_philosophy */
	#philosophy .circle{
		width: 779px;
		height: 694px;
		background: url("../img/top/shadow.jpg") no-repeat;
		background-position: top center;
		margin: 0 auto;
		overflow: hidden;
	}
	
	#philosophy .circle .inner{
		width: 518px;
		height: 518px;
		text-align: center;
		margin: 0 auto;
		display: flex;
		display:-webkit-box;
  		display:-ms-flexbox;
 		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
  		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	
	#philosophy .circle .inner p{
		letter-spacing: 0.1rem;
	}
	
	#philosophy .circle .inner p strong{
		font-size: 36px;
		display: block;
		margin: 30px 0;
		letter-spacing: 0.3rem;
	}
	
	#philosophy .circle .inner p sup{
		font-size: 14px;
		position: relative;
		top:-1.5rem;
	}
	
	#circle_line{
		background: url("../img/top/circle_line.png") no-repeat;
		background-position: center;
		width: 980px;
		height: 88px;
		border: none;
		margin-top: -118px;
	}
	
	#philosophy .list_area{
		width:100%;
		margin-top: 20px;
	}
	
	#philosophy .list_area .list{
		width:calc(100% / 3 - 14px);
		float: left;
		text-align: center;
	}
	
	#philosophy .list_area .list:nth-child(1){
		margin-right: 14px;
	}
	
	#philosophy .list_area .list:nth-child(2){
		margin: 0 7px;
	}
	
	#philosophy .list_area .list:nth-child(3){
		margin-left: 14px;
	}
	
	#philosophy .list_area .list h3{
		margin-top: 12px;
		font-weight: 500;
		letter-spacing: 0.3rem;
	}
	
	#philosophy .list_area .list:nth-child(1) h3{
		color:#009143 ;
	}
	
	#philosophy .list_area .list:nth-child(2) h3{
		color:#00b34c ;
	}
	
	#philosophy .list_area .list:nth-child(3) h3{
		color:#1acd66 ;
	}
	
	#philosophy .list_area .list p{
		text-align: left;
		line-height: 1.7;
		margin-top: 20px;
	}
	
	
	
/* CSS セクション_vision */
	.vision_inner .contents{
		margin-top: 40px;
	}
	
	.vision_inner .contents p{
		font-size: 40px;
		color: #FFF;
		font-weight: 500;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	
	
	
/* CSS セクション_service */
	.service_tab{
		max-width:1200px;
		width: 100%;
		margin: 40px auto 60px auto;
	}
	
	.service_tab ul{
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;		
	}
	
	.service_tab ul li{
		width: 180px;
		height: 180px;
		position: relative;
		overflow: hidden;
		z-index: 0;
	}
	
	.service_tab ul li:after{
		width: 100%;
		height:100%;
		content: "";
		position: absolute;
		top:0;
		display: block;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		transition: all 0.5s ease-out;
	}
	
	.service_tab .tab div{
		width: 100%;
		height: 180px;
		color: #FFF;
		font-weight: 500;
		text-decoration: none;
		position: relative;
		overflow: hidden;
		z-index: 1;
		background: url("../img/top/service_tri01.png"), url("../img/top/service_tri02.png");
		background-repeat: no-repeat;
		background-position: top left, bottom right;
		display: flex;
		display:-webkit-box;
  		display:-ms-flexbox;
 		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
  		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		cursor: pointer;
	}
	
	.service_tab .tab div p{
		width: 100%;
		height: 70px;
		background:url("../img/top/servielist_back.png");
		display: flex;
		display:-webkit-box;
  		display:-ms-flexbox;
 		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
  		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		line-height: 1.5;
	}
	
	.service_tab ul .service01:after{
		background: url("../img/top/servicelist01.jpg") no-repeat;
	}
	
	.service_tab ul .service01:hover:after{
		transform: scale(1.1);
		background: url("../img/top/servicelist01_after.jpg") no-repeat;
	}
	
	.service_tab ul .service02:after{
		background: url("../img/top/servicelist02.jpg") no-repeat;
	}
	
	.service_tab ul .service02:hover:after{
		transform: scale(1.1);
		background: url("../img/top/servicelist02_after.jpg") no-repeat;
	}
	
	.service_tab ul .service03:after{
		background: url("../img/top/servicelist03.jpg") no-repeat;
	}
	
	.service_tab ul .service03:hover:after{
		transform: scale(1.1);
		background: url("../img/top/servicelist03_after.jpg") no-repeat;
	}
	
	.service_tab ul .service04:after{
		background: url("../img/top/servicelist04.jpg") no-repeat;
	}
	
	.service_tab ul .service04:hover:after{
		transform: scale(1.1);
		background: url("../img/top/servicelist04_after.jpg") no-repeat;
	}
	
	.service_tab ul .service05:after{
		background: url("../img/top/servicelist05.jpg") no-repeat;
	}
	
	.service_tab ul .service05:hover:after{
		transform: scale(1.1);
		background: url("../img/top/servicelist05_after.jpg") no-repeat;
	}
	
	.service_tab ul .service06:after{
		background: url("../img/top/servicelist06.jpg") no-repeat;
	}
	
	.service_tab ul .service06:hover:after{
		transform: scale(1.1);
		background: url("../img/top/servicelist06_after.jpg") no-repeat;
	}
	
	.service_panel{
		width: 100%;
		height: 480px;
		text-align: left;
		position: relative;
		z-index: 1;
		background: #FFF;
		overflow: hidden;
	}

	.service_panel .panel:before{
		background: #FFF;
		animation: slideOut 1s .75s forwards;
		content: '';
		display: block;
		width: 100%;
		height: 480px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.service_panel .panel:after{
		content: '';
		display: block;
		width: 100%;
		height: 480px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: #009143;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-animation: slideIn 1s ease-in-out, slideOut .75s 1.2s forwards;
		animation: slideIn 1s ease-in-out, slideOut .75s 1.2s forwards;
	}
	
	@keyframes slideIn {
		0% {
			transform-origin: left;
			transform: scaleX(0);
		}
		100% {
			transform-origin: left;
			transform: scaleX(1);
		}
	}
	
	@keyframes slideOut {
  		0% {
    		transform-origin: right;
    		transform: scaleX(1);
  		}
  		100% {
    		transform-origin: right;
    		transform: scaleX(0);
  		}
	}
	
	
	.service_panel .service01{
		background:url("../img/top/service01_back.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		color:#FFF;
	}
	
	.service_panel .service02{
		background:url("../img/top/service02_back.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	
	.service_panel .service03{
		background:url("../img/top/service03_back.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		color:#FFF;
	}
	
	.service_panel .service04{
		background:url("../img/top/service04_back.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		color:#FFF;
	}

	.service_panel .service05{
		background:url("../img/top/service05_back.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		color:#FFF;
	}

	.service_panel .service06{
		background:url("../img/top/service06_back.jpg") no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		color:#FFF;
	}
	
	.service_textarea{
		width: 980px;
		margin: 0 auto;
		height:480px;
		position: relative;
	}
	
	.service_textarea .inner{
		width: 980px;
		margin: 0 auto;
		position:absolute;
		top: 50%;
 		-webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);
		left: 50%;
	}
	
	.service_textarea h3{
		font-size: 36px;
		font-weight: 500;
		letter-spacing: 0.2rem;
	}
	
	.service_textarea h3 span{
		font-size: 16px;
		font-weight: 500;
	}
	
	.service_textarea p{
		margin-top: 40px;
		line-height: 2;
	}
	
	.panel{
		display: none;
	}
	
	.panel.is-show{
    	display:block;
	}
	
	
	
/* CSS セクション_message */
	#message .contents{
		margin-top: 80px;
	}
	
	#message .contents .top{
		text-align: left;
	}
	
	#message .contents .top h3{
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 0.3rem;
	}
	
	#message .contents .top p{
		font-size: 18px;
		letter-spacing: 0.1rem;
		margin-top: 15px;
	}
	
	#message .contents .bot{
		margin-top: 80px;
		text-align: left;
	}

	#message .contents .bot .message_list{
	}
	
	#message .contents .bot .message_list:nth-child(2){
		margin-top: 40px;
	}
	
	#message .contents .bot .message_list:nth-child(3){
		margin-top: 40px;
	}
	
	#message .contents .bot .message_list:nth-child(4){
		margin-top: 80px;
        text-align: right;
	}
    
	#message .contents .bot h4{
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.1rem;
		font-weight: 500;
	}
	
	#message .contents .bot hr{
		width:88px;
		height:2px;
		border: none;
		background: #009143;
		position: relative;
		display: block;
		margin: 10px 0 20px 0;
	}
	
	#message .contents .bot hr::before{
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #009143;
		position: absolute;
		top:-3px;
	}
	
	#message .contents .bot p{
		line-height: 1.7;
	}
	
	
	
/* CSS セクション_cases */	
	#cases{
		width:980px;
		margin:40px auto 0 auto;
	}
	
	#cases .list{
		width: calc(100% / 3 - 20px);
		text-align: center;
	}
	
	#cases .inner{
		display: flex;
        flex-wrap: wrap;
	}
    
	#cases .list a{
		display: block;
		text-decoration: none;
		color: #3a3a3a;
	}
	
	#cases .inner .list:nth-child(1){
		margin-right: 20px;
	}
	
	#cases .inner .list:nth-child(3n+4){
		margin-right: 20px;
        margin-top: 30px;
	}
    
	#cases .inner .list:nth-child(2){
		margin-right: 10px;
		margin-left:  10px;
	}

	#cases .inner .list:nth-child(3n+5){
		margin-right: 10px;
		margin-left:  10px;
        margin-top: 30px;
	}

	#cases .inner .list:nth-child(3){
		margin-left:  20px;
	}
	
	#cases .inner .list:nth-child(3n+6){
		margin-left:  20px;
        margin-top: 30px;
	}
    
	#cases .list .top{
		background: url("../img/common/cases_back.jpg"), url("../img/common/cases_back02.jpg");
		background-repeat: no-repeat;
		background-size: top left, bottom right;
		padding: 32px 20px 20px 20px;
		width: 100%;
	}
	
	#cases .list .bot{
		width: 100%;
		border-top:1px solid #3a3a3a;
		text-align: left;
	}
	
	#cases .list .bot dl dt{
		padding: 20px 0 15px 0;
		font-size: 18px;
		font-weight: 500;
        display: inline-block;
	}
	
	#cases .list .bot dl .link{
        background: url("../img/common/link.jpg") no-repeat;
        background-position: right;
        padding-right: 15px;
	}

    
	#cases .list .bot dl dd{
		line-height: 1.7;
	}
    
	
	
/* CSS セクション_message */
	.company{
		margin-top:40px;
	}	
	
	.company dl{
		border-top:1px dashed #3a3a3a;
		padding:20px 0;
		letter-spacing: 0.1rem;
	}
	
	.company dl:last-child{
		border-bottom:1px dashed #3a3a3a;
	}
	
	.company dl dt{
		float: left;
		width: 30%;
		font-weight: 500;
		line-height: 1.5;
	}	
	
	.company dl dd{
		float: left;
		width: 70%;
		line-height: 1.5;
	}	
	
	.company dl dd span{
		display: inline-block;
		width: 8.1rem;
		margin-right: 32px;
        text-align: right;
	}	
	
	iframe{
		margin-top: 80px;
	}
	
	
	
/* CSS セクション_footer */
	footer{
		width:100%;
		background: #6c6c6c;
		padding: 40px 0;
		text-align: center;
	}
	
	footer p{
		padding-top: 40px;
		color: #FFF;
		letter-spacing: 0.1rem;
	}
	
	
	
/* CSS セクション_message */
	#pagetop{
		position: fixed;
		right:0;
		z-index: 10001;
	}
	
	#pagetop a{
		width:88px;
		height:88px;
		display: block;
		color: #FFF;
	}
	
	
	
/* CSS セクション_下層ページ_メインイメージ */	
	#subpage_image{
		width: 100%;
		height: 480px;
		background: url("../img/case/main.jpg") no-repeat;
		position: relative;
		color: #FFF;
	}
	
	#pagetitle{
		position: absolute;
		left:0;
		bottom: 128px;
	}
	
	#pagetitle h1 span{
		font-size:18px;
		font-weight: 500;
		display:inline-block;
		margin-bottom: 15px;
	}
	
	#pagetitle h1 {
		font-size:24px;
		font-weight: 500;
		margin-left: 80px;
	}
	
	#pagetitle hr {
		width:100%;
		height:2px;
		border: none;
		background: #FFF;
		position: relative;
		display: block;
		margin-top: 20px;
	}
	
	#pagetitle hr:after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #FFF;
		position: absolute;
		top: -3px;
		right: 0;
	}
	
	#casetop{
		background: url("../img/case/cases_back.jpg") no-repeat;
		background-size: 70% 558px;
		width: 100%;
		height: 558px;
	}
	
	#casetop .inner{
		width: 980px;
		margin: 0 auto;
		padding-top: 120px;
		position: relative;
	}
	
	#casetop .inner .right{
		position: absolute;
		right:0;
		padding-right: 40px;
		bottom:80px;
		border-right:2px solid #009143;
	}
	
	#casetop .inner .right h2{
		font-size: 36px;
		font-weight: 500;
		color:#009143;
		line-height: 1.3;
	}
	
	#casetop .inner .right p{
		margin-top: 20px;
	}
	
	#casetop .inner .right p span{
		font-size: 30px;
		font-weight: 500;
		position: relative;
		top:5px;
		margin-left: 20px;
		display: inline-block;
		letter-spacing: 0.3rem;
	}
	
	#casebot .inner{
		width: 980px;
		margin: 0 auto;
		padding-top: 120px;
	}
	
	#casebot .inner h3{
		font-size: 24px;
		font-weight: 500;
		color:#009143;
		line-height: 1.3;
	}

	#casebot .inner .casetxt{
		margin-top: 60px;
		letter-spacing: 0.1rem;
		line-height: 1.7;
	}

	#casebot .inner .caselink{
		margin-top: 40px;
		letter-spacing: 0.1rem;
	}

	#casebot .inner .caselink a{
		color:#009143;
	}
	
/* CSS グループ会社一覧 */
	#point05 .group-list-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}	
	
	#point05 .group-list-wrapper::after{
		content: "";
		display: block;
		width: calc((100% - 60px) / 3 );
	}	
	
	#point05 .group-list-wrapper .group-list{
		width: calc((100% - 60px) / 3 );
		background: url("../img/top/logo-tri.svg") no-repeat;
		background-position: left top;
	}	
	
	#point05 .group-list-wrapper .group-list:nth-child(n + 4){
		margin-top: 40px;
	}	
	
	#point05 .group-list-wrapper .group-list a{
		background: url("../img/top/logo-tri.svg") no-repeat;
		background-position: left top;
		text-decoration: none;
	}	
	
	#point05 .group-list-wrapper .group-list .top img{
		width: 100%;
	}	
	
	#point05 .group-list-wrapper .group-list .bot{
		padding: 20px 0;
	}	
	
	#point05 .group-list-wrapper .group-list a .sub{
		padding-bottom: 8px;
		color: #009143;
		font-size: 13px;
	}	
	
	#point05 .group-list-wrapper .group-list a .name{
		color: #009143;
		font-size: 18px;
		font-weight: 600;
	}	
	
	#point05 .group-list-wrapper .group-list a .text{
		padding-top: 20px;
		padding-bottom: 20px;
		color: #3a3a3a;
		line-height: 1.7;
	}	
	
	#point05 .group-list-wrapper .group-list a .url-text{
		color: #009143;
		text-decoration: underline;
		font-size: 13px;
	}	
	
	#point05 .group-list-wrapper .group-list a .url-text span{
		padding-right: 12px;
		background: url("../img/common/link.jpg") no-repeat;
		background-position: top 7px right;
	}	
	
	#point05 .group-list-wrapper .group-list .top{
		padding: 20px;
		border-bottom: 1px solid #3A3A3A;
	}	
	
	
	
/* CSS 関係協力会社一覧 */
	#point06{
		padding-top: 0;
	}
	
	#point06 .group-list-wrapper{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}	
	
	#point06 .group-list-wrapper::after{
		content: "";
		width: calc((100% - 60px) / 3 );
	}	
	
	#point06 .group-list-wrapper .group-list{
		width: calc((100% - 60px) / 3 );
		background: url("../img/top/logo-tri.svg") no-repeat;
		background-position: left top;
	}	
	
	#point06 .group-list-wrapper .group-list:nth-child(n + 4){
		margin-top: 40px;
	}	
	
	#point06 .group-list-wrapper .group-list a{
		background: url("../img/top/logo-tri.svg") no-repeat;
		background-position: left top;
		text-decoration: none;
	}	
	
	#point06 .group-list-wrapper .group-list .top img{
		width: 100%;
	}	
	
	#point06 .group-list-wrapper .group-list .bot{
		padding: 20px 0;
	}	
	
	#point06 .group-list-wrapper .group-list a .sub{
		padding-bottom: 8px;
		color: #009143;
		font-size: 13px;
	}	
	
	#point06 .group-list-wrapper .group-list a .name{
		color: #009143;
		font-size: 18px;
		font-weight: 600;
	}	
	
	#point06 .group-list-wrapper .group-list a .text{
		padding-top: 20px;
		padding-bottom: 20px;
		color: #3a3a3a;
		line-height: 1.7;
	}	
	
	#point06 .group-list-wrapper .group-list a .url-text{
		color: #009143;
		text-decoration: underline;
		font-size: 13px;
	}	
	
	#point06 .group-list-wrapper .group-list a .url-text span{
		padding-right: 12px;
		background: url("../img/common/link.jpg") no-repeat;
		background-position: top 7px right;
	}	
	
	#point06 .group-list-wrapper .group-list .top{
		padding: 20px;
		border-bottom: 1px solid #3A3A3A;
	}	
	
	
}