* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans JP", sans-serif;
}

/*サイト名文字*/
.top_title {
	position: absolute;
	top:43%;
	left:50%;
	transform:translate(-50%,-50%);
	width:fit-content;
	font-family: "Playfair Display", serif;
	font-size: 100px; text-align: center; color: #fff;
	text-shadow: 0 0 5px rgba(255, 255, 255, 1); font-weight: bold;
}
.top_t1{font-size: 20px; margin: 0px; padding: 0px 0px 20px 0px; font-family: "Noto Sans JP", sans-serif;}
.line{height: 1px; border: none; border-top: 1px #fff solid; margin: 0px; padding: 0px;}

@media screen and ( max-width:468px ){
	.top_title {
		position: absolute;
		top:45%;
		left:50%;
		transform:translate(-50%,-50%);
		width:fit-content;
		font-family: "Playfair Display", serif; white-space: nowrap;
		font-size: 40px; text-align: center; color: #fff;
		text-shadow: 0 0 5px rgba(255, 255, 255, 1); font-weight: bold;
	}
	.top_t1{font-size: 20px; margin: 0px; padding: 0px 0px 20px 0px; font-family: "Noto Sans JP", sans-serif;}
}
.fade-out{
    opacity:1;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
}
.fade-in{
    opacity:0;
}


/*トップ画像*/
.wrapper {
	padding-bottom: 0px;
  }
  .sticky_head {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: -1;
	background:url(img/img01.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0px; width: 100%; height: 100vh; margin: 0px;
  }
  .sticky_text {
	padding:0px 0px 0px 0px; height: 120vh;
  }

/*半透明指示*/
  #main_visual{
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
  }
  .overlay{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
  }

/*経営理念*/
.rinen {
	margin: 300px auto 0px auto;
	padding: 100px;
	width:fit-content;
	font-size: 20px; text-align: center;
	line-height: 2.5em; letter-spacing: 0.2em;
	color: #fff; font-weight: normal; border-radius: 10px;
	font-family: "Hina Mincho", serif; background-color:rgba(0, 0, 0, 0.4);
}
.rinen_title {
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 60px; text-align: center;
	letter-spacing: 0.5em; color: #fff; font-weight: 500;
}
@media screen and ( max-width:468px ){
	.rinen {
		margin: 200px auto 0px auto;
		padding: 25px 15px;
		width:fit-content;
		font-size: 14px; text-align: center;
		line-height: 2.8em; /*letter-spacing: 0.2em;*/
		color: #fff; font-weight: normal; border-radius: 10px;
		font-family: "Hina Mincho", serif; background-color:rgba(0, 0, 0, 0.4);
	}
	.rinen_title {
		width: 100%;
		margin: 0px auto 0px auto;
		font-size: 35px; text-align: center;
		letter-spacing: 0.5em; color: #fff; font-weight: 800;
	}
}

#visualBlock4 {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden; background-color: #ccc;
}

#visualVerticalImg {
    position: absolute;
    top: 0px;
}



/*　ハンバーガーメニューボタン　*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 80px;
	top   : 40px;
	width : 80px;
	height: 42px;
	cursor: pointer;
	text-align: center;
  }
@media screen and ( max-width:468px ){
	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 40px;
		top   : 40px;
		width : 80px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	  }
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 70px;
	height  : 1px ;
	left    : 6px;
	background : #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  
  /* メニュー背景　*/
  nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba( 71,70,73,0.8 );
	text-align: center;
	width: 100%;
	height: 100vh;
	transform: scale(0,0);
	transition: all 0.6s;
  }
  
  nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 150px 0 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration :none;
  }
  
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
	opacity: 100;
	display: block;
	transform: scale(1,1);
  }
  

/*コンテンツボックス*/
.contentbox{
	margin:0px 0px 0px 0px;
	padding:100px 0px 100px 0px;
	background: linear-gradient(180deg, #F4F4EF 0%, #F4F4EF 40%, #121516 40.1%, #121516 100%);
	justify-content: center;
	align-items: center;
	width: 100%;
}
@media screen and ( min-width:469px ){
.cont_sp_all{display: none;}
.cont_pc_all{width: 100%;}
.sp_menu_box{display: none;}
}
@media screen and ( max-width:468px ){
	.cont_sp_all{width: 100%;}
	.cont_pc_all{display: none;}
	.pc_menu_box{display: none;}

	.contentbox{
		margin:0px 0px 0px 0px;
		padding:80px 0px 100px 0px;
		background: linear-gradient(180deg, #F4F4EF 0%, #F4F4EF 40%, #121516 40.1%, #121516 100%);
		justify-content: center;
		align-items: center;
		width: 100%;
	}

}
.heading08 {
	font-size: 40px; font-weight: 300; color: #4e4133; width: 50%; 
	writing-mode: vertical-rl; letter-spacing: 0.2em; margin: 20px auto 0px auto;
}
.heading08 span {
	display: flex;
	align-items: center;
	color: #4e4133;
	font-size: 14px;
	text-transform: uppercase; writing-mode: vertical-rl; letter-spacing: 0.2em;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 0px; margin-bottom: 10px;
	width: 1px;
	height: 40px;
	background-color: #4e4133; writing-mode: vertical-rl;
}
  
.contentview1{
	display: grid;
	gap: 0px;
	grid-template-columns: 40% 60%;
	margin:0px auto 0px auto;
	padding: 0px 0px;
	width:100%;
	box-sizing: border-box;
  }

.contentview2{
	display: grid;
	gap: 0px;
	grid-template-columns: 60% 40%;
	margin:0px auto 0px auto;
	padding: 0px 0px;
	width:100%;
	box-sizing: border-box;
  }

  .maincontent{
	margin:0px 0px 0px 0px;
	padding: 40px 40px;
	box-sizing: border-box; background-color:rgba(28, 33, 35, 0.9);
	border-radius: 5px;
	width: 100%; position: absolute; bottom: 50px; right: -100px;
}

.maincontent2{
	margin:0px 0px 0px 0px;
	padding: 40px 40px;
	box-sizing: border-box; background-color:rgba(28, 33, 35, 0.8);
	border-radius: 5px;
	width: 100%; position: absolute; bottom: 50px; left: -100px;
}


/*サブタイトル*/
.subti{
	width: 100%;
	font-size: 30px; font-weight: 600; line-height: 1.0em;
	margin:0px auto 10px auto; color: #847344;
}
/*サブコメ*/
.subcome{
	width: 100%;
	font-size: 14px;
	margin:10px auto 0px auto;
	padding: 0px;
	color:#fff;
	box-sizing: border-box; font-weight: normal; line-height: 1.8em; opacity: 0.7;
}
@media screen and ( max-width:468px ){
	.sp_con_box{
		margin:0px 0px 0px 0px;
		padding: 0px;
		box-sizing: border-box;
		width: 100%;
	}
	.sp_con_img_box{
		margin:0px 0px 0px auto;
		padding: 0px;
		box-sizing: border-box;
		border-radius: 5px;
		width: 100%;
	}
	.sp_con_text_box{
		margin:15px auto 0px 0px;
		padding: 15px;
		box-sizing: border-box; background-color:rgba(28, 33, 35, 0.8);
		border-radius: 5px;
		width: 100%;
	}
.subti{
	width: 100%;
	font-size: 20px; font-weight: 600; line-height: 1.0em;
	margin:0px auto 10px auto; color: #847344;
}
}



#sl_wrapper {
  overflow: hidden;
}
.content_area{
  width: 100%;
  padding: 0px 40px 0px 0px;
  margin: 0px auto;
}

.slick-list{
  overflow: visible;
}

.slick-prev, .slick-next{
  z-index:100;
}
.slick-prev:before, .slick-next:before{
  color:#75E1D6;
}
.slick-item{ margin: 0px 10px 0px 10px;}










/* 006 */
.button006 a {
    background: #121516;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0;
    max-width: 200px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button006 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}
.button006 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}
.button006 a:hover:before, .button006 a:hover:after {
    right: -2.5em;
}
.button006 a:hover {
    background: #555;
    color: #fff;
}

.scroll {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start; opacity: 0.4;
  }

  .scroll-border {
	position: relative;
	position: relative;
	width: 100%;
	height: 10px;
	overflow: hidden; margin: 0px auto 0px 0px;
  }
  .scroll-border::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 3px;
	left: 0;
	right: 0;
	background: #fff;
	margin: auto;
  }
  .scroll-border::after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 50%;
	animation: scrollbar 5.0s ease-in-out infinite;
	margin: auto;
  }
  @keyframes scrollbar {
	0% {
	  right: 100%;
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  left: 100%;
	  opacity: 0;
	}
  }

.heading09 {
	margin: 50px 0px -50px 150px;
	font-size: 50px; color: #4e4133;
}
.heading09 span {
	display: flex;
	align-items: center;
	color: #4e4133;
	font-size: 14px;
	text-transform: uppercase;
}

.heading09 span::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 40px;
	height: 1px;
	background-color: #4e4133;
}
@media screen and ( max-width:468px ){
	.heading09 {
		margin: 0px 0px 30px 20px;
		font-size: 30px; color: #4e4133;
	}
}



/*スクロールダウン*/
/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}*/
.ad_all{position: absolute; bottom: 0;left: 50%;}
.scroll_down {
	position: relative;
	width: 100%;
	height: 10vh;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
  }
  
  .scroll_down:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(180deg,rgba(#fff, 0) 0, rgba(#fff, .8) 80%, rgba(#fff, .8) 100%);
	}
  
  .scroll_down a {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 13px;
	padding: 10px 0px 110px;
	color: #fff;
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
	transition: .2s;
	overflow: hidden;
	margin: auto;
  }
  
  .scroll_down a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 100px;
	background: #ddd;
  }
  
  .scroll_down a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 100px;
	background: #555;
  }
  
  .scroll_down a:hover {
	opacity: .5;
  }
  
  #type01 a:after {
	animation: sdl01 3.0s cubic-bezier(1, 0, 0, 1) infinite;
  }
  
  @keyframes sdl01 {
	0% {
	  transform: scale(1, 0);
	  transform-origin: 0 0;
	}
	50% {
	  transform: scale(1, 1);
	  transform-origin: 0 0;
	}
	50.1% {
	  transform: scale(1, 1);
	  transform-origin: 0 100%;
	}
	100% {
	  transform: scale(1, 0);
	  transform-origin: 0 100%;
	}
  }



.recl_all{
	width: 100%;
	/*height: 100vh;*/
	position: relative;
	/*background:url(img/contentbg5.jpg);
	background-repeat: no-repeat;
	background-size: cover; top:0; left:0;*/
}

.heading10 {
	margin: 0px 0px 0px auto;
	font-size: 50px; color: #4e4133;
	width: fit-content;
	position: absolute; top:100px; right: 150px;
}
.heading10 span {
	display: flex;
	align-items: center;
	color: #4e4133;
	font-size: 14px;
	text-transform: uppercase;
}

.heading10 span::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 40px;
	height: 1px;
	background-color: #4e4133;
}

.rec_data{
	display: grid;
	gap: 0px;
	grid-template-columns: 30% 70%;
	margin:0px 0px 0px auto;
	padding: 20px 20px;
	width:50%;
	box-sizing: border-box;
	position: absolute; top:250px; right: 0px; background-color:rgba(255, 255, 255, 0.5);
  }

  .rec_data_text{
	margin:0px 0px 0px 0px;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc; font-size: 14px;
  }
@media screen and ( max-width:468px ){
	.recl_all{
		width: 100%;
		height: 120vh;
		position: relative; /*background-color: #F4F4EF;*/
		/*background:url(img/contentbg5.jpg);
		background-repeat: no-repeat;
		background-size: cover; top:0; left:0;*/
	}
	.rec_data{
		display: grid;
		gap: 0px;
		grid-template-columns: 1fr;
		margin:0px auto 0px auto;
		padding: 10px 10px;
		width:94%;
		box-sizing: border-box; position: absolute; top:0px; right: 0px;
		background-color:rgba(255, 255, 255, 0.8);
	  }

	.heading10 {
		margin: 0px 0px 0px auto;
		font-size: 30px; color: #4e4133;
		width: fit-content;
		position: absolute; top:50px; right: 50px;
	}
	.rec_data_text:nth-child(odd){
		margin:0px 0px 0px 0px;
		padding: 0px 0px;
		box-sizing: border-box;
		border-bottom: 0px solid #ccc; font-size: 14px;
	  }
	  .rec_data_text:nth-child(even){
		margin:0px 0px 20px 0px;
		padding: 10px 0px;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc; font-size: 14px;
	  }
	}






.canpany_all{
	width: 100%;
	padding: 80px; background-color: #121516;
}

.canpany_all2{
	display: grid;
	gap: 0px;
	grid-template-columns: 30% 70%;
	margin:50px 0px 0px auto;
	padding: 0px 0px;
	width:100%;
	box-sizing: border-box;
  }

.heading11 {
	margin: 0px 0px 0px 50px;
	font-size: 50px; color: #847344;
	width: fit-content;
}
.heading11 span {
	display: flex;
	align-items: center;
	color: #4e4133;
	font-size: 14px;
	text-transform: uppercase;
}

.heading11 span::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 40px;
	height: 1px;
	background-color: #4e4133;
}

.can_data{
	display: grid;
	gap: 0px;
	grid-template-columns: 20% 80%;
	margin:0px 0px 0px auto;
	padding: 0px 0px;
	width:90%;
	box-sizing: border-box; color: #fff;
  }

  .can_data_text{
	margin:0px 0px 0px 0px;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc; font-size: 14px;
  }

@media screen and ( max-width:468px ){
	.canpany_all{
		width: 100%;
		padding: 20px; background-color: #121516;
	}
	.canpany_all2{
		display: grid;
		gap: 0px;
		grid-template-columns: 1fr;
		margin:0px 0px 0px auto;
		padding: 0px 0px;
		width:100%;
		box-sizing: border-box;
	  }
	  .heading11 {
		margin: 30px 0px 30px 0px;
		font-size: 30px; color: #847344;
		width: fit-content;
	}
	  .can_data{
		display: grid;
		gap: 0px;
		grid-template-columns: 1fr;
		margin:0px 0px 0px auto;
		padding: 0px 0px;
		width:100%;
		box-sizing: border-box; color: #fff;
	  }

}

/*社長挨拶*/
.heading12 {
	margin: 0px 0px 0px 0px;
	font-size: 50px; color: #847344;
	position:absolute;
	top:100px;
	left:150px; z-index: 10;
	/*transform:translate(-50%,-50%); font-family: "Playfair Display", serif;*/
}
.heading12 span {
	display: flex;
	align-items: center;
	color: #847344;
	font-size: 14px;
	text-transform: uppercase;
}

.heading12 span::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 40px;
	height: 1px;
	background-color: #847344;
}

.syatyo__text{
	width:60%;
	font-weight: normal; background-color: rgba(0, 0, 0, 0.8);
	padding: 80px 80px 80px 80px; color: #f0eded; line-height: 2.5em; font-size: 16px; margin: 0px 100px 200px auto;
}
@media screen and ( max-width:468px ){
.syatyo__text{
	width:94%;
	font-weight: normal; background-color: rgba(0, 0, 0, 0.8);
	padding: 15px; color: #f0eded; line-height: 2.0em; font-size: 14px; margin: 0px auto 100px auto;
}
}
	.parallax3 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom:0px;
}

.parallax01 {
  background-image: url(./img/contentbg8.jpg);
}

.parallax02 {
  background-image: url(./img/contentbg5.jpg);
}



 /*問い合わせ*/
.heading13 {
	width:fit-content;
	margin: 0px auto 0px auto;
	font-size: 30px; color: #847344;
	/*transform:translate(-50%,-50%); font-family: "Playfair Display", serif;*/
}
.heading13 span {
	display: flex;
	align-items: center;
	color: #847344;
	font-size: 14px;
	text-transform: uppercase;
}

.heading13 span::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 40px;
	height: 1px;
	background-color: #847344;
}
.inq_text{
	max-width:1000px;
	font-weight: normal; background-color: rgba(0, 0, 0, 0.8);
	padding: 20px 20px 20px 20px; color: #f0eded; line-height: 2.5em; font-size: 14px;
	margin: 40px auto 0px auto;
}

























.myHero{
    width: 100%;
	position:relative;
}

h1.com1{
    color: #fff;
    font-size: 18px; color: #339A2C;
    letter-spacing: 4px;
	margin:auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


h1.com2{
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
	margin:auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


h1.com3{
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
	margin:auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.slide{
    height: calc(100vh - 84px);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 70%);*/
}
.one{
    background-image: url(../img/tp1.jpg);
}
.two{
    background-image: url(../img/tp2.jpg);
}
.three{
    background-image: url(../img/tp3.jpg);
}


/*各ページヘッダー*/
.kaku-page-title {
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:60px 0px 30px 0px;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	background-color: #f5f5f5;
	text-align: center;
	color: #12325C; font-weight: 800; font-size: 36px; line-height: 1.5em;
}

.abc123 {
	width: 100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align: center;
	color: #555; font-weight: 800; font-size: 20px;
}

/*コンテンツ左右*/
.column-wrapper {
	width: 100%;
	max-width: 1100px;
	margin:0px auto 30px auto;
	display: flex;
	margin-bottom:30px;
  }
  :nth-of-type(even) {
  flex-direction: row-reverse;
  }
  
  .column1 {
	width: 70%;
	display: flex;
	align-items: center;
  }
  
  .column2 {
	width: 30%;
	display: flex;
	align-items: center;
  }
  .column1 {
  
	padding: 60px;
	box-sizing: border-box;
  }
  .column-wrapper:nth-of-type(2n) .column1:nth-of-type(1){
  
  }
  .column1title {
	font-size: 25px;
	font-weight: 800;
  }
  .column1txt {
	font-size: 15px;
	padding: 15px 0px 0px 0px;
  }
  .column2 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
  }
  @media screen and ( max-width:767px )
  {
	.column-wrapper {
	  flex-direction: column-reverse;
	}
	.column1, .column2 {
	width: 100%;
  }
	.column1 {
	padding: 25px;
  } 
  }


/*コンテンツ枠*/

section.fis{
	width:100%;
	margin:50px auto 0px auto;
	padding:0px 5% 0px 5%;
	box-sizing: border-box;
}

section.sec{
	width:100%;
	margin:0px auto 0px auto;
	padding:50px 0% 50px 0%;
	box-sizing: border-box;
	background-color:#efefef;
}



h2.title{
	width:100%;
	max-width: 1100px;
	margin:0px auto 30px auto;
	font-family: 'Old Standard TT', serif;
	font-size:30px;
	text-align:center;
	padding-top:0px;
	color:#333;
	border-bottom: 1px #ccc solid;
	
}

/*事業内容*/
.con_list_all{
	width:100%;
	max-width: 1100px;
	display: grid;
	gap: 50px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left:auto;
	margin-right:auto;
  }
  
	  .con_item {
		  text-align:center;
		  width:100%;
		  margin:0px auto 50px auto;
		  padding:0px 0px 0px 0px;
	  }
	  
	  .con_item_img {
		  margin:0px 0px 0px 0px;
		  padding:5px 5px 5px 5px;
		  background-color:#FFFFFF;
	  }
	  .con_item_come1 {
		  margin:10px 0px 0px 0px;
		  padding:0px 0px 5px 0px;
		  font-size:15px;
		  color:#333; background-color:#FFFFFF; line-height: 1.8em;
	  }













/*事業内容*/
.con_list_all1{
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  margin-top:80px; margin-bottom:80px;
}
.con_list_all2{
display: grid;
grid-gap: 0px;
grid-template-columns: 1fr;
/*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
width:90%;
max-width:1220px;
grid-auto-rows:auto;
margin:50px auto 50px auto;
}








/*お客様の声*/
.con_list_all4{
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr ;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  margin-top:50px; margin-bottom:80px; background-color:#efefef;
  padding:15px;
  border-radius:10px;
  box-sizing: border-box;
}
.koe {
	width:100%;
	height:auto;
	margin:0px auto 0px auto;
	padding:0px 15px 15px 15px;
	background-color:#fff;
	border-radius:10px;
	box-sizing: border-box;
}

.p_name {
	color:#000000;
	font-weight:bold;
	font-size:25px;
	margin:20px 0px 10px 0px;
}

		.p_name_color {
			color:#555;
			 margin-right:10px;
		}


.p_item {
	color:#fff;
	font-weight:bold;
	font-size:15px;
	display: inline-block;
	border-radius:10px;
	background-color:#FF8000;
	margin:0px 10px 5px 0px;
	padding:5px 10px 5px 10px;
}

.p_item_title {
	color:#000000;
	font-weight:bold;
	font-size:18px;
	margin:30px 0px 0px 0px;
}

.p_text {
	/*padding-right: 1.5em;
	padding-left: 1.5em;*/
	line-height: 3em;
	background-image: linear-gradient(transparent 0, transparent 97%, #ddd 100%);
	background-size: 100% 3em;
	margin:0px 0px 0px 0px;
}









.con_item2 {
	width:100%;
	max-width:1220px;
	height:auto;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

	.big_img2 {
		grid-row-end: span 2;
	}

	.big_img3 {
		grid-row-end: span 3;
	}

h3.item_title{
	width:90%;
	font-size:30px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	letter-spacing:0.5em;
	position:relative;
	text-align:center;
}



		h3.item_title:before {
		  content: '';
		  position: absolute;
		  left: 50%;
		  bottom: -10px;/*線の上下位置*/
		  display: inline-block;
		  width: 100px;/*線の長さ*/
		  height: 1px;/*線の太さ*/
		  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);/*位置調整*/
		  background-color: black;/*線の色*/
		  border-radius: 0px;/*線の丸み*/
		}






h2.item_title{
	width:90%;
	font-size:30px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	letter-spacing:0.5em;
	position:relative;
	text-align:center;
}



		h2.item_title:before {
		  content: '';
		  position: absolute;
		  left: 50%;
		  bottom: -10px;/*線の上下位置*/
		  display: inline-block;
		  width: 100px;/*線の長さ*/
		  height: 1px;/*線の太さ*/
		  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);/*位置調整*/
		  background-color: black;/*線の色*/
		  border-radius: 0px;/*線の丸み*/
		}




	.con_item_come3 {
		width:80%;
		margin:80px auto 0px auto;
		padding:0px 0px 0px 0px;
		font-size:14px;
		font-weight: normal;
		font-family: 'Old Standard TT', serif;
		color:#000;
		/*text-indent:1em;*/
		line-height:3.0em;
		text-align:center;
	}
	.con_item_come4 {
		width:100%;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		font-size:14px;
		font-weight: normal;
		font-family: 'Old Standard TT', serif;
		color:#000;
		/*text-indent:1em;*/
		line-height:2.0em;
	}
	.con_item_img2 {
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		background:url("../img/test.jpg") top / cover;
		height:400px;
		max-width:400px;
	}
	.con_item_img4 {
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		text-align:center;
		display:inline-block;
		/*background:url("../img/d.jpg") top / cover;*/
		height: auto;
		max-width:100%;
	}


.setumei{
	width:100%;
	max-width: 1000px;
	font-size:14px;
	margin:30px auto 0px auto;
	padding:30px 50px 30px 50px;
	background-color: #f5f5f5;
	border-radius:10px;
	box-sizing: border-box;
}



#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	line-height: 1;
	z-index: 99;
  }
  #page-top a {
	background: #72C7CA;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 28px 5px;
	text-align: center;
	display: block;
	border-radius: 90px;
	opacity: 0.9;
	transition: all .3s ease;
  }
  #page-top a:hover {
	text-decoration: none;
	opacity: .5;
  }













/*ボタン*/
.more_box {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 15px 0px 15px 0px;
	color:#8EC323;
	text-align:center;
	font-size: 36px;
	font-weight: 700;
}

.more_text {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	color:#339A2C;
	text-align:center;
	font-size: 24px;
	font-weight: 600;
	border-top: #ccc 1px solid;
}

.tel_icon{ color:#8EC323; font-size:50px; margin-right:10px;}

.more_text2 {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	color:#333;
	text-align:center;
	font-size: 16px;
}

/*表示するテキストが切り替わる*/
.btntextchange{
    /*テキストの基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  /*border: 1px solid #fff;*/
  border-radius:50px;
    min-width:210px;
  padding: 30px;
    text-align: center;
  display: inline-block;
    text-decoration: none;
    color: #000;
    outline: none;
	background-color:#fff;
	opacity: 0.9;
	font-weight:bold;
    /*アニメーションの指定*/
    transition: all .2s;
}

/*hoverした際の変化*/
.btntextchange:hover{
  background: #333;
  color:#fff;
}

.btntextchange span{
    /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top:50%;
    transform:translate(-50%,-50%);
    /*アニメーションの指定*/
    transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/  
  display: block;
  white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2){
  opacity:0;/*透過0に*/
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1){
  opacity:0;/*透過0に*/
}

.btntextchange:hover span:nth-child(2){
  opacity:1;/*不透明に*/
}








/*表示するテキストが切り替わる*/
.btntextchange2{
    /*テキストの基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  /*border: 1px solid #fff;*/
  border-radius:50px;
    min-width:500px;
  padding: 30px;
    text-align: center;
  display: inline-block;
    text-decoration: none;
    color: #fff;
    outline: none;
	background-color: #D96C00;
	opacity: 0.9;
	font-weight:bold;
    /*アニメーションの指定*/
    transition: all .2s;
}

/*hoverした際の変化*/
.btntextchange2:hover{
  background: #934900;
  color:#fff;
}

.btntextchange2 span{
    /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top:50%;
    transform:translate(-50%,-50%);
    /*アニメーションの指定*/
    transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/  
  display: block;
  white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange2 span:nth-child(2){
  opacity:0;/*透過0に*/
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange2:hover span:nth-child(1){
  opacity:0;/*透過0に*/
}

.btntextchange2:hover span:nth-child(2){
  opacity:1;/*不透明に*/
}











/*リクルート*/
.rec_list_all{
  display: table;
  border-collapse: collapse;
  width:100%;
  margin:0px auto 0px auto;
  padding:0px 0px 0px 0px;
}


	.row {
		display:table-row;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.col {
		display:table-cell;
		margin:0px 0px 0px 0px;
		padding:10px 10px 10px 10px;
		border:#CCCCCC 1px solid;
		border-collapse: collapse;
		font-size:13px;
	}
	
	.col:nth-child(1) {
		background-color:#f7f7f7;
		width:200px;
	}








 img{
    width:auto;
    height: auto;
    max-width:100%;
    max-height:100%;
	display: block;
 }

/*フッター*/
footer {
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	box-sizing: border-box;
}
.oneArea {
	background: linear-gradient(150deg, #1C2123 0%, #1C2123 40%, #121516 40.1%, #121516 100%);
	justify-content: center;
	align-items: center;
	width: 100%;
  }

	
	.foot_list_all{
	  display: grid;
	  gap: 0px;
	  grid-template-columns: 40% 60%;
	  width:100%; 
	  margin:0px auto 0px auto;
	  padding: 100px; box-sizing: border-box; opacity: 0.8;
	}

	.foot_title{
		font-size:40px; color: #fff; font-weight: bold;
		line-height: 1.0em; letter-spacing: 0.25em;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
		.span_foot_title_mae{
			font-size:20px; color: #fff; font-weight: 500;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
	.foot_title_ad{
		font-size:14px; color: #fff;
		line-height: 1.5em; letter-spacing: 0.1em;
		margin:50px 0px 50px 0px;
		padding:0px 0px 0px 0px;
	}
	@media screen and ( max-width:468px ){
		.foot_title{
			font-size:40px; color: #fff; font-weight: bold;
			line-height: 1.0em; white-space: nowrap;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		.foot_list_all{
			display: grid;
			gap: 0px;
			grid-template-columns: 1fr;
			width:100%; 
			margin:0px auto 0px auto;
			padding: 100px 20px; box-sizing: border-box; opacity: 0.8;
		  }	

		  .foot_title_ad{
			font-size:14px; color: #fff;
			line-height: 1.5em; letter-spacing: 0.1em;
			margin:25px 0px 25px 0px;
			padding:0px 0px 0px 0px;
		}
		}


	.foot_title2{
		width: fit-content;
		font-size:20px; color: #fff; font-weight: 500;
		letter-spacing: 0.5em;
		margin:0px 0px 20px 50px;
		padding:0px 0px 10px 0px; border-bottom: #fff 1px solid;
	}
	.foot_title3{
		width: fit-content;
		font-size:20px; color: #fff; font-weight: 500;
		letter-spacing: 0.5em;
		margin:30px 0px 20px 50px;
		padding:0px 0px 10px 0px; border-bottom: #fff 1px solid;
	}
	.foot_title2_gpname{
		width:100%;
		font-size:14px; color: #fff;
		letter-spacing: 0.2em;
		margin:0px 0px 0px 50px;
		padding:0px 0px 10px 0px;
	}	
	@media screen and ( max-width:468px ){
		.foot_title2{
			width: fit-content;
			font-size:20px; color: #fff; font-weight: 500;
			letter-spacing: 0.5em;
			margin:50px 0px 20px 0px;
			padding:0px 0px 10px 0px; border-bottom: #fff 1px solid;
		}
		.foot_title3{
			width: fit-content;
			font-size:20px; color: #fff; font-weight: 500;
			letter-spacing: 0.5em;
			margin:30px 0px 20px 0px;
			padding:0px 0px 10px 0px; border-bottom: #fff 1px solid;
		}
		.foot_title2_gpname{
			width:100%;
			font-size:14px; color: #fff;
			letter-spacing: 0.2em;
			margin:0px 0px 0px 0px;
			padding:0px 0px 10px 0px;
		}	
	}

	.foot_cpr_box {
			width:96%;
			margin:0px auto 0px auto;
			padding:20px 20px 20px 0px;
			box-sizing: border-box;
			font-size:14px; text-align:right; color: #fff;
			border-top: #fff 1px solid; opacity: 0.8;
			}









/* ヘッダー画像フワッと */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
width:100%;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}





/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/*------------------------*/




















