@charset "utf-8";
/*----------------------------------------------------------------------------------------

	bese.css

----------------------------------------------------------------------------------------*/

/* 共通 //
////////////////////////////////////////////////////////////////////*/

head + body {
	min-width: 1100px;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
body > .wrapper {
	padding-bottom: 60px;
	position: relative;
	display: block;
}
.cont-w {
	margin-right:	auto;
	margin-left: auto;
	width: 1080px;
}
.dnone, .dnone_pc {
	display: none !important;
}
.cf::after {
	display: table;
	clear: both;
	content: "";
}

/* icon //
---------------------------------------------- */
.icon-b, .icon-b_all a, .icon-a, .icon-a_all a, .folding, .btns01 a {
	position: relative;
}
.icon-b::before, .icon-b_all a::before, .icon-a::after, .icon-a_all a::after, .folding::after, .btns01 a::after {
	margin: auto;
	height: 1em;
	position: relative;
	top: 0;
	bottom: 0;
	font-weight: 900;
	line-height: 1;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
}

/* 折りたたみ ///
---------------------------------------------- */
.folding {
	cursor: pointer;
}
.folding:not(.reverse) + * {
	display: none;
}
.folding::after {
	content: "\f067";
}
.folding.active::after {
	content: "\f068";
}

/* スクロールバー(android用) //
-----------------------------*/
body ::-webkit-scrollbar {
	width: 15px;
	height: 10px;
	background: #f0f0f0;
}
body ::-webkit-scrollbar-thumb {
	background-color: #cdcdcd;
	border-radius: 2px;
}

/* ロールオーバー //
---------------------------------------------- */
.rov a , .rov input, .btns01 a {
	transition: opacity 0.2s;
}
.rov a:hover ,	.rov input:hover, .btns01 a:hover {
	opacity: 0.8;
}
.hover01 a:hover {
	color: #beaf87 !important;
}
.hover02 a:hover {
	text-decoration: underline;
}

/* 複数行をのテキストオーバーフロー ///
---------------------------------------------- */
.ellipsis {
	position: relative;
	overflow: hidden;
}
.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #fff;
}
.ellipsis:before {
	content: " …";
	bottom: 0;
	right: 0;
}
.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}

/* 見出し ///
---------------------------------------------- */
.line01, .line02 {
	border-bottom: 1px solid #beaf87;
	position: relative;
	font-weight: 900;
	line-height: 1.3;
}
.line01::before, .line02::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #C00;
	font-family: "Font Awesome 5 Free";
}

/*----------*/

.line01 {
	margin-top: -10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-left: 54px;
	font-size: 32px;
}
.line01::before {
	font-size: 32px;
	content: "\f044";
}
.line01::after {
	height: 28px;
	background-color: #f2f3f3;
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: -1;
	content: "";
}

/*----------*/

.line02 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 6px 0 11px 43px;
	font-size: 24px;
}
.line02::before {
	font-size: 3rem;
	content: "\f304";
}

/*----------*/

.line03 {
	margin-top: 30px;
	padding: 10px;
	padding-bottom: 10px;
	background-color: #e6e7e8;
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

/*----------*/

.title02 {
	padding-left: 72px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
}
.title02::before {
	width: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	font-weight: 600;
	text-align: center;
	font-family: "Font Awesome 5 Free";
}

/*----------*/

.main h4.point {
	margin: 15px 0 6px;
	font-size: 18px;
}
.main h4.point i {
	margin-right: 7px;
	padding: 1px 8px;
	border: 1px solid #beaf87;
	color: #beaf87;
	font-size: 16px;
	font-weight: 900;
}



/* 本文中 小見出し ///
---------------------------------------------- */
.shd {
	margin-top: 25px;
	margin-bottom: 12px;
	color: #beaf87;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.3;
}

/* 吹き出し ///
---------------------------------------------- */
.main .balloon {
	padding-left: 90px;
	position: relative;
	font-size: 2rem;
}
.main .balloon i {
	width: 70px;
	background-color: #56afe3;
	border-radius: 3px;
	position: absolute;
	left: 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 34px;
	text-align: center;
}
.main .balloon i::after {
	margin: auto;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 6px solid #56afe3;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -14px;
	content: "";
}

/* 画像中央配置 ///
---------------------------------------------- */
.img-fit img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	pointer-events: none;
	image-rendering: -webkit-optimize-contrast;
}
body.polyfill_object-fit .img-fit img {
	font-family: "object-fit: cover;"
}

/* テーブル ///
---------------------------------------------- */
.table-style01 {
	width: 100%;
	table-layout: fixed;
}
.table-style01 tr {
	border-bottom: 1px dotted #aaa;
}
.table-style01 th, .table-style01 td {
	padding: 20px 10px;
	text-align: left;
}
.table-style01 th {
	box-sizing: border-box;
	width: 200px;
	line-height: 1.3;
}

/* ボタン ///
---------------------------------------------- */
.btn01 {
	margin-top: 20px;
}
.btn01 a {
	width: 200px;
	background-color: #414042;
	display: block;
	color: #fff;
	line-height: 44px;
	text-align: center;
	transition: opacity 0.2s;
}
.btn01 a:hover {
	opacity: 0.8;
}
.btn01 a::after {
	margin-left: 8px;
	opacity: 0.75;
	font-weight: 600;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
}

/*----------*/

.btn02 a {
	background-color: #414042;
	display: block;
	color: #beaf87;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
}
.btn02 a::after {
	margin-left: 10px;
	font-weight: 600;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
}
.btn02 a[target="_blank"]::after {
	content: "\f35d";
}

/*----------*/

.btn03 {
	margin: 30px auto;
	width: 430px;
	height: 60px;
	display: table;
}
.btn03 a {
	background-color: #beaf87;
	display: table-cell;
	color: #414042;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
}

/* ページ内リンク ///
---------------------------------------------- */
.btns01 {
	margin-bottom: 40px;
	overflow: hidden;
}
.btns01 li {
	width: 250px;
	height: 60px;
	display: table;
	position: relative;
	float: left;
}
.btns01 li:not(:nth-child(3n)) {
	margin-right: 20px;
}
.btns01 li:nth-child(n+4) {
	margin-top: 10px;
}
.btns01 li a {
	padding-left: 12px;
	background-color: #beaf87;
	border-radius: 6px;
	position: static;
	display: table-cell;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	vertical-align: middle;
}
.btns01 li a::after {
	position: absolute;
	right: 12px;
	content: "\f105";
}

/* wpcf7 ///
---------------------------------------------- */
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-number,
.wpcf7 .wpcf7-select {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	font-family: inherit;
}
.wpcf7 .wpcf7-select::-ms-expand {
	display: none;
}
.wpcf7 .wpcf7-text {
	width: 400px;
}
.wpcf7 .wpcf7-textarea {
	width: 100%;
}
.wpcf7 .wpcf7-select {
	margin-right: 10px;
	padding-right: 40px;
	padding-left: 10px;
	min-width: 80px;
	background: url(../images/common/arrow.gif) no-repeat right 15px center / 10px;
	display: inline-block;
	cursor: pointer;
}
.wpcf7 .wpcf7-form-control .wpcf7-list-item {
	margin: 0 1em 0 0;
}
.wpcf7 .middle {
	margin-right: 10px;
	width: 200px;
	display: inline-block;
}
.wpcf7 .small {
	margin-right: 5px;
	width: 80px;
	display: inline-block;
}

.wpcf7　.wpcf7-textarea {
	width: 100%;
}
.wpcf7 .ex {
	margin-top: 10px;
	margin-left: 1em;
	font-size: 13px;
	line-height: 1.3;
	text-indent: -1em;
}
.wpcf7 .ex + .ex {
	margin-top: 0;
}

.wpcf7 .submit_btn {
	position: relative;
}
.wpcf7 .submit_btn .wpcf7-spinner {
	margin: auto;
	position: absolute;
	top: 0;
	right: 220px;
	bottom: 0;
}
.wpcf7 .submit_btn input {
	margin: 20px auto;
	width: 280px;
	background-color: #beaf87;
	border: 0;
	border-radius: 0;
	outline: none;
	display: block;
	color: #414042;
	font-size: 2rem;
	font-weight: 400;
	line-height: 54px;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.2s;
	-webkit-appearance: none;
	appearance: none;
}
.wpcf7 .submit_btn input:hover {
	opacity: 0.8;
}
.wpcf7 .submit_btn input:disabled {
	background-color: #ccc;
	opacity: 1 !important;
	cursor: default;
	color: #fff;
}
.wpcf7 .submit_btn + .wpcf7-validation-errors {
	margin-top: 20px;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance {
	margin-right: 5px;
	float: left;
}
.wpcf7 .wpcf7-form-control.wpcf7-acceptance span {
	margin: 0;
}
.wpcf7 .recaptcha-note {
	font-size: 12px;
	color: #AAA;
	text-align: center;
	font-family: メイリオ;
}
.wpcf7 .recaptcha-note a {
	color: #039be5;
}


/* tksn //
////////////////////////////////////////////////////////////////////*/

.tksn .ellipsis::before, .tksn .ellipsis::after {
	display: none;
}

.tksn_box {
	font-size: 2rem;
	line-height: 150px;
	text-align: center;
	transition: opacity 0.1s;
}
.tksn_box:not(.active) {
	display: none;
}
.tksn_box > table {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
.tksn_box > br {
	display: none;
}
.tksn_box table {
	font-family: inherit !important;
}

/* 種別を選ぶリスト ///
---------------------------------------------- */
.tksn-change-list {
	box-sizing: border-box;
	margin: 0 auto;
	width: 235px;
	height: 28px;
	display: table;
	border: 1px solid #c00;
	border-radius: 3px;
	table-layout: fixed;
}
.tksn-change-list li {
	display: table-cell;
	vertical-align: middle;
	color: #c00;
	text-align: center;
	cursor: pointer;
}
.tksn-change-list li:not(:last-child){
	border-right: 1px solid #c00;
}
.tksn-change-list .active {
	background-color: #c00;
	color: #fff;
}

/* 読込中 ///
---------------------------------------------- */
.tksn.loading {
	min-height: 50px;
	position: relative;
	overflow: hidden;
}
.tksn.loading::after {
	margin: auto;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #929292;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	pointer-events: auto;
	content: "\f110";
	font-family: "Font Awesome 5 Free";
	animation: r1 1.2s linear infinite;
}
.tksn.loading .tksn_box {
	opacity: 0.8;
}
@keyframes r1 {
	0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* des52 ///
---------------------------------------------- */
.des52 .tksn_box table {
	border-collapse: inherit;
	border-spacing: 1px;
}
.des52 > .tksn_box > table > tbody > tr > td {
	width: 278px;
}
.des52 > .tksn_box > table > tbody > tr > td table {
	margin-bottom: 0px;
	width: 100%;
}

/* des60 ///
---------------------------------------------- */
.des60 > .tksn_box > table, .des60 > .tksn_box > table > tbody > tr > td > table {
	margin: 0 !important;
	width: 100% !important;
	border: none !important;
}
.des60 > .tksn_box > table > tbody > tr > td > table > tbody > tr > td {
	padding: 0!important;
}
body.front .des60 > .tksn_box > table > tbody > tr > td > table > tbody > tr > td {
	padding: 0 8px 0 0 !important;
}
.des60 > .tksn_box > table > tbody > tr > td > table > tbody > tr > td > p {
	padding: 0 !important;
}
.des60 > .tksn_box > table span[style*="color:#FF0000"]{
	color: #c00 !important;
}
.des60 > .tksn_box > table a {
	padding: 10px 0 10px 5px;
	height: auto;
	border-bottom: dashed 1px #ACACAC;
	display: block;
	line-height: 1.3;
}
.des60 > .tksn_box > table a:hover {
	background-color: rgba(0,0,0,0.02);
}

/* des61 ///
---------------------------------------------- */
.des61 .tksn_box {
	font-size: 13px;
	line-height: 1.3;
}
.des61 > .tksn_box table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 14px;
	line-height: 1.5;
}

/* des62、des64 ///
---------------------------------------------- */
.des62 > .tksn_box > table > tbody,
.des64 > .tksn_box > table > tbody {
	display: block;
}
.des62 > .tksn_box > table > tbody > tr,
.des64 > .tksn_box > table > tbody > tr {
	display: flex;
	flex-wrap: wrap;
}
.des62 > .tksn_box > table > tbody > tr > td,
.des64 > .tksn_box > table > tbody > tr > td {
	box-sizing: border-box;
	height: auto !important;
	border: 1px solid #ccc !important;
	display: block;
	float: left;/*IE用*/
	vertical-align: top;
}
.des62 > .tksn_box > table > tbody > tr > td > table,
.des64 > .tksn_box > table > tbody > tr > td > table {
	box-sizing: border-box;
	margin-bottom: 0 !important;
	height: 100%;
	border: 2px solid #fff !important;
}

/* des74 ///
---------------------------------------------- */
.des74 > .tksn_box li {
	margin-right: 20px;
	border-top: 0;
	position: relative;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
	overflow: hidden;
}
.des74 > .tksn_box li:hover {
	background-color: rgba(255,255,255,0.2);
}
.des74 > .tksn_box li > h4 {
	font-weight: 400;
}
.des74 > .tksn_box li > span, .des74 > .tksn_box li a {
	font-family: inherit;
	font-weight: 400;
}
.des74 > .tksn_box li > span {
	margin: auto;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 17px;
	z-index: -1;
	font-size: inherit;
	line-height: 1;
}
.des74 > .tksn_box ul a {
	box-sizing: border-box;
	padding: 8px 20px 8px 112px;
	height: auto;
	display: block;
	line-height: 1;
}


/* ヘッダー //
////////////////////////////////////////////////////////////////////*/

#body_header {
	background-color: #fff;
	position: relative;
}
#body_header::before {
	height: 25px;
	background-color: #414042;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	pointer-events: none;
	content: "";
}


/* topline ///
---------------------------------------------- */
#body_header .topline {
	margin: auto;
	overflow: hidden;
	position: relative;
	line-height: 25px;
}
#body_header .topline {
	margin: auto;
	height: 25px;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
}
#body_header .topline h1 {
	width: 700px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	color: #beaf87;
	font-weight: 400;
}

/*----------*/

#body_header .topline ul {
	float: right;
}
#body_header .topline ul li {
	float: left;
}
#body_header .topline ul a {
	padding: 0 7px;
	display: block;
	color: #e6e7e8;
}
#body_header .topline ul i,
#body_header .topline ul svg {
	margin-right: 6px;
}

/*----------*/

#body_header .topline .login a {
	margin-left: 8px;
	padding: 0;
	width: 80px;
    color: #FFF;
	background-color: #C00;
	text-align: center;
}
#body_header .topline .login i {
	margin-right: 2px;
}

/* サイト名 //
////////////////////////////////////////////////////////////////////*/

#body_header .title {
	background-color: #fff;
}
#body_header .title::after {
	display: table;
	clear: both;
	content: "";
}
#body_header .title h2 {
	width: 393px;
	height: 84px;
	display: table;
	float: left;
}
#body_header .title h2 a {
	display: table-cell;
	vertical-align: middle;
}
#body_header .title h2 a img {
	width: 100%;
}

/* グローバルメニュー //
////////////////////////////////////////////////////////////////////*/

#gmenu {
	float: right;
	z-index: 1;
}
#gmenu > li {
	float: left;
}
#gmenu > li:not(:last-child) {
	margin-right: 33px;
}

/*----------*/

#gmenu > li > a, #body_header .title li > h3 {
	padding: 48px 0 15px;
	display: block;
	position: relative;
	z-index: 4;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}
#gmenu > li:hover > a,
#gmenu > li:hover > h3 {
	color: #c00;
}

/*----------*/

#gmenu > li > * > i,
#gmenu > li > * > svg {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}
#gmenu .kounyu .fa {
	font-weight: 400;
}
/*システム表示だとsvgに上書きされるので*/
#gmenu > li > * > svg {
	margin: auto;
	width: 1.5em;
}

/* サブメニュー ///
---------------------------------------------- */
#body_header #gmenu:not(.loading) .subm .content {
	display: none;
}
#body_header #gmenu .subm .content {
	box-sizing: border-box;
	background-color: #414042;
	overflow: hidden;
	position: absolute;
	top: 109px;;
	right: 0;
	left: 0;
	z-index: 2;
}
#gmenu .subm .content > .cont-w {
	padding: 40px 0;
}
/*ホバー時*/
#body_header #gmenu .subm:hover .content {
	z-index: 3;
}

#gmenu .subm h4 {
	box-sizing: border-box;
	padding: 0 10px;
	border-left: 5px solid #C00;
	float: left;
	color: #fff;
	font-weight: 900;
	font-size: 22px;
	line-height: 30px;
}
#gmenu > li.company h4 span {
	display: block;
}

/*----------*/

#gmenu .box li {
	float: left;
	background-color: #fff;
}
#gmenu .box li:not(:last-child) {
	margin-right: 20px;
}

/*----------*/

#gmenu .box {
	overflow: hidden;
}
#gmenu .box a {
	width: 200px;
	height: 150px;
	position: relative;
	display: block;
	overflow: hidden;
}
#gmenu .box a span {
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 34px;
	text-align: center;
}
#gmenu .box .icon-a::after,
#gmenu .box .icon-a svg {
	margin-left: 7px;
	color: #C00;
}

#gmenu .list > li {
	float: left;
}
#gmenu .list > li:not(:last-child){
	margin-right: 2em;
}
#gmenu .list a {
	color: #fff;
	line-height: 1.8;
}
#gmenu .list a::before {
	margin-right: 7px;
	color: #beaf87;
}
#gmenu .subm .baibai a span {
	background-color: #e9eaeb;
}

/* サブメニュー 矢印 ///
---------------------------------------------- */
#body_header #gmenu .subm h3::after {
	margin: auto;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	transition: transform 0.2s;
	transition-delay: 0.18s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	content: "";
}
/*ホバー時*/
#body_header #gmenu .subm:hover h3::after {
	transition-delay: 0s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

/* サブメニュー アニメーション ///
---------------------------------------------- */

#body_header #gmenu:not(.init) .subm {
	pointer-events: none;
}
#body_header #gmenu .subm .content {
	opacity: 0;
	transition: height 0s, opacity 0.18s;
	transition-property: height, opacity;
	transition-delay: 0.3s, 0.18s;
}
#body_header #gmenu.init .subm:not(:hover) .content {
	height: 0 !important;
}
#body_header #gmenu.init .subm:hover .content {
	opacity: 1;
	pointer-events: auto;
	transition: height 0.3s;
	transition-property: height;
	transition-delay: 0.18s;
}

/*----------*/

#gmenu > li .cont-w::after {
	display: table;
	clear: both;
	content: "";
}
#gmenu > li section > h4 {
	margin-top: 59px;
	margin-right: 17px;
}

/* 物件検索 ///
---------------------------------------------- */
#gmenu > li.search {
	margin-right: 18px;
}
#gmenu > .subm.search .content > .cont-w {
	padding-bottom: 30px;
}
#gmenu > li.search h4 {
	margin-top: 59px;
	width: 144px;
}
#gmenu > li.search > h3 {
	padding-right: 20px;
	padding-left: 20px;
}
#gmenu > li.search .list {
	margin-top: 21px;
	overflow: hidden;
	clear: both;
}
#gmenu .search .list > li:nth-of-type(5) {
	clear: both;
}

/* サービス ///
---------------------------------------------- */
#gmenu li.service > h3 {
	padding-right: 7px;
	padding-left: 7px;
}

/* 購入ガイド ///
---------------------------------------------- */
#gmenu > li.kounyu h4 {
	margin-top: 59px;
	margin-right: 10px;
}

/* 売却をお考えの方 ///
---------------------------------------------- */
#gmenu > li.baikyaku h4 {
	margin-top: 59px;
	margin-right: 10px;
}

/* 会社案内 ///
---------------------------------------------- */
#gmenu > li.company .content > div {
	overflow: hidden;
}
#gmenu > li.company .content section {
	display: flex;
}
#gmenu > li.company h4 {
	margin: 46px auto 46px 0;
}
#gmenu > li.company .box {
	margin-right: 40px;
	float: left;
}
#gmenu > li.company .list {
	margin-top: 1px;
	width: 300px;
	overflow: hidden;
}
#gmenu > li.company .list li {
	margin-right: 0;
	margin-bottom: 3px;
	width: 50%;
}


/* フッターメニュー //
////////////////////////////////////////////////////////////////////*/

#body_footer {
	padding-top: 43px;
	background-color: #414042;
	background-image: url(../images/common/foot_ico.gif);
	background-repeat: no-repeat;
	background-position: right bottom 60px;
	color: #beaf87;
}
#body_footer > div {
	overflow: hidden;
}

/* 住まいのQ&A　バナー ///
---------------------------------------------- */
#bnr_qanda {
	width: 49px;
	position: absolute;
	top: 215px;
	right: 0;
	bottom: 200px;
}
#bnr_qanda > span {
	height: 150px;
	background-color: #fff;
	border: 1px solid #fff;
	border-right: none;
	position: sticky;
	top: 110px;
	right: 0;
	z-index: 9;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-orientation: upright;
}
#bnr_qanda a {
	padding: 10px;
	background-color: #414042;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

/* ページトップ ///
---------------------------------------------- */
#pagetop {
	position: absolute;
	top: 400px;
	right: 10px;
	bottom: 20px;
	pointer-events: none;
	z-index: 10;
}
#pagetop span {
	padding-top: 80vh;
	display: block;
	position: sticky;
	top: 0;
	transition: opacity 0.2s;
}
.compensate-for-scrollbar #pagetop span  {
	display: none;
}
#pagetop a {
	display: block;
	pointer-events: auto;
}
/* sticky未対応ブラウザ（js使用） ///
---------------------------------------------- */
.polyfill_sticky  {
  position: absolute !important;
	right: 0 !important;
}
.polyfill_sticky.middle {
  position: fixed !important;
	right: 0 !important;
	bottom: 10px !important;
}
.polyfill_sticky.bottom {
  top: auto !important;
  bottom: 0 !important;
}

#topbtn.polyfill_sticky.middle {
	right: 10px !important;
}

/* フッター会社案内 ///
---------------------------------------------- */

#body_footer > div > .company {
	margin-bottom: 37px;
	padding-top: 6px;
	padding-bottom: 18px;
	border-bottom: 1px solid #565658;
	position: relative;
	overflow: hidden;
}
#body_footer > div > .company h3 {
	margin-bottom: 17px;
}
#body_footer > div > .company h3 img {
	width: 392px;
}
#body_footer > div > .company .info li {
	float: left;
	font-size: 12px;
}
#body_footer > div > .company .info li:not(:last-child) {
	margin-right: 1em;
}
#body_footer > div > .company .info li:nth-of-type(3) {
	clear: both;
}

/* フッター問い合わせボタン ///
---------------------------------------------- */

#body_footer .toi {
	position: absolute;
	top: 17px;
	right: 0;
}
#body_footer .toi li {
	width: 203px;
	float:	left;
}
#body_footer .toi li:not(:last-child) {
	margin-right: 5px;
}
#body_footer .toi a {
	background-color: #beaf87;
	display: block;
	color: #414042;
	font-size: 15px;
	line-height: 42px;
	text-align: center;
}
#body_footer .toi i,
#body_footer .toi svg {
	margin-right: 4px;
}

/* フッターメニュー ///
---------------------------------------------- */

#body_footer .menu {
	float: left;
}
#body_footer .menu > ul > li {
	float: left;
}
#body_footer .menu > ul > li:not(:last-child) {
	margin-right: 22px;
}
#body_footer .menu > ul li li:not(:last-child) {
	margin-bottom: 7px;
}
#body_footer .menu > ul > li > ul {
	float: left;
}
#body_footer .menu > ul > li > ul + ul {
	margin-left: 22px;
}
#body_footer .menu h4 {
	margin-bottom: 8px;
}
#body_footer .menu a {
	padding-left: 10px;
	display: block;
	position: relative;
	color: #e6e7e8;
	font-size: 13px;
}
#body_footer .menu a::before {
	position: absolute;
	left: 0;
	color: #beaf87;
}
#body_footer .menu .search > ul {
	width: 328px;
	overflow: hidden;
}
#body_footer .menu .search > ul > li {
	width: 12em;
	float: left;
	clear: both
}
#body_footer .menu .search > ul > li:nth-child(n+7) {
	margin-left: auto;
	float: none;
	clear: none;
}

#body_footer iframe {
	width: 411px;
	height: 230px;
	background-color: #ccc;
	float: right;
}

/* コピーライト ///
---------------------------------------------- */

#copylight {
	box-sizing: border-box;
	padding: 50px 0 15px;
	display: block;
	color: #aaa;
	font-size: 12px !important;
	line-height: 1;
}
#copylight small {
	margin-right: 0.5em;
	font-size: inherit;
}
#body_footer::after {
	height: 60px;
	background: url(../images/common/texture04.gif);
	display: block;
	content: "";
}

.grecaptcha-badge {
	display: none!important;
}

/* スマホ切り替えボタン //
////////////////////////////////////////////////////////////////////*/

body > .pc2spLink {
	padding: 30px;
	background-color: #414042;
	position: relative;
	z-index: 100;
}
body > .pc2spLink a {
	background-color: #beaf87;
	border-radius: 10px;
	display: block;
	color: #fff;
	font-size: 3rem;
	line-height: 100px;
	text-align: center;
}
body > .pc2spLink a::before {
	margin-right: 8px;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	content: "\f3cd";
}

/* スタッフ紹介 ibox //
////////////////////////////////////////////////////////////////////*/

#ibox_content {
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
#ibox_content #eigyo_main h1.heading01 {
	font-size: 30px;
}
#ibox_content #eigyo_main > .top {
	display: none;
}
