@charset "utf-8";
/*
Theme name:Akuru
Author:NAKAGAKI
Description:original theme
Version:1.0
*/



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap');

html {
	-webkit-text-size-adjust:100%;
}

a {
	word-wrap:break-word;
}

body {
  font-family:'Noto Sans JP',"Noto Sans Japanese", Helvetica , "Helvetica Neue" ,
   Arial , Verdana , Roboto , "游ゴシック" ,
    "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,
   "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" ,sans-serif;
   margin:0!important;
   overflow-x: hidden;
   position: relative;
}

.enfont{
	font-family:Helvetica , "Helvetica Neue", 'Noto Sans JP' ,sans-serif!important;
}

.breadcrumbs{
	padding-top:120px;
}

.document-wrap{
	color: #212A41!important;
}

.homelink4{
	font-size:20px;
	font-weight:500;
}

.dc-title{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}


.dc-info{
	margin-top: 35px;
	font-size: 20px;
	margin-bottom: 80px;
}

.document-flex{
	display: flex;
	margin-bottom: 80px;
	min-height:320px;
}

.document-flex-last{
	margin-bottom: 270px;
}

.dc-title2{
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 23px;
	font-weight: bold;
}

.dc-left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 26px;
}

.dc-right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 96px;
}

.dc-text{
	font-size: 16px;
	margin-top: 24px;
	margin-bottom: 48px;
	font-weight: 500;
}

.dc-link{
	width: 384px;
	max-width: 100%;
	display: block;
	background:#159C4D;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding:20px 0;
	border-radius: 4px;
	border:1px solid #159C4D;
	transition: 0.5s;
}

.dc-link:hover{
	background: white;
	color:#159C4D;
}

.akuru-sm{
	display: none;
}

.homelink{
	width:160px;
	height:100%;
	display: block;
}

.link2{
	width: 208px;
	height: 100%;
	display: block;
}

.headercol1 .link2 img{
	width: 208px!important;
	height: auto;
}

 .pagebread{
 	background:#E8E9EB;
 }

 .breadin{
 	padding-top:15px;
 	padding-bottom:80px;
 }

.breadwhite{
	color: rgba(255,255,255,0.5)
}

.breadwhite a{
	font-size:14px;
	font-weight:400;
	text-decoration: none;
	color:rgba(255,255,255,0.5);
	margin:0 1px;
}

.breadwhite a:hover{
	text-decoration:underline;
}

.breadwhite span{
	font-size:14px;
	font-weight:400;
	margin:0 1px;
	color:rgba(255,255,255,0.5);
}

.breadwrap{
	max-width:1120px;
	margin:0 auto;
}

.breadblack{
	color:rgba(33,42,65,0.5);
}

.breadblack a{
	font-size:14px;
	font-weight:400;
	text-decoration: none;
	margin:0 1px;
}

.breadblack a:hover{
	border-bottom: 1px solid rgba(33,42,65,0.5);
}

.breadblack span{
	font-size:14px;
	font-weight:400;
	margin:0 1px;
	color:rgba(33,42,65,0.5);
}

.addtoany_shortcode a{
	margin-right:30px;
}

.addtoany_share_save{
	display:none!important;
}

.sf-form-cover{
	background:#E8E9EB!important;
}

.thum-bg{
	position:relative;
	width:100%;
	box-sizing:border-box;
	color:white;
	font-size:24px;
	font-weight:bold;
	transition:0.4s;
}

.thum-bg img{
	position:absolute;
	width:100%;
	height:350px;
	object-fit:cover;
	z-index:1;
	left:0;
	top:0;
	transition:0.4s;
}

.thum-bg p{
	font-size:24px;
	box-sizing:border-box;
	margin:0;
	padding:32px 22px;
	position:relative;
	z-index:2;
	top:200px;
}

.thum-bg span{
	display:block;
	font-size:16px;
	font-weight:500;
}



/*ハンバーガメニュー*/

#plusbg{
	left:-50%;
	
}

.fadelayer {
  position:fixed;
  top:0px;
  width:50%;
  transform: translateX(100%);
  height:100vh;
  background-color:#000000;
  opacity:0.6;
  z-index:999999999;
  transition: .7s;
}


#nav{
  position: fixed;
  overflow-x: scroll;
  height: 100vh;
  width: 50%;
  right: -50%;
  top: 0;
  background: #212A41;
  transition: .7s;
  padding-top:40px;
  z-index:99999;
}

.in{
  transform: translateX(-100%); 
  
}

.nav-wrap{
	max-width:500px;
	padding-left:10%;
}

.h-flex{
	display:flex;
	font-size:20px;
	font-weight:500;
}

.hum-col1 div ul , .hum-col2 div ul{
	list-style:none;
	padding-left:0;
}

.hum-col1{
	margin-right:60px;
}

.hum-col1 div ul li a , .hum-col2 div ul li a{
	color:white;
	text-decoration:none;
	display: inline-block;
	box-sizing: border-box;
	height:23px;
	margin-bottom:37px;
}


/*サービス1/ケース2/カンパニー3/ニュース4/ナレッジ5*/
#nav .current_page_item a , .current-page-ancestor a ,
.case-bluelink div ul li:nth-child(2) a , .news-bluelink div ul li:nth-child(4) a , .know-bluelink div ul li:nth-child(5) a{
	color:#299AD7!important;
} 

#nav .current-menu-item a{
	color:#299AD7!important;
}

.hum-col1 div ul li a:hover , .hum-col2 div ul li a:hover{
	text-decoration:underline;
}

#nav .hum-col1 div ul .current_page_item a:hover , #nav .hum-col2 div ul .current_page_item a:hover , #nav .current-menu-item a:hover{
	border-bottom:none;
	text-decoration:none!important;
} 

.hum-contact{
	margin-top:10px;
}

.hum-link{
	font-size:24px;
	width: 350px;
	height: 80px;
    display: block;
    background: #159C4D;
    color:white;
    text-align:center;
    line-height:80px;
    transition: .5s;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight:bold;
    text-decoration:none;
}

.dc-left img{
	width: 100%;
}

.hum-link:hover{
	color:#159C4D;
	background:white;
	/*border:1px solid #159C4D;*/
}

.hum-logo{
	margin-top:60px;
}

.hum-logo a{
	font-size:24px;
	color:white;
	transition: .5s;
}

.hum-logo a:hover{
	color:#159C4D;
}

.hum-logo a i:first-child{
	margin-right:40px;
}



/*共通CSS*/
.wrap p{
	line-height: 1.8em;
}

.wrap h1, .wrap h2, .wrap h3, .wrap .like-h2, .wrap .like-h3{
	line-height:1.5em;
}



header{
	height:95px!important;
	box-sizing: border-box;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 99991;
	transition: all 0.5s ease-out;
}

.header-flex{
	max-width:1120px;
	margin:0 auto;
	padding-top:30px;
	display:flex;
}

.headwrap{
	padding-top:100px;
}

.headercol1{
	width:832px;
}

.headercol1 .homelink img{
	width:160px;
	height: auto;
	position: relative;
	z-index: -1;
}

.headercol2{
	width:192px;
}

.contact-button{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	width:192px;
	height:55px;
	display:inline-block;
	color:white;
	line-height:55px;
	background:#159C4D;
	text-align:center;
	border-radius:4px;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
		position: relative;
	z-index: 999;
}

.opennone{
	display: none;
}


.contact-button:hover{
	color:#159C4D;
	background:white;
	border:1px solid #159C4D;
}

.headercol3{
	width:96px;
	position: relative;
	z-index: 999999999999;
}

.menu_button{
 width:40px;
 height:20px;
 outline: none;
 border: none;
 font-size: 20px;
 margin-left:auto;
 margin-top:24px;
 display:block;
}


.navmenu{
	padding-bottom:80px;
}


.menu_button .menu_icon01 {
  display: block;
  cursor: pointer;
  transition: .7s;
}
.menu_button .menu_icon01 span {
  display: block;
  width: 30px;
  height: 2px;
  background: #212A41;
  margin-bottom: 4px;
  transition: .7s;
}

.menu_button.open .menu_icon01 span{
	background:white;
}


.menu_button.open .menu_icon01{
  transform: rotate(-45deg);
}
.menu_button.open .menu_icon01 .bar1 {
  transform: rotate(0deg)translateX(3px) translateY(3px);
}

.menu_button.open .menu_icon01 .bar2 {
  opacity: 0;
}
.menu_button.open .menu_icon01 .bar3 {
  transform: rotate(-90deg) translateX(3px)translateY(3px);

}

.menu_button .menu_icon02 {
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.menu_button .menu_icon02 span {
  display: block;
  width: 30px;
  height: 2px;
  background: #212A41;
  margin-bottom: 4px;
  transition: all 0.4s ease-out;
}
.menu_button.open .menu_icon02 .bar1 {
  transform: translateY(10px) rotate(135deg);
}
.menu_button.open .menu_icon02 .bar2 {
 opacity: 0;
 transform:translateX(-100px);
}
.menu_button.open .menu_icon02 .bar3 {
 transform:  translateY(-6px)
 rotate(45deg);
}

.menu_button .menu_icon03 {
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.menu_button .menu_icon03 span {
  display: block;
  width: 30px;
  height: 2px;
  background: #212A41;
  margin-bottom: 4px;
  transition: all 0.4s ease-out;
}
.menu_button.open .menu_icon03 .bar1 {
  transform: translateY(10px) rotate(45deg);
}
.menu_button.open .menu_icon03 .bar2 {
 opacity: 0;
 width:150px;
 transform: translateX(-60px)
}
.menu_button.open .menu_icon03 .bar3 {
 transform: translateY(-6px)
 rotate(135deg);
 }

.midnightHeader.default {
  background: white;
  color: black;
  overflow:visible!important;
}

.midnightHeader.white {
	background:#E8E9EB;
}

.midnightHeader.blue {
 	background:#212A41;
}

.fixed{
	position: relative!important;
	z-index: 99999999999;
	overflow:inherit!important;
}


.startw .menu_icon01 .midnightHeader .bar1 , .startw .menu_icon01 .midnightHeader .bar3{
	background:white!important;
}

.startw .midnightHeader.white .bar1 ,.startw .midnightHeader.white .bar2 ,.startw .midnightHeader.white .bar3 {
	background:white!important;
}

.midnightHeader.white .bar1 , .midnightHeader.white .bar2 , .midnightHeader.white .bar3 {
	background:#212A41!important;
}

.midnightHeader.blue .bar1 , .midnightHeader.blue .bar2 , .midnightHeader.blue .bar3 {
	background:white!important;
}

.midnightHeader.default .bar1 , .midnightHeader.default .bar2 , .midnightHeader.default .bar3{
	background-color: #212A41!important;
}

.midnightHeader.default .bar1 , .midnightHeader.default .bar2 , .midnightHeader.default .bar3{
	background-color: #212A41!important;
	overflow: hidden!important;
}

.midnightInner{
	display: block!important;
	overflow: inherit!important;
}

.menu_button.open .menu_icon01 span{
	background:white!important;
}

.wrap{
	max-width:1120px;
	margin:0 auto;
}

.main-flex1{
	margin:60px auto 0;
	display:flex;
}

.mainleft1 , .mainright1{
	width:50%;
}

.mltext1{
	font-size:48px;
	font-weight:bold;
	color:#212A41;
	margin-top:0;
	height:269px;
	margin-bottom:0;
}

.mltext2{
	font-size:20px;
	font-weight: 500;
	width:480px;
	margin-bottom:0;
	margin-top:0;
}

.fm2{
	color:#212A41;
}

.mltext3{
	font-size:24px;
	color:white;
	text-align:center;
	width:480px;
	height:80px;
	display:block;
	background:#159C4D;
	font-weight:bold;
	text-decoration: none;
	line-height:80px;
	margin-top:60px;
	border-radius:4px;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
}

.mltext3:hover{
	color:#159C4D;
	background:white;
	border:1px solid #159C4D;
}

.mainright1{
	margin-left:auto;
}

.mainright1 img{
	display: block;
	margin-left:auto;
	width:100%;
}

.main-flex2{
	display:flex;
	margin-top:80px;
	margin-bottom:55px;
	align-items: center;
}

.logoarea{
	width:160px;
	height:auto;
	margin-right:32px;
}

.logoarea3{
	width:0px;
	height:auto;
	margin-right:0px;
}

.analogo{
	height:auto;
}

.airtori{
	height: auto;
}

.takara{
	height:auto;
}

.tsi{
	height: auto;
}

.jr{
	height:auto;
}

.goldwin{
	width:158px;
	height: auto;
}

.nanouniverse{
	width:98px;
	height: auto;
}

.cologo{
	display:block;
	margin:0 auto;
}

.logoarea2{
	margin-right:0;
}

.wrapbg1{
	background-color:#212A41;
	width:100%;
	color:white;
	position: relative;
}

.service1{
	padding-top:85px;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

.service2{
	font-size:48px;
	font-weight:bold;
	width:960px;
	height:auto;
	margin-top:0;
	margin-bottom:30px;
}

.service-flex{
	display:flex;
	clear: both;
	margin-top:40px;
}


.service-left{
	width:480px;
	margin-right:32px;
}

.zoom-box{
	width:100%;
	height:auto;
	overflow:hidden;
}

.service-left a{
	 display: block;
}

.service-left a:hover img{
	transform:scale(1.08,1.08);
	overflow:hidden; 
}

.service-right{
	width:100%;
}

.service-top{
	margin: 0;
}

.service-thumb{
	width:480px;
	height:320px;
	transition:0.5s all;
	max-width: fit-content;
}

.titlelogo{
	margin-top:0;
	margin-bottom:15px;
	width:167px;
	height:auto;
}

.tl2{
	width:231px;
}

.texttop{
	font-size:24px;
	font-weight:bold;
	margin-bottom:38px;
}

.service-excerpt{
	font-size:20px;
	font-weight:500;
	margin-top:0;
}

.morelink{
	color:#299AD7;
	display:inline-block;
	font-size:16px;
	text-decoration: none;
	float:right;
	font-weight:bold;
	padding-bottom:2px;
	box-sizing:border-box;
	transition: all 0.5s 0s ease;
}

.morelink:hover{
	color:white;
	text-decoration: underline;
}



.case-bg{
	position: relative;
	background-color:white;
	color:#212A41;
	margin-top:80px;
	padding-left:64px;
	padding-right:64px;
	padding-bottom:80px;
	clear: both;
	z-index: 9999;
}

.arcase-bg{
	padding-top: 80px;
}

.case1{
	padding-top:80px;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

.arcase{
	padding-top:0;
	margin-top:0;
}

.case2{
	font-size:48px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:40px;
	line-height: 1.4em;
}

.rightbox{
	text-align:right;
	box-sizing:border-box;
	height:20px;
}

.alllink{
	color:#299AD7;
	display:inline-block;
	font-size:16px;
	text-decoration: none;
	font-weight:bold;
	padding-bottom:2px;
	box-sizing:border-box;
	transition: all 0.5s 0s ease;
}

.alllink:hover{
	color:#212A41;
	box-sizing:border-box;
	text-decoration:underline;
}

.case-flex{
	display:flex;
	clear: both;
	margin-top:-40px;
}

.case-flex article{
	width:50%;
	margin: 80px 0 0; 
	box-sizing: border-box;
}

.arcase-bg article{
	margin-bottom:80px;
}

.case-flex article:nth-child(odd){
	padding-right: 18px;
}

.case-flex article:nth-child(even){
	padding-left: 18px;
}


.case-thumb{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}

.case-thumb a:hover img{
	transform:scale(1.08,1.08);
	overflow:hidden; 
}

.case-thumb img{
	width:480px;
	height:auto;
	transition: all 0.5s 0s ease;
}

.caselogo{
	max-width:155px;
	height:auto;
	margin-bottom:16px;
}

.comp1{
	margin-top: 0;
	font-weight:400;
	font-size:16px;
	margin-bottom:16px;
}

.taglist p{
	border:1px solid #E73D41;
	color:#E73D41;
	padding:4px 8px;
	margin-right:3px;
	border-radius:20px;
	font-weight:400;
	display: inline-block;
	text-decoration:none;
	margin-top:0;
	margin-bottom:0;
}

.comp-excerpt{
	font-size:24px;
	font-weight:bold;
	margin-top:16px;
	margin-bottom:8px;
}

.moreread{
	color:#299AD7;
	display:inline-block;
	font-size:16px;
	text-decoration: none;
	font-weight:bold;
	padding-bottom: 2px;
	transition: all 0.5s;
}

.moreread:hover{
	color:#212A41;
	box-sizing:border-box;
	text-decoration: underline;
}


.gray-bg{
	background:#E8E9EB;
	width:100%;
	height:520px;
	z-index:999;
	position: absolute;
	bottom:0px;
}

.know-bg{
	background:#E8E9EB;
	width:100%;
	color:#212A41;
	padding-bottom:70px;
}

.know1{
	padding-top:80px;
	font-size:24px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
}

.know2{
	font-size:48px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:70px;
	letter-spacing: -0.03em;
}

.know-flex{
	margin-top:40px;
	display:flex;
	clear: both;
}

.archiveknow{
	margin-top:80px;
}

.know-flex article{
	width:33%;
	background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 2px 4px;
background-position: right;
background-repeat: repeat-y;
	margin-bottom:45px;
	clear: both;
	position: relative;
}

.archiveknow article{
	margin-bottom:60px;
}

.know-flex article:first-child:before{
		content:'';
	position: absolute;
	left:0;
	width:2px;
	height:100%;
background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 2px 4px;
background-position: left;
background-repeat: repeat-y;
}

.know-flex article:nth-child(4):before , .know-flex article:nth-child(7):before , .know-flex article:nth-child(10):before , .know-flex article:nth-child(13):before ,
.know-flex article:nth-child(16):before , .know-flex article:nth-child(19):before , .know-flex article:nth-child(22):before , .know-flex article:nth-child(25):before ,
.know-flex article:nth-child(28):before , .know-flex article:nth-child(31):before {
		content:'';
	position: absolute;
	left:0;
	width:2px;
	height:100%;
background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 2px 4px;
background-position: left;
background-repeat: repeat-y;	
}

.know-flex .like-article{
	width:33%;
	background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 2px 4px;
background-position: right;
background-repeat: repeat-y;
	margin-bottom:45px;
	clear: both;
	position: relative;
}

.archiveknow article{
	margin-bottom:60px;
}

.know-flex .like-article:first-child:before{
		content:'';
	position: absolute;
	left:0;
	width:2px;
	height:100%;
background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 2px 4px;
background-position: left;
background-repeat: repeat-y;
}

.know-flex .like-article:nth-child(4):before , .know-flex .like-article:nth-child(7):before , .know-flex .like-article:nth-child(10):before , .know-flex .like-article:nth-child(13):before ,
.know-flex .like-article:nth-child(16):before , .know-flex .like-article:nth-child(19):before , .know-flex .like-article:nth-child(22):before , .know-flex .like-article:nth-child(25):before ,
.know-flex .like-article:nth-child(28):before , .know-flex .like-article:nth-child(31):before {
		content:'';
	position: absolute;
	left:0;
	width:2px;
	height:100%;
background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 2px 4px;
background-position: left;
background-repeat: repeat-y;	
}

.know-space{
	padding-left:42px;
	padding-right:42px;	
}

.know-titlelink{
	color:#212A41;
	text-decoration:none;
}

.know-titlelink:hover{
	text-decoration: underline;
}

.know-title{
	margin-top:0;
	margin-bottom:0;
	font-size:20px;
	font-weight:bold;
}

.know-key{
	margin-top:0;
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
}

.know-tag{
	font-weight:400;
}

.know-tag a{
	color:#299AD7;
	margin-right:3px;
	font-size:14px;
	text-decoration: none;
	transition: all 0.5s;
}

.know-tag a:before{
	content:'#';
}

.know-tag a:hover{
	color:#212A41;
	box-sizing:border-box;
	text-decoration:underline;
}

.know-excerpt{
	margin:0;
}

.know-excerpt p{
	font-size:16px;
	width:100%;
	height:170px;
	font-weight:400;
}


.news-bg{
	background: white;
	width:100%;
	padding:80px 0;
	color:#212A41;
}

.wrap{
	max-width:1120px;
	margin:0 auto;
}

.wrap2{
	max-width:930px;
	margin:0 auto;
}

.news-flex{
	display:flex;
}

.newsleft{
	width:288px;
}

.newsright{
	width:100%;
}

.news1{
	font-size:24px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:30px;	
}

.allnewslink{
    color: #299AD7;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
   	box-sizing: border-box;
   	padding-bottom: 2px;
	transition: all 0.5s;
}

.allnewslink:hover{
	color:#212A41;
	box-sizing:border-box;
	text-decoration:underline;
}

.newsright article{
background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 4px 2px;
background-position: bottom;
background-repeat: repeat-x;
position: relative;
}

.newsright article:first-child:before{
	position: absolute;
	content:'';
	height:2px;
	width:100%;
	background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 4px 2px;
background-position: top;
background-repeat: repeat-x;	
}

.newslink{
	display:flex;
	color:#212A41;
	text-decoration:none;
	padding:19px 0;
	transition: all 0.5s;
}

.newslink:hover .newstitle{
	text-decoration:underline;
}

.newsdate{
	color:#707070;
	font-size:20px;
	font-weight:lighter;
	vertical-align: middle;
	position: relative;
	top:4px;
	margin-right:46px;
}

.newstitle{
	font-weight:bold;
	margin:0;
	font-size:20px;
	box-sizing:border-box;
}

.art-contentbox .newstitle{
	font-weight:bold;
}

.contact-bg{
	width:100%;
	background:#159C4D;
	padding:80px 0;
}

.contact-flex{
	display:flex;
}

.contact1{
	font-size:32px;
	margin:0;
	color:white;
	font-weight:bold;
}

.text-block{
	display:block;
}

.contact-left , .contact-right{
	width:50%;
}

.contactlink{
	display:block;
	background:white;
	width:480px;
	height:80px;
	text-align:center;
	text-decoration: none;
	color:#159C4D;
	font-weight:bold;
	line-height:80px;
	font-size:24px;
	margin-left:auto;
	border-radius:4px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.contactlink:hover{
	background:#159C4D;
	border:1px solid white;
	color:white;
}

footer{
	background:#212A41;
	width:100%;
	padding-top:68px;
	padding-bottom:38px;
}

.footer-flex{
	display:flex;
}

.logobox{
	margin-top:50px;
	font-size:19px;
}

.logobox a{
	color:white;
	transition: all 0.5s;
}

.logobox a:hover{
	color:#159C4D;
}

.logobox a:first-child{
	margin-right:50px;
}

.logobox i{
	font-size:24px;
}

.footerbox1{
	width:450px;
}

.footerlogo{
	width:192px;
}

.footerbox2{
	width:220px;
}

.footerbox3{
	width:140px;
}

.footerbox4{
	width:310px;
}


.footerbox2 div ul{
	list-style:none;
	margin:0;
	padding:0;
}

.footerbox2 div ul li a{
	color:white;
	text-decoration: none;
	display:inline-block;
	margin-bottom:10px;
	font-weight:400;
	height:24px;
	box-sizing:border-box;
	transition: all 0.5s;
}

.footerbox2 div ul li a:hover , .footerbox3 div ul li a:hover{
	text-decoration:underline;
}

.footerbox3 div ul{
	list-style:none;
	margin:0;
	padding:0;	
}

.footerbox3 div ul li a{
	color:white;
	text-decoration: none;
	display:inline-block;
	margin-bottom:10px;
	font-weight:400;
	height:24px;
	box-sizing:border-box;
	transition: all 0.5s;	

}

.image-bg{
	background:white;
	width:192px;
	height:84px;
	margin-top:45px;
	margin-bottom:25px;
	margin-left:auto;
	display:flex;
}


.copy{
	color:white;
	display:block;
	font-size:14px;
	text-align: right;
}

.plogo1{
	width:64px;
	height:63px;
	padding:11px 3px;
}

.plogo2{
	width:82px;
	height:63px;
	padding:11px 11px;
}


/*-------------------下層ページ分CSS-----------------*/


.pcnone{
	display:none;
}

.navyheader{
	background: #212A41;
	margin-top:0;
    width: 100%;
}

.pageservice1{
	margin-top:0;
}

.pagewrapbg1{
	padding-bottom:80px;
}

.pageflex1{
	padding-top:80px;
	margin-top:0;
}

.pagetitlelogo{
	margin-bottom:45px;
}

.pagemltext1{
	color:white;
	height:auto;
	margin-bottom:21px;
}

.mlsub{
	width:auto;
}

.mlsubtext{
	margin-top:20px;
	width:auto;
}

.pagemlsub{
	width:auto;
}

.asukamain{
	max-width:100%;
	height:auto;
}

.whitebg{
	background:white;
}

.page-graybg{
	background:#E8E9EB;
	color:#212A41;
	width:100%;
	padding-bottom:80px;
}

.pageknow2{
	padding-top:80px;
}

.page-flex{
	display:flex;
	margin-bottom:80px; 
}

.page-left{
	padding-right:48px;
	width:50%;
}

.leftimg{
	width:100%;
	height:auto;
}

.page-right{
	padding-left:48px;
	width:50%;
}

.page-flex3{
	display: flex;
}

.page-flex3 .box3:first-child:before{
	content:'';
	position: absolute;
	left:0;
	width:2px;
	height:100%;
background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 2px 5px;
background-position: left;
background-repeat: repeat-y;
}

.box3{
	width:33.33%;
	padding-left:40px;
	padding-right:40px;
	background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
	background-size: 2px 5px;
	background-position: right;
	background-repeat: repeat-y;
	position: relative;
}

.boximg{
	display:block;
	margin:0 auto;
}

.boxtitle{
	font-size:24px;
	margin-top:0;
	margin-bottom:20px;
}

.box3 p{
	font-size:16px;
	font-weight: 400;
}

.page-flex3-2{
	display: flex;
	background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 5px 2px;
background-position: top;
background-repeat: repeat-x;
	margin-top:20px;
	padding-top:20px;
}

.page-flex3-2 .box3:first-child:before{
	content:'';
	position: absolute;
	left:0;
	width:2px;
	height:100%;
background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 2px 5px;
background-position: left;
background-repeat: repeat-y;
}


.imgall{
	width:100%;
	position: relative;
}

.jsbg{
	top:0;
	width:100%;
	height:250px;
	background-color: #E8E9EB;
	position: absolute;
	z-index: -1;
}

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

.page-whitebg{
	padding-top:80px;
	padding-bottom:80px;
	color:#212A41;
}

.page-know2{
	margin-bottom:80px;
}

.page-block{
	display:block;
}

.box3 li{
	list-style:none;
	margin-bottom:4px;
	font-size:16px;
	font-weight:400;
	padding-left:1em;
	text-indent:-1em;
}

.company-logobox{
	margin-top:80px;
}

.company-logobox-fix{
	margin-top:80px;
	margin-bottom:80px;
}

.page-logoflex{
	display:flex;
	margin-bottom:25px;
	align-items: center;
}

.pagemargin{
	padding-top:80px;
}

.page-block2{
	display:block;
}

.pagelnowsub{
	font-size:20px;
	font-weight:400;
	margin-bottom:0;
}

.whitebox{
	background:white;
	width:100%;
	box-sizing: border-box;
	margin-top:80px;
	padding:40px 64px;
	color:#212A41;
}

.table1{
	display:flex;
	padding-bottom:32px;
	border-bottom:1px solid #212A41;
}

.table2{
	display:flex;
	padding-top:32px;
	padding-bottom:32px;
	border-bottom:1px solid #212A41;
}

.table11{
	width:20%;
	box-sizing: border-box;
	padding-right:10px;
}

.table12{
	width:40%;
	box-sizing: border-box;
	padding-left:5px;
	padding-right:5px;
}

.table13{
	width:40%;
	box-sizing: border-box;
	padding-left:10px;
}

.tabletop{
	font-size:16px;
	font-weight:bold;
	margin:0;
}

.tableasukatop{
	color:#299AD7;
	font-weight:bold;
	margin:0;
}

.tablecontent{
	font-size:16px;
	font-weight:400;
	margin:0;
}

.tablesmall{
	font-size:12px;
	font-weight:400;
	margin:0;
	margin-top:5px;
}

.tableasukacontent{
	color:#299AD7;
	font-weight:400;
	margin:0;
}

.page-contact1{
	font-size: 32px;
    margin: 0;
    color: white;
    font-weight: bold;	
}

.page-contact2{
	font-size:20px;
	font-weight:400;
	color:white;
}

.contactlink2{
	display:block;
	width:480px;
	margin-left:auto;
	margin-top:35px;
	color:white;
	text-decoration: none;
	font-size:24px;
	font-weight:bold;
	transition: 0.5s;
}

.contactlink2:hover{
	text-decoration:underline;
}

.page-mainleft1{
	width:50%;
	padding-right:48px;
}

.page-mainright1{
	width:50%;
	padding-left:48px;
}

.company-mainright1{
	width:50%;
	padding-left:48px;
}

.smcompany-img2{
	display:none;
}

.chargebacktop{
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 45px;	
}

.pagemltext2{
    color: white;
    height: auto;
    margin-bottom: 70px;	
}

.pageborder{
	border-top:1px solid #212A41;
	margin-top:40px;
	padding-top:40px;
}

.pageborder p{
	font-size:20px;
	margin-top:0;
	margin-bottom:40px;
	font-weight:400;
}

.chlink{
	color:#299AD7;
	font-size:20px;
	font-weight:bold;
	text-decoration: none;
	transition: 0.5s;
}

.chlink:hover{
	color:#212A41;
	text-decoration:underline;
}

.page-flex2{
	margin-bottom: 0;
}

.page-block3{
	display:block;
}

.page-left img{
	width:100%;
	min-width:100%;
	height:auto;
}

.pagecontact{
	font-size:24px;
	color:white;
	text-align:center;
	width:480px;
	height:112px;
	display:block;
	background:#159C4D;
	font-weight:bold;
	text-decoration: none;
	padding-top:13px;
	margin-top:60px;
	border-radius:4px;
	line-height: 1.8em;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
}

.pagecontact:hover{
	color:#159C4D;
	background:white;
	border:1px solid #159C4D;
}

.contact-block{
	display:block;
}

.contact-block2{
	display:block;
}

.pagecontact2{
	font-size:24px;
	color:#159C4D;
	text-align:center;
	width:480px;
	height:112px;
	display:block;
	background:white;
	font-weight:bold;
	text-decoration: none;
	padding-top:13px;
	margin-left:auto;
	border-radius:4px;
	line-height: 1.8em;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
}

.pagecontact2:hover{
	color:white;
	background:#159C4D;
	border:1px solid white;
}

.page-block4{
	display:block;
}

.page-right img{
	min-width:100%;
	height:auto;
}

.page-mltext3{
	font-size:24px;
	color:white;
	text-align:center;
	width:100%;
	height:80px;
	display:block;
	background:#159C4D;
	font-weight:bold;
	text-decoration: none;
	line-height:80px;
	margin-top:80px;
	margin-bottom:36px;
	border-radius:4px;
	box-sizing: border-box;
	transition: all 0.5s 0s ease;
}

.page-mltext3:hover{
	color:#159C4D;
	background:white;
	border:1px solid #159C4D;
}

.grayheader{
	background: #E8E9EB;
	color:#212A41;
	margin-top:0;
	padding-top:40px;
    width: 100%;
}

.graybg1{
	color:#212A41;
	background-color:#E8E9EB;
	width:100%;
	color:white;
	position: relative;
}

.faqtitlelogo{
	margin-bottom:30px;
}

.faqtop{
	height:auto;
	font-size:48px;
	color:#212A41;
	margin-top:0;
	margin-bottom: 0;
}

.page-faqimg{
	width:100%;
	max-width:100%;
	height:auto;
}

.faq-bg{
	background:white;
	width:100%;
	box-sizing: border-box;
	margin-top: 80px;
	padding:80px 96px;
}

.faq1{
	font-size:24px;
	font-weight:bold;
	color:#299AD7;
}

.qa-list dl {
	color:#212A41;
    position: relative;
    margin:0;
    cursor: pointer;
    border-top:1px solid #212A41;
   
}

.qa-list .qalast{
	 border-bottom:1px solid #212A41;
}


.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 48px;
    right: 26px;
    display: block;
    width:13px;
    height: 13px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transition: .5s;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 40px 60px 40px 80px;
    font-size:24px;
    font-weight: bold;
}
.qa-list dl dt::before {
    font-size: 34px;
    line-height: 1;
    position: absolute;
    top: 42px;
    left: 20px;
    display: block;
    content: 'Q.';
    font-family:Helvetica , "Helvetica Neue", 'Noto Sans JP' ,
    sans-serif!important;
    font-weight:lighter;
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 34px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    color: #3285bf;
    font-family:Helvetica , "Helvetica Neue", 'Noto Sans JP' ,
    sans-serif!important;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 40px 0px 40px 80px;
    font-size:20px;
    font-weight:400;
background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 5px 2px;
background-position: top;
background-repeat: repeat-x;
}
.qa-list dl dd p {
    margin:0;
    font-size: 20px;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

.qa-list dl dd .faq2{
	margin-bottom:20px;
}

.faqimg{
	display:block;
	width:95%;
	height: auto;
	margin:15px auto 0;
}

.faqcontentlink{
	color: #299AD7;
	text-decoration: none;
}

.page-faqtop{
	font-size:48px;
	color: white;
    height: auto;
    margin-top: 0;
    padding-top:80px;
    margin-bottom: 80px;	
}

.page-wanco{
	padding:80px 0;
}

.pageservice{
	width:auto;
	height:auto;
	margin-bottom:80px;
}

.flex2{
	margin-top:64px;
}

.pricebox{
	width:100%;
	color:#212A41;
	background:white;
	padding:40px 64px;
	box-sizing: border-box;
}

.price1{
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding-bottom:18px;
	border-bottom:1px solid #212A41;
}

.boxflex{
	display:flex;
	background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 4px 2px;
background-position: bottom;
background-repeat: repeat-x;
}

.box-left{
	width:50%;
	padding-right:16px;
}

.price2{
	font-size: 16px;
	font-weight:bold;
	margin:20px 0;
}

.price3{
	font-size: 16px;
	font-weight:400;
	margin:20px 0;
}

.box-right{
	width:50%;
	padding-left:16px;
}

.boxflex2{
	display:flex;
	border-bottom:1px solid #212A41;
}

.caution1{
	margin-top:20px;
	margin-bottom:10px;
	font-size: 16px;
	font-weight:bold;
}

.caution2{
	margin:0;
	font-size:16px;
	font-weight: 400;
}

.media1{
	font-size:20px;
	font-weight:bold;
	margin-top:27px;
	margin-bottom:40px;
}

.mediabox{
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding:40px 0;
}

.mediabox p{
	font-size:20px;
	font-weight:500;
	margin:0;
}

.newsbottom{
	padding-bottom:80px;
}

.newsbox2{
	margin-top:0;
	 position: relative;
    background-color: white;
    color: #212A41;
    padding-left: 160px;
    padding-right: 160px;
    padding-top: 76px;
    padding-bottom: 76px;
    clear: both;
    z-index: 9999;	
}

.newstop{
font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;	
}

.newsbox2 article{
	border-bottom:1px dashed #707070;
}

.newsbox2 article:first-child{
	border-top:1px solid #707070;
}

.newsbox2 article:last-child{
	border-bottom:1px solid #707070;
}

.wp-pagenavi{
	margin:30px auto 0;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span{
	border:none!important;
	font-size:20px;
	margin:2px 7px!important;
	font-weight:bold;
}

.wp-pagenavi a{
	color:#212A41;
	font-weight:lighter;
}

.pageknowtop{
	margin-bottom:50px;
}


.page-know-flex{
	flex-wrap:wrap;
}

.page-case-bg article{
	padding-top:80px;
}

.case-flex{
	flex-wrap:wrap;
}

.pagecase{
	margin-bottom:80px;
}

.mlblock1 , .mlblock2 , .mlblock3{
	display:block;
}

.pagemltext3{
	margin-bottom:40px;
	height:auto;
}

.graybg2{
	padding:80px 0;
}

.team-flex{
	display: flex;
	box-sizing: border-box;
	height:490px;
}

.team-left{
	box-sizing: border-box;
	padding-right:16px;
}

.team-right{
	box-sizing: border-box;
	padding-left:16px;	
	height:auto;
}

.teamtop{
	display: block;
	width:448px;
	height:448px;
	max-width: fit-content;
}

.team-right .team-content1{
	font-size:42px;
	font-weight:bold;
	margin-top:35px;
	line-height:1.5em;
	margin-bottom:0;
	position: relative;
}

.team-content2{
	font-size:22px;
	font-weight:lighter;
	margin-top:0;
	margin-bottom:0;
	position: relative;
}

.team-content3{
	font-size:22px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:12px;
}

.team-content4{
	font-size:19px;
	font-weight:400;
	margin-top:0;
	margin-bottom:16px;
	height:auto;
}

.team-content5{
	font-size:20px;
	font-weight:400;
	margin-top:0;
	margin-bottom:0;
	height:auto;
}

.margin{
	margin-bottom: 150px;
}

.part-content5{
	font-size:20px;
	font-weight:400;
	margin-bottom:0;
}

.pablock{
	display:block;
}

.swiper-slide img{
	width:256px;
	height:256px;
}

.sl1{
	font-size:24px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:7px;
}

.sl2{
	font-size:20px;
	font-weight:lighter;
	margin:0;
}

.sl3{
	font-size:20px;
	font-weight:bold;
	margin-top:11px;
	margin-bottom:0;
}

.sl4{
	display: none;
}

.swiper-custom-parent{
	max-width:1320px;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.swiper-container{
	max-width:1120px;
	box-sizing: border-box;
	overflow: inherit;
}

 .swiper-button-prev{
 	top:34%!important;
 }

 .swiper-button-next{
 	top:34%!important;
 	visibility: inherit!important;
 }

 .swiper-slide{
 	position: relative;
 	/*width:280px!important;*/
 	/*right:45px;*/
 }

 .swiper-button-prev:after{
	font-size:22px!important;
	color:white;
	background:#299AD7;
	padding-top:11px;
	padding-bottom:11px;
	padding-left:15px;
	padding-right:18px;
	border-radius:50%;
}

.swiper-button-next:after{
	font-size:22px!important;
	color:white;
	background:#299AD7;
	padding-top:11px;
	padding-bottom:11px;
	padding-left:18px;
	padding-right:15px;
	border-radius:50%;	
}

.changebox{
	display: block;
	width:100%;
	height:100%;
	transition: .5s;
}

.teamtop2 , .teamtop3 ,
.teamtop4 , .teamtop5 ,.teamtop6{
	display: none;
	width:448px;
	height:448px;
	transition: 0.5s;
	max-width: fit-content;
}

.teamblock{
	display:block;
	transition: 0.5s;
}

.teamnone{
	display: none;
}
.teamblock2{
	display: block!important;
}
.teamnone2{
	display:none;
}



.swiper-button-next:after, .swiper-button-prev:after {
	outline: none!important;
}

.swiper-button-next, .swiper-button-prev{
	outline: none!important;
}

.casetext{
	color:#212A41;
	padding-top:0;
}

.casetop{
    font-size: 24px;
    font-weight: bold;
    padding-top:80px;
    margin-top: 0;
    margin-bottom: 45px;
    color:black;
}

.single-case{
	padding-top:0;
}

.singlecasetop{
	padding-top:0;
}

.caselogocontent{
	margin-bottom:0;
}

.company-name{
	font-size:20px;
	font-weight:400;
	margin:20px 0 36px;
}

.case-title{
	margin-top:0;
	font-size:32px;
	font-weight:bold;
}

.cc-right img{
	display:block;
	margin-left:auto;
	width:480px;
	height:320px;
	object-fit: cover;
}

.art-contentbox{
	background:white;
	color:#212A41;
	padding:80px 160px;
	margin:80px 0;
}

.ac-size{
	border-bottom:1px solid #212A41;
}

.wp-block-columns{
	margin-bottom:45px!important;
}

.art-contentbox h3{
	font-size:20px;
	font-weight:bold;
	margin-top:1em;
}

.wrap .art-contentbox h3{
	font-size:24px;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:20px;
}

.art-contentbox p{
	font-size:18px;
	font-weight:400;
}

.art-contentbox img{
	max-width:100%;
	height:auto;
}

.art-contentbox h2{
	font-size:32px;
	font-weight:bold;
	margin-top:80px;
	margin-bottom:41px;
}

.art-contentbox h2:first-child{
	margin-top: 0;
}

.wrap .art-contentbox h2{
	font-size:32px;
	font-weight:bold;
	margin-top:60px;
	margin-bottom:20px;
}

.wrap .art-contentbox h2:first-child{
	margin-top: 0;
}

.wp-block-columns img{
	margin:0;
}

.asuka-contact{
	line-height: 1.7;
}

.cr-link1{
	display: block;
	color: white;
	max-width: 100%;
	padding: 26px 0;
	font-size: 24px;
	font-weight: bold;
	border:1px solid white;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	transition: 0.5s;
}

.cr-link1:hover{
	background: white;
	color:#159C4D;
}

.cr-link2{
	display: inline-block;
	margin-top: 30px;
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-bottom: 1px solid white;
	transition: 0.5s;
}

.cr-link2:hover{
	opacity: 0.7;
}

.art-contentbox .pro1{
	font-size:24px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:20px;
}

.art-contentbox .pro2{
	font-size:32px;
	font-weight:500;
	margin-top:0;
	margin-bottom:25px;
}



.art-contentbox .pro3{
	font-size:16px;
	font-weight:400;
	margin:0;
}

.art-contentbox .pro4{
	font-size:16px;
	font-weight:400;
	margin-top:15px;
	margin-bottom:0;
}

.wp-block-columns .wp-block-column a{
	font-size:20px;
	color:#299AD7;
	font-weight:bold;
	text-decoration:none;
}

.firstlink{
	margin-top:20px;
	margin-bottom:5px;
}

.shareflex{
	display:flex;
	margin-top:50px;
}

.shareflex .sh{
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-top:0;
	margin-right:60px;
}

.sns1 , .sns2 , .sns3{
	color:#212A41;
	font-size:24px;
	margin-right:40px;
	transition: 0.5s;
}

.sns1:hover , .sns2:hover , .sns3:hover{
	color:#159C4D;
}

.relative{
	color:#212A41;
}

.re1{
	font-size:48px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:80px;
}

.cb-flex{
	display: flex;
}

.cb{
	width:33.33%;
}

.cb-flex .cb:first-child{
	padding-right:20px;
}

.cb img{
	max-width:100%;
}

.cb-flex .cb:nth-child(2){
	padding-left:10px;
	padding-right:10px;
}

.cb-flex .cb:last-child{
	padding-left:20px;
}

.cbn{
	font-size:24px;
	font-weight:bold;
	margin-bottom:0px;
}

.cbtitle{
	margin-top:0;
	margin-bottom: 10px;
	font-size:24px;
	font-weight:bold;
}

.tlmargin{
	margin-bottom:17px;
}

.cb img{
	width:100%;
	height:235px;
	object-fit: cover;
}

	.rel-flex{
		display: flex;
		margin:50px 0;
	}

	.rel-left{
		margin-right:80px;
	}

	.rel-left p{
		font-size:20px;
		font-weight:500;
	}

	.rel-right{

	}

	.rel-right a{
		font-size:20px;
		font-weight:bold;
		color:#299AD7;
		display: inline-block;
		margin-bottom:3px;
		text-decoration: none;
	}

	.tbblock{
		display: block;
	}


	.casep-flex{
		display:flex;
		padding-top:60px;
		margin:60px 0;
background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 5px 2px;
background-position: top;
background-repeat: repeat-x;
	}

	.casep-left{

	}

	.casep-left img{
		margin:0;
	}

	.casep-right{
		margin-left:64px;
	}

	.casebg{
		color:#212A41;
	}

	.case-singletitle{

	}

	.first{
		margin-top:38px;
		font-size:20px;
		font-weight:bold;
	}

	.know-content{
		padding-bottom:60px;
	}

	.newswrap{
		padding-top:80px;
	}

	.newsbox{
		margin-top:0;
	}

	.art-contentbox .single-newstop{
		font-size:24px;
		font-weight: bold;
		padding-bottom:30px;
		margin-bottom: 21px;
		border-bottom:1px solid #212A41;
	}


	.art-contentbox .content-newsdate{
		margin:0;
		font-size:16px;
		font-weight:lighter;
	}

	.art-contentbox .content-newstitle{
		font-size:20px;
		font-weight:bold;
		margin-top:0;
		margin-bottom:36px;
	}

	.company-img1{
		max-width:100%;
	}

	.company-img2{
		max-width:100%;
	}

	.partner{
		font-size:48px;
		margin-top:40px;
		margin-bottom:46px;
	}

	.com2{
		font-size:48px;
		margin-top:0;
	}

	.pwimg{
		width:100%;
		max-width:100%;
		height:auto;
	}

	.pwimg2{
		max-width:100%;
		width:100%;
		height:auto;
	}

	.smwancologo{
		display: none;
	}

	.chimg1{
		width:100%;
		max-width:100%;
		height: auto;
	}

	.smch{
		display:none;
	}

	.newsbo{
		border-bottom:none;
	}

	.backlink{
		color: #299AD7;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 2px;
    box-sizing: border-box;
    transition: all 0.5s 0s ease;
	}

	.backicon{
		margin-right:3px;
	}

	.backlink:hover{
		text-decoration:underline;
		color:#212A41;
	}

	.art-contentbox .antop{
		font-size:24px;
		margin-top: 56px;
		margin-bottom:40px;
	}

	.si-newsbox article:first-child{
		border-top: 1px dashed #212A41;
	}

	.si-newsbox article{
		border-bottom: 1px dashed #212A41;
	}

	.faqflex1{
		padding-top:0;
	}

	.h-flex .current-menu-item a:hover{
	border-bottom:none;
	cursor: text;
}

.newsbread{
	background:#E8E9EB;
}

.cbsub-left{
	overflow:hidden;
	width:100%;
	height:auto;
}

.cbsub-left a img{
	transition: 0.5s;
}

.cbsub-left a:hover img{
	transform:scale(1.08,1.08);
	overflow:hidden; 
}

.rel-flex a{
	transition: 0.5s;
}

.rel-flex a:hover{
	color:#212A41;
	text-decoration:underline;
}

.comicimg{
	max-width:100%;
	height:auto;
	margin-top:115px;
}

.term-title{
	margin-top:37px;
	font-size:14px;
	font-weight:100;
	color:#299AD7;
	position: relative;
}

.term-title:before{
	content:'#';
	font-size:14px;
}

.c-list{
	list-style: none;
}

.c-list a{
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    height: 24px;
    box-sizing: border-box;
    transition: all 0.5s;	
}

.c-list a:hover{
	text-decoration: underline;
}

.recruit{
	padding-top:140px;
	padding-bottom:100px;
}

.recruit-flex{
	display:flex;
}

.re-left , .re-right{
	width:50%;
	box-sizing: border-box;
}

.re-left{
	padding-right:48px;
}

.re-right{
	padding-left:48px;
}

.rebutton{
	background-color: #159C4D;
	color:white;
}

.rebutton:hover{
	border:1px solid #159C4D;
	background:white;
	color:#159C4D;
}


.pageborder{
	border-top:none;
	border-bottom:1px solid #212A41;
	margin-bottom:45px;
	padding-top:0;
	padding-bottom: 31px;
}

.page-content h2{
	font-size: 32px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 80px;
}

.page-content h3{
	font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 80px;
}

.page-content p{
	font-size:20px;
	font-weight: 500;
	margin-bottom:25px;
}

	.page-content img{
		max-width:100%;
		height:auto;
		margin:80px 0;
	}

	.site-flex{
		display: flex;
	}

	.site-left{
		width:50%;
		padding-right:30px;
		box-sizing: border-box;
	}

	.site-right{
		width:50%;
		padding-left:30px;
		box-sizing: border-box;
	}

	.site-flex a{
		font-size:20px;
		color:#212A41;
		text-decoration:none;
		display: inline-block;
		margin-bottom:15px;
		font-weight:bold;
	}

	.site-flex a:hover{
		text-decoration:underline;
	}

	.sm-comicimg{
		display: none;
	}

	.space{
		margin-left:20px;
	}

	.pcnone2{
		display: none;
	}

	.page-content table , .newsbox2 table , .newsbox table{
		border-collapse:collapse;
		width: 100%!important;
		display: block;
	}

	.page-content {
		overflow:hidden; 
		white-space: normal;
	}

	.page-content tbody , .newsbox2 tbody  , .newsbox tbody{
		width:100%;
		display: block;
	}

	.page-content table tbody tr , .newsbox2 table tbody tr , .newsbox table tbody tr{
		border-bottom:1px solid #212A41;
		border-collapse: collapse;
		width:100%!important;
		display:block;
	}

	.page-content tr td , .newsbox2 tr td , .newsbox tr td {
		padding:24px 0;
		font-size:16px;

	}

	.page-content tr td:first-child , .newsbox2 tr td:first-child , .newsbox tr td:first-child{
		padding-right:30px;
		width:130px;
	}

	.newsbox h4{
		margin-top:40px;
	}

	.newsbox dd{
		padding-left:165px;
		margin-left:0;
		padding-bottom:25px;
		border-bottom:1px solid #212A41;
	}

	.newsbox dt{
		float:left;
		width:140px;
		margin-right:25px;
	}

	.newsbox dl{
		margin:30px 0;
		display: block;
	}

	.jsimg1 , .pcnone2{
		object-fit: cover;
	}

	/*追加CSS*/
	.akuru-bg{
		background-image: url(image/akuru-bg.jpg);
		background-size: cover;
		background-position: center;
		width: 100%;
		box-sizing: border-box;
		padding: 45px 0 85px;
	}

	.akuru-wrap{
		max-width: 100%;
		width:1580px;
		box-sizing: border-box;
		padding:0 30px;
		margin: 35px auto 0;
	}

.akuru-flex{
	width: 1120px;
	margin:0 auto;
	display: flex;
}

.akuru-left{
	display: block;
	width: 50%;
}

.akuru-right{
	width: 50%;
	display: block;
}

.asuka-title{
	font-size: 35px;
	font-weight: bold;
	margin: 32px 0;
	line-height: 1.7;
}

.asuka-title-fix{	
	margin: 0 0 32px;	
}	

.asuka-logo-fix {	
	margin: 0 0 32px;	
}

.akuru-dw{
	display: block;
	max-width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background:#159C4D;
	border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.5s 0s ease;
  text-decoration: none;
  color: white;
	padding: 27px 0;
	width: 443px;
	margin-bottom: 37px;
}

.akuru-dw:hover{
	background: #FFF;
	color:#159C4D;
}

.akuru-contact{
	display: inline-block;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	font-size: 20px;
	color: white;
	transition: all 0.5s 0s ease;
}

.akuru-contact:hover{
	opacity: 0.7;
}

.service-dw a{
	display: block;
	width: 443px;
	box-sizing: border-box;
	max-width: 100%;
	border-radius: 4px;
	color:white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 26px 0;
	margin:80px auto 0;
	background: #159C4D;
	border: 1px solid #159C4D;
	font-size: 24px;
	transition: 0.5s;
}

.service-dw a:hover{
	background:white;
	color: #159C4D;
}

.service-dw3 a{
	display: block;
	width: 443px;
	box-sizing: border-box;
	max-width: 100%;
	border-radius: 4px;
	color:white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 26px 0;
	margin:60px auto 60px;
	background: #159C4D;
	border: 1px solid #159C4D;
	font-size: 24px;
	transition: 0.5s;
}

.form-area{
	color: #212A41;
}

.form-area .dw-title{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 54px;
}

.form-text1{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.form-text2{
	margin:5px 0 80px;
	font-size: 20px;
}

.form-text2 span{
	color: #FF0000;
}

.form-area .dc-right .dc-text{
	margin-top: 0;
}

.release , .edit{
	font-size: 14px;
	font-weight: 100;
	margin:5px 0;
}

.release{
	margin-top: 23px;
}

.release span , .edit span{
	width: 90px;
	display: inline-block;
}




@media screen and (max-width: 1182px){
	/*全体幅、画像％表示に変更用*/

	.document-flex{
		width: 100%;
	}

	.dc-left img{
		max-width: 100%;
	}

	.dc-right{
		padding-left: 26px;
	}

	.team-flex{
		height:535px;
	}

	.nav-wrap{
		max-width:100%;
		padding-right:31px;
	}

	.header-flex{
		width:100%;
		max-width:100%;
		padding:30px 31px 0;
		box-sizing:border-box;
	}

	.breadwrap{
		width:100%;
		max-width:100%;
		padding:0 31px;
		box-sizing: border-box;
	}

	.headercol1{
		width:68%;
	}

	.headercol2{
		width:24%;
	}

	.headercol2 .contact-button{
		margin-left:auto;
		display:block;
	}

	.headercol3{
		width:8%;
	}

	.wrap{
		width:100%;
		max-width:100%;
		padding:0 31px;
		box-sizing:border-box;
	}

	.wrap2{
		width:100%;
		max-width:100%;
		padding:0 31px;
		box-sizing:border-box;
	}

	.swiper-custom-parent{
		width:100%;
		padding:0 31px;
		box-sizing: border-box;
	}

	.swiper-container{
		width:100%!important;
	}

	.swiper-slide img{
		width:100%;
		height:auto;
	}

	.swiper-button-next{
		right:1%!important;
	}



	.mainleft1{
		padding-right:30px;
	}

	.mainright1{
		padding-left:30px;
	}

	.mltext2 , .mltext3{
		width:100%;
	}

	.mainright1 img{
		width:100%;
	}

	.main-flex2{
		width:100%;
		justify-content: space-between;
	}

	.main-flex2 .logoarea{
		width:auto;
		margin-right:0;
	}

	.service2{
		width:100%;
		max-width:100%;
		height:auto;
	}

	.service-left{
		width:40%;
	}

	.service-left .service-thumb{
		width:100%;
		height:auto;
	}

	.case-bg{
		/*width:100%;*/
	}

	.case-thumb img{
		width:100%;
		height:auto;
	}

	.case-flex article{
		margin:80px 0 0;
		width:50%;
	}

	.case-flex article:first-child{
		padding-right:18px;
		margin-right:0;
	}

	.case-flex article:last-child{
		padding-left:18px;
	}

	.service-right{
		width:60%;
	}

	.newsleft{
		width:25%;
	}

	.newsright{
		width:75%;
	}

	.contact-left{
		width:58%;
	}

	.contact-right{
		width:42%;
	}

	.contactlink{
		width:100%;
	}

	.pagecontact{
		width:100%;
	}

	.pagecontact2{
		width:100%;
	}

	.footerbox1{
		width:40%;
	}

	.footerbox2{
		width:20%;
	}

	.footerbox3{
		width:13%;
	}

	.footerbox4{
		width:27%;
	}

	.newsbox2{
		padding:60px 40px;
	}

	.headwrap{
		padding-top:100px;
	}

	.breadx{
		padding:0;
	}

	.arcase-bg article{
		margin-bottom:80px;
	}

	.cc-right img{
		width:100%;
		height:auto;
	}

	.logoarea img{
		max-width:100%;
	}

	.akuru-flex{
		width: 100%;
		padding: 0 31px;
		box-sizing: border-box;
	}


}


@media screen and (max-width: 960px) {
	/* CSS（タブレット用） */



	.team-flex{
	height:370px;
}

	.dc-title{
		margin-top: 40px;
	}

	.dc-link{
		font-size: 20px;

	}


	.site-flex a{
		font-size:16px;
		margin-bottom:16px;
	}	

	.singlenews{
		padding-bottom: 40px;
	}


	#plusbg{
		left:-28%;
		
	}

	.fadelayer {
	  width:28%;

	}	

	#nav{
		width:72%;
		right:-72%;
		padding-top:20px;
	}

	.hum-contact{
		margin-top:0;
	}

	.hum-link{
		width:300px;
		height:60px;
		line-height:60px;
		font-size:20px;
	}

	header{
		height:85px!important;
	}

	.header-flex{
		padding-top:20px;
	}

	.headercol1 img{
		width:120px;
		height:auto;
	}

	.headercol2 .contact-button{
		width:120px;
		height:48px;
		line-height:48px;
		font-size:16px;
	}

	.menu_button{
		margin-top:20px;
	}

	.main-flex1{
		margin:40px auto 0;
	}

	.company-flex{
		margin-top:0;
	}

	.mf1{
		margin-top:0;
	}

	.pagetitlelogo{
		margin-bottom:20px;
	}

	.mltext1{
		font-size:30px;
		height:auto;
	}

	.mltext2{
		font-size:16px;
		margin-top:40px;
	}

	.mlsubtext{
		margin-top:20px;
	}

	.page-mainleft1{
		padding-right:30px;
	}

	.company-mainright1{
		padding-left:30px;
	}

	.page-mainright1{
		padding-left:30px;
	}

	.mltext3{
		font-size:20px;
		height:60px;
		line-height:60px;
		margin-top:40px;
	}

	.main-flex2{
		margin:40px 0;
		flex-wrap:wrap;
	}

	.main-flex2 .logoarea{
		width:16.6%;
		
	}

	.main-flex2 .logoarea3{
		width:16.6%;
		
	}

	.coimg1{
		width:52px;
	}

	.coimg2{
		width:63px;
	}

	.coimg3{
		width:88px;
	}

	.coimg4{
		width:105px;
	}

	.coimg5{
		width:103px;
	}

	.coimg6{
		width:80px;
	}

	.service1{
		font-size:20px;
		padding-top:80px;
	}

	.pageservice1{
		padding-top:40px;
	}

	.service2{
		font-size:32px;
	}

	.service-left{
		width:45%;
		margin-right:0;
		padding-right:20px;
	}

	.service-right{
		width:55%;
	}

	.service-excerpt{
		font-size:16px;
	}

	.texttop{
		font-size:20px;
		margin-bottom:20px;
	}

	.case-bg{
		padding-left:25px;
		padding-right:25px;
		padding-bottom:40px;
	}

	.gray-bg{
		height:400px;
	}

	.case-flex article:first-child{
		padding-right:30px;
	}

	.case-flex article:last-child{
		padding-left:30px;
	}

	.case1{
		padding-top:40px;
		font-size:20px;
	}

	.faqflex1{
		padding-top:40px;
	}

	.case2{
		font-size:32px;
		margin-bottom:20px;
	}

	.comp-excerpt{
		font-size:16px;
	}

	.know-bg{
		padding-bottom:80px;
	}

	.know1{
		padding-top:80px;
		font-size:20px;
	}

	.know-smblock{
		display:block;
	}

	.know2{
		font-size:24px;
		margin-bottom:40px;
	}

	.know-flex{
		display:block;
	}

	.know-flex article{
		width:100%;
		border-right:none;
		border-left:none;
		margin-bottom:0;
background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 5px 2px;
background-position: bottom;
background-repeat: repeat-x;
	}


	.know-flex article:first-child:before{
		width:100%;
		height:2px;
		top:0;
background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 5px 2px;
background-position: top;
background-repeat: repeat-x;
	}

	.know-flex article:nth-child(4):before , .know-flex article:nth-child(7):before , .know-flex article:nth-child(10):before , .know-flex article:nth-child(13):before ,
.know-flex article:nth-child(16):before , .know-flex article:nth-child(19):before , .know-flex article:nth-child(22):before , .know-flex article:nth-child(25):before ,
.know-flex article:nth-child(28):before , .know-flex article:nth-child(31):before{
		display: none
	}

	.know-flex .like-article{
		width:100%;
		border-right:none;
		border-left:none;
		margin-bottom:0;
background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 5px 2px;
background-position: bottom;
background-repeat: repeat-x;
	}


	.know-flex .like-article:first-child:before{
		width:100%;
		height:2px;
		top:0;
background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
background-size: 5px 2px;
background-position: top;
background-repeat: repeat-x;
	}

	.know-flex .like-article:nth-child(4):before , .know-flex .like-article:nth-child(7):before , .know-flex .like-article:nth-child(10):before , .know-flex .like-article:nth-child(13):before ,
.know-flex .like-article:nth-child(16):before , .know-flex .like-article:nth-child(19):before , .know-flex .like-article:nth-child(22):before , .know-flex .like-article:nth-child(25):before ,
.know-flex .like-article:nth-child(28):before , .know-flex .like-article:nth-child(31):before{
		display: none
	}

	.know-space{
		padding:20px 0;
	}

	.know-title{
		display: inline-block;
		margin-bottom:20px;
		font-size:18px;
	}

	.know-key{
		display:inline-block;
		margin-bottom:20px;
		font-size:18px;
	}

	.know-excerpt p{
		height:auto;
		margin-top:20px;
		margin-bottom:20px;
		font-size:14px;
	}

	.news-flex{
		display:block;
	}

	.newsleft{
		width:100%;
		margin-bottom: 40px;
	}

	.newsright{
		width:100%;
	}

	.news1{
		margin-bottom:0;
		display: inline;
		font-size:20px;
	}

	.allnewslink{
		float:right;
	}

	.newsright article:first-child {
		clear: both;
	}

	.newslink{
		display:block;
		padding:15px 0;
	}

	.newsdate{
		display:block;
		font-size:16px;
		margin-bottom: 10px;
		top:0;
	}

	.newstitle{
		display:inline-block;
		font-size:16px;
		height:28px;
	}

	.contact-left , .contact-right{
		width:50%;
	}

	.contact1{
		font-size:18px;
		letter-spacing: normal;
	}

	.contactlink{
		height:60px;
		font-size:18px;
		line-height:60px;
	}

	.footerbox1{
		width:20%;
	}

	.footerbox1 img{
		width:114px;
		height:auto;
	}

	.footerbox2{
		width:28%;
	}

	.footerbox3{
		width:16%;
	}

	.footerbox4{
		width:35%;
	}

	.copy{
		font-size:11px;
	}

	.pageknow2{
		font-size:24px;
		padding-top:40px;
		margin-bottom:40px;
	}	

	.page-left{
		padding-right:30px;
	}

	.page-right{
		padding-left:30px;
	}

	.pagemlsub{
		margin-top:0;
	}

	.page-flex{
		margin-bottom:40px;
	}

	.page-flex3{
		display:block;
	}

	.box3{
		display:flex;
		width:100%;
		border-left:none;
		border-right:none;
		padding-left:0;
		padding-right:0;
		padding-top:23px;
		padding-bottom:23px;
		background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
		background-size: 5px 2px;
		background-position: bottom;
		background-repeat: repeat-x;
	}

	.page-flex3 .box3:first-child:before{
		width:100%;
		height:2px;
		top:0;
		background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
		background-size: 5px 2px;
		background-position: top;
		background-repeat: repeat-x;
		
	}

	.page-flex3 .box3:last-child{
		background:none;
	}

	.page-flex3-2 .box3:first-child:before{
		background:none;
	}

	.boximg{
		width:97px;
		height:97px;
		margin-right:25px;
		margin-left:0;
	}

	.boxtitle{
		width:25%;
		margin-bottom:0;
		vertical-align: middle;
	}

	.box3 p{
		margin-top:0;
		margin-bottom:0;
		margin-left:auto;
	}

	.b3f{
		display:flex;
		width:48%;
	}

	.b3f2{
		width:52%;
		padding-left:20px;
		box-sizing: border-box;
	}

	.b1 span{
		display:block;
	}


	.b1{
		padding-top:10px; 
		width:100%;
	}

	.b2{
		padding-top:26px;
		width:100%;
	}

	.b3{
		padding-top: 26px;
		width:100%;
	}

	.b4{
		padding-top:26px;
		width:100%;
	}

	.b5{
		padding-top:10px;
		width:100%;
	}

	.b5 span{
		display:block;
	}

	.b6{
		padding-top:10px;
		width:100%;
	}

	.b6 span{
		display:block;
	}

	.page-flex3-2{
		display:block;
		margin-top:0;
		border-top:none;
		padding-top:0;
	}

	.page-flex3-2 .box3:first-child	{
		border-left:none;
	}

	.sm-flex1{
		width:50%;
		padding-right:15px;
	}

	.sm-flex2{
		width:50%;
		padding-left:15px;
	}

	.listtitle{
		width:100%;
	}

	.box3 li{
		display:block;
	}

	.b3p{
		padding-top:15px;
		padding-bottom: 15px;
	}

	.pageknow22{
		font-size:24px;
	}

	.whitebox{
		margin-top:40px;
		padding:40px 45px 80px;
	}

	.table11{
		padding-right:10px; 
	}

	.table12{
		padding:0 5px;
	}

	.table13{
		padding-left:10px;
	}

	.table11 span{
		display:block;
	}

	.table11{
		width:22%;
	}

	.table12{
		width:39%;
	}

	.table13{
		width:39%;
	}

	.page-contact1{
		font-size:18px;
	}

	.asuka-contact{
		font-size: 28px;
	}

	.page-contact1 span{
		display:block;
	}

	.page-contact2{
		font-size:16px;
		margin-top:20px;
		margin-bottom:0;
	}

	.contact-left{
		padding-right:8px;
	}

	.contact-right{
		padding-left:8px;
	}

	.contactlink2{
		width:auto;
		font-size:18px;
		margin-top:20px;
	}

	.contactlink2 span{
		display:block;
	}

	.art-contentbox{
		padding:80px 60px;
	}

	.art-contentbox h2{
		font-size:24px;
	}

	.art-contentbox h3{
		font-size:16px;
	}

	.art-contentbox p{
		font-size:16px;
	}

	.art-contentbox img{
		margin:40px 0 0;
	}

	.art-contentbox .wp-block-columns .wp-block-image img{
		margin:0;
		width:165px;
	}

	.wp-block-columns{
		margin-bottom:30px!important;
	}

	.art-contentbox .pro1{
		font-size:16px;
		margin-bottom:16px;
	}

	.art-contentbox .pro2{
		font-size:20px;
		margin-bottom:15px;
	}

	.art-contentbox .profile{
		font-size:14px;
	}

	.rel-flex{
		display:block;
		margin:40px 0;
	}

	.rel-left{
		margin-right: 0;
	}

	.rel-left p{
		margin:0;
		font-size:14px;
	}

	.firstlink{
		margin-top:0;
	}

	.rel-right a{
		font-size:16px;
	}

	.cb-flex{
		display:block;
	}

	.cb{
		display: flex;
		width:100%;
		margin-bottom:40px;
	}

	.cb-flex .cb:first-child{
		padding:0;
	}

	.cb-flex .cb:nth-child(2){
		padding:0;
	}

	.cb-flex .cb:last-child{
		padding:0;
	}

	.cbsub-left{
		width:45%;
		padding-right:20px;
		box-sizing: border-box;
	}

	.cbsub-left img{
		width:345px;
	}

	.cbsub-right{
		width:55%;
		box-sizing: border-box;
	}

	.cbn{
		margin-top:0;
		font-size:16px;
	}

	.cbtitle{
		font-size:18px;
		margin-top: 10px;
		margin-bottom: 16px;
	}

	.casebg{
		padding-bottom:40px;
	}

	.casep-left figure{
		margin:0;
	}

	.casep-left img{
		margin:0;
		width:165px;
	}

	.casep-flex{
		padding-top:40px;
		margin:80px 0 40px;
	}

	.casep-right{
		margin-left:60px;
	}

	.team-flex .team-left img{
		width:285px;
		height:285px;
	}

	.team-right .team-content1{
		font-size:24px;
		margin-top:15px;
	}

	.team-content2{
		font-size:16px;
		margin-top:5px;
		margin-bottom:5px;
	}

	.team-content3{
		font-size:16px;
		font-weight:500;
		margin-bottom:10px;
	}

	.team-content4{
		font-size:16px;
		margin-bottom:0;
		display: inline;
	}

	.team-content5{
		font-size:16px;
		margin-bottom:0;
		display: inline;		
	}

	.sl2{
		font-size:16px;
	}

	.sl3{
		font-size:16px;
	}

	.partner{
		font-size:32px;
		margin-top:0;
	}

	.com2{
		font-size:32px;
	}

	.wancoflex{
		margin-top:0;
		padding-top:40px;
	}

	.ml1{
		margin-top: 0;
	}

	.w1{
		padding-top:26px;
	}

	.w2{
		padding-top:10px;
	}

	.w2 span{
		display:block;
	}

	.w3{
		padding-top:10px;
	}

	.w3 span{
		display: block;
	}

	.chflex1{
		margin-top:0;
		padding-top:40px;
	}
	

	.faq-bg{
		padding:80px 60px;
		margin-top:40px;
	}

	.qa-list dl dt{
		font-size:18px;
		padding:30px 60px 30px 75px;
	}

	.qa-list dl dt::before{
		font-size:26px;
		top:32px;
	}

	.qa-list dl::after{
		top:38px;
	}

	.qa-list dl dd{
		padding:30px 0 30px 75px;
	}

	.qa-list dl dd::before{
		font-size:26px;

	}

	.qa-list dl dd p{
		font-size:16px;
	}

	.pagecontact{
		font-size:18px;
		height:93px;
	}

	.pagecontact2{
		font-size:18px;
		height:93px;
	}

	.page-faqtop{
		font-size:24px;
		padding-top: 80px;
		margin-bottom:40px;
	}

	.pageborder p{
		font-size:16px;
	}

	.chlink{
		font-size:16px;
	}


	.page-flex2{
		margin-bottom:0;
	}

	.faqflex1{
		margin-top: 0;
	}

	.faqtop{
		font-size:30px;
	}

	.faq1{
		font-size:18px;
	}

	.headwrap{
		padding-top:70px;
	}

	.arcase-bg article{
		margin-bottom:40px;
	}

	.arcase-bg{
		padding-top:40px;
	}

	.breadx .breadin{
		padding-top:0;
		padding-bottom:0;
	}

	.newsbottom{
		padding-bottom:50px;
	}

	.breadout{
		padding-top:90px;
	}

	.company-flex{
		padding-top:40px;
	}

	.coflex2{
		margin-top:0;
	}

	.smknowtop{
		padding-top:40px;
		margin-bottom:10px;
	}

	.pagenw{
		margin-top:40px;
	}

	.newsboxp{
		padding-top:40px;
	}

	.sebread{
		padding-top:40px;
	}

	.company-name{
		margin:18px 0;
	}

	.form-area .dw-title{
		margin-top: 40px;
	}

	.case-title{
		font-size:18px;
		margin-bottom:20px;
	}

	.first{
		font-size:18px;
	}	

	.single-case{
	margin-top:40px;
	margin-bottom:10px;
}

.singlecasetop{
	padding-top:40px;
	margin-bottom:40px;
}


	.swiper-button-prev:after{
		font-size:20px!important;
		padding-top:9px;
		padding-bottom:9px;
		padding-left:12px;
		padding-right:15px;
	}

	.swiper-button-next:after{
		font-size:20px!important;
		padding-top:9px;
		padding-bottom:9px;
		padding-right:12px;
		padding-left:15px;		
	}

	.term-title{
		margin-top:0;
	}	

	.retext{
		font-size:18px;
	}

	.recruit{
		padding:80px 0 0;
	}

	.re-left{
		padding-right: 30px;
	}

	.re-right{
		padding-left:30px;
	}

	.pageborder{
		margin-bottom:35px;
		padding-bottom:20px;
	}

	.page-content p{
		font-size:16px;
		margin-bottom:16px;
	}

	.page-content h2{
		font-size:24px;
		margin-bottom:40px;
	}

	.page-content h3{
		font-size:16px;
		margin-bottom:40px;
	}
	
	.thum-bg img{
		height:250px;
	}
	
	.thum-bg p{
		padding:22px;
		font-size:20px;
		top:135px;
}
	

	.page-content img{
		max-width:100%;
		height:auto;
		margin:40px 0;
	}

	.jsbg{
	top:0;
	width:100%;
	height:190px;
	background-color: #E8E9EB;
	position: absolute;
}
	
	.document-flex{
		min-height:210px;
	}
	


}




@media screen and (max-width: 767px) {
	/* CSS（スマホ用） */
	
	.thum-bg img{
		display:none;
	}

	.thum-bg{
		background-image:url(image/thum-back.png);
		background-position:center;
		background-size:cover;
		min-height:340px;
		object-fit:cover;
	}
	
	.form-area .dw-title{
		margin-top: 32px;
		margin-bottom: 35px;
		font-size: 20px;
	}
	
	.thum-bg p{
		font-size:24px;
		top:200px;
	}
	

	.dc-title{
		margin-top: 13px;
		font-size: 20px;
	}

	.form-text1{
		font-size: 16px;
	}

	.form-text2{
		font-size: 16px;
		margin-bottom: 20px;
	}

	.akuru-bg{
		background-image: url(image/akuru-tb.png);
		padding: 28px 0;

	}

	.dc-info{
		margin-top: 21px;
		font-size: 16px;
		margin-bottom: 60px;
	}

	.document-flex{
		display: block;
		margin-bottom: 60px;
	}

	.dc-left , .dc-right{
		width: 100%;
		padding: 0;
	}

	.dc-link{
		width: 100%;
		font-size: 20px;
		padding:15px 0;
	}

	.document-flex-last{
		margin-bottom: 12px;
	}

	.dc-title2{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.dc-right{
		margin-top: 18px;
	}

	.dc-left img{
		width: 100%;
	}

	.dc-text{
		margin-top: 12px;
		margin-bottom: 20px;
	}

	.akuru-wrap{
		padding:26px 12px 0!important;
	}

	.asuka-title{
		font-size: 30px;
		margin:28px 0;
	}

	.asuka-title span{
		display: block;
	}

	.tbbr-none{
		display: none;
	}

	.pwimg2{
		margin-top:30px;
	}

	.changebox:hover{
	cursor: pointer;
	opacity:1;
}

	.know-title{
		margin-bottom:4px;
	}

	.logoarea img{
		max-width:100%;
		width:50%!important;
		height:auto!important;
	}

	.akuru-dw{
		font-size: 20px;
	}

	.akuru-contact{
		font-size: 16px;
	}

	.akuru-flex{
		padding:0 12px;
	}


	.navmenu{
		padding-bottom:10px;
	}

	.nav-wrap{
		padding-right:12px;
	}


	.co-left{
		display:none;
	}

	.company-mainright1{
		padding:0;
		width:100%;
		margin-top:50px;
	}

	.smcompany-img2{
		display:block;
		width:100%;
		max-width:100%;
		height:auto;
		margin-top:40px;
	}

	#plusbg{
	  left:-17%;	
	}

	.fadelayer {
	  width:17%;

	}	


	.nav-wrap{
		padding-left:15%;
	}

	#nav{
		width:83%;
		right:-83%;
	
	}

	.h-flex{
		display:block;
	}

	.hum-col1{
		margin-right:0;
	}

	.hum-col1 div ul li a, .hum-col2 div ul li a{
		font-size:16px;
		margin-bottom:15px;
	}

	.hum-link{
		width:189px;
	}

	.hum-logo{
		margin-top:30px;
	}

	.hum-logo{
		width:190px;
		text-align:right;
	}

	.twmargin{
		margin-right:0!important;
	}

	header{
		height:80px!important;
	}

	.header-flex{
		padding:17px 12px 0;
	}

	.headercol1{
		width:43%;
	}

	.headercol1 .homelink img{
		padding-top:10px;
		width:106px;
		object-fit: cover;
	} 

.homelink{
	width:106px;
	height:100%;
	display: block;
}	

	.headercol2{
		width:42%;
	}

	.headercol2 .contact-button{
		width:106px;
		font-size:15px;
	}

	.headercol3{
		width:15%;
	}

	.menu_button .menu_icon01 span {
		width:40px;
	}

	.wrap{
		padding:0 12px;
	}

	.wrap2{
		padding:0 12px;
	}

	.main-flex1{
		margin:20px auto 0;
		display:block;
	}

	.abwrap{
		position: relative;
	}

	.mainleft1, .mainright1 {
    width: 100%;
    padding:0;
}

	.mltext1{
		color:white;
		z-index:999;
		background-image:url('image/sample1.png');
		background-position: center;
		position: relative;
		padding-top:40%;
		padding-bottom:15%;
		line-height:2em;
		padding-left:12px;
		background-size: cover;
		z-index: 99;
	}

	.mltext1:after{
		position: absolute;
		content:'';
		top:0;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		height:auto;
		background-color:rgba(0,0,0,0.3);
		z-index: -1;
	}

	.mltext2{
		margin-top:20px;
	}

	.mltext3{
		margin-top:40px;
	}

.mainright1 img{
	height:0;
	visibility: hidden;
} 
	
	.main-flex2{
		margin:40px 0 20px;
	}

	.main-flex2 .logoarea{
		width:33.33%;
		margin-bottom:20px;
	}

	.main-flex2 .logoarea3{
		width:33.33%;
		margin-bottom:20px;
	}

	.service1{
		padding-top:34px;
	}

	.service2{
		font-size:24px;
	}

	.titlelogo{
		margin-bottom:20px;
	}

	.texttop{
		margin-bottom:30px;
	}
	
	.smblock{
		display:block;
	}

	.service-flex{
		display:block;
		margin-top:48px;
	}

	.service-left{
		width:100%;
		padding:0;
	}

	.service-right{
		margin-top:20px;
	}

	.service-right{
		width:100%;
		padding:0;
	}

	.service-excerpt{
		margin-bottom:18px;
	}

	.service-flex .morelink{
		margin-bottom:40px;
		height:20px;
	}

	.service-flex .plusmargin{
		margin-bottom:80px;
	}

	.case2{
		width:100%;
		font-size:24px;
	}

	.case-bg{
		padding-right:12px;
		padding-left:12px;
	}

	.gray-bg{
		height:1000px;
	}

	.case-flex{
		display:block;
		margin-top:35px;
	}

	.arcase-bg{
		padding-top:1px;
		margin-top: 75px;
	}

	.case-flex article:first-child{
		padding:0;
		width:100%;
	}

	.case-flex article:last-child{
		padding:0;
		width:100%;
		margin-top:40px;
	}

	.page-case-bg .case-flex article{
		padding-top:40px;
		width:100%;
	}

	.case-flex article:nth-child(even){
		padding-left:0;
		width:100%;
		margin-top:40px;
	}

	.case-flex article:nth-child(odd){
		padding-right:0;
		width:100%;
		margin-top:40px;

	}

	.page-case-bg{
		margin-top:65px;
	}

	.taglist p{
		font-size:16px;
	}


	.comp1{
		font-size:14px;
	}

	.comp-excerpt{
		font-size: 18px;
	}

	.know-bg{
		padding-bottom:75px;
	}

	.know1{
		padding-top:75px;
	}

	.know-smblock{
		display:inline-block;
	}

	.know2{
		width:100%;
		font-size:24px;
		margin-bottom:30px;
	}

	.know-space{
		padding:40px 0;
	}

	.know-tag a{
		font-size:16px;
	}

	.know-excerpt p{
		font-size:16px;
	}

	.news-bg{
		padding:75px 0;
	}

	.newslink{
		padding:20px 0;
	}

	.newstitle{
		
	}

	.contact-bg{
		padding:40px 0;
	}

	.contact-flex{
		display:block;
	}

	.contact-left{
		width:100%;
	}

	.contact-right{
		width:100%;
	}

	.smcontact{
		display:block;
	}

	.contact1{
		font-size:24px;
		margin-bottom:40px;
	}

	.contactlink{
		font-size:20px;
	}

	footer{
		padding-top:40px;
		padding-bottom:20px;
	}

	.logobox{
		display:inline-block;
		margin-top:0;
		float:right;
	}

	.logobox i{
		font-size:24px;
	}


	.footer-flex{
		display:block;
	}

	.footerbox1{
		width:100%;
		margin-bottom:40px;
	}

	.footerbox2{
		width:100%;
		padding-bottom: 5px;
		border-bottom:1px solid white;
	}

	.footerbox2 div ul li a{
		font-size:16px;
	}

	.footerbox3{
		width:100%;
		margin-top:20px;
	}

	.footerbox4{
		width:100%;
	}

	.image-bg{
		margin-left:0;
		margin-top:40px;
		margin-bottom:20px;
	}

	.copy{
		font-size:12px;
		text-align:left;
	}

.pagewrapbg1{
	padding-bottom:80px;
}	

	.newsbox2{
		padding:37px 12px;
	}

	.newstop{
		font-size:20px;
		margin-bottom:10px;
	}

	.mf1{
		margin-top:0;
	}

	.pageflex1{
		padding-top:10px;
	}

	.sebread{
		padding-top:0;
	}

	.page-mainleft1{
		padding-right: 0;
		width:100%;
	}

	.pagetitlelogo{
		visibility: hidden;
		height:0;
		width:0;
	}

	.asukasmtop{
		background-image: url(image/akuru.png);
		position: relative;
		z-index: 99;
	}

	.asukasmtop::after{
		content:'';
		position: absolute;
		background-color: rgba(0,0,0,0.3);
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index: -1;
	}

	.pcnone{
		display:block;
	}

	.page-mainright1{
		visibility: hidden;
		height:0;
		width:0;
		margin:0;
		padding:0;
	}

	.pageml{
		margin-top:25px;
	}

	.page-flex{
		display:block;
		padding-bottom:80px;
	}

	.page-left{
		padding-right:0;
		width:100%;
	}

	.page-right{
		padding-left:0;
		width:100%;
	}

	.box3{
		display:block;
		padding-top: 20px;
		padding-bottom:20px;
	}

	.box3 p{
		margin-top:10px;
	}

	.b3f{
		width:100%;
	}

	.b3f2{
		width:100%;
	}

	.boximg{
		width:106px;
		height:106px;
		margin-right:17px;
	}

	.b1 , .b5 , .b6{
		padding-top:16px;
	}

	.b2 , .b3 ,.b4{
		padding-top:32px;
	}

	.b3f2{
		padding-left:0;
	}

	.page-block{
		display:inline;
	}

	.listtitle{
		margin-bottom: 20px;
	}

	.sm-flex1{
		padding-right:0;
		width:100%;
	}

	.sm-flex2{
		padding-left:0;
		width:100%;
	}

	.art-contentbox{
		padding:40px 12px;
		margin:40px 0;
	}

	.shareflex{
		margin-top:25px;
		display:block;
	}

	.shareflex .sh{
		margin-right: 0;
		text-align:center;
	}

	.tbblock{
		text-align: center;
		margin-top:20px;
	}

	.sns1, .sns2, .sns3{
		text-align: center;
		margin:0 auto;
	}

	.sns2{
		margin:0 50px;
	}

	.relative .re1{
		font-size:24px;
	} 

	.casep-flex{
		margin:40px 0;
	}
	
	.casep-left img{
		width:94px;
		margin-top:8px;
	}

	.casep-right{
		margin-left:16px;
	}

	.art-contentbox .pro1{
		margin-top:0;
		margin-bottom:5px;
		font-size:18px;
	}

	.art-contentbox .pro2{
		margin-bottom:7px;
	}

.art-contentbox .pro4{
	margin-top:7px;
}

	.relative .re1{
		margin-bottom:60px;
	}

	.cb{
		display:block;
	}

	.cbsub-left{
		width:100%;
		padding:0;
	}

	.cbsub-left img{
		width:100%;
		height:auto;
		margin-bottom: 16px;
	}

	.cbsub-right{
		width:100%;
		padding:0;
	}

	.casebg{
		padding-bottom: 40px;
	}

	.casetop{
		font-size:20px;
		padding-top:25px;
		margin-bottom: 17px;
	}

	.case-title{
		font-size:18px;
		margin-bottom:20px;
	}

	.page-mainleft1 .caselogo{
		max-width:140px;
	}

	.casetext{
		padding-top: 0;
	}

	.company-name{
		margin:16px 0 37px;
	}

	.cc-right{
		visibility: inherit;
		height:auto;
		width:auto;
	}

	.cc-right img{
		width:100%;
		height:auto;
		margin:40px auto 0;
	}

	.contact-right{
		padding-left:0;
	}

	.asuka-contact{
		font-size: 24px;
		margin-bottom: 30px;
	}

	.cr-link1{
		font-size: 20px;
		padding:20px 0;
	}

	.cr-link2{
		font-size: 16px;
	}

	.know-content{
		padding-bottom:24px;
	}

	.page-logoflex{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom:0;
	}

	.page-logoflex .logoarea{
		width:33.33%;
		margin:0 auto 25px;
	}

	.page-logoflex .logoarea-fix{
		width:33.33%;
		margin:0 auto 0px;
	}

	.company-partner{
		padding:40px 0 20px;
	}

	.company-flex{
		margin-top:0;
		padding-top:10px;
	}

	.cotop{
		display:none;
	}

	.company1{
		background-image: url(image/company1.png);
		margin-bottom:40px;
	}
	.chargebacktop{
		font-size:20px;
		margin-bottom:11px;
	}

	.partner{
		font-size:24px;
		margin-bottom:32px;
	}

	.pablock{
		display: inline;
	}

	.company-logobox{
		margin-top:40px;
	}

	.company-logobox-fix{
		margin-top:40px;
		margin-bottom:40px;
	}
	

	.ascon{
		margin-top:30px;
	}

	.wancoflex{
		margin-top:0;
		padding-top:0;
	}

	.wancoml1{
		background-image:url(image/wancotop.png);
	}

	.smwancologo{
		display:block;
	}

	.w1{
		padding-top: 32px;
	}

	.w2{
		padding-top: 16px;
	}

	.w3{
		padding-top:16px;
	}

	.wanco-flex2{
		margin-bottom:0;
	}

	.wancowhbg{
		padding:40px 0 80px;
	}

	.wanco-flex3{
		margin-bottom:0;
		padding-bottom:0;
	}

	.waservice{
		margin-bottom:40px;
	}

	.waaboutimg{
		margin-bottom:40px;
	}

	.caution1{
		margin-top:40px;
	}

	.media1{
		margin-bottom:20px;
		font-size:18px;
	}

	.mediabox{
		padding:20px 0;
	}

	.mediabox p{
		font-size:16px;
	}

	.pc1{
		font-size:24px;
		margin-bottom:40px;
	}

	.pricebox{
		padding:14px 0 0;
	}

	.pricebox .price1{
		font-size:16px;
		padding-left:12px;
		padding-bottom:11px;
	}

	.pricebox .box-left .price2{
		padding-left:12px;
	}


	.pricebox .box-right{
		padding-left:0;
	}

	.boxflex2{
		border-bottom: none;
	}

	.chflex1{
		margin-top:0;
		padding-top:10px;
	}

	.chargebacktop{
		display: none;
	}

	.enpartner{
		display: block;
	}

	.chtopbg{
		background-image: url(image/chargeback.png);
		margin-bottom:31px;
	}

	.chsp1{
		display: block;
	}
	
	.smch{
		display: block;
		font-size: 24px;
		font-weight:bold;
	}

	.chimg2{
		margin-top: 40px;
	}

	.page-flex2{
		padding-bottom:0;
	}

	.chimg3{
		margin-bottom:40px;
	}

	.page-faqtop{
		padding-top:40px;
	}

	.faq-bg{
		padding:40px 12px;
	}

	.page-contact2{
		margin-bottom:30px;
	}

	.pagecontact{
		font-size:20px;
	}

	.pagecontact2{
		font-size:20px;
	}

	.faqflex1{
		margin-top:0;
		padding-top:10px;
	}

	.smknowtop{
		padding-top:10px;
	}

	.faqright{
		visibility: inherit;
		height:auto;
		width:100%;
	}

	.faqtop{
		font-size:24px;
		margin-bottom:12px;
	}

	.newsbox{
		margin-top:0;
	}

	.singlenews{
		padding-bottom:10px;
	}

	.art-contentbox .single-newstop{
		font-size:20px;
		padding-bottom:21px;
	}

	.art-contentbox .content-newsdate{
		font-size:14px;
	}

	.art-contentbox .content-newstitle{
		font-size:16px;
		margin-bottom:67px;
	}

	.backlink{
		font-size:16px;
	}

	.art-contentbox .antop{
		margin-top:90px;
		margin-bottom:21px;
		font-size:20px;
	}

		.breadwrap{
		width:100%;
		max-width:100%;
		padding:0 12px;
		padding-left:10px;
		box-sizing: border-box;
	}

	.breadcrumbs{
		padding-top:20px;
	}

	.breadblack span , .breadblack a ,
	 .breadwhite span , .breadwhite a{
		font-size:12px;
	}

	.newsbottom{
		padding-bottom:20px;
	}

	.navyheader{
		padding-top:20px;
	}

	.overflow{
		overflow-x: scroll!important;
	}

	.whitebox{
		padding:40px 12px;
		margin-left:auto;
		width:755px;
		white-space: normal;
    
	}

	.tablerightwrap{
		padding-right:0;
	}

	.table1{
		padding-bottom:20px;
	}

	.table2{
		padding:20px 0;
	}

	.table11{
		width:155px;
		padding-right:8px;
		box-sizing: border-box;
	}

	.table12{
		width:250px;
		padding:0 4px;
		box-sizing: border-box;		
	}

	.table13{
		width:250px;
		padding-left: 8px;
	}

	.headwrap{
		padding-top:70px;
	}

	.wp-pagenavi a, .wp-pagenavi span{
		font-size:14px;
	}

	.newsbottom{
		padding-top:60px;
	}

	.breadx{
		padding:0;
	}

	.smentop{
		padding-top:10px;
	}

	.breadout{
		padding-top:63px;
	}

	.archiveknow{
		margin-top:40px;
	}

	.pagenw{
		margin-top:10px;
	}	

	.newsboxp{
		padding-top:10px;
	}

	.qa-list dl dt::before{
		left:10px;
		top:22px;
	}

	.qa-list dl dd::before{
		left:10px;
		top:22px;
	}

	.qa-list dl dt{
		padding:20px 45px 20px 55px;
	}

	.qa-list dl dd{
		padding:20px 0 20px 55px;
	}

	.qa-list dl::after{
		right:18px;
		top:25px;
	}

	.single-case{
		margin-top:10px;
		margin-bottom:40px;
		padding-top:0;
	}

	.single-newstop{
		margin-top:0;
	}

	.singlecasetop{
		padding-top:20px;
	}

	.pageknowtag a{
		font-size:14px;
	}

	.pbottom{
		padding-bottom:40px;
	}

	.enteamtop{
		display:block;
	}

	.team-flex{
		display: none;
	}

	.swiper-custom-parent{
		padding:0;
		padding-left: 0;
		padding-right:12px;
	}

	.enteamtop{
		margin-bottom:40px;
	}

	.swiper-slide{
	background-image: linear-gradient(to bottom, #212A41, #212A41 1px, transparent 1px, transparent 4px);
    background-size: 2px 4px;
    background-position: right;
    background-repeat: repeat-y;
    padding:0 22px;
    margin:0!important;
    height:auto!important;
    box-sizing: border-box;
	}

	.swiper-button-prev:after{
		font-size:20px!important;
		padding-top:9px;
		padding-bottom:9px;
		padding-left:12px;
		padding-right:15px;
	}

	.swiper-button-next:after{
		font-size:20px!important;
		padding-top:9px;
		padding-bottom:9px;
		padding-right:12px;
		padding-left:15px;		
	}

	.sl4{
		display: block;
		font-size:16px;
		font-weight:400;
		margin-top:27px;
		margin-bottom:18px;
	}

	.enteamtop{
		padding-left:10px;
	}

	.recruit-flex{
		display: block;
	}

	.re-left , .re-right{
		width:100%;
		padding:0;
	}

	.recruit{
		padding-top:40px;
	}

	.retext{
		margin-bottom:40px;
	}

	.site-flex a{
		font-size:14px;
		margin-bottom:14px;
	}	

	.site-left{
		padding-right:20px;
	}

	.site-right{
		padding-left:20px;
	}

	.comicimg{
		margin-top:40px;
	}

	.cobg{
		padding-bottom:40px;
	}

	.a2a_kit{
		position: relative;
		left:13px;
	}

	.rebg{
		padding-bottom:100px;
	}

	.jsimg1{
		display: none;
	}

	.pcnone2{
		display: block;
		width:100%;
	}

	.jsbg{
		height:120px;
	}

	.page-content table , .newsbox table{
		font-size:16px!important;
	}

	.page-content tbody , .newsbox tbody{
		white-space: normal;
		overflow-x: scroll!important;
		padding-bottom:20px;
		font-size:16px!important;
	}

	.page-content table tbody tr , .newsbox table tbody tr{
		width:700px!important;
		box-sizing: border-box;
		white-space: normal;
		font-size:16px!important;
	}

	.page-content tr td , .newsbox tr td{
		padding:20px 0;
		font-size:16px!important;
	}

	.page-content tr td:first-child , .newsbox tr td:first-child{
		padding-right: 20px;
		width:120px;

	}


	.swiper-button-next:after, .swiper-button-prev:after{
		display: none;
	}

	.swiper-button-next , .swiper-button-prev{
		display: none!important;
	}

	.newsbox{
		width:100%;
		box-sizing: border-box;
	}

	.newsbox dl{
		margin:30px 0 15px;
		display: block;
	}

	.framed{
		white-space: normal;
		overflow-x:scroll; 
		width:auto;
		box-sizing: border-box;
	}

	.service-dw a{
		font-size: 20px;
		padding: 15px 0;
	}

	.service-dw2 a{
		margin-top: 40px!important;
		margin-bottom: 40px!important;
	}

	.newsbox dd{
		box-sizing: border-box;
		width:auto;
		white-space: normal;
		width:750px;
	}

	.newsbox dl dt , .newsbox dl dd , .newsbox tr , .newsbox td , .newsbox2 dl dt , .newsbox2 dl dd , .newsbox2 tr , .newsbox2 td{
		font-size:16px!important;
	}

@media screen and (-webkit-min-device-pixel-ratio:2),
        (min-resolution: 2dppx){

	.mltext1{
		background-image:url('image/sample1@2x.png');
	}

	.asukasmtop{
		background-image: url(image/akuru@2x.png);
	}

	.chtopbg{
		background-image: url(image/chargeback@2x.png);
	}

	.wancoml1{
		background-image:url(image/wancotop@2x.png);
	}	

	.company1{
		background-image: url(image/company1@2x.png);
		margin-bottom:40px;
	}
}
	
}
	





@media screen and (max-width: 600px) {
	
	.thum-bg{
		min-height:280px;
	}
	
	.thum-bg p{
		top:150px;
}
	
	.headercol1 .link2 img{
		width: 148px!important;
	}

	.akuru-bg{
		background-image: url(image/akuru-sm.png);
	}


	.akuru-sm{
		display: block;
		margin-top: 20px;
	}

	.akuru-right img{
		display: none;
	}

	.akuru-right .akuru-dw , .akuru-contact{
		display: none;
	}

	.akuru-left{
		width: 0;
		display: none;
	}

	.akuru-right{
		width: 100%;
	}

	.asuka-title{
		margin-top: 120px;
		margin-bottom: 0;
		line-height: 1.5;
	}

	.sm-link1{
		font-size: 20px;
		display: block;
		border-radius: 4px;
		text-align: center;
		text-decoration: none;
		color: white;
		font-weight: bold;
		border:1px solid #159C4D;
		background: #159C4D;
		margin-top: 30px;
		padding: 15px 0;
		transition: 0.5s;
	}

	.sm-link1:hover{
		background: white;
		color: #159C4D;
	}

	.sm-link2{
		display: inline-block;
		margin-top: 30px;
		color: white;
		font-size: 16px;
		text-decoration: none;
		border-bottom: 1px solid white;
		transition: 0.5s;
	}

	.sm-link2:hover{
		opacity: 0.7;
	}

	.team-left{
		padding:0;
	}

	.team-flex .team-left .teamtop{
		width:100%;
		height:auto;
	}

	.team-right{
		padding:0;
	}

	.team-content1{
		margin-top:20px;
		margin-bottom:7px;
	}

	.logoarea img{
		max-width:100%;
		width:70%!important;
		height:auto!important;
	}	

	.comicimg{
		display: none;
	}

	.sm-comicimg{
		display: block;
		max-width:100%;
		width:100%;
		height:auto;
		padding-top:40px;
	}


}

@media screen and (max-width:440px){
	
	.thum-bg{
		min-height:200px;
	}
	
	.thum-bg p{
		font-size:20px;
		top:83px;
	}
	
	.thum-bg span{
		font-size:18px;
	}
	
}


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

	.page-logoflex{
		margin-bottom:0;
	}

	.main-flex2 .logoarea{
		width:50%;
		margin-bottom:25px;
	}

		.page-logoflex .logoarea{
		width:50%;
		margin:0 auto 25px;
	}

		.page-logoflex .logoarea-fix{
		width:50%;
		margin:0 auto 0px;
	}

}

.fsi{
	font-size:16px!important;
}
