@charset "utf-8";


/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;
	line-height: 2;
	background: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 120%;border-spacing: 0;}
iframe {width: 100%;}

h2{
	font-size: 24px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	transition: 0.3s;
}
a:hover {
	color: #009be2;
}

/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3%;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
header {
	text-align: center;
}
/*ロゴ画像設定*/
#logo img {
	width: 800px;
	margin: 40px auto 40px;
	padding-right: 19%;
}
@media screen and (max-width:1300px){
	#logo img {
		padding-right: 19vw;
	}
}
@media screen and (max-width:580px){
	#logo img {
		width: 400px;
		padding-right: 0;
	}
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg img {
	border-radius: 10px;
	margin-bottom: 40px;
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
#menubar {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
/*メニュー１個あたりの設定*/
#menubar li {
	display: inline;
}
#menubar li a {
	text-decoration: none;
	padding: 15px 30px;
}
/*マウスオン時の設定*/
#menubar li a:hover {
	color: #009be2;
	border-bottom: 4px solid #009be2;
}

/*コンテンツ（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/
/*コンテンツのh2タグの設定*/
#contents h2 {
	clear: both;
	margin-bottom: 20px;
	color: #fff;
	padding: 10px 20px;
	background: #009be2;
	/* border-radius: 10px; */
}
/*コンテンツのh3タグの設定*/
#contents h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 8px 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}
/*コンテンツのp(段落)タグ設定*/
#contents p {
	padding: 0px 20px 20px;
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}
#contents section + section {
	margin-top: 30px;
}

/*Galleryページ
---------------------------------------------------------------------------*/
/*各ブロックごとの設定*/
.list {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
/*h4見出しの設定*/
.list h4 {
	color: #224acf;
}
/*画像の設定*/
.list img {
	width: 20%;
	float: left;
	margin-right: 3%;
}
/*段落タグ*/
.list p {
	padding: 0 !important;
}
/*新規マーク*/
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:110%;
	background:#F00;
	color:#fff;
	border-radius:20px;
}

.pager {
	text-align:right;
	padding:10px;
}
/* clearfix(削除不可) */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }


#gallery_wrap {
	width:600px;
	width: 95%;
	margin:0 auto;
}
#gallery_list{
	width: 100%;
}
#gallery_list li{
	width:180px;
	height:150px;
	width: calc(100% / 3 - 10px);
	height: auto;
	/* border:1px solid #ccc; */
	float:left;
	margin:0 5px 5px 0;
	margin: 0 0;
	overflow:hidden;
	padding:5px;
	text-align:center;
	font-size:12px;
}
#gallery_list img {
	width: 100%;
}
@media screen and (max-width:580px){
	#gallery_list li{
		float: none;
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	#lightbox-container-image-box{
		width: 100% !important;
		height: auto !important;
	}
	#lightbox-container-image-data-box{
		width: calc(100% - 20px) !important;
	}
}

#gallery_list a.photo{
	width:180px;
	height:135px;
	width: 100%;
	height: auto;
	margin:0 auto;
	margin: 0 0;
	overflow:hidden;
	display:block;
}
/*ページャーボタン*/
.pager a {
    border: 1px solid #aaa;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 16px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページ、オーバーボタン*/
.pager a.current,.pager a:hover{
    background: #999;
    color: #FFFFFF;
}
.overPagerPattern{
	padding:0 2px ;	
}

/*トップページの「もっと見る」ボタン*/
a.btn2-parts {
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 3px;
	padding: 0.3rem 2rem;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	background: #999;
	color: #fff;
}

/*アイコン*/
a.btn2-parts i {
	padding-left: 1em;
}
.fa-arrow-circle-right::before, .fa-circle-arrow-right::before {
	content: "\f0a9";
	content: "→";
}
.fas {
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display,inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
/*マウスオン時*/
a:hover.btn2-parts {
	transform: scale(1.03);
}


/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 30px 0px 10px;
}
footer a {
	text-decoration: none;
	border: none;
}
footer .pr {
	display: block;
}


/*トップページの当社の強み
---------------------------------------------------------------------------*/
/*１枚目の写真*/
.parts-list-normal2.image1-parts {
	background: url("../images/1.jpg") no-repeat center center / cover;
}

/*２枚目の写真*/
.parts-list-normal2.image2-parts {
	background: url("../images/2.jpg") no-repeat center center / cover;
}

/*３枚目の写真*/
.parts-list-normal2.image3-parts {
	background: url("../images/3.jpg") no-repeat center center / cover;
}

/*ボックス１個あたり*/
.parts-list-normal2 {
	padding: 5vw;
	position: relative;
	overflow-x: hidden;
	margin-bottom: 1vw;
	min-height: 80vw;
}

/*マウスオン用のアニメーション*/
.parts-list-normal2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	transition: transform 0.5s 0.1s;
}
.parts-list-normal2:hover::before {
	transform: translateX(100%);
}

/*テキストブロック*/
.parts-list-normal2 .text-parts {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	line-height: 1.6;
	font-size: 140%;
}
@media screen and (min-width:581px) {
	/*ボックス１個あたり*/
	.parts-list-normal2 {
		min-height: 450px;
	}
	/*テキストブロック*/
	.parts-list-normal2 .text-parts {
		width: 74%;
	}
}/*追加指定ここまで*/
.parts-list-normal2 .text-parts h3{
	background: none !important;
	border: none !important;
}

/*テキストの配置場所を入れ替えたい場合のスタイル。*/
.parts-list-normal2 .text-parts.reverse-parts {
	margin-left: auto;
}
/*parts-list-normal2内のh3見出し*/
.parts-list-normal2 h3 {
	margin: 0;padding: 0;
	font-weight: normal;
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	line-height: 1.2;
}
/*parts-list-normal2内のh3見出し内の１文字目の大きな文字*/
.parts-list-normal2 h3 .large-parts {
	font-size: 7rem;
}
.parts-list-normal2 h3 .mid-large-parts {
	font-size: 3.5rem;
}
/*見出しの右上にある英語の小さな文字*/
.parts-list-normal2 h3 span:not(.large-parts) {
	font-size: 1rem;
	opacity: 0.5;
	position: absolute;
	right: 0px;
	top: 0px;
}
@media screen and (max-width:1300px){
	.parts-list-normal2 h3 .mid-large-parts {
		font-size: calc(-0.4722rem + 4.8889vw);
	}
}
@media screen and (max-width:580px){
	.parts-list-normal2 h3 {
		line-height: 1.0;
	}
	.parts-list-normal2 h3 .large-parts {
		font-size: 5rem;
	}
	.parts-list-normal2 h3 .mid-large-parts {
		font-size: 1.3rem;
	}
}
/*ボタン
---------------------------------------------------------------------------*/
.parts-list-normal2 .btn-parts a{
	display: block;
	text-decoration: none;
	padding: 0.8rem 2rem;
	margin-top: 2rem;
	text-align: center;
	letter-spacing: 0.1em;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
}
/*マウスオン時*/
.parts-list-normal2 .btn-parts a:hover{
	letter-spacing: 0.2rem;
	box-shadow: none;
}
.parts-list-normal2:hover .btn-parts a{
	background: rgba(0,0,0,0.8);
}

/*お問い合わせ*/
.contact{
	width: calc(100% - 60px);
	padding: 30px;
	margin: 0 auto;
	background-color: #224acf;
}
.contact p{
	color: #dbedf0;
	text-align: center;
}
.contact .desc{
	font-size: 28px;
}
.contact .info{
	text-align: center;
}
.contact .telfax{
	display: inline-block;
	font-size: 24px;
}
.contact .btn-parts {
	width: 30%;
	display: inline-block;
}
.contact .btn-parts a {
	display: block;
	text-decoration: none;
	padding: 0.8rem 2rem;
	text-align: center;
	letter-spacing: 0.1em;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
}
.contact .btn-parts a:hover {
	letter-spacing: 0.2rem;
	box-shadow: none;
}
.contact .btn-parts a {
	background: rgba(249, 170, 0, 0.8);
	color: #224acf;
}
@media screen and (max-width:580px){
	.contact{
		width: calc(100% - 20px);
		padding: 10px;
	}	
	.contact p{
		display: block;
	}
	.contact .desc{
		font-size: 24px;
	}	
	.contact .btn-parts {
		width: 80%;
		margin: 0 auto;
		margin-top: 0;
		display: block;
		text-align: center;
	}
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;
	margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*経営理念*/
#philosophy h3{
	border: none !important;
	font-size: 38px;
}
#philosophy p{
	margin-top: 30px;
	line-height: 1.5;
	padding: 5px 15%;
}
#philosophy ul{
	line-height: 2;
	padding: 5px 15%;
}
#philosophy li{
	font-size: 140%;
	text-indent: -2em;
  	padding-left: 2em;
}
@media screen and (max-width:580px){
	#philosophy h3{
		font-size: 26px;
	}
	#philosophy p{
		padding: 5px 8%;
	}
	#philosophy ul{
		line-height: 2;
		padding: 5px 8%;
	}
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #999;
	border-bottom: none;
	text-align: left;
	background: #eee;
	font-weight: bold;
	padding: 10px;
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background: #eee;
}
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 95%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #999;
	padding: 10px;
}
/*テーブルの左側ボックス*/
.ta1 th {
	text-align: center;
	width: 30%;
}
@media screen and (max-width:580px){
	.ta1 th, .ta1 td{
		display: block;
		width: calc(100% - 20px);
	}
	.ta1 th{
		background: #eee;
		border-bottom: none;
	}
}

/*ta1テーブルブロック設定*/
.ta2 {
	table-layout: fixed;
	width: 95%;
	margin: 0 auto 20px;
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #999;
	padding: 10px;
}
/*テーブルの左側ボックス*/
.ta2 th {
	text-align: center;
	width: 30%;
}
.ta2 td:last-child{
	width: 10%;
	text-align: right;
}

@media screen and (min-width:581px) {
	.ta2{
		width: 50%;
	}
	.ta2 td:last-child{
		width: 20%;
	}
}


/*デバイスによる表示制御
---------------------------------------------------------------------------*/
.sp-only{
	display: none;
}
@media screen and (max-width:580px){
	.sp-only{
		display: block;
	}
	.pc-only{
		display: none !important;
	}
}


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.color1 {color: #224acf;}
.pr {font-size: 12px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}



/*画面幅580px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:580px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 1.5;
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li {
	display: block;
	margin-bottom: 10px;
}
#menubar li a {
	text-decoration: none;
	padding: 8px 30px;
}

/*Galleryページ
---------------------------------------------------------------------------*/
/*各ブロックごとの設定*/
.list {
	padding: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}

}
