@charset "utf-8";

/* common
------------------------------------------------------------*/
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
	margin-bottom: 20px;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.mt80{margin-top:80px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb80{margin-bottom:80px;}
.mtb10{margin:10px 0;}
.mtb20{margin:20px 0;}
.mtb40{margin:40px 0;}
.mtb80{margin:80px 0;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt40{padding-top:40px;}
.pt80{padding-top:80px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb40{padding-bottom:40px;}
.pb80{padding-bottom:80px;}
.ptb10{padding:10px 0;}
.ptb20{padding:20px 0;}
.ptb40{padding:40px 0;}
.ptb80{padding:80px 0;}
.w1200{
	max-width:1200px;
	margin:0 auto;
}

/* btn
------------------------------------------------------------*/
.more {
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #111;
	text-align: right;
}
.more a {
	text-decoration: none;
	transition: .3s;
}
.more span::after,
.more a::after {
	content: "";
	width: 40px;
	height: 2px;
	background: #222;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	top: -4px;
	transition: .3s;
}
.moreWt,
.moreWt a {
	color: #fff;
}
.moreWt span::after,
.moreWt a::after {
	background: #fff;
}
.more a:hover,
.more a:hover::after {
	opacity: .5;
}
.btn-box{
	width:200px;
	margin:0 auto;
	margin-top:80px;
}
.btn01 {
  width:200px;
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: 20px;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-weight: bold;
    font-size: 16px;
}
.btn01:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}
.btn01:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}
.btn01 a{
	text-decoration:none;
	color:#333;
}
.btn-box2 {
  margin-top: 20px;
}
.btn01 {
  background-color: #002651;
  color: #fff;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 60px;
}
.btn01 a {
  color: #fff;
  text-decoration: none;
}
.btn01:hover {
  background-color: #004080;
}
/* タイトル */
.slj-tit{
	font-size:20px !important;
	padding-bottom:14px !important;
}
/* トップページ
------------------------------------------------------------*/
#tp-bg {
    background: url(../img/top_01_bg.jpg) no-repeat center center;
    background-attachment: fixed;
}
#kv {
	background-position:center bottom 0px;
	background-size: cover;
}
#kv .catch {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#art02 {
	background: #fff;
}
#art02 .inner {
	position: relative;
	z-index: 10;
}
#art02 h2 {
  margin-bottom: 40px;
}

#art02 h2 span {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  color: #002651; /* 深めの青 */
  position: relative;
  padding-bottom: 12px;
}

#art02 h2 span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background-color: #007acc; /* 明るめの青でアクセント */
  transform: translateX(-50%);
  border-radius: 2px;
}
#art02 .shadowArea {
	max-width: 51.5%;
	background: #fff;
	padding: 60px 70px;
	box-shadow: 0 10px 30px 0 rgba(4,53,128,.15);
}
#art02 .shadowArea h3 {
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
#art02 .art02-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
/*新着情報*/
.insta-box {
	text-align:center;
}
#news h2 {
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

#news h2 span {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #002651; /* 深い青で主役感 */
  margin-bottom: 8px;
  letter-spacing: 2px;
  position: relative;
}

#news h2 span::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #007acc; /* 明るめ青で下線アクセント */
  border-radius: 2px;
}
.white-box {
	background:#f5f8fa;
	width:70%;
	margin:0 auto;
	padding:50px;
	margin-top:40px;
}
#news .top-news {
	width:100%;
	margin:0 auto;
}
.link-btn {
	width:200px;
	height:60px;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:30px;
	background:#002651;
	border-radius: 1vh;
	text-align:center;
	line-height:60px;
}
.link-btn:hover {
	opacity: .8;
}
.link-btn a {
	text-decoration:none !important;
	color:#fff;
}
.top-news article {
    border-bottom: 1px solid #555333;
    line-height: 80px;
    box-sizing: border-box;
}
.top-news time {
    margin-left: 10px;
	font-weight:bold;
}
.news-right {
    float: left;
}
.top-news .category {
    display:none;
}
.top-news time, .top-news .category, .top-news .news-tit {
    float: left;
	margin-left:30px;
}
a:link, a:visited {
    text-decoration: none;
}
.top-news .arrow-box {
    float: right;
    margin-right: 40px;
}
.n-arrow {
    position: relative;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    width: 19px;
}
/*内容・概要・取扱製品*/
#art03{
	margin:80px 0;
}
#art03 h2 {
	font-size: 1.8rem;
	color:#3a423a;
	margin-bottom: 60px;
	text-align: center;
}
#art03 h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
#art03 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-evenly;
}
#art03 ul li {
	max-width: 23.5%;
	-ms-flex-preferred-size: 24%;
	flex-basis: 23.5%;
	flex: 1 1 calc(33.333% - 20px); /* 3列レイアウト - gap分を調整 */
	box-sizing: border-box;
}
#art03 ul li a {
	color: #333;
	display: block;
	text-decoration: none;
	transition: .3s;
}
#art03 ul li .txtArea h3{
		text-align:center;
	}
#art03 ul li a:hover {
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
}
#art03 ul li figure {
	position: relative;
	overflow: hidden;
}
#art03 ul li figure::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
#art03 ul li a:hover figure::after {
	background: rgba(19,39,47,.6);
}
#art03 ul li .txtArea {
	padding: 55px 35px;
	position: relative;
	background:#fff;
	height:250px;
}
#art03 ul li .txtArea h3 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 15px;
}
#art03 .btn06-1 {
	margin: 50px 10px;
    max-width: none;
}
#art03 a.btn_06 {
    background-color: white;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 142px;
    margin: 0 auto;
    padding: 15px 18px;
    font-weight: bold;
    color: #000079;
    border-bottom: 3px solid #000079;
    border-radius: 1.3rem;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    transition: 0.5s;
}
.each {
    margin: 0 auto;
}
dl.tp-dl dt, dl.tp-dl dd{
	float:left;
}
dl.tp-dl dt:after{
	content:"：";
}
dl.tp-dl dd dt:after{
	content:"－";
}
/*採用情報*/
#form {background:#fff;}

.insta-box2 {
	padding: 40px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 38, 81, 0.1);
	text-align: center;
	width:90%;
	margin:0 auto;
}

#form h2 {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

#form h2 span {
  display: inline-block;
  font-size: 46px;
  font-weight: 700;
  color: #002651; /* メインカラー（濃い青） */
  letter-spacing: 2px;
  padding-bottom: 12px;
  position: relative;
}

/* アンダーライン風の装飾 */
#form h2 span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #007acc, #00bfff); /* 青のグラデーション */
  border-radius: 2px;
}

/* メインキャッチコピー（アクセントカラー） */
.challenge {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #d35400; /* オレンジで目立たせる */
  margin-bottom: 12px;
  letter-spacing: 1px;
}

/* サブコピー（落ち着いた色） */
.challenge2 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #444;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/*アクセス*/
#access h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #fff; 
  font-size: 22px;
  font-weight: 500;
}

#access h2 span {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 1px;
  position: relative;
}

#access h2 span::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #fff;
  border-radius: 1.5px;
}
.access-box{
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width:1200px) {
	#form ul{
		width:825px;
		margin:0 auto;
	}
	#form li{
		width:275px;
	}
	.min1200{
		padding-left:20px;
		padding-right:20px;
	}	
	.art00-box{width:95%;}
	#art02 .shadowArea{
		background:rgba(255,255,255,.9);
		padding:40px 20px;
	}
	#art03 ul, #art04 ul{
		display:block;
		max-width:786px;
		margin:0 auto;
	}
	#art03 ul:after, #art04 ul:after{
		content: "";
		display: block;
		clear: both;
	}
	#art03 ul li, #art04 ul li{
		width:242px;
		margin:0 10px;
		float:left;
		flex-basis: unset;
		max-width: none;
	}
	#art03 ul li .txtArea{
		min-height:251px;
	}
	#art04 ul li .txtArea .catch{
		font-size:22px;
		min-height:93px;
		line-height:72px;
	}
	#art04 ul li .txtArea .slj-tit{
		line-height:1.3;
	}
	#art04 ul li .txtArea{
		padding:20px;
	}
	#art04 ul li .txtArea .name{
		font-size:18px;
	}
}
@media screen and (max-width:900px) {
	#form ul{
		width:600px;
	}
	#form li{
		width:296px;
	}
	#form li iframe{
		width:100%;
		height:auto;
		min-height:182px;
	}
	#form .insta-box{
		padding:40px 0;
	}
}
@media screen and (min-width:801px) {
	.fig-sp, .form-sp{display:none;}
}
@media screen and (max-width:800px) {
	.fig-pc, .form-pc{display:none;}
	#kv {
		/*height: 60vh;*/
		position: relative;
		background-position:center;
	}
	.art00-box{
		padding:20px;
		width:100%;
	}
	.ptb80{padding:40px 20px;}
	#form{padding:40px 0;}
	#art00{
		padding:40px 0;
	}
	.insta-box{
		padding:40px;
	}
	#art02 h2{text-align:center;}
	#art02 h2 span{font-size:40px;}
	#art02 .shadowArea{
		width:100%;
		max-width:none;
		text-align:center;
	}
	#art02 .art02-img{
		position:unset;
		width:73%;
		margin:20px auto;
	}
	#form h2 span, 
	#news h2 span {
		font-size: 40px;
	}
	.white-box {
		width: 90%;
	}
	#art06{
		padding:40px 0;
	}
	#art03 ul{width:100%;}
	#art03 ul li{
		width:100%;
		float:none;
		margin:0;
	}
	#art03 ul li figure{
		width:48%;
	}
	#art03 ul li figure{
		max-width:300px;
		width:40%;
		float:left;
		height:250px;
	}
	#art03 ul li .txtArea{
		min-height:auto;
		float:left;
		width:60%;
	}
	.each {
		width: 80%;
		margin:0 auto;
	}
	#art03 ul li .txtArea h3.slj-tit{margin-bottom:0;}
	#art03 ul li{margin-top:40px;}
	#art03 ul li:first-child{margin-top:0;}
	.slj-tit .pc-br{display:none;}
	.slj-tit{font-size:18px !important;}
	#art04 ul{width:600px;}
	#art04 ul li{
		width:190px;
		margin:0 5px;
	}
	#art04 ul li .txtArea .catch{font-size:18px;}
	#art04 ul li .txtArea{padding:10px 0;}
}
@media screen and (max-width:680px) {
	#form ul{
		width:auto;
	}
	#form li{
		width:50%;
	}
	#form li iframe{
		width:100%;
	}
}
@media screen and (max-width:660px) {
	.each{
		height: 227px;
		background: #fff;
		overflow: hidden;
	}
}
@media screen and (min-width:601px) {
	.titsp-br{display:none;}
	.ytlink{display:none;}
}
@media screen and (max-width:600px) {
	
	/* common
	------------------------------------------------------------*/
	p:not(:last-child),
	ul:not(:last-child),
	ol:not(:last-child),
	table:not(:last-child) {
		margin-bottom: 15px;
	}
	.inner {
		max-width: 90%;
	}


	/* btn
	------------------------------------------------------------*/
	.more {
		font-size: 1.4rem;
		text-align: center;
	}
	.more span,
	.more a {
		padding: 8px 20px;
		display: inline-block;
		border: 2px solid #333;
	}
	.more span::after,
	.more a::after {
		display: none;
	}
	.moreWt span,
	.moreWt a {
		border-color: #fff;
	}
	.btn-box{margin-top:40px;}

	/* トップページ
	------------------------------------------------------------*/
	/*#kv {
		height: 40vh;
	}*/
	#kv .kvIn {
		padding-top: 0;
	}
	#kv .kvIn .bg {
		width: 60%;
	}
	#kv .kvIn .catch img {
		height: 160px;
	}
	.sticky {
		position: static;
	}
	.art00-box{padding:20px 10px;}
	#art00 h2{font-size:30px;}
	#art00 p{font-size:20px;}
	#art03 ul li figure, #art03 ul li .txtArea{float:none;}
	#art03 ul li figure{
		max-width:none;
		width:100%;
		text-align:center;
	}
	#art03 ul li .txtArea{
		width:100%;
		height:200px;
	}
	.each{
		overflow: unset;
		height:unset;
	}
	.san {
		text-align:center;
	}
	.tp-dl{
		width:200px;
		margin:0 auto;
	}
	.tp-dl02{
		width:auto;
		margin:0;
	}
	.insta-box h2 span {
		font-size: 40px;
	}
	.insta-box{
		padding:20px;
	}
	#art04 ul{width:100%;}
	#art04 ul li{
		width:100%;
		float:none;
		margin:0;
		margin-top:40px;
	}
	#art04 ul li figure{text-align:center;}
	#art04 ul li .txtArea .catch{
		min-height:auto;
		line-height:unset;
		font-size:20px;
	}
	#art04 ul li .txtArea{padding:20px 0;}
	#art01 h2 span, #art06 h2 span, #art03 h2 span, #art04 h2 span{font-size:60px;}
	.form-sp{display:none;}
	.ytlink a{
		display:block;
		text-align:center;
	}
}
@media screen and (max-width:500px) {
	.top-news article {
		line-height: 75px;
	}
	.white-box {
		padding: 30px;
	}
}
@media screen and (max-width:424px) {
.top-news .arrow-box {
		float: unset; 
		margin-right: unset; 
	}
}
@media screen and (max-width:400px) {
	#art02 .shadowArea h3{
		font-size:2.87rem;
	}
}
@media screen and (max-width:380px) {
	.white-box {
		padding: 15px;
    }
}