@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
    color:#333333;
}

.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: 300px;
	width:100%;
	height:63px;
	display: block;
	text-align: center;
	background-color:#E8C587;
	color:#725120;
	line-height: 63px;
	font-weight: bold;
	border: solid 1px #E8C587;
	margin: 0 auto;
}
.check_btn span{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:20px;
	width: 13px;
	height: 20px;
	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%;
	margin-bottom:5%;
}
.top_title_inner{
	height:100%;
	height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #705430;
	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{
	font-weight: bold;
	position: relative;
	line-height: 1.2;
	text-align:center;
}
.top_title_inner .top_text .text{
	font-size:1.75rem;
}
.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{
		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:#fff;
	background-color:#2a7f8e;
	border-radius: 50px;
	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:#966D32;
	background-color:#fff;
	border:1px solid #966D32;
	border-color:#966D32!important;
	display: inline-block;
	text-align: center;
	border-radius:50px;
}
.article_pagenation .wp-pagenavi a {
	margin:0 5px;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	color:#966D32;
	background-color:#F5BED6;
	border:1px solid #F5BED6;
	font-weight:bold;
}
@media screen and (max-width:599px){
	.article_pagenation{
		padding:0;
	}
	.article_pagenation a{
		padding:5px 10px;
		font-size:90%;
	}
}
.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;
	}
}
#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 .inner_980{
    /*
	border-top:dotted 3px;
	padding-top:50px;
    */
}
@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 40px;
}
#map .flexbox .left{
	max-width: 468px;
	width: 100%;
}
#map .flexbox .right{
	max-width: 480px;
	width: 100%;
}
#map .texts p{
	font-size: 1.25rem;
}
#map .privacy_btn{
	display: block;
	width: 207px;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	border: solid 1px #68584B;
	margin: 20px 20px 0 auto;
	color: #68584B;
	text-align: center;
}
#line div{
	border-bottom: solid 1px #A17C48;
}
.dot_title{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.dot_title span{
	display: inline-block;
	position: relative;
}
.dot_title span:before{
	content: url(../img/common/dot.png);
	position: absolute;
	left: -90px;
	top: 60%;
	transform: translateY(-50%);
}
.dot_title span:after{
	content: url(../img/common/dot.png);
	position: absolute;
	right: -90px;
	top: 60%;
	transform: translateY(-50%);
}
#home #news .news_list{
	margin-bottom: 60px;
	max-width: 980px;
}
#home #news .news_list li{
	border-bottom: solid 1px #68584b;
	position: relative;
}
#home #news .news_list li:first-child{
	border-top: solid 1px #68584b;
}
#home #news .news_list li:after{
	content: "＞";
	color: #705430;
	font-size: 1.5rem;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#home #news .news_list li a{
	padding: 0 40px 0 20px;
	color: #705430;
	display: flex;
	gap: 5px 20px;
	flex-wrap:wrap;
}
.linkbtn{
	display: block;
	background-color: #2a7f8e;
	color: #fff;
	border-radius: 20px;
	padding: 2px;
	margin:0 auto;
	width: 240px;
	line-height: 40px;
    font-size:20px;
	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 #000;
	position: relative;
}
#news_page #news .news_list li:first-child{
	border-top: solid 2px #000;
}
/*
#news_page #news .news_list li:after{
	content: "＞";
	color: #705430;
	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: #705430;
    font-size:18px;
	/*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: 10px;
	  flex-wrap: wrap;
	}
	ul#tab-vertical__tit li {
	  display: inline-block;
	  text-align: center;
	  max-width: 380px;
	  width: 30%;
	  line-height: 30px;
	  cursor: pointer;
	  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 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 .dot_title {
    font-size:2rem;
    margin-bottom:3rem;
}
#aboutus .flexbox{
	justify-content: center;
	gap: 20px 40px;
}
#aboutus .flexbox .box{
	width: 100%;
	max-width: 300px;
}
#aboutus .flexbox .box h3{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
	text-align: center;
	line-height: 130px;
	font-size: 1.75rem;
	padding: 0;
}
#aboutus .flexbox .box .color_bg{
	width: 100%;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
#aboutus .flexbox .box .color_bg .text_center{
	width: 75%;
	font-size: 1.125rem;
}
#aboutus .flexbox .box .color_bg2{
	margin-bottom: 10px;
	padding: 10px;
}
#aboutus .flexbox .box .inner{
	margin-bottom: 20px;
}
#aboutus .flexbox .box .inner h4{
	font-size: 1rem;
	padding-top: 0;
}
#aboutus .flexbox .box .inner .ten{
	width: 85%;
	margin: 0 auto;
	font-size: 0.875rem;
}
#aboutus .flexbox .box .inner .line{
	border-bottom: solid 1px #725120;
	margin-bottom: 10px;
}
#aboutus .flexbox .green .inner .color_bg{
	margin-bottom: 5px;
}
#aboutus .flexbox .pink h3{
	background-color: #F6BFD7;
}
#aboutus .flexbox .pink .color_bg{
	background-color: #F6BFD7;
}
#aboutus .flexbox .pink .color_bg2{
	background-color: #FCECF3;
}
#aboutus .flexbox .yellow h3{
	background-color: #EDDD61;
}
#aboutus .flexbox .yellow .color_bg{
	background-color: #EDDD61;
}
#aboutus .flexbox .yellow .color_bg2{
	background-color: #F8F1C0;
}
#aboutus .flexbox .green h3{
	background-color: #ABCEB6;
}
#aboutus .flexbox .green .color_bg{
	background-color: #ABCEB6;
}
#aboutus .img{
	position: relative;
	top: -200px;
	left: -200px;
}
#aboutus{
	margin-bottom: -150px;
}
#aboutus .main_title{
	margin-bottom: 30px;
}
@media screen and (max-width:1279px){
	#aboutus .img{
		top: auto;
		left: auto;
	}
	#aboutus{
		margin-bottom: 0;
	}
}
#philosophy .flexbox{
	justify-content: center;
	gap: 20px;
}
#philosophy .flexbox .bg_img{
	width: 100%;
	max-width: 283px;
	height: 269px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#philosophy .flexbox .bg_img .inner{
	width: 100%;
	max-width: 210px;
	height: 210px;
	background-color: #EEF3D9;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
#philosophy .flexbox .bg_img .inner h4{
	text-align: center;
	max-width: 200px;
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
}
#service .flexbox{
	justify-content: center;
	gap: 20px;
}
.service_title{
	text-align: center;
	font-size: 1.75rem;
	margin-bottom: 20px;
}
#news_page,#news_article,#policy {
    min-height:65vh;
}
#opening .open_cont{
	border: solid 1px #231815;
	padding: 40px 0 10px 0;
}
#opening .open_cont .inner_880 h3{
	font-size: 1.6rem;
}
#opening .open_cont .inner_880 h4{
	font-size: 1.3rem;
	font-weight:500;
	line-height:1.8;
}
#opening .open_cont .inner_800 .info .telnumber{
	color: #231815;
}
@media screen and (max-width:767px){
	#opening .open_cont .inner_880 h3{
		text-align: left;
	}
	#opening .open_cont .inner_880 h4{
		text-align: left;
	}
}
#topmain .bg_img{
	min-height:500px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:5rem;
}
@media screen and (max-width:767px){
	#topmain .bg_img p img{
		width:85%;
	}
}
#opening h3{
	margin-bottom:5rem;
}
@media screen and (max-width:767px){
	#opening .text_center{
		text-align:left;
		font-size: 1.25rem;
	}
}
/*タブ切り替え*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
}

.tab_item {
	width:23%;
	max-width: 200px;
	height: 45px;
	background-color: #9FA0A0;
	font-size: 1.75rem;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	font-weight: 400;
	border-radius:5px;
	margin:0 10px 2rem;
	transition: all 0.2s ease;
    cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

#gekkei:checked ~ #gekkei_content,
#hunin:checked ~ #hunin_content,
#huiku:checked ~ #huiku_content,
#sikyu:checked ~ #sikyu_content,
#kansen:checked ~ #kansen_content,
#konenki:checked ~ #konenki_content,
#seikou:checked ~ #seikou_content,
#kotuso:checked ~ #kotuso_content,
#ninpu:checked ~ #ninpu_content,
#gan:checked ~ #gan_content{
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #61A17A;
}
@media screen and (max-width:768px){
	.tab_item{
		font-size: 1.5rem;
		margin:0 7px 2rem;
	}
}
@media screen and (max-width:699px){
	.tab_item{
		width:31%;
		margin:0 2% 2rem 0;
	}
}
@media screen and (max-width:499px){
	.tab_item{
		width:49%;
		margin:0 1% 1% 0;
	}
}
/*タブ切り替え*/
.tline_title{
	margin-bottom:3%;
	position:relative;
}
.tline_title:after{
	content:"";
	width:50px;
	height:5px;
	background-color:#e94f6c;
	position:absolute;
	top:0;
	left:50%;
	transform:translatex(-50%);
}
.sinryoubox{
	border-top:dotted 3px;
	padding-top:30px;
}
.tlinenone{
	border-top:none;
	padding-top:0;
}
.sinryoubox ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:20px 2rem;
}
.sinryoubox ul li{
	font-size:1.25rem;
	min-width:160px;
}
.sinryoubox ul li:before{
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	background-color:#61A17A;
	border-radius:50%;
	margin-right:3px;
}
.greeting .flexbox{
	justify-content:center;
	gap:20px 30px;
}
.greeting .flexbox .left{
	max-width:480px;
	width:100%;
}
.greeting .flexbox .left p{
	margin-bottom:20px;
}
.greeting .flexbox .left strong{
	font-size:2.5rem;
	font-weight:400;
}
.greeting .flexbox .left ul{
	margin-bottom:20px;
}
.greeting .flexbox .right{
	max-width:370px;
	width:100%;
}

.greeting .flexbox .right img{
	width:100%;
	margin:0 auto;
}
.mynmr_box .facility_flex{
	justify-content:center;
	gap:30px;
	margin-bottom:30px;
}
.mynmr_box .facility_flex .box{
	max-width:300px;
	width:100%;
}
.tab_content_description .mynmr_box .tline_title:after{
	left:0;
	transform:translatex(0%);
}
.tab_content_description .mynmr_box .tabflex{
	justify-content:center;
	gap:10px 100px;
}
.tab_content_description .mynmr_box .tabflex .left{
	max-width:480px;
	width:100%;
}
.tab_content_description .mynmr_box .tabflex .right{
	max-width:300px;
	width:100%;
}
.tab_content_description .mynmr_box .tabflex .left ul{
	justify-content:start;
	gap:0;
	flex-direction:column;
}
.tab_content_description .mynmr_box .tabflex .left ul li{
	font-size:1rem;
}
.tab_content_description .mynmr_box .tabflex .left ul li:before{
	display:none;
}
.mynmr_guide .flexbox{
	justify-content:center;
	gap:0;
}
.mynmr_guide .flexbox .box{
	width:50%;
}
.mynmr_guide .flexbox .bg_turn{
	background-color:rgba(255,255,255,0.7);
	min-height:500px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding:20px;
}
.mynmr_guide .flexbox .bg_turn h2{
	width:100%;
}
@media screen and (max-width:1400px){
	.mynmr_guide .flexbox .box{
		max-width:700px;
		width:100%;
	}
}
#home #greeting .left{
	width: 100%;
	max-width:100%;
}
#home #greeting .inner_1420 p{
	text-align:center;
}
#home #greeting p strong{
	font-size:2.5rem;
	font-weight:400;
}
#home #greeting p{
	margin-bottom:20px;
}
@media screen and (max-width:599px){
	#home #greeting p strong{
		font-size:1.5rem;
	}
}
/*
.dot_line div{
	border-bottom:dotted 3px;
}
*/
.another{
	font-size: 1rem;
}
.recruit_info{
    /*
	margin-bottom:15%;
    */
}
.recruit_info .recruitbox{
	padding:20px;
	border:solid 1px #000;
	min-height:200px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.orange{
	color:#EA6000;
}
.stepbox{
	margin-bottom:30px;
}
.stepbox .green{
	color:#61A17A;
	line-height:1.2;
}
.stepbox .green span{
	font-size:1rem;
	font-weight:400;
}
.stepbox .flexbox{
	justify-content:center;
	gap:25px;
}
.stepbox .flexbox .linksbtn{
	display:block;
	text-align:center;
	line-height:45px;
	max-width:200px;
	width:100%;
	color:#fff;
	background-color:#61A17A;
	font-size:1.75rem;
	border-radius:10px;
}
.stepbox .flexbox .reservebtn{
	display:block;
	text-align:center;
	line-height:45px;
	max-width:280px;
	width:100%;
	color:#fff;
	background-color:#0068B6;
	font-size:1.75rem;
	border-radius:10px;
}
.stepbox p{
	font-size:0.875rem;
}
.stepbox p strong{
	color:#61A17A;
	font-size:1.75rem;
	font-weight:700;
}
.stepboxunder{
	margin-bottom:15%;
}
.greeting1225 strong{
    font-size:2.5rem;
    display:block;
    text-align: center;
}
.sinryoubox2 {
  border-top: dotted 3px;
  padding-top: 30px;
}
.kensa1225 dl {
    margin-bottom:2rem;
}
.kensa1225 dt {
    font-size:1.2rem;
    font-weight: bold;
}
.spc1225 {
    margin-bottom:2rem;
}
.flexak {
    displya:flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.lefts {
    max-width:100%;
}
.rights {
    width:300px;
}
@media screen and (max-width:530px){
    .flexak {
        display: block;
    }
    .rights {
        width:100%;
        text-align:center;
    }
}

.naiyo_ak td{
    border:1px solid #666;
    width:33%;
    padding:20px;
}
.naiyo_ak th{
    padding:20px;
    font-size:1.3rem;
}
.naiyo_ak {
    border-collapse: collapse;
}
.naiyo_ak td:first-child{
    text-align: center;
    font-size:1.3rem;
    border-left:none;
}
.naiyo_ak td:last-child{
    text-align: center;
    font-size:1.3rem;
    border-right:none;
}
.recruitbox .box img {
    margin:2rem 0;
}
.entry_txt {
    font-size:25px;
    font-weight:bold;
    margin-bottom:3rem;
}

.ttl_top {
    line-height: 1.8;
    padding: 60px 0 20px;
}
.hayakawa img {
    width:100%;
}
.hayakawa div {
    width:50%;
}
.hayakawa p {
    padding-left:30px;
    padding-top:0;
    line-height:1.8;
}
.big36txt {
    font-size:36px;
    line-height:1;
}
.mb60 {
    margin-bottom:60px;
}
.dot_line {
    border-top: dotted 3px;
    padding-top: 30px;
}
.akbox div {
    width:50%;
    justify-content: center;
    align-items: center;
    padding:60px;
}
.pad60 {
    padding:60px;
}

.nayami .left {
    background-color:#f7e3e2;
    align-items: center;
}
.nayami .right {
    background-color:#efb8ba;
}

.ikuji .left {
    background-color:#f6d2af;
}
.ikuji .right {
    background-color:#f2be8c;
}

.kango .left {
    background-color:#ebdbea;
}
.kango .right {
    background-color:#dab4d4;
}
.kenkyubox {
    justify-content: space-between;
}
.kenkyubox div {
    width:30%;
    background-color: #f6eae4;
    padding:10px;
}
.f28 {
    font-size:28px;
    font-weight:bold;
}
#contact {
    text-align: center;
}
.tline_title2{
	margin-bottom:3%;
	position:relative;
}
.tline_title2:after{
	content:"";
	width:50px;
	height:5px;
	background-color:#231815;
	position:absolute;
	top:0;
	left:50%;
	transform:translatex(-50%);
}
.lang9 {
    position:absolute;
    bottom:0;
    right:25%;
}
#nayami_ttl h3 {
    
}
#ikuji_ttl h3 {
    color:#df7922;
}
#kango_ttl h3 {
    color:#aa5497;
}
#nayami_ttl , #ikuji_ttl , #kango_ttl {
    padding-bottom:10px;
    padding-top:40px;
}
#nayami_ttl h3, #ikuji_ttl h3, #kango_ttl h3 {
    font-size:60px;
}
.dot_line {
    padding-top:60px;
}
.inner_980 {
    max-width:980px;
}
.left h2 {
    font-size:40px;
}
.left h3 {
    font-size:28px;
}
.txt_pink {
    color:#e94f6c;
}
.txt_orange {
    color:#df7922;
}
.txt_purple {
    color:#aa5497;
}
.right {
    font-size:20px;
}
.right span {
    font-size:24px;
}

.nayami .left div , .ikuji .left div , .kango .left div {
    width:100%;
}

.nayami .left , .ikuji .left , .kango .left , .nayami .right , .ikuji .right , .kango .right {
    display:flex;
    align-items: center;
}
.nayami .right div {
    width:100%;
    padding:0;
}
.news_ttl {
    font-size:20px;
    font-weight:bold;
    color:#705430;
}
.news_list li {
    padding:20px 10px;
    padding-bottom:10px;
}
#news_page #news .news_list li a {
  padding: 0;
}
.f18 {
    font-size:18px;
}

@media screen and (max-width:830px){
    .hayakawa .left , .hayakawa .right {
        width:100%;
        margin-bottom:30px;
    }
    .hayakawa .left img {
        max-width:500px;
    }
    .hayakawa .left {
        text-align: center;
    }
    
    .nayami .left , .nayami .right , .ikuji .left , .ikuji .right , .kango .left , .kango .right {
        width:100%;
        padding:10px;
    }
    
    .nayami .left div , .ikuji .left div , .kango .left div {
        padding:0;
    }
    
    .nayami .right , .ikuji .right , .kango .right ,.nayami .right span, .ikuji .right span, .kango .right span {
        font-size:18px !important;
    }
    
    .nayami h2 , .ikuji h2 , .kango h2 {
        font-size:24px;
    }
    
    .nayami h3 , .ikuji h3 , .kango h3 {
        font-size:22px;
    }
    
    .nayami , .ikuji , .kango {
        font-size:18px;
    }
    .kenkyubox div {
        width:100%;
        margin-bottom:30px;
        text-align:center;
    }
    .kenkyubox p {
        text-align:left;
    }
}

@media screen and (max-width:1050px){
    #nayami_ttl h3, #ikuji_ttl h3, #kango_ttl h3 {
    font-size:40px;
    }
}

.txt_pink {
    font-size:50px;
    font-weight:bold;
    line-height: 1.15;
    padding:30px;
}
.txt_blue {
    font-size:50px;
    font-weight:bold;
    line-height: 1.15;
    padding:30px;
    color:#137197;
}

.ss-bg {
    padding:50px 0;
}
.ttl_sup {
    padding:15px;
    max-width:980px;
    border-radius: 20px;
    color:#fff;
    background-color: #ef7d49;
    margin:50px auto;
    font-size:26px;
    font-weight:bold;
}
.ttl_sup span {
    font-size:50px;
    display:block;
}


.bkn_out {
    max-width:990px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.bkn {
    min-width:310px;
    margin-bottom:100px;
}
@media screen and (max-width:945px){
    .bkn_out {
        padding:10px;
    }
    .bkn {
    min-width:49%;
    margin-bottom:100px;
}
}
@media screen and (max-width:654px){
    .bkn {
    min-width:100%;
    margin-bottom:100px;
}
}

.bkn p {
    padding:0;
    margin:0;
}
.f12 {
    font-size:12px;
}
.f13 {
    font-size:13px;
}
.f14 {
    font-size:14px;
}
.f16 {
    font-size:16px;
    border-radius: 10px 10px 0 0;
    background-color:#eb6d80;
    color:#fff;
}
.f22 {
    font-size:22px;
    color:#eb6d80;
}
.bkn table {
    font-size:14px;
    text-align:left;
}
.bkn table span {
    font-size:12px;
    color:#eb6d80;
    background-color:#f3daca;
    width:4.5rem;
    display:inline-block;
    text-align:center;
}
.bkn_ttl {
    color:#eb6d80;
}
.bkn img {
    width:100%;
    height:au1to;
}
.bkn hr {
    border:1px solid #eb6d80;
    border-bottom:0;
    margin: 5px 0;
}
.bkn table span.tokucho {
    color: #705430;
    width: calc(100% - 4.8rem);
    position: absolute;
    display: block;
    right: 0;
    top: 3px;
    background: none;
    font-size: 14px;
    text-align:left;
}
.bkn_out2 {
    width:100%;
    max-width:990px;
    margin:0 auto;
    font-size:22px;
    height:250px;
    flex-wrap: wrap;
}
.bkn_out2 p {
    border-bottom:1px solid #000;
}
.bkn_out2 p span {
    display: inline-block;
    width:8rem;
}

.f_left {
    width:30%;
    float:left;
}
.f_right {
    width:calc(70% - 30px);
    float:right;
    text-align:left!important;
}

@media screen and (max-width:600px){
.bkn_out2 {
        padding:10px;
}
.f_left {
    width:100%;
    clear:both;
}
.f_right {
    width:100%;
    clear:both;
}
    
}

.copyright{
    clear: both;
    height:50px;
    line-height:50px;
    font-size:12px;
    padding:0;
    margin:0;
}

/*2023-07-08-str*/
.header_menu ul {
    width:980px;
    margin:0 auto;
    justify-content: space-between;
}

.header_menu ul li {
  text-align: center;
  padding: 0;
  height: 100%;
  border-right: 1px solid #6f532f;
}

.header_menu ul li:last-child {
  border-right: none;
}

footer {
    text-align:center;
    color:#705430;
}
footer p {
    margin-bottom:1rem;
}
footer p span {
    font-size:30px;
}
.privacy_btn {
	border:solid 1px #68584b;
	font-size:16px;
	width:80px;
    margin:0 auto;
    color:#68584b;
    padding:3px 6px;
}
.header_img {
    width:100%;
    height:500px;
    background-image: url(/wp-content/themes/origin/img/top_image.jpg);
    background-size:cover;
    background-position: center;
    margin:0;
    padding:0;
}
.header_img img {
    padding:0;
    margin:0;
    z-index:2;
    width:100%;
}
@media screen and (max-width:1430px){
    .header_img {
    height:300px;
    }
}
@media screen and (max-width:860px){
    .header_img {
        height:200px;
    }
}

@media screen and (max-width:700px){
    .header_img {
        background-image: url(/wp-content/themes/origin/img/top_image-1.jpg);
        height:800px;
    }
}

@media screen and (max-width:490px){
    .header_img {
        background-image: url(/wp-content/themes/origin/img/top_image-1.jpg);
        height:600px;
    }
}


/*
.header_img img:first-child {
    background-image: url(/wp-content/themes/origin/img/top_image.jpg);
    background-size: cover;
}
*/
section {
    padding:60px 0;
    /*
    margin-bottom:60px;
    */
}

.bg_green {
    background-color:#a8cf5e;
}
.bg_gray {
    background-color:#eee9d6;
}
.flex_promise {
    display:flex;
    justify-content: space-between;
    max-width:980px;
    margin:0 auto;
    flex-wrap: wrap;
    gap:20px;
    margin-bottom:30px;
}
.flex_promise img {
    width:calc(25% - 20px);
}


.flex_promise2 {
    display:flex;
    justify-content: space-between;
    max-width:980px;
    margin:0 auto;
    gap:20px;
    margin-bottom:30px;
    flex-wrap: wrap;
}
.flex_promise2 img , .flex_promise2 div {
    width:410px;
    height:auto;
}

@media screen and (max-width:879px){
    .flex_promise2 {
        display:block;
        width:100%;
        padding:10px;
        text-align:center;
    }
    .flex_promise2 img , .flex_promise2 div {
        width:100%;
    }
    .flex_promise2 div p {
        text-align: left;
    }
}

.ttl_box {
    width:286px;
    height:70px;
    margin:0 auto;
    line-height:44px;
    background-image: url(/wp-content/themes/origin/img/title_bg.png);
    color:#47ab3e;
    font-size:23px;
    font-weight:bold;
    margin-bottom:30px;
}
.ttl_box2 {
    width:386px;
    height:70px;
    margin:0 auto;
    line-height:44px;
    background-image: url(/wp-content/themes/origin/img/ttl_box2.png);
    color:#47ab3e;
    font-size:23px;
    font-weight:bold;
    margin-bottom:30px;
}
.inner_box {
    width:980px;
    margin:0 auto;
}
.shinryo p,.shinryo h3 {
    padding:0;
    text-align: center;
}
.shinryo img {
    margin:0 auto;
    display:block;
}
.btn_h50 {
    background-color:#f19a8c;
    border-radius:25px;
    color:#fff;
    font-weight:bold;
    font-size:20px;
    margin:0 auto;
    display:block;
    max-width:280px;
    text-align:center;
    height:50px;
    line-height:50px;
}
.btn_h40 {
    background-color:#47ab3e;
    border-radius:20px;
    color:#fff;
    font-weight:bold;
    font-size:20px;
    margin:0 auto;
    display:block;
    max-width:280px;
    text-align:center;
    height:40px;
    line-height:40px;
    margin-top:60px;
}
.plz_yoyaku {
    margin:20px 0;
    font-size:24px;
    color:#f19a8c;
    font-weight: bold;
}
.flex_map {
    display:flex;
    
}
.flex_map img {
    width:29%;
    height:300px;
    margin-right:1%;
}
.flex_map iframe {
    width: 100%;
    height: 300px;
    max-width: 700px;
    margin: 0 auto;
}
.monshin {
    background-color:#eee9d6;
    width:100%;
    max-width:507px;
    padding:30px 0;
    margin:0 auto;
    margin-top:3rem;
    border-radius: 20px;
}

#promise h3 {
    font-size:1.5rem;
}

.flex_3clm {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.flex_3clm div {
    width:300px;
    text-align:center;
}
.flex_3clm div img {
    width:100%;
}
@media screen and (max-width:930px){
    .flex_3clm {
        display:block;
        width:100%;
        padding:10px;
    }
    .flex_3clm div {
        width:100%;
        text-align:center;
    }
}

.beginners hr {
    margin:3rem 0;
    border:none;
    border-top:#705430 1px solid;
}
.beginners p {
    font-size:24px;
}
.beginners p span {
    color:#659e3a;
}

@media screen and (max-width:1200px){
    .fixed {
        display:none;
    }
}

.wpcf7-form {
    max-width:500px;
    margin:0 auto;
    font-size:20px;
}

.wpcf7-form input , .wpcf7-form textarea {
    width:100%;
    padding:2px 10px;
    font-size:20px;
    line-height:1.5;
}
.wpcf7-form p {
    text-align:left;
}
.text-center {
    text-align: center;
}

.recruit {
    color:#705430;
}
.recruit hr {
    margin:2rem 0;
}
.recruit p {
    font-size:18px;
    line-height:2;
}

.recruit_box {
    background-color:#e1eec9;
    margin-bottom:3rem;
    border-radius: 20px;
    padding:28px;
}
.recruit_box h3 {
    text-align:center;
}
.recruit_box th {
    background-color:#a8cf5e;
    padding:20px;
}
.recruit_box td {
    padding:20px;
}
.recruit_box th {
    background-color:#a8cf5e;
}
.recruit th, .recruit td {
    border:2px solid #fff;
}
table,th,td {
    border-collapse: collapse;
}

.recruit table {
    width:100%;
}

@media screen and (max-width:980px){
    .inner_box {
        width:100%;
        padding-left:10px;
        padding-right:10px;
    }
}

@media screen and (max-width:1200px){
    .header_img video {
        
    }
    .header_img img {
        
    }
}
@media screen and (max-width: 1279px) {
  .inner_980 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
  .header_img video{
    max-width: 100vw;
  }
.header_img {
          z-index:999;
      background-color:#fff;
}

    .mob_logo {
        display:none;
        text-align: center;
        margin:30px auto;
    }
@media screen and (max-width: 1200px) {
    .mob_logo {
        display:block;
        text-align: center;
    }
}


@media screen and (max-width: 750px) {
  .header_img {
      /*
    position: fixed;
      top:0;
      */
  }
    .flex_promise img {
        width:calc(50% - 20px);
    }
    .flex_promise {
        padding-left:50px;
        padding-right:50px;
    }
    .btn_h40 {
        margin-top:32px;
    }
    #home #news .news_list {
        margin-bottom:0;
    }
    .nav-open .menu-content{
        z-index:9998;
    }
    .menu-btn{
        z-index:9999;
    }
}

.foot_btn {
    display: none;
}

@media screen and (max-width: 1200px) {
    .foot_btn {
        position: fixed;
        bottom: 0;
        display: flex;
        width: 100%;
        height:80px;
        background:#fff;
    }
    .foot_btn a {
        display:flex;
        width:25%;
        height:80px;
        justify-content: center;
        align-items: center;
    }
    .foot_btn .btn_tel {
        background-color:#a8cf5e;
    }
    .foot_btn .btn_mail {
        background-color:#705430;
    }
    .foot_btn .btn_reserve {
        background-color:#47ab3e;
    }
    .foot_btn .btn_monshin {
        background-color:#b59570;
    }
    footer {
        margin-bottom:80px;
    }
}

    .greeting2 , .promise2 {
        display:block;
    }

@media screen and (max-width: 1200px) {
    .greeting2 , .promise2 {
        display:none;
    }
}
.flex_promise2 {
  align-items: flex-start;
}

.flex_map {
  display: block;
  text-align: center;
  font-weight:bold;
}
.facility h4 , .facility p {
    text-align:left;
    padding-top:0;
    margin-left:20px;
    margin-right:20px;
}
.facility h4 {
    padding:0;
    font-size:1.4rem;
}
.facility p {
    margin-bottom:60px;
}
.renkei h3 {
    padding:30px 0;
}
.renkei a {
    padding-bottom:10px;
    display:block;
}
.header_menu ul li {
    white-space: nowrap;
}
.toplogo {
    width:338px;
    max-width:338px;
}
.header_menu ul li {
    border:none;
}
.header_menu ul {
    width:100%;
    max-width:1920px;
}
.gyou {
    color:#0F286D;
    position:absolute;
    bottom:0;
    left:20px;
    padding:0;
}
.li_contact {
    border:1px solid #CDD6DD;
    border-radius:10px;
    height:75px;
}
section {
    margin:100px 0;
    padding:100px 50px;
}
section#contact {
    margin:80px ;
    padding:0;
    margin-botto:100px;
}
section#contact p {
    font-size:28px;
    font-weight:bold;
    color:#0F286D;
}
section#kaitai {
    background: linear-gradient(90deg, #1A7BCE, #80C0EF, #1A7BCE);
    margin-bottom:0;
}
.btn_red {
    background: #C90441;
    font-size:40px;
    color:#fff;
    padding:15px 30px;
    border-radius:20px;
    margin-top:20px;
    display: inline-block;
}
.flexbox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flexbox .inbox {
    width:50%;
}
.flexbox img {
    width:50%;
    padding-left:50px;
    object-fit: cover;
    max-width:500px;
}
.flexbox3 {
    display:flex;
    width:100%;
    margin:0 auto;
}
.flexbox3 div {
    width:calc(100% / 3);
    text-align:center;
}
.ttl_y {
    color:#fff;
    width:100%;
    text-align:center;
    font-size:40px;
    font-weight:bold;
    margin-top:100px;
    margin-bottom:30px;
}
.inner_980 {
    max-width:1260px;
}
section#josetsu {
    background: linear-gradient(90deg, #C57B4B, rgba(255,88,0,0.5), #C57B4B);
    margin-top:0;
}
section#voices .flexbox {
    background:#FFE8C5;
    margin-bottom:30px;
    flex-wrap: nowrap;
    padding:20px 10px;
    border-radius:20px;
    font-size:36px;
}
section#voices .flexbox div {
    text-align:center;
    margin-right:20px;
}
section#voices .flexbox img {
    margin:0;
    padding:0;
    width:120px;
}
section#voices .ttl {
    font-size:56px;
    color:#0E286D;
    text-align:center;
    margin-bottom:40px;
}
section#company img {
    max-width:500px;
    margin-bottom:30px;
}
section#company {
    text-align:center;
    background:#fff;
}
section#company p {
    margin-bottom:30px;
    font-size:24px;
}
.tels {
    max-width: 1065px;
    width: 80%;
    display: block;
    background: #0F286D;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    height: 250px;
    font-size: 80px;
    border-radius: 20px;
    font-weight: bold;
}

.wpcf7-submit {
  width: 100%;
  max-width: 355px;
  height: 49px;
  background-color: #0F286D;
  color: #fff;
  font-size: 1.5rem;
  border: solid 1px #0F286D;
  display: block;
  margin: 0 auto;
  padding-top: 4px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
}
section.contact h2 {
    font-size:40px;
}


body {
	font-family: 'Noto Sans Japanese', sans-serif;
}
@media screen and (max-width: 1200px) {
    .flexbox {
        display:block !important;
        text-align:center;
    }
    .inbox {
        width:100% !important;
        text-align:left !important;
    }
    .flexbox img {
        padding:0 !important;
    }
    section#voices {
        width:100% !important;
    }
    section#voices p {
        font-size:32px !important;
    }
    section#voices p.ttl {
        font-size:56px !important;
    }
    .tels {
        width:80%;
        font-size:30px;
        height:150px;
        padding:30px;
    }
    
}

@media screen and (max-width: 600px) {
    .inner_980 {
        padding-right: 0;
        padding-left: 0;
    }
    section#contact,section {
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin:80px 0;
    }
    .flexbox3 div {
        width:100%;
        margin-bottom:30px;
    }
    .flexbox3 {
        display:block;
        font-size:1.2rem;
    }
}
section#company img {
  width: 100%;
}