@charset "utf-8";

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	position: relative;
	background-color: #f6f6f6;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../img/bg.png);
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 2.0em;
	color: #000;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.nobg {
	background-image:none;
	background-color: #f6f6f6;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
}

a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

a img {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
}

a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.bold {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.margin_top_t {
	margin-top: 100px!importsnt;
}

/*ヘッダーメニュー*/
nav.TopMenu {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	height: 100px;
	line-height: 100px;
}

ul.pc_nav {
	float: left;
	height: 100px;
	padding: 0 10px;
}

ul.pc_nav li {
	display: inline-block;
}

ul.pc_nav li a {
	display: block;
	color: #000;
	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
	height: 100%;
	padding: 0 10px;
}

.top_mail {
	position: relative;
	display: inline-block;
	height: 100px;
	width: 200px;
	background-color: #329de0;
	margin-left: 10px;
}

.top_mail a {
	display: block;
	height: 100px;
	width: 200px;
	color: #fff;
	padding: 0 0 0 67px;
	font-family: YuMincho, 'Yu Mincho', serif;
	background-image: url(../img/mail_icon.png);
	background-repeat: no-repeat;
	background-size: 25px 17px;
	background-position: 20% 50%;
}

.top_mail img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 25px;
}


#nav_wrapp {
	position: relative;
	max-width: 1000px;
	width: 100%;
	height: 490px;
	margin: 15% auto 0;
}


header {
	position: relative;
	padding: 0;
	width: 100%;
	height: 100px;
	z-index: 10000;
	background-color: #f6f6f6;
}

header h1 {
	position: relative;
	display: inline-block;
	width: 280px;
	height: 90px;
}

#logo {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 228px;
	margin: auto;
}

header.scroll {
	left: 0;
	top: 0;
	position: fixed;
	z-index: 10000;
}

header.scroll h1 {
	position: relative;
	display: inline-block;
	background-color: transparent;
	width: 280px;
	height: 100px;
}

header.scroll #logo {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 228px;
	margin: auto;
}

header.scroll nav.TopMenu {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	height: 100px;
	line-height: 100px;

}

.NavMenu {
	display: none;
}

header.scroll .NavMenu {
	display: none;
}


#kirikae {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 1px;
}



/*footer*/
#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 370px;
	margin: 200px 0 0 0;
	text-align: center;
	padding: 0;
	overflow: hidden;
	background-color: #134688;
	color: #fff;
}

#footer_inner {
	position: relative;
	width: calc(100% - 100px);
	margin: 0 50px;
	height: 100%;
}

.footer_txt {
	width: 400px;
	text-align: left;
	margin: 58px 0 0 0;
	font-size: 14px;
	line-height: 1.6em;
}

#footer_pp_link {
	color: #fff;
	margin: 108px 0 22px 0;
}

.footer_add {
	line-height: 2.0em;
}

.footer_add a {
	color: #fff;
}

.bottom_logo {
	width: 230px;
	margin-bottom: 18px;
}

.bottom_nav {
	position: relative;
	display: flex;
	text-align: left;
	float: right;
	font-size: 16px;
	white-space: nowrap
}

.bottom_nav li {
	display: inline-block;
	padding: 0;
	margin: 15px 0 0 27px;
	line-height: 1em;
	white-space: nowrap;
	font-size: 16px;
	font-family: YuMincho, 'Yu Mincho', serif;
}

.bottom_nav a {
	color: #fff;
}

a.footer_contact {
	position: absolute;
	top: 70px;
	right: 0;
	display: block;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 20px;
	background-color: #265591;
	width: 350px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	border-radius: 45px;
}

a.footer_contact img {
	position: relative;
	top: 4px;
	width: 30px;
	margin-right: 5px;
}

#footer_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 76px;
	line-height: 76px;
	border-top: 1px solid #285895;
	padding: 0 50px;
}

.copyright {
	float: left;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	bottom: -2px;
	right: 0;
}

.footer_pp {
	float: right;
	text-align: left;
	font-size: 14px;
	font-family: YuMincho, 'Yu Mincho', serif;
}

.footer_pp a {
	color: #fff;
}


/*Home*/
#mv_wrapp {
	position: relative;
	width: 100%;
	height: 100vh;
	/*aspect-ratio: 7 / 4;*/
}

#mv {
	position: absolute;
	top: 0;
	right: 0;
	width: 71.4%;
	height: 100%;
	background-image: url(../img/mv.jpg);
	background-position: center;
	background-size: cover;
	overflow: hidden;
	margin: 0;
}

.video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

.video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#mv_txt_wrapp{
	position: relative;
	display: inline-block;
	width: 28.6%;
	height:calc(100% - 100px);
}
#mv_txt {
	position: absolute;
	width:220px;
	height:390px;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	font-size: 40px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: 300;
	color: #000;
	line-height: 1.9em;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

/*Concept*/
#concept_wrap {
	position: relative;
	width: 100%;
	margin: 200px auto 0;
	max-width: 1200px;
	padding-bottom: 4.8%;
}
#concept_photo01 {
	position: relative;
	width: 41.6%;
}

#concept_photo02 {
	position: absolute;
	left: 28.3%;
	bottom: 0;
	width: 21.6%;
}

#concept_txt_wrapp {
	position: absolute;
	top: 20%;
	right: 0;
	width: 483px;
}

#concept_txt_wrapp h2 {
	position: relative;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.1em;
	height: 85px;
}

#concept_txt_wrapp h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 14px;
	letter-spacing: 0;
}

#concept_txt_wrapp h2::before {
	position: absolute;
	top: 46px;
	left: 0;
	content: "";
	background-color: #000;
	height: 1px;
	width: 20px;
}

.concept_txt01 {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 34px;
	line-height: 1.7em;
	margin-top: 16px;
}

.concept_txt02 {
	margin-top: 20px;
	font-size: 14px;
}

.concept_txt_outline {
	position: absolute;
	right: -1%;
	bottom: 15%;
	font-family: adobe-garamond-pro, serif;
	font-size: 200px;
	text-stroke: 1px #c6d6e1;
	-webkit-text-stroke: 1px #c6d6e1;
	letter-spacing: 0.03em;
	color: rgba(0, 0, 0, 0);
}

/*News*/
#news_content {
	position: relative;
	width: 100%;
	margin: 200px auto 0;
	max-width: 1200px;
	overflow: hidden;
}

#news_content h2 {
	position: relative;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.1em;
	height: 85px;
}

#news_content h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 14px;
	letter-spacing: 0;
}

#news_content h2::before {
	position: absolute;
	top: 46px;
	left: 0;
	content: "";
	background-color: #000;
	height: 1px;
	width: 20px;
}

#news_left_wrapp {
	position: relative;
	float: left;
	width: 29%;
	height: 350px;
}

#news_btn_wrapp {
	display: none;
}

#news_left_wrapp a {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #329de0;
	background-image: url(../img/more_arw.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 95% 50%;
	color: #fff;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	height: 60px;
	width: 100%;
	line-height: 60px;
	border-radius: 30px;
	padding-left: 25px;
}

#news_table {
	float: right;
	position: relative;
	width: 66.6%;
	margin: 0;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8em;
}

#news_table td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	width: calc(100% - 140px);
	background-image: url(../img/news_arw.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 97% 50%;
}

#news_table td a {
	display: block;
	width: 100%;
	padding: 22px 0;
}

#news_table th {
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	width: 140px;
	padding: 22px 0 22px 20px;
	vertical-align: top;
}


/*Business*/
#business_content {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 200px auto 0;
	background-image: url(../img/business_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#business_content_wrapp {
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

#business_txt_wrapp {
	position: relative;
	float: right;
	width: 37.6%;
	margin-top: 220px;
}

#business_txt_wrapp h2 {
	position: relative;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.1em;
	height: 85px;
	color: #fff;
}

#business_txt_wrapp h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 14px;
	letter-spacing: 0;
}

#business_txt_wrapp h2::before {
	position: absolute;
	top: 46px;
	left: 0;
	content: "";
	background-color: #f6f6f6;
	height: 1px;
	width: 20px;
}

.business_txt01 {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 30px;
	line-height: 1.7em;
	margin-top: 16px;
	color: #fff;
}

.business_txt02 {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}

.business_txt_outline {
	position: absolute;
	left: 30px;
	top: 370px;
	font-family: adobe-garamond-pro, serif;
	font-size: 200px;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.15);
}

/*Property*/
#property_content {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 275px;
	margin-bottom: 300px;
}

#property_content_wrapp {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #d8e4ed;
	margin-top: 100px;
	z-index: 0;
	aspect-ratio: 1400 / 570;
}

#property_innner {
	display:block;
	position: relative;
	max-width: none;
	float:right;
	width: 42%;
	height:100%;
	min-height:400px;
	margin: 0;
}

#property_content_left {
	position: relative;
	top: 0;
	width: 50%;
	aspect-ratio: 700 / 570;
	background-image: url(../img/property_photo00.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

#property_content_right {
	position: absolute;
	text-align:left;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 534px;
	height:400px;
	margin:auto;
}

#property_content_right h2 {
	position: relative;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.1em;
	height: 85px;
}

#property_content_right h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 14px;
	letter-spacing: 0;
}

#property_content_right h2::before {
	position: absolute;
	top: 46px;
	left: 0;
	content: "";
	background-color: #000;
	height: 1px;
	width: 20px;
}

.property_txt01 {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 30px;
	line-height: 1.7em;
	margin-top: 16px;
}

.property_txt02 {
	margin-top: 20px;
	font-size: 14px;
}

.property_txt_outline {
	position: absolute;
	right: 3%;
	top: -23px;
	font-family: adobe-garamond-pro, serif;
	font-size: 200px;
	text-stroke: 1px #c6d6e1;
	-webkit-text-stroke: 1px #c6d6e1;
	letter-spacing: 0.03em;
	color: rgba(0, 0, 0, 0);
	z-index: 1;
	white-space: nowrap
}

#property_content_right a {
	position: relative;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #329de0;
	background-image: url(../img/more_arw.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 95% 50%;
	color: #fff;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	height: 60px;
	width: 350px;
	line-height: 60px;
	border-radius: 30px;
	padding-left: 25px;
	margin-top: 35px;
}

/*company*/

#company {
	width: 100%;
	height: 1px;
	float: left;
	display: block;
	padding-top: 200px;
	margin-top: -200px;
}

#company_content {
	position: relative;
	clear: both;
	max-width: 785px;
	width: 100%;
	margin: 0 auto;
}


#company_content_table {
	width: 100%;
	margin: 70px 0;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8em;
}

#company_content_table td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	padding: 17px 0 15px;
	width: calc(100% - 160px);
}

#company_content_table td a {
	text-decoration: underline;
}

#company_content_table th {
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	width: 160px;
	padding: 17px 0 15px 17px;
	vertical-align: top;
}

#company_content h2 {
	position: relative;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.1em;
	height: 85px;
	text-align: center;
}

#company_content h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 14px;
	line-height: 1.0em;
	letter-spacing: 0;
}

#company_content h2::before {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background-color: #000;
	height: 1px;
	width: 20px;
}


/*Philosophy*/
#philosophy_content {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 220px;
	margin-bottom: 340px;
}

#philosophy_content_wrapp {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #d8e4ed;
	margin-top: 100px;
	z-index: 0;
	aspect-ratio: 1400 / 570;
}

#philosophy_innner {
	position: relative;
	float:left;
	max-width: none;
	width: 50%;
	height:100%;
	margin: 0;
	overflow:hidden;
}

#philosophy_content_left {
	position: relative;
	float: right;
	top: 0;
	width: 50%;
	aspect-ratio: 700 / 570;
	background-image: url(../img/philosophy_photo01.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

#philosophy_content_right {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	display: block;
	width: 420px;
	height: 260px;
	white-space: nowrap;

}

#philosophy_content_right h2 {
	position: relative;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.1em;
	height: 85px;
}

#philosophy_content_right h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 14px;
	letter-spacing: 0;
}

#philosophy_content_right h2::before {
	position: absolute;
	top: 46px;
	left: 0;
	content: "";
	background-color: #000;
	height: 1px;
	width: 20px;
}

.philosophy_txt01 {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 30px;
	line-height: 1.7em;
	margin-top: 16px;
}

.philosophy_txt02 {
	margin-top: 20px;
	font-size: 14px;
}

.philosophy_txt_outline {
	position: absolute;
	top: -23px;
	left: 5%;
	font-family: adobe-garamond-pro, serif;
	font-size: 200px;
	text-stroke: 1px #c6d6e1;
	-webkit-text-stroke: 1px #c6d6e1;
	letter-spacing: 0.03em;
	color: rgba(0, 0, 0, 0);
	z-index: 1;
	white-space: nowrap margin:0 auto;
	text-align: left;
}


/*Recruit*/
#recruit_content {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

#recruit_content_wrapp {
	position: relative;
	top: -27px;
	right: 0;
	width: 100%;
	min-height: 550px;
	background-color: #d8e4ed;
	margin-top: 100px;
	z-index: 0;
	aspect-ratio: 1400 / 570;
}

#recruit_innner {
	display:block;
	position: relative;
	max-width: none;
	float:right;
	width: 42%;
	height:100%;
	min-height:400px;
	margin: 0;
}

#recruit_content_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	aspect-ratio: 700 / 570;
	background-image: url(../img/recruit_photo01.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

#recruit_content_right {
	position: absolute;
	text-align:left;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 600px;
	height:450px;
	margin:auto;
}

#recruit_content_right h2 {
	position: relative;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.1em;
	height: 85px;
}

#recruit_content_right h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 14px;
	letter-spacing: 0;
}

#recruit_content_right h2::before {
	position: absolute;
	top: 46px;
	left: 0;
	content: "";
	background-color: #000;
	height: 1px;
	width: 20px;
}

.recruit_txt01 {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 30px;
	line-height: 1.7em;
	margin-top: 16px;
}

.recruit_txt02 {
	margin-top: 20px;
	font-size: 14px;
}

.recruit_txt_outline {
	position: absolute;
	right: 3%;
	top: 28px;
	font-family: adobe-garamond-pro, serif;
	font-size: 200px;
	text-stroke: 1px #c6d6e1;
	-webkit-text-stroke: 1px #c6d6e1;
	letter-spacing: 0.03em;
	color: rgba(0, 0, 0, 0);
	z-index: 1;
	white-space: nowrap
}

#recruit_content_right a {
	position: relative;
	display: block;
	background-color: #329de0;
	background-image: url(../img/more_arw.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 95% 50%;
	color: #fff;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	height: 60px;
	width: 350px;
	line-height: 60px;
	border-radius: 30px;
	padding-left: 25px;
	margin-top: 35px;
}



/*下層共通*/

.margin_top {
	margin-top: 100px;
}

#lower_mv_wrapp {
	position: relative;
	width: 100%;
	height: 610px;
	/*aspect-ratio: 7 / 4;*/
	margin-bottom: 100px;
}

#lower_mv_wrapp2 {
	position: relative;
	width: 100%;
	height: 610px;
	margin-bottom: -15px;
}


#lower_midashi {
	position: absolute;
	top: 49%;
	left: -120px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100px;
	color: #fff;
	letter-spacing: 0.05em;
}

#lower_midashi p {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 20px;
	margin-top: 40px;
	margin-left: 2px;
	letter-spacing: 0.025em;
}


#lower_wrapp {
	clear: both;
	position: relative;
	min-height: 510px;
	width: 78.5%;
	padding: 75px 7%;
	margin: 150px 10.75% -60px;
	z-index: 2;
	border-radius: 20px;
}


/*事業実績ページ*/

#property_mv {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/property_mv.jpg);
	background-position: left center;
	background-size: cover;
}

#property_mv_bg {
	position: absolute;
	top: 70px;
	left: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/property_mv_bg.jpg);
	background-position: left center;
	background-size: cover;
}



#property_wrapp {
	clear: both;
	position: relative;
	min-height: 510px;
	width: 78.5%;
	padding: 0;
	margin: 120px 10.75% -90px;
	z-index: 2;
}


#property_wrapp h3 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: normal;
	margin-bottom: 36px;
}

#property_txt01 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 2.2em;
}

#property_note {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 43px;
}

#preperty_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#preperty_content li {
	width: 48.1%;
	list-style: none;
	margin-bottom: 2.9%;
	text-align: left;
}

#preperty_content li img {
	width: 100%;
}

.preperty_content_txt01 {
	font-size: 24px;
	font-family: YuMincho, 'Yu Mincho', serif;
	line-height: 2.0em;
}

.preperty_content_txt02 {
	font-size: 14px;
	line-height: 1.8em;
}





/*リクルートページ*/

#recruit_mv {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/recruit_mv.jpg);
	background-position: left center;
	background-size: cover;
}

#recruit_mv_bg {
	position: absolute;
	top: 70px;
	left: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/recruit_mv_bg.jpg);
	background-position: left center;
	background-size: cover;
}


.recruit_table {
	width: 100%;
	margin: 35px 0 70px;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8em;
}

.recruit_table td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	padding: 18px 0;
	width: calc(100% - 160px);
}

.recruit_table th {
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	width: 160px;
	padding: 18px 0 17px 10px;
	vertical-align: top;
}

#lower_wrapp h3 {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 16px;
	font-weight: normal;
}

#lower_wrapp h3 span {
	position: relative;
	top: 4px;
	font-size: 30px;
	padding-left: 35px;
}

#lower_wrapp h3 span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 7px;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #2f608e;
}

.recruit_table2 {
	border: none;
	margin: 0;
}

.recruit_table2 th {
	border: none;
	width: 85px;
	padding: 0;
}

.recruit_table2 td {
	border: none;
	width: calc(100% - 85px);
	padding: 0;
}

a.entry_btn {

	display: block;
	background-color: #329de0;
	background-image: url(../img/more_arw.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 95% 50%;
	color: #fff;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	height: 70px;
	width: 350px;
	line-height: 74px;
	border-radius: 35px;
	text-align: center;
	margin: 0 auto -67px;
}



/*プライバシーポリシー*/


#privacy_mv {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/privacy_mv.jpg);
	background-position: left center;
	background-size: cover;
}

#privacy_mv_bg {
	position: absolute;
	top: 70px;
	left: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/privacy_mv_bg.jpg);
	background-position: left center;
	background-size: cover;
}


#pp_lower_wrapp {
	clear: both;
	position: relative;
	min-height: 510px;
	width: 78.5%;
	background-color: #f6f6f6;
	padding: 75px 7% 0;
	margin: 150px 10.75% -72px;
	z-index: 2;
	border-radius: 20px;
	font-size: 14px;
}

#pp_lower_wrapp p {
	margin-bottom: 1.0em;
}

#pp_lower_wrapp h3 {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 1.3em;
	margin-bottom: 0.4em;
}



/*お問い合わせ*/
#contact_mv {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/contact_mv.jpg);
	background-position: left center;
	background-size: cover;
}

#contact_mv_bg {
	position: absolute;
	top: 70px;
	left: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/contact_mv_bg.jpg);
	background-position: left center;
	background-size: cover;
}

#contact_lower_wrapp {
	clear: both;
	position: relative;
	width: 78.5%;
	background-color: #f6f6f6;
	padding: 75px 7% 0;
	margin: 150px 10.75% -50px;
	z-index: 2;
	border-radius: 20px;
	font-size: 14px;
}

#form_note {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
	font-size: 14px;
}

#form_note span {
	color: #cc0000;
}

.form_table {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.76em;
	border-collapse: collapse;
}

.form_table th {
	vertical-align: top;
	width: 220px;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	padding: 13px 0 18px;
}

.form_table td {
	width: calc(100% - 220px);
	padding: 13px 0 18px;
	font-size: 14px;
	font-weight: 300;
}

.form_table th span {
	position: relative;
	top: -3px;
	display: inline-block;
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	margin-left: 0.7em;
	background-color: #ffa826;
	width: 32px;
	height: 18px;
	line-height: 18px;
	border-radius: 4px;
	text-align: center;
}

.custom-select {
	position: relative;
	width: 100px;
}


.form_table td input[type="radio"] {
	margin-right: 6px;
	transform: scale(1.3);
}

.form_table td label {
	margin-right: 20px;
}

.form_table td input[type="text"] {
	padding: 9px 15px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
}

.form_table td input[type="mail"] {
	padding: 9px 15px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
}


.form_table td textarea {
	width: 90%;
	height: 250px;
	padding: 9px 15px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
}

.form_table input[type="checkbox"] {
	display: inline;
	width: 1px;
	border-color: #f8f8f8;
	opacity: 0;
}

::placeholder {
	color: #ddd;
}

.f_short {
	width: 20%;
}

.f_middle {
	width: 50%;
}

.f_long {
	width: 90%;
}

#pp_txt2 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin: 20px 0 40px;
}

#pp_txt2 a {
	text-decoration: underline;
}

.submit_wrapp {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top:5%;
}

.submit_btn {
	display: inline-block;
	background-color: #329de0;
	background-image: url(../img/more_arw.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 95% 50%;
	color: #fff;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	height: 70px;
	width: 350px;
	line-height: 74px;
	border-radius: 35px;
	margin-top: 8px;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	text-align: center;
}


.submit_btn:hover {
	opacity: 0.6;
}


.back_btn {
	display: inline-block;
	height: 65px;
	width: 170px;
	background-color: #bbb;
	color: #fff;
	font-size: 20px;
	border-radius: 33px;
	margin: 0 auto;
}

.back_btn:hover {
	opacity: 0.6;
}

/*Newsインデックスページ*/

#news_mv {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/news_mv.jpg);
	background-position: left center;
	background-size: cover;
}

#news_mv_bg {
	position: absolute;
	top: 70px;
	left: 0;
	width: calc(100% - 200px);
	height: 100%;
	background-image: url(../img/news_mv_bg.jpg);
	background-position: left center;
	background-size: cover;
}

#news_lower_wrapp {
	clear: both;
	position: relative;
	min-height: 510px;
	width: 78.5%;
	max-width: 800px;
	padding: 50px 0 0;
	margin: 150px auto -50px;
	z-index: 2;
	border-radius: 20px;
}
#news_lower_wrapp2 {
	clear: both;
	position: relative;
	width: 90%;
	max-width: 900px;
	padding: 50px 0 0;
	margin: 150px auto -50px;
	z-index: 2;
	border-radius: 20px;
}



#wp_news_table {
	width: 100%;
	margin: 35px 0 80px;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8em;
}

#wp_news_table td {
	position: relative;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	padding: 22px 40px 22px 0;
	width: calc(100% - 150px);
	background-image: url(../img/news_arw.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 98.6% 50%;
}

#wp_news_table td a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#wp_news_table td:hover {
	opacity: .5;
}

#wp_news_table th {
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	width: 150px;
	padding: 22px 0 22px 15px;
	vertical-align: top;
}

/*ページャー*/

.pager_01 {
	clear: both;
	font-size: 16px;
	text-align: center;
	margin-top: 40px;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
}

.pager_01 a.page_numbers {
	padding: 7px 13px;
	background: #eaeaea;
	color: #134688;
	margin: 0 2px;
	transition: all 0.3s ease;
	width: 35px;
	height: 35px;
}

.pager_01 a.page_numbers:hover {
	background: #134688;
	color: #fff;
}

.pager_01 span.current {
	padding: 7px 13px;
	background: #134688;
	color: #fff;
	margin: 0 2px;
}

.pager_01 a.prev,
.pager_01 a.next {
	color: #134688;
	padding: 0 10px;
	background: none;
	letter-spacing: 0.05em;
}

.pager_01 a.prev:hover,
.pager_01 a.next:hover {
	background: none;
	color: #000;
}

.topics_article {
	width: 900px;
	margin: 0 auto 50px;
	font-size: 14px;
}

.topics_date {
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 27px;
}

.topics_h3_01 {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 24px;
	letter-spacing: -0.1em;
}

.pager_02 {
	width: 900px;
	margin: 80px auto 0;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}

.pager_02 a {
	color: #134688;
}

/*______________________________________767px以上_______________________________________________*/
@media screen and (min-width: 767px) {

	/*ウィンドウ幅が767px以上の場合に適用*/
	.pc_content {
		display: block;
	}

	.sp_content {
		display: none;
	}

}