@charset "UTF-8";
/* CSS Document */

html {font-size: 100%
}

body {font-family:"ヒラギノ角ゴ Pro W3", HiraKakuProN-W3, "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	color: #303352;
	margin: 0;
	padding: 0;
	letter-spacing: 1.3px;
	line-height: 1.3;
}

p {letter-spacing: 1.3px;
line-height: 1.5;
}

a {text-decoration: none;
	color: #1d2088;
}
img {max-width: 100%;
	object-fit: cover;
}


/*ヘッダー*/
header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 0 24px;
	background: #fff;
	box-sizing: border-box;
	border-style: none none solid none;
	border-width: 1pt;
	border-color: #ebeef9;
}

.header_title h1{
	padding-top:10px;
	}

.header_title img{
	width:211px;
}

.page-header {
	padding: auto 30px;
	display: flex;
	justify-content: space-between; /* 各アイテムを均等に配置し最初のアイテムは先頭に寄せ、最後のアイテムは末尾に寄せる */
	align-items: center;
}

.menu-content ul {
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
}

/*メニュー*/
.menu-content li a {
	display: block;
	padding: 10px;
	font-size: 1rem;
}


.menu-content li a:hover {background-color: #ebeef9}


.btn-burger {
	display: none
	}
		
#menu-btn-check {
    display: none;
}

/*ヘッダーお問い合わせボタン*/
a.contact_buttontop {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	margin: auto;
	width: 190px;
		padding: 15px 0!important;
	font-weight: bold;
	background: #ff1271;
	color: #fff;
	transition: 0.5s;
}

a.contact_buttontop:hover {
	color: #fff;
	background: #000!important;
}

/*2023.3.29追加*/
.contact_buttontop {
  border: 0;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	margin: auto;
	width: 190px;
		padding: 15px 0!important;
	font-weight: bold;
	background: #ff1271;
	color: #fff;
	transition: 0.5s;
}

.contact_buttontop:hover {
	color: #fff;
	background: #000!important;
}


/*メインビジュアル*/

.mainvisual {
	margin-top: 100px;
	max-width: 100%;
	height: 680px;
	background-image: url("../img/main-image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.copycontainer {
	text-align: right;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.maincopy {
	color: #fff;/*文字は白に*/
	font-weight: bold; /*太字に*/
	font-size: 80pt;
	font-family:'Roboto Condensed';
	line-height: 1.0;
	margin: 0;
  }

.maincopy span {
	color: #ff1271;
	display: block;
	font-family:'Roboto Condensed';
  }

.subcopy {
	color: #fff;/*文字は白に*/
	font-size: 20pt;
	font-weight: lighter;
	font-family:"ヒラギノ角ゴ Pro";
	margin: 0;
  }

/*上部イメージ*/
.topimg {
	margin-top: 100px;
	max-width: 100%;
	height: 352px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.compimg {
	background-image: url("../img/company-topimg.jpg");
}

.newsimg {
	background-image: url("../img/news-topimg.jpg");
}

.proimg {
	background-image: url("../img/product-topimg.jpg");
}


.devimg {
	background-image: url("../img/development-topimg.jpg");
}

.recimg {
	background-image: url("../img/recruit-topimg.jpg");	
}

.policyimg {
	background-image: url("../img/policy-topimg.jpg");
}


.toptitle {margin: auto}


.toptitle h2 {
	font-size: 40px;
	font-family: "Roboto Condensed";
	margin: 0 ;
	text-align: center;
	color: #fff;
} 

.toptitle h3 {
	margin: auto;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.topline {
	margin: 32px auto;
	text-align: center;
}

/*パンくず*/

.breadcrumb {
	font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
	padding: 0;
	margin-bottom: 0;
}



.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

/*2メニューボタン*/
.menubox{
    background: #000;
	
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.menubox img{
    display: block;
    opacity: 1;
    transition: .3s;
	
	transition-duration: 0.5s;
}
.menubox:hover img{
    opacity: 0.5;
	transform: scale(1.05);
	transition-duration: 0.5s;

}


/*ネイビー矢印つきボタン*/
.all_btn a {display: block;
	text-align: center;
	position: relative;
	margin-top: 40px;
	padding: 1.2em 0;
	width: 264px;
	color: #fff;
	font-size: 16px;
	background-color: #1d2088;
	transition: 0.3s;
}

.all_btn a::before {content: '';
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.all_btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc(2em - 2px);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
	transition: 0.3s;
}

.all_btn a:hover {text-decoration: none;
  background-color: #000;
}

.all_btn a:hover::before,
.all_btn a:hover::after {
  right: 1.7em;
}

.test a{
	margin: 40px auto 0;
}

/*ネイビー矢印つきボタン ニュース*/
.newsbtn {margin: 90px 0!important;}


/*コンテンツ共通*/
.wrapper {
	box-sizing: border-box
}

.wrapper2 {	background-color: #f3f4f9;
		box-sizing: border-box;
	margin: auto;
}

.outwrap {
	margin: 32px auto;
	max-width: 1100px;
	padding: 0 24px;
}

.contents {
	margin: auto;
	max-width: 1100px;
	padding: 88px 24px;
}

.title h2 {
	font-family: "Roboto Condensed";
	margin: auto ;
	text-align: center;
	font-size: 32px;
	color: #1d2088;
	padding-top: 100px;
    margin-top: -100px;
}

.title h3 {
	margin: 6px auto 0;
	text-align: center;
	font-size: 14px;
	color: #1d2088;
}

.titleline {
	margin: 20px auto 56px;
	text-align: center;
}

.article {
	display: flex;
	justify-content: space-between;
	box-sizing: content-box;
	padding: 0;
}

.article img {
	width: 510px;
	height: 320px;
}


.article h2 {
	margin: 0px auto 40px;
	font-size: 32px;
	color: #1d2088}

.articlest {
	width: 510px;
}

.h2{
	display: block;
}

.manname {
	font-size: 32px;
	color: #1d2088;
	font-weight: bold;
}

.wide h2,
.notwide h2{
	color: #303352!important;
	font-size: 24px!important;
	margin-bottom: 20px;
}

.wide {
	margin: 40px auto;
	display: block;
}




/*事業内容*/
.menubox {margin: auto	
}


/*お知らせ*/
.news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news li a{
	display: flex;
	margin: auto;
	padding: 40px;
	border-bottom: dotted 1px;
	max-width: 850px;
	color: #303352;
	font-size: 16px;
	text-decoration: none;
	}

.news li a:hover {background-color: #ebeef9}


.news time{
	margin-right: 56px;
	font-family: "ITC Avant Garde Gothic Pro";
	font-weight: bold;
}

.news a:after {content:"";
		display: block;
		clear: both
}

.news wrapper2 {
	display: flex;
	align-items: center;	
}

.text {
	text-align: center;
		width:auto;
}


/*採用情報*/
.recruit wrapper {
	background-color: #f3f4f9
}


/*アクセス*/
.map{
	width: 100%;
	margin-bottom: 20px
}

.address{
	margin-bottom: 20px;
}

.explanation{
	display: block;
}
	
iframe  {
  width: 100%;
  aspect-ratio: 16/9; 
}

.station {
	color: #1d2088
}

/*問い合わせ*/
.contactpic{
	margin: 0;
	background-image: url("../img/contactlink.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact {
	color: #1d2088;
	font-size: 24pt;
	top: 50%;
	left: 50%;
	text-align: center;	
}
	
.message{
	margin: auto auto 20px;
	font-size: 20px;
}

.tel {
	display: block;
	font-size: 42px;
	font-family: "Roboto Condensed";
	color: #1d2088;
	padding-top: 20px;
}

.teltime {margin: 8px auto auto;
	font-size: 15px;
}

/*お問い合わせボタン*/
a.contact_button {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 20px;
	width: 221px;
	margin: auto;
	padding: 15px 0;
	font-weight: bold;
	background: #ff1271;
	color: #fff;
	transition: 0.5s;
}

a.contact_button:hover {
	color: #fff;
	background: #000;
}

/*フッター*/
.footer {
	margin: 24px
}

.footer01 {
 color: #1d2088;
 background: #fff;
 padding: 30px;
}

.footer01 a {
color: #1d2088;
text-decoration: none;
}

.footer01 a:hover {
 text-decoration: none;
}

.footer01 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
}



.footer01 .footerlogo {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.footerlogo img{
	width: 211px;
}

.menu2 {
	list-style: none;
	font-size: 10pt;
	padding-left:10px;
	margin: 0;
}

.copyright {
	display: flex;
	font-size: 1pt;
	letter-spacing: 0.4px;	
}

.footerline {
	display: flex;
	justify-content:space-between;
	align-items: flex-end;
}

/*　会社案内*/
.catchcopy{
	color: #1d2088; 
	line-height: 1.5;
}
.challenge {
	text-align: center;
}

.main{
	font-weight: bold;
	padding-bottom: 56px;
	font-family: 'Roboto';
		font-size: 40px;
}

.com{
	font-size: 16px;
}

.emphasis{
	font-weight: bold;
}

.company h2{
	font-size: 30px;
	margin-bottom: 10px;
}

.company p{
	line-height: 1.9;
	letter-spacing: 1.5px;
}

.mission p{
	color: #1d2088;
	line-height: 1.9;
}

.info table{
	max-width: 850px;
	width: 100%;
}

.info th{
	color: #fff;
	font-weight: normal;
	background-color: #1d2088;
	border: 1px #b9babe solid;	
}

.info td{
	border: 1px #b9babe solid!important;	
	background-color: #fff;

}


.info tr{
	border: 1px #b9babe solid!important;	

}

/*沿革　*/
.timeline-date{
	font-weight: bold;
	font-family: "ITC Avant Garde Gothic Pro";
	display: flex;
	align-items: center;
}


.timeline p{
	margin-top: 10px 0;
	letter-spacing: 0;
	
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}


	

  .timeline > li {
    overflow: hidden;
    margin: 0;
	 display: flex;
	  align-items: flex-start;
  }

  .timeline-date {
    width: 140px;
    float: left;
	  position: relative;
	  padding-right: 10px;
	  min-width: 110px;
  }
	
  .timeline-content {
    width: 850px;
    float: left;
    padding-left: 30px;
	  border-left: 1px #1d2088 solid;
  }
	
  .timeline-date:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1d2088;
    position: absolute;
    border-radius: 100%;
	  right: 0;
	  transform:translateX(50%)
  }




/*ニュースページ*/
.newstitle  {
	font-size: 32px;
	font-weight: bold;
	margin: 20px 0 0;
	color: #1d2088;
} 

.newstitlebox {
	border-bottom: 0.5px solid #ebeef9;
	padding-bottom: 48px;
}

.newstext p{
	margin-top: 48px;
}

.newstext {
	padding-top: 48px;
}


.newsdetail {
	max-width: 850px;
	margin: 0 auto;
}

/*自社製品*/
.productbox{
	display: block;
	text-align: center;
	justify-content: space-between;
	color: #1d2088;	
	max-width: 510px;
	margin: 40px auto;

}

.productline a{
	padding: 10px 20px;
}


.productline a:hover {
	background-color: #dcddff
		}
/*　

dce8ff
dcddff
d1d1ff
*/

.productbox img {
	height: 320px;
	width: 480px;
}

.productexp {
	text-align: left;
}


.productline{
	display: flex;

}

.productitle p{
	font-weight: bold;
	font-size: 24px;
}

/*製品詳細　*/

.big{
	font-size: 110%
}

.gaiyo p{
	border: solid;
	color: #1d2088;
	font-weight: bold;
	border-color: #d2d2db;
	border-width: thin;
	background-color: #f3f4f9;
	text-align: center;
	margin: 0;
	padding: 20px;
	}

.gaiyo ul{
	margin: 0;
	padding: 20px;
	border-right:solid;
	border-left:solid;
	border-width: thin;
	border-color: #d2d2db;
	background-color: #fff;
}



.lastbox{
	border-bottom:solid;
}

.gaiyo li{
	list-style: none;
}

.pdname{
	text-align: center;
}

.producttable{
	max-width: 1100px;
	width: 100%;
	letter-spacing: normal;
}


.producttable tbody{
	border: thin;
	border-color: #303352;
}

.producttable tr{
	background-color: #fff
}

table.producttable {
	border: 1px solid #d2d2db;
}


.producttable th{
	color: #303352;
	font-weight: normal;
	border: #303352;
background-color:rgba(0,0,0,0);
	text-align: left;
	width: 32%;
	
}

.producttable tr{
	border-bottom: 1px solid #d2d2db;
}


.producttable td{
	border-bottom: #303352;
}


.feature{
	color: #1d2088!important;
	background-color: #f3f4f9!important;
	font-weight: bold!important;
	text-align: center!important;
}

th.feature{
  border-bottom: 1px solid #d2d2db!important;
}

.usage{
	color: #1d2088!important;
	background-color: #f3f4f9!important;
	font-weight: bold!important;
	text-align: center!important;

}

th.usage{
  border-bottom: 1px solid #d2d2db!important;
	width: 60%;
}

.upper {
	margin: 56px 0;
}

/*開発分野*/


.fields p {
	text-align: center;
}

.fields li {
	list-style: none;
	line-height: 1.5;
	margin-bottom: 5px;
	text-align: center;
}

.fields {
	max-width: 850px;
	margin: 0 auto;
}

.skill .contents {
	max-width: 850px;
}

.fields .contents {
	max-width: 850px;
}

/*　スキル*/
.skill {
	max-width: 850px;
}

.skill p{
	border: solid;
	color: #fff;
	border-color: #1d2088;
	border-width: thin;
	background-color: #1d2088;	
	text-align: center;
	margin: 0;
	padding: 20px;
}


.skill ul{
	border-top: solid;
	border-right: solid;
	border-left: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 20px 0;
}

.skill li{
	list-style: none;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 6px;
}

.skill .special ul{
	border-bottom: solid;
	border-width: thin;
}


.tool ul{
	padding: 0;
}

.etc {
	text-align: center;
	margin: 32px auto;
}


/*ページ内リンク*/
.container{
	display: block;
	padding: 0 15px;
}

.performance.container {
	padding: 0!important;
}

.performtitle {
	padding-top: 100px;
    margin-top:-100px;
}

.arrow_s {
  position: relative;
  display: inline-block;
  color: #1d2088;
  text-decoration: none;
}

.arrow_s:before { 
	content: '';
	background-color: #1d2088;
	width: 13px;
	height: 8px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -5px;
}

.pagelink{
	display: flex;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
}	

.page a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 40px 16px 60px ;
}


.perform .contents{
	max-width: 850px;
}

.comment {
	margin: 64px auto;
}

/*開発実績*/
.perform ul{
	padding: 0 0 16px;
}

.perform li{
	list-style: none;
	margin: 8px auto;

}

.performtitle {
	font-weight: bold;
	font-size: 24px;
	color: #1d2088;
	margin-top: 0;
}

.mname {
	font-weight: bold;
	padding-top: 15px;
}

.devbanner{
	display: block;
	margin: 0 auto 50px;
	max-height: 160px;
}


.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
	color: #000;
}


/*取引先一覧*/

.clients ul{
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.clients li{
	list-style: none;
	margin: 5px auto;
}

/*取引先一覧*/
.twolink{
	display: flex;
	justify-content: center;
	max-width: 850px;
	margin: 0 auto;
}

.link1{
	padding-right: 100px;
}


/*開発ボタンアイコン*/
.arrow{
	position: relative;
	display: inline-block;
	padding: 15px 15px 15px 40px;
	vertical-align: middle;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-size: 15px;
	font-weight: bold;
	
}

.twolink a:hover {background-color: #f3f4f9}


.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.sample5-3 a{
	padding-left: 35px
}

.sample5-3::before{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #1d2088;
}
.sample5-3::after{
	left: 9px;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.name {
	display: flex;
	justify-content: flex-end;
	
}

/*表*/
table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  max-width: 850px;
}

table th
{
  border: 1px solid #1d2088;
  padding: 20px;
	color: #1d2088;
  background: #f3f4f9;
  text-align: center;
}

table td{
	padding: 20px;
}


tbody {
	border-right: 1px solid #1d2088;
}

.test1{
	padding-top: 30px;
	border-top:1px solid #1d2088;
}

.test2{
	padding-bottom: 30px;
	border-bottom:1px solid #1d2088;
}

.test3{
	padding-top: 30px;
	padding-bottom: 30px;
	border-top:1px solid #1d2088;
}

.test4{
	padding-top: 30px;
	padding-bottom: 30px;
}

.job td{
border-top:1px solid #1d2088;
border-bottom:1px solid #1d2088;

}

/*　依頼*/
.bigcontents{
	max-width: 1100px;
}

.bigcontents p{
	text-align: center;
}

.line1{
		display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

.line1 img{
	width: 125px;
}

.bold {
	font-weight: bold;
	font-size: 24px;
	color: #1d2088;
}


.boxtitle {
		height: 72px;
			  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
	}

.box1{
	border:1px solid #1d2088;
	padding: 48px;
	margin: 10px;
	width: 22%;
	text-align: center;
	max-width: 330px;
	min-width: 220px;
	font-size: 14px;
	letter-spacing: 0;
}

/*フロー　*/
.steptitle{
	position: relative;
	margin-bottom: 74px;
}

.stepcircle {	
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #1d2088;
	  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.stepcircle span {
	color: #fff;
	font-weight: bold;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translate(1%,-45%);
  width :90px;
  text-align:center;
	font-family: 'Roboto Condensed';
}


.flowbox{
	display: flex;
	background-color: #fff;	
	max-width: 1100px;
	align-items: center;
	margin-left: 40px;
}

.flowtitle {
	width: 300px;
	margin: 40px 0;
	color: #1d2088;
	font-weight: bold;
	font-size: 24px;

}

.flowbox:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	left: 50%;
	bottom: -35px;
	margin-top: -6px;
	transform: rotate(45deg) translateX(-50%);
}

.flowbox.end:before{
		display: none;
}


.steptxt {
	width: 60%;
	font-size: 16px;
}


.number {
	font-size: 30px;
}


.policy {
	max-width: 850px;
	margin: auto;
	line-height: 1.5;
}

.policy p {
	margin: 16px auto;
	
}

.maintitle{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.subtitle{
	font-weight: bold;
	margin: 16px auto;
}

.chapter {
	margin: 64px auto;
}

.subchapter {
	margin: 32px auto;
}



/*###768以上の時 PC版###*/
@media (min-width: 768px){
	
.notice {
		padding-right: 10px;
	}

/*boxを横並びに*/
.twomenu:after {
	content: "";
	display: block;
	clear: both}
	
	.twomenu {
		display: flex;
		padding-top: 88px;
	}	
	
.wrapper:after {
	content: "";
	display: block;
	clear: both}
	
	


/*フッター*/
.menu:after {
	content: "";
	clear: both}

.menu {
	content: "";
	display: flex;
	clear: both;
	}
	
.menu li{
	text-decoration: none;
	list-style: none;
	padding: 0;
	}

.menu a{
	display: block;
	color: #1d2088;
	padding: 10px;
	}
		
.menu li a:hover {background-color: #f3f4f9}
	
.menu2 li a:hover {background-color: #f3f4f9}

		
.perform .contents{
	max-width: 850px;
}


.page a:hover {
	border-bottom: 1px solid #1d2088;
}
	
.pagelink{
	border-bottom: 1px solid #1d2088;
	}
	

.example {
		padding-top: 32px;
	}
	
/*自社製品詳細*/
.gaiyo{
	max-width: 510px;
}
	
	
th.pnumber{
	width: 25%;
}

.sponly{
	display: none;}

  .sp_none {
    display: block;
  }

}/*###768以上の時ここまで###*/

/*###スマホサイズの時###*/
@media (max-width: 767px){
	
p{
font-size: 14px;
	}
	
/*ヘッダー*/
header {
		height: 60px;
		padding: 0 15px;
	}

.header_title {
	width: 150px;
	padding-top:10px;
	}
	
.header_title h1{
	padding-top: 0;
}
	
/*メニューボタン*/
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #1d2088;
}
	
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

/*メニュー*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #1d2088;
	transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
	    display: block;
}
	
.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#fff;
    text-decoration: none;
    padding: 15px 15px 15px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 19px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
	
.qbutton{
		width: 220px;
		margin: 0 auto;
		
	}
	

	
/*メインビジュアル*/
.mainvisual {
	padding-top: 0px; 
	margin-top: 60px;
	height: 600px;
	background-position: 30% 50%;
	}
	

/*キャッチコピー*/
.copycontainer {
	text-align: right;
	padding-right: 15px;
	font-size: 24px;
}
	
.maincopy {
	font-size: 48pt;
	}
	
.subcopy {
		font-size: 14pt;
	}
	
	
/*上部イメージ*/
.topimg {
	padding-top: 0px; 
	margin-top: 60px;
	height: 200px;
	background-position: 40% 40%;
	}
	
.toptitle {margin: auto}

.toptitle h2 {
	font-size: 30px;
} 

.toptitle h3 {
	font-size: 16px;
	padding-top: 10px
}

.topline {
	margin: 0 auto;
}
	
/*パンくず*/

.breadcrumb {
	font-size: 14px;
	padding: 0;
	margin: 0
	}
	

/*コンテンツ*/

.article h2 {
	margin: 10px auto;
	font-size: 28px;
	color: #1d2088
	}

	.sp_none{
		display: none;
	}
	
	
.contents {
	padding: 50px 15px;
}

.contents li{
	font-size: 16px;
	}
	
.outwrap {
	padding: 15px;
	margin: 15px 0;
}
	
.articlest {
	width: 100%;
	}

.article {
	display: block;
	margin: auto;
	padding: 0;
}

.article img {
	width: 100%;
	height: auto;
	}

.flex-re {
	flex-flow: column-reverse;
	display: flex!important;
	}

/*ネイビー矢印つきボタン*/
.all_btn a {
	margin: 40px auto 0;
	}
	
	.newsbtn a {
		margin: 0 auto;
	}
	
/*お知らせ*/
.news li a{
	display: block;
	width: 100%;
	border-bottom: dotted 1px;
	color: #303352;
	font-size: 16px;
	text-decoration: none;
	padding: 20px 0;
	}
	
.news time{
	margin: 0;
	}
	
.text {
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
}
	
/*アクセス*/
.address{
	margin-bottom: 20px;
	margin-left: 0;
}

	.station {
		margin-left: 0;
	}
	
/*問い合わせ*/
.contactpic{
	margin: 0;
	background-image: url("../img/contactlink.jpg");
	background-position: 82% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

	
.message{
	font-weight: bold;
	margin: auto auto 20px;
	font-size: 14px;
}

.tel {margin: 10px auto 0;
	font-size: 24px;
	color: #1d2088
}

.teltime {margin: 8px auto auto;
	font-size: 14px;
}


/*お問い合わせボタン*/
a.contact_button {display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	width: 35%;
	margin: auto;
	padding: 1rem;
	font-weight: bold;
	background: #ff1271;
	color: #fff;
	transition: 0.5s;
}

a.contact_button:hover {color: #fff;
	background: #000;
}

	
.twomenu {
	display: block;
	margin: auto;
	}	
	
.menu li{
	display: none
	}
	
.menu2 {
	font-size: 12px;
	margin: 10px 0;
	}

.footerline{
	text-align: center;
	display: block;
	position: center;
	}
	
.footer01 .footerlogo {
    justify-content: center;
	}

	.footer01 a {
		margin: 30px;
	}
.copyright {
    justify-content: center;
	font-size: 8px;
	}
	
/*ニュースページ*/

.newstitle{
	font-size: 24px;		
	}
	
.newstitlebox {
	border-bottom: 0.5px solid #ebeef9;
	padding-bottom: 24px;
}

.newstext p{
	font-size: 14px;
	margin-top: 24px;
}	

/*　自社製品*/
	.productline{
	display: block;

}
	
	.product h2{
		font-size: 24px;
	}
	
	.gaiyo {
		margin-top: 50px;
	}
	
.producttable th{
	width: auto;
}
.producttable{
	letter-spacing: 1.5px;
	}

.only{
	padding-top:  20px!important;
	}
	
.company ul{
		  padding-inline-start: 0px;
	}
	
	
td.cell1{
	border-bottom: none!important;
	}

	
.cell2{
	border-top: none!important;
	border-bottom: none!important;
	}
	
td.cell3{
	border-top: none!important;
	}
	
.info td{
		border: none!important;
	}	
	
th.pnumber {
	border: 1px #b9babe solid;
	border-bottom: none;
	}

.patent th{
		text-align: left;
	}
	
.producttable th{
padding-bottom:0;
}

th.usage, th.feature{
 padding-bottom: 20px;
}
	
/*会社案内*/
	.info th{
		border: transparent;
	}	
	
/*スキル*/
	
.skill li{
	font-size: 14px;
	text-align: left;
}

.skill ul{
	padding: 10px;
}
	
.tool li {
	font-size: 14px;
}
	
.tool li {
	font-size: 14px;
}
	
	
	
	
/*開発実績　*/
	
	.pagelink{
		display: block;
	}


/*取引先一覧*/
.clients ul{
	column-count: 1;
	padding: 0;
}
	.arrow {
		padding: 20px 0px 20px 40px;
		font-size: 16px;
	}	

	.clients .contents {
		padding: auto;
	}
	
	.clients li{
		font-size: 14px;
	}
	
	.link1{
		padding-right: 0;
	}

.twolink{
	display: block;
	padding-left: 35px;
	}
	
/*表*/
table th,
table td{
	display: block;
	border-top: none;
	}
	
	
tbody {
	border-right: 1px solid #1d2088;
	border-left: 1px solid #1d2088;

}
	
table th{
	border: none;
	}
	

.test1{
	border-top:1px solid #1d2088;
}

.test2{
	border-bottom:1px solid #1d2088;
}

.test3{
	border-top:1px solid #1d2088;
	border-bottom:1px solid #1d2088;
	}
	
.test4{
	border-top:1px solid #1d2088;
	}

	
	.manname {
	font-size: 24px;
}

.wide h2,
.notwide h2{
	font-size: 18px!important;
	}
	
.wide,
.notwide{
margin: 30px auto;
	}
	
/*　会社*/
.job tr:first-child th{
      border-top: 1px solid; /* 一番上にあるthだけborder-topを追加 */
	border-top-color:  #1d2088;
    }
	
.tokkyo th, .tokkyo td{
	display: revert;
}
	
.tokkyo{
		width: 850px!important;
	}
	
.tokkyowrapper{
		overflow: scroll;
	}
	
.sponly p{
	color: red;	
	font-size: 13px;
	text-align: left;
	}
	

/*開発実績*/
	.page {
		justify-content: center;
	}
	
	.page a{
		font-size: 16px;
		padding: 10px 0px 10px 25px;
		text-decoration: underline;
		text-underline-offset: 2px;
	}

	
	.arrow_s:before { 
		left: 0;
	}
	
	.perform{
		font-size: 16px;
	}
	
.chapter {
	font-size: 14px;
}

	
.sample5-3::before{
	width: 27px;
	height: 27px;}

.sample5-3::after {
	left: 7px;
	}
	
/*　依頼例*/
	.oneline {
		padding: 12px auto;
	}
	
	.pagelink {
		margin-top: 32px;
		display: block;
	}
	
	
	.arrow_s {
		margin-left: 35px;
	}
	
	
	.line1{
		display: block;
		justify-content: center;
	}
	
	.box1 {
		width: 100%;
		max-width: 300px;
		padding: 20px;
		margin: 10px auto;
	}
	
	.flowbox{
		display: block;
		margin: 0;
		padding: 20px 30px 50px;
	}
	
	.first {
		margin-top: 100px;
	}
	
	.flowtitle {
		margin: 35px auto;
		width: 100%;
	}
	
	.steptxt {
		width: 100%;
	}
	
	
	.stepcircle {	
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #1d2088;
		top: -0;
		left: 50%;
  -webkit-transform: translate(-50%,-50%);
}
	

	.steptitle{
		margin-bottom: 125px;
	}
	
/*採用情報　*/
	.comment p{
		text-align: left;
	}
	
}/*###スマホサイズの時ここまで###*/





/*お問い合わせ*/

.wpcf7-previous {
  margin: 0 auto;
    display: block;
    text-align: center;
    background: none;
    border: none;
    text-decoration: underline;
}


.wrap_700 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    font-size: 16px;
}

dl.form_flex {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4em;
    margin-top: 20px;
    width: 627px;
    margin: 0 auto;
}


dl.form_flex dd {
    width: 65%;
    color: #666;
}

dl.form_flex dd.date p {
    margin-bottom: 20px;
}

dl.form_flex dd.date p:last-of-type {
    margin-bottom: 0px;
}

.lp_form {
    width: 700px;
    margin: 0 auto;
}

.lp_form input, .lp_form textarea {
    background-color: #F6F6F6;
    border: solid 1px #BFBFBF;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.lp_form dd.stack input[type="text"] {
    margin-bottom: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.lp_form dd.stack span {
    margin-right: 5px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
}

.lp_form input.w0 {
    width: 180px;
}

.lp_form input.w1 {
    width: 100%;
}

.lp_form input.w2 {
    width: 100%;
}

.lp_form textarea.w2 {
    width: 100%;
    height: 280px;
}

.lp_form textarea.w3 {
    width: 100%;
    height: 120px;
}

.lp_form input.w3 {
    width: 196px;
}

.check_sp_form {
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    width: 140px;
}

.confirm_sub_text {
    width: 550px;
    margin: 40px auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.5rem;
}

.wrap_700 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    font-size: 16px;
}

dl.form_flex {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4em;
    margin-top: 20px;
    width: 700px;
    margin: 0 auto;
}

dl.form_flex dt {
    width: 35%;
    font-weight: bold;
    color: #595959;
}

span.req {
    background-color: #ff1271;
    border-radius: 3px;
    padding: 3px 5px 1px;
    display: inline-block;
    margin-left: 5px;
    color: #FFF;
    line-height: 1.0;
    font-size: 14px;
}

dl.form_flex dd {
    width: 58%;
    color: #666;
}

.lp_form input.w1 {
    width: 100%;
}

.lp_form input, .lp_form textarea {
    background-color: #F6F6F6;
    border: solid 1px #BFBFBF;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.privacy {
    margin-top: 0px;
    margin-bottom: 20px;
}

.privacy p.privacy_head {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.privacy p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.4em;
    color: #595959;
}

.m_btn_text {
    text-align: center;
    letter-spacing: 1.2px;
    font-size: 13px;
    font-weight: bold;
    color: #595959;
}

.btn_mtl_l {

/*    margin: 35px auto;*/

}

.lr_line {
    width: 700px;
    margin: 0 auto;
}

.w_200 {
    width: 200px;
}

.wpcf7-list-item {
    margin: 0 1rem 0 0 !important;
}

/*202306329*/

.pagination {
    text-align: center;
  padding-top: 40px;
}

.pagination a, .pagination span {
    font-size: 14px;
    display: inline-block;
    margin: 8px 0;
    text-decoration: none;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    padding: 16px 0 14px;
    box-sizing: border-box;
    color: #333;
    font-weight: bold;
    line-height: 0.8;
    transition: 0.3s;
}

.pagination a:hover {
    transform: translate(0px, -3px);
}

.pagination .current {
    background: #0057bf;
    color: #FFF;
    transition: 0.3s;
}

.nav-links {
    margin: 20px auto 0;
}



.previous_btn {
  background-color: rgba(255,255,255,0);
  border: none;
  text-decoration: underline;
}



@media (max-width: 767px) {
    .lp_form {
        width: 100%;
        margin: 0 auto;
    }
  
    .wrap_700 {
        width: 100%;
        padding: 0 15px;
    }

    .confirm_sub_text {
        width: 100%;
    }

    .lr_line {
        width: 100%;
        margin: 0 auto;
    }

    dl.form_flex {
        display: flex;
        width: 100%;
    }

    dl.form_flex dt {
        width: 100%;
    }
  
  dl.form_flex dt p{
    margin-bottom: 0; 
  }

    dl.form_flex dd {
        width: 100%;
        margin: 0px;
        color: #666;
    }
  .sp_none {
    display: none;
  }

}

/*20230407追加*/
.grecaptcha-badge { visibility: hidden; }
/*20230407追加*/