@charset "utf-8";

.br50{
	border-radius:50%;
}
/* スライダー */
.swiper-container {
	position:relative;
	height:calc(100vh - 120px);
	z-index:2;
	margin:0 auto 50px auto;
	width:100%;   
	display:block;
	overflow:hidden;
	margin-top: 120px;
}
.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.wrap_box {
	line-height:1.5;
	color:#fff;
	position:absolute;
	top:50%;
	left:68%;
	z-index:1;
	display:block;
	text-align:center;
	transform: translatey(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	width: 80%;
}
.slider_text_logo{
	font-size: 2.25rem;
	color: #fff;
	text-shadow: 0 3px 6px #E46785;
	line-height: 2.5;
}
.slider_text_logo span{
	color:#971111;
}
.slider_text_logo img{
	margin: 0 auto;
}
.photo_box{
	position:absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.photo_box img{
	max-height:80vh;
}
.pc-slider{
	display: block;
}
.sp-slider{
	display: none;
}
.slide_img_pc{
	display: block;
}
.slide_img_sp{
	display: none;
}

@media screen and (max-width:1130px){
	.slide_img_pc{
		display: none;
	}
	.slide_img_sp{
		display: block;
	}
}

@media screen and (max-width:767px){
	.slider_text_logo{
	font-size:1.4rem;
	}
	.swiper-container{
		height:540px ;
		margin-top: 90px;
	}
	.wrap_box{
		width: 90%;
		left: 50%;
	}
}
@media screen and (max-width:390px){
	.pc-slider{
		display: none;
	}
	.sp-slider{
		display: block;
	}
	.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
}

.section_title{
	line-height:1;
	position:relative;
	margin-bottom: 5%;
	background-repeat: no-repeat;
	background-position: 0;
	color: #333;
}
.section_title .josefin{
	font-size:2.875rem;
	font-weight: 600;
	display: inline-block;
}
.section_title .under{
	font-size:1rem;
	font-weight: 500;
	display: inline-block;
	padding-left: 50px;
	position: relative;
}
.section_title .under:before{
	content: "";
	width: 40px;
	height: 1px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.kuru{
	position: absolute;
	top: 155px;
	left: -100px;
	transform: rotate(90deg);
}
@media screen and (max-width:767px){
	.section_title .raleway{
		font-size:2.2rem;
	}
	.kuru{
		position: relative;
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}
}
/*  パンくず  */
.breadcrumb{
    height: 32px;
    line-height:32px;
    color:#333;
	margin-bottom:5%;
}
.breadcrumb a {
    color:#333;
}
.breadcrumb span {
    padding:0 5px;
}
.breadcrumb p {
    max-width:1200px;
    padding:0;
    margin:0 auto;
	white-space: nowrap;
	overflow: auto;
}
@media screen and (max-width:1199px){
	.breadcrumb {
        padding:0 10px;
    }
}
@media screen and (max-width:599px){
	.breadcrumb {
        font-size:0.75rem;
    }
}

.check_btn{
	position: relative;
	max-width: 350px;
	width:100%;
	height:50px;
	margin: 0 auto;
	display: block;
	text-align: center;
	background-color:#fff;
	color:#333;
	line-height: 50px;
	font-weight: bold;
	border: solid 1px #333;
}
.check_btn span{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:20px;
	width: 16px;
	height: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}
@media screen and (max-width:599px){
	.check_btn{
		max-width: 300px;
	}
}
.btn_line{
	position: relative;
	max-width: 355px;
	border:solid 1px #333;
	width:100%;
	height:49px;
	margin: 0 auto;
	display: block;
	font-size: 0.9375rem;
	text-align: center;
	background-color:#fff;
	color:#333;
	padding-top:9px;
}
.btn_line span{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:3%;
}
#work .inner_1000 .news_inner {
	padding:0;
	justify-content:space-between;
}
#work .work_article p {
	padding:0;
	margin-bottom:10px;
}
#work .work_article {
	padding:0;
	margin-bottom:3rem;
}
.work_category{
	font-size:0.875rem;
	background-color:#FFA500;
	color:#fff;
	display:inline-block;
	padding:5px 30px;
}
.work_title{
	color:#333;
}
.work_date{
	font-size:0.875rem;
	color:#707070;
}
.work_btn{
	width:100%;
	height:130px;
	border:solid 1px #707070;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	background-color:#fff;
	line-height:2;
	position:relative;
	cursor:pointer;
	color:#333;
}
.work_eng{
	font-size:1.375rem;
}
.arrow{
	width:33px;
	height:33px;
	position:absolute;
	top:50%;
	right:5%;
	transform:translatey(-50%);
}
.news_img_box{
	max-width:560px;
	width:100%;
	height:460px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin-bottom:3%;
}
@media screen and (max-width:767px){
	.news_img_box{
		display:none;
	}
}
.news_text_box{
	width:100%;
	margin-bottom:3%;
}
.news_info{
	font-size:0.875rem;
	color:#8E8E93;
	padding:0;
}
.news_honbun {
	font-size: 0.875rem;
	margin-bottom: 20px;
  }
.news_info span{
	background-color:#88B1C5;
	color:#fff;
	margin-right:10px;
	padding:3px 20px;
}
#notfound{
	padding: 80px 0;
}
@media screen and (max-width:767px){
	#notfound{
		padding: 30px 0;
	}
}
#top_title{
	padding:0;
	width: 100%;
}
.top_title_inner{
	height:100%;
	height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #000;
	position: relative;
	display: flex;
	align-items: center;
}
/*
.bg_opacity{
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
	position: relative;
}
*/
.top_title_inner .top_text{
	color:#fff;
	font-weight: bold;
	position: relative;
	line-height: 1.2;
}
.top_title_inner .top_text .text{
	font-size:4rem;
}
.top_title_inner .top_text .under{
	font-size: 1.5rem;
	position: relative;
	font-weight: 500;
	display: inline-block;
	padding-left: 50px;
}
.top_title_inner .top_text .under:before {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  }
#title .text_center img{
	margin: 0 auto;
}
#title .flexbox{
	justify-content: center;
	align-items: center;
	gap:20px 80px;
	padding-top: 30px;
}
#title .flexbox .left{
	max-width: 400px;
	width: 100%;
}
#title .flexbox .right{
	max-width: 720px;
	width: 100%;
}
.title_img{
	max-width: 560px;
	width:100%;
	height:360px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
}
.title_textbox{
	max-width: 560px;
	width:100%;
}
.title_textbox_inner{
	padding-top: 20px;
}
@media screen and (max-width:767px){
	#top_title{
		margin-top: 90px;
	}
}
@media screen and (max-width:599px){
	.top_title_inner{
		height: 300px;
		background-size: auto 105%;
	}
}
@media screen and (max-width:520px){
	.title_img{
		height:250px;
	}
}

.tri{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 60px 0 60px;
	border-color: #007162 transparent transparent transparent;
	margin:0 auto 30px auto;
}
.tri2{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 60px 0 60px;
	border-color: #00AF98 transparent transparent transparent;
	margin:0 auto 30px auto;
}
.tri3 span{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #88B1C5;
	margin:80px 20px;
	display:inline-block;
}
.work_article_box{
	max-width:350px;
	width:100%;
	margin-bottom:5%;
}
.work_article_img{
	width:100%;
	height:273px;
	background-position:center;
	margin-bottom:10px;
}
.work_category {
  font-size: 0.875rem;
  background-color: #FFA500;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
}
.work_title {
  color: #333;
}
.work_date {
  font-size: 0.875rem;
  color: #707070;
}
.article_pagenation{
    display: flex;
    justify-content: center;
    padding: 20px;
    width: 100%;
    margin: 10% auto 0 auto;
}
.article_pagenation li{
	margin:1%;
	color:#fff;
}
.article_pagenation a {
	margin:0 5px;
	padding:10px 20px;
	display: inline-block;
	text-align: center;
	color:#5A3200;
	background-color:#B1CD69;
	border-radius: 3px;
	min-width: 3rem;
}
.article_pagenation .wp-pagenavi a{
    margin: 0 1%;
    min-width: auto;
    display: inline;
}

.wp-pagenavi .pages {
	display:none;
}
.wp-pagenavi a, .wp-pagenavi span {
	border:none;
	font-weight:300;
	color:#333;
}

.article_pagenation .current {
	 margin:0 5px;
	padding:5px 10px;
	color:#333;
	background-color:#fff;
	border:1px solid #333;
	display: inline-block;
	text-align: center;
	border-radius:3px;
}
.article_pagenation .wp-pagenavi a {
	margin:0 5px;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	color:#fff ;
	background-color:#333;
	border:1px solid #333;
	font-weight:bold;
}

.article_news_category_list li{
    padding: 3px 0;
}
.article_news_category_list a {
    color:#333;
    display:block;
	font-size: 90%;
	padding-left: 20px;
}
.article_news_category_list{
	max-width:200px;
	width:100%;
}
.article_news_category_list .content_title::after{
	display:none;
}
.article_news_category_list .content_title{
	font-size: 1.375rem;
	padding: 5px 0;
	margin-bottom: 5px;
	font-weight: 600;
	border-bottom: solid 1px #707070;
	color: #00AF98;
}
#jisseki_page #jisseki .article_news_category_list .content_title,
#jisseki-article #news .article_news_category_list .content_title{
	color: #004F90;
}
#news_page #news .article_news_category_list .content_title,
#news-article #news .article_news_category_list .content_title{
	color: #BB3130;
}
.news_list{
    /*max-width: 720px;*/
    width: 100%;
}
#news-article #news .news_list{
    max-width: 720px;
    width: 100%;
}
#jisseki_page #jisseki .news_list,
#jisseki_page_article #jisseki-article .news_list{
    max-width: 720px;
    width: 100%;
}
#bukken_page #bukken .news_list{
    max-width: 720px;
    width: 100%;
}
.newslist_box{
	margin-bottom:20px;
}
.newslist_box a{
	display:flex;
	color:#333;
	flex-wrap:wrap;
	justify-content:space-between;
}
.news_img{
	max-width: 120px;
	width: 100%;
	height: 120px;
	background-size: cover;
	background-position: center;
}
.news_text{
	position: relative;
	color: #333;
	font-size: 0.875rem;
}
.news_text .text_right {
	color: #F18282;
	position: absolute;
	right: 0;
	bottom: 0;
}
.news_img_l{
	width:100%;
	height:520px;
	background-position:center;
	background-size:cover;
	margin-bottom: 20px;
}
.newslink a {
    color:#fff;
}
#news-article #news .news_category {
	margin: 0;
	background-color: #BB3130;
	padding: 5px 15px;
	color: #fff;
}
#voice-article #news .news_category {
	margin: 0;
	background-color: #FFA500;
	padding: 5px 15px;
	color: #fff;
}
#news-article #news .news_textbox{
	margin-bottom: 40px;
}
#news-article #news .news_title2{
	background-color: #FDF8EF;
	color: #5A4500;
	font-size: 1.125rem;
	font-weight: bold;
	border-bottom: solid 2px #5A4500;
	padding: 10px;
	margin-bottom: 10px;
}
#news-article .news_title {
	padding: 10px 0;
	border-bottom: dashed 1px #707070;
	font-size: 1.125rem;
	font-weight: 500;
}
#voice-article .news_title {
	padding: 10px 0;
	border-bottom: dashed 1px #707070;
	font-size: 1.125rem;
	font-weight: 500;
}
@media screen and (max-width:767px){
	.news_list{
        padding: 0;
    }
	.newslist_box a{
		justify-content:center;
	}
	.news_img_l{
		height:300px;
	}
}
#greeting .flexbox{
	justify-content: center;
	gap: 20px 40px;
}
#greeting .left{
	max-width: 400px;
	width: 100%;
}
#greeting .left .img{
	max-width: 400px;
	width: 100%;
	height: 280px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#greeting .right{
	max-width: 360px;
	width: 100%;
}
#greeting .right .img{
	max-width: 180px;
	width: 100%;
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 15px auto 0 auto;
}
#greeting .right h4{
	font-size: 1.25rem;
	font-weight: 600;
	padding: 5px 0;
}
.company_profile{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	padding-bottom:20px;
	border-bottom:dashed 1px #fff;
	margin-bottom:20px;
	color: #fff;
}
.company_profile:last-child{
	margin-bottom: 50px;
}
.company_profile dt{
	width:150px;
}
.company_profile dd{
	width:560px;
}
.porofile_img{
	max-width: 480px;
	width:100%;
	height:320px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#company_profile .flexbox{
	justify-content: center;
	gap:40px;
}
@media screen and (max-width: 999px){
	.porofile_img{
		max-width:480px;
		width:100%;
	}
	.company_profile dt{
		width:100%;
		text-align: center;
	}
	.company_profile dd{
		width:100%;
		text-align:center;
	}
}
.contact_title{
	font-size:2.625rem;
	font-weight: 600;
	line-height: 1;
}
.contact_form{
	background-color:#fff;
	width:100%;
	height:147px;
	color:#333;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:10%;
	border-radius: 100px;
	flex-direction:column;
}
.contact_box_inner{
	max-width:255px;
	width:100%;
}
.contact_text_guide{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.contact_text1 a{
	display:flex;
	align-items:center;
}
.contact_tel_icon{
	width:40px;
	height:40px;
	margin-right: 10px;
	flex-shrink: 0;
}
.contact_text1 {
  font-size: 1.375rem;
}
.contact_number{
	color:#333;
	font-size:2.25rem;
	font-weight: 500;
	padding: 0;
	line-height: 1;
}
.contact_text2 p{
	padding:0 0 0 50px;
	font-size: 0.8125rem;
}
.contact_line{
	position:relative;
	padding-left:10px;
	font-size: 1rem;
}
.contact_line:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
	width:4px;
	height:24px;
	background-color:#333333;
}
.CF7_table dl{
	display:table;
	width:100%;
}
.CF7_table dl > * {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.CF7_table dl dt {
    width: 320px;
    
    font-size: 0.9375rem;
    padding: 21px 20px;
    position: relative;
}
.CF7_table dl dt small {
    display: inline-block;
    width: 30px;
    background-color: #EB3333;
    font-weight: 400;
    font-size: 0.6875rem;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 26px;
    right: 20px;
}
.CF7_table dl dd {
    
    padding: 15px;
	color:#333;
}
.CF7_table dl dd .turn{
	font-size:0.9375rem;
}
.CF7_table dl dd .red{
	font-size:0.875rem;
}
.CF7_table dl + dl {
    padding-top: 10px;
}
.CF7_table dl dt small.none {
    background-color: #fff;
    color: #333;
}
.wpcf7-submit{
	width: 100%;
	max-width: 355px;
	height:49px;
	background-color: #8FC31F;
	color: #fff;
	font-size: 1.5rem;
	border: solid 1px #8FC31F;
	display: block;
	margin: 0 auto;
	padding-top:4px;
	cursor:pointer;
	border-radius: 10px;
	font-weight: bold;
}
/*
.wpcf7-arrow{
	position: relative;
	max-width:355px;
	width:100%;
	height:50px;
	display:inline-block;
}
.wpcf7-arrow:after{
	content:'';
	width: 10px;
	height: 10px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top:20px;
	right: 37px;
	transform: rotate(45deg);
	z-index: 2;
}
.wpcf7-arrow:before{
	content:'';
	width: 21px;
	height: 21px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top:15px;
	right: 30px;
	z-index: 1;
}
*/
.CF7_table {
	max-width:900px;
	width:100%;
	margin:40px auto;
	text-align:left;
	font-size:1.2rem;
}
.CF7_table .vtop{
	vertical-align:top;
}
.CF7_table input ,.CF7_table textarea {
	text-align:left;
	padding:0 0.5rem;
	border:1px solid #ccc;
	width:100%;
	line-height:2rem;
	border-radius: 10px;
}
.maiform__privacy {
	margin:30px auto;
	font-size:0.875rem;
	background-color:#fff;
	color:#000;
	font-weight:normal;
	text-align:center;
	padding:5px 20px;
	line-height:2em;
	
}

.wpcf7-form p{
	text-align:center;
	margin-bottom:3rem;
}
.wpcf7-previous{
	width: 100%;
	max-width: 355px;
	height: 49px;
	background-color: #8FC31F;
	color: #fff;
	font-size: 1rem;
	border: solid 1px #8FC31F;
	cursor:pointer;
	display:block!important;
	margin:0 auto 2rem auto;
	padding-top:4px;
	border-radius: 10px;
	font-weight: bold;
	opacity: 0.8;
}
.wpcf7-select{
	width: 100%;
	padding: 10px;
	border-radius: 0;
	background-color: #fff;
	border: none;
	box-shadow: 0 0 1px #707070;
}
.mail_confirm {
	line-height:2em;
	text-align:center;
	padding-top:30px;
}
.contact_tohome {
	text-align:center;
	padding-top:3em;
}
.contact_tohome a {
	background-color:#132C64;
	padding:10px 50px;
	color:#fff;
}
span.nomust {
	background-color:#ccc;
}
#contact_comp h4{
	font-size:1.125rem;
}
#mailform{
	padding: 0 15px;
}
@media screen and (max-width:767px){
	.CF7_table dl > * {
    display: block;
}
	.CF7_table dl dt {
		width:auto;
	}
}
.article_category_name {
  font-size: 0.8em;
  display:inline-block;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
#about{
	background-repeat: no-repeat;
	background-size: cover;
}
.about_inner{
	padding-top: 110px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/home/top_title_bg.png);
}
@media screen and (max-width:599px){
	.about_inner{
		background-image: url(../img/home/top_title_bg_sp.png);
	}
}
.about_flex{
	justify-content: center;
	gap:20px;
}
.about_flex a{
	max-width: 380px;
	width: 100%;
	height: 130px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.about_img{
	max-width: 800px;
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_btn{
	justify-content: center;
	gap:40px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.flow_inner{
	max-width: 560px;
	width: 100%;
	margin-bottom: 60px;
}
.flow_img{
	width: 100%;
	height: 320px;
	position: relative;
	margin-bottom: 20px;
	border-radius: 20px;
	position:relative;
}
.flow_img:before{
	content:"";
	position:absolute;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	border-radius: 20px;
	border:solid 1px #fff;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.flow_title{
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
#home .news_list_box{
	border-bottom: dashed 1px #333;
}
.news_list_box:last-child{
	margin-bottom: 60px;
}
.news_list_box a{
	padding-bottom: 30px;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: end;
	flex-wrap:wrap;
}
.news_list_box .news_img{
	max-width: 170px;
	width: 100%;
	height: 170px;
	background-position: center;
	background-size: cover;
	flex-shrink: 0;
}
#bukken_page .news_list_box .news_img{
	max-width: 320px;
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	flex-shrink: 0;
}
#home .news_list_box .news_textbox{
	width: 85%;
	margin: 0 auto;
	display: flex;
	gap:10px 20px;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: row;
	border-bottom:none;
	max-width: 1000px;
	padding-top: 30px;
}
.news_list_box .news_textbox{
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap:10px 20px;
	flex-wrap: wrap;
	border-bottom: dashed 1px #333;
	max-width: 530px;
}
.news_list_box .news_textbox p{
	padding: 0;
}
#bukken_page .news_list_box .news_textbox{
	border-bottom: none;
	max-width: 500px;
}
#bukken_page .news_list_box{
	border-bottom: solid 1px #333;
}
.news_textbox .news_category{
	display: inline-block;
	font-size: 0.8125rem;
	background-color: #BB3130;
	text-align: center;
	color: #fff;
	width: 118px;
	height: 24px;
	line-height: 24px;
	flex-shrink: 0;
}
#bukken_page .news_textbox .news_category{
	display: inline-block;
	font-size: 0.8125rem;
	background-color: #0F195B;
	text-align: center;
	color: #fff;
	margin: 0 20px;
	width: 118px;
	height: 24px;
	line-height: 24px;
}
#bukken-article .news_box .news_category{
	display: inline-block;
	font-size: 0.8125rem;
	background-color: #0F195B;
	text-align: center;
	color: #fff;
	margin: 0 20px;
	width: 132px;
	height: 24px;
	line-height: 24px;
}
#voice_page .news_textbox .news_category{
	display: inline-block;
	font-size: 0.8125rem;
	background-color: #FFA500;
	text-align: center;
	color: #fff;
	width: 160px;
	height: 24px;
	line-height: 24px;
}
#bukken-article .news_box .news_title{
	border-bottom: dashed 1px #333;
}
#bukken-article .news_box .news_honbun,
#jisseki-article .news_box .news_honbun{
	margin-bottom: 10%;
}
.news_textbox .news_date{
	display: inline-block;
	font-size: 0.875rem;
	color: #707070;
	margin: 0;
	min-width: 100px;
	margin-right: 20px;
}
#home .news_textbox .news_date{
	display: inline-block;
	font-size: 0.875rem;
	color: #707070;
	margin: 0;
	min-width: 110px;
	margin-right: 0;
}
.news_title{
	white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
}
.news_textbox .news_title{
	font-size: 1.125rem;
	font-weight: 700;
	color: #333;
	padding: 0;
	width: 100%;
}
#bukken_page .news_textbox .news_title{
	font-size: 1.125rem;
	font-weight: 700;
	color: #333;
	padding: 0;
	width: 100%;
	border-bottom: dashed 1px #333;
}
#home .news_textbox .news_title{
	border-bottom: none;
	font-size: 1rem;
	font-weight: 400;
}
.news_textbox .check_btn{
	margin: 0 auto 30px auto;
}
.news_textbox .bukken_text{
	display: flex;
	color: #333;
	flex-wrap: wrap;
	min-height:90px;
}
.news_textbox .bukken_text dt{
	width: 25%;
}
.news_textbox .bukken_text dd{
	width: 75%;
}
.news_list_box .news_date span{
	display: inline-block;
	color: #333;
}

.news_list_box .news_title span{
	font-size: 1rem;
}
.news_list_box .text_right{
	color: #E60C20;
	font-size: 0.875rem;
	padding: 0 0 10px 0!important;
}
.news_list_box .text_right span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-position: center;
	background-size: cover;
	margin-left: 20px;
}
@media screen and (max-width:767px){
	.news_list_box .news_textbox{
		height: auto;
	}
	.news_list_box .news_text{
		display: none;
	}
	#home .news_list_box .news_textbox{
		flex-wrap: wrap;
	}
}
.title_btn{
	max-width: 560px;
	width: 100%;
}
.title_btn_img{
	display: inline-block;
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.title_btn_baneer{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:-25px;
}
.title_btn_arrow{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}
.title_btn_arrow:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	left: 45%;
	bottom: 10px;
	margin-top: -6px;
	transform: rotate(45deg) translateX(-50%);
}
.recruitment_list{
	border-bottom: dashed 1px #F18282;
	margin-bottom: 30px;
}
.recruitment_list_inner{
	display: flex;
	flex-wrap: wrap;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.recruitment_list dt{
	max-width: 180px;
	width: 100%;
}
.recruitment_list dd{
	max-width: 540px;
	width: 100%;
}
.news_flex{
	justify-content: start;
	gap: 20px;
}
@media screen and (max-width:767px){
	.news_flex{
	justify-content: center;
}
}
#parent .news_box{
	max-width: 350px;
	width: 100%;
}
#parent .news_box a{
	display: block;
	width: 100%;
}
#parent .news_img{
	max-width: 100%;
	width: 100%;
	height: 273px;
	background-position: center;
	background-size: 100%;
}
#parent .news_text{
	border-bottom: none;
	margin-bottom: 0;
	min-height: auto;
}
#parent .news_category{
	margin: 0;
}
#parent-article .news_category{
	margin: 0;
}
#parent-article .news_title{
	padding: 10px 0;
	border-bottom: dashed 1px #D57124;
}
#parent-article .news_honbun{
	font-size: 1rem;
}
#parents .news_box{
	max-width: 350px;
	width: 100%;
}
#parents .news_box a{
	display: block;
	width: 100%;
}
#parents .news_img{
	max-width: 100%;
	width: 100%;
	height: 273px;
	background-position: center;
	background-size: 100%;
}
#parents .news_text{
	border-bottom: none;
	margin-bottom: 0;
	min-height: auto;
}
#parents .news_category{
	margin: 0;
}
#parents-article .news_category{
	margin: 0;
}
#parents-article .news_title{
	padding: 10px 0;
	border-bottom: dashed 1px #D57124;
}
#parents-article .news_honbun{
	font-size: 1rem;
}
#jisseki .news_box{
	max-width: 350px;
	width: 100%;
}
#jisseki .news_box a{
	display: block;
	width: 100%;
}
#jisseki .news_img{
	max-width: 100%;
	width: 100%;
	height: 273px;
	background-position: center;
	background-size: 100%;
	background-repeat:no-repeat;
}
#jisseki .news_text{
	border-bottom: none;
	margin-bottom: 0;
	min-height: auto;
}
#jisseki .news_text p{
	padding: 5px 0;
}
#jisseki .news_text .news_title{
	padding: 5px 0;
}
#jisseki .news_category{
	background-color: #004F90;
	padding: 5px 40px;
	color: #fff;
}
#jisseki-article .news_category{
	background-color: #004F90;
	padding: 5px 20px;
	color: #fff;
}
#jisseki-article .news_title{
	padding: 10px 0;
	border-bottom: dashed 1px #707070;
	font-weight: 400;
	font-size: 1.125rem;
}
#jisseki-article .news_honbun{
	font-size: 1rem;
}
#bukken_page_article #jisseki-article .news_category{
	background-color: #333;
	padding: 5px 20px;
	color: #fff;
}
#contact_page .breadcrumb{
	margin-top: 0;
	margin-bottom: 40px;
	color: #fff;
}
#contact_page .breadcrumb a {
	color: #fff;
  }
#jisseki{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}
#jisseki_page #jisseki{
	padding:0 0 80px 0;
}
#jisseki .jisseki_flex{
	justify-content: center;
	gap:20px 24px;
}
#bukken .jisseki_flex{
	justify-content: start;
	gap:24px 20px;
}
@media screen and (max-width:1280px){
	#bukken .jisseki_flex{
		max-width: 740px;
		margin: 0 auto 30px auto;
	}
}
@media screen and (max-width:767px){
	#bukken .jisseki_flex{
		justify-content: center;
	}
}
.jisseki_box{
	max-width:350px;
	width:100%;
	background-color: #FFFDF8;
	border: solid 1px #707070;
}
.jisseki_box a{
	display: block;
	padding: 20px 29px;
}
.jisseki_box .jisseki_img{
	max-width: 290px;
	width:100%;
	height:170px;
	background-size:cover;
	background-position:center;
	margin-bottom:10px;
}
.jisseki_box .jisseki_category{
	min-width: 144px;
	height: 26px;
	background-color: #333;
	font-size: 0.8125rem;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	padding: 0;
}
.jisseki_date{
	font-size:0.8125rem;
	color:#707070;
	padding-bottom: 0;
}
#home #property .jisseki_category{
	font-size:0.8125rem;
	background-color:#E60C20;
	color:#fff;
	display:inline-block;
	padding:5px 30px;
}
.jisseki_title{
	color:#333;
	width:100%;
	white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
	padding-bottom: 5px;
}
.jisseki_list{
	display: flex;
	gap: 10px;
	font-size: 0.8125rem;
	color: #333;
	margin-bottom: 5px;
	align-items: center;
}
.jisseki_list:last-child{
	margin-bottom: 0;
}
.jisseki_list dt{
	width: 64px;
	height: 42px;
	background-color: #BB3130;
	color: #fff;
	text-align: center;
	line-height: 42px;
}
.jisseki_list dd{
	max-width: 216px;
	width: 100%;
	line-height: 1.5;
}
.jisseki_btn{
	width:100%;
	height:90px;
	border:solid 1px #707070;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	background-color:#fff;
	line-height:2;
	position:relative;
	cursor:pointer;
	color:#333;
}
.jisseki_eng{
	font-size:2rem;
	font-weight: bold;
	line-height:1;
}
.jisseki_btn .arrow{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:5%;
	width: 33px;
	height: 33px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width:767px){
	#home .jisseki_box:nth-child(3){
		display: none;
	}
	#home .jisseki_box:nth-child(4){
		display: none;
	}
	#home .jisseki_box:nth-child(5){
		display: none;
	}
	#home .jisseki_box:nth-child(6){
		display: none;
	}
	#jisseki{
		padding: 30px 0;
	}
}
#jisseki .jisseki_box{
	max-width: 282px;
	width: 100%;
	background-color: transparent;
	border: none;
}
#jisseki .jisseki_box a{
	padding: 0;
}
#jisseki .jisseki_box .jisseki_img {
	max-width: 282px;
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}
#jisseki .jisseki_date {
	font-size: 0.8125rem;
	color: #333;
	padding-bottom: 0;
}
#jisseki .jisseki_box .jisseki_category {
	min-width: 144px;
	height: 26px;
	background-color: #004F90;
	font-size: 0.8125rem;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	padding: 0;
}
.contents_title{
	padding-left: 15px;
	position: relative;
}
.contents_title::before{
	content: "";
	width: 6px;
	height: 36px;
	background-color: #fff;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
.contents_subtitle{
	padding-left: 15px;
	position: relative;
}
.contents_subtitle::before{
	content: "";
	width: 6px;
	height: 36px;
	background-color: #E7692B;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
.pointbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px 60px;
	border-bottom: dashed 1px #707070;
	margin-bottom: 30px;
	min-height:160px;
}
.point_ten{
	max-width: 140px;
	width: 100%;
	height: 140px;
	border-radius: 50%;
	background-color: #FFA500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.point_ten p{
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	font-style: italic;
	font-weight: 500;
}
.point_ten p span{
	font-size: 2.5rem;
}
.point_textbox{
	max-width: 800px;
	width: 100%;
}
.point_textbox h4{
	font-size: 1.375rem;
	padding-top: 0;
}
.contents2_box{
	border-bottom: dashed 1px #707070;
	margin-bottom: 60px;
}
#contents3 .flexbox{
	justify-content: center;
	gap:30px 60px;
}
#contents3 .inner_img{
	max-width: 380px;
	width: 100%;
	height: 380px;
	background-repeat: no-repeat;
}
#contents3 .inner_box{
	max-width: 560px;
	width: 100%;
}
#contents3 .inner_box .montserrat{
	color: #E60C20;
	font-weight: 500;
	font-style: italic;
	font-size: 1.25rem;
	padding: 0;
}
#contents3 .inner_box h4{
	padding-top: 0;
}
@media screen and (max-width:767px){
	#contents3 .inner_img{
		background-size: 100%;
	}
}
#matome{
	padding: 100px 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#matome .matome_inner{
	max-width: 1000px;
	width: 100%;
	padding: 50px 10px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.9);
}
#akiya #contents1 .pointbox .point_ten{
	background-color: #E60C20;
}
.sale_flex{
	justify-content: center;
	gap:40px;
}
.sale_flex a{
	max-width: 380px;
	width: 100%;
	height: 130px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 10px;
}
@media screen and (max-width:767px){
	.sale_flex{
		gap:20px;
	}
}
.scrool_btn{
	position:relative;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #333;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.scrool_btn:before {
    content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px;
	border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left:50%;
    margin-top: -5px;
	transform: translateX(-50%) rotate(90deg);
  }
#difference .difference_flex{
	justify-content: center;
	gap: 20px;
}
#difference .difference_flex_inner{
	max-width: 320px;
	width: 100%;
	border: solid 1px #333;
	padding: 15px;
	margin-bottom: 20px;
}
#difference .difference_flex_inner h4{
	font-size: 1.125rem;
}
#difference .difference_flex_inner p{
	font-size: 0.875rem;
}
#difference .difference_accent{
	background-color: #FFFDF8;
	border-radius: 10px;
	border: solid 1px #707070;
	padding: 40px 15px;
	margin-bottom: 50px;
}
#flow .flow_accent{
	border: solid 1px #333;
	background-color: #fff;
	padding: 40px 15px;
	margin-bottom: 10px;
}
#flow .flow_accent h4{
	font-size: 1.125rem;
}
#flow .flow_accent p{
	font-size: 0.875rem;
}
#flow #green .point_ten{
	background-color: #46B481;
}
.cost-insi{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 20px;
}
.cost-insi dt{
	max-width:300px;
	width:100%;
}
.cost-insi dd{
	max-width:200px;
	width:100%;
}
.cost-insi dd span{
	margin-right:10px;
}

@media screen and (max-width:1025px){
	#contact_page #title .inner_800{
		text-align:center;
	}
}
@media screen and (max-width:499px){
	#contact_page #title .inner_800{
		text-align:left;
	}
}

#contents .flexbox{
	gap: 20px;
}
#contents .flexbox .left{
	max-width: 462px;
	width: 100%;
}
#contents .flexbox .right{
	max-width: 500px;
	width: 100%;
}
#contents .flexbox .right .img{
	max-width: 500px;
	width: 100%;
	height: 368px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#contents .flexbox .right .ilust{
	max-width: 384px;
	width: 100%;
	height: 274px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 20px auto;
}
#information .bg_skin{
	padding: 20px;
	align-items: center;
}
#information .bg_skin .left{
	max-width: 507px;
	width: 100%;
}
#information .bg_skin .left .text_box{
	display: flex;
	gap: 10px;
	border-bottom: solid 1px #F0862B;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#information .bg_skin .left .text_box .ten{
	width: 5%;
	min-width:30px;
}
#information .bg_skin .left .text_box .ten .shippori{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #F0862B;
	font-size: 1.75rem;
	color: #fff;
}
#information .bg_skin .left .text_box .text{
	width: 95%;
}
#information .bg_skin .left .text_box .text h4{
	color: #5A4500;
	font-size: 1.25rem;
	padding: 0;
}
#information .bg_skin .right{
	max-width: 400px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
#information .bg_skin .right .img{
	max-width: 180px;
	width: 48%;
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#contact .box{
	max-width: 471px;
	width: 100%;
	height: 320px;
	background-color: #EFDFD0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact .box .inner{
	background-color: #fff;
	max-width: 349px;
	width: 95%;
	min-height: 193px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact .box .inner .inner_2{
	max-width: 297px;
	width: 95%;
}
#contact .box .inner .inner_2 .box1{
	border-bottom: solid 1px #574612;
	margin-bottom: 20px;
}
#contact .box .inner .inner_2 .box1 .contact_tel_icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#contact .box .inner .inner_2 .box1 .shippori{
	font-size: 1.125rem;
	color: #5A4500;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact .box .inner .inner_2 .box2 .text{
	text-align: center;
}
#contact .box .inner .inner_2 .box2 .text .tel_btn{
	font-size: 1.875rem;
	color: #F0862B;
}
#contact .box .inner .inner_2 .box2 .text a span{
	font-size: 0.8125rem;
	margin-right: 20px;
}
#contact .box .inner .inner_2 .box2 .text .text_center{
	padding: 3px 0;
	font-size: 0.625rem;
	color: #5A4500;
}
#contact .box .inner .inner_2 .box2 .line_btn{
	max-width: 252px;
	width: 100%;
	height: 52px;
	border-radius: 25px;
	background-color: #01B902;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1rem;
	margin: 0 auto;
}
#contact .box .inner .inner_2 .box2 .line_btn .contact_line_icon{
	display: inline-block;
	width: 34px;
	height: 32px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#form .bg_skin{
	padding: 30px;
}

.main-container{
	overflow: hidden;
	width: 100%;
}
#reason{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 760px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
#reason .inner{
	background-color: rgba(255,255,255,0.9);
	padding: 80px 20px;
}
#area{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 677px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
#area .inner{
	background-color: #fff;
	padding: 80px 20px;
}
#property .section_title{
	padding-top: 50px;
}
#property .flexbox{
	justify-content: center;
	gap: 20px;
	margin-bottom: 5%;
}
.news_box .news_date{
	color: #707070;
}
#property_page #jisseki .news_category{
	background-color: #E60C20;
}
#property_page_article #jisseki-article .news_category{
	background-color: #E60C20;
}
#property_page_article #jisseki-article .title{
	background-color: #002B4E;
	border-radius: 20px 20px 0 0;
	margin-bottom: 20px;
}
#property_page_article #jisseki-article .title h4{
	text-align: center;
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
}
#property_page_article #jisseki-article .title h4 .montserrat{
	font-size: 1rem;
}
#jisseki_page_article #jisseki-article .title{
	background-color: #861013;
	border-radius: 50px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}
#bukken_page_article #jisseki-article .title{
	background-color: #004F90;
	border-radius: 20px 20px 0 0;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}
#bukken-article #news .list,
#jisseki_page_article #jisseki-article .list,
#bukken_page_article #jisseki-article .list{
	display: flex;
	border-bottom: solid 1px #333;
	padding: 20px;
}
#bukken-article #news .list dt,
#jisseki_page_article #jisseki-article .list dt,
#bukken_page_article #jisseki-article .list dt{
	width: 25%;
}
#bukken-article #news .list dd,
#jisseki_page_article #jisseki-article .list dd,
#bukken_page_article #jisseki-article .list dd{
	width: 75%;
}
#point{
	padding: 80px 0;
}
#point .img{
	max-width: 1200px;
	width: 100%;
	height: 540px;
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
}
#point .josefin{
	font-size: 2rem;
	font-weight: bold;
}
#point .josefin:first-letter{
	color: #FFA500;
}
#point h4{
	margin-bottom: 20px;
}
#point h4 span{
	font-size: 1.75rem;
	background-color: #F3F2E6;
	padding: 5px;
}
@media screen and (max-width:599px){
	#point h4{
		background-color: #F3F2E6;
	}
}
#point p{
	line-height: 1.8;
}
.sale{
	padding: 50px;
}
.sale .section_title{
	text-align: left;
}
.sale .flexbox{
	padding: 0;
	margin-bottom: 5%;
	flex-wrap: nowrap;
}
.sale .flexbox .left{
	max-width: 950px;
	width: 60%;
	background-color: rgba(241,244,246,0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	flex-shrink: 0;
	z-index: 1;
}
.sale .flexbox .left .inner{
	max-width: 660px;
	width: 100%;
}
.sale .flexbox .left .inner p{
	margin-bottom: 8%;
}
.sale .flexbox .right{
	max-width: 860px;
	width: 60%;
	position: relative;
	top: -100px;
	left: -50px;
	flex-shrink: 0;
}
.sale .flexbox .right .img{
	max-width: 860px;
	width: 100%;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width:1919px){
	.sale .flexbox{
		flex-wrap: wrap;
	}
	.sale .flexbox .left{
		width: 50%;
	}
	.sale .flexbox .right{
		width: 50%;
		top: 0;
		left: 0;
	}
	.sale .flexbox .right .img{
		height: 500px;
	}
}
@media screen and (max-width:999px){
	.sale{
		padding: 15px;
	}
	.sale .flexbox .left{
		width: 100%;
	}
	.sale .flexbox .left .inner .check_btn{
		margin: 0 auto 80px auto;
	}
	.sale .flexbox .right{
		width: 100%;
		top: 0;
		left: 0;
	}
	.sale .flexbox .right .img{
		height: 340px;
		max-width: 340px;
	}
	.sale .section_title .montserrat{
		font-size: 2rem;
	}
}
#profile {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#profile .google_btn{
	margin: 0 auto;
	display: block;
	text-align: center;
}
#outline .bg_gray{
	min-height: 345px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content .flexbox{
	justify-content: center;
	gap: 50px;
	margin-bottom: 50px;
}
#content .flexbox .inner_box{
	max-width: 540px;
	width: 100%;
}
#content .flexbox .inner_box .img{
	max-width: 540px;
	width: 100%;
	height: 328px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#content .flexbox .inner_box h4{
	font-size: 1.375rem;
	font-weight: 500;
}
#content .flexbox .inner_box h4 .montserrat{
	font-size: 3.125rem;
	font-weight: bold;
}
#content2 .flexbox{
	justify-content: center;
	gap: 20px 100px;
}
#content2 .left{
	max-width: 820px;
	width: 100%;
}
#content2 .left .img{
	max-width: 820px;
	width: 100%;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#content2 .right{
	max-width: 800px;
	width: 100%;
}
#content2 .right h4{
	font-weight: 500;
	padding-top: 30px;
}
#content2 .right h4 .montserrat{
	font-size: 1.25rem;
	font-weight: bold;
}
#content2 .right .text_right{
	font-size: 1.125rem;
	font-weight: 500;
}
#procedure{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#procedure .section_title{
	padding-top: 60px;
	color: #fff;
}
#procedure .flexbox{
	justify-content: center;
	align-items: center;
	gap:20px 80px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #fff;
	border-bottom: dashed 1px #fff;
}
#procedure .flexbox .left{
	max-width: 180px;
	width: 100%;
}
#procedure .flexbox .left .inner{
	max-width: 180px;
	width: 100%;
	height: 180px;
	border: solid 1px #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#procedure .flexbox .left .inner h4{
	font-size: 1.375rem;
}
#procedure .flexbox .left .inner h4 span{
	font-size: 2.625rem;
}
#procedure .flexbox .right{
	max-width: 940px;
	width: 100%;
}
#procedure .flexbox .right h4{
	font-size: 1.375rem;
	font-weight: 700;
}
#content2 .flexbox .right .title{
	font-size: 1.25rem;
	font-weight: 700;
	padding-left: 10px;
	position: relative;
}
#content2 .flexbox .right .title:before{
	content: "";
	width: 4px;
	height: 28px;
	background-color: #002B4E;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#content2 .flexbox .right .list{
	display: flex;
	max-width: 630px;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}
#content2 .flexbox .right .list dt{
	width: 5%;
	display: flex;
	align-items: center;
}
#content2 .flexbox .right .list dt span{
	display: inline-block;
	max-width: 18px;
	width: 100%;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#content2 .flexbox .right .list dd{
	width: 94%;
	border-bottom: dashed 1px #333;
	padding: 5px  0;
}
#cost .section_title{
	padding-top: 60px;
}
#cost .title{
	background-color: #002B4E;
	border-radius: 20px 20px 0 0;
	margin-bottom: 20px;
}
#cost .title h4{
	color: #fff;
	font-size: 1.75rem;
	text-align: center;
}
#cost .title h4 .montserrat{
	font-size: 1rem;
}
#cost .box{
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #333;
}
#cost .box h4{
	font-size: 1.375rem;
	padding-left: 15px;
	position: relative;
}
#cost .box h4:before{
	content: "";
	width: 6px;
	height: 36px;
	background-color: #002B4E;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#cost .box .cost_list{
	display: flex;
	margin-bottom: 20px;
	max-width: 456px;
	width: 100%;
	gap: 25px;
}
#cost .box .cost_list dt{
	max-width: 300px;
	width: 100%;
}
#cost .box .cost_list dd{
	max-width: 126px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#cost .box .cost_list dd span{
	display: inline-block;
}

#jisseki .check_btn{
	margin: 0 0 40px auto;
}
#home #news .title_flex,
#jisseki .title_flex{
	align-items: end;
}
@media screen and (max-width:767px){
	#jisseki .check_btn{
		margin: 0 auto 40px auto;
	}
	#home #news{
		padding: 30px 0;
	}
}
#guide .flex_bet-center{
	margin-bottom: 30px;
}
#guide .flex_bet-center .left{
	max-width: 520px;
	width: 100%;
}
#guide .flex_bet-center .left h3{
	font-size: 2.25rem;
	font-weight: bold;
}
#guide .flex_bet-center .right{
	max-width: 600px;
	width: 100%;
}
#guide .flex_bet-center .right p{
	line-height: 1.8;
}
#guide .menu_flex{
	justify-content: center;
	gap:0 50px;
	margin-bottom: 30px;
}
#guide .menu_flex .menu_link{
	max-width: 290px;
	width: 100%;
	height: 290px;
	background-position: center;
	background-size: cover;
	border-radius:50%;
	overflow:hidden;
}
#guide .menu_flex .menu_link .simpleParallax{
	border-radius:50%;
}
@media screen and (max-width:767px){
	#guide .menu_flex .menu_link{
		max-width: 200px;
		width: 100%;
		height: 200px;
		position: relative;
	}
	#guide .menu_flex .menu_link:nth-of-type(1){
		margin-right: auto;
	}
	#guide .menu_flex .menu_link:nth-of-type(2){
		margin-left: auto;
	}
	#guide .menu_flex .menu_link:nth-of-type(3){
		margin-right: auto;
	}
}
#model{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
#model .box{
	background-color: rgba(255,255,255,0.9);
	max-width:800px;
	width: 100%;
	height: 341px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
#model .box .inner{
	max-width: 520px;
	width: 100%;
}
#model .box .inner .section_title{
	max-width: 423px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:999px){
	#home #model .box{
		width:70%;
		margin: 0 auto;
	}
}
#scroll{
	transform: rotate(90deg);
	position: fixed;
	left: -50px;
	bottom: 0;
	font-weight: bold;
	z-index:5;
}
#scroll:after{
	content:"";
	display:inline-block;
	width:150px;
	height:1px;
	background-color:#333;
	position:relative;
	bottom:-10px;
	left:-130px;
}
@media screen and (max-width:767px){
	#scroll{
		display: none;
	}
}
#photo .flexbox{
	gap:10px 20px;
}
#top_content .flexbox .left{
	max-width: 800px;
	width: 100%;
}
#top_content .flexbox .left .img{
	max-width: 800px;
	width: 100%;
	height: 600px;
	background-position: center;
	background-size: cover;
}
#top_content .flexbox .right{
	max-width: 520px;
	width: 100%;
}
#top_content .flexbox .right h4{
	font-size: 1.75rem;
	font-weight: bold;
	padding-top: 60px;
}
#top_content .text_flex{
	gap: 20px;
	align-items: baseline;
}
#top_content .text_flex .text1 h4{
	font-size: 2.25rem;
	font-weight: bold;
}
#top_content .text_flex .text2 p{
	position: relative;
	font-weight: bold;
}
#top_content .text_flex .text2 p:after{
	content: "";
	width: 60px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
}
#top_content .box_flex{
	justify-content: center;
	gap: 20px 30px;
}
#top_content .box_flex .box{
	max-width: 380px;
	width: 100%;
}
#top_content .box_flex .box .img{
	max-width: 380px;
	width: 100%;
	height: 276px;
	background-position: center;
	background-size: cover;
}
#top_content .box_flex .box h4{
	font-size: 1.25rem;
	font-weight: 400;
}
#subsidy h4{
	margin-bottom: 20px;
}
#subsidy h4 span{
	font-size: 1.75rem;
	background-color: #fff;
	padding: 5px;
}
@media screen and (max-width:599px){
	#subsidy h4{
		background-color: #fff;
	}
}
#subsidy .flex_bet-center{
	gap: 20px;
}
#subsidy .out_link{
	max-width: 350px;
	width: 100%;
	height: 86px;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
}
.date .text_flex{
	gap: 20px;
	align-items: baseline;
}
.date .text_flex .text1 h4{
	font-size: 2.25rem;
	font-weight: bold;
}
.date .text_flex .text2 p{
	position: relative;
	font-weight: bold;
}
.date .text_flex .text2 p:after{
	content: "";
	width: 60px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
}
#notfound{
	padding: 80px 0;
}
#contact .text_flex{
	gap: 20px;
	align-items: baseline;
}
#contact .text_flex .text1 h4{
	font-size: 2.25rem;
	font-weight: bold;
}
#contact .text_flex .text2 p{
	position: relative;
	font-weight: bold;
}
#contact .text_flex .text2 p:after{
	content: "";
	width: 60px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
}
#profile .text_flex{
	gap: 20px;
	align-items: baseline;
}
#profile .text_flex .text1 h4{
	font-size: 2.25rem;
	font-weight: bold;
}
#profile .text_flex .text2 p{
	position: relative;
	font-weight: bold;
}
#profile .text_flex .text2 p:after{
	content: "";
	width: 60px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
}
#open .text_flex{
	gap: 20px;
	align-items: baseline;
}
#open .text_flex .text1 h4{
	font-size: 2.25rem;
	font-weight: bold;
}
#open .text_flex .text2 p{
	position: relative;
	font-weight: bold;
}
#open .text_flex .text2 p:after{
	content: "";
	width: 60px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
}
#open .st{
	font-size: 1.125rem;
}
#houseinfo .house_flex{
	justify-content: center;
	gap: 70px 80px;
}
#houseinfo .house_flex .box{
	max-width: 670px;
	width: 100%;
}
#houseinfo .house_flex .box .img{
	max-width: 670px;
	width: 100%;
	height: 418px;
	background-position: center;
	background-size: cover;
	margin-bottom: 5px;
}
#houseinfo .house_flex .box .img_l{
	max-width: 670px;
	width: 100%;
	height: 896px;
	background-position: center;
	background-size: cover;
	margin-bottom: 5px;
}
#houseinfo .house_flex .box .text{
	position: relative;
	padding-left: 10px;
}
#houseinfo .house_flex .box .text:after{
	content: "";
	width: 4px;
	height: 24px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 10px;
}
#link_btns .btn_flex{
	gap:40px 20px;
}
#link_btns .btn_flex .link_btn{
	max-width: 320px;
	width: 100%;
	height: 74px;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width:1280px){
	#link_btns .btn_flex{
		justify-content: center;
	}
}
#costmenu .section_title{
	padding-top: 60px;
	margin-bottom: 10px;
}
#costmenu .cost_box{
	margin-bottom: 30px;
	border-bottom: dashed 1px #333;
}
#okigaru{
	padding:80px 0;
}
#okigaru .flexbox{
	gap:40px 70px;
}
#okigaru .flexbox .left{
	max-width:520px;
	width:100%;
}
#okigaru .flexbox .left h4{
	padding-top:40px;
	font-size:1.75rem;
	font-weight:bold;
	margin-bottom:20px;
}
#okigaru .flexbox .right{
	max-width:800px;
	width:100%;
}
#okigaru .flexbox .right .img{
	max-width:800px;
	width:100%;
	height:480px;
	background-position:center;
	background-size:cover;
}
@media screen and (max-width:767px){
	#okigaru{
	padding:0 0 40px 0;
}
}
#message .flexbox{
	justify-content: center;
	gap: 20px 80px;
}
#message .flexbox .left{
	max-width: 800px;
	width: 100%;
}
#message .flexbox .left .img img{
	margin: 0 auto;
}
#message .flexbox .right{
	max-width: 320px;
	width: 100%;
}
#message .flexbox .right .img{
	max-width: 320px;
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	margin: 30px 0 0 0;
}
@media screen and (max-width:767px){
	#message .flexbox .right .img{
		max-width: 180px;
		width: 100%;
		height: 180px;
		margin: 0 auto;
	}
}
#strengths{
	padding: 80px 0;
}
#strengths .flexbox{
	justify-content: center;
	gap: 25px;
}
#strengths .flexbox .box{
	max-width: 250px;
	width: 100%;
}
#strengths .flexbox .box .img{
	max-width: 250px;
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	display: inline-block;
}
#strengths .inner_800 .shippori{
	font-weight: 600;
	font-size: 1.5rem;
}
@media screen and (max-width:767px){
	#strengths .flexbox .box{
		display: none;
	}
	#strengths .inner_800 .shippori{
		font-size: 1.125rem;
	}
	#strengths{
		padding: 30px 0;
	}
}
#service{
	padding: 80px 0;
}
#service .menu_flex{
	justify-content: center;
	gap: 80px;
	margin-bottom: 70px;
}
#service .flexbox .box{
	max-width: 560px;
	width: 100%;
}
#service .inner_1000 p img{
	margin: 0 auto;
}
@media screen and (max-width:767px){
	#service .menu_flex{
		gap: 20px;
	}
	#service{
		padding: 30px 0;
	}
}
#voice{
	padding: 80px 0;
}
#voice .voice_flex{
	justify-content: center;
	gap: 20px 30px;
}
.voice_box {
	max-width: 380px;
	width: 100%;
	background-color: #F8F6F2;
}
.voice_box a{
	display: block;
	padding: 20px;
	color: #333;
}
.voice_box .inner{
	display: flex;
	gap: 10px;
}
.voice_box .inner .left{
	max-width: 190px;
	width: 100%;
}
.voice_box .voice_date{
	color: #707070;
	font-size: 0.8125rem;
}
.voice_box .voice_category {
	min-width: 144px;
	height: 26px;
	background-color: #FFA500;
	font-size: 0.8125rem;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	padding: 0;
}
.voice_box .voice_title {
	color: #333;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding-top: 0;
}
.voice_box .inner .right{
	max-width: 130px;
	width: 100%;
}
.voice_box .voice_img {
	max-width: 130px;
	width: 100%;
	height: 130px;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}
.voice_box .voice_honbun{
	font-size: 0.875rem;
}
.voice_box .text_right{
	font-size: 0.875rem;
	color: #E60C20;
	padding-right: 20px;
	position: relative;
}
.voice_box .text_right span{
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
@media screen and (max-width:767px){
	#voice{
		padding: 30px 0;
	}
}
#area{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 520px;
	height: auto;
	padding: 30px;
	display: flex;
	align-items: center;
}
#area .flexbox{
	justify-content: center;
	gap: 20px 240px;
}
#area .flexbox .left{
	max-width: 600px;
	width: 100%;
	color: #fff;
}
#area .flexbox .left .check_btn{
	background-color: #fff;
	color: #333;
	margin: 0;
}
#area .flexbox .right{
	max-width: 360px;
	width: 100%;
}
#area .flexbox .right .img{
	max-width: 360px;
	width: 100%;
	height: 402px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#youtube img{
	margin: 0 auto;
}
@media screen and (max-width:767px){
	#youtube .text_center{
		text-align: left;
	}
}
#strength .flexbox{
	justify-content: center;
	gap: 20px 80px;
}
#strength .flexbox:first-child{
	padding-top: 80px;
}
#strength .flexbox .left{
	max-width: 560px;
	width: 100%;
}
#strength .flexbox .left .img{
	max-width: 560px;
	width: 100%;
	height: 620px;
	background-position: center;
	background-size: cover;
}
#strength .flexbox .right{
	max-width: 560px;
	width: 100%;
}
#strength .flexbox .right .img{
	max-width: 250px;
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}
#strength .flexbox .right .shippori{
	font-weight: 600;
}
@media screen and (max-width:1280px){
	#strength .flexbox .right .img{
		margin: 0 auto;
	}
}
#title h3{
	font-size: 2.5rem;
	font-weight: 600;
	padding: 0;
}
#title h4{
	font-weight: 600;
	padding: 0;
}
@media screen and (max-width:767px){
	#title h3{
		font-size: 2rem;
	}
}

#profile{
	padding: 80px 0;
}
@media screen and (max-width:767px){
	#profile{
		padding: 30px 0;
	}
}
#details{
	padding: 80px 0;
}
#details .details_flex{
	justify-content: center;
	gap: 20px 60px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: dashed 1px #707070;
}
#details .details_flex .left{
	max-width: 480px;
	width: 100%;
}
#details .details_flex .left .img{
	max-width: 480px;
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
}
#details .details_flex .right{
	max-width: 660px;
	width: 100%;
}
#details .details_flex .right .shippori{
	padding-left: 20px;
	font-weight: 600;
	position: relative;
}
#details .details_flex .right .shippori:after{
	content: "";
	width: 6px;
	height: 30px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width:767px){
	#details{
		padding: 30px 0;
	}
}
#reform{
	background-position: center;
	background-size: cover;
	min-height: 560px;
	height: auto;
	display: flex;
	align-items: center;
}
#reform .shippori{
	font-weight: 600;
}
#about{
	padding: 80px 0;
}
#about .about_flex{
	justify-content: center;
	gap: 20px 60px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: dashed 1px #707070;
}
#about .about_flex .left{
	max-width: 560px;
	width: 100%;
}
#about .about_flex .left .img{
	max-width: 560px;
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
}
#about .about_flex .right{
	max-width: 580px;
	width: 100%;
}
#about .about_flex .right h3{
	padding-left: 20px;
	font-size: 1.5rem;
	font-weight: 600;
}
#about .about_flex .box h4{
	padding-left: 20px;
	font-weight: 600;
	position: relative;
}
#about .about_flex .box h4:after{
	content: "";
	width: 6px;
	height: 30px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width:767px){
	#about{
		padding: 30px 0;
	}
}
#flow{
	padding: 80px 0;
}
#flow .flow_box{
	border-bottom: dashed 1px #707070;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#flow .flow_box .flow_flex{
	justify-content: center;
	gap: 20px 40px;
}
#flow .flow_box .flow_flex .left{
	max-width: 180px;
	width: 100%;
}
#flow .flow_box .flow_flex .left .img{
	max-width: 180px;
	width: 100%;
	height: 180px;
	background-position: center;
	background-size: cover;
}
#flow .flow_box .flow_flex .right{
	max-width: 780px;
	width: 100%;
}
#flow .flow_box .flow_flex .right h4{
	font-size: 1.75rem;
	font-weight: 600;
	padding-bottom: 0;
}
#flow .flow_box .flow_flex .right p{
	font-size: 1.125rem;
}
@media screen and (max-width:767px){
	#flow{
		padding: 30px 0;
	}
}
#construction{
	padding: 80px 0;
}
#construction .construction_box{
	justify-content: center;
	gap: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: dashed 1px #707070;
}
#construction .construction_box .item{
	max-width: 380px;
	width: 100%;
}
#construction .construction_box .item .inner1{
	display: flex;
	align-items: center;
}
#construction .construction_box .item .inner1 .left{
	max-width: 170px;
	width: 100%;
}
#construction .construction_box .item .inner1 .left .img{
	max-width: 170px;
	width: 100%;
	height: 170px;
	background-position: center;
	background-size: cover;
}
#construction .construction_box .item .inner1 .right{
	max-width: 210px;
	width: 100%;
}
#construction .construction_box .item .inner1 .right h4{
	font-size: 1.75rem;
	font-weight: 600;
	text-align: center;
	padding: 0 0 5px 0;
}
#construction .construction_box .item .inner1 .right p{
	font-size: 0.875rem;
	font-weight: 600;
	text-align: center;
	padding: 0;
}
#construction .inner_1000 img{
	margin: 0 auto;
}
@media screen and (max-width:767px){
	#construction{
		padding: 30px 0;
	}
}
#business .business_flex{
	justify-content: center;
	gap: 20px;
	position: relative;
	height: 520px;
}
#business .business_flex .left{
	max-width: 640px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
#business .business_flex .left .inner{
	background-color: #F8F6F2;
	max-width: 640px;
	width: 100%;
	height: 520px;
	position: relative;
	top: -100px;
	overflow: hidden;
}
#business .business_flex .left .inner .box{
	max-width: 458px;
	width: 100%;
	margin: 70px auto 80px auto;
	position: relative;
	left: 40px;
}
#business .business_flex .left .inner .box h4{
	font-size: 1.375rem;
	font-weight: 500;
}
@media screen and (max-width:767px){
	#business .business_flex .left .inner{
		padding: 30px 15px;
		height: auto;
	}
	#business .business_flex .left .inner .box{
		left: 0;
		margin: 0 auto;
	}
}
#business .business_flex .right{
	max-width: 640px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
#business .business_flex .right .bg_img{
	max-width: 640px;
	width: 100%;
	height: 520px;
}
#bukken{
	padding: 80px 0;
}
#bukken .bg_cream{
	padding: 50px;
	margin-bottom: 30px;
}
#bukken .bg_cream .inner{
	max-width: 701px;
	width: 100%;
}
#bukken .bg_cream .inner .section_title{
	margin-bottom: 0;
}
#bukken .bg_cream .inner p{
	font-size: 1.375rem;
	font-weight: 500;
}
@media screen and (max-width:767px){
	#bukken{
		padding: 30px 0;
	}
}
#produce .bg_gray{
	margin-top: 80px;
	position: relative;
	padding: 160px 0 80px 0;
}
#produce .bg_gray .kuru{
	top: 230px;
	left: -150px;
}
#produce .bg_gray .bg_text{
	font-size: 11.25rem;
	font-weight: bold;
	color: #861013;
	opacity: 0.1;
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	line-height: 1;
	padding: 0;
}
@media screen and (max-width:1199px){
	#produce .bg_gray .kuru{
		position: relative;
		top: 0;
		left: 0;
		transform: rotate(0deg);
	}
}
@media screen and (max-width:767px){
	#produce .bg_gray{
		padding: 30px 15px;
	}
	#produce .bg_gray .bg_text{
		display: none;
	}
}
#news .inner_1200{
	position: relative;
}
#news .inner_1200 .kuru{
	top: 100px;
	left: -60px;
}
#home #news{
	background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width:767px){
	#news .inner_1200 .kuru{
		top: 0;
		left: 3%;
	}
}
#company{
	background-color: rgba(0,0,0,0.6);
}
#company .section_title{
	padding-top: 80px;
	color: #fff;
}
#company .section_title .under:before{
	background-color: #fff;
}
#company .link_flex1{
	justify-content: center;
	gap: 30px;
}
#company .link_flex1 .links_btn{
	display: block;
	max-width: 350px;
	width: 100%;
	height: 49px;
	background-position: center;
	background-size: cover;
}
#company .link_flex2{
	justify-content: space-around;
	gap: 20px;
}
#company .link_flex2 .item{
	max-width: 280px;
	width: 100%;
}
#company .link_flex2 .item .bg_img{
	max-width: 280px;
	width: 100%;
	height: 90px;
}
#greeting .text_center{
	font-size: 2rem;
	font-weight: 500;
}
#greeting .text_right{
	font-size: 1.125rem;
}
#profile .section_title{
	color: #fff;
}
#profile .section_title .under:before{
	background-color: #fff;
}
.title{
	overflow: hidden;
}
.title .bg_img{
	max-width: 1000px;
	width: 100%;
	height: 480px;
	margin-bottom: 10px;
}
.mt{
	margin-top: 80px;
}
@media screen and (max-width:767px){
	.mt{
		margin-top: 30px;
	}
}
#produce_page #title{
	margin-bottom: 80px;
}
.point_block .box{
	height: 765px;
	position: relative;
}
.point_block .box .bg_img{
	max-width: 1560px;
	width: 100%;
	height: 695px;
	z-index: -1;
	background-position: 0;
}
.point_block .box .backbox{
	max-width: 460px;
	width: 100%;
	height: 460px;
	z-index: -2;
}
.point_block .box .point_title{
	font-size: 5rem;
	color: #fff;
	font-weight: bold;
	padding-top: 100px;
}
.point2 .box .point_title{
	text-align: right;
}
.point_block .box .point_title span{
	font-size: 5.625rem;
}
.point_block .box .inner_box{
	background-color: rgba(255,255,255,0.9);
	height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.point1 .bg_img{
	position: absolute;
	top: 0;
	right: 0;
}
.point1 .bg_color{
	position: absolute;
	bottom: 0;
	left: 6%;
	background-color: #861013;
}
.point2 .bg_img{
	position: absolute;
	top: 0;
	left: 0;
}
.point2 .bg_color{
	position: absolute;
	bottom: 0;
	right: 6%;
	background-color: #E8A100;
}
.point3 .bg_img{
	position: absolute;
	top: 0;
	right: 0;
}
.point3 .bg_color{
	position: absolute;
	bottom: 0;
	left: 6%;
	background-color: #E87400;
}
@media screen and (min-width:500px) and (max-width:1660px){
	.point_block .box .backbox{
		display: none;
	}
}
@media screen and (max-width:767px){
	.point_block .box .inner_box{
		height: auto;
		padding: 15px;
	}
	.point_block .box .point_title{
		padding-top: 20px;
	}
}
#home::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-image: url(../img/home/home_bg.jpg);
	background-position: center;
}
#home .top{
	width: 100%;
	height: 100vh;
	position: relative;
}
#home .top .text{
	position: absolute;
	left: 20%;
	bottom: 10%;
}
@media screen and (max-width:767px){
	#home .top .text{
		transform: translate(-50%,50%);
		left: 50%;
		bottom: 30%;
	}
}
#top_black{
	background-position: center;
	background-size: cover;
	height: 150vh;
	width: 100%;
	position: relative;
}
#top_black .box{
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	max-width: 560px;
	width: 100%;
	padding:0 15px;
}
#top_black .box .title{
	border-bottom: solid 1px #fff;
}
#top_black .box .title .bg_img{
	max-width: 327px;
	width: 100%;
	height: 60px;
	margin: 0 auto 20px auto;
}
#top_black .box .text_center{
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.3;
}
@media screen and (max-width:767px){
	#top_black .box .text_center{
		font-size: 1rem;
	}
}
#concept{
	padding: 0;
}
#concept .flexbox .left{
	max-width: 1100px;
	width: 57%;
	padding: 80px;
}
#concept .flexbox .left h4{
	font-size: 1.375rem;
	font-weight: 500;
}
#concept .flexbox .left .check_btn{
	margin: 0 auto 20px auto;
}
#concept .flexbox .right{
	max-width: 820px;
	width: 43%;
}
#concept .flexbox .right .bg_img{
	max-width: 820px;
	width: 100%;
	height: 680px;
}
@media screen and (max-width:1200px){
	#concept .flexbox{
		justify-content: center;
	}
	#concept .flexbox .left{
		width: 100%;
	}
	#concept .flexbox .right{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	#concept .flexbox .left{
		padding: 15px;
	}
}
#business .section_title{
	padding-top: 80px;
	color: #fff;
}
#business .section_title .under:before{
	background-color: #fff;
}
#business .flexbox{
	justify-content: center;
	gap: 20px;
}
#business .flexbox .bg_img{
	max-width: 380px;
	width: 100%;
	height: 500px;
	border-radius: 10px 0 10px 0;
	position: relative;
	padding: 30px 20px;
}
#business .flexbox .bg_img .text{
	color: #fff;
}
#business .flexbox .bg_img .link_btn{
	width: 108px;
	line-height: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#business .flexbox .bg_img .link_btn span{
	background-position: center;
	background-size: cover;
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-left: 20px;
}
#profile .section_title{
	padding-top: 80px;
}
#profile .google_map .links_btn{
	display: block;
	max-width: 350px;
	width: 100%;
	height: 49px;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}
#profile .link_flex2{
	justify-content: space-around;
	gap: 20px;
}
#profile .link_flex2 .item{
	max-width: 280px;
	width: 100%;
}
#profile .link_flex2 .item .bg_img{
	max-width: 280px;
	width: 100%;
	height: 90px;
}
.contents .img{
	max-width: 1560px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 30px;
}
.contents .flexbox{
	justify-content: center;
	gap: 20px 80px;
}
.contents .flexbox .left{
	max-width: 400px;
	width: 100%;
}
.contents .flexbox .left h4{
	font-size: 2.25rem;
}
.contents .flexbox .right{
	max-width: 720px;
	width: 100%;
}
.contents .flexbox .right h4{
	font-size: 0.9375rem;
}
#feature .section_title{
	padding-top: 80px;
	color: #fff;
}
#feature .section_title .under:before{
	background-color: #fff;
}
#feature .feature_flex{
	justify-content: center;
	gap: 20px 0;
	flex-wrap: nowrap;
}
#feature .feature_flex .box{
	max-width: 420px;
	width: 100%;
}
#feature .feature_flex .box .circle{
	width: 100%;
	height: 420px;
	border-radius: 50%;
	border: solid 1px #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
#feature .feature_flex .box .circle .inner{
	color: #fff;
}
#feature .feature_flex .box .circle .inner .title{
	font-size: 2.25rem;
	font-weight: 600;
}
#feature .feature_flex .box .circle .inner .sub_title{
	font-size: 1.25rem;
	font-weight: 500;
}
#feature .feature_flex .box .text_box{
	max-width: 340px;
	width: 100%;
	margin: 0 auto;
}
#feature .feature_flex .box .text_box p{
	font-size: 0.9375rem;
	color: #fff;
}
#feature .feature_flex .left{
	position: relative;
	left: 20px;
}
#feature .feature_flex .right{
	position: relative;
	right: 20px;
}
@media screen and (max-width:1200px){
	#feature .feature_flex{
		flex-wrap: wrap;
		gap: 20px;
	}
	#feature .feature_flex .left{
		left: 0;
	}
	#feature .feature_flex .right{
		right: 0;
	}
}
@media screen and (max-width:767px){
	#feature .section_title{
		padding-top: 30px;
	}
}
@media screen and (max-width:440px){
	#feature .feature_flex .box .circle{
		height: calc(100vw - 20px);
	}
}
#outline .section_title{
	padding-top: 80px;
}
#outline .flexbox{
	justify-content: center;
	gap:20px 120px;
}
#outline .flexbox .left{
	max-width: 480px;
	width: 100%;
}
#outline .flexbox .left .bg_img{
	max-width: 480px;
	width: 100%;
	height: 600px;
}
#outline .flexbox .right{
	max-width: 600px;
	width: 100%;
}
#outline .flexbox .right .point{
	color: #007162;
	font-size: 1.375rem;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
#outline .flexbox .right .point:before{
	content: "";
	width: 60px;
	height: 1px;
	background-color: #007162;
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
}
#outline .flexbox .right h4 span{
	font-size: 1.75rem;
	font-weight: 500;
	color: #fff;
	background-color: #007162;
	padding: 5px;
}
#outline .flexbox .right p{
	font-size: 0.9375rem;
}
#outline .bg_gray{
	padding: 50px 0;
	margin-bottom: 50px;
}
@media screen and (max-width:767px){
	#outline .section_title{
		padding-top: 30px;
	}
	#outline .bg_gray{
		padding: 30px 0;
	}
}
#flow .flow_flex{
	justify-content: center;
	gap: 20px 80px;
	margin-bottom: 60px;
}
#flow .flow_flex .left{
	max-width: 520px;
	width: 100%;
}
#flow .flow_flex .left .bg_img{
	max-width: 520px;
	width: 100%;
	height: 380px;
}
#flow .flow_flex .right{
	max-width: 600px;
	width: 100%;
}
#flow .flow_flex .right h4{
	font-size: 1.375rem;
	font-weight: 500;
	border-bottom: solid 1px #333;
	line-height: 1;
	padding-top: 40px;
}
#flow .flow_flex .right h4 span{
	font-size: 2.25rem;
	font-weight: 600;
	padding-right: 20px;
}
#flow .flow_flex .right p{
	font-size: 0.9375rem;
}
@media screen and (max-width:767px){
	#flow .flow_flex .right h4{
		padding-top: 0;
	}
}
#difference .section_title{
	padding-top: 80px;
}
@media screen and (max-width:767px){
	#difference .section_title,
	#merit .section_title,
	#buy_flow .section_title{
		padding-top: 30px;
	}
}
.buy_flex{
	justify-content: center;
	gap: 30px 0;
}
.buy_box{
	max-width: 600px;
	width: 100%;
}
.buy_box .bg_img{
	max-width: 600px;
	width: 100%;
	height: 400px;
}
.buy_box .text{
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
}
.buy_box .text .h4_title{
	border-bottom: dashed 1px #333;
}
.buy_box .text p{
	font-size: 0.9375rem;
}
.buy_box .buy_title{
	text-align: center;
	background-color: #007162;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.color2{
	background-color: #00AF98!important;
}
#buy_flow .buy_box .text{
	min-height: 190px;
	border-bottom: solid 1px #007162;
	margin-bottom: 40px;
}
#buy_flow .buy_box2 .text{
	border-bottom: solid 1px #00AF98!important;
}
#buy_flow .buy_box .last_text{
	min-height: 60px;
}
.buy_flow_title{
	font-size: 1.375rem;
	display: flex;
	align-items: center;
}
.buy_flow_title span{
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	line-height: 40px;
	background-color:#007162 ;
	margin-right: 10px;
}
.overlay{
    width: 100%;
    padding-top: 50vh;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    position: relative;
    text-align: center;
    font-size: 20px;
}
#topmain h2{
	font-size: 1.875rem;
}
#topmain h2 .phone{
	font-size: 3rem;
	font-weight: 800;
	color: #EA5550;
	display: inline-block;
}
#topmain h2 .store{
	font-size: 3rem;
	font-weight: 800;
	display: inline-block;
}
#topmain .flexbox{
	justify-content: center;
	gap: 10px;
}
@media screen and (max-width:767px){
	#topmain h2{
		font-size: 1.5rem;
	}
	#topmain h2 .phone{
		font-size: 2rem;
	}
	#topmain h2 .store{
		font-size: 2rem;
	}
	#topmain .flexbox .img{
		width: 48%;
	}
}
#topstore .flexbox{
	justify-content: center;
	gap: 20px 60px;
}
#topstore .flexbox .left{
	max-width: 490px;
	width: 100%;
}
#topstore .flexbox .right{
	max-width: 410px;
	width: 100%;
}
#topstore .flexbox .right h3{
	font-size: 1.875rem;
	font-weight: bold;
	padding:0;
}
#topstore .flexbox .right p{
	font-size: 0.9375rem;
}
#topstore .flexbox .right p .tel{
	font-size: 1.375rem;
	font-weight: bold;
}
#map .flexbox{
	justify-content: center;
	gap: 20px 60px;
}
#map .flexbox .left{
	max-width: 490px;
	width: 100%;
}
#map .flexbox .right{
	max-width: 410px;
	width: 100%;
}
#map .flexbox .right h3{
	font-size: 1.875rem;
	font-weight: bold;
	padding:0;
}
#map .flexbox .right p{
	font-size: 0.9375rem;
}
#map .flexbox .right p .tel{
	font-size: 1.375rem;
	font-weight: bold;
}
#line div{
	border-bottom: solid 3px #5A3200;
}
.kira_title{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.kira_title span{
	display: inline-block;
	position: relative;
}
.kira_title span:before{
	content: url(/wp-content/uploads/2022/06/kirakira2.png);
	position: absolute;
	left: -75px;
	top: 60%;
	transform: translateY(-50%);
}
.kira_title span:after{
	content: url(/wp-content/uploads/2022/06/kirakira2.png);
	position: absolute;
	right: -75px;
	top: 60%;
	transform: translateY(-50%);
}
#home #news .flexbox{
	justify-content: center;
	align-items: center;
	gap: 20px 60px;
}
#home #news .flexbox .left{
	/*max-width: 600px;*/
	width: 100%;
}
#home #news .flexbox .right{
	max-width: 320px;
	width: 100%;
}
#home #news .flexbox .left .news_list{
	margin-bottom: 20px;
}
#home #news .flexbox .left .news_list li{
	border-bottom: solid 2px #5A3200;
	position: relative;
}
#home #news .flexbox .left .news_list li:first-child{
	border-top: solid 2px #5A3200;
}
#home #news .flexbox .left .news_list li:after{
	content: "＞";
	color: #5A3200;
	font-size: 1.5rem;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#home #news .flexbox .left .news_list li a{
	padding: 15px 40px 15px 20px;
	color: #5A3200;
	display: flex;
	gap: 5px 20px;
	flex-wrap:wrap;
}
#home #news .flexbox .left .linkbtn{
	display: block;
	background-color: #B1CD69;
	color: #5A3200;
	border-radius: 3px;
	padding: 2px;
	margin-left: auto;
	width: 110px;
	text-align: center;
}
#worry .inner_1100 h3{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	#worry .inner_1100 h3{
		font-size: 1.2rem;
		text-align: left;
	}
}
#info .flexbox{
	justify-content: center;
	gap: 20px 40px;
	margin-bottom: 30px;
}
#info .flexbox .left{
	max-width: 200px;
	width: 100%;
}
#info .flexbox .right{
	max-width: 736px;
	width: 100%;
}
#info .flexbox .right h3{
	font-size: 1.75rem;
	padding-top: 0;
}
@media screen and (max-width:767px){
	#info .flexbox .right h3{
		font-size: 1.5rem;
		padding-top: 0;
	}
}
.bgcolor{
	background-color: #C9E098;
	border-radius: 10px;
	padding: 30px;
}
.bgcolor .text_flex{
	justify-content: center;
	align-items: center;
	gap: 20px 40px;
	margin-bottom: 20px;
}
.bgcolor .text_flex .left{
	max-width: 730px;
	width: 100%;
}
.bgcolor .text_flex .right{
	max-width: 125px;
	width: 100%;
}
.bgcolor .box_flex{
	justify-content: center;
	gap: 20px 40px;
}
.bgcolor .box_flex .box{
	max-width: 200px;
	width: 100%;
}
.bgcolor .box_flex .box p{
	padding-top: 0;
}
@media screen and (max-width:1279px){
	.bgcolor .box_flex{
		max-width:450px;
		width:100%;
		margin:0 auto;
	}
	#jisseki_cont .bgcolor .box_flex .box{
		max-width:400px;
	}
	#jisseki_cont .bgcolor .box_flex .box img{
		display:block;
		margin:0 auto;
	}
}
@media screen and (max-width:768px){
	.bgcolor{
		padding: 15px;
	}
	.bgcolor .box_flex{
		justify-content: center;
		gap: 10px;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
}
#support_flow .flexbox{
	justify-content: center;
	gap: 20px;
}
#support_flow .flexbox .box{
	max-width: 180px;
	width: 48%;
}
#support_flow .flexbox .box h3{
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 0;
}
@media screen and (max-width:767px){
	#support_flow .flexbox{
		gap: 10px;
	}
}
#news_article .news_title{
	text-align: center;
	margin-bottom: 20px;
	white-space:normal;
}
#jisseki_cont .box_flex .box h3{
	font-size: 1.25rem;
}
#news_page #news .news_list{
	margin-bottom: 20px;
}
#news_page #news .news_list li{
	border-bottom: solid 2px #5A3200;
	position: relative;
}
#news_page #news .news_list li:first-child{
	border-top: solid 2px #5A3200;
}
#news_page #news .news_list li:after{
	content: "＞";
	color: #5A3200;
	font-size: 1.5rem;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#news_page #news .news_list li a{
	padding: 15px 40px 15px 20px;
	color: #5A3200;
	display: flex;
	gap:20px;
	align-items:center;
	flex-wrap:wrap;
	justify-content:center;
}
#news_page #news .news_list li a .news_text{
	width:100%;
	max-width:480px;
	font-size:1rem;
}
#news_page #news .news_list li a .news_text .news_category{
	margin-bottom:10px;
}
#news_page #news .news_list li a .news_text .news_title{
	width:100%;
	max-width:480px;
	font-size:1.1rem;
}
#contact_box .ilust{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#contact_box .ilust:after{
	content: url(/wp-content/uploads/2022/06/contact_lady1.png);
	position: absolute;
	left: -116px;
	top: -70%;
}
#contact_box .ilust2{
	position: relative;
}
#contact_box .ilust2:after{
	content: url(/wp-content/uploads/2022/06/contact_lady2.png);
	position: absolute;
	right: 30px;
	bottom: 30px;
}
@media screen and (max-width:999px){
	#contact_box .ilust:after{
		display: none;
	}
	#contact_box .ilust2:after{
		display: none;
	}
}
#question .question_cont{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 2px #5A3200;
}
#question .question_cont .flexbox{
	justify-content: start;
	align-items: center;
	gap: 0 20px;
}
#question .question_cont .flexbox .left{
	max-width: 60px;
	width: 15%;
}
#question .question_cont .flexbox .right{
	max-width: 900px;
	width: 80%;
}
#question .question_cont .flexbox .right .ques{
	font-size: 1.5rem;
	color: #8FC31F;
	font-weight: bold;
}
#question .question_cont .flexbox .right .ans{
	font-size: 1.25rem;
	color: #5A3200;
	font-weight: bold;
}
@media screen and (max-width:767px){
	#question .question_cont .flexbox .right{
		max-width: 900px;
		width: 100%;
	}
}

/*タブメニュー*/
.btn_green {
	color: #28a745;
	padding: 3px;
  }
  .content-service-wrap1 {
	  display: flex;
	  justify-content: space-between;
	}
	.tab-vertical {
	  width: 100%;
	}
	.tab-vertical-wrap {
	  margin-bottom: 30px;
	}
	ul#tab-vertical__tit {
	  padding: 0;
	  display: flex;
	  justify-content: center;
	  gap: 20px;
	  flex-wrap: wrap;
	}
	ul#tab-vertical__tit li {
	  display: inline-block;
	  text-align: center;
	  max-width: 380px;
	  width: 30%;
	  line-height: 30px;
	  color: #FFF;
	  font-size: 1.1rem;
	  position: relative;
	  transition: all  0.3s ease;
	  border-radius: 5px;
	  /*border: 1px solid #28a745;*/
	}

ul#tab-vertical__tit li img {
    border-radius: 10px;
}

	ul#tab-vertical__tit li span{
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	ul#tab-vertical__tit .current span {
	  opacity: 1;
	  color: #fff;
	  background-color: #28a745;
	}
	ul#tab-vertical__tit li:not(.current):hover {
	  /*opacity: 0.7;*/
	}
	.service-content {
	  background-color: transparent;
	}
	.service-content__inner {
	  max-width: 980px;
	  width: 100%;
	  height: 100%;
	  margin-right: auto;
	  display: flex;
	  justify-content: center;
	  flex-direction: column;
	}
	.service-content__inner h4{
		font-size: 1.3em;
	}
	.service-content__inner > p {
	  margin-bottom: 40px;
	}
	ul#tab-vertical__content {
	  padding: 0;
	}
	ul#tab-vertical__content li {
	  display: none;
	  height: 100%;
	  z-index: 2;
	}
	ul#tab-vertical__content li.current {
	  display: block;
	}
	
	  .service-content__inner .title{
		font-size: 1.5rem;
		color: #fff;
		background-color: #8FC31F;
		border-radius: 5px;
		text-align: center;
		line-height: 1.2;
	  }
	  .service-content__inner .list{
		display: flex;
	  }
	  .service-content__inner .list:nth-of-type(2n+1) {
		background-color: rgba(0,0,0,.05);
	  }
	  .service-content__inner .list dt{
		width: 50%;
		padding: 10px;
		text-align: center;
		font-size: 0.9375rem;
	  }
	  .service-content__inner .list dd{
		width: 50%;
		padding: 10px;
		text-align: center;
		font-size: 0.9375rem;
	  }
	@media screen and (max-width:1000px) {
	  .content-service-wrap1 {
		  display: block;
	  }
	  .tab-vertical {
		  width: 100%;
		  display: block;
	  }
	  .tab-vertical-wrap {
		width: 100%;
	  }
	  ul#tab-vertical__tit {
		width: 100%;
		margin-left: 0;
	  }
	  .service-content__inner {
		width: 100%;
		margin: 0 auto;
		display: block;
		padding: 20px;
	  }
	  .service-content__inner > p {
		margin-bottom: 40px;
	  }
	  ul#tab-vertical__content {
		width: 100%;
		height: auto;
		padding: 0;
	  }
  }
  @media screen and (max-width:768px){
	ul#tab-vertical__tit li span{
		font-size: 0.8125rem;
	}
	.service-content__inner .list dt{
		font-size: 0.8125rem;
	}
	.service-content__inner .list dd{
		font-size: 0.8125rem;
	}
  }
	/*タブメニュー*/


.news_list li a .news_category , .news_categorys{
	display: inline-block;
	background-color: #B1CD69;
	color: #5A3200;
	border-radius: 3px;
	padding: 2px;
	min-width: 110px;
	text-align: center;
}
#home .news_list li a .news_title{
	max-width:385px;
	width:100%;
}

.gaikan {
display: flex;
flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    margin:0 10px;
}
.gaikan li {
    width:32%;
    height:230px;
    border-radius: 10px;
    background-position: center;
background-size: cover;
}
  @media screen and (max-width:768px){
      .gaikan li {
    width:100%;
          max-width:490px;
          margin-bottom:10px;
}
      .gaikan {
          justify-content: center;
      }

}
#topstore .kira_title {
    font-size:2rem;
    margin-bottom:3rem;
}