@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;
	}

}




/* ============================================================
カスタマイズ
=============================================================== */
#top #content {
	max-width: none;
	margin-bottom: 0;
	}
#top #main {
	width: 100%;
	}
#top #main_content {
	margin-bottom: 0;
	}

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

	#top #content {
		padding: 0;
		}

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

	#top #main {
		padding: 0;
		}

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

	body.header_fixed #top #content {
		margin-top: 0;
		}

} /* end ＞767 */



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

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

	#top_mv {
		height: 720px;
		}
	#top_mv::before {
		width: calc(50% + 405px);
		border-radius: 0 0 0 60px;
		}
	#top_mv p {
		max-width: 1200px;
		height: 295px;
		padding-top: 295px;
		}

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

	#top_mv::before {
		width: 90%;
		}

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

	#top_mv {
		height: 360px;
		}
	#top_mv::before {
		border-radius: 0 0 0 36px;
		}
	#top_mv p {
		height: 180px;
		padding-top: 180px;
		}

} /* end ＞767 */



/* ================================================
ct01
=================================================== */
#top #ct01 {
	padding: 60px 0;
	}
#top #ct01 h2 {
	color: #3671b2;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	}
#top #ct01 h2 em {
	margin-bottom: 15px;
	display: inline-block;
	}
#top #ct01 .wrap {
	width: 100%;
	margin: 30px auto 0;
	}
#top #ct01 .wrap p.catch {
	color: #3671b2;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	}

/* btn */
#top #ct01 .btn {
	margin: 24px auto 0;
	}
#top #ct01 .btn>a {
	letter-spacing: 0.06em;
	}
#top #ct01 .btn a::before {
	width: 24px;
	}
#top #ct01 .btn a::after {
	width: 10px;
	}

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

	#top #ct01 h2 {
		padding: 0 30px;
		font-size: 33px;
		}
	#top #ct01 h2 em {
		font-size: 36px;
		}
	#top #ct01 .wrap {
		max-width: 1050px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0px 60px;
		}
	#top #ct01 .wrap p {
		font-size: 16px;
		line-height: 2;
		}
	#top #ct01 .wrap p.catch {
		margin-bottom: 12px;
		font-size: 23px;
		line-height: 1.5;
		}

	/* btn */
	#top #ct01 .btn {
		max-width: 360px;
		}
	#top #ct01 .btn>a {
		padding: 20px 0;
		font-size: 19px;
		}

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

	#top #ct01 h2 {
		padding: 0 6%;
		font-size: 23px;
		}
	#top #ct01 h2 em {
		font-size: 26px;
		}
	#top #ct01 .wrap {
		padding: 0 9%;
		}
	#top #ct01 .wrap figure {
		text-align: center;
		}
	#top #ct01 .wrap figure img {
		max-width: 300px;
		}
	#top #ct01 .wrap p {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.7;
		}
	#top #ct01 .wrap p.catch {
		margin-top: 30px;
		font-size: 17px;
		}

	/* btn */
	#top #ct01 .btn {
		max-width: 300px;
		}
	#top #ct01 .btn>a {
		padding: 18px 0;
		font-size: 16px;
		}

} /* end ＞767 */



/* ================================================
ct02
=================================================== */
#top #ct02 h2 span {
	display: block;
	position: relative;
	color: #3671b2;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	}
#top #ct02 h2 span::before {
	display: block;
	position: absolute;
	background: url(../img/case_icn_hl.png) no-repeat 0 0 / contain;
	content: '';
	}
#top #ct02 .case {
	background-color: #ebf2f6;
	}
#top #ct02 .case .wrap dl::before {
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	content: '';
	}
#top #ct02 .case .wrap dl::after {
	display: block;
	position: absolute;
	content: '';
	}
#top #ct02 .case .wrap dl.case01::after { background: url(../img/case_icn_01.png) no-repeat 0 0 / contain; }
#top #ct02 .case .wrap dl.case02::after { background: url(../img/case_icn_02.png) no-repeat 0 0 / contain; }
#top #ct02 .case .wrap dl.case03::after { background: url(../img/case_icn_03.png) no-repeat 0 0 / contain; }
#top #ct02 .case .wrap dl.case04::after { background: url(../img/case_icn_04.png) no-repeat 0 0 / contain; }
#top #ct02 .case .wrap dl.case05::after { background: url(../img/case_icn_05.png) no-repeat 0 0 / contain; }
#top #ct02 .case .wrap dl.case06::after { background: url(../img/case_icn_06.png) no-repeat 0 0 / contain; }
#top #ct02 .case .wrap dl.case07::after { background: url(../img/case_icn_07.png) no-repeat 0 0 / contain; }

#top #ct02 .case .wrap dt {
	color: #3671b2;
	line-height: 1.6;
	}
#top #ct02 .case .wrap dd {
	margin-top: 12px;
	line-height: 1.7;
	}

/* btn */
#top #ct02 .case .wrap .btn {
	max-width: 360px;
	}
#top #ct02 .case .wrap .btn>a {
	letter-spacing: 0.06em;
	}
#top #ct02 .case .wrap .btn>a::before {
	width: 24px;
	}
#top #ct02 .case .wrap .btn>a::after {
	width: 10px;
	}

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

	#top #ct02 {
		display: flex;
		justify-content: center;
		}
	#top #ct02 h2 {
		width: calc(50% - 450px);
		min-width: 150px;
		padding-right: 45px;
		}
	#top #ct02 h2 span {
		padding: 96px 0 0 45px;
		margin-left: auto;
		font-size: 40px;
		writing-mode: vertical-rl;
		}
	#top #ct02 h2 span::before {
		width: 80px;
		height: 80px;
		top: 0;
		right: -8px;
		}
	#top #ct02 .case {
		width: calc(50% + 450px);
		border-radius: 60px 0 0 0;
		}
	#top #ct02 .case .wrap {
		width: 100%;
		max-width: 1050px;
		padding: 75px 20px 75px 45px;
		display: flex;
		flex-wrap: wrap;
		gap: 36px 40px;
		}
	#top #ct02 .case .wrap dl {
		width: calc(50% - 20px);
		min-height: 10em;
		padding-left: 175px;
		position: relative;
		}
	#top #ct02 .case .wrap dl::before {
		width: 140px;
		height: 140px;
		top: -15px;
		left: 0;
		}
	#top #ct02 .case .wrap dl::after {
		width: 120px;
		height: 120px;
		top: -5px;
		left: 10px;
		}
	#top #ct02 .case .wrap dt {
		font-size: 21px;
		}
	#top #ct02 .case .wrap .case07 dt {
		font-size: 19px;
		}
	#top #ct02 .case .wrap dd {
		font-size: 14px;
		}

	/* btn */
	#top #ct02 .case .wrap .btn {
		width: calc(50% - 20px);
		margin: 0 auto;
		align-self: center;
		}
	#top #ct02 .case .wrap .btn>a {
		padding: 20px 0;
		font-size: 19px;
		}

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

	#top #ct02 {
		padding: 0 6%;
		}
	#top #ct02 h2 span {
		padding-top: 72px;
		font-size: 24px;
		text-align: center;
		line-height: 1.4;
		}
	#top #ct02 h2 span::before {
		width: 60px;
		height: 60px;
		margin: auto;
		top: 0px;
		left: 0;
		right: 0;
		}
	#top #ct02 .case {
		width: 100%;
		margin-top: 12px;
		border-radius: 30px;
		}
	#top #ct02 .case .wrap {
		width: 100%;
		padding: 30px 24px 60px;
		}
	#top #ct02 .case .wrap dl {
		width: 100%;
		padding-top: 135px;
		margin-bottom: 24px;
		position: relative;
		}
	#top #ct02 .case .wrap dl::before {
		width: 120px;
		height: 120px;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		}
	#top #ct02 .case .wrap dl::after {
		width: 100px;
		height: 100px;
		margin: auto;
		top: 10px;
		left: 0;
		right: 0;
		}
	#top #ct02 .case .wrap dt {
		font-size: 17px;
		text-align: center;
		}
	#top #ct02 .case .wrap dd {
		font-size: 13px;
		}

	/* btn */
	#top #ct02 .case .wrap .btn {
		width: 100%;
		max-width: 300px;
		margin: 36px auto 0;
		}
	#top #ct02 .case .wrap .btn>a {
		padding: 18px 0;
		font-size: 16px;
		}

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

	#top #ct02 .case .wrap {
		gap: 20px 40px;
		}
	#top #ct02 .case .wrap dl {
		padding-top: 160px;
		padding-left: 0;
		}
	#top #ct02 .case .wrap dl::before {
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		}
	#top #ct02 .case .wrap dl::after {
		margin: auto;
		top: 10px;
		left: 0;
		right: 0;
		}
	#top #ct02 .case .wrap dt {
		font-size: 20px;
		text-align: center;
		}

} /* end 768＜1024 */



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

	#top #ct03 {
		padding: 75px 0;
		}
	#top #ct03 h2 {
		color: #3671b2;
		font-size: 39px;
		font-family: fot-tsukubrdgothic-std, sans-serif;
		font-weight: 700;
		text-align: center;
		}
	#top #ct03 h2 span {
		font-size: 51px;
		}
	#top #ct03 .wrap {
		width: 100%;
		max-width: 1200px;
		padding: 15px;
		margin: 0 auto;
		display: flex;
		gap: 0 30px;
		}
	#top #ct03 .wrap .unit {
		width: 25%;
		margin-top: 30px;
		}
	#top #ct03 .wrap .unit figure {
		width: 100%;
		}
	#top #ct03 .wrap .unit figure img {
		max-width: 100%;
		border-radius: 18px 0 18px 0;
		}
	#top #ct03 .wrap .unit h3 {
		margin-top: 18px;
		color: #3671b2;
		font-size: 19px;
		font-weight: 500;
		line-height: 1.6;
		}
	#top #ct03 .wrap .unit p {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.7;
		}

	/* btn */
	#top #ct03 .btn {
		max-width: 360px;
		margin: 48px auto 0;
		}
	#top #ct03 .btn>a {
		padding: 20px 0;
		font-size: 19px;
		letter-spacing: 0.06em;
		}
	#top #ct03 .btn a::before {
		width: 24px;
		}
	#top #ct03 .btn a::after {
		width: 10px;
		}

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

	#top #ct03 {
		padding: 75px 0;
		}
	#top #ct03 h2 {
		color: #3671b2;
		font-size: 27px;
		font-family: fot-tsukubrdgothic-std, sans-serif;
		font-weight: 700;
		text-align: center;
		}
	#top #ct03 h2 span {
		font-size: 36px;
		}
	#top #ct03 .wrap {
		width: 100%;
		padding: 0 3%;
		max-width: 1200px;
		margin: 24px auto 0;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 16px;
		}
	#top #ct03 .wrap .unit {
		width: calc(50% - 8px);
		}
	#top #ct03 .wrap .unit figure {
		width: 100%;
		}
	#top #ct03 .wrap .unit figure img {
		max-width: 100%;
		border-radius: 18px 0 18px 0;
		}
	#top #ct03 .wrap .unit h3 {
		margin-top: 18px;
		color: #3671b2;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		}
	#top #ct03 .wrap .unit p {
		margin-top: 18px;
		font-size: 13px;
		line-height: 1.6;
		}

	/* btn */
	#top #ct03 .btn {
		max-width: 300px;
		margin: 48px auto 0;
		}
	#top #ct03 .btn>a {
		padding: 18px 0;
		font-size: 16px;
		letter-spacing: 0.06em;
		}
	#top #ct03 .btn a::before {
		width: 24px;
		}
	#top #ct03 .btn a::after {
		width: 10px;
		}

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

	#top #ct03 .wrap {
		flex-wrap: wrap;
		justify-content: center;
		}
	#top #ct03 .wrap .unit {
		width: 48%;
		}

} /* end 768＜1024 */



/* ================================================
ct04
=================================================== */
#top #ct04 {
	background-color: #ebf2f6;
	}
#top #ct04 h2::before {
	display: block;
	background: url(../img/icn_contact.png) no-repeat 0 0 / contain;
	content: '';
	}
#top #ct04 h2 {
	color: #3671b2;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	}
#top #ct04 p {
	margin-top: 24px;
	font-weight: 500;
	text-align: center;
	}

/* btn */
#top #ct04 .btn {
	margin: 36px auto 0;
	}
#top #ct04 .btn>a {
	letter-spacing: 0.06em;
	}
#top #ct04 .btn a::before {
	width: 24px;
	}
#top #ct04 .btn a::after {
	width: 10px;
	}

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

	#top #ct04 {
		padding: 54px 30px 75px;
		}
	#top #ct04 h2::before {
		width: 88px;
		height: 62px;
		margin: 0 auto 18px;
		}
	#top #ct04 h2 {
		font-size: 39px;
		}
	#top #ct04 p {
		font-size: 17px;
		line-height: 1.8;
		}

	/* btn */
	#top #ct04 .btn {
		max-width: 360px;
		}
	#top #ct04 .btn>a {
		padding: 20px 20px 20px 0;
		font-size: 19px;
		}

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

	#top #ct04 {
		padding: 54px 6%;
		}
	#top #ct04 h2::before {
		width: 65px;
		height: 46px;
		margin: 0 auto 12px;
		}
	#top #ct04 h2 {
		font-size: 26px;
		}
	#top #ct04 p {
		font-size: 14px;
		line-height: 1.6;
		}

	/* btn */
	#top #ct04 .btn {
		max-width: 300px;
		}
	#top #ct04 .btn>a {
		padding: 18px 18px 18px 0;
		font-size: 16px;
		}

} /* end ＞767 */



/* ================================================
ct05
=================================================== */
#top #ct05 .wrap {
	width: 100%;
	margin: 0 auto;
	}
#top #ct05 .wrap li>a {
	padding: 9px 18px;
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid #3671b2;
	border-radius: 9px;
	color: #3671b2;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.4;
	}
#top #ct05 .wrap li>a::before,
#top #ct05 .wrap li>a::after {
	height: 1px;
	margin: auto;
	display: block;
	position: absolute;
	right: 10%;
	background-color: #3671b2;
	content: '';
	}
#top #ct05 .wrap li>a::before {
	width: 24px;
	top: calc(48% + 4px);
	}
#top #ct05 .wrap li>a::after {
	width: 10px;
	top: 48%;
	transform: rotate(45deg);
	}

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

	#top #ct05 {
		padding: 45px 0;
		}
	#top #ct05 .wrap {
		max-width: 900px;
		padding: 0 24px;
		}
	#top #ct05 .wrap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 12px 24px;
		}
	#top #ct05 .wrap li {
		width: calc(50% - 12px);
		}
	#top #ct05 .wrap li>a {
		min-height: 90px;
		transition: 0.3s;
		font-size: 17px;
		}
	#top #ct05 .wrap li>a:hover {
		opacity: 0.8;
		}

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

	#top #ct05 {
		padding: 60px 0;
		}
	#top #ct05 .wrap {
		padding: 0 6%;
		}
	#top #ct05 .wrap li {
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
		}
	#top #ct05 .wrap li+li {
		margin-top: 15px;
		}
	#top #ct05 .wrap li>a {
		min-height: 72px;
		font-size: 15px;
		}

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

	#top #ct05 .wrap ul {
		flex-wrap: wrap;
		gap: 15px 24px;
		}
	#top #ct05 .wrap li {
		width: calc(50% - 12px);
		}

} /* end 768＜1024 */



/* ================================================
お知らせ
=================================================== */
#top_news {
	padding: 60px 0 75px;
	margin-bottom: 0;
	background-color: #ebf2f6;
	}
#top_news .inner {
	width: 100%;
	margin: 0 auto;
	}
#main #top_news h2:not(.no_deco) {
	color: #3671b2;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	}
#top_news #news_post_wrapper {
	padding: 0;
	border: none;
	}
#news_post_wrapper ul {
	display: block;
	border-top: 1px solid #c7d8e8;
	}
#news_post_wrapper ul li {
	display: flex;
	border-bottom: 1px solid #c7d8e8;
	}
#news_post_wrapper ul li p {
	padding-bottom: 0;
	display: block;
	}
#news_post_wrapper li p.slug span {
	background-color: #3671b2;
	border: none;
	border-radius: 9999px;
	color: #fff;
	}
#news_post_wrapper li p.slug span.info {
	letter-spacing: -0.1em;
	}

/* top_news_list */
#top_news #top_news_list a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}

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

	#top_news .inner {
		max-width: 840px;
		padding: 0 30px;
		display: flex;
		flex-direction: column;
		}
	#main #top_news h2:not(.no_deco) {
		margin-bottom: -30px;
		order: 1;
		font-size: 33px;
		}
	#top_news #news_post_wrapper {
		order: 3;
		}
	#news_post_wrapper ul li {
		padding: 24px 6px;
		align-items: center;
		}
	#news_post_wrapper ul li p {
		font-size: 15px;
		}
	#news_post_wrapper li p.slug {
		width: 12em;
		}
	#news_post_wrapper li p.slug span {
		padding: 9px 0;
		font-size: 13px;
		}
	#news_post_wrapper ul li p.con a {
		font-size: 16px;
		}

	/* top_news_list */
	#top_news #top_news_list {
		width: 190px;
		margin: 0 0 0 auto;
		order: 2;
		}
	#top_news #top_news_list a {
		padding: 15px 0;
		background: linear-gradient(120deg, #3671b2, #295ea2);
		transition: 0.3s;
		}
	#top_news #top_news_list a:hover {
		opacity: 0.8;
		}

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

	#top_news .inner {
		padding: 0 6%;
		}
	#main #top_news h2:not(.no_deco) {
		font-size: 24px;
		}
	#news_post_wrapper ul li {
		padding: 18px 6px;
		margin-bottom: 0;
		flex-wrap: wrap;
		}
	#top #news_post_wrapper li:last-child {
		padding-bottom: 18px;
		border-bottom: 1px solid #c7d8e8;
		}

	#news_post_wrapper li p.ymd {
		width: 8em;
		padding: 3px 9px 0 0;
		margin-right: 0;
		font-size: 13px;
		}
	#news_post_wrapper li p.slug {
		width: calc(100% - 8em);
		}
	#news_post_wrapper li p.slug span {
		padding: 6px 12px 7px;
		font-size: 11px;
		}
	#news_post_wrapper ul li p.con {
		width: 100%;
		margin-top: 6px;
		}
	#news_post_wrapper ul li p.con a {
		font-size: 15px;
		}

	/* top_news_list */
	#top_news #top_news_list {
		width: 300px;
		margin: 36px auto 0;
		}
	#top_news #top_news_list a {
		padding: 18px 0;
		background: linear-gradient(120deg, #3671b2, #3671b2, #295ea2);
		font-size: 16px;
		}

} /* end ＞767 */
