@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap');
/* CSS Document */

/*-----共通部分-----*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
}
@media (max-width: 450px){
	body{
		font-size: 0.8rem;
	}
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
	background: #fff;
}
.img a:hover img{
	opacity: .8;
}

/*flexbox*/
.flexbox{
	display: flex;
	justify-content: space-between;
}
.flexcenter{
	justify-content: center;
	align-items: center;
}
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.mg60{
	margin-bottom: 60px;
}
.mg40{
	margin-bottom: 40px;
}
.mg20{
	margin-bottom: 20px;
}
.lh2{
	line-height: 2;
}
.pmg p{
	margin-bottom: 10px;
}

.w50{
	width: 48%;
	margin: 0 auto;
}

h2.title{
	font-family: "iroha-31nire-stdn", sans-serif;
	font-size: 2.5rem;
	margin-bottom: 40px;
	letter-spacing: 0.1rem;
	color: #fff;
	position: relative;
}
h2.title.blue{
	color: #197F2A;
}

@media (max-width: 980px){
	.text{
			padding: 0 2em;
	text-align: left;
	}
}

@media (max-width: 750px){
	h2.title{
		font-size: 1.6rem;
	}
}
@media (max-width: 450px){
	h2.title{
		font-size: 1.3rem;
	}
}
@media (max-width: 335px){
	h2.title{
		font-size: 1.1rem;
	}
}
.mtitle{
	font-family: 'Noto Serif JP', serif;
	border: 1px solid #c2c2c2;
	border-left: 10px solid #7bbf2a;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
	color: #197F2A;
}

.stitle{
	font-family: 'Noto Serif JP', serif;
	position: relative;
  	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
.stitle.blue{
	color: #197F2A;
}

.center{
	text-align: center;
}
.bold{
	font-weight: bold;
	font-size: 1.2rem;
}


/*ボタン*/
.sbtn{
	text-align: center;
}
.sbtn a{
	position: relative;
	padding: 10px 0;
	border: 1px solid #197F2A;
	background: #197F2A;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 20px auto;
	width: 100%;
	max-width: 260px;
}
.sbtn a::after{
	transition: .4s;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	display: inline-block;
	position: absolute;
	right: 20px;
}
.sbtn a:hover{
	background: #fff;
	color: #197F2A;
}
.sbtn a:hover::after{
	transform: translateX(5px);
}

.m_contact a{
	min-width: 280px;
}
.m_contact a::after{
	display: none;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr{
	border: 2px solid #f5f5f5;
}
.info_table th {
	background: #a78ce6;
	color: white;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.info_table th,
.info_table td {
	padding: 15px 0;
}
.info_table td{
	padding-left: 10px;
}
.info_table td {
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}

.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	color: #fff;
	text-align: left;
}
.info_table02 tr{
	border-bottom: 1px solid #ccc;
}
.info_table02 th{
	width: 30%;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
.info_table02 th,
.info_table02 td{
	padding: 15px 0 15px 10px;
}
.info_table02 td{
	font-weight: normal;
	width: 70%;
}


/*写真枠*/
.flame01{
	position: relative;
	display: inline-block;
}
.flame01::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 8px rgba(255,255,255,0.6);
	z-index: 1;
}

/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}
@media (max-width: 660px){
	br.brpc{
		display: none;
	}
}
span.ib{
	display: inline-block;
}

/*list*/
ul.check_list li{
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	display: inline-block;
	color: #197F2A;
	margin-right: .5em;
	font-size: .9em;
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #197F2A;
	font-weight: bold;
}

ul.care_list li{
	margin-bottom: 5px;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

/**/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 50%;
}
.info_flexbox .text{
	width: 50%;
}
@media (max-width: 750px){
	.info_flexbox{
		display: block;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}

/*===Loading==============================*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#197F2A;
	text-align:center;
	color:#fff;
	display: none;
}
#splash_logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
#splash_logo .img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 150px;
}
#splash_logo .img img{
	animation: apper 2s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 750px){
	#splash_logo{
		height: 70vh;
	}
}
/*===ヘッダー==============================*/
.sticky{
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
}
.site_header.transform{
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}
.site_header .inner{
	align-items: center;
	width: 100%;
	max-width: 1920px;
}
.site_header h1{
	width: 290px;
	padding-left: 10px;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}
.site_header .inner .flex{
	display: flex;
	align-items: center;
	width: calc(100% - 340px);
	justify-content: flex-end;
}
.site_header .tr{
	width: 220px;
	text-align: center;
	margin-left: 20px;
}
.site_header .tr a{
	display: block;
	color: #fff;
	padding: 12px 0;
}
.site_header .tr .tel a{
	background: #197F2A;
}
.site_header .tr .con a{
	background: #7bbf2a;
}
.site_header .tr a:hover{
	opacity: .6;
}

/*global_nav*/
.global_nav li{
	margin-right: 15px;
}
.global_nav li a{
	font-size: 1rem;
	display: inline-block;
}
.global_nav li a:hover{
	opacity: .6;
}

@media (max-width: 1200px){
	.site_header{
		padding: 10px 0;
	}
	.site_header .inner{
		width: 96%;
	}
	.site_header h1{
		padding-left: 0;
	}
	.site_header .tr{
		display: none;
	}
	.global_nav{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header h1{
		width: 250px;
	}
}


/*===スライダー==============================*/
.body_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.body_bg .slider_bg{
	width: 100%;
	min-height: 100vh;
}

.top_slider{
	position: relative;
	padding: 150px 0;
}
.top_slider .inner{
	position: relative;
	max-width: 960px;
}

.catch{
	display: flex;
	letter-spacing: .2rem;
	color: #fff;
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 500;
	text-shadow: rgba(51, 51, 51, 0.5) 0px 0px 6px;
}
.catch .img{
	width: 15%;
	margin-right: 1em;
}
.catch .img img {
	object-fit: cover;
}

.top_slider .catch{
	margin: 3em auto;
	font-size: 2.5rem;
}
.top_slider .catch .en{
	font-size: 5rem;
}

@media (max-width: 750px){
	.top_slider{
	padding: 80px 0;
}
	.top_slider .catch{
		font-size: 1.8rem;
	}
	.top_slider .catch .en{
	font-size: 3.8rem;
}
}
@media (max-width: 450px){
	.top_slider{
		padding: 40px 0 40px;
	}
	.catch{
		display: block;
		font-size: 1.5rem;
		text-align: center
	}
	.catch .img{
		width: 15%;
		margin: 5px auto;
	}	
	.top_slider .catch{
		font-size: 1.3rem;
	}
	.top_slider .catch .en{
	font-size: 2.3rem;
}
}

/*===メイン==============================*/
main{
	display: block;
	position: relative;
	background: #fff;
}
main section{
	padding: 80px 0 50px;
	position: relative;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.g_bg{
	background: url("../img/green_bg.jpg")center;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 100px 0;
}

/*s_bg*/
.s_bg{
	height: 250px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	
}
@media (max-width: 450px){
.s_bg {
    height: 150px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .s_bg{
	background-attachment: scroll;
}
.s_bg .catch{
	position: absolute;
	top: 60px;
	left: 10%;
}
.s_bg.reverse .catch{
	left: auto;
	right: 10%;
}
.s_bg01{
	background-image: url(../img/s_bg01.jpg);
	opacity: 0.5;
}
.s_bg02{
	background-image: url(../img/s_bg02.jpg);
}
.s_bg03{
	background-image: url(../img/s_bg04.jpg);
}
.s_bg04{
	background-image: url(../img/s_bg03.jpg);
}


/*==welcome==============================*/
.welcome{
	padding: 0;
	color: #fff;
}
.welcome h2{
	margin-bottom: 0;
}
.welcome .lede{
	margin-bottom: 40px;
	font-size: 1.5rem;
	font-weight: lighter;
	display: flex;
  	align-items: center;
  	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
	font-family: 'Noto Serif JP', serif;
}
.welcome .lede::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
.welcome .welcome_top{
	background: #197F2A;
	padding: 100px 0;
	text-align: center;
}
.welcome .welcome_top .title{
	margin-bottom: 20px;
}
.welcome .welcome_top .text p{
	line-height: 2;
	margin-bottom: 10px;
}
.welcome .welcome_bottom{
	background: linear-gradient(to bottom, #197F2A 0%, #7bbf2a 40%, #fff 70%, #fff 100%);
	margin-bottom: 100px;
}


.welcome_link{
	margin: 0 auto;
	width: 80%;
}
.welcome_link a{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.welcome_link a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	z-index: 2;
}
.welcome_link a h2{
	position: absolute;
	left: 60px;
	bottom: 0;
	z-index: 3;
}
.welcome_link a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: 1s;
}
.welcome_link .arrow{
	position: absolute;
	right: 60px;
	bottom: 40px;
	z-index: 3;
}
.welcome_link a:hover img{
	transform: scale(1.1);
}
.welcome_link a:hover .arrow .icon{
	background: #fff;
}

/*arrow*/
.arrow{
	display: flex;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
}
.arrow span{
	color: #fff;
	font-size: 1.2rem;
}
.arrow .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #197F2A;
	margin-left: 20px;
	font-size: 1.5rem;
	background: rgba(255,255,255,0.6);
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
@media (max-width: 960px){
	.welcome_link{
		width: 95%;
	}
	.welcome_link a h2{
		left: 10px;
		bottom: 10px;
	}
	.welcome_link .arrow{
		right: 10px;
		bottom: 10px;
	}
	.arrow .icon{
		margin-left: 10px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 750px){
	.welcome .welcome_top{
		padding: 60px 0;
	}
	.welcome .welcome_bottom{
		margin-bottom: 60px;
	}
	.welcome .lede{
		font-size: 1.2rem;
	}
}
@media (max-width: 450px){
	.welcome_link a h2{
		font-size: 1.5rem;
		bottom: 50px;
	}
}


/*===ミニslider==============================*/
.mini_slider{
	background: #197F2A;
	padding-bottom: 0;
	margin-bottom: 100px;
}
@media (max-width: 750px){
	.mini_slider{
		margin-bottom: 60px;
	}
}
.mini_slider .arrow{
	margin: 0 0 20px auto;
}
a.arrow .icon{
	transition: 0.2s all ease-in;
}
a.arrow:hover{
	transform: scale(0.95);
}
a.arrow:hover .icon{
	background: #fff;
}

.mini_wrap{
	background: linear-gradient(to bottom, #197F2A 0%, #197F2A 50%, #fff 50%, #fff 100%);
}
.mini a{
	display: block;
	background: #fff;
	overflow: hidden;
	margin: 0 10px;
}
.mini a img{
	display: block;
	width: 100%;
}
.mini a:hover img{
	opacity: .8;
}

.mini .slide_left, .mini .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 101%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #fff;
	font-weight: normal;
}
.mini .slide_left{
	left: 0;
}
.mini .slide_right{
	right: 0;
}
.mini .slide_left i, .mini .slide_right i{
	display: block;
	font-size: 50px;
	transition: .8s;
}
.mini .slide_left:hover i{
	transform: translate(-6px);
}
.mini .slide_right:hover i{
	transform: translate(6px);
}
@media (max-width: 450px){
	.mini .slide_left, .mini .slide_right{
		font-size: 40px;
		width: 45px;
	}
}

/*==news==============================*/
.news{
	background: linear-gradient(to bottom, #197F2A 0%, #7bbf2a 40%, #fff 70%, #fff 100%);
}
.news .arrow{
	margin: 0 0 20px auto;
}
.news .arrow span{
	color: #fff;
}
.news .arrow .icon{
	color: #197F2A;
	background: rgba(255,255,255,0.5);
}
.news a.arrow:hover .icon{
	background: rgba(255,255,255,1);
}





/*===link==============================*/
.link{
	padding: 0;
}
.link .flex{
	display: flex;
}
.link .flex .box{
	width: calc(100% / 3);
	height: 550px;
}
.link .flex .box a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.link .flex .box a::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.link .flex .box a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: 0.2s all ease-in;
	transition: 1s;
}
.link .flex .box a h2{
	position: absolute;
	left: 20px;
	bottom: 100px;
	z-index: 3;
}
.link .flex .box a p{
	position: absolute;
	left: 20px;
	padding-right: 20px;
	bottom: 250px;
	opacity: 0;
	z-index: 3;
	transition: 0.2s ease-in;
}
.link .flex .box a .arrow{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 3;
}
.link .flex .box a:hover img{
	transform: scale(1.1);
}
.link .flex .box a:hover::after{
	background: rgba(0, 0, 0, 0.4);
}
.link .flex .box a:hover p{
	opacity: 1;
}
.link .flex .box a:hover .arrow .icon{
	background: #fff;
}
@media (max-width: 960px){
	.link .flex{
		display: block;
	}
	.link .flex .box{
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
	}
	.link .flex .box a::after{
		background: rgba(0, 0, 0, 0.4);
	}
	.link .flex .box a h2{
		bottom: 20px;
	}
	.link .flex .box a p{
		bottom: 140px;
		opacity: 1;
	}
}




/*===フッター==============================*/
footer{
	background: url("../img/footer_back.jpg") center;
	background-size: cover;
}
.footer_top{
	padding: 60px 0;
}
.footer_top h2{
	margin-bottom: 40px;
	text-shadow: none;
	color: #fff;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-around;
}
.footer_top .btn_wrap .btn{
	width: 49%;
}
.footer_top .btn_wrap .btn a{
	position: relative;
	display: block;
	width: 100%;
	background: #197F2A;
	color: #fff;
	padding: 40px 0;
	font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.footer_top .btn_wrap .btn:nth-child(2) a{
	background: #7bbf2a;
}
.footer_top .btn_wrap .btn a::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 98%;
	height: 94%;
	border: 1px solid #fff;
	transition: .4s;
	opacity: 0;
}
.footer_top .btn_wrap .btn a:hover::after{
	opacity: 1;
}
.footer_middle{
	text-align: center;
	padding: 60px 0 30px;
}
.footer_middle h3{
	width: 80%;
	max-width: 300px;
	margin: 0 auto 10px;
}
.footer_middle h3 a{
	display: block;
	width: 100%;
}
.footer_middle h3 a img{
	display: block;
	width: 100%;
}
.footer_middle h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
	font-weight: bold;
}

.footer_bottom{
	font-family: 'Noto Serif JP', serif;
	background: #7bbf2a;
	text-align: center;
	padding: 30px 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 450px){
	.footer_bottom{
		padding: 20px 0;
		font-size: 1rem;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  background: #197F2A;
  z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 25px;
  color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
	opacity: .6;
}
.page_top.is_animation:hover{
	opacity: 1;
	transform: translateY(-10px);
}


/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	background: url(../img/kasou.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	/*box-shadow: rgb(255, 255, 255) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;*/
	margin: 0 0 0 auto;
	padding: 100px 0;
}
.kasou_top h2{
	font-weight: bold;
	color: #fff;
	text-shadow: rgba(51, 51, 51, 0.5) 0px 0px 6px;
	padding-left: 60px;
}
.kasou_top h2 .en{
	font-size: 3rem;
	display: block;
	text-transform: capitalize;
	letter-spacing: 3px;
}
.kasou_top h2 .ja{
	font-size: 1.8rem;
	display: block;
	font-family: 'Noto Serif JP', serif;
}
/*
#business .kasou_top{
	background-image: url("../img/kasou.jpg");
}

#works .kasou_top{
	background-image: url(../img/works_top.jpg);
}
#recruit .kasou_top{
	background-image: url(../img/recruit_top.jpg);
}
#about .kasou_top{
	background-image: url(../img/kasou.jpg);
}
#contact .kasou_top{
	background-image: url(../img/contact_top.jpg);
}
#thanks .kasou_top{
	background-image: url(../img/thanks_top.jpg);
}
.kasou_top.news-detail01{
	background-image: url(../img/news_top.jpg);
}
*/
@media (max-width: 750px){
	.kasou_top{
		padding: 80px 0;
	}
	.kasou_top h2{
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.kasou_top{
		padding: 50px 0;
	}
	.kasou_top h2 .en{
		font-size: 2.5rem;
	}
	.kasou_top h2 .ja{
		font-size: 1.5rem;
	}
}


/*パンくず*/
.breadcrumb{
	z-index: 1;
	font-size: 12px;
	color: #444;
	font-family: 'Noto Serif JP', serif;
	padding: 5px;
	text-align: right;
}
.breadcrumb li {
	display: inline;
	list-style: none;
	font-weight: normal;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	font-size: 1.1em;
	color: #197F2A;
	font-weight: bolder;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.6;
}



/*===業務内容ページ==============================*/
.concept_intro{
	position: relative;
	padding-top: 150px;
	margin-bottom: 100px;
}
.concept_intro:last-child{
	margin-bottom: 0 !important;
}
.concept_intro .inner{
	max-width: 1200px;
}
.concept_intro .img{
	width: 55%;
	position: absolute;
	top: 0;
	left: 0;
	height: 450px;
}
.concept_intro .img01{
	background: url("../img/work01.jpg");
	background-size: cover;
	background-position: center;
}
.concept_intro .img02{
	background: url("../img/work02.jpg");
	background-size: cover;
	background-position: center;
}
.concept_intro .img03{
	background: url("../img/about_top.jpg");
	background-size: cover;
	background-position: center;
}
.concept_intro .img04{
	background: url("../img/work04.jpg");
	background-size: cover;
	background-position: center;
}
.concept_intro .box{
	background: linear-gradient(to right, #fff 0%, #fff 20%, #197F2A 20%, #197F2A 100%);
}
.concept_intro .box .text{
	background: #fff;
	color: #444;
	width: 50%;
	margin: 0 0 0 auto;
	padding: 60px 40px;
	position: relative;
	z-index: 2;
	top: -40px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.concept_intro .box .text .deco{
	position: absolute;
	top: 0;
	left: 10px;
	transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
	font-size: 2.5rem;
	text-transform: capitalize;
	font-family: 'Dancing Script', cursive;
	color: #197F2A;
	letter-spacing: 1px;
	opacity: 0.9;
}
.concept_intro .box .text .deco02{
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 100px;
    pointer-events: none;
	opacity: 0.6;
	z-index: -1;
}
.concept_intro .box .text h3{
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	color: #197F2A;
	font-size: 1.5rem;
	background: url(../img/concept_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 300px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	width: -moz-fit-content;
	width: fit-content;
}
.concept_intro .box .text p{
	margin-bottom: 10px;
	line-height: 2;
}

.concept_intro.reverse .img{
	left: auto;
	right: 0;
}
.concept_intro.reverse .box{
	background: linear-gradient(to left, #fff 0%, #fff 20%, #197F2A 20%, #197F2A 100%);
}
.concept_intro.reverse .box .text{
	margin: 0 auto 0 0;
}


@media (max-width: 750px){
	.concept_intro{
		margin-bottom: 60px;
		padding: 0;
	}
	.concept_intro .img{
		width: 90%;
		position: static;
		height: 300px;
	}
	.concept_intro.reverse .img{
		margin: 0 0 0 auto;
	}
	.concept_intro .box{
		background: linear-gradient(to right, #fff 0%, #fff 20%, #197F2A 20%, #197F2A 100%);
	}
	.concept_intro .box .text{
		width: 95%;
		top: -40px;
	}
}
@media (max-width: 450px){
	.concept_intro .box .text{
		padding: 40px 20px;
	}
}


.tree .flex{
	display: flex;
	align-items: center;
}
.tree .flex .img{
	width: 40%;
}
.tree .flex .text{
	width: 60%;
	padding-left: 40px;
}
.tree .flex .text ul li{
	font-size: 1.5rem;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0 5px;
}
.tree .flex .text ul li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	margin-right: 10px;
	color: #7bbf2a;
}
@media (max-width: 750px){
	.tree .flex{
		display: block;
	}
	.tree .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.tree .flex .text{
		width: 100%;
		padding-left: 0;
	}
	.tree .flex .text ul li{
		font-size: 1.2rem;
	}
}


/*=================================*/
.business_lede{
	background: url(../img/business_lede.png);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
}
.business_lede .lede p{
	line-height: 2;
}
.business_lede .lede .img{
	width: 320px;
	margin: 20px auto 0;
}


.scroller .flex{
	display: flex;
}
.scroller .flex .box{
	width: 50%;
}
.scroller .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.scroller .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	transition: .6s;
}
.scroller .flex .box a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s;
}
.scroller .flex .box a p{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
}
.scroller .flex .box a:hover::after{
	background: rgba(0, 0, 0, 0);
}
.scroller .flex .box a:hover img{
	transform: scale(1.1);
}
.scroller .flex .box a:hover p{
	color: #7bbf2a;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
@media (max-width: 750px){
	.scroller .flex{
		display: block;
	}
	.scroller .flex .box{
		width: 100%;
	}
}


.design{
	background: #197F2A;
}
.design .container{
	background: #fff;
	display: flex;
}
.design .container .img{
	width: 45%;
}
.design .container .img img{
	height: 100%;
	object-fit: cover;
}
.design .container .text{
	width: 55%;
	padding: 40px 20px;
}
.design .container .text h3{
	margin-bottom: 20px;
	width: -moz-fit-content;
	width: fit-content;
}
.design .container .text h3 img{
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
}
.design .container .text h3 p{
	font-weight: normal;
	font-size: 1rem;
	display: flex;
	align-items: center;
  	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
}
.design .container .text h3 p::after{
	content: '';
	border-top: 1px solid;
	width: 3em;
	margin-left: .5em;
}
@media (max-width: 750px){
	.design .container{
		flex-direction: column;
	}
	.design .container.reverse{
		flex-direction: column-reverse;
	}
	.design .container .img{
		width: 100%;
	}
	.design .container .text{
		width: 100%;
		padding: 20px 10px;
	}
}



.material{
	background: url(../img/material_bg.png);
	background-position: top 10% right 10%;
	background-repeat: no-repeat;
	background-size: 40%;
	background-attachment: fixed;
	z-index: 1;
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .material{
	background-attachment: scroll;
}
.material::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	z-index: -1;
}

.material .mtitle{
	background: transparent;
}

.material .flex{
	display: flex;
	flex-wrap: wrap;
}
.material .flex .box{
	width: 23%;
	margin: 0 1% 20px;
	text-align: center;
}
.material .flex .box .img{
	width: 90%;
	margin: 0 auto 5px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.material .flex .box .img::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.material .flex .box .img img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 960px){
	.material .flex .box{
		width: 31%;
	}
}
@media (max-width: 750px){
	.material .flex .box{
		width: 48%;
	}
}

/*===プロフィールページ==============================*/
.pro_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p_phot{
	width: 30%;
	height: auto;
	border-radius: 50%;
}
.p_phot img{
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.p_txt{
	width:65%;
}
.p_txt table{
	width: 100%;	
}
.biography{
	width: 80%;
	margin: 30px auto 80px;
}

@media (max-width: 750px){
	.biography{
	width: 95%;
	margin: 30px auto 50px;
}
}
@media (max-width: 650px){
	.p_phot{
	width: 40%;
	height: auto;
	border-radius: 50%;
	margin: auto;
}
	.p_txt{
	width:93%;
	margin: auto;
}
}

/*===住宅スタイル===================*/
.style{
	background: linear-gradient(to bottom, #197F2A 0%, #7bbf2a 40%, #fff 70%, #fff 100%);
}

.style_slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.style_slider img {
    width:40vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.style_slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.style_slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab ::selection {
	background-color: #4EC6DE;
}
.cp_tab {
	margin: 2em auto;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab > label {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 12px 20px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.cp_tab > label:hover,
.cp_tab > input:checked + label {
	border-radius: 6px 6px 0 0;
	background: #DCEDC8;
}
.cp_tab .cp_tabpanels .cp_tabpanel h2 {
	margin: 20px 0;
}
.cp_tab .cp_tabpanels {
	clear: both;
	perspective: 600px;
	min-height: 600px;
}
.cp_tab .cp_tabpanels .cp_tabpanel {
	line-height: 1.4em;
	position: absolute;
	z-index: 0;
	width: 100%;
	padding: 10px 30px 40px;
	transition: opacity 0.3s, transform 1s;
	transform: rotateX(-20deg);
	transform-origin: top center;
	opacity: 0;
	border: 1px solid #DCEDC8;
	background: #DCEDC8;
	text-align: center;
}
.cp_tabpanel p{
	padding: 1em;
	text-align: left;
}
.cp_tabpanel img{
	width: 70%;
	padding: 1em;
}
.cp_tab #tab10_1:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(1),
.cp_tab #tab10_2:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(2),
.cp_tab #tab10_3:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(3),
.cp_tab #tab10_4:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(4),
.cp_tab #tab10_5:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(5),
.cp_tab #tab10_6:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(6),
.cp_tab #tab10_7:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(7),
.cp_tab #tab10_8:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(8),
.cp_tab #tab10_9:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(9),
.cp_tab #tab10_10:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(10){
	z-index: 1;
	transform: rotateX(0);
	opacity: 1;
}
	.cp_tab .cp_tabpanels .cp_tabpanel h2 {
		border-bottom: 1px solid #7CB342;
		padding-bottom: 0.5em;
	}
@media screen and (max-width: 1000px) {
.cp_tab .cp_tabpanels {
	min-height: 500px;
}
}

@media screen and (max-width: 750px) {
.cp_tab .cp_tabpanels {
	min-height: 1100px;
}
.cp_tabpanel p{
	padding: 0.5em;
	text-align: left;
}
.cp_tabpanel img{
	width: 80%;
	padding: 0.5em;
}
	.w50{
		width: 80%;
	}
}
@media screen and (max-width: 650px) {
.cp_tab .cp_tabpanels {
	min-height: 950px;
}
}
@media screen and (max-width: 500px) {
	.w50{
		width: 90%;
	}
.cp_tab .cp_tabpanels {
	min-height: 900px;
}
}
@media screen and (max-width: 450px) {
.cp_tab .cp_tabpanels {
	min-height: 750px;
}
}
@media screen and (max-width: 380px) {
.cp_tab .cp_tabpanels {
	min-height: 700px;
}
}
/*===採用情報==============================*/
.recruit .kv{
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}
.recruit .kv .deco{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.recruit .kv .deco span{
	position: relative;
}
.recruit .kv .deco span::before,
.recruit .kv .deco span::after{
	content: '';
	display: block;
	width: 2px;
	height: 1.5em;
	background: #fff;
	position: absolute;
	top: 0;
	border-radius: 3px;
}
.recruit .kv .deco span::before{
	left: -1.5em;
	transform: rotate(-20deg);
}
.recruit .kv .deco span::after{
	right: -1.5em;
	transform: rotate(20deg);
}


.recruit .kv h2{
	position: relative;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	z-index: 1;
	padding: 20px 0 50px;
	margin-bottom: 300px;
}
.recruit .kv h2 img{
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}
.recruit .kv .date{
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	font-family: 'Noto Serif JP', serif;
	padding: 10px 0;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

.recruit .info{
}
.recruit .info .flex{
	display: flex;
	align-items: flex-start;
}
.recruit .info .flex .flex_l{
	width: 50%;
	padding: 40px 20px;
	background: url(../img/recruit_cracker.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
.recruit .info .flex .flex_r{
	width: 50%;
	padding: 40px 20px;
}
.recruit .info h3{
	font-family: 'Noto Serif JP', serif;
	color: #197F2A;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 40px;
}
.recruit .info .flex .flex_l p{
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
}
.recruit .info .flex .flex_l .deco{
	width: 50%;
	margin: 10px auto 0;
	max-width: 200px;
}
.recruit .info .require{
	background: #f9f8f4;
	padding: 10px;
}
.recruit .info .require .lede{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	font-weight: bold;
	color: #197F2A;
	margin-bottom: 5px;
}
.recruit .info .img_wrap{
	position: relative;
	margin-bottom: 70px;
}
.recruit .info .img_wrap .img01{
	width: 70%;
}
.recruit .info .img_wrap .img02{
	width: 50%;
	position: absolute;
	right: 0;
	bottom: -50px;
}

@media (max-width: 750px){
	.recruit .kv{
		padding: 30px 0;
	}
	.recruit .kv h2{
		padding: 15px 0 40px;
		margin-bottom: 150px;
		font-size: 1.2rem;
	}
	.recruit .info{
		padding-top: 20px;
	}
	.recruit .info .flex{
		display: block;
	}
	.recruit .info .flex .flex_l{
		width: 100%;
		padding: 20px;
	}
	.recruit .info h3{
		margin-bottom: 20px;
	}
	.recruit .info .flex .flex_r{
		width: 100%;
		padding: 20px;
	}
}




/*===会社概要ページ==============================*/
.about_greeting .flex{
	display: flex;
	justify-content: space-between;
}
.about_greeting .flex .img{
	width: 40%;
}
.about_greeting .flex .text{
	width: 50%;
}
.about_greeting .flex .text h3{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
}
.about_greeting .flex .text .wrap{
	margin-bottom: 40px;
	font-style: italic;
}
.about_greeting .flex .text .right{
	text-align: right;
}
@media (max-width: 750px){
	.about_greeting .flex{
		display: block;
	}
	.about_greeting .flex .img{
		width: 90%;
		max-width: 500px;
		margin-bottom: 20px;
	}
	.about_greeting .flex .text{
		width: 90%;
		margin: 0 0 0 auto;
	}
	.about_greeting .flex .text h3{
		font-size: 1.4rem;
	}
}
@media (max-width: 450px){
	.about_greeting .flex .text{
		width: 95%;
	}
}

.philo{
	background: url(../img/philo_bg.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.philo::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
.philo h2::after{
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #fff;
	margin: 10px auto;
}
.philo .img{
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	opacity: 0.8;
}

.company_info{
	background: #197F2A;
}
.access{
	padding: 0;
}

/*お問い合わせ*/
.contact .tel_contact{
	text-align: center;
	display: inline-block;
	border-top: 2px solid #7bbf2a;
	border-bottom: 2px solid #7bbf2a;
	padding: 15px 80px;
	line-height: 1.5;
}
.contact .tel_contact a{
	display: block;
	font-size: 2rem;
	margin-bottom: 3px;
}
.contact .tel_contact a span{
	font-size: 0.9em;
	margin-right: 5px;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact{
		padding: 10px 60px;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 20%;
	font-weight: bold;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.normal{
	font-weight: normal !important;
}
.mailform .row span{
  color: #fff;
  background: #7bbf2a;
  padding: 5px;
  margin-right: 5px;
  font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #197F2A;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #197F2A;
}
.mailform .postal_btn:hover{
	background: #197F2A;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #197F2A;
	border: 1px solid #197F2A;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #197F2A;
}
.mailform button::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #197F2A;
    border-bottom: 3px solid #197F2A;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
}

/*プライバシーポリシー*/
.privacy{
	background: #197F2A;
}
.privacy .wrapper .wrapper_white{
	background: #fff;
	padding: 5px 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px 0;
}
.privacy p span{
	font-weight: bold;
	font-size: 1rem;
	display: block;
	font-family: 'Noto Serif JP', serif;
	color: #197F2A;
}
.privacy p span::before{
	content: '-';
	margin-right: 1px;
}

/*スクロールバー全体*/
.privacy_flame::-webkit-scrollbar {
    width: 5px;
}

/*スクロールバーの軌道*/
.privacy_flame::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.privacy_flame::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/*===サンクスページ===*/
.thanks{
	background: linear-gradient(to bottom, #197F2A 0%, #197F2A 50%, #fff 50%, #fff 100%);
}
.thanks .inner{
	background: #fff;
	padding: 40px 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.thanks .inner .small p{
	font-size: 0.8rem;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, object{
  background-attachment: scroll;
}