@charset "utf-8";

/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");

/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	font-size: 13px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
	overflow-x: hidden;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.05em;
	background: #fff;	/*背景色*/
	color: #2D3436;	
	line-height: 2;		/*行間*/
}
/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}
/*table全般の設定*/
table {border-collapse:collapse;}
/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
/*videoタグ*/
video {max-width: 100%;}
/*iframeタグ*/
iframe {width: 100%;}
/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}
/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #57524b;	
	transition: 0.3s;
	text-decoration: none;
}
/*sectionタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section,
main > article {
	margin: 0 auto;
	padding: 5%;		/*ボックス内の余白*/
}
/*2カラムブロック（※900px未満では１カラム）
---------------------------------------------------------------------------*/
/*２カラムを囲むブロック*/
.c2 {
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
}
/*c2内のh2見出し*/
.c2 h2 {
	font-size: 2em;
}
/*小さい端末で見た場合（１カラムになった際）に、画像を常に先頭に持ってくる*/
.c2 .image {
	order: -1;
}
/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	display: flex;				
	justify-content: space-between;	
	align-items: center;		
	position: fixed; 
	z-index: 10;	
	width: 100%;
	/* height: 84px;			 */
	/* background-color: #fff; */
	height: 90px;			
	background-color: #005B9A;
	/* opacity: 0.9; */
	
	/* フォント追加 */
	/* font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-style: normal; */
	
}
/*ヘッダーのリンクテキストの文字色*/
header a {
	/* color: #2D3436; */
	font-weight: bold;
	color: #F2F5F7;
}
/*ロゴ画像*/
header #logo img {display: block;}
header #logo {
	/* margin: 0;
	width: 150px;
	padding-left: 2%; */
	margin: 0;
	width: 182px;
	padding-left: 2%;
	/* background: #000; */
	padding: 0px 25px;
	/* height: 110px; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-top: 23px; */
}
/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*全体を囲むブロック*/
#mainimg {
	width: 100%;
	margin-right: 0;
	height: 0;
	padding: 0;
	padding-top: 52%;
	position: relative;
	top: 65px;
	color: #fff;	
	z-index: -1;
}
#mainimg.page {
	width: 100%;
	top: 0;
	background-size: cover;
  padding-top: 33%;
	z-index: 1;
}
#mainimg.page.page_1 {
	background-image: url(../img/head_1.jpg);
}
#mainimg.page.page_2 {
	background-image: url(../img/head_2.jpg);
}
#mainimg.page.page_3 {
	background-image: url(../img/head_3.jpg);
}
#mainimg.page.page_4 {
	background-image: url(../img/head_4.jpg);
	background-position: center;
}
#mainimg.page.page_5 {
	background-image: url(../img/head_5.jpg);
}
#mainimg.page.page_6 {
	background-image: url(../img/head_6.jpg);
}
#mainimg.page.page_7 {
	background-image: url(../img/head_7.jpg);
}
#mainimg.page.page_8 {
	background-image: url(../img/head_8.jpg);
}
/*テキストブロック*/
#mainimg #text {
	position: absolute;
	left: -5%;		
	top: 0px;		
	width: 100%;	
	height: 100%;	
	display: flex;		
	align-items: center;
}
#mainimg #text.page_text {
	position: absolute;
	left: 8%;		
	top: 12%;		
	width: 100%;	
	height: 100%;	
	display: flex;		
	align-items: center;	
}
#mainimg #text.page_text p,
#mainimg #text.page_text h3 {
	color: #F2F5F7;
	font-weight: bold;
}
#mainimg #text.page_text h2 {
	font-size: 50px;
}
#mainimg #text.page_text h3 {
	margin: 0;
	font-size: 17px;
}
#mainimg #text.page_text.sa_text h2 {
	font-size: 60px;
}
/*h2見出し*/
#mainimg #text h2 {
	margin: 0;
	font-weight: 600;	
	font-size: 7rem;
	color: #F2F5F7;
	line-height: 1.3;
	font-style: normal; 
	font-family: "heebo", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 3px;
}
#mainimg #text .text_stroke h2 {
	-webkit-text-stroke: 1px #F2F5F7;
}
/*pタグ。小文字の説明文。*/
#mainimg #text p.text {
	font-size: 18px;		
	margin: 0 10px 30px 0;	
	color: #2D3436;
	font-weight: bold;	
}
/*menubarブロック初期設定
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;margin: 0;padding: 0;}

/*メニューを非表示にしておく*/
#menubar {display: none;}
/*開閉用のスタイル*/
#menubar.db {display: block;}
#menubar.dn {display: none;}
/*メニュー１個あたりの設定*/
#menubar a {
	display: block;text-decoration: none;
	text-align: left;		
	letter-spacing: 2px;	
	padding: 10px;			
}
/*小さな端末用の設定（開閉ブロック）
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.s #menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 70px 20px;	
	background: #2D3436;	
	animation: animation1 0.2s both;	
	text-align: left;
	color: #F2F5F7;	
}
.s #menubar.db a {
	display: block;
	color: #F2F5F7;	
}
.s #menubar.db li {
	border-bottom: 1px solid #F2F5F7;	
}
/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*開閉用のスタイル*/
#menubar_hdr.db {display: flex;}
#menubar_hdr.dn {display: none;}
/*３本バーを囲むブロック*/
#menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 5px;		
	top: 8px;			
	padding: 16px 14px;	
	width: 58px;	
	height: 46px;	
	display: flex;					
	flex-direction: column;	
	justify-content: space-between;	
}
/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;
	border-top: 2px solid #F2F5F7;
}
/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	
	width: 20px;					
	border-top: 2px solid #F2F5F7;
}
/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 5px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}
/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -5px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}
/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}
/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロック内のh2タグ*/
main h2 {
	margin: 0;
	line-height: 1.5;		
	font-size: 42px;			
	text-align: left;		
	letter-spacing: 0.2em;	
	font-weight: bold;	
}
/*h2内のsupanタグ。小文字部分です。*/
main h2 span {
	display: block;
	font-weight: normal;
	color: #777;		/*文字色*/
	font-size: 13px;	/*文字サイズ*/
}
/*mainブロック内のh3タグ*/
main h3 {
	color: #4f6e80;			
}
/*mainブロックのpタグ*/
main p {
	color: #2D3436;
	font-size: 16px;
}
main p + p {margin-top: -15px;}
/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}
footer {
	font-size: 0.7rem;		
	text-align: left;		
	background-image: url(../img/footer_back.jpg);
	background-position: center;
	background-repeat: repeat-x;
	padding: 50px;
}
/*リンクテキスト*/
footer a {
	text-decoration: none;
	color: #F2F5F7;}
/*著作部分*/
footer .pr {display: block;}
/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	color: #F2F5F7;
	display: flex;		
	justify-content: space-between;
	align-items: flex-start;		
}
/*ボックス内のリンクテキスト設定*/
#footermenu a {
	text-decoration: none;
	color: #F2F5F7;
}
/*リンクテキストのマウスオン時*/
#footermenu a:hover {
	color: #DFE6E9;
}
/*ulタグ（メニューの列単位）*/
#footermenu ul {
	margin: 0;
	padding: 0 15px;
	flex: 1;
	list-style: none;
}
/*title*/
#footermenu .title {
	font-weight: bold;	
	color: #F2F5F7;		
	padding-bottom: 10px;	
}
#footermenu a img {
	width: 170px;
}
#footermenu .footer_ul {
	display: flex;
	width: 50%;
}
#footermenu li {
	padding-bottom: 5px;
	font-size: 13px;	
}
/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	margin: 0;
}
/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}
/*日付(dt)設定*/
#new dt {
	width: 100%;	
}
/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}
#new dd {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
/*listブロック
---------------------------------------------------------------------------*/
.list-container .list {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	position: relative;
}
/*ボックス内のh4タグ*/
.list-container .list h4 {
	margin: 0;
	color: #2D3436;
	font-size: 18px;
	padding-top: 7px;
	
}
/*ボックス内のpタグ*/
.list-container .list p {
	margin: 0;
}
/*list内のNEWマーク*/
.list-container .list .new {
	font-size: 0.6em;		/*文字サイズ*/
	background: #ff0000;	/*背景色*/
	color: #fff;			/*文字色*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*角丸のサイズ。円形になります。*/
	text-align: center;		/*テキストをセンタリング*/
	position: absolute;
	left: -10px;			/*listブロックに対して左からの配置場所の指定*/
	top: -10px;				/*listブロックに対して上からの配置場所の指定*/
	transform: rotate(-30deg);	/*回転。まっすぐ表示させたいならこの１行を削除。*/
}
/*求人一覧ページ（ist2　横長ブロックタイプ）
---------------------------------------------------------------------------*/
/*list2ボックス。１個あたりのボックスの指定です。*/
.list2 {
	display: flex;	/*flexボックスを使う指定*/
	/* border-bottom: 1px solid #ccc;	 */
	padding: 15px 0;	/*上下、左右へのボックス内の余白*/
}
.list2 div {
	flex: 1;
}
/*１つ目のボックスにのみ上に線を入れる*/
.list2:nth-of-type(1) {
	border-top: 1px solid #ccc;	/*上の線の幅、線種、色*/
}
/*ボックス内のfigure画像*/
.list2 figure {
	width: 20%;			/*画像の幅*/
	margin-right: 20px;	/*画像の右側に空けるスペース*/
}
/*ボックス内のh4タグ*/
.list2 h4 {
	margin: 0;				/*デフォルトマージンを一旦リセット*/
	margin-bottom: 10px;	/*下に少し余白を作る*/
	color: #4f6e80;			/*文字色*/
}
.list2 h4 a {
	color: #4f6e80;		
}
.list2 h4 a:hover {
	color: #333;		
}
/*ボックス内のpタグ*/
.list2 p {
	margin: 0;
}
/*求人一覧ページのlistボックス内の情報詳細欄（tableっぽく見える所）
---------------------------------------------------------------------------*/
/*ボックス全体*/
dl.line {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	font-size: 0.7em;	/*文字サイズを70%に。*/
	border-top: 1px solid #ccc;	/*上の線の幅、線種、色*/
}
/*左右のボックス*/
dl.line dt, dl.line dd {
	border-bottom: 1px solid #ccc;	
	padding: 0 5px;				
}
/*左のボックス*/
dl.line dt {
	width: 8em;				/*幅。8文字(em)分。*/
	background: #f0f0f0;	/*背景色*/
}
/*右のボックス*/
dl.line dd {
	width: calc(100% - 8em);	/*「8em」は上の「dl.line dt」のwidthの値です。*/
}
/*list2ブロック内でのline設定*/
.list2 dl.line dt:nth-of-type(1), .list2 dl.line dd:nth-of-type(1),
.list2 dl.line dt:nth-of-type(2), .list2 dl.line dd:nth-of-type(2) {
	border-top: none;
}
/*サムネイルスライドショー
---------------------------------------------------------------------------*/
/*画像１枚あたりの設定*/
.list-slide .list {
	margin: 10px;	/*画像の外側に空けるスペース*/
}
/*FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}
/*質問*/
.faq dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#fff, #f7f7f7);	/*背景グラデーション*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
	border: 1px solid #e4e2d7;		/*枠線の幅、線種、色*/
}
/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f059";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #4f6e80;			/*アイコンの色*/
	padding-right: 1em;		/*アイコンとテキストの間の余白*/
}
/*回答*/
.faq dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}
/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}
.faq dt span {text-indent: 0;}
/*icon
---------------------------------------------------------------------------*/
.icon {
	display: inline-block;
	margin: 1px;
	line-height: 1.5;
	padding: 0px 10px;
	border: 1px solid #999;
	color: #999;
	font-weight: normal;
	font-size: 0.8em;
}
.icon.newicon {
	border-color: transparent;
	background: #f00;
	color: #fff;
}
.icon.upicon {
	border-color: transparent;
	background: #54b1ff;
	color: #fff;
}
/*btnの設定
---------------------------------------------------------------------------*/
a.btn1, a.btn2, a.btn3, a.btn4,a.btn5,
input[type="submit"].btn1 {
	display: inline-block;text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 30px;
	padding: 5px 30px;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
a.btn1,
input[type="submit"].btn1 {
	background: #005B9A;
	color: #F2F5F7;
	width: 200px;
	padding: 15px 30px;
	font-size: 16px;
}
a.btn2 {
	background: #FFFFFF;
	color: #2D3436;
	width: 200px;
	padding: 15px 30px;
	font-size: 16px;
}
a.btn3 {
	background: #636E72;
	color: #F2F5F7;
	width: 173px;
	padding: 12px 30px;
}
a.btn4 {
	background: #fff;
	border: 1px solid #005B9A;
	color: #005B9A;
	width: 200px;
	padding: 12px 27px;
	font-size: 16px;
	margin-right: 35px;
}
a.btn5 {
	background: #636E72;
	color: #F2F5F7;
	width: 200px;
	padding: 15px 30px;
	font-size: 16px;
}
.radius {
	border-radius: 100px !important;
}
a.btn1 i, a.btn2 i, a.btn5 i {
	margin-left: 20px;
}
a.btn3 i,a.btn4 i {
	margin-right: 20px;
}
a:hover.btn1, a:hover.btn2, a:hover.btn5 {
	transform: scale(1.03);
	filter: brightness(1.1);
	background-color: #2D3436;
	color: #fff;
}
input[type="submit"] {
	cursor: pointer;
}
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #eee;		/*背景色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}
/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}
/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;		
	text-align: left;	
}
/*背景色パターン
---------------------------------------------------------------------------*/
.bg1 {
	background: #636E72;
}
.bg2 {
	background: #F2F5F7;
}
.bg3 {
	background: #ffce2b;
}
.bg3 h2 {
	color: #555;
}
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}
/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}

.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #4f6e80 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {
	text-align: center !important;
	margin: 3rem 0;
}
.ws {width: 95%;
	display: block;
	background-color: #F2F5F7;
	padding: 10px;
	border: none;
}

.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee; border: 1px solid #ccc; border-radius: 3px;margin: 2px 0; word-break: break-all;}
.small {font-size: 0.6em; letter-spacing: normal !important;}
.large {font-size: 1.8em !important;}
.block {display: block !important;}
.sh {display: block;}
.pc {display: none;}
.hidden {position: absolute; top: -9999px; left: -9999px;}
/*---------------------------------------------------------------------------
ここから下は画面幅400px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:400px) {
a.btn1 i, a.btn2 i, a.btn5 i {
	margin-left: 10px;
}
}
/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {
/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 16px;	/*基準となるフォントサイズの上書き*/
}
/*2カラムブロック
---------------------------------------------------------------------------*/
/*２カラムを囲むブロック*/
.c2 {
	flex-direction: row;		
	justify-content: space-between;	
	align-items: center;		
}
/*画像ブロック*/
.c2 .image {
	width: 50%;
}
/*テキストブロック*/
.c2 .text {
	width: 800px;
	padding: 0 5%;
}
.c2 .text.service_title {
	width: 60%;
	padding: 0;
}
.c2 .text.wi_o {
	width: 100%;
}
/*最初(左)に配置*/
.c2 .l {
	order: -1;
}
.r {
	margin-right: 4rem;
}
/*画像を右側に配置する場合の設定*/
.c2 .image.r {
	overflow: hidden;
	/*margin-right: -6%;	画像を画面枠ギリギリまで移動する*/
	/* border-radius: 100px 0px 0px 100px;	 */
}
/*画像を左側に配置する場合の設定*/
.c2 .image.l {
	overflow: hidden;
	/*margin-left: -6%;	画像を画面枠ギリギリまで移動する*/
	border-radius: 0px 100px 100px 0px;	/*角を丸くする指定。左上、右上、右下、左下への順番。*/
}
/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*テキストブロック*/
#mainimg #text {
	width: 70%;		/*幅*/
}
/*menubarブロック設定
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	font-size: 12px;	
}
#menubar ul {
	display: flex;	
	align-items: center;
}
/*メニュー１個あたりの設定*/
#menubar a {
	padding: 10px 21px;	
}
/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}
/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	font-size: 0.8em;	/*文字サイズ*/
}
/*listブロック
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-container {
	display: flex;		
	flex-wrap: wrap;	
}
/*１個あたりのボックス設定*/
.list-container .list {
	display: flex;				
	justify-content: space-between;
	flex-direction: column;		
	width: 32%;				
	margin-right: 2%;
	/* width: 30.5%;
    margin-right: 4%; */
}
.list-container .list:nth-of-type(3n) {
	margin-right: 0;
}
/*ボックス内のtextブロック*/
.list-container .list .text {
	flex: 1;
}
.feature_box .list-container .list1 {
	width: 27%;		
	margin-bottom: 0;
}
.feature_box .list-container .list2 {
	width: 65%;
	margin-bottom: 0;
}
/*求人一覧ページ（ist2　横長ブロックタイプ）
---------------------------------------------------------------------------*/
/*list2ボックス。１個あたりのボックスの指定です。*/
.list2 {
	padding-left: 10px;	
}
/*求人一覧ページのlistボックス内の情報詳細欄（tableっぽく見える所）
---------------------------------------------------------------------------*/
/*list2ブロック内でのline設定*/
.list2 dl.line dd {
	width: calc(50% - 8em - 10px);	
	margin-right: 10px;			
}
.list2 dl.line {border-top: none;}
.list2 dl.line dt:nth-of-type(1), .list2 dl.line dd:nth-of-type(1),
.list2 dl.line dt:nth-of-type(2), .list2 dl.line dd:nth-of-type(2) {
	border-top: 1px solid #ccc;
}
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		
}
/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		
}
/*th（左側）のみの設定*/
.ta1 th {
	width: 25%;		
}
/*その他
---------------------------------------------------------------------------*/
.ws {display: inline;}
.sh {display: none;}
.pc {display: inline-block;}
/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}
.top_message p,.top_message h2 {
	color: #F2F5F7;
}
.ma_top_3 {
 margin-top: 3rem;
}
.ma_top_2 {
	margin-top: 2rem;
 }
main .main_title h2 {
	color: #005B9A;
	font-size: 45px;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
main .main_title h2 span {
	display: block;
	font-weight: bold;
	color: #636E72;
	font-size: 16px;	
}
main .main_title p {
	font-weight: bold;
}
main .message h3 {
	color: #2D3436;
	font-size: 34px;
}
main .top_service h3 {
	color: #005B9A;
	font-size: 34px;
}
main .message p {
 font-weight: 300;
}
main .message span {
	font-weight: bold;
 }

/* 大きな文字 */
.mozi:after {
	content: "NEIGHBORESTATE";
	position: absolute;
	font-weight: bold;
	color: #6a7274;
	top: -150px;
  left: -77px;
  font-size: 218px;
	font-weight: bold;
	z-index: -2;
}
.mozi.a:after {
	color: #F2F5F7;
  top: 10px;
}
/* 大きな数字 */
.number1:after {
	content: "01";
	position: absolute;
	color: #F2F5F7;
	top: -75px;
	left: 62px;
	font-size: 192px;
	font-weight: bold;
	z-index: -1;
}
.number2:after {
	content: "02";
	position: absolute;
	color: #F2F5F7;
	top: -75px;
	right: 420px;
	font-size: 192px;
	font-weight: bold;
	z-index: -1;
}
.number3:after {
	content: "03";
	position: absolute;
	color: #F2F5F7;
	top: -75px;
	left: 62px;
	font-size: 192px;
	font-weight: bold;
	z-index: -1;
}
.number4:after {
	content: "04";
	position: absolute;
	color: #F2F5F7;
	top: -32px;
	right: 385px;
	font-size: 192px;
	font-weight: bold;
	z-index: -1;
}
.service1:after {
	content: "Investment";
	position: absolute;
	color: #687378;
	top: -208px;
	left: 271px;
	font-size: 192px;
	font-weight: bold;
	z-index: -2;
}
.service2:after {
	content: "Purchase";
	position: absolute;
	color: #687378;
	top: -208px;
	left: 271px;
	font-size: 192px;
	font-weight: bold;
	z-index: -2;
}
.service3:after {
	content: "Inheritance";
	position: absolute;
	color: #687378;
	top: -208px;
	left: 271px;
	font-size: 192px;
	font-weight: bold;
	z-index: -2;
}
.service4:after {
	content: "Coworking_space";
	position: absolute;
	color: #687378;
	top: -208px;
	left: 271px;
	font-size: 192px;
	font-weight: bold;
	z-index: -2;
}
@media screen and (max-width: 799px){
	.number1:after,.number2:after,.number3:after,.number4:after {
		top: -38px;
		left: -15px;
		right: initial;
		font-size: 90px;
	}
	.service1:after ,.service2:after,.service3:after,.service4:after {
		top: -78px;
    left: -17px;
		right: initial;
		font-size: 90px;
	}
	.number1:after  {
		top: -63px;
	}
}

	.main_title {
    margin: 3rem 0;
		justify-content: flex-start;
	}
	.main_width {
		width: 30%;
	}
	.sub_width {
		width: 70%;
	}
	.top_message .c2 ,.about .c2 {
		align-items: baseline;
	}
	/* .top_service .c2 .text {
    padding: 0 4% 0 4%;
	} */
/*日付の横のマーク（共通設定）*/
#new span {
	display: inline-block;
	color: #636E72;		
	margin: 1rem 0 2rem 0;
	font-weight: bold;
	font-size: 14px;
}
.new_block {
	border-bottom: 2px solid #005B9A;
}
#new dt {
	width: initial;	
	font-size: 20px;
	font-weight: bold;
	margin-top: 1rem;
}
.about h2.linestyle
.about p {
	color:#2D3436 !important;
} 
.about .c2 {
	margin-left: 0;
	margin-right: 0;
}
.company_img {
	display: flex;
  justify-content: flex-end;
}
.company_img img {
	width: 90%;
}
.text.l.wi_o p {
	margin-top: 2rem;
}
main .main_title.wh h2,main .main_title.wh span,main .main_title.wh p,main .main_title.wh h3,
main .wh h2,main .wh p {
	color: #F2F5F7;
}
main .main_title.wh h3 {
	font-size: 23px;
}
.feature_box {
	background-color: #fff;
}
.feature_box .list-container .list h4 {
	font-size: 25px;
	color: #005B9A;
	padding: 0;
}
/*ナビゲーションメニュー*/
nav ul ul{
  flex-wrap: wrap;
}
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
  position: relative;
}
.nav.active {
	/* border-bottom: 1px solid #005B9A; */
	color: #000;
}
/*下の階層を持っているulの指定*/
nav li.has-child ul{
	position: absolute;
	left: 0;
	top: 66px;
	z-index: 4;
	background: #005B9A;
	width: 314px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
nav li.has-child ul li a{
  color: #F2F5F7;
}
nav li.has-child ul li:last-child a{
  border-bottom:none;
}
nav li.has-child ul li a:hover,
nav li.has-child ul li a:active,
header a:hover{
	color: #000;
}
/*==768px以下の形状*/
@media screen and (max-width:899px){
  nav{
    padding: 0;
  }
  nav ul{
    display: block;
  }
  nav li.has-child ul,
  nav li.has-child ul ul{
    position: relative;
  left:0;
  top:0;
  width:100%;
  visibility:visible;/*JSで制御するため一旦表示*/
  opacity:1;
  transition:none;/*JSで制御するためCSSのアニメーションを切る*/
	background: #2D3436;
}
/*矢印の位置と向き*/
nav ul li.has-child::before{
  left:20px;  
}
nav ul ul li.has-child::before{
    transform: rotate(135deg);
  left:20px;
}
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}
.has-child p {
	padding: 0 10px;
}
nav li.has-child ul li a {
	color: #F2F5F7;
}
nav li.has-child ul li {
	border-bottom: 0 !important;
}
}
main.page_p {
	padding-top: 0;
}
.c2.service_img  {
	justify-content: center;
	margin: 2rem 0;
}
/* フロウ流れ */
.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow05 {
  padding-left: 0;
}
.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 60px;
}
.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}
.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #005B9A;
  color: #fff;
  position: absolute;
  left: 0;
}
.flow05 > li:not(:last-child)::before {
  content: '';
  background: #636E72;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow05 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #005B9A;
}
.flow05 > li dl dd {
  margin-left: 0;
	margin: 1rem 0;
}
main .flow .main_title h2 {
	font-size: 25px;
	color: #2D3436;
}
.top_service.de_service .c2 .text {
	padding: 0 4% 0 4%;
}
.property .main_title h4 {
	font-size: 25px;
	margin: 1rem 0;
	display: flex;
	align-items: center;
}
.property .main_title p {
	font-weight: 400;
}
.property .list-container .list {
	padding: 0;
}
.btn_pozi {
	display: flex;
	justify-content: center;
}
.ju_center {
	justify-content: center;
}
main.top_n {
	padding-top: 0;
}
.news_title {
	border-bottom: 1px solid #005B9A;
}
.news_title h4 {
	font-size: 22px;
	margin: 1rem 0;
}
main .main_title.news_g  p {
	font-weight: 400;
}
.news_g span {
	font-weight: bold;
}
.company table {
  margin: 0 auto;
	width: 100%;
	margin-bottom: 3rem;
}
.company table th,.company table td {
	border-bottom: 1px solid #636E72;
	padding: 1rem 0;
	text-align: left;
}
.company table th {
	width: 20%;
}
.c_space {
	width: 80%;
}
.ali_st {
	align-items: flex-start;
}
main .message h3 {
	margin: 0;
}
.contact form span {
	background-color: #005B9A;
	color: #F2F5F7;
	padding: 7px 10px;
	border-radius: 15px;
 font-size: 11px;
 margin-left: 10px;
}
.contact form p {
	text-align: center;
}
/* チェックボックス */
.contact form .p_checkbox span.te {
	background-color: initial;
    color: #2D3436;
		font-weight: bold;
}
.p_checkbox .ECM_CheckboxInput {
	padding: 12px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.p_checkbox .ECM_CheckboxInput-Input {
	margin: 0;
	width: 0;
	opacity: 0;
}
.p_checkbox .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
	border: dashed 2px #005B9A;
}
.p_checkbox .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
	background: #005B9A;
}
.p_checkbox .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 4px;
	border-radius: 2px;
	transform: translate(-6px, 5px) rotateZ(-135deg);
	transform-origin: 2px 2px;
	background: #F2F5F7;
}
.p_checkbox .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76%;
	height: 4px;
	border-radius: 2px;
	transform: translate(-6px, 5px) rotateZ(-45deg);
	transform-origin: 2px 2px;
	background: #F2F5F7;
}
.p_checkbox .ECM_CheckboxInput-DummyInput {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	border: solid 2px transparent;
	background: #F2F5F7;
	border-radius: 5px;
}
.p_checkbox .ECM_CheckboxInput-LabelText {
	margin-left: 12px;
	display: block;
	font-weight: 300;
}
.co_comple h4 {
	color: #005B9A;
	font-size: 23px;
}
.co_comple h4,.co_comple p {
	text-align: center;
}
a.btn_ce {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}
table.ta_confim th, table.ta_confim td {
	border-bottom: 1px solid #636E72;
}
.privacy ul li {
	list-style: none;
	margin-bottom: 1rem;
}
.privacy .ul_li li  {
	margin-bottom: 0;
} 
.privacy ul {
	padding: 0;
}
#new a, a.property {
	text-decoration: none;
}
/* 画像拡大 */
/* .box_bg {
	transition: transform .8s ease;
} */
/* .box:hover .box_bg {
	transform: scale(1.4);
} */
.box {
	overflow: hidden;
	width: 100%;
}
/* .box_bg {
	transition: transform .8s ease;
}
.box:hover .box_bg {
	transform: scale(1.1);
} */
.top_back_a,.top_back_b,.top_back_c {
	height: 350px; 
	background-size: cover;
	background-position: center center;
}
.top_back_a {
	background-image: url(../img/top_a.jpg);
}
.top_back_b {
	background-image: url(../img/top_b.jpg);
}
.top_back_c {
	background-image: url(../img/top_c.jpg);
}
td.radio input {
	width: 5%;
	padding: 10px 0;
	accent-color: #005B9A;
	transform: scale(1.4);
}
.contact form span.check {
	border: none;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	display: block;
	background-color: initial;
	margin-left: 0;
}
.top_message p {
	font-size: 24px;
	font-weight: bold;
}
.top_message h2 {
	font-size: 43px;
}
/* スライドTOP */
.slideshow {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 16s;
  opacity: 1;
  transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  animation-name: kenburns-1;
  z-index: 5;
}
.slideshow-image:nth-child(2) {
  animation-name: kenburns-2;
  z-index: 4;
}
.slideshow-image:nth-child(3) {
  animation-name: kenburns-3;
  z-index: 3;
}
.slideshow-image:nth-child(4) {
  animation-name: kenburns-4;
  z-index: 2;
}
.slideshow-image:nth-child(5) {
  animation-name: kenburns-5;
  z-index: 1;
}
.slideshow-image:nth-child(6) {
  animation-name: kenburns-6;
  z-index: 0;
}
@keyframes kenburns-1 {
	0% {
			opacity: 1;
			transform: scale(1.2);
	}
	1.5625% {
			opacity: 1;
	}
	23.4375% {
			opacity: 1;
	}
	26.5625% {
			opacity: 0;
			transform: scale(1);
	}
	100% {
			opacity: 0;
			transform: scale(1.2);
	}
	98.4375% {
			opacity: 0;
			transform: scale(1.2117647059);
	}
	100% {
			opacity: 1;
	}
}
@keyframes kenburns-2 {
	23.4375% {
			opacity: 1;
			transform: scale(1.2);
	}
	26.5625% {
			opacity: 1;
	}
	48.4375% {
			opacity: 1;
	}
	51.5625% {
			opacity: 0;
			transform: scale(1);
	}
	100% {
			opacity: 0;
			transform: scale(1.2);
	}
}
@keyframes kenburns-3 {
	48.4375% {
			opacity: 1;
			transform: scale(1.2);
	}
	51.5625% {
			opacity: 1;
	}
	73.4375% {
			opacity: 1;
	}
	76.5625% {
			opacity: 0;
			transform: scale(1);
	}
	100% {
			opacity: 0;
			transform: scale(1.2);
	}
}
@keyframes kenburns-4 {
	73.4375% {
			opacity: 1;
			transform: scale(1.2);
	}
	76.5625% {
			opacity: 1;
	}
	98.4375% {
			opacity: 1;
	}
	100% {
			opacity: 0;
			transform: scale(1);
	}
}
@keyframes kenburns-5 {
	73.4375% {
			opacity: 1;
			transform: scale(1.2);
	}
	76.5625% {
			opacity: 1;
	}
	98.4375% {
			opacity: 1;
	}
	100% {
			opacity: 0;
			transform: scale(1);
	}
}
@keyframes kenburns-6 {
	73.4375% {
			opacity: 1;
			transform: scale(1.2);
	}
	76.5625% {
			opacity: 1;
	}
	98.4375% {
			opacity: 1;
	}
	100% {
			opacity: 0;
			transform: scale(1);
	}
}
.top_space {
	position: relative;
}
.top_space h1 {
	width: 100%;
	text-align: center;
	z-index: 9;
	font-weight: bold;
	line-height: 1.2;
	font-size: 80px;
	color: #F2F5F7;
	font-family: "heebo", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	letter-spacing: 7px;

		/* フォント追加 */
		font-family: "futura-pt", sans-serif;
		font-weight: 700;
		font-style: normal;
}

.top_space h1 span {
	font-size: 130px;
	color: #005B9A;
}
.top_space h2 {
	font-size: 48px;
	z-index: 9;
	color: #F2F5F7;
	text-align: center;
	width: 100%;
	margin: 0;
	/* margin-top: 2rem; */
	margin-bottom: 1rem;
	letter-spacing: 15px;

	/* フォント追加 */
	font-family: "fot-klee-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.top_text {
	width: 100%;
	text-align: center;
	z-index: 9;
	font-weight: bold;
	line-height: 1.5;
	font-size: 100px;
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #005B9A;
}
section.top_space {
	padding: 0;
}
section.about {
	padding: 5% 5% 0 5%;
}
main .about h2 {
	color: #005B9A;
}
.r.ma_top_1_m p {
	margin-top: 2rem;
}
.main_h p {
	font-size: 20px;
	font-weight: bold;	
}
#mainimg #text.page_text.sa_text .sa_title h2 {
	font-size: 42px;
}
.box_s {
	background-color: #DFE6E9;
	width: 47%;
	margin-top: 4rem;
	padding-bottom: 2rem;
}
main .top_service .box_s h3 {
	text-align: center;
	color: #005B9A;
	margin: 1.5rem 0 1rem 0;
	font-size: 25px;
}
.box_s ul {
	list-style: none;
	margin: 0;
	padding: 0 25px;
}
.box_s ul li i {
	color: #005B9A;
	margin-right: 8px;
}
.box_s ul li {
	font-weight: bold;
}
.list-container.point .list h4 {
	font-size: 20px;
    padding: 10px 0;
		color: #005B9A;
}
.sub_t h2,main .main_title .sub_t h2 {
	font-size: 37px;
	color: #2D3436;
}
.top_slide::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.sub_slide::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
}
#new a {
	color: #2D3436;
}
td.radio  {
	display: block;
}
.box_s ul li {
	padding-left: 1em;
  text-indent: -1em;
}
.top_space h1 span.y {
	/* color: #FFA000; */
	color: #d19900;
	font-size: 80px;
}
.font_w {
	font-weight: bold;
}


/* ブレイクポイント */
	@media screen and (max-width: 899px){
	#mainimg {
		width: 100%;
		overflow: hidden;
		top: 75px;
		height: 500px;
		background-size: cover;
	}
	#mainimg #text {
		left: 7%;
	}
	#mainimg #text h2 {
		font-size: 49px;
	}
	#mainimg #text p.text {
    font-size: 45px;
	}
header {
	height: 60px;
}
header #logo {
	width: 142px;
	height: 94px;
}
a.btn2.mo_none {
	display: none !important;
}
.main_width,.sub_width {
	width: 100%;
}
.c2 .image {
	order: 1;
}
main .main_title p {
	margin-top: 3rem;
}
#footermenu,#footermenu .footer_ul {
	display: block;
}
#footermenu .footer_ul {
	margin: 3rem 0;
	width: 100%;
}
#footermenu .footer_ul ul {
	margin-bottom: 15px;
}
.feature_box img {
	width: 100%;
	height: 250px;
  object-fit: cover;
}
/* #mainimg.page {
	padding-top: 90%;
} */
#mainimg #text.page_text {
	left: 0%;
	padding: 20px;
}
.ma_top_1_m {
	margin-top: 1rem;
}
.ma_top_2_m {
	margin-top: 2rem;
}
.ma_btm_3_m {
	margin-bottom: 3rem;
}
.company_img img {
	width: 100%;
	margin-top: 3rem;
}
.list.blur.list1.blurstyle {
	margin-bottom: 0;
}
.flow05 > li:not(:last-child)::before {
	left: 15px;
}
#mainimg #text.page_text.sa_text h2,#mainimg #text.page_text.sa_text .sa_title h2 {
	font-size: 26px;
}
.service_title h2 {
	font-size: 21px;
}
.top_service .c2 .text.me {
	padding: 0px;
}
.ma_btn_3_m {
	margin-bottom: 3rem;
}
.ma_btn_2_m {
	margin-bottom: 2rem;
}
.c_space {
	width: 100%;
}
.ta1 th, .ta1 td {
	display: block;
}
.ta1 th {
	width: 100%;
}
table.ta_confim th {
	border-bottom: 0;
}
a.btn4 {
	margin-right: 0;
	margin-bottom: 2rem;
}
#menubar .has-child p a {
	padding: 0;
}
#footermenu a img {
	width: 100px;
}
footer {
	padding: 30px;
}
.top_message h2 {
	font-size: 26px;
}
.top_message p {
	font-size: 16px;
}
.mozi:after {
	top: -27px;
  left: -28px;
  font-size: 128px;
}
.mozi.a:after {
	top: 117px;
}
.news_title h4 {
	font-size: 18px;
}
#footermenu li,#footermenu .title  {
	padding-bottom: 15px;
}
#mainimg #text.page_text h3 {
	padding: 10px 0px;
}
main .top_service h3 {
	font-size: 23px;
	margin: 10px 0;
}
main .main_title h2 {
	font-size: 36px;
}
main .main_title h2 span {
	font-size: 13px;
}
main .about h2 {
	font-size: 22px;
}
.list2 {
	padding: 20px;
}
.feature_box .list-container .list h4 {
	font-size: 19px;
}
.list2 p {
	padding-top: 5px;
}
main p {
	font-size: 13px;
}
.box_s  {
	width: 100%;
  margin: 0;
  margin-top: 2rem;
	height: inherit;
  padding-bottom: 2rem;
}
.box_s ul {
	padding: 0 25px;
}
.sub_t h2, main .main_title .sub_t h2 {
	font-size: 25px;
}
main .top_service .box_s h3{
	font-size: 23px;
}
.main_h p {
	font-size: 18px;
}
#mainimg #text.page_text.sa_text h2 {
	font-size: 43px;
}
.top_space h1 {
	font-size: 63px;
}
.top_space h2 {
	font-size: 37px;
}
#mainimg.page.page_2,#mainimg.page.page_1 { 
	background-position: center;
}
.nav.active {
	margin-bottom: 9px;
}
main .message h3 {
	font-size: 25px;
}
main .message p {
	margin-top: 1rem;
}
.sp_max {
 width: 100%;	
}
.top_service.de_service .c2 .text {
	padding: 0;
}
main .main_title p.sp_main_p {
	margin-top: 1rem;
}
	}


@media screen and (min-width: 900px){
.pc_no {
	display: none;
}
.feature_box { 
	margin-bottom: 2rem;
}
.c2.me {
	margin-left: 0;
	margin-right: 0;
}
.top_service .c2 .text.me {
	padding: 0px 4% 0 4%;
}
.ta_confim {
	width: 80%;
}
#menubar ul .w_frame {
	/* background-color: #005B9A; */
	height: 70px;
	/* width: 120px; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #000; */
}
/* #menubar ul .w_frame a {
color: #F2F5F7;
} */
.r.ma_top_1_m p, .r.sub_width p {
	font-size: 18px;
	font-weight: bold;
}
.aline_t {
	align-items: start;
}
.feature_box img {
	height: 260px;
}
.feature_box .list-container {
	height: 260px;
}
.main_width {
	margin-right: 4%;
}
}


@media screen and (max-width: 610px){
	.top_space h1,.top_space h1 span.y {
		font-size: 40px;
	}
	.top_space h1 span {
		font-size: 62px;
	}
	.top_space h2 {
		font-size: 24px;
    letter-spacing: 8px;
	}
	.top_message h2 {
		font-size: 23px;
	}
	.top_message p {
		font-size: 15px;
		font-weight: 400;
	}
	main .top_service h3 {
    font-size: 20px;
	}
	.top_back_a, .top_back_b, .top_back_c,.feature_box img  {
		height: 240px;
	}
	.list-container .list h4 {
		font-size: 15px;
	}
	#new dt {
		font-size: 18px;
	}
	main .about h2 {
		font-size: 20px;
		margin-top: 1rem;
	}
	main .main_title p {
		font-weight: 400;
	}
	.main_h p {
		font-size: 16px;
	}
	main .top_service .box_s h3,.sub_t h2, main .main_title .sub_t h2 {
		font-size: 20px;
	}
	td.radio input {
		margin-right: 15px;
		margin-bottom: 20px; 
	}
	a.btn1, input[type="submit"].btn1 {
		font-size: 15px;
	}
	a.btn1 i {
		margin-left: 30px;
	}
	.btn3.bottom {
		margin-bottom: 2rem;
	}
	.btn5 {
		margin-bottom: 20px;
	}
	a.btn1, a.btn2, a.btn3, a.btn4, a.btn5, input[type="submit"].btn1 {
		padding: 12px 30px;
	}
}

@media screen and (max-width: 350px){
	.top_space h1 {
		font-size: 32px;
	}
	.top_space h2 {
		font-size: 33px;
		font-size: 18px;
	}
	.top_space h1 span {
		font-size: 58px;
	}
}
/* プライバシーのチェックボックス */
.Form-CheckItem-Label-Text a {
	text-decoration: underline;
}
.contact form .Form-CheckItem span {
	background-color: initial;
	color: initial;
	font-size: inherit;
	padding: initial;
	margin-left: initial;
}
.Form-CheckItem {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .Form-CheckItem {
    margin-top: 18px;
  }
}
.Form-CheckItem-Label {
  margin-top: 20px;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Form-CheckItem-Label-Input {
  display: none;
}
.Form-CheckItem-Label-SquareIcon {
  border: 1px solid #ddd;
  display: block;
  flex: none;
  width: 24px;
  height: 24px;
  background: #eaedf2;
	margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .Form-CheckItem-Label-SquareIcon {
    width: 15px;
    height: 15px;
  }
}
.Form-CheckItem-Label-Text {
  padding-left: 8px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Form-CheckItem-Label-Text {
    padding-left: 6px;
    font-size: 3.6vw;
  }
	.company table th {
		width: 25%;
	}
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.2;
  pointer-events: none;
  transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.Form-Btn.isActive {
  opacity: 1;
  pointer-events: inherit;
}
.Form-CheckItem-Label-Input:checked + *:before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #005B9A;
  transform-origin: bottom left;
  transform: rotateZ(90deg);
}
.Form-CheckItem-Label-Input:checked + *:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #005B9A;
  transform-origin: bottom left;
  transform: rotateZ(0deg);
}
.Form-CheckItem-Label-Input:checked + * {
  width: 0;
  height: 0;
  transform: translate(8px, 8px) rotateZ(-135deg) scale(1.5);
}
@media screen and (max-width: 480px) {
  .Form-CheckItem-Label-Input:checked + * {
    transform: translate(5px, 7px) rotateZ(-135deg) scale(1.5);

  }
}
@media screen and (min-width: 1292px){
	.feature_box .list-container .list p {
    margin-top: 1rem;
}
}
span.h_status {
	background-color: #d19900;
	color: #fff;
	padding: 3px 13px;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	margin-left: 14px;
	vertical-align: middle;
}
span.h_status.r {
	background-color: #00695C;
}
span.h_status.p {
	background-color: #4527A0;
}
span.h_status.o {
	background-color: #6D4C41;
}

table.prop_table {
  width: 100%;
  border-collapse: collapse;
	margin-bottom: 3rem;
}
table.prop_table tr *:nth-child(1){
	background:#005B9A;
	width: 300px;
}
table.prop_table tr *:nth-child(2){
  background: #F2F5F7;
	color: #2D3436;
	text-align: left;
}
table.prop_table th,table.prop_table td {
  color:white;
  border:solid 1px white;
  text-align: center;
  padding: 10px 15px;
}
.box_s ul.ck_ul {
	padding: 0 35px;
}
.psub_ttl {
	font-size: 20px;
	font-weight: bold;
	padding: 0 .7em;
	border-left: 5px solid #005B9A;
}
.ai_none {
	align-items: initial;
}
.pro_ttl {
	margin: 0 0 3rem 0 !important;
}
.point_ttl {
	color: #005B9A;
  font-size: 17px;
  padding-bottom: 5px;
  display: block;
}
span.page_status {
	margin-right: 16px;
	margin-left: 0;
	display: block;
	white-space: nowrap;
}
.sp_tab {
	display: flex;
}
.sales_box {
	border: 2px solid #636E72;
	margin-top: 30px;
}
.sales_box div {
	display: inline-flex;
	align-items: center;
	column-gap: 4px;
	position: relative;
	top: -17px;
	left: 10px;
	margin: 0 7px;
	padding: 0 8px;
	background: #fff;
	color: #636E72;
	font-weight: 600;
	vertical-align: top;
	font-size: 17px;
}
.sales_box div::before {
	width: 15px;
	height: 7.5px;
	border-bottom: 3px solid #636E72;
	border-left: 3px solid #636E72;
	transform: rotate(-45deg) translate(2px, -2px);
	content: '';
}
.sales_box p {
	margin: 0;
	padding: 0 1.5em 1em;
}
.sales_box ul {
	margin: 0 0 25px;
}
.property .main_title h4.ttl_btm {
	margin: 1rem 0 2rem 0;
}
.com_ul {
	padding-left: 0px;
}
.com_ul li {
	list-style: none;
	}
@media screen and (max-width: 719px){
	img.w_img {
    width: 100%;
}
table.prop_table tr *:nth-child(2),table.prop_table tr *:nth-child(1) {
	display: block;
	text-align: left;
	width: 100%;
}
.property .main_title h4 {
	font-size: 18px;
	display: inline-block;
	margin: 0rem 0;
}
.point_ttl {
	color: #005B9A;
  font-size: 15px;
}
span.page_status {
	margin-right: 12px;
	display: block;
	width: 74px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 13px;
}
.pro_ttl {
	margin: 20px 0 3rem 0 !important;
}
span.page_status.r {
	width: 135px;
}
span.page_status.p {
	width: 222px;
}
span.page_status.o {
	width: 162px;
}
.sales_box div {
	font-size: 15px;
	top: -15px;
}
.sales_box ul {
	padding-left: 30px;
}
.property .main_title h4.ttl_btm {
	margin: 1rem 0 1rem 0;
}
.sp_tab {
	display: flex;
	flex-wrap: wrap;
}
}