@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #231c1c;
	background-color: #f5f0ea;
	font-size: 1.5rem;/* 15px */
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family:  '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
  a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	max-width: 100%;
	height: auto;
}


.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
	.img-spnone {
		display: none;
	}
	.img-pcnone {
		display: block;
	}
}


.futo {
	font-weight: bold;
}
.Crimson {
	font-family: 'Crimson Text', serif;
}
.hina {
	font-family: 'Hina Mincho', serif;
}

.sec {
	width: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
	.sec {
		padding-top: 4em;
		padding-bottom: 4em;
	}
}

 h2 {
  font-size: 3rem;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.8rem;
  }
}


.catch {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch {
		font-size: 1.7rem;
	}
}

.catch2 {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.catch2 {
		font-size: 1.5rem;
	}
}

.catch3 {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.catch3 {
		font-size: 1.4rem;
	}
}

.box_center {
	text-align: center;
}

.btn_link {
	display: block;
	width: 200px;
	height: 50px;
	padding: 10px;
	background-color: #231c1c;
	color: #ffffff;
	text-align: center;
	border: 1px solid #231c1c;
	font-family: 'Crimson Text', serif;
	transition: .2s;
}
.btn_link:hover {
	background-color: transparent;
	color: #231c1c;
}
@media screen and (max-width: 768px) {
	.btn_link {
		height: 46px;
	}
}

.marker {
	background: rgba(255,243,131,1.0);
	background: -moz-linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	background: -webkit-linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	background: linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff383",endColorstr="#fff383",GradientType=1);
}


/*---------------フッター*/
.footer {
	background-color: #332c28;
	position: relative;
	overflow: hidden;
}
.footer .footer_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.footer .footer_inner .contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
}
.footer .footer_inner .contents .left {
	display: flex;
	flex-direction: column;
}
.footer .footer_inner .contents .left h1 {
	font-size: 1.2rem;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 20px;
}
.footer .footer_inner .contents .left img {
	max-width: 280px;
	margin-bottom: 20px;
}
.footer .footer_inner .contents .left .company_info {
	font-size: 1.2rem;
	color: #ffffff;
}
.footer .footer_inner .contents .right {
	max-width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}
.footer .footer_inner .contents .right .footer_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.footer .footer_inner .contents .right .footer_link li {
	margin: 0 0 10px 40px;
}
.footer .footer_inner .contents .right .footer_link li a {
	font-size: 1.2rem;
	color: #ffffff;
}
.footer .footer_inner .contents .right .copyright {
	font-size: 1rem;
	color: #ffffff;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.footer .footer_inner .contents {
		flex-direction: column;
	}
	.footer .footer_inner .contents .left h1 {
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .left .company_info {
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .right {
		max-width: inherit;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}
	.footer .footer_inner .contents .right .footer_link {
		justify-content: flex-start;
		margin-bottom: 30px;
	}
	.footer .footer_inner .contents .right .footer_link li {
		margin: 0 40px 6px 0;
	}
	.footer .footer_inner .contents .right .footer_link li a {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.footer .footer_inner .contents .left h1 {
		display: none;
	}
}




/*-----------------------TOP*/
.top .title_area {
	margin-bottom: 40px;
}
.top .title_area .section_title {
	font-size: 3rem;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.15em;
	font-family: 'Crimson Text', serif;
}
.top .title_area .lead {
	font-size: 1.2rem;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.top .title_area  .section_title {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.top .title_area  .section_title {
		font-size: 2rem;
	}
}

.top .top_news {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
.top .top_news .top_news_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.top .top_news .top_news_inner .title_area {
	text-align: center;
}
.top .top_news .top_news_inner .news {
	width: 100%;
	max-width: 980px;
	height: 240px;
	overflow-y: scroll;
	margin: 0 auto 30px;
	padding: 0 1.5em;
}
.top .top_news .top_news_inner .news dl {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
}
.top .top_news .top_news_inner .news dl:first-child {
	padding-top: 30px;
}
.top .top_news .top_news_inner .news dl dt {
	width: 150px;
}
.top .top_news .top_news_inner .news dl dd {
	width: calc(100% - 150px);
}
.top .top_news .top_news_inner .news dl dd a {
	color: #231c1c;
	transition: .2s;
}
.top .top_news .top_news_inner .news dl dd a:hover {
	color: #c85a37;
}
.top .top_news .top_news_inner .btn_link {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top .top_news {
		padding: 40px 0;
	}
	.top .top_news .top_news_inner .news {
		width: 100%;
		margin: 20px auto;
	}
	.top .top_news .top_news_inner .news dl {
		flex-direction: column;
		padding: 0 10px 20px;
	}
	.top .top_news .top_news_inner .news dl::after {
		width: calc(100% - 20px);
	}
	.top .top_news .top_news_inner .news dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.top .top_news .top_news_inner .news dl dd {
		width: 100%;
	}
}

.top .top_greeting {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
.top .top_greeting::before {
	content: "";
	display: block;
	width: 56%;
	max-width: 800px;
	height: 0;
	padding-top: 85.8%;
	background-image: url("../img/top/img_greeting.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: -4%;
	transform: translateY(-50%);
}
.top .top_greeting .top_greeting_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}
.top .top_greeting .top_greeting_inner .imagebox {
	display: none;
}
.top .top_greeting .top_greeting_inner .textbox {
	width: 40%;
}
.top .top_greeting .top_greeting_inner .textbox .catch2 {
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
.top .top_greeting .top_greeting_inner .textbox .text {
	line-height: 2.2;
	margin-bottom: 40px;
}
.top .top_greeting .top_greeting_inner .textbox .name {
	text-align: right;
}
@media screen and (max-width: 991px) {
	.top .top_greeting::before {
		display: none;
	}
	.top .top_greeting .top_greeting_inner {
		flex-direction: column-reverse;
		height: auto;
	}
	.top .top_greeting .top_greeting_inner .imagebox {
	display: block;
		width: 100%;
		max-width: 460px;
		margin: 30px auto 0;
}
	.top .top_greeting .top_greeting_inner .textbox {
		width: 100%;
	}
	.top .top_greeting .top_greeting_inner .textbox .title_area {
		text-align: center;
	}
	.top .top_greeting .top_greeting_inner .textbox .text {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.top .top_kaigo {
		padding: 40px 0;
	}
	.top .top_kaigo .top_kaigo_inner .imagebox {
		width: 100%;
	}
	.top .top_kaigo .top_kaigo_inner .imagebox .img_bg {
		width: 70%;
	}
	.top .top_kaigo .top_kaigo_inner .imagebox .img_human {
		width: 50%;
		right: 20px;
	}
}
@media screen and (max-width: 480px) {
	.top .top_kaigo .top_kaigo_inner .imagebox .img_bg {
		width: 100%;
	}
	.top .top_kaigo .top_kaigo_inner .imagebox .img_human {
		width: 100%;
		max-width: 200px;
	}
}



/*-----------------------第二階層共通*/
.page-title-out {
	clear: both;
	overflow: hidden;
	position: relative;
	background-image: url("../img/common/dotted.png");
	background-size: 10px auto;
}
#page-title {
	clear: both;
  overflow: hidden;
  position: relative;
	padding-top: calc(6em + 90px);
	padding-bottom: 4em;
	z-index: 1;
}
#page-title .page-title-text {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin:0 auto;
	text-align: center;
}
#page-title .page-title-text h3 {
	margin:0 0 15px;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0.15em;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-style: italic;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 50px;
}
#page-title .page-title-text .lead {
	margin-bottom: 0;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
	font-family: 'Hina Mincho', serif;
}
@media screen and (max-width: 1199px) {
	#page-title {
		padding-top: calc(3em + 70px);
		padding-bottom: 3em;
	}
	#page-title .page-title-text h3 {
		font-size: 3.4rem;
		padding-top: 60px;
		background-size: auto 40px;
	}
}
@media screen and (max-width: 768px) {
	#page-title .page-title-text h3 {
		font-size: 3rem;
		padding-top: 60px;
		background-size: auto 40px;
	}
	#page-title .page-title-text .lead {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	#page-title .page-title-text h3 {
		font-size: 2.4rem;
		padding-top: 50px;
		background-size: auto 30px;
	}
}
.daini .section {
	padding: 60px 0;
}
.daini .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.daini .section {
		padding: 40px 0;
	}
}

.daini .section-heading{
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.daini .section-heading h2{
	display: inline-block;
	border-bottom: 3px solid #ffcc00;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 768px) {
	.daini .section-heading {
		margin-bottom: 30px;
	}
}


/*---------------当会概要*/
.outline {
	overflow: hidden;
}
.outline .section_inner {
	max-width: 960px;
}
.outline .dl_com {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #cccccc;
	padding: 20px 0;
}
.outline .dl_com:last-of-type {
	border-bottom: none;
}
.outline .dl_com dt {
	width: 20%;
	font-weight: 600;
}
.outline .dl_com dd {
	width: 76%;
	padding-left: 20px;
}
.outline .dl_com dd span {
	display: block;
	font-weight: 700;
}
.outline .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	margin: 50px auto 0;
}
.outline .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.outline .dl_com {
		flex-direction: column;
	}
	.outline .dl_com dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.outline .dl_com dd {
		width: 100%;
		padding-left: 0;
	}
	.outline .g-maps {
		padding-bottom: 400px;
		margin: 30px auto 0;
	}
}

/*---------------事業内容*/
.business {
	overflow: hidden;
}
.business .section_inner {
	max-width: 960px;
}
.business .section_inner .dl_business_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.business .section_inner .dl_business_wrap .dl_business {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 1em 0;
	border-top: 1px dotted #cccccc;
}
.business .section_inner .dl_business_wrap .dl_business:nth-child(12),
.business .section_inner .dl_business_wrap .dl_business:last-child {
	border-bottom: 1px dotted #cccccc;
}
.business .section_inner .dl_business_wrap .dl_business dt {
	width: 80px;
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-size: 3rem;
	letter-spacing: 0.1em;
}
.business .section_inner .dl_business_wrap .dl_business dd {
	width: calc(100% - 80px);
	line-height: 1.8;
	padding: 0 1em;
}
@media screen and (max-width: 768px) {
	.business .section_inner .dl_business_wrap .dl_business dt {
		width: 60px;
		font-size: 2.6rem;
	}
	.business .section_inner .dl_business_wrap .dl_business dd {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 480px) {
	.business .section_inner .dl_business_wrap .dl_business {
		width: 100%;
	}
	.business .section_inner .dl_business_wrap .dl_business dt {
		font-size: 2.2rem;
	}
	.business .section_inner .dl_business_wrap .dl_business:nth-child(12) {
		border-bottom: none;
	}
}


/*---------------お問合せ*/
.contact {
	overflow: hidden;
	min-height: 500px;
}
.contact .intro {
	max-width: 680px;
	margin: 0 auto;
}
.contact .intro a {
	color: #c85a37;
}
.contact .form_wrap {
	max-width: 960px;
	margin: 60px auto 0;
}
.contact .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #cccccc;
}
.contact .dl_form:first-child {
	border-top: 1px dotted #cccccc;
}
.contact .dl_form dt {
	width: 300px;
	padding-left: 80px;
	text-align: left;
	position: relative;
}
.contact .dl_form dt span {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.2rem;
	background-color: #231c1c;
	color: #ffffff;
	position: absolute;
	left: 0;
}
.contact .dl_form dd {
	width: calc(100% - 300px);
}
.contact .dl_form dd .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd .form-control.short {
	max-width: 400px;
	margin: 0 auto 0 0;
}
.contact .dl_form dd textarea.form-control {
	height: auto;
}
.contact .submit_area {
	margin: 30px auto 0;
	text-align: center;
}
.contact .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #ffffff;
	background-color: #231c1c;
	border: 1px solid #231c1c;
	transition: .2s;
}
.contact input[type=submit]:hover {
	color: #231c1c;
	background-color: #ffffff;
	cursor: pointer;
}
.contact .btn_link {
	margin: 90px auto;
	color: #ffffff;
}
.contact .btn_link:hover {
	color: #231c1c;
}
@media screen and (max-width: 768px) {
	.contact .dl_form {
		flex-direction: column;
	}
	.contact .dl_form dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.contact .dl_form dt span {
		position: static;
		margin-right: 10px;
	}
	.contact .dl_form dd {
		width: 100%;
	}
}


/*---------------サイトマップ*/
.sitemap {
	overflow: hidden;
	min-height: 500px;
}
.sitemap ul.list_sitemap_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap ul.list_sitemap_link li {
	width: 30%;
	padding: 2em 1.5em;
	border-bottom: 1px dashed #cccccc;
	position: relative;
}
.sitemap ul.list_sitemap_link li:first-child,
.sitemap ul.list_sitemap_link li:nth-child(2),
.sitemap ul.list_sitemap_link li:nth-child(3) {
	border-top: 1px dashed #cccccc;
}
.sitemap ul.list_sitemap_link li::before {
	font-family: 'Material Icons';
  content: "east";
	position: absolute;
	right: 1.5em;
	transition: .3s;
}
.sitemap ul.list_sitemap_link li:hover::before {
	right: 1em;
}
.sitemap ul.list_sitemap_link li a {
	display: block;
}
@media screen and (max-width: 768px) {
	.sitemap ul.list_sitemap_link li {
		width: 48%;
		padding: 2em 1em;
	}
	.sitemap ul.list_sitemap_link li:nth-child(3) {
		border-top: none;
	}
	.sitemap ul.list_sitemap_link li::before {
		right: 1em;
	}
	.sitemap ul.list_sitemap_link li:hover::before {
		right: 0.5em;
	}
}
@media screen and (max-width: 480px) {
	.sitemap ul.list_sitemap_link li {
		width: 100%;
	}
	.sitemap ul.list_sitemap_link li:nth-child(2) {
		border-top: none;
	}
}


/*---------------プライバシーポリシー*/
.privacy {
	overflow: hidden;
}
.privacy .dl_privacy dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 600;
}
.privacy .dl_privacy dd {
	margin-bottom: 40px;
}
.privacy .dl_privacy dd ul {
	margin-left: 20px;
}
.privacy .dl_privacy dd ul li {
	list-style: disc;
}
@media screen and (max-width: 768px) {
	.privacy .dl_privacy dt {
		font-size: 1.5rem;
	}
}


/*---------------最新情報*/
.daini.news {
	overflow: hidden;
	min-height: 500px;
}
.news .box {
	max-width: 800px;
	margin: 0 auto;
}
.news .box .news-heading {
	padding: 1em;
	margin-bottom: 30px;
	background-image: url("../img/common/line.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
}
.news .box .news-heading .news_ttl {
	font-size: 2rem;
	font-weight: 600;
}
.news .box .text {
	margin-bottom: 20px;
}
.news .box figure {
	margin: 30px 0;
}
.news .text a {
	color: #c85a37;
}
.news .news_pagenation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 0;
}
.news .news_pagenation li {
	margin: 0 10px;
}
.news .news_pagenation li a {
	display: block;
	padding: 10px;
	width: 200px;
	border: 1px solid #231c1c;
	background-color: #231c1c;
	color: #ffffff;
	text-align: center;
	position: relative;
	transition: .2s;
}
.news .news_pagenation li a:hover {
	background-color: #ffffff;
	color: #231c1c;
}
.news .news_pagenation li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	transition: .2s;
}
.news .news_pagenation li.pre a::after {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	top: 50%;
	left: 10px;
	transform: rotate(45deg) translateY(-50%);
}
.news .news_pagenation li.next a::after {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	top: 50%;
	right: 10px;
	transform: rotate(-45deg) translateY(-50%);
}
.news .news_pagenation li.pre a:hover::after {
	border-bottom: 1px solid #231c1c;
	border-left: 1px solid #231c1c;
}
.news .news_pagenation li.next a:hover::after {
	border-bottom: 1px solid #231c1c;
	border-right: 1px solid #231c1c;
}
@media screen and (max-width: 768px) {
	.news .box .news-heading .news_ttl {
		font-size: 1.6rem;
		font-weight: 600;
	}
	.news .box  figure {
		margin: 20px 0;
	}
}
@media screen and (max-width: 480px) {
	.news .box .news-heading .news_ttl {
		font-size: 1.4rem;
		font-weight: 600;
	}
	.news .news_pagenation li {
		margin-bottom: 10px;
	}
	.news .news_pagenation li a {
		width: 140px;
	}
}

.news .news_list_box {
	max-width: 800px;
	margin: 0 auto;
}
.news .news_list_box dl.dl_news {
	padding: 1.5em;
	border-bottom: 1px dashed #cccccc;
}
.news .news_list_box dl.dl_news:first-child {
	border-top: 1px dashed #cccccc;
}
.news .news_list_box dl.dl_news dt {
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news .news_list_box dl.dl_news dd{
	line-height: 1.6;
}
.news .news_list_box dl.dl_news dd a {
	color: #231c1c;
	transition: .2s;
}
.news .news_list_box dl.dl_news dd a:hover {
	color: #c85a37;
}
.news .btn_link {
	display: block;
	margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
	.news .news_list_box dl.dl_news dt {
		margin-bottom: 5px;
	}
}


/*---------------実績*/
.works {
	overflow: hidden;
}
.works .section_inner {
	max-width: 900px;
}
.works .works_item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.works .works_item_wrap .item {
	width: 31%;
	margin-right: 3.5%;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
}
.works .works_item_wrap .item:nth-child(3n) {
	margin-right: 0;
}
.works .works_item_wrap .item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
	transition: .2s;
}
.works .works_item_wrap .item a:hover {
	opacity: 0.7;
}
.works .works_item_wrap .item a .image_box {
	overflow: hidden;
	height: 0;
	padding-top: 75%;
	margin-bottom: 10px;
	position: relative;
}
.works .works_item_wrap .item a .image_box > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.works .works_item_wrap .item a .text_box .date {
	font-size: 1.3rem;
}
.works .works_item_wrap .item a .text_box .works_title {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
}
.works .btn_link {
	margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
	.works .works_item_wrap {
		flex-direction: column;
	}
	.works .works_item_wrap .item {
		width: 100%;
		padding: 0 5%;
		margin: 0 0 40px;
	}
	.works .works_item_wrap .item a .text_box .date {
		font-size: 1.2rem;
	}
	.works .works_item_wrap .item a .text_box .works_title {
		font-size: 1.4rem;
	}
}

.works .article {
	max-width: 800px;
	margin: 0 auto;
}
.works .article .works-heading {
	padding: 1em 0.5em;
	margin-bottom: 30px;
	background-image: url("../img/common/line.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
}
.works .article .works-heading .works_ttl {
	font-size: 2rem;
	font-weight: 600;
}
.works .article .text {
	margin-bottom: 20px;
}
.works .article  figure {
	margin: 30px 0;
}
.works .article a {
	color: #c85a37;
	transition: .2s;
}
.works .article a:hover {
	opacity: .6;
}
.works .article .material-icons {
	font-size: inherit;
}
.works .article ul.works_img {
	display: flex;
	flex-wrap: wrap;
}
.works .article ul.works_img li {
	width: 32%;
	margin: 0 2% 20px 0;
}
.works .article ul.works_img li:nth-child(3n) {
	margin-right: 0;
}
.works .article ul.works_img li a {
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 75%;
	position: relative;
	transition: .2s;
}
.works .article ul.works_img li a:hover {
	opacity: .7;
}
.works .article ul.works_img li a > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works .article .video {
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 20px;
}
.works .article .video video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.works .article .works-heading .works_ttl {
		font-size: 1.6rem;
		font-weight: 600;
	}
	.works .article figure {
		margin: 20px 0;
	}
}
@media screen and (max-width: 480px) {
	.works .article .works-heading .works_ttl {
		font-size: 1.4rem;
		font-weight: 600;
	}
	.works .article ul.works_img {
		justify-content: space-between
	}
	.works .article ul.works_img li,
	.works .article ul.works_img li:nth-child(3n){
		width: 48%;
		margin: 0 0 20px 0;
	}
}






