@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Body
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
	position: relative;
	overflow: hidden;
	font-size: 100%;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.sp, .nobr {
	display: none!important;
}
.btn_sp {
	display: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
	position: fixed;
    width: 100%;
	height: 80px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
    z-index: 10000;
    background: #fff;
}
header .header_bg {
	display: none;
}
header a.headerLogo {
	position: absolute;
    width: 50%;
    height: 50px;
    left: 10px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    z-index: 20000;
    background: url("../images/logo.svg") no-repeat left center;
    background-size: contain;
}

/* 背景が左から右に流れるボタン */
header a.btn {
	position: absolute;
    width: 140px;
    height: 40px;
    top: 20px;
    right: 20px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1em;
	transition: 0.3s;
	color: #fff;
	background: #1d2e52;
	box-sizing: border-box;
}
header a.move_out {
	right: 120px;
	background: #1d2e52;
}
header a.move_in {
	right: 270px;
	background: #00b3ea;
}
header a.move_out::after,
header a.move_in::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 5px;
	background-size: contain;
	filter: invert(100%) sepia(0%) saturate(715%) hue-rotate(101deg) brightness(113%) contrast(108%);
}
header a.move_out::after {
	background: url("../images/icon_move_out.svg") no-repeat center center;
}
header a.move_in::after {
	background: url("../images/icon_pdf.svg") no-repeat center center;
}
header a.btn span {
	position: relative;
}
header a.btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.3s ease;
	transition-property: transform;
	background: #17428e;
	box-sizing: border-box;
}
header a.btn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

/* インスタグラムボタン */
header a.instagram {
	position: absolute;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 70px;
	display: block;
	background: url("../images/icon_instagram.svg") no-repeat center center;
	background-size: contain;
	filter: invert(19%) sepia(35%) saturate(4279%) hue-rotate(208deg) brightness(90%) contrast(92%);
}
header a.instagram:active {
	transition: all 200ms;
	opacity: 0.5;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【ヘッダー】グローバルナビ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.openMenu {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
    z-index: 20000;
}
.btn_nav {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 10px;
    border-radius: 25px;
    background: rgba(255,255,255,1);
}
.open_nav,
.close_nav {
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	cursor: pointer;
}
.open_nav .line1,
.open_nav .line2,
.open_nav .line3 {
	position: absolute;
	width: 30px;
	height: 1px;
	left: calc(50% - 15px);
    display: block;
	background: #17428e;
	transform: rotate(0deg);
    transition: all 200ms;
}
.open_nav .line1 {
	top: 17px;
}
.open_nav .line2,
.close_nav .line2 {
	top: 25px;
}
.open_nav .line3 {
	top: 33px;
}
.close_nav .line1,
.close_nav .line3 {
	position: absolute;
    width: 36px;
	height: 1px;
    top: 25px;
	left: calc(50% - 18px);
    display: block;
	background: #17428e;
    transition: all 200ms;
}
.close_nav .line1 {
	transform: rotate(-45deg);
}
.close_nav .line2 {
	display: none;
}
.close_nav .line3 {
	transform: rotate(45deg);
}
.sp_nav_wrap {
	position: absolute;
	width: 100%;
	height: calc(100vh);
	top: 0;
	right: 0;
	display: none;/*表示・非表示*/
	z-index: 10000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #17428e;
	box-sizing: border-box;
}
.sp_nav {
	width: 70%;
	height: auto;
	display: block;
	margin: 80px auto;
}
.sp_nav ul.sp_nav_menu {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin: 0 auto;
}
.sp_nav ul.sp_nav_menu li {
	position: relative;
    width: 100%;
	display: block;
}
.sp_nav ul.sp_nav_menu li+li {
	border-top: solid 1px rgba(255,255,255,0.2);
}
.sp_nav ul.sp_nav_menu li a,
.sp_nav ul.sp_nav_menu li p {
	position: relative;
	width: 100%;
    height: 60px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    font-size: 1.3em;
    line-height: 1em;
	color: #fff;
    letter-spacing: 0.05em;
    box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li a::after,
.sp_nav ul.sp_nav_menu li ul#hotelMenu li a::after {
	position: absolute;
	content: '';
    width: 12px;
    height: 12px;
	right: 10px;
    display: block;
	background: url("../images/arrow.svg") no-repeat center center;
    background-size: contain;
	filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(187deg) brightness(103%) contrast(100%);
}
.sp_nav ul.sp_nav_menu li a:hover,
.sp_nav ul.sp_nav_menu li ul#hotelMenu li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}
.sp_nav ul.sp_nav_menu li ul#hotelMenu {
	width: 95%;
	display: block;
    margin: -20px 0 20px auto;
	box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li ul#hotelMenu li {
	width: 100%;
	height: 40px;
	display: block;
    margin-top: 5px;
}
.sp_nav ul.sp_nav_menu li ul#hotelMenu li a {
	position: relative;
	width: 100%;
	height: 40px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	padding: 0 2%;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
    border: none;
	box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li ul#hotelMenu li a::after {
	position: absolute;
	content: '';
    width: 12px;
    height: 12px;
	right: 10px;
    display: block;
	background: url("../images/arrow.svg") no-repeat center center;
    background-size: contain;
	filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(187deg) brightness(103%) contrast(100%);
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding-top: 80px;
}
.wrap {
    position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 60px 0;
}
.block {
	position: relative;
    width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto;
}
.reverse {
	flex-direction: row-reverse;
}
.bgc_Blue {
	background: #17428e;
}
.bgc_darkBlue {
	background: #1d2e52;
}
.bgc_Gray {
	background: #eef0f2;
}

/*【共通】ページタイトル*/
.pageTitle {
    position: relative;
    width: 100%;
	height: 200px;
	display: flex;
		justify-content: flex-end;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	background: url("../images/line_illust.webp") no-repeat left 15%;
	background-size: 45%;
    box-sizing: border-box;
}
.pageTitle img.photo {
	width: 65%;
	height: 160px;
	display: block;
	object-fit: cover;
	object-position: 0 50%;
}
.pageTitle section {
	position: absolute;
	width: 55%;
	height: 100px;
	bottom: 0;
	left: calc(50% - 50%);
	display: flex;
		justify-content: flex-start;
        align-content: flex-end;
        align-items: flex-end;
	padding: 0 0 40px 2%;
	background: url("../images/title_bg.webp") no-repeat right top;
	background-size: cover;
	box-sizing: border-box;
}
.pageTitle section h2 {
    width: 100%;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    font-size: 1.2em;
	line-height: 1em;
	color: #fff;
}
.pageTitle section h2 span {
	width: auto;
	display: inline-block;
	margin: 0 20px 5px 0;
    font: 400 2em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
}

/*【共通】パンくずリスト*/
ul.topicpath {
    position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	right: -97%;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
}
ul.topicpath li {
    width: auto;
    min-height: 20px;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
    padding: 0 15px;
    font-size: 1em;
	line-height: 1.2em;
}
ul.topicpath li+li {
    border-left: solid 1px rgba(0,0,0,0.3);
}
ul.topicpath li a {
    color: #00b3ea;
}
ul.topicpath li a:hover {
    font-weight: bold;
    transition: all 200ms;
}

/*【共通】中タイトル*/
.midTitle {
	width: auto;
	min-width: 320px;
	height: 60px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	z-index: 1000;
	font-size: 1.4em;
	line-height: 1em;
	border-top: solid 1px #1d2e52;
	border-bottom: solid 1px #1d2e52;
}
.midTitle span {
	position: relative;
	width: auto;
	display: inline-block;
	margin-right: 20px;
    font: 400 1.8em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #1d2e52;
}
.midTitle .no1::before,
.midTitle .no2::before,
.midTitle .no3::before {
	position: absolute;
	width: auto;
	bottom: -0.32em;
	left: -0.1em;
	display: block;
	z-index: -1;
    font: 200 4em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
	letter-spacing: -0.05em;
	color: #00b3ea;
	opacity: 0.3;
}
.midTitle .no1::before {
	content: '01';
}
.midTitle .no2::before {
	content: '02';
}
.midTitle .no3::before {
	content: '03';
}

/*【共通】ボタンデザイン*/
.btnBlock {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
a.btnDetail {
	position: relative;
	width: 280px;
    height: 60px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding-right: 10px;
	font: 400 1.4em/1em arial-narrow, "sans-serif";
	letter-spacing: 0.05em;
	transition: 0.3s;
	color: #fff;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 3px;
	background: #1d2e52;
	box-sizing: border-box;
	box-shadow: 4px 4px 0 rgba(29,46,82,0.3);
}
a.btnDetail::after {
	position: absolute;
	content: '';
	width: 20px;
	aspect-ratio: 2/1;
	bottom: 15px;
	right: 10px;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	filter: invert(100%) sepia(0%) saturate(715%) hue-rotate(101deg) brightness(113%) contrast(108%);
}
a.btnDetail span {
	position: relative;
}
a.btnDetail::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.3s ease;
	transition-property: transform;
	background: #17428e;
	box-sizing: border-box;
}
a.btnDetail:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【共通】コピー／テキスト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.commonText {
	position: relative;
    width: 100%;
	max-width: 1080px;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 auto;
}
.commonText .copy {
	width: 100%;
    display: block;
	margin-bottom: 30px;
	font: 500 2.4em/1.4em "source-han-serif-japanese", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	text-align: center;
	color: #1d2e52;
}
.commonText .text {
	width: 100%;
    display: block;
	padding-top: 30px;
	font-size: 1.4em;
    line-height: 1.8em;
    text-align: justify;
	border-top: solid 5px #1d2e52;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】メインビジュアル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .mainVisual {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
	z-index: 1000;
	background: url("../images/line_illust.png") no-repeat left top;
	background-size: 50%;
    box-sizing: border-box;
}

/*メイン左*/
#home .mainVisual .mainVisual_l {
	position: relative;
	width: 37.5%;
	display: flex;
		justify-content: flex-end;
        align-content: center;
        align-items: center;
	align-self: stretch;
}
#home .mainVisual .mainVisual_l img.copy {
	position: absolute;
	width: 70%;
	top: 20px;
	left: 10%;
	display: block;
}

/*メイン右*/
#home .mainVisual .mainVisual_r {
	position: relative;
	width: 62.5%;
	max-width: 1280px;
	height: 480px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
	align-self: stretch;
	z-index: 1000;
	transition: all 200ms;
}
#home .mainVisual .mainVisual_r .photoBox {
	position: relative;
	width: 100%;
	height: 480px;
	display: block;
	background: url("../images/top/main_photo.webp") no-repeat left center;
	background-size: cover;
	transition: all 200ms;
}
#home .mainVisual .mainVisual_r .photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 0 50%;
}
#home .mainVisual .mainVisual_r img.copy {
	position: absolute;
	width: 60%;
	top: 40px;
	right: 10%;
	display: block;
}

/*スライド*/
#home .mainVisual .mainSlide {
	position: absolute;
	width: 50%;
	top: 100px;
	left: 0;
	display: flex;
		justify-content: center;
        align-content: flex-end;
        align-items: flex-end;
	z-index: 2000;
    box-sizing: border-box;
	transition: all 200ms;
}
#home .mainVisual .mainSlide ul.bxslider {
	position: relative;
	width: 100%;
    display: block;
}
#home .mainVisual .mainSlide ul.bxslider li {
	width: 100%;
    display: block;
}
#home .mainVisual .mainSlide ul.bxslider li img.image {
	width: 100%;
    height: 320px;
	display: block;
	object-fit: cover;
	object-position: 100% 50%;
	transition: all 200ms;
}
#home .mainVisual .mainSlide .bx-wrapper .bx-pager,
#home .mainVisual .mainSlide .bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 70%;
    bottom: -30px;
    right: 30%;
}
#home .mainVisual .mainSlide .bx-wrapper .bx-pager {
	text-align: right;
}
#home .mainVisual .mainSlide .bx-wrapper .bx-pager .bx-pager-item,
#home .mainVisual .mainSlide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#home .mainVisual .mainSlide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 2px;
	margin: 0 2px;
	outline: 0;
}
#home .mainVisual .mainSlide .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#home .mainVisual .mainSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00b3ea;
	opacity: 1;
}

/*-- 【Home】お知らせ --*/
#home .homeNews {
    position: relative;
	width: 96%;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	margin: -60px 0 0 auto;
	padding: 80px 5% 40px 10%;
	background: url("../images/top/news_bg.webp") no-repeat left center;
	background-size: cover;
    box-sizing: border-box;
}
#home .homeNews .homeNews_title {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
}
#home .homeNews .homeNews_title h2 {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
    margin: 20px 0;
    font: 400 2.4em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
    color: #fff;
}
#home .homeNews .homeNews_title a.news_btn {
	position: relative;
	width: 130px;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
	font: 200 1.2em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #fff;
	box-sizing: border-box;
}
#home .homeNews .homeNews_title a.news_btn::after {
	content: '';
	width: 24px;
    height: 12px;
	display: inline-block;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	filter: invert(100%) sepia(0%) saturate(715%) hue-rotate(101deg) brightness(113%) contrast(108%);
}
#home .homeNews .homeNews_title a.news_btn:hover {
	text-decoration: underline;
    color: #00b3ea;
}
#home .homeNews .inner {
	position: relative;
    width: 100%;
	min-height: 140px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    z-index: 2000;
    box-sizing: border-box;
}
#home .homeNews dl.list {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 10px 0;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #fff;
    box-sizing: border-box;
}
#home .homeNews dl.list dt {
	position: relative;
    width: 100%;
	display: block;
	margin-bottom: 5px;
}
#home .homeNews dl.list dd {
	width: 100%;
	display: block;
}
#home .homeNews dl.list dd a {
	color: #fff;
}
#home .homeNews dl.list dd a:hover {
	text-decoration: underline;
    color: #00b3ea;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】当社について
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeAbout {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	padding: 240px 0 80px;
    background: url("../images/top/about_bg.webp") no-repeat top right #fafcfe;
	background-size: 100%;
}
#home .homeAbout dl {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-end;
        flex-wrap: wrap;
	margin: 40px 0;
    box-sizing: border-box;
}
#home .homeAbout dl dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font: 400 2.4em/1.4em "source-han-serif-japanese", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	color: #1d2e52;
}
#home .homeAbout dl dd {
	width: 100%;
    display: block;
	margin-top: 20px;
	font-size: 1.4em;
    line-height: 1.8em;
    text-align: justify;
}
#home .homeAbout .btnBlock a.btnDetail {
	margin: 0 10px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】01.コンサルティング事業
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeConsulting {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
	z-index: 1000;
    padding: 60px 0;
    box-sizing: border-box;
}
#home .homeConsulting dl {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-end;
        flex-wrap: wrap;
	margin: 40px 0;
    box-sizing: border-box;
}
#home .homeConsulting dl dt {
	width: 100%;
    display: block;
	margin-bottom: 40px;
	font: 400 2.4em/1.4em "source-han-serif-japanese", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	vertical-align: middle;
	text-align: center;
	color: #1d2e52;
}
#home .homeConsulting dl dt .smaller {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 0.7em;
	vertical-align: text-top;
}
#home .homeConsulting dl dd {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 1.4em;
    line-height: 1.8em;
    text-align: justify;
}
#home .homeConsulting a.btnDetail {
	box-shadow: 4px 4px 0 rgba(255,255,255,0.2);
}

/*スライド*/
#home .homeConsulting .slideBlock {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    /*overflow: hidden;*/
	margin-top: 180px;
    padding: 0 0 80px;
	background: url("../images/bg_grad_01.webp") no-repeat center center;
	background-size: cover;
}
#home .homeConsulting .slideBlock ul.slider {
    position: relative;
    width: 120%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	margin: -180px -10% 80px;
}
#home .homeConsulting .slideBlock ul.slider li {
    position: relative;
	width: auto;
    display: block;
	align-self: stretch;
    margin: 0 10px;
    box-sizing: border-box;
}
#home .homeConsulting .slideBlock ul.slider li a,
#home .homeRealEstate .slideBlock ul li a,
#real-estate ul.list li a {
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    display: block;
	z-index: 1000;
	background: #fff;
	transition: all 200ms;
	opacity: 0;
}
#home .homeConsulting .slideBlock ul.slider li a:hover,
#home .homeRealEstate .slideBlock ul li a:hover,
#real-estate ul.list li a:hover {
    transition: all 200ms;
	opacity: 0.5;
}
#home .homeConsulting .slideBlock ul.slider li img {
    width: 100%;
    aspect-ratio: 4/5;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
#home .homeConsulting .slideBlock ul.slider li div {
	position: relative;
	width: 100%;
	height: 80px;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	box-sizing: border-box;
}
#home .homeConsulting .slideBlock ul.slider li div h3 {
	width: 100%;
	height: 2.8em;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	overflow: hidden;
	font-size: 1.6em;
    line-height: 1.2em;
	color: #fff;
}
#home .homeConsulting .slideBlock ul.slider li div span {
	position: absolute;
	width: auto;
	height: 20px;
	bottom: 0;
	right: 0;
    display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
	font: 200 1em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #fff;
}
#home .homeConsulting .slideBlock ul.slider li div span::after {
	content: '';
	width: 24px;
	aspect-ratio: 2/1;
	display: inline-block;
	margin-left: 5px;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	filter: invert(100%) sepia(0%) saturate(715%) hue-rotate(101deg) brightness(113%) contrast(108%);
}

/* Arrows */
#home .homeConsulting .slideBlock .slick-prev,
#home .homeConsulting .slideBlock .slick-next {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: -160px;
    display: block;
    z-index: 1000;
    padding: 0;
	margin: 0;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
	background-color: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#home .homeConsulting .slideBlock .slick-prev {
    left: 15%;
}
[dir="rtl"] .slick-prev {
    right: auto;
}
#home .homeConsulting .slideBlock .slick-next {
    right: 15%;
}
[dir="rtl"] .slick-next {
    left: auto;
}
#home .homeConsulting .slideBlock .slick-prev::before,
#home .homeConsulting .slideBlock .slick-next::before {
    content: '';
	width: 48px;
    height: 48px;
	display: block;
    background: url("../images/arrow.svg") no-repeat center center;
    background-size: contain;
	filter: invert(100%) sepia(0%) saturate(715%) hue-rotate(101deg) brightness(113%) contrast(108%);
}
#home .homeConsulting .slideBlock .slick-prev::before {
    transform: scaleX(-1);
}
#home .homeConsulting .slideBlock .slick-prev:hover,
#home .homeConsulting .slideBlock .slick-next:hover {
    transition: all 200ms;
    opacity: 0.7;
}
#home .homeConsulting .slideBlock .slick-prev:hover:before,
#home .homeConsulting .slideBlock .slick-prev:focus:before,
#home .homeConsulting .slideBlock .slick-next:hover:before,
#home .homeConsulting .slideBlock .slick-next:focus:before {
    opacity: 1;
}
#home .homeConsulting .slideBlock .slick-prev.slick-disabled:before,
#home .homeConsulting .slideBlock .slick-next.slick-disabled:before {
    opacity: 0.25;
}
#home .homeConsulting .slideBlock .slick-prev:before,
#home .homeConsulting .slideBlock .slick-next:before {
    outline: none;
    font-family: "slick";
    font-size: 0;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dots */
#home .homeConsulting .slideBlock .slick-dotted.slick-slider {
    display: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】02.不動産事業
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeRealEstate {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    box-sizing: border-box;
}
#home .homeRealEstate .copy {
	width: 100%;
    display: block;
	margin: 60px;
	font: 400 2.4em/1.4em "source-han-serif-japanese", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	text-align: center;
	color: #1d2e52;
}
#home .homeRealEstate .inner {
    position: relative;
    width: 100%;
    max-width: inherit;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    padding: 80px 0 120px;
}
#home .homeRealEstate .rent {
	background: url("../images/top/rent_bg.webp") no-repeat left center #fcfbf7;
	background-size: cover;
}
#home .homeRealEstate .sale {
	background: url("../images/top/sale_bg.webp") no-repeat left center #fff;
	background-size: cover;
}
#home .homeRealEstate .business {
	background: url("../images/top/business_bg.webp") no-repeat left center #fcfbf7;
	background-size: cover;
}
#home .homeRealEstate .homeRealEstate_title {
	position: relative;
	width: 200px;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	align-self: stretch;
}
#home .homeRealEstate .homeRealEstate_title h3 {
	position: absolute;
	width: 100%;
	aspect-ratio: 1/1;
	top: -80px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
	color: #00b3ea;
	background: #1d2e52;
}
#home .homeRealEstate .homeRealEstate_title h3 span {
	width: 100%;
    display: block;
	margin-bottom: 10px;
	font: 200 1.6em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #fff;
}
#home .homeRealEstate .btnBlock {
	position: absolute;
	width: 200px;
	bottom: 50px;
    justify-content: center;
}
#home .homeRealEstate a.btnDetail {
	width: 80%;
	height: 50px;
	padding-right: 20px;
	font: 200 1em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #1d2e52;
	border: solid 1px #1d2e52;
	background: #fff;
}
#home .homeRealEstate a.btnDetail::after {
	position: absolute;
	content: '';
	width: 16px;
	aspect-ratio: 1/1;
	bottom: inherit;
	right: 10px;
	background: url("../images/icon_linkout.svg") no-repeat center center;
	background-size: contain;
	filter: invert(11%) sepia(33%) saturate(3315%) hue-rotate(205deg) brightness(93%) contrast(86%);
}
#home .homeRealEstate a.btnDetail::before {
	background: #00b3ea;
}

/*スライド*/
#home .homeRealEstate .slideBlock {
	position: relative;
    width: calc(100% - 240px);
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    /*overflow: hidden;*/
    margin: 0 0 0 auto;
}
#home .homeRealEstate .slideBlock ul,
#real-estate ul.list {
    position: relative;
    width: 120%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
#real-estate ul.list {
    width: 102%;
	margin: 20px -1%;
}
#home .homeRealEstate .slideBlock ul li,
#real-estate ul.list li {
    position: relative;
	width: auto;
    display: block;
	align-self: stretch;
    margin: 0 10px;
    box-sizing: border-box;
}
#real-estate ul.list li {
    width: 48%;
    margin: 0 1%;
}
#home .homeRealEstate .slideBlock ul li img,
#real-estate ul.list li img {
    width: 100%;
    aspect-ratio: 4/3;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
#home .homeRealEstate .slideBlock ul li div,
#real-estate ul.list li div {
	position: relative;
	width: 100%;
	height: 220px;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    padding: 20px 0;
	box-sizing: border-box;
}
#home .homeRealEstate .slideBlock ul li div h3,
#real-estate ul.list li div h3 {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 1.6em;
    line-height: 1.2em;
}
#home .homeRealEstate .slideBlock ul li div .catg,
#real-estate ul.list li div .catg {
	width: 100%;
    display: block;
	margin-bottom: 10px;
	font-size: 1.1em;
    line-height: 1em;
	color: #00b3ea;
}
#home .homeRealEstate .slideBlock ul li div .address,
#real-estate ul.list li div .address {
	width: 100%;
    display: block;
	margin: 10px 0;
	font-size: 1.2em;
    line-height: 1.2em;
}
#home .homeRealEstate .slideBlock ul li div .price,
#real-estate ul.list li div .price {
	width: 100%;
    display: block;
	font-size: 1.4em;
    line-height: 1.2em;
}
#home .homeRealEstate .slideBlock ul li div .price b,
#real-estate ul.list li div .price b {
	font-size: 1.4em;
    line-height: 1.2em;
}
#home .homeRealEstate .slideBlock ul li div .read_more,
#real-estate ul.list li div .read_more {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	font: 200 1em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
}
#home .homeRealEstate .slideBlock ul li div .read_more::before,
#real-estate ul.list li div .read_more::before {
	position: absolute;
	content: '';
	width: calc(100% - 7em);
	height: 1px;
	top: 10px;
	right: 0;
	display: block;
	background: #999;
}
#home .homeRealEstate .slideBlock ul li div .read_more::after,
#real-estate ul.list li div .read_more::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	top: 5px;
	right: -2px;
	display: block;
	background: #999;
	transform: rotate(45deg);
}

/* Arrows */
#home .homeRealEstate .slideBlock .slick-prev,
#home .homeRealEstate .slideBlock .slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -80px;
    display: block;
    z-index: 1000;
    padding: 0;
	margin: 0;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
	background: #00b3ea;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#home .homeRealEstate .slideBlock .slick-prev {
    left: 1%;
}
#home .homeRealEstate .slideBlock [dir="rtl"] .slick-prev {
    right: auto;
}
#home .homeRealEstate .slideBlock .slick-next {
    right: 20%;
}
#home .homeRealEstate .slideBlock [dir="rtl"] .slick-prev {
    left: -120px;
    right: auto;
}
#home .homeRealEstate .slideBlock .slick-prev::before,
#home .homeRealEstate .slideBlock .slick-next::before {
    content: '';
	width: 40px;
    height: 40px;
	display: block;
    background: url("../images/arrow.svg") no-repeat center center;
    background-size: 28px 28px;
	filter: invert(100%) sepia(0%) saturate(715%) hue-rotate(101deg) brightness(113%) contrast(108%);
}
#home .homeRealEstate .slideBlock .slick-prev::before {
    transform: scaleX(-1);
}
#home .homeRealEstate .slideBlock .slick-prev:hover,
#home .homeRealEstate .slideBlock .slick-next:hover {
    transition: all 200ms;
    opacity: 0.7;
}
#home .homeRealEstate .slideBlock .slick-prev:hover:before,
#home .homeRealEstate .slideBlock .slick-prev:focus:before,
#home .homeRealEstate .slideBlock .slick-next:hover:before,
#home .homeRealEstate .slideBlock .slick-next:focus:before {
    opacity: 1;
}
#home .homeRealEstate .slideBlock .slick-prev.slick-disabled:before,
#home .homeRealEstate .slideBlock .slick-next.slick-disabled:before {
    opacity: 0.25;
}
#home .homeRealEstate .slideBlock .slick-prev:before,
#home .homeRealEstate .slideBlock .slick-next:before {
    outline: none;
    font-family: "slick";
    font-size: 0;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dots */
#home .homeRealEstate .slideBlock .slick-dotted.slick-slider {
    display: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】03.ホテル事業
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeHotel {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 100px 0 80px;
    background: url("../images/bg_grad_02.webp") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
#home .homeHotel .midTitle {
	margin-bottom: 60px;
	color: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#home .homeHotel .midTitle span {
	color: #fff;
}
#home .homeHotel .homeHotel_text {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-end;
        flex-wrap: wrap;
    box-sizing: border-box;
}
#home .homeHotel .homeHotel_text dl {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-end;
        flex-wrap: wrap;
	margin-bottom: 40px;
	color: #fff;
    box-sizing: border-box;
}
#home .homeHotel .homeHotel_text dl dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font: 200 2.4em/1.4em "source-han-serif-japanese", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}
#home .homeHotel .homeHotel_text dl dd {
	width: 100%;
    display: block;
	margin-top: 20px;
	font-size: 1.4em;
    line-height: 1.8em;
	text-align: justify;
}
#home .homeHotel .btnBlock {
	width: 96%;
    justify-content: flex-end;
	margin: 40px auto 0;
}
#home .homeHotel .homeHotel_text a.btnDetail {
	width: 48%;
}
#home .homeHotel .homeHotel_text a.btnDetail,
#home .homeHotel .btnBlock a.btnDetail {
	box-shadow: 4px 4px 0 rgba(255,255,255,0.2);
}
#home .homeHotel .homeHotel_text a.btnDetail::after,
#home .homeHotel .btnBlock a.btnDetail::after {
	position: absolute;
	content: '';
	width: 16px;
	aspect-ratio: 1/1;
	bottom: inherit;
	right: 14px;
	background: url("../images/icon_linkout.svg") no-repeat center center;
	background-size: contain;
	filter: invert(100%) sepia(0%) saturate(715%) hue-rotate(101deg) brightness(113%) contrast(108%);
}

/*スライド*/
#home .homeHotel .homeHotel_slide {
	width: 90%;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
	z-index: 2000;
	margin: 40px auto;
    box-sizing: border-box;
}
#home .homeHotel .homeHotel_slide ul.bxslider2 {
	position: relative;
	width: 100%;
    display: block;
}
#home .homeHotel .homeHotel_slide ul.bxslider2 li {
	width: 100%;
    display: block;
}
#home .homeHotel .homeHotel_slide ul.bxslider2 li img.image {
	width: 100%;
	display: block;
	max-height: 640px;
	object-fit: cover;
	object-position: 50% 50%;
}
#home .homeHotel .homeHotel_slide .bx-wrapper .bx-pager,
#home .homeHotel .homeHotel_slide .bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
    bottom: -30px;
    left: 0;
}
#home .homeHotel .homeHotel_slide .bx-wrapper .bx-pager {
	text-align: center;
}
#home .homeHotel .homeHotel_slide .bx-wrapper .bx-pager .bx-pager-item,
#home .homeHotel .homeHotel_slide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#home .homeHotel .homeHotel_slide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 80px;
	height: 2px;
	margin: 0 3px;
	outline: 0;
	opacity: 0.7;
}
#home .homeHotel .homeHotel_slide .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#home .homeHotel .homeHotel_slide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00b3ea;
	opacity: 1;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
当社について
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#about .advantage {
	margin: 20px auto;
}
#about .advantage dl {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
    box-sizing: border-box;
}
#about .advantage dl.detail {
	width: 100%;
	align-content: flex-start;
	align-items: flex-start;
}
#about .advantage dl.detail span {
	position: absolute;
	width: auto;
	top: 25px;
	right: 0;
	display: block;
	font: 200 1.8em/1.2em 'trajan-pro-3', 'Times New Roman', Times, serif;
}
#about .advantage dl.detail span::before {
	content: 'Advantage';
	display: inline-block;
	margin-right: 10px;
	font-size: 0.6em;
}
#about .advantage dl dt {
	width: 100%;
    display: block;
	font: 600 2.4em/1.4em "source-han-serif-japanese", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	color: #1d2e52;
}
#about .advantage dl.detail dt {
	padding: 10px 0 20px;
	border-bottom: solid 1px #1d2e52;
}
#about .advantage dl dd {
	width: 100%;
    display: block;
	margin-top: 20px;
	font-size: 1.4em;
    line-height: 1.8em;
	text-align: justify;
}
#about .advantage img.diagram {
	width: 80%;
	display: block;
	margin: 20px auto 0;
}
#about .advantage img.photo {
	width: 100%;
    display: block;
	margin-bottom: 20px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【共通】事業内容メニュー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.serviceMenu {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 60px 0 80px;
    background: url("../images/bg_grad_02.webp") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
.serviceMenu h2 {
	width: 100%;
    display: block;
	margin-bottom: 40px;
	font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
	color: #fff;
}
.serviceMenu h2 span {
	width: 100%;
    display: block;
	font: 400 2.4em/1.2em 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #00b3ea;
}
.serviceMenu ul {
	width: 94%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        /*flex-wrap: wrap;*/
	margin: 0 auto;
}
.serviceMenu ul li {
	position: relative;
	width: 30%;
    display: block;
}
.serviceMenu ul li img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: 50% 50%;
}
.serviceMenu ul li .number {
	position: absolute;
	width: auto;
	height: 30px;
	top: 10px;
	right: 0;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	padding: 0 10px;
	font: 200 1em/1.2em 'trajan-pro-3', 'Times New Roman', Times, serif;
	border-bottom: solid 1px #000;
	box-sizing: border-box;
}
.serviceMenu ul li:nth-of-type(1) .number {
	color: #fff;
	border-bottom: solid 1px #fff;
}
.serviceMenu ul li .number::after {
	content: '01';
	display: inline;
	margin-left: 10px;
	font-size: 1.4em;
}
.serviceMenu ul li:nth-of-type(1) .number::after {
	content: '01';
}
.serviceMenu ul li:nth-of-type(2) .number::after {
	content: '02';
}
.serviceMenu ul li:nth-of-type(3) .number::after {
	content: '03';
}
.serviceMenu ul li h3 {
	position: absolute;
	width: auto;
	top: 25%;
	right: 2%;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
}
.serviceMenu ul li a.btnDetail {
	position: absolute;
	width: 70%;
	min-width: 200px;
	bottom: 15px;
	right: -10px;
	font-size: 1.2em;
	background: #00b3ea;
}
.serviceMenu ul li a.matsuyama,
.serviceMenu ul li a.nago {
	width: 100%;
	height: 40px;
	font-size: 1em;
}
.serviceMenu ul li a.matsuyama {
	bottom: 65px;
}
.serviceMenu ul li a.nago {
	bottom: 15px;
}
.serviceMenu ul li:nth-of-type(3) a.btnDetail::after {
	width: 12px;
	aspect-ratio: 1/1;
	right: 10px;
	background: url("../images/icon_linkout.svg") no-repeat center center;
	/*ホテル事業のみ*/
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
01.コンサルティング事業
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#consulting {
	
}
#consulting .commonText .text {
	margin-bottom: 40px;
}
#consulting a.down::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 10px;
	bottom: 15px;
	right: 15px;
	background: url("../images/arrow_down.svg") no-repeat center center;
	background-size: contain;
	filter: invert(99%) sepia(5%) saturate(402%) hue-rotate(291deg) brightness(120%) contrast(100%);
}
#consulting .midTitle {
	margin-bottom: 40px;
}
#consulting .featureBlock {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    margin: 20px 0;
}
#consulting .featureBlock img.photo {
	position: relative;
	width: 60%;
    display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
#consulting .featureBlock .box {
	position: relative;
	width: 90%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: -60px auto 0;
	padding: 40px 5%;
	background: #fff;
    box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#consulting .featureBlock .box .number {
	position: absolute;
	width: auto;
	height: 50px;
	top: 20px;
	right: 0;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	padding: 0 20px;
	font: 200 1.2em/1.2em 'trajan-pro-3', 'Times New Roman', Times, serif;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}
#consulting .featureBlock .box .number span {
	display: inline;
	margin-left: 10px;
	font-size: 1.6em;
}
#consulting .featureBlock .box h3 {
	width: 100%;
    display: block;
	margin-bottom: 40px;
	font: 600 3.6em/1em "source-han-serif-japanese", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	color: #1d2e52;
}
#consulting .featureBlock .box dl {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
#consulting .featureBlock .box dl dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 1.8em;
    line-height: 1.4em;
}
#consulting .featureBlock .box dl dd {
	width: 100%;
    display: block;
	font-size: 1.4em;
    line-height: 1.8em;
    text-align: justify;
}
#consulting .featureBlock .en {
	position: absolute;
	width: auto;
	top: calc(50% - 30%);
	display: block;
	font: 200 5.6em/1.2em 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #00b3ea;
}
#consulting .featureBlock:nth-of-type(2) .en,
#consulting .featureBlock:nth-of-type(4) .en {
	right: 5%;
}
#consulting .featureBlock:nth-of-type(3) .en,
#consulting .featureBlock:nth-of-type(5) .en {
	left: 5%;
}

/*施工実績一覧*/
#consulting #c1 {
    position: absolute;
    width: 1px;
	height: 100px;
	top: -100px;
	left: 0;
    display: block;
}
#consulting ul.resultsList {
    position: relative;
    width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 0 40px;
}
#consulting ul.resultsList li {
    position: relative;
	width: 32%;
    display: block;
	align-self: stretch;
    margin: 20px 0.666%;
    box-sizing: border-box;
}
#consulting ul.resultsList li a {
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    display: block;
	z-index: 1000;
	background: #fff;
	transition: all 200ms;
	opacity: 0;
}
#consulting ul.resultsList li a:hover {
    transition: all 200ms;
	opacity: 0.5;
}
#consulting ul.resultsList li img {
    width: 100%;
    aspect-ratio: 4/5;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
#consulting ul.resultsList li div {
	position: relative;
	width: 100%;
	height: 80px;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	box-sizing: border-box;
}
#consulting ul.resultsList li div h3 {
	width: 100%;
	height: 2.8em;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	overflow: hidden;
	font-size: 1.6em;
    line-height: 1.2em;
}
#consulting ul.resultsList li div span {
	position: absolute;
	width: auto;
	height: 20px;
	bottom: 0;
	right: 0;
    display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
	font: 200 1em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
}
#consulting ul.resultsList li div span::after {
	content: '';
	width: 24px;
	aspect-ratio: 2/1;
	display: inline-block;
	margin-left: 5px;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;

}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
01.コンサルティング事業（詳細）
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#consulting .propertyTitle {
	margin-bottom: 40px;
}
#consulting .propertyTitle h3 {
	width: calc(100% - 160px);
    display: block;
	margin-bottom: 20px;
	font-size: 2.4em;
	font-weight: bold;
    line-height: 1.3em;
	color: #1d2e52;
}
#consulting .propertyTitle p {
	width: 100%;
    display: block;
	font-size: 1.2em;
    line-height: 1em;
}
#consulting .propertyTitle span {
	position: absolute;
	width: auto;
	min-width: 120px;
	height: 40px;
	top: 0;
	right: 0;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	padding: 0 20px;
	font-size: 1.2em;
    line-height: 1em;
	border: solid 1px #666;
	box-sizing: border-box;
}

/*スライド*/
#consulting .propertySlide {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin-bottom: 80px;
}
#consulting .propertySlide ul.slider {
    position: relative;
    width: 110%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
	margin: 0 -5%;
}
#consulting .propertySlide ul.slider li {
    position: relative;
	width: auto;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: stretch;
	align-self: stretch;
    margin: 0 10px;
}
#consulting .propertySlide ul.slider li img {
    width: auto;
	height: 360px;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
}

/* Arrows */
#consulting .propertySlide .slick-prev,
#consulting .propertySlide .slick-next {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: -100px;
    display: block;
    z-index: 1000;
    padding: 0;
	margin: 0;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
	background-color: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#consulting .propertySlide .slick-prev {
    left: 5%;
}
[dir="rtl"] .slick-prev {
    right: auto;
}
#consulting .propertySlide .slick-next {
    right: 5%;
}
[dir="rtl"] .slick-next {
    left: auto;
}
#consulting .propertySlide .slick-prev::before,
#consulting .propertySlide .slick-next::before {
    content: '';
	width: 36px;
    height: 36px;
	display: block;
    background: url("../images/arrow.svg") no-repeat center center;
    background-size: contain;
	filter: invert(13%) sepia(41%) saturate(1518%) hue-rotate(192deg) brightness(97%) contrast(91%);
}
#consulting .propertySlide .slick-prev::before {
    transform: scaleX(-1);
}
#consulting .propertySlide .slick-prev:hover,
#consulting .propertySlide .slick-next:hover {
    transition: all 200ms;
    opacity: 0.7;
}
#consulting .propertySlide .slick-prev:hover:before,
#consulting .propertySlide .slick-prev:focus:before,
#consulting .propertySlide .slick-next:hover:before,
#consulting .propertySlide .slick-next:focus:before {
    opacity: 1;
}
#consulting .propertySlide .slick-prev.slick-disabled:before,
#consulting .propertySlide .slick-next.slick-disabled:before {
    opacity: 0.25;
}
#consulting .propertySlide .slick-prev:before,
#consulting .propertySlide .slick-next:before {
    outline: none;
    font-family: "slick";
    font-size: 0;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dots */
#consulting .slick-dots {
    position: absolute;
	width: 100%;
	bottom: -60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
}
#consulting .slick-dots li {
    display: inline-block;
}
#consulting .slick-dots li button {
    position: relative;
	width: 30px;
	height: 2px;
	display: inline-block;
	font-size: 0;
    cursor: pointer;
    border: none;
    outline: none;
	opacity: 1;
}
#consulting .slick-dots li button:hover,
#consulting .slick-dots li button:focus {
    opacity: 1;
}
#consulting .slick-dots li button:hover:before {
    background: #00b3ea;
	opacity: 1;
}
#consulting .slick-dots li button:before {
    position: absolute;
	content: '';
	width: 30px;
    height: 2px;
	top: 0;
    left: 0;
	background: #00b3ea;
	opacity: 0.1;
}
#consulting .slick-dots li.slick-active button:before {
    opacity: 1;
}

/*物件情報*/
#consulting .propertyDetail {
	position: relative;
	width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	padding: 40px 5%;
    background: url("../images/bg_grad_01.webp") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
#consulting .propertyDetail dl {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: -120px 0 20px;
	padding: 140px 40px 60px;
	background: #fff;
    box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#consulting .propertyDetail dl span {
	position: absolute;
	width: auto;
	height: 50px;
	top: 30px;
	left: 0;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	padding: 0 10px;
	font: 200 1.2em/1.2em 'trajan-pro-3', 'Times New Roman', Times, serif;
	border-bottom: solid 1px #000;
	box-sizing: border-box;
}
#consulting .propertyDetail dl dt {
	width: 100%;
    display: block;
	font-size: 2em;
    line-height: 1.6em;
	font-feature-settings: "palt";
}
#consulting .propertyDetail dl dd {
	width: 100%;
    display: block;
	margin-top: 20px;
	font-size: 1.4em;
    line-height: 1.8em;
	text-align: justify;
}
#consulting .propertyDetail table {
	width: 100%;
    display: table;
}
#consulting .propertyDetail table tr+tr {
	border-top: solid 1px rgba(255,255,255,0.3);
}
#consulting .propertyDetail table th,
#consulting .propertyDetail table td {
	display: table-cell;
	padding: 20px 0;
	font-size: 1.4em;
    line-height: 1.2em;
	text-align: left;
	color: #fff;
}
#consulting .propertyDetail table th {
	width: 120px;
	text-align: left;
	vertical-align: top;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
02.不動産事業
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#real-estate {
	
}
#real-estate .midTitle {
	margin-bottom: 40px;
}
#real-estate .btnBlock {
	margin: 40px 0;
}
#real-estate a.btnDetail {
	width: auto;
	min-width: 140px;
	margin: 0 10px;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
}
#real-estate a.btnDetail::after {
	position: absolute;
	content: '';
	width: 16px;
	aspect-ratio: 1/1;
	bottom: inherit;
	right: 14px;
	background: url("../images/icon_linkout.svg") no-repeat center center;
	background-size: contain;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
企業情報
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*会社概要*/
#company .overview {
	
}
#company .overview table {
    width: 100%;
    display: table;
	margin: 20px auto 0;
}
#company .overview table tr+tr {
    border-top: solid 1px #ccc;
}
#company .overview table th,
#company .overview table td {
    display: table-cell;
    padding: 20px 10px;
    font-size: 1.4em;
	line-height: 1.6em;
}
#company .overview table th {
    width: 100px;
	font-size: 1.2em;
	font-weight: bold;
    vertical-align: top;
    text-align: left;
	color: #999;
}

/*所在地*/
#company .access {
	margin: 40px auto 20px;
}
#company .access .box {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
	box-sizing: border-box;
}
#company .access .box h3 {
	width: 100%;
	height: 60px;
    display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
    margin-bottom: 20px;
    font-size: 1.8em;
	font-weight: bold;
    line-height: 1.2em;
	color: #1d2e52;
	border-bottom: solid 1px #1d2e52;
}
#company .access .box h3 span {
	width: auto;
	display: inline-block;
	font: 200 0.6em/1.2em 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #999;
}
#company .access .box address {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.6em;
}
#company .access .box img {
	width: 60%;
    display: block;
	margin-bottom: 20px;
}
#company .access iframe {
	position: relative;
    width: 100%;
	aspect-ratio: 4/3;
	display: block;
    align-self: stretch;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ニュース
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#news .block {
	margin: 20px auto;
}
#news dl.list {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 20px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}
#news dl.list dt {
	position: relative;
    width: 100%;
	display: block;
	margin-bottom: 10px;
}
#news dl.list dd {
	 width: 100%;
	display: inline-block;
}
#news dl.list dd a {
	
}
#news dl.list dd a:hover {
	text-decoration: underline;
    color: #00b3ea;
}
.wp-pagenavi {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 40px auto;
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
}
.wp-pagenavi a,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.prevpostslink {
	min-width: 40px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	text-decoration: none;
    border: none;
    background: #f5f5f5;
    box-sizing: border-box;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.prevpostslink {
	border: none;
}
.wp-pagenavi a:hover {
	border-color: #00b3ea;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
	box-sizing: border-box;
}
.wp-pagenavi a.page,
.wp-pagenavi span.pages {
    border: none;
}
.wp-pagenavi span.pages {
    margin: 0 10px;
}
.wp-pagenavi span.current {
	width: 40px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	font-weight: bold;
	color: #FFF;
	border: none;
	background: #00b3ea;
    box-sizing: border-box;
}
.wp-pagenavi span.extend {
	padding: 5px 10px;
    border: none;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: 60px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	font-size: 0.9em;
	color: #00b3ea;
	border: solid 1px #00b3ea;
	background: #fff;
    box-sizing: border-box;
}

/*-- News（詳細ページ） --*/
#news .date {
	width: auto;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 1em;
	color: #999;
}
#news h3.articleTitle {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 2em;
	line-height: 1.2em;
	border-bottom: solid 1px #CCC;
}
#news .content {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	padding: 20px 0;
    font-size: 1.4em;
	line-height: 1.8em;
}
#news .content p {
	width: 100%;
    display: block;
    padding: 10px 0;
	font-size: 1em;
}
#news .content a {
	text-decoration: underline;
	color: #06C;
}
#news .content .aligncenter {
	display: block;
    margin: 10px auto;
}
.pageNavi {
	position: relative;
	width: 100%;
    min-height: 60px;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
    margin: 0 auto;
	border-top: solid 1px #CCC;
}
.pageNavi .prev,
.pageNavi .next {
	width: 45%;
	display: block;
}
.pageNavi .prev a,
.pageNavi .next a {
	height: 60px;
    display: flex;
		align-content: center;
		align-items: center;
    font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
    box-sizing: border-box;
}
.pageNavi .prev a {
	justify-content: flex-start;
}
.pageNavi .prev a::before {
	content: '';
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	transform: rotate(180deg);
}
.pageNavi .next a {
	justify-content: flex-end;
}
.pageNavi .next a::after {
	content: '';
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
}
.pageNavi a.btnList {
	position: absolute;
    width: 10%;
    left: calc(50% - 5%);
	display: block;
}
.pageNavi a.btnList span {
	width: 90%;
	max-width: 30px;
	height: 1px;
	display: block;
	margin: 7px auto;
	background: #000;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
お問い合わせ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#form h3 {
	width: 100%;
    height: 50px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
    font-size: 1.8em;
	line-height: 1em;
    color: #00b3ea;
    border-bottom: solid 2px #00b3ea;
    box-sizing: border-box;
}
#form h3 span {
	width: 40px;
    height: 40px;
	display: inline-block;
    margin-right: 10px;
	filter: invert(59%) sepia(33%) saturate(6124%) hue-rotate(159deg) brightness(99%) contrast(101%);
}
#form h3 span.tel {
	background: url("../images/icon_tel.svg") no-repeat center center;
	background-size: contain;
}
#form h3 span.web {
	background: url("../images/icon_web.svg") no-repeat center center;
	background-size: contain;
}
#form .telBlock {
	width: 100%;
    display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px auto 60px;
}
#form .telBlock dl.tel {
	width: 360px;
    display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}
#form .telBlock dl.tel dt {
	width: 100%;
	display: block;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.2em;
}
#form .telBlock dl.tel dd {
	width: 100%;
    display: block;
	font: 400 2em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
}
#form .telBlock dl.tel dd a {
	text-decoration: none;
}
#form .telBlock dl.tel dd span {
	font-size: 1.6em;
	line-height: 1.2em;
}
#form .telBlock p {
	width: 100%;
	display: block;
	margin-top: 20px;
	font-size: 1.4em;
	line-height: 1.6em;
    text-align: center;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
退去お申し込みフォーム
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#move-out-form .block {
	width: 100%;
	justify-content: center;
    margin: 20px auto;
}
#move-out-form .precautions {
	width: 90%;
    display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px auto -130px;
	padding: 40px 5%;
	border: solid 1px #ccc;
	background: #fafafa;
	box-sizing: border-box;
}
#move-out-form .precautions h3 {
    width: 100%;
	display: block;
	font-size: 2em;
	font-weight: bold;
    line-height: 1em;
	text-align: center;
	color: #1d2e52;
}
#move-out-form .precautions .box {
	width: 100%;
    display: flex;
		justify-content: flex-start;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px auto;
}
#move-out-form .precautions hr {
	width: 100%;
	height: 1px;
    display: block;
    margin: 20px auto;
	border: none;
	background: #ccc;
}
#move-out-form .precautions h4 {
    width: 100%;
	display: block;
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 1.5em;
	font-weight: bold;
    line-height: 1em;
	color: #1d2e52;
	border-bottom: solid 4px #1d2e52;
}
#move-out-form .precautions p {
    width: calc(100% - 1em);
	display: block;
	margin-left: auto;
	font-size: 1.4em;
    line-height: 1.6em;
}
#move-out-form .precautions p::before {
    content: '●';
	display: inline-block;
	margin-left: auto;
	text-indent: -1em;
}
#move-out-form .precautions p span {
    width: 100%;
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
    line-height: 1.4em;
}
#move-out-form .precautions dl {
    width: calc(100% - 1em);
	display: flex;
		justify-content: flex-start;
        align-content: flex-start;
		align-items: flex-start;
	margin: 20px 0 0 auto;
	font-size: 1.4em;
    line-height: 1.6em;
}
#move-out-form .precautions dl dt {
    width: 6em;
}
#move-out-form .precautions dl dd {
    width: calc(100% - 6em);
}
#move-out-form .precautions .check_area {
    width: 100%;
	height: 80px;
	display: block;
	margin-top: 20px;
	border: solid 4px #00b3ea;
	background: #fff;
}

#move-out-form #form {
	width: 100% !important;
	margin: 80px 0 60px;
}

/*表示・非表示ボタン*/
#toggle {
    
}
#move-out-form .agree {
    width: auto;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin-left: 5px;
	font-size: 1.6em;
    line-height: 0.7em;
    cursor: pointer;
}
#move-out-form input#toggle[type=checkbox] {
  transform: scale(1.8);
}
#toggle:checked ~ .agree {
    
}
.hidden {
    max-height: 0;
	display: block;
	overflow: hidden;
}
#toggle:checked ~ .hidden {
    max-height: 9999px;
	display: block;
	overflow: visible;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
サイトポリシー／個人情報保護方針
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#policy .block {
	margin: 40px auto 60px;
}
#policy .block .box {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0;
}
#policy .block hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #ddd;
}
#policy .block .date {
	width: auto;
	display: block;
    margin-left: auto;
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 20px;
	text-align: right;
}
#policy .block .text {
	width: 100%;
	display: block;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: justify;
}
#policy .block .titleLarge {
	width: 100%;
	display: block;
	margin: 20px 0 10px;
    padding-bottom: 10px;
	font-size: 1.6em;
    font-weight: 700;
	line-height: 1em;
    border-bottom: solid 4px #0074be;
}
#policy .block .txBlue {
	width: 100%;
	display: block;
	margin: 20px 0;
	font-size: 1.4em;
    font-weight: 700;
	line-height: 1em;
    color: #0074be;
}
#policy .block .subject {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
}
#policy .block .text a {
	color: #06C;
	text-decoration: underline;
}
#policy .block dl {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 10px 0;
}
#policy .block dl dt {
	width: 25px;
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.6em;
}
#policy .block dl dd {
	width: calc(100% - 25px);
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.6em;
}
#policy .block ul {
	width: calc(100% - 25px);
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 15px 0 0 auto;
}
#policy .block ul li {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.6em;
    box-sizing: border-box;
}
#policy .block ul.number li {
	padding-left: 1.5em;
    text-indent: -2em;
}
#policy .block ul.disc li {
	text-indent: inherit;
    list-style-position: outside;
	list-style-type: disc;
}
#policy .block ol {
	width: 80%;
	display: block;
	margin: 0 auto;
}
#policy .block ol li {
	width: 100%;
	margin: 30px 0;
	font-size: 1.4em;
	line-height: 1.6em;
	list-style: decimal outside;
}
#policy .block .contact {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
}
#policy .block address {
	width: 100%;
    display: block;
	margin: 20px auto;
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;
}
#policy .block address strong {
	width: 100%;
    display: block;
    margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
}
#policy .block .tel {
	width: 100%;
	display: block;
	margin-top: 20px;
	font-size: 2em;
	line-height: 1.4em;
	text-align: center;
}
#policy .block .tel span {
	font-size: 1.6em;
}
#policy .block .tel span.small {
	font-size: 0.6em;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
サイトマップ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#sitemap .block {
	margin: 40px auto;
}
#sitemap ul.list {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
#sitemap ul.list li {
	width: 48%;
	display: block;
    align-self: stretch;
    border-bottom: solid 1px #DDD;
}
#sitemap ul.list li:nth-last-of-type(-n+2) {
	border-bottom: none;
}
#sitemap ul.list li a,
#sitemap ul.list li p {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	padding: 30px 0;
	font-size: 1.4em;
	line-height: 1em;
}
#sitemap ul.list li p {
	padding: 30px 10px;
}
#sitemap ul.list li a::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	right: 0;
	display: block;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	filter: invert(38%) sepia(94%) saturate(2109%) hue-rotate(176deg) brightness(99%) contrast(101%);
}
#sitemap ul.list li a.pdf::after {
	width: 24px;
	height: 24px;
	right: 0;
	background: url("../images/icon_pdf.svg") no-repeat center center;
}
#sitemap ul.list li a:active {
    transition: all 200ms;
    opacity: 0.5;
}
#sitemap ul.listS {
	width: 100%;
	display: flex;
		justify-content: flex-end;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: -10px 0 10px;
	box-sizing: border-box;
}
#sitemap ul.listS li {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	border: none;
}
#sitemap ul.listS li a {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
	padding: 5px 25px 5px;
	font-size: 1.3em;
	line-height: 1.2em;
    box-sizing: border-box;
}
#sitemap ul.listS li a.linkout::after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	right: 0;
	display: block;
	background: url("../images/icon_linkout.svg") no-repeat center center;
	background-size: contain;
	filter: invert(38%) sepia(94%) saturate(2109%) hue-rotate(176deg) brightness(99%) contrast(101%);
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【共通】お問い合わせ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.commonContact {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    padding: 80px 0;
}
.commonContact .block {
	
}
.commonContact .boxTitle {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
	margin-bottom: 40px;
    box-sizing: border-box;
}
.commonContact .boxTitle h2 {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font: 200 4em/1em 'trajan-pro-3', 'Times New Roman', Times, serif;
	color: #07418f;
}
.commonContact .boxTitle p {
	position: relative;
	width: 100%;
	display: block;
    font-size: 1.4em;
	line-height: 1.8em;
}
.commonContact .boxTitle p br {
	display: none;
}
.commonContact ul {
	width: 100%;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
}
.commonContact ul li {
	width: 100%;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
	border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}
.commonContact ul li:nth-of-type(1) {
	border-top: solid 1px #ccc;
}
.commonContact ul li a {
	position: relative;
	width: 100%;
    height: 100px;
	display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
	padding-left: 90px;
    font-size: 1.8em;
	line-height: 1em;
    text-align: center;
    border-radius: 3px;
    background: #fff;
	box-sizing: border-box;
}
.commonContact .tel a {
	justify-content: flex-start;
	font-size: 2.8em;
	cursor: default;
	pointer-events: none;
}
.commonContact .tel a span {
	min-width: 6em;
	font-size: 0.6em;
	text-align: left;
}
.commonContact .tel a::before,
.commonContact .web a::before {
	position: absolute;
	content: '';
    width: 80px;
    height: 40px;
	left: 0;
    display: block;
	filter: invert(18%) sepia(10%) saturate(3487%) hue-rotate(183deg) brightness(90%) contrast(96%);
}
.commonContact .tel a::before {
	background: url("../images/icon_tel.svg") no-repeat center center;
    background-size: 42px 42px;
}
.commonContact .web a::before {
	background: url("../images/icon_web.svg") no-repeat center center;
    background-size: 42px 42px;
}
.commonContact .web a::after {
	position: absolute;
	content: '';
    width: 32px;
    height: 32px;
	right: 10px;
    display: block;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	filter: invert(18%) sepia(10%) saturate(3487%) hue-rotate(183deg) brightness(90%) contrast(96%);
}
.commonContact .web a:hover {
	color: #00b3ea;
	transition: all 200ms;
}
.commonContact .web a:hover::after {
	filter: invert(53%) sepia(38%) saturate(3337%) hue-rotate(158deg) brightness(99%) contrast(101%);
}
.commonContact .tel a::after,
.commonContact .tel a:hover::after {
	display: none;
}
.commonContact ul p {
	width: 100%;
	display: block;
	margin-top: 10px;
    font-size: 1.2em;
	line-height: 1.2em;
	text-align: right;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
		align-content: space-between;
		align-items: center;
        flex-wrap: wrap;
	padding: 40px 0;
	background: url("../images/footer_bg.webp") no-repeat right center #fcfbf7;
    background-size: cover;
    box-sizing: border-box;
}
footer #page-top {
	position: fixed;
	width: 60px;
	right: 20px;
	bottom: 0;
	z-index: 30000;
    border-radius: 30px;
	background: #00b3ea;
}
footer .info {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	z-index: 1000;
	margin: 20px 0 40px;
}
footer .info a.logo {
    width: 80px;
	display: block;
	margin-top: -20px;
}
footer .info a.logo img {
    width: 100%;
	display: block;
}
footer .info address {
	width: calc(100% - 100px);
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
footer .info address strong {
	width: 100%;
    display: block;
	margin: 20px 0;
	font-size: 2em;
    line-height: 1em;
	font-feature-settings: "palt";
}
footer .info address p {
	position: relative;
	width: 100%;
    display: block;
	font-size: 1.3em;
    line-height: 1.6em;
	margin-top: 10px;
}
footer .info address p b {
	margin-left: -0.5em;
}
footer .info address p a.btn {
	position: absolute;
	width: 100px;
	height: 24px;
	top: 27px;
	right: 0;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	font: 200 0.7em/1em "futura-pt", Arial, "sans-serif";
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 12px;
	background: #00b3ea;
	transition: all 200ms;
}
footer .info address p a.btn:hover {
	background: #1d2e52;
	transition: all 200ms;
}
footer .info address a.btnDetail {
	margin-top: 40px;
}
footer .info address a.instagram {
	position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 0;
	display: block;
	background: url("../images/icon_instagram.svg") no-repeat center center;
	background-size: contain;
	filter: invert(19%) sepia(35%) saturate(4279%) hue-rotate(208deg) brightness(90%) contrast(92%);
}
footer .info address a.instagram:hover {
	transition: all 200ms;
	opacity: 0.5;
}
footer img.copy {
	position: absolute;
	width: 35%;
	top: 20%;
	right: 0;
    display: block;
	z-index: 1000;
	transition: all 200ms;
}
footer .bottom {
	width: 100%;
	height: 30px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
footer .bottom ul {
	width: auto;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
}
footer .bottom ul li {
	display: block;
	padding-right: 15px;
	font-size: 1em;
	line-height: 1em;
}
footer .bottom ul li+li {
	padding-left: 15px;
	border-left: solid 1px rgba(0,0,0,0.5);
}
footer .bottom ul li a {
	
}
footer .bottom ul li a:hover {
	text-decoration: underline;
    color: #00b3ea;
}
footer .bottom .copyright {
	width: auto;
    display: inline-block;
	font: 300 1em/1em "futura-pt", Arial, "sans-serif";
}