@charset "utf-8";

/*ウィンドウ幅が最大767pxまでの場合に適用*/
@media print,
screen and (max-width: 767px) {



	.margin_top {
		margin-top: 60px;
	}

	.pc_content {
		display: none;
	}

	.sp_content {
		display: block;
	}

	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_sp.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;
	}


	/*PCヘッダーメニュー非表示*/
	nav.TopMenu {
		display: none;
	}

	header.scroll nav.TopMenu {
		display: none;
	}

	/*ハンバーガーメニュー*/
	nav.NavMenu {
		display: block;
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		background-color: #134688;
		background-image: url(../img/navi_sp.jpg);
		background-size: cover;
		color: #fff;
		text-align: center;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 400;
		width: 100%;
		height: 100vh;
		transform: translateY(-100%);
		transition: all 0.6s;
		opacity: 0;
	}

	nav.NavMenu ul li {
		font-size: 1.0em;
		list-style-type: none;
		padding: 0;
		width: 100%;
	}

	nav.NavMenu ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
		/*最後のメニュー項目のみ下線を消す*/
	}

	nav.NavMenu ul li a {
		display: block;
		/*クリックできる領域を広げる*/
		color: #fff;
		padding: 0;
		text-decoration: none;
		z-index: 2;
	}

	nav.NavMenu.active {
		transform: translateY(0%);
		opacity: 1.0;
		/*ナビを表示する*/
	}

	.Toggle {
		display: block;
		position: absolute;
		/* bodyに対しての絶対位置指定 */
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 3;
		background-color: #329de0;
	}

	.Toggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 2px #fff;
		-webkit-transition: .35s ease-in-out;
		/*変化の速度を指定*/
		-moz-transition: .35s ease-in-out;
		/*変化の速度を指定*/
		transition: .35s ease-in-out;
		/*変化の速度を指定*/
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.Toggle span:nth-child(1) {
		top: 23px;
	}

	.Toggle span:nth-child(2) {
		top: 33px;
	}

	.Toggle.active {
		position: fixed;
		background-color: #275591;
	}

	/* 最初のspanをマイナス45度に */
	.Toggle.active span:nth-child(1) {
		top: 29px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-color: #fff;
	}

	/* 2番目のspanを45度に */
	.Toggle.active span:nth-child(2) {
		top: 29px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border-color: #fff;
	}

	#NavMenu_inner {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 460px;
	}


	#NavMenu_inner .bottom_logo {
		width: 67%;
		margin-bottom: 22px;
	}


	#NavMenu_inner .nav_content {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: left;
		float: none;
		font-size: 16px;
		width: 70%;
		margin: 0 15%;
	}

	#NavMenu_inner .nav_content li {
		display: block;
		padding: 0;
		margin: 0;
		line-height: 1em;
		white-space: nowrap;
		font-size: 16px;
		width: 33%;
		margin-bottom: 1.0em;
		font-family: YuMincho, 'Yu Mincho', serif;
		text-align: center;
	}

	#NavMenu_inner .nav_content a {
		color: #fff;
	}

	#NavMenu_inner .nav_content2 {
		width: 80%;
		margin: 0 10%;
		font-size: 12px;
	}


	#NavMenu_inner a.sp_navi_contact {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		font-family: YuMincho, 'Yu Mincho', serif;
		font-size: 18px;
		background-color: #275591;
		width: 66%;
		height: 60px;
		line-height: 60px;
		color: #fff;
		border-radius: 45px;
		margin: 20px 17% 26px;
	}

	#NavMenu_inner a.sp_navi_contact img {
		position: relative;
		top: 2px;
		width: 25px;
		margin-right: 10px;
	}

	#NavMenu_inner .navi_pp {
		float: none;
		text-align: center;
		font-size: 12px;
		font-family: YuMincho, 'Yu Mincho', serif;
		margin-top: 10px;
	}

	#NavMenu_inner .navi_pp a {
		color: #fff;
		text-decoration: none;
	}


	#NavMenu_inner .copyright {
		float: none;
		font-family: "adobe-garamond-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 11px;
		color: #fff;
		bottom: auto;
		right: auto;
		margin-top: 10px;
	}


	header {
		position: relative;
		padding: 0;
		width: 100%;
		height: 60px;
		z-index: 10000;
		background: none;
	}

	header h1 {
		position: relative;
		display: inline-block;
		width: 38%;
		height: 60px;
		margin-left: 5%;
	}

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

	header.scroll {
		left: 0;
		top: 0;
		position: fixed;
		z-index: 9999;
		background-color: #f6f6f6;
	}

	header.scroll h1 {
		position: relative;
		display: inline-block;
		width: 38%;
		height: 60px;
		margin-left: 5%;
	}

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

	header.scroll nav.TopMenu {
		display: none;

	}


	.NavMenu {
		display: inline;
	}

	header.scroll .NavMenu {
		display: inline;
	}


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



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

	#footer a {
		color: #fff;
	}

	#footer_inner {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.footer_txt {
		width: 100%;
		text-align: center;
		margin: 33px 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;
		font-size: 13px;
	}

	.footer_add a {
		color: #fff;
		text-decoration: underline;
	}

	.bottom_logo {
		width: 46%;
		margin: 0 0 18px 0;
	}

	.bottom_nav {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: left;
		float: none;
		font-size: 16px;
		width: 74%;
		margin: 0 13%;
	}

	.bottom_nav li {
		display: block;
		padding: 0;
		margin: 0;
		line-height: 1em;
		white-space: nowrap;
		font-size: 16px;
		width: 33%;
		margin-bottom: 1.0em;
		font-family: YuMincho, 'Yu Mincho', serif;
		text-align: center;
	}

	.bottom_nav li:first-child {
		padding-right: 1.0em;
	}

	.bottom_nav a {
		color: #fff;
	}

	a.footer_contact {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		font-family: YuMincho, 'Yu Mincho', serif;
		font-size: 18px;
		background-color: #275591;
		width: 66%;
		height: 60px;
		line-height: 60px;
		color: #fff;
		border-radius: 45px;
		margin: 20px 17% 0;
	}

	a.footer_contact img {
		position: relative;
		top: 2px;
		width: 25px;
		margin-right: 10px;
	}

	#footer_bottom {
		position: relative;
		bottom: auto;
		width: 100%;
		height: auto;
		line-height: 2.2em;
		border-top: none;
		padding: 0;
		margin: 0;
	}

	.copyright {
		float: left;
		font-family: "adobe-garamond-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 12px;
		text-align: center;
		color: #fff;
		bottom: auto;
		right: auto;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.footer_pp {
		float: right;
		text-align: center;
		font-size: 12px;
		font-family: YuMincho, 'Yu Mincho', serif;
		width: 100%;
		margin-top: 4px;
	}

	.footer_pp a {
		color: #fff;
	}


	/*Home*/
	#mv_wrapp {
		position: relative;
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}
	.video-box {
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}

	.video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	}
	#mv {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 55vh;
		background-image: url(../img/mv_sp.jpg);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		margin: 0;
	}
#mv_txt_wrapp{
	position: relative;
	display: inline-block;
	width: 100%;
	height:auto;
}
	#mv_txt {
		position: relative;
		width:auto;
		height:auto;
		display: block;
		top: auto;
		bottom:auto;
		left: auto;
		right:auto;
		height: calc(45vh - 60px);
		margin: auto;
		font-size:6.7vw;
		font-family: YuMincho, 'Yu Mincho', serif;
		font-weight: 300;
		color: #000;
		line-height: 1.9em;
		writing-mode: horizontal-tb;
		letter-spacing: 0.1em;
		vertical-align: middle;
	}

	#mv_txt span {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 76%;
		height: 157px;
		padding: 0;
	}


	/*Concept*/
	#concept_wrap {
		position: relative;
		width: 100%;
		margin: 10% auto 0;
		max-width: none;
		padding-bottom: 7%;
		overflow: hidden;
	}

	#concept_photo01 {
		position: relative;
		float: right;
		width: 59%;
		margin-top: 23%;
	}

	#concept_photo02 {
		position: absolute;
		left: 0;
		bottom: 30%;
		top: auto;
		width: 35%;
	}

	#concept_txt_wrapp {
		position: relative;
		top: auto;
		right: auto;
		width: 90%;
		margin: 7% 5% 10%;
	}

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

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

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

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

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

	.concept_txt_outline {
		position: absolute;
		right: 5%;
		top: auto;
		bottom: 49%;
		font-family: adobe-garamond-pro, serif;
		font-size: 80px;
		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: 90%;
		margin: 5% 5% 0;
		max-width: none;
		overflow: hidden;
	}

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

	#news_content h2 span {
		position: relative;
		top:3px;
		bottom: auto;
		left: auto;
		display: block;
		font-family: YuMincho, 'Yu Mincho', serif;
		font-size: 12px;
		letter-spacing: 0;
		text-align:center;
	}

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

	#news_left_wrapp {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
	}

	#news_left_wrapp a {
		display: none;
	}

	#news_btn_wrapp {
		display: block;
		width: 100%;
	}

	#news_btn_wrapp a {
		position: absolute;
		left: auto;
		right: 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: 70%;
		margin: 0 15%;
		line-height: 60px;
		border-radius: 30px;
		padding-left: 25px;
	}

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

	#news_table tr {
		position: relative;
		background-image: url(../img/news_arw.png);
		background-repeat: no-repeat;
		background-size: 30px;
		background-position: 97% 50%;
	}

	#news_table td {
		display: block;
		border-bottom: 1px solid #ddd;
		vertical-align: top;
		width: 100%;
		background: none;
	}

	#news_table td a {
		position: relative;
		top: -20px;
		display: block;
		width: 100%;
		padding: 18px 0 0;
	}

	#news_table th {
		display: block;
		border-bottom: none;
		text-align: left;
		font-weight: normal;
		width: 100%;
		padding: 18px 0 0;
		vertical-align: top;
	}


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

	#business_content_wrapp {
		position: relative;
		display: block;
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}

	#business_txt_wrapp {
		position: relative;
		float: right;
		width: 90%;
		margin: 30% 5% 0;
	}

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

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

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

	.business_txt01 {
		font-family: YuMincho, 'Yu Mincho', serif;
		font-size: 24px;
		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: 5%;
		top: 60px;
		font-family: adobe-garamond-pro, serif;
		font-size: 90px;
		letter-spacing: 0.03em;
		color: rgba(255, 255, 255, 0.15);
	}

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

	#property_content_wrapp {
		position: relative;
		display: inline;
		top: 0;
		right: 0;
		width: 100%;
		background-color: #f6f6f6;
		margin-top: 70px;
		z-index: 0;
		aspect-ratio: 1400 / 900;
	}

	#property_innner {
		position: relative;
		max-width: none;
		width: 100%;
		margin: 0 auto 20px;
	}

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

	#property_blue_bg {
		position: absolute;
		top: 5.2%;
		background-color: #d8e4ed;
		width: 100%;
		aspect-ratio: 1400 / 1000;
	}

	#property_content_right {
		position: relative;
		float: right;
		width: 90%;
		margin: 10% 5% 0;
	}

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

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

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

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

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

	.property_txt_outline {
		position: absolute;
		left: auto;
		right: 5%;
		top: -26px;
		font-family: adobe-garamond-pro, serif;
		font-size: 65px;
		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: 70%;
		line-height: 60px;
		border-radius: 30px;
		padding-left: 25px;
		margin: 35px 15% 0;
	}

	/*company*/

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

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

	#company_content_table {
		width: 90%;
		margin: 45px 5%;
		border-top: 1px solid #ddd;
		border-collapse: collapse;
		font-size: 13px;
		line-height: 1.8em;
	}

	#company_content_table td {
		border-bottom: 1px solid #ddd;
		vertical-align: top;
		padding: 13px 0 13px;
		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: 32%;
		padding: 13px 0 13px 10px;
		vertical-align: top;
	}

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

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

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


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


	#philosophy_blue_bg {
		position: absolute;
		top: 6.5%;
		background-color: #d8e4ed;
		width: 100%;
		aspect-ratio: 1400 / 1000;
	}


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

	#philosophy_innner {
		position: relative;
		clear:both;
		max-width: none;
		width: 100%;
		height:310px;
		margin: 0 auto;
		overflow:visible;
	}

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

	#philosophy_content_right {
		display: block;
		float: left;
		width: 90%;
		height: auto;
		margin: 70px 5% 0;
		white-space: normal;
	}

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

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

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

	.philosophy_txt01 {
		font-family: YuMincho, 'Yu Mincho', serif;
		font-size: 24px;
		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: 80px;
		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: 0;
		right: 0;
		width: 100%;
		min-height: auto;
		background: none;
		margin-top: 10%;
		z-index: 0;
		aspect-ratio: 1400 / 570;
	}

	#recruit_innner {
		position: relative;
		max-width: none;
		width: 100%;
		margin: 0 auto;
	}

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

	#recruit_blue_bg {
		position: absolute;
		top: 5.6%;
		background-color: #d8e4ed;
		width: 100%;
		aspect-ratio: 1400 / 1000;
	}

	#recruit_content_right {
		position: relative;
		float: right;
		width: 90%;
		margin: -1% 5% 0;
	}

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

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

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

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

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

	.recruit_txt_outline {
		position: absolute;
		left: auto;
		right:5%;
		top: -23px;
		font-family: adobe-garamond-pro, serif;
		font-size: 90px;
		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: 70%;
		line-height: 60px;
		border-radius: 30px;
		padding-left: 25px;
		margin: 35px 15% 0;
	}



	/*下層共通*/

	#lower_mv_wrapp {
		position: relative;
		width: 100%;
		height: auto;
		aspect-ratio: 14 / 10;
		margin-bottom: 0;
	}

	#lower_mv_wrapp2 {
		position: relative;
		width: 100%;
		height: auto;
		aspect-ratio: 14 / 10;
		margin-bottom: -15px;
	}


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

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

	#lower_wrapp {
		clear: both;
		position: relative;
		min-height: auto;
		width: 90%;
		padding: 0;
		margin: 0 5%;
		z-index: 2;
		border-radius: 20px;
	}


	/*事業実績ページ*/

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

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



	#property_wrapp {
		clear: both;
		position: relative;
		min-height: auto;
		width: 90%;
		padding: 0;
		margin: 0 5%;
		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: 100%;
		list-style: none;
		margin-bottom: 2.2%;
		text-align: left;
	}

	#preperty_content li img {
		width: 100%;
	}

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

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


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

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

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


	.recruit_table {
		width: 100%;
		margin: 35px 0 50px;
		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% - 100px);
	}

	.recruit_table th {
		border-bottom: 1px solid #ddd;
		text-align: left;
		font-weight: normal;
		width: 100px;
		padding: 18px 0 17px 6px;
		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: 26px;
		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: 80%;
		line-height: 74px;
		border-radius: 35px;
		text-align: center;
		margin: 0 10% 10px;
	}



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


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

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


	#pp_lower_wrapp {
		clear: both;
		position: relative;
		min-height: auto;
		width: 90%;
		background-color: #f6f6f6;
		padding: 0;
		margin: 10px 5% 50px;
		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: 86%;
		height: 200px;
		background-image: url(../img/contact_mv.jpg);
		background-position: left center;
		background-size: cover;
	}

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

	#contact_lower_wrapp {
		clear: both;
		position: relative;
		width: 90%;
		background-color: #f6f6f6;
		padding: 0;
		margin: 0 5%;
		z-index: 2;
		font-size: 14px;
	}

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

	#form_note span {
		color: #cc0000;
	}

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

	.form_table th {
		display: block;
		vertical-align: top;
		width: 100%;
		text-align: left;
		font-size: 16px;
		font-weight: 300;
		padding: 13px 0 0;
	}

	.form_table td {
		display: block;
		width: 100%;
		padding: 10px 0 15px;
		font-size: 14px;
		font-weight: 300;
	}

	.form_table th span {
		position: relative;
		top: -2spx;
		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: 100%;
		height: 200px;
		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: 100%;
	}

	.f_middle {
		width: 100%;
	}

	.f_long {
		width: 100%;
	}

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

	#pp_txt2 a {
		text-decoration: underline;
	}

	.submit_wrapp {
		position: relative;
		width: 100%;
		text-align: center;
		white-space: nowrap;
	}

	.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: 60px;
		width: 70%;
		line-height: 64px;
		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: 60px;
		width: 30%;
		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: 86%;
		height: 200px;
		background-image: url(../img/news_mv.jpg);
		background-position: left center;
		background-size: cover;
	}

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

	#news_lower_wrapp {
		clear: both;
		position: relative;
		min-height: auto;
		width: 90%;
		max-width: none;
		padding: 20px 0 0;
		margin: 0 5% 0;
		z-index: 2;
	}
	#news_lower_wrapp2 {
		clear: both;
		position: relative;
		min-height: auto;
		width: 90%;
		max-width: none;
		padding: 20px 0 0;
		margin: 0 5% 0;
		z-index: 2;
	}

	#wp_news_table {
		width: 100%;
		margin: 0 0 40px;
		border-top: 1px solid #ddd;
		border-collapse: collapse;
		font-size: 14px;
		line-height: 1.8em;
	}
	#wp_news_table tr{
		display:block;
		position: relative;
		vertical-align: top;
		padding: 0;
		width: 100%;
		background-image: url(../img/news_arw.png);
		background-repeat: no-repeat;
		background-size: 30px;
		background-position: 98.6% 50%;
		overflow:visible;
	}
	#wp_news_table td {
		display:block;
		position: static;
		border-bottom: 1px solid #ddd;
		vertical-align: top;
		padding: 0 45px 18px 0;
		width: 100%;
		background: none;
	}

	#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 {
		display:block;
		border-bottom: none;
		text-align: left;
		font-weight: normal;
		width: 100%;
		padding: 18px 0 0 0;
		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: 100%;
		margin: 0 auto 50px;
		font-size: 14px;
	}

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

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

	.pager_02 {
		width: 100%;
		margin: 50px 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;
	}




}