@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* CSS Document */

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}
select {
	appearance: none;
	cursor: pointer;
}
td.select {
	position: relative;
}
td.select::after {
	content: "▼";
	font-size: 9px;
	color: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.lato {
	font-family: "Lato", sans-serif;
}



/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/* 全体設定 */
#wrapper {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.75;
}
#header {
	background: #FFF;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
#header h1 {
  font-size: 13px;
  font-weight: 400;
}
#header-inner {
	box-sizing: border-box;
  width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  padding: 0 10px;
}
#header-logo {
  width: 356px;
}
#gnav-pc {
  width: 840px;
}
#gnav-pc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#gnav-pc a {
	color: #000;
}
#top-mainimg {
	padding-top: 70px;
}
#page-mainimg {
	padding-top: 70px;
}
#page-mainimg .wrap {
	background: url("../image/top/page-mainimg.jpg") center / cover no-repeat;
	width: 100%;
	height: 380px;
	position: relative;
}
#page-mainimg .wrap h2 {
	font-size: 42px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	transform: translateY(-80%);
	line-height: 1.55;
	text-shadow: 0px 0px 5px #FFF,0px 0px 5px #FFF;
}
#page-mainimg .wrap h2 span {
	font-size: 18px;
	font-weight: 700;
	color: #13468B;
	display: block;
}
#top-news {
	padding: 100px 0;
}
#top-news .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#top-news .flex .left {
	width: 200px;
}
#top-news .flex .left .btn a {
	background: #14478B;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 12px 0;
}
#top-news .flex .right {
	width: 850px;
	height: 270px;
	overflow: auto;
}
#top-news .flex .right li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: solid 1px #CCC;
	padding: 20px 0;
}
#top-news .flex .right li:first-of-type {
	border-top: solid 1px #CCC;
}
#top-news .flex .right li .date {
	width: 90px;
	font-family: "Lato", sans-serif;
}
#top-news .flex .right li .cnt {
	width: calc(100% - 100px);
}
#top-news .flex .right li a {
	color: #000;
}
#top-business {
	background: #F2F4FB;
	padding: 100px 0;
}
#top-business .summary {
	margin-bottom: 30px;
}
#top-business .flex {
	display: flex;
	flex-wrap: wrap;
}
#top-business .flex .item {
	width: 520px;
	text-align: center;
	margin: 0 60px 40px 0;
}
#top-business .flex .item:nth-of-type(2n) {
	margin-right: 0;
}
#top-company {
	padding: 100px 0;
}
#top-company .summary {
	margin-bottom: 30px;
}
#top-company .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-company .flex .item {
	width: 360px;
	text-align: center;
}
#bottom-contact {
	background: linear-gradient(to bottom, #14478B 0%, #113E79 100%);
	color: #FFF;
	padding: 60px 0;
}
#bottom-contact .sec-ttl001 {
	margin-bottom: 0;
}
#bottom-contact .sec-ttl001 .en {
	color: #FFF;
}
#bottom-contact .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#bottom-contact .left {
	width: 33%;
}
#bottom-contact .center {
	width: 33%;
	text-align: center;
	border-left: solid 1px #6585AF;
	border-right: solid 1px #6585AF;
	padding: 20px 0;
}
#bottom-contact .right {
	width: 33%;
	text-align: center;
	padding: 20px 0;
}
#bottom-contact .inner .ttl {
	font-size: 18px;
	margin-bottom: 20px;
}
#footer {
	padding: 80px 0 10px;
}
#footer .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .flex .left {
	width: 400px;
}
#footer .flex .left .logo {
	margin-bottom: 20px;
}
#footer .flex .left .info {
	margin-left: 100px;
}
#footer .flex .right {
	width: 480px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .flex .right li {
	width: 220px;
	border-bottom: dotted 1px #999;
}
#footer .flex .right li:nth-of-type(1),
#footer .flex .right li:nth-of-type(2) {
	border-top: dotted 1px #999;
}
#footer .flex .right li a {
	font-size: 20px;
	color: #000;
	display: block;
	line-height: 1.5;
	padding: 15px 0;
}
#footer .flex .right li span {
	font-size: 12px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	color: #13468B;
	display: block;
}
#copyright {
	font-size: 13px;
	text-align: center;
	margin-top: 60px;
}


/**************************************************
	Philosophy
**************************************************/
#philosophy-sec01 {
	padding: 100px 0;
}
#philosophy-sec01 .ttl {
	width: max-content;
	font-size: 42px;
	font-weight: 400;
	text-align: center;
	border-bottom: solid 1px #000;
	padding: 0 2em 10px;
	margin: auto auto 80px auto;
}
#philosophy-sec01 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#philosophy-sec01 .flex .left {
	width: 350px;
	text-align: center;
}
#philosophy-sec01 .flex .right {
	width: 700px;
}
#philosophy-sec01 .flex .right .txt {
	margin-bottom: 20px;
}
#philosophy-sec01 .flex .right .name {
	font-size: 18px;
	font-weight: 700;
	text-align: right;
}


/**************************************************
	Company
**************************************************/
#company-sec01 {
	padding: 100px 0;
}
#company-sec01 table {
	width: 100%;
	font-size: 18px;
	margin-bottom: 60px;
}
#company-sec01 table th {
	width: 25%;
	border-bottom: solid 1px #13468B;
	padding: 25px 0;
}
#company-sec01 table td {
	border-bottom: solid 1px #ccc;
	padding: 30px 0;
}
#company-sec01 .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#company-sec01 .photo .item {
	width: 350px;
	text-align: center;
}
#company-sec02 {
	background: #F2F4FB;
	padding: 100px 0;
}
#company-sec02 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#company-sec02 .flex .ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
#company-sec02 .flex .left {
	width: 530px;
}
#company-sec02 .flex .right {
	width: 530px;
}
#company-sec03 {
	padding: 100px 0 0 0;
}
#company-sec03 .sec-ttl001 {
	margin-bottom: 30px;
}
#company-sec03 table {
	width: 100%;
	font-size: 18px;
}
#company-sec03 table th {
	width: 25%;
	color: #13468B;
	border-bottom: solid 1px #13468B;
	padding: 25px 0;
}
#company-sec03 table td {
	border-bottom: solid 1px #ccc;
	padding: 30px 0;
}
#company-sec04 {
	padding: 100px 0;
}
#company-sec04 .sec-ttl001 {
	margin-bottom: 30px;
}
#company-sec04 .flex {
	display: flex;
	flex-wrap: wrap;
}
#company-sec04 .flex .item {
	width: 330px;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: solid 1px #CCC;
	padding: 30px 0;
	margin: 0 55px 0 0;
}
#company-sec04 .flex .item:nth-of-type(3n) {
	margin: 0;
}
#company-sec04 .flex .item .name {
	width: 84%;
}
#company-sec04 .flex .item .num {
	width: 14%;
	text-align: right;
}


/**************************************************
	Business
**************************************************/
#business-sec01 {
	padding: 100px 0 0 0;
}
#business-sec01 .block1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
#business-sec01 .block1 .ttl {
	width: 300px;
	font-size: 36px;
	font-weight: 400;
	color: #13468B;
	text-align: center;
	border-bottom: solid 2px #13468B;
}
#business-sec01 .block1 .cnt {
	width: 700px;
	font-size: 18px;
}
#business-sec01 .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#business-sec01 .photo .item {
	width: 350px;
	text-align: center;
}
#business-sec02 {
	padding: 100px 0;
}
#business-sec02 .navigation {
	display: flex;
	flex-wrap: wrap;
}
#business-sec02 .navigation li {
	background: #13468B;
	width: 350px;
	text-align: center;
	border-radius: 5px;
	margin: 0 25px 15px 0;
}
#business-sec02 .navigation li:nth-of-type(3n) {
	margin-right: 0;
}
#business-sec02 .navigation li a {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	display: block;
	padding: 17px 0;
}
#business-sec02 .subttl {
	font-size: 26px;
	font-weight: 400;
	color: #13468B;
	margin-bottom: 10px;
}
#business-sec02 #link1,
#business-sec02 #link2,
#business-sec02 #link3,
#business-sec02 #link4,
#business-sec02 #link5,
#business-sec02 #link6,
#business-sec02 #link7,
#business-sec02 #link8,
#business-sec02 #link9 {
	padding-top: 80px;
}
#business-sec02 .lb-wrap {
	display: flex;
	flex-wrap: wrap;
}
#business-sec02 .lb-wrap li {
	width: 260px;
	height: 195px;
	margin: 0 20px 20px 0;
}
#business-sec02 .lb-wrap li:nth-of-type(4n) {
	margin-right: 0;
}


/**************************************************
	Partner
**************************************************/
#partner-sec01 {
	padding: 100px 0;
}
#partner-sec01 ul {
	display: flex;
	flex-wrap: wrap;
}
#partner-sec01 ul li {
	width: 350px;
	font-size: 16px;
	padding: 18px 0 0 0;
	margin-right: 25px;
}
#partner-sec01 ul li:nth-of-type(3n) {
	margin-right: 0;
}
#partner-sec01 ul li::after {
	content: "";
	background: linear-gradient(to right, #13468B 12%, #CCC 12%);
	width: 100%;
	height: 1px;
	display: block;
	margin-top: 18px;
}
#partner-sec01 ul li a {
	color: #000;
}


/**************************************************
	Works
**************************************************/
#works-sec01 {
	padding: 100px 0;
}
#works-sec01 .block {
	margin-bottom: 80px;
}
#works-sec01 .block:last-of-type {
	margin-bottom: 0;
}
#works-sec01 table {
	width: 100%;
	margin-bottom: 40px;
}
#works-sec01 table .ttl td {
	box-sizing: border-box;
	background: #14478B;
	width: 33.33%;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	border: solid 1px #ccc;
	padding: 15px;
}
#works-sec01 table td {
	width: 33.33%;
	font-size: 14px;
	text-align: center;
	border: solid 1px #ccc;
	padding: 15px;
}
#works-sec01 .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works-sec01 .photo .item {
	width: 350px;
	text-align: center;
}
#works-sec01 .photo .item p {
	margin-top: 5px;
}


/**************************************************
	Factory
**************************************************/
#factory-sec01 {
	padding: 100px 0 0 0;
}
.factory-summary {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.factory-ttl {
	font-size: 26px;
	font-weight: 400;
	color: #13468B;
	margin: 60px auto 20px;
}
.factory-ttl .date {
	font-size: 18px;
	color: #000;
	margin-left: 20px;
}
.factory-col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.factory-col2 .item {
	box-sizing: border-box;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.factory-col2 .item:nth-of-type(odd) {
	border-left: solid 1px #CCC;
}
.factory-col2 .item:nth-of-type(1),
.factory-col2 .item:nth-of-type(2) {
	border-top: solid 1px #CCC;
}
.factory-col2 .item .cnt {
	box-sizing: border-box;
	width: 82%;
	padding: 18px;
}
.factory-col2 .item .num {
	box-sizing: border-box;
	background: #f4f4f4;
	width: 18%;
	text-align: center;
	padding: 18px;
}
#factory-sec02 {
	padding: 100px 0;
}
#factory-sec02 .txt {
	font-size: 18px;
	text-align: center;
}
.factory-col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.factory-col3 .item {
	box-sizing: border-box;
	width: 33.33%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
.factory-col3 .item:nth-of-type(3n) {
	border-right: solid 1px #CCC;
}
.factory-col3 .item:nth-of-type(1),
.factory-col3 .item:nth-of-type(2),
.factory-col3 .item:nth-of-type(3) {
	border-top: solid 1px #CCC;
}
.factory-col3 .item:last-of-type {
	border-right: solid 1px #CCC;
}
.factory-col3 .item .cnt {
	box-sizing: border-box;
	width: 78%;
	padding: 18px;
}
.factory-col3 .item .num {
	box-sizing: border-box;
	background: #f4f4f4;
	width: 22%;
	text-align: center;
	padding: 18px;
}


/**************************************************
	Recruit
**************************************************/
#recruit-sec01 {
	padding: 100px 0;
}
#recruit-sec01 .summary {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
#recruit-sec01 table {
	width: 100%;
	margin-bottom: 60px;
}
#recruit-sec01 table tr {
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#recruit-sec01 table th {
	background: #F2F4FB;
	width: 25%;
	padding: 20px 0;
}
#recruit-sec01 table td {
	padding: 20px;
}
#recruit-sec01 .btn a {
	background: #14478B;
	width: 420px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 20px 0;
	margin: auto;
}


/**************************************************
	Contact
**************************************************/
#contact-sec01 {
	text-align: center;
	padding: 100px 0;
}
#contact-sec01 .summary {
	font-size: 18px;
	margin-bottom: 40px;
}
#contact-sec02 {
	background: #F2F4FB;
	padding: 100px 0;
}
#contact-sec02 .wrap {
	background: #FFF;
	border-radius: 30px;
	padding: 50px;
}
#contact-sec02 .wrap table {
	width: 100%;
	margin-bottom: 40px;
}
#contact-sec02 .wrap table th {
	width: 25%;
	text-align: left;
	border-bottom: solid 1px #13468B;
	padding: 20px 0;
}
#contact-sec02 .wrap table td {
	border-bottom: solid 1px #CCC;
	padding: 20px 0;
}
#contact-sec02 .need1 {
	background: #13468B;
	width: 30px;
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border-radius: 4px;
	padding: 1px 4px 2px;
	margin-right: 10px;
}
#contact-sec02 .need2 {
	background: #AAA;
	width: 30px;
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border-radius: 4px;
	padding: 1px 4px 2px;
	margin-right: 10px;
}
#contact-sec02 .size-l {
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 12px;
}
#contact-sec02 .btn {
	text-align: center;
}
#contact-sec02 .btn input {
	background: #13468B;
	font-size: 15px;
	color: #FFF;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 15px 100px;
	margin: auto;
}
#contact-thanks {
	text-align: center;
	padding: 100px 0;
}


/**************************************************
	Wordpress
**************************************************/
#single-page-wrap {
	padding: 100px 0;
}
.single-title {
	font-size: 30px;
	font-weight: 400;
	color: #13468B;
	line-height: 1.35;
	margin-bottom: 10px;
}
.single-info {
	font-family: "Lato", sans-serif;
	margin-bottom: 20px;
}
.single-img {
	background: #f9f9f9;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.single-img img {
	width: 100%;
	height: auto;
}
#single-page-wrap .btn a {
	background: #EEE;
	width: 350px;
	color: #000;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 15px 0;
	margin: 60px auto auto auto;
}
#archive-page-wrap {
	padding: 100px 0;
}
.archive-title {
	font-size: 30px;
	font-weight: 400;
	color: #13468B;
	line-height: 1.35;
	border-bottom: solid 1px #13468B;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#archive-page-wrap article {
	border-bottom: dotted 1px #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#archive-page-wrap article a {
	color: #000;
}
#archive-page-wrap article .cnt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#archive-page-wrap article .cnt .date {
	width: 80px;
	text-align: center;
}
#archive-page-wrap article .cnt .ttl {
	width: calc(100% - 100px);
}
#archive-page-wrap .pagination {
	text-align: center;
	margin-top: 60px;
}
#archive-page-wrap .pagination ul li {
	display: inline-block;
}
#archive-page-wrap .pagination a {
	color: #000;
}
#archive-page-wrap .pagination li .page-numbers {
	border: solid 1px #CCC;
	padding: 4px 10px;
}
#archive-page-wrap .pagination li .page-numbers.current {
	background: #EEE;
} 







/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1100px;
  margin: auto;
}
.sec-ttl001 {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.35;
	margin-bottom: 40px;
}
.sec-ttl001 .en {
	font-size: 18px;
	font-weight: 400;
	font-family: "Lato", sans-serif;
	color: #13468B;
	display: block;
}
.sec-ttl002 {
	font-size: 42px;
	font-weight: 400;
	color: #13468B;
	text-align: center;
	line-height: 1.35;
	margin-bottom: 40px;
}


/* アニメーションロールオーバー設定 <a class="rollover"><span>***</span><span>***</span></a> */
.rollover {
  display: block;
  position: relative;
}
.rollover span {
  display: block;
  transition: all 0.5s ease 0s;
}
.rollover span:nth-of-type(1) {
  position: absolute;
  opacity: 1;
}
.rollover:hover span:nth-of-type(1) {
  opacity: 0;
}
.rollover:hover span img {
  opacity: 1;
}
/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media (min-width: 1100px) {
  #sp-menu {
    display:none;
  }
  .pc { display: block; }
  .sp { display: none; }



}

/* sp */
@media (max-width:1099px) {
  .pc { display: none; }
  .sp { display: block; }


  /* 全体設定 */
  #header-sp {
    background: #FFF;
    width: 100%;
    position: fixed;
    z-index: 9999;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
  }
  #header-sp .inner {
		box-sizing: border-box;
		width: 100%;
    padding: 10px;
  }
  #header-sp .logo {
    width: 100%;
		max-width: 250px;
    float: left;
  }
  #header-sp .btn {
    width: 25px;
    float: right;
  }
	
	/*モバイル用スライドメニュー*/
	.slideMenu {
		height: 20px;
		position: relative;
		margin: 10px auto auto auto;
	}
	/* 
		背景に色を付けたい場合、.btnのwidthを40px、.slideMenuのheightを40px、.wrapのサイズはボタン部分のサイズ
		span123のtopを固定値で設定(ex8,15,22)
		.optionのbottomを0に
	*/
	/*.slideMenu .wrap {
		box-sizing: border-box;
		width: 28px;
		height: 28px;
		position: relative;
		margin: auto;
	}*/
	.slideMenu .wrap span {
		background: #000;
		width: 100%;
		height: 3px;
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.5s ease 0s;
		border-radius: 5px;
	}
	.slideMenu .wrap span:nth-of-type(1) {
		top: 0%;
	}
	.slideMenu .wrap span:nth-of-type(2) {
		top: 50%;
	}
	.slideMenu .wrap span:nth-of-type(3) {
		top: 100%;
	}
	.slideMenu.active .wrap span:nth-of-type(1) {
		top: 50%;
		transform: rotate(135deg);
	}
	.slideMenu.active .wrap span:nth-of-type(2) {
		display: none;
	}
	.slideMenu.active .wrap span:nth-of-type(3) {
		top: 50%;
		transform: rotate(225deg)
	}
	
	/*.slideMenu .option {
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		text-align: center;
		position: absolute;
		bottom: -16px;
	}
	.slideMenu .option .close {
		display: none;
	}
	.slideMenu.active .option .close {
		display: block;
	}
	.slideMenu.active .option .open {
		display: none;
	}*/

	.slideBox {
		display: none;
	}
	.slideBox li {
		background: #F4F4F4;
		text-align: center;
		border-top: dotted 1px #CCC;
		padding: 10px;
	}
	.slideBox a {
		color: #000;
		display:block;
	}
	#top-mainimg {
		padding-top: 62px;
	}
	#page-mainimg {
		padding-top: 62px;
	}
	#page-mainimg .wrap {
		height: 350px;
	}
	#page-mainimg .wrap h2 {
		font-size: 36px;
		transform: translateY(-100%);
	}
	#page-mainimg .wrap h2 span {
		font-size: 15px;
	}
	#top-news {
		padding: 60px 0;
	}
	#top-news .flex .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#top-news .flex .left .btn a {
		padding: 12px 0;
	}
	#top-news .flex .right {
		width: 100%;
		height: 250px;
		overflow: auto;
	}
	#top-news .flex .right li {
		padding: 15px 0;
	}
	#top-news .flex .right li .date {
		width: 100%;
	}
	#top-news .flex .right li .cnt {
		width: 100%;
	}
	#top-business {
		padding: 60px 0;
	}
	#top-business .summary {
		margin-bottom: 20px;
	}
	#top-business .flex .item {
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}
	#top-company {
		padding: 60px 0;
	}
	#top-company .summary {
		margin-bottom: 20px;
	}
	#top-company .flex .item {
		width: 100%;
		margin-bottom: 20px;
	}
	#top-company .flex .item:last-of-type {
		margin-bottom: 0;
	}
	#bottom-contact {
		padding: 40px 0;
	}
	#bottom-contact .sec-ttl001 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#bottom-contact .left {
		width: 100%;
	}
	#bottom-contact .center {
		width: 100%;
		border: none;
		border-top: solid 1px #6585AF;
		border-bottom: solid 1px #6585AF;
		padding: 15px 0;
	}
	#bottom-contact .right {
		width: 100%;
		padding: 15px 0 0 0;
	}
	#bottom-contact .inner .ttl {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#footer {
		padding: 40px 0 10px;
	}
	#footer .flex .left {
		width: 100%;
		margin-bottom: 30px;
	}
	#footer .flex .left .info {
		text-align: center;
		margin-left: 0;
	}
	#footer .flex .right {
		width: 100%;
	}
	#footer .flex .right li {
		width: 48%;
		border-bottom: solid 1px #ccc;
	}
	#footer .flex .right li:nth-of-type(1),
	#footer .flex .right li:nth-of-type(2) {
		border-top: solid 1px #ccc;
	}
	#footer .flex .right li a {
		font-size: 15px;
		padding: 10px 0;
	}
	#footer .flex .right li span {
		font-size: 11px;
		line-height: 1.25;
		margin-top: 5px;
	}
	#copyright {
		font-size: 11px;
		text-align: center;
		margin-top: 40px;
	}
	
	
	/**************************************************
		Philosophy
	**************************************************/
	#philosophy-sec01 {
		padding: 60px 0;
	}
	#philosophy-sec01 .ttl {
		width: 100%;
		font-size: 30px;
		padding: 0 0 10px;
		margin: auto auto 40px auto;
	}
	#philosophy-sec01 .flex .left {
		width: 100%;
		order: 2;
	}
	#philosophy-sec01 .flex .right {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}
	#philosophy-sec01 .flex .right .txt {
		margin-bottom: 10px;
	}
	#philosophy-sec01 .flex .right .name {
		font-size: 16px;
	}
	
	
	/**************************************************
		Company
	**************************************************/
	#company-sec01 {
		padding: 60px 0;
	}
	#company-sec01 table {
		font-size: 14px;
		margin-bottom: 40px;
	}
	#company-sec01 table td {
		box-sizing: border-box;
		padding: 30px 10px;
	}
	#company-sec01 .photo .item {
		width: 100%;
		margin-bottom: 10px;
	}
	#company-sec01 .photo .item:last-of-type {
		margin-bottom: 0;
	}
	#company-sec02 {
		padding: 60px 0;
	}
	#company-sec02 .flex .left {
		width: 100%;
		margin-bottom: 30px;
	}
	#company-sec02 .flex .right {
		width: 100%;
	}
	#company-sec03 {
		padding: 60px 0 0 0;
	}
	#company-sec03 .sec-ttl001 {
		margin-bottom: 20px;
	}
	#company-sec03 table {
		font-size: 14px;
	}
	#company-sec03 table td {
		padding: 30px 10px;
	}
	#company-sec04 {
		padding: 60px 0;
	}
	#company-sec04 .sec-ttl001 {
		margin-bottom: 20px;
	}
	#company-sec04 .flex .item {
		width: 100%;
		font-size: 15px;
		padding: 20px 0;
		margin: 0;
	}
	
	
	/**************************************************
		Business
	**************************************************/
	#business-sec01 {
		padding: 60px 0 0 0;
	}
	#business-sec01 .block1 {
		margin-bottom: 20px;
	}
	#business-sec01 .block1 .ttl {
		width: 100%;
		font-size: 30px;
		margin-bottom: 20px;
	}
	#business-sec01 .block1 .cnt {
		width: 100%;
		font-size: 16px;
	}
	#business-sec01 .photo .item {
		width: 100%;
		margin-bottom: 10px;
	}
	#business-sec01 .photo .item:last-of-type {
		margin-bottom: 0;
	}
	#business-sec02 {
		padding: 60px 0;
	}
	#business-sec02 .navigation li {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#business-sec02 .navigation li a {
		font-size: 15px;
		padding: 15px 0;
	}
	#business-sec02 #link1,
	#business-sec02 #link2,
	#business-sec02 #link3,
	#business-sec02 #link4,
	#business-sec02 #link5,
	#business-sec02 #link6,
	#business-sec02 #link7,
	#business-sec02 #link8,
	#business-sec02 #link9 {
		padding-top: 60px;
	}
	#business-sec02 .lb-wrap li {
		width: 49%;
		height: auto;
		margin: 0 2% 2% 0;
	}
	#business-sec02 .lb-wrap li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	
	/**************************************************
		Partner
	**************************************************/
	#partner-sec01 {
		padding: 60px 0;
	}
	#partner-sec01 ul li {
		width: 100%;
		font-size: 15px;
		margin-right: 0;
	}
	
	
	/**************************************************
		Works
	**************************************************/
	#works-sec01 {
		padding: 60px 0;
	}
	#works-sec01 .block {
		margin-bottom: 60px;
	}
	#works-sec01 table {
		margin-bottom: 20px;
	}
	#works-sec01 table .ttl td {
		font-size: 14px;
		letter-spacing: -1px;
	}
	#works-sec01 table td {
		font-size: 12px;
		letter-spacing: -1px;
		padding: 10px;
	}
	#works-sec01 .photo .item {
		width: 100%;
		margin-bottom: 10px;
	}
	#works-sec01 .photo .item:last-of-type {
		margin-bottom: 0;
	}
	#works-sec01 .photo .item p {
		font-size: 11px;
	}
	
	
	/**************************************************
		Factory
	**************************************************/
	#factory-sec01 {
		padding: 60px 0 0 0;
	}
	.factory-summary {
		font-size: 20px;
	}
	.factory-ttl {
		font-size: 24px;
		margin: 40px auto 10px;
	}
	.factory-ttl .date {
		font-size: 16px;
	}
	.factory-col2 .item {
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		border: none;
		border-left: solid 1px #CCC;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
	}
	.factory-col2 .item:nth-of-type(1) {
		border-top: solid 1px #CCC;
	}
	.factory-col2 .item:nth-of-type(2) {
		border-top: none;
	}
	.factory-col2 .item .cnt {
		width: calc(100% - 80px);
		padding: 15px;
	}
	.factory-col2 .item .num {
		width: 80px;
		padding: 15px;
	}
	#factory-sec02 {
		padding: 60px 0;
	}
	#factory-sec02 .txt {
		font-size: 15px;
	}
	.factory-col3 .item {
		width: 100%;
		font-size: 14px;
		border: none;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
		border-left: solid 1px #CCC;
	}
	.factory-col3 .item:nth-of-type(2),
	.factory-col3 .item:nth-of-type(3) {
		border-top: none;
	}
	.factory-col3 .item .cnt {
		width: calc(100% - 80px);
		padding: 15px;
	}
	.factory-col3 .item .num {
		width: 80px;
		padding: 15px;
	}
	
	
	/**************************************************
		Recruit
	**************************************************/
	#recruit-sec01 {
		padding: 60px 0;
	}
	#recruit-sec01 .summary {
		font-size: 16px;
	}
	#recruit-sec01 table {
		margin-bottom: 40px;
	}
	#recruit-sec01 table th {
		box-sizing: border-box;
		width: 25%;
		font-size: 14px;
		padding: 15px 5px;
	}
	#recruit-sec01 table td {
		font-size: 14px;
		padding: 15px 10px;
	}
	#recruit-sec01 .btn a {
		box-sizing: border-box;
		width: 100%;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		padding: 15px;
	}
	
	
	/**************************************************
		Contact
	**************************************************/
	#contact-sec01 {
		padding: 60px 0;
	}
	#contact-sec01 .summary {
		font-size: 16px;
		margin-bottom: 30px;
	}
	#contact-sec02 {
		padding: 60px 0;
	}
	#contact-sec02 .sec-ttl002 {
		font-size: 24px;
	}
	#contact-sec02 .wrap {
		border-radius: 15px;
		padding: 20px 15px;
	}
	#contact-sec02 .wrap table {
		margin-bottom: 0px;
	}
	#contact-sec02 .wrap table th {
		width: 100%;
		display: block;
		border-bottom: solid 1px #13468B;
		padding: 10px 0;
	}
	#contact-sec02 .wrap table td {
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 10px 0;
	}
	#contact-sec02 .btn input {
		width: 100%;
		padding: 15px 0;
	}
	#contact-thanks {
		padding: 60px 0;
	}
	
	
	/**************************************************
		Wordpress
	**************************************************/
	#single-page-wrap {
		padding: 60px 0;
	}
	.single-title {
		font-size: 26px;
	}
	#single-page-wrap .btn a {
		width: 100%;
		margin: 40px auto auto auto;
	}
	#archive-page-wrap {
		padding: 60px 0;
	}
	.archive-title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	#archive-page-wrap article .cnt .date {
		width: 100%;
		text-align: left;
	}
	#archive-page-wrap article .cnt .ttl {
		width: 100%;
	}
	#archive-page-wrap .pagination {
		margin-top: 40px;
	}

	
	
	
	
	
	
  /**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
  .sec-ttl001 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.sec-ttl001 .en {
		font-size: 15px;
	}
	.sec-ttl002 {
		font-size: 32px;
		margin-bottom: 30px;
	}
}

/* スマートフォン 横 */
@media (max-width:640px) {

}

/* スマートフォン 縦 */
@media (max-width:480px) {

}

/*　画面サイズが480pxから979pxまではここを読み込む　*/
@media (min-width:480px) and ( max-width:979px) {
    
}