@charset "utf-8";
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
.delete{
	display: none;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
html, body, #container {
	height: 100%;
	background-color: #FCFAEE;
}
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	height: auto;
	vertical-align: middle;
	width: 100%;
}
.contentsBox .contentsBox-img{
	height: 18.6vw;
}
.contentsBox:hover{
	opacity: 0.8;
	filter: brightness(100%);
	background-color: white;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
}

#move_title {
	width: 100%;
	color:#fff;
	background: #93D79C;/*背景色*/

	text-align:center;
	clear: both;
	position: relative;
	margin: 0 auto;
}
#test {
	width: 100%;
    	height: 906px;
	color:#000;
	background: #FCFAEE;/*背景色*/

    	background-image: url("../img/moving_top.png");
   	 background-size: 1920px 906px;
    	background-position: center top;
   	background-repeat: no-repeat;
    	box-sizing: border-box;
    	display: flex;
    	justify-content: center;
    	align-items: center;

	text-align:center;
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0 22vw;
}


#test .new-link,
#test .new-link:hover {
	color: #0000ff;
	font-weight:bold;
}
.site-title {
    font-size: 28px;
    font-weight: bold;
}
.notice-box {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #000;
    width: 1000px;
    height: 400px;
    box-sizing: border-box;
    padding: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: white;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #ffffff;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1800px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding-left: 2%; 
	padding-right: 2%;
}
/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	margin: 0 auto;
	background-image: url(../img/top.png);
	background-size: cover;
	position: relative;
	width: 100%;
	max-width: 1920px;
	max-height: 829px;
}
#index-header{
	background-image: url(../img/top.png);
	max-width: 1920px;
	max-height: 1162px;
}
#greeting-header{
	background-image: url(../img/header-greeting.jpg);
}
#organization-header{
	background-image: url(../img/header-organization.jpg);
}
#business-header{
	background-image: url(../img/header-business.jpg);
}
#access-header{
	background-image: url(../img/header-access.jpg);
}
#recruitment-header{
	background-image: url(../img/header-recruitment.jpg);
}
#Inquiry-header{
	background-image: url(../img/header-Inquiry.jpg);
}
#news-header{
	background-image: url(../img/header-news.jpg);
}
#raised-header{
	background-image: url(../img/header-raised.jpg);
}
#treatment-header{
	background-image: url(../img/header-treatment.jpg);
}
#evaluation-header{
	background-image: url(../img/header-evaluation.jpg);
}
#evacuation-header{
	background-image: url(../img/header-evacuation.jpg);
}
#resolution-header{
	background-image: url(../img/header-resolution.jpg);
}
#regulations-header{
	background-image: url(../img/header-regulations.jpg);
}
#education-header{
	background-image: url(../img/header-education.jpg);
}
#child-header{
	background-image: url(../img/header-child.jpg);
}
#after-school-header{
	background-image: url(../img/header-after-school.jpg);
}
#consultation-header{
	background-image: url(../img/header-consultation.jpg);
}
#life-header{
	background-image: url(../img/header-life.jpg);
}
#helper-header{
	background-image: url(../img/header-helper.jpg);
}
/*
#evacuation-header{
	background-image: url(../img/top.png);
}
*/
#evaluation-header{
	background-image: url(../img/header-evaluation.jpg);
}
#privacy-header{
	background-image: url(../img/header-privacy.jpg);
}
#Consentform-header{
	background-image: url(../img/header-Consentform.jpg);
}
#top header {
	height: 43vw;
}
#top #index-header{
	height: 60vw;
}
/*ロゴ画像（※トップページ以外）*/
header #logo {
	width: 200px;	/*画像幅*//*padding-top: 15px;*/	/*画像の上に空ける余白。バランスをとって下さい。*/
}
/*トップページのロゴ画像*/
#top #logo img {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	z-index: 1;
	left: 8%;	/*左から40%の場所に配置*/
	top: 10%;	/*上から35%の場所に配置*/
	width: 20%;	/*画像の幅*/
}
/*トップページのロゴ画像2*/
#top2 img {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	z-index: 1;
	left: 8%;	/*左から40%の場所に配置*/
	top: 40%;	/*上から35%の場所に配置*/
	width: 30%;	/*画像の幅*/
}
.titleImg{
	width:29.7%;
	position: absolute;
	top:0;
	left: 0;
}
/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: relative;
	z-index: 10;
	text-align: center;	/*文字を中央に*/
	padding-top: 19px;
}
/*メニュー横並び*/
#menubar .inner {
	display: flex;
	align-items: center;
}
/*メニュー１個あたりの設定*/
#menubar ul .menu{
	width: 14%;		/*幅。今回は6個メニューがあるので14*6=84%*/
	font-size: 1.5vw;	/*文字サイズ*/
}
#menubar ul .menu2{
	width: 16%;		/*幅。上記メニュー6個にロゴ16%を足して100％*/
	font-size: 30px;	/*文字サイズ*/
	/*padding-top: 18px;*/
}
#menubar ul .menu a {
	text-decoration: none;
	display: block;
	border-bottom: 3px solid transparent;	/*下線の設定。ここではtransparentを使って透明にしています。*/
	/*padding-top: 24px;	メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。※変更の際は、上の行の注意書きもしっかり読んで下さい。*/
}
#menubar ul li {
	box-sizing: border-box;
	border-left: 1px solid #fff;
}
#menubar ul li:last-child {
	border-right: 1px solid #fff;
}
#menubar ul li img {
	width: 5vw;
}
#menubar ul .menu2 img {
	width: 9vw;
}
#menubar ul li a span {
	display: block;
	color: white;
}
.line{
	float: left;
	width: 1px;
	height: 9vw;
	margin-top: 32px;
	background-color: white;
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar ul .menu a:hover, #menubar ul li.current a {
	border-bottom: 3px solid #1FBE89;	/*下線の幅、線種、色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}
.sp-logo{
	display: none;
}
/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;
	width: 100%;
	top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255, 255, 255, 0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed-menu #contents {
	margin-top: 90px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;
	width: 100%;
	top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255, 255, 255, 0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed #contents {
	margin-top: 90px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}
/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
#contents {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #FCFAEE;	/*背景色*/
	padding: 30px 0;
}
/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainブロック*/
.main {
	float: left;	/*左に回り込み*/
	width: 66%;		/*メインコンテンツの幅*/
}
/*section同士の余白*/
.main section + section {
	margin-top: 40px;
	padding-top: 0;	/*.linkのpadding-topをリセットしておく*/
}
/*採用情報ページの設定*/
.recruitment .main {
	width: auto;
	float: none;
}
.recruitment #container #contents .sub {
	display: none;	/*採用情報のサイドバー非表示*/
}
/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#contents .main .contentsBox{
	padding: 2vw 0px;
	border-radius: 4.6vw;
	position: relative;
	height: 44vw;
}
.accent{
	position: absolute;
	top: -4vw;
	right: -3.5vw;
	width: 2vw;
}

#contents .main .contentsType1{
	background-color: #93D79C;
}

#contents .main .contentsType2{
	background-color: #1FBE89;
}

#contents .main .contentsType3{
	position:relative;
	background-color: #1FBE89;
	margin-top: 13vw;
	border-radius:  0 0 4.6vw 4.6vw;
	/*padding-bottom: 4.4vw;*/
	/*opacity: 0;*/
}

#contents .main .contentsType3 img{
	position: absolute;
	top: -13vw;
	left: 0;
}
#contents .main .contentsType3 p{
	position: relative;
	z-index: 1;
	padding: 7.8vw 2.8vw 9.5vw;
}


#contents .main .contentsType3 h1{
	position: absolute;
	top: -6.1vw;
	left: 5.2vw;
	font-size: 2vw;
	text-align: center;
	color: white;
	line-height: 134%;
	font-weight: bold;
}
#contents .main .contentsType3 .besideLine{
	position: absolute;
	top: -1.9vw;
	left: 2.7vw;
	width: 80%;
	margin: 4.8vw 0;
}
#contents .main .contentsType4 {
	display: none;
}

#contents .main .contentsSpace{
	margin: 4.6vw 0;
}

#contents .main .contentsAccessSpace{
	margin: 11.6vw 0;
}

#contents .main .business{
	margin: 0 0 4.6vw;
}

#contents .main .contentsBox h2{
	font-size: 1.8vw;
	text-align: center;
	color: white;
	line-height: 134%;
	font-weight: bold;
}

#contents .main  p{
	font-size: 1.1vw;
	color: white;
	padding: 1.5vw 3.7vw 0vw;
}

#contents .main .pdsc p{
	font-size: 1.1vw;
	color: white;
	padding: 1.5vw 3.7vw 0vw;
}

#contents .main .list {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;	/*ボックスの下に空ける余白*/
}
#contents .main .list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	padding: 3%;	/*ボックス内の余白*/
	background: #fff;	/*背景色*/
}
#contents .main .list a:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
	color:#666666;/*マウスオン時の文字色　追加*/
}
/*各ボックスの設定（※compactタイプへの追加設定）*/
#contents .main .list.compact {
	box-shadow: none;
	width: 18.4%;			/*幅*/
	float: left;		/*左に回り込み*/
	margin-left: 1.3%;	/*左側に空けるスペース*/
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#contents .main .list.compact a {
	height: 260px;	/*高さ*/
	border: none;
	padding: 0;
	background: transparent;	/*背景色を透明に*/
}
/*ボックス内のh4タグ設定*/
#contents .main .list h4 {
	margin-bottom: 0.5em;
	color: #f28d16;		/*文字色*/
	margin-left: 22%;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内のh4タグの１文字目への設定*/
#contents .main .list h4::first-letter {
 border-left: 3px solid #f28d16;	/*左側の線の幅、線種、色*/
 padding-left: 10px;	/*線と文字との余白*/
}
/*ボックス内のh4タグ設定（※compactタイプへの追加設定）*/
#contents .main .list.compact h4 {
	border: none;
	margin-left: 0;
}
/*ボックス内のh4タグの１文字目への設定（※compactタイプへの追加設定）*/
#contents .main .list.compact h4::first-letter {
 border: none;
 padding: 0;
}
/*ボックス内のp(段落)タグ設定*/
#contents .main .list p {
	padding: 0px;
	margin-left: 22%;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内の段落タグ設定（※compactタイプへの追加設定）*/
#contents .main .list.compact p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#contents .main .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 20%;		/*写真の幅*/
	margin-right: 2%;	/*写真の右側に空ける余白*/
}
/*マウスオン時のボックス内の写真設定*/
#contents .main .list a:hover figure img {
	opacity: 0.8;	/*透明度80%にする設定*/
}
/*ボックス内の写真設定（※compactタイプへの追加設定）*/
#contents .main .list.compact figure img {
	float: none;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	width: auto;
	padding: 0;
}
/*マウスオン時のボックス内の写真設定（※compactタイプへの追加設定）と、ボックスにoption2スタイルが指定された場合の画像の設定。*/
.list.option2 a:hover figure img, .list.option2 figure img {
	opacity: 0.3 !important;
}
/*登録日情報*/
#contents .main .list .date {
	display: block;
	font-size: 11px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	text-align: right;	/*テキストを右側に*/
}
/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#contents .main .list table {
	font-size: 12px;	/*文字サイズ*/
	width: 78%;			/*テーブル幅*/
	margin-bottom: 5px;
}
#contents .main .list table, #contents .main .list table td, #contents .main .list table th {
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
}
#contents .main .list table td, #contents .main .list table th {
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#contents .main .list table th {
	width: 20%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #edf0f5;	/*背景色*/
}
/*白い説明用ブロック*/
#contents .main .list table td {
	width: 30%;	/*幅*/
}
/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: right;	/*右に回り込み*/
	width: 29.6%;		/*サブコンテンツの幅*/
}

.sub .catch{
	background-color: #1FBE89;
	width: 100%;
	margin-top: 1.2vw;
}

.sub .catchInner{
	padding: 3.2vw 2vw;
}

.besideLine{
	height: 0.2vw;
	width: 100%;
	background-color: white;
	margin: 2.8vw 0;
}

/*h2タグ設定*/
#contents .sub h2 {
	font-size: 1.8vw;
	text-align: center;
	color: white;
	line-height: 134%;
	font-weight: bold;
	padding: 2.4vw 0 0.9vw;
}

#contents .sub .news{
	background-color: #93D79C;
	border-radius: 4.6vw 4.6vw 0 0;
	padding: 0 1.3vw 1.6vw 1.3vw;
}
#contents .sub .news li{
	margin: 1.4vw 0;
}
#contents .sub .news .news-contents a p:hover{
	color: #1FBE89;
}
/*subコンテンツ内の段落タグ設定*/
#contents .sub p {
	font-size: 1.3vw;
	font-weight: 600;
	color: white;
}

#contents .sub .pageContents{
	position: relative;
	width: 100%;
	margin-top: 1.2vw;
}
.pageContents:before{
	padding-top: 50.2%;
	content: "";
	display: block;
}
#contents .sub .pageContents .pageContents-img0{
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 12%;
}
#contents .sub .pageContents .pageContents-img1{
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 8%;
	padding-bottom: 17%;
}
#contents .sub .pageContents .pageContents-img2{
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 12%;
	padding-bottom: 26%;
}
#contents .sub .pageContents  p{
	text-align: center;
	padding-top: 10%;
	color: #4E7653;
	font-size: 1.6vw;
	line-height: 140%;
}
#contents .sub .pageContents .pageContents-img-0{
	background-image: url(../img/botan6.png);
}
#contents .sub .pageContents .pageContents-img-1{
	background-image: url(../img/botan1.png);
}
#contents .sub .pageContents .pageContents-img-2{
	background-image: url(../img/botan2.png);
}
#contents .sub .pageContents .pageContents-img-3{
	background-image: url(../img/botan3.png);
}
#contents .sub .pageContents .pageContents-img-4{
	background-image: url(../img/botan4.png);
}
#contents .sub .pageContents .pageContents-img-5{
	background-image: url(../img/botan5.png);
}
#contents .sub .underBlock{
	width: 100%;
	height: 4.6vw;
	background-color: #93D79C;
	margin-top: 1.2vw;
	border-radius: 0 0 4.6vw 4.6vw ;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
}
ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 15px;	/*メニュー内の余白。上下、左右への設定。*/
}
/*サブコンテンツ内のbox
---------------------------------------------------------------------------*/
#contents .sub .box {
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f2f2f2;	/*背景色（古いブラウザ用）*/
	background: rgba(0, 0, 0, 0.05);	/*背景色。0,0,0は黒で0.05は透明度。*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	border-radius: 3px;	/*角丸のサイズ*/
}
/*box1内のメニューの設定*/
#contents .sub .box ul.submenu {
	margin-bottom: 0px;
}
/*サブコンテンツ内の物件一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#contents .sub .list {
	position: relative;
	overflow: hidden;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#contents .sub .list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 10px;	/*ボックス内の余白*/
	border-top: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	background: #fff;	/*背景色*/
}
/*最後ボックスの設定*/
#contents .sub .list:last-of-type a {
	border-bottom: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
}
/*最後ボックスの設定。box内では下に空けるスペースをなくす。*/
#contents .sub .box .list:last-of-type a {
	margin-bottom: 0px;	/*下に空けるスペース*/
}
/*ボックス内のh4タグ設定*/
#contents .sub .list h4 {
	font-size: 16px;
	margin-bottom: 3px;
}
/*ボックス内のp(段落)タグ設定*/
#contents .sub .list p {
	padding: 0;
}
/*ボックス内の写真設定*/
#contents .sub .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 25%;		/*写真の幅*/
	margin-right: 5px;	/*写真の右側に空ける余白*/
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	position: relative;
	z-index: 1;
	background: #FCFAEE;	/*背景色*/
}
.greenFooter{
	height: 13vw;
	background: #93D79C;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 22vw;
}
.sp-footer-logo{
	display: none;
}
.footer-grass{
	width: 100%;
	text-align: center;
	max-width: 1920px;
	margin: 0 auto;
}
.footer-link{
	margin: 0 auto;
	padding-top: 3vw;
	font-size: 1.3vw;
}
.footer-info{
	padding-top: 1vw;
	font-size: 1.3vw;
	width: 90%;
}
.footer-info p{
	color: white;
}
.copy p{
	padding-top: 1.5vw;
	text-align: center;
	color: white;
	font-size: 1vw;
}
.footer-justify{
  justify-content: space-between;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	padding: 0px 20px;		/*上下、左右へのブロック内の余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #f28d16;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}
/*ta1設定
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption, .ta2 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #cce6f6;	/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1テーブル*/
.ta1 {
	width: 100%;
	table-layout: fixed;
	margin: 0 0 20px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*左側ボックス*/
.ta1 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 80px;	/*アイコンからテキストにする場合はここの幅を大きく変更して下さい。pxでなく%での指定もOKです。*/
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}
/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn, #contents input[type="button"].btn, #contents input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover, #contents input[type="button"].btn:hover, #contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}
/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1, span.option2 {
	text-align: center;
	display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(36px, -15px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*option1への追加設定*/
span.option1 {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
	width: auto;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	padding: 0px 5px;
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
/*ヘッダーにメニューが固定される分、リンク先が隠れるのを防ぐ為のスタイル。※ページ内へのリンクで使う。
---------------------------------------------------------------------------*/
.link {
	display: block;
	margin-top: -120px;
	padding-top: 120px;
}

/*ページの上部へボタン「↑」設定
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
body .nav-fix-pos-pagetop a {
	display: none;
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0, 0, 0, 0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	border-radius: 50%;	/*角丸の設定。円形にする。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background: #ccc;
	padding: 5px 10px;
	border-radius: 4px;
}
.mb15, .mb1em {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.p0 {
	padding:0 !important;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1, .color1 a {
	color: #f28d16 !important;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center !important;
}
.r {
	text-align: right !important;
}
.l {
	text-align: left !important;
}
.w50 {
	overflow: hidden;
	width: 50%;
}
.fl {
	float: left;
}
img.fl {
	float: left;
	width:30%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.fr {
	float: right;
}
img.fr {
	float: right;
	width:30%;
	margin-left: 20px;
	margin-bottom: 20px;
}
.big1 {
	font-size: 22px;
}
.sub .big1 {
	font-size: 12px;
}
.mini1 {
	font-size: 11px;
	display: inline-block;
	line-height: 1.5;
}
.sh {
	display: none;
}
.date {
	text-align: right;
	color: #999;
	font-size: 11px;
}



/*画面を横向きにした場合の高さが500px以下の場合の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px) {



/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
 padding: 10px;		/*メニュー内の余白*/
 float: left;		/*左に回り込み*/
 width: 40%;			/*幅*/
 margin-left: 4%;	/*メニューの左側に空けるスペース*/
}
}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {
 #top header {
margin-bottom: 0px;
}

/*トップページのロゴ画像*/
#top #logo img {
 top: 10%;	/*上から35%の場所に配置*/
}
/*トップページのロゴ画像2*/
#top2 img {
 display:none;
}


/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/*スマホ用メニューブロック*/
#menubar-s {
 display: block;
overflow: hidden;
 position: fixed;
z-index: 100;
 top: 0px;
 width: 100%;
 background: #93D79C;	/*背景色*/
 border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
 animation-name: menu1;		/*上のkeyframesの名前*/
 animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
 animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
}
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
 display: block;
text-decoration: none;
 padding: 10px 15px;	/*上下、左右へのメニュー内の余白*/
 border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
 color: #fff;		/*文字色*/
 font-size: 16px;	/*文字サイズ*/
}
/*飾り文字*/
#menubar-s ul li span {
 display: block;
 font-size: 10px;	/*文字サイズ*/
 color:#FFF;		/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {
display: none;
}

.sp-logo{
	display:inline-block;
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	width: 100%;
	color: white;
	padding-top: 3.5vw;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
 display: block;
 position: fixed;
z-index: 100;
 top: 8px;		/*上から8pxの場所に配置*/
 right: 10px;	/*右から10pxの場所に配置*/
 border-radius: 50%;	/*円形にする*/
 border: 1px solid #fff;
}
/*アイコン共通設定*/
#menubar_hdr.close, #menubar_hdr.open {
 width: 50px;	/*幅*/
 height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
 background: #1FBE89 url(../img/menu3.png) no-repeat center top/47px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
 background: #1FBE89 url(../img/menu3.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu #contents {
 margin-top: 0px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#contents .main, #contents .sub {
 float: none;
 width: auto;
 clear: both;
	width: 100%;
	margin: 0 auto;
}
#contents .main .contentsBox{
	height: auto;
}
.contentsBox .contentsBox-img{
	height: auto;
}
#contents .main .contentsBox h2{
	font-size: 4.08vw;
}

#contents .main p{
	font-size: 3.08vw;
}

#contents .main .pdsc p{
	font-size: 3.08vw;
	padding: 1.5vw 2.8vw 4.5vw;
}

#contents .main .business{
	margin: 4.6vw 0;
}

#contents .main .contentsType3{
	display: none;
}

#contents .main .contentsType4{
	position:relative;
	background-color: #1FBE89;
	margin-top: 13vw;
	border-radius:  0 0 4.6vw 4.6vw;
	/*opacity: 0;*/
	display:block;
	margin-bottom: 4.6vw;	
}

#contents .main .contentsType4 img{
	position: absolute;
	top: -13vw;
	left: 0;
}
#contents .main .contentsType4 p{
	position: relative;
	z-index: 1;
	padding: 27.5vw 3.8vw 7vw;
}

#contents .main .contentsType4 h1{
	position: absolute;
	top: 2.8vw;
	left: 19.7vw;
	font-size: 5.4vw;
	text-align: center;
	color: white;
	line-height: 134%;
	font-weight: bold;
}
.accent{
	display: none;
}
#contents .main .contentsType4 .besideLine{
	position: absolute;
	top: 17.1vw;
	left: 7.7vw;
	width: 80%;
	margin: 4.8vw 0;
}

.sub .catch{
	width: 85%;
	margin: 11vw auto 0;
}
#contents .sub h2{
	font-size: 4.08vw;
}
#contents .sub .news{
	width: 95%;
	margin: 11vw auto 0;
}
#contents .sub .news .news-contents{
	padding: 0 6vw;
}
#contents .sub p{
	font-size: 2.5vw;
	padding: 0;
}
#contents .sub .news .news-contents p{
	font-size: 3vw;
}

#contents .sub .pageContents{
	width: 95%;
	margin: 1.2vw auto 0;
}
#contents .sub .pageContents .pageContents-img-0{
	padding-top: 5%;
	padding-bottom: 12%;
}
#contents .sub .pageContents .pageContents-img-1{
	padding-top: 8%;
	padding-bottom: 17%;
}
#contents .sub .pageContents .pageContents-img2{
	padding-top: 11%;
	padding-bottom: 23%;
}
#contents .sub .pageContents p{
	font-size: 5vw;
}
#contents .sub .underBlock{
	margin: 1.2vw auto 0;
	width: 95%;
}
.footer-justify{
	justify-content: flex-start;
	flex-flow: column;
	align-items: center;
}
.greenFooter{
	height: 100vw;
	padding: 0 0;
}
.sp-footer-logo{
	display: block;
	width: 23%;
	margin: 0 auto;
	text-align: center;
	padding-top: 4vw;
}
.sp-footer-logo p{
	color: white;
}
.footer-link{
	padding-top: 5vw;
	font-size: 3.08vw;
}
.footer-info{
	padding-top: 5vw;
	font-size: 3.08vw;
	width: 100%;
}
.footer-info p{
	color: white;
}
.copy p{
	padding-top: 5vw;
	font-size: 10px;
}
/*ヘッダーメニューが固定されなくなるので、再設定。
---------------------------------------------------------------------------*/
.link {
 margin-top: -30px;
 padding-top: 30px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub, body.s-n #footermenu {
display: none;
}
.big1 {
font-size: 20px;
}
.w50 {
overflow: hidden;
width: auto;
}
.fl {
float: none;
}
.fr {
float: none;
}
}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px) {

/*ヘッダー
---------------------------------------------------------------------------*/

#contents {
	padding-top: 3vw;
}


/*トップページのロゴ画像*/
#top #logo img {
 left: 10%;	/*左から26%の場所に配置*/
 top: 10%;	/*上から35%の場所に配置 15%に変更*/
 width: 50%;	/*画像の幅*/
}

/*物件一覧ページの各ブロック（※compactタイプへの追加設定）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#contents .main .list.compact {
 width: auto;
 float: none;
 margin: 0;
 border-top: 1px solid #dcdcdc;
 padding-top: 3%;
}
#contents .main .list.compact a {
 height: auto;
}
/*ボックス内の写真設定*/
#contents .main .list.compact figure img {
 float: left;
 width: 20%;
 margin-right: 10px;
}
/*最後のボックスへの追加設定*/
#contents .main .list.compact:last-of-type {
 margin-bottom: 15px;
 border-bottom: 1px solid #dcdcdc;
}
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {

/*全体の設定
---------------------------------------------------------------------------*/
body {
 font-size: 12px;	/*文字サイズ*/
 line-height: 1.5;	/*行間*/
}

/*inner
---------------------------------------------------------------------------*/
.inner {
 padding-left: 2% !important;
 padding-right: 2% !important;
}

 #top header {
	margin-bottom: 0px;
}


/*top2画像　3枚組
---------------------------------------------------------------------------*/



#top2 img {
display:none;
}

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
/*h2タグ*/
#contents h2 {
 font-size: 14px;
 padding: 5px 10px;	/*上下、左右へのボックス内の余白*/
}
/*h3タグ*/
#contents h3 {
 font-size: 14px;
 padding-left: 10px;
}
/*h2タグとh3タグの１文字目*/
#contents h2::first-letter, #contents h3::first-letter {
 padding-left: 10px;	/*線と文字との余白*/
}
/*段落タグ*/
#contents p {
 padding: 0 10px 20px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*section同士の余白*/
.main section + section {
 margin-top: 20px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
 padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
 width: 100px;
}

/*footer
---------------------------------------------------------------------------*/
/*１行分の設定*/
#footermenu ul {
	float: none;	/*回り込み解除*/
	width: 80%;		/*幅*/
	/*padding-right: 1%;
	padding-left: 1%;
	text-align: left;
	line-height: 1.7;*/
}
#footermenu ul li.title~li {
	padding-left: 5%;
	}



/*その他
---------------------------------------------------------------------------*/
.ws, .wl {
width: 94%;
}
.fl {
float: none;
}
img.fl {
float: none;
display: block;
width:90%;
margin: 0 auto 20px;
}
.fr {
float: none;
}
img.fr {
float: none;
display: block;
width:90%;
margin: 0 auto 20px;
}
.big1 {
font-size: 16px;
}
.sh {
display:block;
}
.pc {
display:none;
}
}

/* 印刷プレビュー */  
@media print {
header {
	background: #ffffff;
}
#menubar ul li {
	font-size: 14px;
}
/*飾り文字*/
#menubar ul li span {
	font-size: 8px;	
}
#top header {
	min-height: 50%;
}
#top #logo img {
	position: absolute;
}
#top2 img {
	position:absolute;
}
}

@media screen and (min-width:1800px) {
	#menubar ul li img{
		width: 90px;
	}
	#menubar ul li a span{
		font-size: 27px;
	}
	#menubar ul .menu2 img{
		width: 162px;
	}
	.line{
		height: 162px;
	}
	.inner {
		padding-left: 36px; 
		padding-right: 36px;
	}
	#contents .main .contentsBox{
		border-radius: 89px;
		padding:  50px 0;
		height: 792px;
	}
	.contentsBox .contentsBox-img{
		height: 335px;
	}
	#contents .main .contentsSpace{
		margin: 82px 0;
	}
	#contents .main .contentsAccessSpace{
		margin: 208px 0;
	}
	#contents .main .business{
		margin: 0 0 82px;
	}
	.accent{
		top: -72px;
		right: -63px;
		width: 36px;
	}
	#contents .main p{
		font-size: 20px;
		padding: 27px 68px 0;
	}
	#contents .main .pdsc p{
		font-size: 20px;
		padding: 27px 65px 68px;
	}
	#contents .main .contentsBox h2{
		font-size: 32px;
	}
	#contents .main .contentsType3 img{
		top: -234px;
	}
	#contents .main .contentsType3 h1{
		font-size: 43px;
	}
	#contents .main .contentsType3 p{
		padding: 140px 60px 176px;
	}
	#contents .main .contentsType3{
		border-radius: 0 0 89px 89px;
		margin-top: 234px;
		/*padding-bottom: 107px;*/
	}
	#contents .main .contentsType3 h1{
		top: -111px;
		left: 94px;
		font-size: 36px;
	}
	#contents .main .contentsType3 .besideLine{
		top: -50px;
		left: 48px;
		margin: 86px 0;
	}
	#contents .sub h2{
		font-size: 32px;
		padding: 43px 0 2px;
	}
	.besideLine{
		height: 3.6px;
		margin: 50px 0;
	}
	#contents .sub .pageContents{
		margin-top:	21px;
	}
	#contents .sub .pageContents p{
		font-size: 29px;
	}
	#contents .sub p{
		font-size: 23px;
	}
	.sub .catchInner{
		padding: 57px 36px;
	}
	#contents .sub .news{
		border-radius: 82px 82px 0 0;
		padding: 0 23px 29px 23px;
	}
	#contents .sub .news li{
		margin: 25px 0;
	}
	#contents .sub .underBlock{
		height: 82px;
		border-radius: 0 0 82px 82px;
		margin-top: 21px;
	}
	.greenFooter{
		height: 234px;
		padding: 0 396px;
	}
	.footer-link{
		font-size: 23px;
		padding-top: 54px;
	}
	.footer-info{
		padding-top: 18px;
		font-size: 23px;
	}
	.copy p{
		padding-top: 27px;
		font-size: 18px;
	}
}

/*採用ページの追加CSS　*/
.recruitment #contents .main {color: #000; font-size: 1.2rem; line-height: 1.5;}
.recruitment #contents .main .info {border:solid 8px #9c9; border-radius:10px; padding:2.4rem; margin-bottom:15.3rem;}
.recruitment #contents .main h1 {font-size:2.2rem; line-height:1.4; margin-bottom:1rem;}
.recruitment #contents .main h2 {font-size: 1.8rem; line-height: 1.4; margin-bottom: 0.6rem;}
.recruitment #contents .main p {font-size:1rem; color:black;  padding:0;}
.recruitment #contents .main a {color:black;}
.recruitment #contents .main #preface p {font-size:1.2rem; line-height:1.5; margin-bottom:2rem;}
.recruitment #contents .main #preface .recruitment_link {display:flex; align-items:center;}
.recruitment #contents .main #preface .recruitment_link ul {width:50%;}
.recruitment #contents .main #preface .recruitment_link p {width:50%;padding-right:2rem;}
.recruitment #contents .main #preface .recruitment_link li {margin-bottom: 0.8rem; padding-left:2rem;}
.recruitment #contents .main #preface .recruitment_link a {text-decoration:underline; font-weight:normal; color:#55f;}
.recruitment #contents .main #preface .recruitment_link a:hover {font-weight:bold; color:#c55;}
.recruitment #contents .main .to_top {text-align:right;}
.recruitment #contents .main .to_top a {border-bottom:1px solid #000;}
.recruitment #contents .main table {margin-bottom:1.2rem;} 
.recruitment #contents .main .info .ask_info {font-size: 20px;}
.recruitment #contents .main .info .ask_info a {color:#55f; font-weight: bold;}
.recruitment #contents .main .info .ask_info a:hover {text-decoration:underline; color:#c55;}
.recruitment table * {border:none;}
.recruitment table, .recruitment table tr {border-top: 2px dotted #222; border-bottom: 2px dotted #222;}
.recruitment table th {width: 10%; padding: 0.6rem; white-space:nowrap;}
.recruitment table td {padding: 0.6rem;}
.recruitment table ul {list-style-type: disc; list-style-position: inside; padding-left: 1rem;}
.recruitment table .welcome {color: #3333fa;}
@media screen and (max-width:800px){
	.recruitment #contents .main .info {padding:1rem;}
	.recruitment #contents .main #preface .recruitment_link {display:block;}
	.recruitment #contents .main #preface .recruitment_link ul {width:100%; margin-bottom:2rem;}
	.recruitment #contents .main #preface .recruitment_link p {width:100%; padding:0;}
}