@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;

}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
figure {
	text-align: center;
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.8em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'noto-sans-cjk-jp','Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
	color: var(--black);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main{
  padding-top:100px ;
}

:root{
  --black: #231815;
  --key: #E78915;
  --key_thin: #FFDE5A;
  --key_verythin:	#FFF3C2;
  --accent: #3A9FE2;
  --accent_thin: #C3F0FC;
	--flow:#549FD1;
  --gray_thin: #f9f9f9;
  --gray: #bbb;
  --dark: #555;
  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.5rem;
  --size_4l:1.75rem;
  --size_5l:2rem;

}

.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5em;
}
.mr_05{
  margin-right: 0.5em;
}
.ml_05{
  margin-left: 0.5em;
}
.mb_05{
  margin-bottom: 0.5em;
}
.mt_10{
margin-top: 1em;
}
.mr_10{
  margin-right: 1em;
}
.ml_10{
  margin-left: 1em;
  }
.mb_10{
  margin-bottom: 1em;
}
.mt_20{
  margin-top: 2em;
}
.mr_20{
  margin-right: 2em;
}
.ml_20{
  margin-left: 2em;
}
.mb_20{
  margin-bottom: 2em;
}
.mt_30{
  margin-top: 3em;
}
.mr_30{
  margin-right: 3em;
}
.ml_30{
  margin-left: 3em;
}
.mb_30{
  margin-bottom:3em;
}
.mt_40{
  margin-top: 4em;
}
.mr_40{
  margin-right: 4em;
}
.ml_40{
  margin-left: 4em;
}
.mb_40{
  margin-bottom:4em;
}


.second_item:not(:last-child) {
  margin-bottom: 4rem;
}
.third_item:not(:last-child) {
  margin-bottom: 3rem;
}
.fourth_item:not(:last-child) {
  margin-bottom: 2rem;
}
.fifth_item:not(:last-child) {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
	.flex_box >	.second_item:not(:last-child) {
		margin-bottom: 0;
	}
	.flex_box >	.third_item:not(:last-child) {
		margin-bottom: 0;
	}
	.flex_box >	.fourth_item:not(:last-child) {
		margin-bottom: 0;
	}
}
.flex_box {
  display: flex;
  justify-content: space-between;
}
.flex_box.switch {
  flex-flow: row-reverse;
}
.flex_box.wrap {
  flex-flow: wrap;
  justify-content: flex-start;
}
.flex_box.no_wrap {
}
.col_2 {
  width: 154px;
}
.col_3 {
  width: 241px;
}
.col_4 {
  width: 328px;
}

.col_5 {
  width: 415px;
}
.col_5_5 {
  width: 492px;
}
.col_6 {
  width: 502px;
}
.col_6_5 {
  width: 579px;
}
.col_7 {
  width: 589px;
}
.col_8 {
  width: 676px;
}
.col_9 {
  width: 763px;
}
.col_10 {
  width: 850px;
}

.row,
.two_to_one,
.three_to_two,
.three_to_one {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.row:not(:last-child) {
  margin-bottom: 20px;
}
.three_to_two > div,
.three_to_two > li,
.three_to_one > div,
.three_to_one > li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
}
.four_to_two > div,
.four_to_two > li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
}
.row > div:not(:last-child) {
  margin-right: 20px;
}
.two_to_one > div,
.two_to_one > li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .four_to_two > div:not(:nth-child(4n)),
  .four_to_two > li:not(:nth-child(4n)) {
    margin-right: 20px;
  }

  .three_to_two > div:not(:nth-child(3n)),
  .three_to_two > li:not(:nth-child(3n)),
  .three_to_one > div:not(:nth-child(3n)),
  .three_to_one > li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .two_to_one > div:not(:nth-child(2n)),
  .two_to_one > li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}

/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1em;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2em;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--key);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

input.zip_search {
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
input.zip_search:hover {
opacity: 0.8;
}
/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}

.privacypolicy_box {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.privacypolicy {
}
.privacypolicy dl dt{
  width: 100%;
  line-height: 1.2em;
}
.privacypolicy dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 1em;
}
.privacypolicy .pages_title_box h3 {
  font-size: 1em;
  margin-bottom: 6px;
  padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
}
span.checkAll_box {
}

/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
	margin-bottom: 12px;
}
h1 {
}
.title_box.top_title_box {
	text-align: center;
	margin-bottom: 80px;
}
.pages_title_box .title_box.top_title_box {
	margin-bottom: 0;
}
.top_group .title_box.top_title_box {
padding-top:30px;
margin-bottom: 80px;
}
.title_box.top_title_box .sub-ttl{
	margin-bottom: 10px;
}
.title_box.top_title_box h2{
	text-align: center;
	position: relative;
	font-size: var(--size_5l);
	line-height: 1.3em;
}
.title_box.top_title_box h2:before {
	content: "";
	background: var(--key);
	width: 40px;
	height: 4px;
	display: block;
	transform: translate(-50%, 0);
	left: 50%;
	bottom: -20px;
	position: absolute;
}
.top_flow .title_box.top_title_box h2:before {
	background: var(--flow);
}
.title_box h3 {
	border-left: 4px solid var(--key);
	padding-left: 10px;
	margin-bottom: 28px;
	font-size: var(--size_3l);
}
.title_box h4 {
	border-bottom: 1px solid var(--key);
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: var(--size_2l);
}

.top_flow .title_box h4 {
	border-bottom: 1px solid #549FD1;
}

.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
	text-align: center;
}
.expansion a {
  position: relative;
  display: block;
}
.expansion a:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  background: url(../img/zoom.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  pointer-events: none;
}

/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100px;
}
header .head-logo {
	padding: 1em;
}

header .head-logo .logo {
  display: inline-block;
  position: relative;
  width: 340px;
  overflow: hidden;
}
.menu_area {
	display: flex;
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu > li {
	xwidth: 20%; /* グローバルナビ4つの場合 */
	xheight: 30px;
	xline-height: 30px;
  xmargin: 0 1em;
}
.menu > li:not(:last-child){
border-right:1px solid #000;
}
.menu > li:first-child {
}
.menu > li a {
	display: block;
	padding: 0 12px;
	line-height: 1.2em;
	font-size: var(--size_1s);
	white-space: nowrap;
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}

ul.menu_btn li a {
	background: var(--key);
	display: flex;
	height: 100px;
	color: #fff;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-size: var(--size_1s);
	white-space:nowrap;
}
/* footer
---------------------------------------- */
.fixed_bg {
	position: fixed;
	bottom: 0;
	mix-blend-mode: multiply;
	z-index: -1;
}
ul.footer-menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color:var(--dark);
	color: #ffffff;
}
footer .inner {
	position: relative;
	padding: 40px 0;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot-logo img {
	width: 80px;
	height: auto;

}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: 400;
	margin-bottom: 1px;
}
footer .foot-address {
	text-align: left;
  font-size: var(--size_1s);
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
.footer_box {
}
.footer_logo {
	text-align: center;
	margin-bottom: 30px;
}
ul.footer_logo_list {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
ul.footer_logo_list li {
	width: 240px;
}
ul.footer_logo_list li:not(:last-child){
	margin-right: 20px;
}
ul.footer_menu {
	display: flex;
	justify-content: center;
}
ul.footer_menu li {
	padding: 0 10px;
	font-size: var(--size_1s);
}
ul.footer_menu li a{
	color: #fff;
}

ul.footer-menu li{
  margin-right:1em;
}
ul.footer-menu li a{
  color: #fff;
  font-size: var(--size_1s);
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	padding: 1em 0 2rem;
	letter-spacing: 0.1em;
	background-color: var(--dark);
	color: #fff;
  font-size: var(--size_2s);
	line-height: 1.3em;
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */

main.index > section:nth-of-type(n + 2):nth-of-type(even){
	background: rgb(0 0 0 / 3%);
}
main.index > section.top_contact {
	background: var(--key) !important;
}
main.under > section:nth-child(n + 4):nth-child(even) {
	background: rgb(0 0 0 / 3%);
}

.sub-ttl {
}

section.contents.text_bg .inner{
	z-index: 0;
	position: relative;
}
section.contents.text_bg .inner:before {
	content: "";
	background-repeat: no-repeat;
	width: 1024px;
	height: 288px;
	position: absolute;
	top: -80px;
	left: 0;
	z-index: -1;
}
section.contents.text_bg.top_real-estate .inner:before {
	background-image: url(../img/bg_top_real-estate.png);
}
section.contents.text_bg.top_flow .inner:before {
	background-image: url(../img/bg_top_flow.png);
}
section.contents.text_bg.top_group .inner:before {
	background-image: url(../img/bg_top_group.png);
}
section.contents.text_bg.top_information .inner:before {
	background-image: url(../img/bg_top_information.png);
}
section.contents.text_bg.top_contact .inner:before {
	background-image: url(../img/bg_top_contact.png);
}
/*====================
top_real-estate
 ====================*/
 ul.sns_links li {
	font-weight: 700;
}
ul.sns_links li:not(:last-child) {
	margin-bottom: 12px;
}
ul.sns_links li a {
	display: flex;
	align-items: center;
	line-height: 1.4;
}
ul.sns_links li a:hover {
	opacity: 0.7;
}
ul.sns_links li a:before{
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 12px;
}

ul.sns_links li a:before{
	background-repeat: no-repeat;
}
ul.sns_links li a.sns_line:before{
	background-image: url(../img/icon_line.svg);
}
ul.sns_links li a.sns_insta:before{
	background-image: url(../img/icon_insta.svg);
}
ul.sns_links li a.sns_home:before{
	background-image: url(../img/icon_home.svg);
}
ul.sns_links li a.sns_x:before{
	background-image: url(../img/icon_x.svg);
}
ul.sns_links li a.sns_fb:before{
	background-image: url(../img/icon_fb.svg);
}

/*fb*/
 .fb_embed {
	text-align: center;
}
/*====================
group
 ====================*/
 .group_small ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.group_small ul li{
	width: 241px;
	margin-bottom: 20px;
}
.group_small ul li a{
	display: block;
	position: relative;
}
.group_small ul li a:after{
	content: url(../img/group_link.png);
	width: 27px;
	height: 27px;
	position: absolute;
	bottom:0;
	right: 0;
	transition: .3s;
}
.group_small ul li a:hover{
	opacity: 0.7;
}
.group_small ul li:hover a:after{
	bottom:-4px;
	right: -4px;
	transition: .3s;
}
.group_small ul li:not(:nth-child(4n)){
	margin-right: 20px;
}

.group_big_items {
	background: #fff;
}
.group_big_contents {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.group_big_img {
	width: 241px;
	height: 180px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.group_big_img img {
	object-fit: cover;
}
.group_big_logo{
	width: 241px;
	text-align: center;
}
.group_big_logo_box {
	display: flex;
	align-items: center;
	width: 482px;
	justify-content: space-between;
}
.group_big_txt {
	width: 482px;
}
.group_big_txt .company {
	font-size: var(--size_1l);
	font-weight: 700;
	margin-bottom: 6px;
}
.group_big_txt .comment {
	font-size: var(--size_2l);
	font-weight: 700;
	color: var(--key);
	margin-bottom: 10px;
}
a.group_big_btn {
	background: var(--key);
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-size: var(--size_3l);
	font-weight: 700;
}

a.group_big_btn:hover{
	opacity: 0.7;
}
/*====================
collaboration
 ====================*/
 section.contents.top_collaboration {
	padding-top: 0;
}
.collaboration_image {
	background-image: url(../img/top_collaboration_main.jpg);
}
.collaboration_image h2 {
	background-image: url(../img/top_collaboration_main.jpg);
	background-repeat:no-repeat ;
	height: 597px;
	background-position: center;
	margin-bottom: 50px;
	color: #fff;
	font-size: 53px;
	font-weight: 200;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.collaboration_business{
	padding-top: 10px;
}
ul.collaboration_business li {
	background: var(--key_thin);
	border: 1px solid var(--key);
	text-align: center;
	font-size: var(--size_2l);
	padding: 1.2rem;
	font-weight: 700;
}
/*====================
flow
 ====================*/
 section.contents.top_flow.text_bg {
	background: #EAF7FB !important;
}
.top_flow_item {
	border: 1px solid #549FD1;
	background-color: #fff;
	position: relative;
}
.top_flow_item:not(:last-child):before{
	position: absolute;
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: var(--flow);
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 15px 20px;
	border-top-color: currentColor;
	border-bottom: 0;
	bottom: -40px;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0);
}
.flow_title {
	display: flex;
	background: #C3F0FC;
	height: 60px;
	align-items: center;
	position: relative;
}
.flow_title h3 {
	padding-left: 60px;
}
.flow_title h3 span{
	font-size: var(--size_m);
	font-weight: 400;
	padding-left: 30px;
}
.flow_title .number{
	background-color: #549FD1;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	color: #fff;
	position: absolute;
	top: -10px;
	left: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--size_5l);
	font-weight: 700;
}
.flow_contents {
	padding: 20px;
}
.flow_contents .third_item{
	width: calc((100% - 40px) / 2);
}
.flow_comment .balloon {
	position: relative;
	background: #549FD1;
	border-radius: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 24px;
	color: #fff;
	font-weight: 700;
	font-size: var(--size_1l);
}
.flow_comment .balloon:before{
content: "";
position: absolute;
top: 50%;
left: -30px;
margin-top: -15px;
border: 15px solid transparent;
border-right: 25px solid #549FD1;
}
/*====================
information
 ====================*/

.information_main_box  {
	margin-bottom: 1rem;
}
.information_main_box > p{
	word-break: break-all;
}
ul.top_information_box li {
	width: calc((100% - 80px) / 3);
	margin-bottom: 60px;
}
ul.top_information_box li:not(:nth-child(3n)){
	margin-right: 40px;
}
.information_main_box figure {
	margin-bottom: 10px;
}
.information_main_box figure a{

}
.information_main_box figure img{
	height: 240px;
	object-fit: cover;
}
@media (orientation: landscape) and (max-width: 767px){
	.information_main_box figure img{
		height: 400px;
	}
}


.information_main_box p{

}
/*====================
top_contact
 ====================*/
 .top_contact {
	color: #fff;
}
.top_contact .title_box.top_title_box {
	color: #fff;
}
.top_contact .title_box.top_title_box h2:before {
	background: var(--key_thin);
}
p.footer_tel {
	font-size: var(--size_5l);
	font-weight: 700;
}
p.footer_tel a{
	color: #fff;
}
p.footer_tel span{
	font-size: var(--size_2l);
}
h4.icon_tel:before{
	content: "";
	background-image: url(../img/icon_tel.svg);
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

h4.icon_mail:before{
	content: "";
	background-image: url(../img/icon_mail.svg);
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.icon_mail_fixed:before{
	content: "";
	background-image: url(../img/icon_mail_dark.svg);
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.footer_title_box h4 {
	color: #fff;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	margin-bottom: 1.4rem;
}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
詳細
 ====================*/
 .detail_img {
	margin-bottom: 1rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail_img img {
	object-fit: cover;
	max-height: 600px;
}
 .pdf_link li a {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.pdf_link li a::before {
  content: "";
  background-image: url(../img/icon_pdf.svg);
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.detail_box a {
	word-wrap: break-word;
}


/*====================
Property information
 ====================*/
p.preparation {
	background: #fff;
	border: 1px solid #999;
	padding: 20px;
	text-align: center;
	font-size: 1.4em;
	width: 75%;
	margin: 0 auto;
}
/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: -80px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 14px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1em 0px;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
 section.pages_header {
	background-image: url(../img/pages_header_bg.jpg);
	background-position: center;
	background-size: cover;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	white-space: nowrap;
}

h1.pages-h1 {
}
h2.pages-h2 {
  font-size: var(--size_4l);
}
h3.pages-h3 {
  font-size: var(--size_3l);
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: var(--key);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
h4.pages-h4 {
  font-size: var(--size_2l);
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--key);
  padding-left: 0.5em;
  margin-bottom: 1em;
}
h5.pages-h5 {
  font-size: var(--size_1l);
  margin-bottom: 0.5em;
}
p.catch {
	font-size: var(--size_2l);
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 60px;
}
p.read {
  font-size: var(--size_r);

}
p.detail {
  font-size: var(--size_1s);
}

table.office-table {
	margin: 20px auto;
	width: 100%;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 30px 10px;
	border-right: none;
	border-left: none;
}
.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
	border-right: none;
}
section.contents {
	padding: 80px 0px;
}

/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3em;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 30px auto;
  background-color: #f6f6f6;
}
.info .topics{
  margin-bottom: 1em;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1em;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid #C7383A;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
