@charset "UTF-8";

#top #main_content > .wrapper {
	padding: 0;
}


/* =============================================
共通
============================================= */

#top_greeting,
#top_box_menu,
#new_item,
#recommend_item,
#top_news {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_news .inner,
	#top_greeting .inner,
	#top_box_menu .inner {
		padding: 0 2.5%;
	}
}


/* =============================================
メインビジュアル
============================================= */

#top_mv {
	margin-bottom: 18px;
}

#top_mv.normal {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#top_mv.normal img {
	max-width: 100%;
	height: auto;
}

#top_mv.cover {
	width: 100%;
	background: no-repeat center center;
	background-size: cover;
}

#top_mv.full,
#top_mv.full img {
	width: 100%;
}

#top_mv.sp_img img.mv_sp {
	display: none;
}

#top_mv.cover p {
	display: none;
}

#top_mv.cover a {
	display: block;
	height: 100%;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_mv,
	#top_mv.normal {
		width: auto;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	#top_mv.cover {
		width: 100%;
		background: none !important;
		height: auto !important;
	}

	#top_mv.sp_img img {
		display: none;
	}

	#top_mv.sp_img img.mv_sp {
		display: inline;
		width: 100%;
	}
}

#top_mv a:hover img {
	opacity: 1;
}


/*スライダー*/

@media print,
screen and (min-width: 768px) {

	/*PCのみ*/
	#top_slider {
		min-width: 1200px;
	}
}

#top_slider.slider-pro {
	display: none;
}

#top_slider.slider-pro .sp-buttons {
	padding-top: 10px;
	font-size: 0;
}

#top_slider.slider-pro .sp-button {
	border: none;
	margin: 0 5px;
	background-color: #ccc;
	width: 10px;
	height: 10px;
}

#top_slider.slider-pro .sp-selected-button {
	background-color: #5a5a5a;
}

#top_slider.slider-pro .sp-arrows {
	margin-top: -30px;
}

#top_slider.slider-pro .sp-arrow {
	width: 30px;
	height: 60px;
	opacity: 0.8;
}

#top_slider.slider-pro .sp-arrow:before {
	transform: skew(0deg, 0deg);
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-size: 32px;
	width: auto;
	height: auto;
	background-color: transparent;
	color: #fff;
	content: '\e84e';
	top: 3px;
	left: 0;
}

#top_slider.slider-pro.arrows_white .sp-arrow:before {
	color: #fff;
}

#top_slider.slider-pro.arrows_black .sp-arrow:before {
	color: #000;
}

#top_slider.slider-pro .sp-arrow:after {
	display: none;
}

#top_slider.slider-pro .sp-next-arrow {
	transform: rotate(0deg);
}

#top_slider.slider-pro .sp-previous-arrow:before {
	content: '\e84e';
}

#top_slider.slider-pro .sp-next-arrow:before {
	content: '\e851';
}

@media only screen and (max-width: 1260px) {

	/*スマホのみ*/
	#top_slider.slider-pro {
		margin-bottom: 2px;
	}

	#top_slider.slider-pro .sp-buttons {
		padding-top: 8px;
	}

	#top_slider.slider-pro .sp-arrow {
		width: 20px;
	}

	#top_slider.slider-pro .sp-arrow:before {
		font-size: 22px;
		top: 7px;
	}

	#top_slider.slider-pro.sp-horizontal .sp-previous-arrow {
		left: 6px;
	}

	#top_slider.slider-pro.sp-horizontal .sp-next-arrow {
		right: 6px;
	}

	#top_slider.slider-pro.sp-horizontal .sp-next-arrow:before {
		left: -1px;
	}
}


/* =============================================
ごあいさつ
============================================= */

#top_greeting .img {
	float: right;
	margin-left: 34px;
	margin-bottom: 30px;
}

#top_greeting .img img {
	width: 260px;
	height: auto;
}

#top_greeting .img .cap {
	margin-top: 8px;
	font-size: 13px;
	width: 260px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_greeting .img {
		float: none;
		margin-left: 0;
		margin-bottom: 14px;
		text-align: center;
	}

	#top_greeting .img img {
		width: auto;
	}

	#top_greeting .img .cap {
		width: auto;
		text-align: left;
	}
}

#top_greeting .signature {
	text-align: right;
	font-weight: bold;
	font-size: 17px;
	margin-top: 28px;
}


/* =============================================
新着物件 おすすめ物件
============================================= */
@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#main #normal_widget_fudo_top_r-2 h2,
	#main #normal_widget_fudo_top_r-3 h2 {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}


/* =============================================
ウィジェット
============================================= */

#main div.widget_con {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#main div.widget_con h2 {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}

/* =============================================
お知らせ
============================================= */

#main #top_news h2:not(.no_deco) {
	margin-bottom: 16px;
	text-align: left;
}

#top_news .inner {
	text-align: right;
}

#top_news .inner .no_post {
	text-align: left;
	margin-top: 28px;
}

#top_news #top_news_list {
	text-align: center;
	margin-top: 20px;
}

#top_news #news_post_wrapper {
	border: 1px solid #CCCCCC;
	padding: 32px 36px;
	text-align: left;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_news #top_news_list:before {
		margin-top: -5px;
	}

	#top_news .inner .no_post {
		margin-top: 50px;
	}

	#top_news #news_post_wrapper {
		padding: 16px 18px;
	}
}

#top_news.height_fix #news_post_wrapper {
	overflow: auto;
}

#top_news.h100 #news_post_wrapper {
	height: 100px;
}

#top_news.h200 #news_post_wrapper {
	height: 200px;
}

#top_news.h300 #news_post_wrapper {
	height: 300px;
}

#top_news.h400 #news_post_wrapper {
	height: 400px;
}

#top_news.h500 #news_post_wrapper {
	height: 500px;
}

#top_news.h700 #news_post_wrapper {
	height: 700px;
}

#top_news.h1000 #news_post_wrapper {
	height: 1000px;
}


/* =============================================
ボックスメニュー
============================================= */

#top_box_menu ul {
	display: flex;
	flex-wrap: wrap;
	/*
	justify-content: space-between;
*/
}

#top_box_menu.large ul {
	margin-top: -1.5%;
}

#top_box_menu.small ul {
	margin-top: -1.5%;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_box_menu.large ul,
	#top_box_menu.small ul {
		margin: 0;
	}
}

#top_box_menu li {
	border: 1px solid #CCCCCC;
}

#top_box_menu.large li {
	width: 49.2%;
	margin-top: 1.5%;
	margin-left: 1.5%;
}

#top_box_menu.large li:first-child,
#top_box_menu.large li:nth-child(2n+1) {
	margin-left: 0;
}

#top_box_menu.small li {
	width: 32.3%;
	margin-top: 1.5%;
	margin-left: 1.5%;
}

#top_box_menu.small li:first-child,
#top_box_menu.small li:nth-child(3n+1) {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_box_menu.large li,
	#top_box_menu.small li {
		width: 100%;
		margin-left: 0;
	}

	#top_box_menu.large li:first-child,
	#top_box_menu.small li:first-child {
		margin-top: 0;
	}
}

#top_box_menu.large li .inner_s {
	padding: 14px;
}

#top_box_menu.large li a .inner_s {
	padding: 11px;
}

#top_box_menu.small li .inner_s {
	padding: 12px;
}

#top_box_menu.small li a .inner_s {
	padding: 10px;
}

#top_box_menu li a {
	display: block;
	text-decoration: none;
	position: relative;
	height: 100%;
	border: solid #FFF;
}

#top_box_menu li a:hover {
	border-color: #CCC;
}

#top_box_menu.large li a {
	border-width: 3px;
}

#top_box_menu.small li a {
	border-width: 2px;
}

#top_box_menu li a:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e916';
	color: #898989;
}

#top_box_menu.large li a:before {
	font-size: 16px;
	top: 50%;
	right: 9px;
	margin-top: -8px;
}

#top_box_menu.small li a:before {
	font-size: 13px;
	top: 50%;
	right: 5px;
	margin-top: -6px;
}

#top_box_menu li a:hover {
	background-color: #EEEEEE;
}

#top_box_menu li a:hover:before {
	color: #575757;
}

#top_box_menu li h3 {
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#top_box_menu.large li h3 {
	font-size: 18px;
}

#top_box_menu.small li h3 {
	font-size: 16px;
}

#top_box_menu.large li h3 + .inner_box {
	margin-top: 10px;
}

#top_box_menu.small li h3 + .inner_box {
	margin-top: 8px;
}

#top_box_menu li .inner_box {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

#top_box_menu li .inner_box_s {
	display: table-row;
}

#top_box_menu li .img,
#top_box_menu li .txt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

#top_box_menu.large li .txt {
	font-size: 14px;
	line-height: 1.6;
}

#top_box_menu.small li .txt {
	font-size: 13px;
	line-height: 1.55;
}

#top_box_menu.large li a .txt {
	padding-right: 14px;
}

#top_box_menu.small li a .txt {
	padding-right: 6px;
}

#top_box_menu.large li .img {
	width: 144px;
}

#top_box_menu.small li .img {
	width: 101px;
}

#top_box_menu.large li .img img {
	width: 130px;
	height: 130px;
}

#top_box_menu.small li .img img {
	width: 90px;
	height: 90px;
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#top_box_menu.small li h3 {
		font-size: 17px;
	}

	#top_box_menu.large li .txt,
	#top_box_menu.small li .txt {
		font-size: 14px;
	}

}




/* ============================================================
カスタマイズ
=============================================================== */
/* 1025＜ --------------------------- */
@media print,
screen and (min-width: 1025px) {

	#top #sidebar {
		display: none;
		}
	#top #content,
	#top #main {
		width: 100%;
		max-width: none;
		}

} /* end 1025＜ */



/* ================================================
MV
=================================================== */
#mv {
	width: 100%;
	position: relative;
	background: url(../img/mv_bg.jpg) no-repeat 60% 50% / cover;
	}
#mv::before {
	margin: auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background: url(../img/mv_charm.png) no-repeat 0 0 / contain;
	content: '';
	}
#mv p {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	background: url(../img/mv_catch.png) no-repeat 0 0 / contain;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#mv {
		height: 630px;
		margin-bottom: 135px;
		}
	#mv::before {
		width: 722px;
		height: 198px;
		bottom: -82px;
		}
	#mv p {
		width: 640px;
		height: 282px;
		padding-top: 282px;
		top: 135px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#mv {
		height: 570px;
		margin-bottom: 90px;
		}
	#mv::before {
		width: 340px;
		height: 93px;
		bottom: -42px;
		}
	#mv p {
		width: 340px;
		height: 150px;
		padding-top: 150px;
		top: -60px;
		bottom: 0;
		}

} /* end ＞767 */



/* ================================================
ct_promise
=================================================== */
#ct_promise {
	width: 100%;
	margin: 0 auto;
	}
#ct_promise h2 {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	color: #15a792;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-align: center;
	}
#ct_promise h2 span {
	display: block;
	font-weight: 600;
	}
#ct_promise h2+p {
	margin-top: 15px;
	letter-spacing: 0.02em;
	text-align: center;
	}
#ct_promise .unit {
	padding: 0 12px;
	}
#ct_promise .unit h3 {
	margin-top: 24px;
	color: #15a792;
	font-weight: 500;
	text-align: center;
	}
#ct_promise .unit p {
	margin-top: 6px;
	text-align: center;
	}
#ct_promise .unit figure {
	width: 100%;
	max-width: 274px;
	margin: 0 auto;
	}
#ct_promise .unit figure img {
	max-width: 100%;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_promise {
		max-width: 1080px;
		}
	#ct_promise h2 {
		font-size: 45px;
		}
	#ct_promise h2 span {
		font-size: 27px;
		}
	#ct_promise h2+p {
		font-size: 17px;
		}
	#ct_promise .wrap {
		margin-top: 36px;
		display: flex;
		}
	#ct_promise .unit {
		width: 33%;
		}
	#ct_promise .unit h3 {
		font-size: 24px;
		}
	#ct_promise .unit p {
		font-size: 15px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_promise {
		padding: 0 6%;
		}
	#ct_promise h2 {
		font-size: 32px;
		}
	#ct_promise h2 span {
		font-size: 18px;
		}
	#ct_promise h2+p {
		font-size: 14px;
		}
	#ct_promise .unit {
		width: 100%;
		margin-top: 30px;
		}
	#ct_promise .unit h3 {
		font-size: 21px;
		}
	#ct_promise .unit p {
		font-size: 13px;
		}

} /* end ＞767 */




/* ================================================
ct_akiya
=================================================== */
#ct_akiya {
	position: relative;
	}
#ct_akiya::after {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #ecf5f4;
	content: '';
	}
#ct_akiya h2 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #15a792;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	line-height: 1.3;
	}
#ct_akiya h2 span {
	display: block;
	color: #333;
	}
#ct_akiya .wrap {
	margin-top: 30px;
	z-index: 1;
	position: relative;
	}
#ct_akiya .column .checksheet {
	width: 100%;
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 30px rgba(0,0,0,0.06);
	}
#ct_akiya .column .checksheet h3 {
	color: #15a792;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
	}
#ct_akiya .column .checksheet li {
	padding-left: 36px;
	position: relative;
	}
#ct_akiya .column .checksheet li::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	border: 3px solid #888;
	content: '';
	}
#ct_akiya .column .checksheet li:first-of-type::after {
	display: block;
	position: absolute;
	top: 2px;
	left: 7px;
	transform: rotate(-45deg);
	content: '';
	}
#ct_akiya .column .circle::before {
	width: 0;
	height: 0;
	margin: auto;
	display: block;
	position: absolute;
	border-style: solid;
	content: '';
	}
#ct_akiya .column .circle>a {
	width: 270px;
	height: 270px;
	padding-top: 45px;
	display: block;
	background-color: #3bc0ad;
	border: 3px solid #fee13f;
	border-radius: 50%;
	transition: 0.3s;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	}
#ct_akiya .column .circle span {
	display: inline-block;
	margin-bottom: 6px;
	color: #fee13f;
	font-size: 21px;
	}
#ct_akiya .column .circle span em {
	font-size: 37px;
	}
#ct_akiya .column .circle span em small {
	font-size: 28px;
	}
#ct_akiya .column .circle .btn {
	width: 100%;
	max-width: 180px;
	padding: 8px 15px 9px;
	margin: 12px auto 0;
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 9999px;
	color: #15a792;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	}
#ct_akiya .column .circle .btn::after {
	width: 7px;
	height: 7px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	border-top: 2px solid #3bc0ad;
	border-right: 2px solid #3bc0ad;
	transform: rotate(45deg);
	content: '';
	}
#ct_akiya .column .kaisei p {
	text-align: center;
	}
#ct_akiya .column .kaisei p.fuki {
	width: 450px;
	position: relative;
	color: #15a792;
	font-weight: 600;
	line-height: 1.4;
	}
#ct_akiya .column .kaisei p.fuki::before,
#ct_akiya .column .kaisei p.fuki::after {
	width: 1px;
	height: 84%;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #5c9c92;
	content: '';
	}
#ct_akiya .column .kaisei p.fuki::before {
	left: 12px;
	transform: rotate(-20deg);
	}
#ct_akiya .column .kaisei p.fuki::after {
	right: 12px;
	transform: rotate(20deg);
	}
#ct_akiya .column .kaisei p.fuki em {
	color: #ef5d45;
	}
#ct_akiya .column .kaisei .btn {
	width: 100%;
	max-width: 420px;
	}
#ct_akiya .column .kaisei .btn a {
	width: 100%;
	padding: 18px 0;
	display: block;
	position: relative;
	background-color: #ef5d45;
	border-radius: 9999px;
	transition: 0.3s;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	}
#ct_akiya .column .kaisei .btn a::after {
	width: 9px;
	height: 9px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	content: '';
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_akiya {
		padding-bottom: 90px;
		margin-top: 90px;
		}
	#ct_akiya::after {
		height: calc(100% - 180px);
		}
	#ct_akiya h2 {
		max-width: 1200px;
		padding-left: 135px;
		font-size: 45px;
		}
	#ct_akiya h2::before,
	#ct_akiya h2::after {
		display: block;
		position: absolute;
		content: '';
		}
	#ct_akiya h2::before {
		width: 82px;
		height: 82px;
		top: -6px;
		left: 30px;
		background: url(../img/akiya_icn.png) no-repeat 0 0 / contain;
		}
	#ct_akiya h2::after {
		width: calc(100% - 9.5em);
		height: 1px;
		bottom: 0.5em;
		right: 30px;
		background-color: #7cafa7;
		}
	#ct_akiya h2 span {
		font-size: 19px;
		}
	#ct_akiya .wrap {
		display: flex;
		}
	#ct_akiya .wrap::after {
		width: 40%;
		background: url(../img/akiya_pht.jpg) no-repeat left center / cover;
		border-radius: 30px 0 0 30px;
		content: '';
		}
	#ct_akiya .column {
		width: 60%;
		min-width: 780px;
		padding-right: 60px;
		}
	#ct_akiya .column .checksheet {
		max-width: 690px;
		padding: 45px 390px 45px 45px;
		margin-left: auto;
		}
	#ct_akiya .column .checksheet h3 {
		font-size: 30px;
		}
	#ct_akiya .column .checksheet li {
		margin-top: 15px;
		font-size: 17px;
		}
	#ct_akiya .column .checksheet li::before {
		width: 24px;
		height: 24px;
		}
	#ct_akiya .column .checksheet li:first-of-type::after {
		width: 20px;
		height: 10px;
		border-left: 4px solid #15a792;
		border-bottom: 4px solid #15a792;
		}
	#ct_akiya .column .circle {
		width: 270px;
		height: 270px;
		position: absolute;
		bottom: 30px;
		right: 30px;
		}
	#ct_akiya .column .circle::before {
		top: 0;
		bottom: 0;
		left: -45px;
		border-width: 17px 0 17px 18px;
		border-color: transparent transparent transparent #43bfad;
		}
	#ct_akiya .column .circle>a:hover {
		opacity: 0.7;
		}
	#ct_akiya .column .kaisei {
		width: 100%;
		max-width: 690px;
		margin: 30px 0 0 auto;
		background: url(../img/akiya_img.png) no-repeat right bottom / 229px 159px;
		}
	#ct_akiya .column .kaisei p {
		margin: 15px 0 0;
		font-size: 18px;
		}
	#ct_akiya .column .kaisei p.fuki {
		font-size: 27px;
		}
	#ct_akiya .column .kaisei .btn {
		margin: 15px 0 0;
		}
	#ct_akiya .column .kaisei .btn a:hover {
		opacity: 0.7;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_akiya {
		margin-top: 60px;
		}
	#ct_akiya::before {
		width: 100%;
		height: 270px;
		margin-bottom: 40px;
		display: block;
		background: url(../img/akiya_pht.jpg) no-repeat left center / cover;
		content: '';
		}
	#ct_akiya::after {
		height: calc(100% - 420px);
		}
	#ct_akiya h2 {
		width: 330px;
		padding-left: 120px;
		margin: 0 auto;
		font-size: 34px;
		}
	#ct_akiya h2::before {
		width: 66px;
		height: 66px;
		display: block;
		position: absolute;
		top: -6px;
		left: 30px;
		background: url(../img/akiya_icn.png) no-repeat 0 0 / contain;
		content: '';
		}
	#ct_akiya h2 span {
		font-size: 16px;
		}
	#ct_akiya .wrap {
		padding: 0 6%;
		}
	#ct_akiya .column {
		width: 100%;
		}
	#ct_akiya .column .checksheet {
		padding: 30px 6%;
		}
	#ct_akiya .column .checksheet h3 {
		font-size: 25px;
		text-align: center;
		}
	#ct_akiya .column .checksheet ul {
		width: fit-content;
		margin: auto;
		}
	#ct_akiya .column .checksheet li {
		margin-top: 9px;
		font-size: 15px;
		}
	#ct_akiya .column .checksheet li::before {
		width: 20px;
		height: 20px;
		}
	#ct_akiya .column .checksheet li:first-of-type::after {
		width: 18px;
		height: 8px;
		border-left: 3px solid #15a792;
		border-bottom: 3px solid #15a792;
		}
	#ct_akiya .column .circle {
		margin-top: 48px;
		position: relative;
		}
	#ct_akiya .column .circle::before {
		top: -33px;
		left: 0;
		right: 0;
		border-width: 19px 17px 0 17px;
		border-color: #43bfad transparent transparent transparent;
		}
	#ct_akiya .column .circle>a {
		margin: 0 auto;
		}
	#ct_akiya .column .kaisei {
		width: 100%;
		padding-bottom: 190px;
		margin: 30px 0 0;
		background: url(../img/akiya_img.png) no-repeat center bottom / 229px 159px;
		}
	#ct_akiya .column .kaisei p {
		font-size: 16px;
		}
	#ct_akiya .column .kaisei p.fuki {
		margin: 15px auto 0;
		font-size: 21px;
		}
	#ct_akiya .column .kaisei .btn {
		margin: 15px auto 0;
		}

} /* end ＞767 */



/* ================================================
ct_banner
=================================================== */
#ct_banner {
	background-color: #3bc0ad;
	}
#ct_banner .wrap {
	width: 100%;
	margin: 0 auto;
	}
#ct_banner .column h2 {
	color: #fff;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	text-align: center;
	}
#ct_banner .column h2::before {
	width: 50px;
	height: 40px;
	margin-right: 20px;
	display: inline-block;
	position: relative;
	bottom: -4px;
	content: '';
	}
#ct_banner .column.uritai h2::before {
	background: url(../../common/img/icn10.png) no-repeat 0 0 / contain;
	}
#ct_banner .column.kaitai h2::before {
	background: url(../../common/img/icn11.png) no-repeat 0 0 / contain;
	}
#ct_banner .column ul {
	margin-top: 18px;
	}
#ct_banner .column li {
	margin-top: 15px;
	}
#ct_banner .column li a {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #fff;
	border-radius: 9999px;
	color: #15a792;
	font-weight: 500;
	text-decoration: none;
	}
#ct_banner .column li a::before,
#ct_banner .column li a::after {
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	content: '';
	}
#ct_banner .column li.li01 a::before {
	width: 40px;
	height: 32px;
	background: url(../../common/img/icn01.png) no-repeat 0 0 / contain;
	}
#ct_banner .column li.li02 a::before {
	width: 43px;
	height: 33px;
	background: url(../../common/img/icn03.png) no-repeat 0 0 / contain;
	}
#ct_banner .column li.li03 a::before,
#ct_banner .column li.li06 a::before {
	width: 27px;
	height: 36px;
	background: url(../../common/img/icn09.png) no-repeat 0 0 / contain;
	}
#ct_banner .column li.li04 a::before {
	width: 30px;
	height: 36px;
	background: url(../../common/img/icn05.png) no-repeat 0 0 / contain;
	}
#ct_banner .column li.li05 a::before {
	width: 36px;
	height: 36px;
	background: url(../../common/img/icn06.png) no-repeat 0 0 / contain;
	}
#ct_banner .column a::after {
	width: 9px;
	height: 9px;
	right: 30px;
	border-top: 3px solid #3bc0ad;
	border-right: 3px solid #3bc0ad;
	transform: rotate(45deg);
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#ct_banner {
		padding: 60px 0 75px;
		}
	#ct_banner .wrap {
		max-width: 900px;
		display: flex;
		justify-content: space-between;
		}
	#ct_banner .column {
		width: 48%;
		max-width: 420px;
		}
	#ct_banner .column h2 {
		font-size: 36px;
		}
	#ct_banner .column li a {
		height: 90px;
		padding-left: 120px;
		transition: 0.3s;
		font-size: 17px;
		line-height: 1.6;
		}
	#ct_banner .column li a:hover {
		opacity: 0.7;
		}
	#ct_banner .column li.li01 a::before {
		left: 45px;
		}
	#ct_banner .column li.li02 a::before {
		left: 41px;
		}
	#ct_banner .column li.li03 a::before,
	#ct_banner .column li.li06 a::before {
		left: 48px;
		}
	#ct_banner .column li.li04 a::before {
		left: 45px;
		}
	#ct_banner .column li.li05 a::before {
		left: 42px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#ct_banner {
		padding: 12px 6% 60px;
		}
	#ct_banner .column {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		}
	#ct_banner .column h2 {
		margin-top: 30px;
		font-size: 30px;
		}
	#ct_banner .column li a {
		height: 78px;
		padding-left: 96px;
		font-size: 15px;
		line-height: 1.5;
		}
	#ct_banner .column li.li01 a::before {
		left: 35px;
		}
	#ct_banner .column li.li02 a::before {
		left: 31px;
		}
	#ct_banner .column li.li03 a::before,
	#ct_banner .column li.li06 a::before {
		left: 38px;
		}
	#ct_banner .column li.li04 a::before {
		left: 35px;
		}
	#ct_banner .column li.li05 a::before {
		left: 32px;
		}

} /* end ＞767 */




/* ================================================
お知らせ
=================================================== */
#top_news {
	width: 100%;
	max-width: 900px;
	padding: 60px 0 0;
	margin: 0 auto;
	position: relative;
	}
#top_news h2 {
	color: #15a792;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	}
#top_news #news_post_wrapper {
	padding: 0;
	border: none;
	}
#news_post_wrapper ul {
	border-top: 1px solid #dfdfdf;
	}
#news_post_wrapper ul li {
	border-bottom: 1px solid #dfdfdf;
	}
/* slug */
#news_post_wrapper li p.slug span {
	padding: 6px 0;
	background-color: #3bc0ad;
	border: #3bc0ad;
	color: #fff;
	}
/* more */
#top_news #top_news_list a {
	padding: 12px 15px 12px 0;
	display: block;
	position: relative;
	background-color: #3bc0ad;
	border-radius: 9999px;
	transition: 0.3s;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	}
#top_news #top_news_list a:hover {
	opacity: 0.7;
	}
#top_news #top_news_list a::after {
	width: 7px;
	height: 7px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	content: '';
	}

/* 768＜ -------------- */
@media print,
screen and (min-width: 768px) {

	#main #top_news h2:not(.no_deco) {
		font-size: 36px;
		}
	#news_post_wrapper ul li p,
	#news_post_wrapper ul li p.slug,
	#news_post_wrapper ul li:last-child p {
		padding: 18px 12px;
		}

	/* slug */
	#news_post_wrapper li p.slug span {
		padding: 6px 3px 7px;
		}

	/* more */
	#top_news #top_news_list {
		width: 160px;
		margin: 0 auto;
		position: absolute;
		top: 70px;
		right: 0;
	}

}
/* ＞767 -------------- */
@media screen and (max-width: 767px) {

	#top_news .inner {
		padding: 0 6%;
		}
	#main #top_news h2:not(.no_deco) {
		font-size: ;
		}
	#news_post_wrapper ul {
		padding-top: 15px;
		}
	#top #news_post_wrapper li:last-child {
		padding-bottom: 16px;
		border-bottom: 1px solid #dfdfdf;
		}

	/* slug */
	#news_post_wrapper li p.slug span {
		padding: 6px 9px;
		font-size: 12px;
		}

	/* more */
	#top_news #top_news_list {
		width: 160px;
		margin: 30px auto 0;
		}

} /* end ＞767 */
