/* +++++++++++++++++++++++++++++++++++++

　基礎設定
++++++++++++++++++++++++++++++++++++++++ */
*{ 
margin:0; padding:0;
vertical-align:top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html{
	/* 文字の拡大縮小
	text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; */
	/* font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif; */ 
	font-family: "Noto Serif JP","Times New Roman","YuMincho","Hiragino Mincho ProN","Yu Mincho","MS PMincho",serif,"icons";
	line-height:36px;
	font-size: 18px;
	margin:0;
	padding: 0;
	height: 100%;
}
body{
	color: #333;/*★文字色*/
	background: #fff;
	min-width: 1200px;
}


a{
	color:#333;/*★リンク色*/
	text-decoration:none;
	/* タップ時の背景色sp */
	-webkit-tap-highlight-color: rgba(160,0,185,0.3);
	tap-highlight-color: rgba(160,0,185,0.3);
	display:block;
  opacity: 1;
  filter: alpha(opacity=100);
	transition: 0.3s ease-in-out; 
}

img { border:none;
	/* vertical-align: top;
	width:100%;*/
	}

a:hover{
	/*color:#2c2e91;*//*★リンク色*/
	text-decoration:none;
-webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;
/*
filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
*/
}
@-webkit-keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes backToOpac1 {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
/*
a:hover img {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}	
*/
li { list-style-type:none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th{ text-align:left; }

h1,h2,h3,h4,h5,h6{ font-weight:normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

hr{
	border: 1;
	clear:both;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	margin:20px 0;
}

/* clearfix */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: block;
}

/*forHTML5*/
article,aside,canvas,details,figcaption,figure,
footer,,hgroup,menu,nav,section,summary,address{
	display:block;
}


/* 追加指定
--------------------------------------- */
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-60{margin-bottom:60px;}


.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}

.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mr-16{margin-right:16px;}
.mr-20{margin-right:20px;}
.mr-30{margin-right:30px;}

.ml-5{margin-left:5px;}
.ml-10{margin-left:10px;}
.ml-15{margin-left:15px;}
.ml-20{margin-left:20px;}
.ml-30{margin-left:30px;}


.fs-10{	font-size:10px;}
.fs-12{	font-size:12px;}
.fs-14{	font-size:14px;}

.w100{
	margin: 0;
	text-align:center;
	background:none;
	border:none;
}
.spOnly{
	display:none !important;
}
/*
.pcOnly{
	display:none;
}
*/

.underLine{
	border-bottom: 1px solid #999;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}

.blue{
	color:#32a0c3;
}

.red{
	color:#ff0000;
}
.green{
	color:#17a907;
}

.pink{
	color:#ff5d87;
}

.orange{
	color:#ec5454;
	}

.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}

.shad{
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
}
.shadow{
	 -webkit-box-shadow: 0 15px 15px -9px #000;
       	-moz-box-shadow: 0 15px 15px -9px #000;
     	     box-shadow: 0 15px 15px -9px #000;
}


/* 共通定義
--------------------------------------- */
#wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#contents{
	padding: 0;
	margin: 0 auto;
	position:relative;
}

section{
	margin: 0 0 140px;
	display: block;
}
.secFlex{
	display:flex;
}



/*
section h1{
	margin: 0 auto 10px;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border:double 1px #432259;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #2C0F3D),
	color-stop(1, #432259)
	);
	background-image: -o-linear-gradient(bottom, #2C0F3D 0%, #432259 100%);
	background-image: -moz-linear-gradient(bottom, #2C0F3D 0%, #432259 100%);
	background-image: -webkit-linear-gradient(bottom, #2C0F3D 0%, #432259 100%);
	background-image: -ms-linear-gradient(bottom, #2C0F3D 0%, #432259 100%);
	background-image: linear-gradient(to bottom, #2C0F3D 0%, #432259 100%);
}
*/


/* ヘッダ
--------------------------------------- */
header{
	padding: 0 0 5px;
	width: 100%;
}

header #headBox{
	padding: 0;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	align-items: center;
}

header #headBox h1{
	vertical-align:middle;
	padding-left: 1em;
}
header #headNav{
}

header #headNav ul{
	display: flex;
	align-items:center;
	height: 120px;
	
}

header #headNav ul li{
	
}

header #headNav ul li a{
	display:inline-block;
	padding: 1em 3em;
	color: #333;
}

header #headNav ul li a:hover{
	color:#fff;
	background:#000233;
}



header #headBox2{
	padding: 0.5rem 3rem;
	background:#000233;
	display: flex;
	justify-content:end;
	color: #fff;
	font-size: 0.8em;
}
header #headBox2 a{
	color:#fff;
}


/* ナビゲーション（スマホ）
--------------------------------------- */
#headerSpNav{
	display:none;
	width:10%;
	float:right;
}
.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:260px;
	overflow-x:none;
	overflow-y:auto;
	font-size:15px;
	background:#333;
	color:#fff;
	-webkit-box-shadow:inset 0 0 5px 5px #222;
	-moz-box-shadow:inset 0 0 5px 5px #222;
	box-shadow:inset 0 0 5px 5px #222;
	}

/* スライド
--------------------------------------- */
#slide{
	overflow:hidden;
	padding: 0;
	margin: 0 0 100px;
	width: 100%;
	text-align: center;
	position: relative;
}
#slide img{
	width:100%;
	height: 81vh;
	object-fit: cover;
}
#slide_sp{
	display:none;
	padding: 0;
	margin: 0 0 220px;
	width: 100%;
	text-align: center;
	position: relative;
}

.slideTxt{
	position:absolute;
	top: 20%;
	left: 10%;
	z-index: 10;
	font-weight:bold;
	color:#fff;
	text-align:left;
	line-height: 1.6;
	font-size:36px;
	font-family:"Noto Serif JP","Times New Roman","YuMincho","Hiragino Mincho ProN","Yu Mincho","MS PMincho",serif,"icons";
	background:rgba(255,255,255,0.2);
	padding: 1em 2em;
	text-shadow: 3px 4px 3px rgb(61 70 70);
}


.jCarouselNavi{
	display:none;
	position:absolute;
	bottom:80px;
	left:48.4%;
}

.fade {
  width: 100%;
  margin: 0 auto;
  padding: 0;
height: auto;
}
.fade img{
  width: 100%;
    }
.slick-dotted.slick-slider{
	margin: 0 !important ;
}




 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}




/* フッタ
--------------------------------------- */
footer{
	width: 100%;
	clear: both;
	margin: 50px auto 0;
	text-align:center;
}

footer a{
	color:#fff;
}

footer #footBox{
	margin: 0 auto;
	width: 100%;
	background:#f1f1f1;
}

footer ul{
	background: #000233;
	display:flex;
	min-width:1100px;
}

footer li{
  padding: 0;
  margin:0;
  width:100%;
  border-right: 1px solid #fff;
}
footer li a{
	padding: 1em 2em;
}
footer li a:hover{
	background:#0097A7;
}

footer li:last-child{
  border-right: none;
}

footer #footLogo{
	margin: 40px 0 30px;
	display:inline-block;
}
footer address{
	font-style: normal;
	line-height: normal;
	padding: 0 0 30px;
}

footer address a{
	display:inline;
	color:#333;
}

footer #footerCopy{
	border-top: 1px solid #ccc;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #333;
	background: #fff;
	padding: 3em 0;
}
#footerCopy a{
	display:inline;
	color:#333;
}

#pageTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 10;
}
#pageTop a {
    background: #e8340c;
    text-decoration: none;
    color: #fff;
    width: 90px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 20px;
}
#pageTop a:hover {
    text-decoration: none;
    background: #666;
}








/* top
--------------------------------------- */
.commonBox{
	margin: 0;
	padding: 0;
	color:#333;
	text-align:left;
	width: 100%;
	position:relative;
}

.commonBox h2{
	font-size:2em;
	margin: 0 auto 100px;
	text-align:center;
	position:relative;
}


.commonBox h2::before{
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:10;
	background:#e8340c;
	width:2px;
	height:70px;
	content:"";
}



#service {
}

#service ul{
}
#service ul li{
	display:flex;
	position:relative;
	margin: 0 0 80px;
}
#service ul li img{
	max-width: 1000px;
}
#service ul li dl{
	background:rgba(255,255,255,0.9);
	padding: 2em;
	position:relative;
	top: 50px;
	left: -10vw;
	min-width: 40vw;
}
#service ul li dl dt{
	font-weight:bold;
	font-size:1.6em;
	position:relative;
	margin: 0 0 40px;
}
#service ul li dl dd{
}

#service ul li dl dt::before{
   content:"";
   display:block;
   width:100px;
   height:3px;
   background-color:#0097A7;
   position:absolute;
   bottom:-10px;
   left:0;
}

#service ul li:nth-of-type(even){
	display:flex;
	position:relative;
	margin: 0 0 40px;
	flex-direction:row-reverse;
}
#service ul li:nth-of-type(even) dl{
	left: 10vw;
}


/* 会社概要
--------------------------------------- */
#company{
}
#company p{
	text-align:center;
}

#company table{
	margin: 60px auto 0;
	width: 1000px;
}
#company table th{
	border-bottom: 1px solid #0097A7;
	min-width: 200px;
	padding: 1em;
}
#company table td{
	border-bottom: 1px solid #ccc;
	padding: 1em 1em 1em 2em;
}
.googlemap {
	position: relative;
	width: 100%;
	margin: 5% 0 2%;
	padding-top: 35%; /* = height ÷ width × 100 */
}
.googlemap iframe {
	margin: 0 0 30ox;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* お問い合わせ
--------------------------------------- */
#contact{
}
#contact .contactTxt{
	width:1100px;
	margin: 0 auto 40px;
	text-align:center;
}

#contact .telBox a{
	background:#000233;
	color:#fff;
	text-align:center;
	padding: 1em 3em;
	font-size: 1.6em;
	margin: 0 auto 50px;
	width: 800px;
  border-radius: 8px;
}
#contact .telBox a span{
	font-size: 1em;
}
#contact .telBox a:hover{
	background:#0097A7;
}


#contact .formBox{
	font-size: 1em;
	margin: 40px auto 50px;
	width: 1100px;
}

#contact .formBox ul{
	display: flex;
	flex-wrap: wrap;
}
#contact .formBox ul li{
	display:flex;
	margin: 0 3em 1em 0;
}

#contact .formBox dl{
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;

}
#contact .formBox dt{
	border-top: 1px solid #0097A7;
	min-width: 25%;
	padding: 1em;
	font-weight:bold;

}
#contact .formBox dd{
	border-top: 1px solid #ccc;
	padding: 1em 1em 1em 2em;
	width: 75%;
}
#contact .formBox dt span{
	display:inline-block;
    background: #e8340c;
	color:#fff;
	padding: 2px 10px;
	font-size: 0.6em;
	margin: 10px 0 0 10px;
	line-height:1;
}

/* フォーム類
--------------------------------------- */


input[type="submit"],
input[type="button"]{
  border-radius: 8px;
  border: none;
  cursor: pointer;
	background:#000233;
	color:#fff;
	text-align:center;
	padding: 0.5em 3em;
	font-size: 1.6em;
	margin: 50px auto 50px;
	width: 600px;
	display:block;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	text-decoration:none;
-webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;
	background:#0097A7;

}

input[type="text"],
input[type="email"],
textarea,
select{
	padding: 5px;
	background-color:#fff;
	border:none;
	border:solid 1px #4c4c4c;
/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
*/
	font-size:16px;
}


input{ 
	vertical-align: middle;
}
input[type="text"]{
	min-width:300px;
	height: 50px;
}

select{
	vertical-align: middle;
	height:37px;
}

textarea{
	width: 100%;
	min-height: 264px;
}

label{
	cursor: pointer;
	vertical-align: middle;
	margin:0 0 0 0.5em;
}

label > input{ 
	margin:0 1em 0 0;
	display:inline;
}

.submit_area {
  margin-top: 10px;
  text-align: center;
}
.err{
	color:#F00;
}
.textbox2 {
	width: 100%;
}




/* アニメーション
--------------------------------------- */
.anime {
	overflow: hidden;
}

.bottom{
  opacity: 0;
  bottom: -40px;
}

.bottom.active {
  opacity: 1;
  bottom: 0;
  transition:1s;
}

.left{
  opacity: 0;
  left: -20%;
}

.left.active  {
  opacity: 1;
  left: 0;
  transition:1s;
}

.right{
  opacity: 0;
  right: -20%;
}

.right.active  {
  opacity: 1;
  right: 0;
  transition:1s;
}