@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,Area_main_img
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,item_nav_sub
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
		

.font_weight {
	font-weight: bold;
}
.text_center {
	text-align: center;
}

body {
	margin:0;
	
  /* フォントの種類を指定 */
	/* font-family: -apple-system, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; */
	/* 字間(プロポーショナルメトリクス)を指定 */
	/* font-feature-settings: "palt"; */
	/*
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	*/
	
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; 
	
	background-image:url("../img/bc_imgsub.png");
	background-repeat:repeat;
}


html,body{
    height: 100%;
}


header {
	z-index: 999;
}



footer {
	width: 100%;
	text-align: center;
	background-color: rgba(224,102,52,1.00);
}



p {
  white-space: pre-wrap;
}




.luxbar-header img {
	height: 60px;
}

.text_link {
	margin-top: 20px;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
	height: 40px;
}

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
	text-align: center;
	font-weight: bold;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  color: #fff;
	opacity: 1.0;
}
#page_top a::before{
  font-size: 14px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.pt_200 {
	padding-top: 200px;
}

.pt_100 {
	padding-top: 100px;
}

.pt_40 {
	padding-top: 40px;
}

.pt_20 {
	padding-top: 20px;
}

.site-header{
    background: rgba(224,102,52,1.00);
    display: flex;
    padding: 20px 0;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
}
.site-header.transform{
    background: rgba(224,102,52,0.8);
    padding: 10px 0 0;
}


.transform .header_sub {
	display:none;
}


.disp_pc {
	display:block;
}
.disp_sp {
	display:none;
}


small {
	height: 40px;
	line-height: 40px;
	color: white;
}

.mincho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}

h1, h2, h3, h4, dl {
    margin: 0;
}


.font_bold {
	font-weight: bold;
	
}












/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
	text-indent: 0;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
	text-indent: 0;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 16px;
	font-weight: bold;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: rgba(224,102,52,1.00);
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: rgba(224,102,52,1.00);
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   /* width: 100%; */
   padding:20px;
}



/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
	
	#page_top{
	  right: 30px;
	  bottom: 80px;
	}
}












.midashi_msg {
	height: 400px;
	background-image: url("../img/nishimura_1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	line-height: 400px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-shadow:  2px  2px 10px #000 ,
               -2px  2px 10px #000 ,
                2px -2px 10px #000 ,
               -2px -2px 10px #000;
}



.midashi_geneki {
	height: 340px;
	background-image: url("../img/ebisawanishimura1.jpg");
	background-position: top 60px center;
	background-repeat: no-repeat;
	background-size: cover; 
	width: 100%;
	text-align: center;
	font-weight: bold;
}




.pagetitle_anshinshite {
	height: 340px;
	background-image: url("../img/anshinshite.jpg");
	background-position: top 60px center;
	background-repeat: no-repeat;
	background-size: cover; 
	width: 100%;
	text-align: center;
	font-weight: bold;
}




.geneki_info_L {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.midashi_anshinshite {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	border-top: #FFFFFF dashed 10PX;
	padding-top: 40px;
}

.midashi_anshinshite_sub {
	font-size: 28px;
	margin-bottom: 30px;
}



.midashi_M_anshinshite {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.midashi_M_anshinshite_sub {
	font-size: 24px;
	margin-bottom: 30px;
}





.geneki_info {
	font-size: 24px;
	padding-bottom: 10px;
}



.anshinshite_midashi_L {
	font-size: 24px;
}
.anshinshite_midashi_L_sub {
	font-size: 16px;
}


.midashi_msg2 {
	height: 400px;
	background-image: url("../img/shimizume_1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	line-height: 400px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-shadow:  2px  2px 10px #000 ,
               -2px  2px 10px #000 ,
                2px -2px 10px #000 ,
               -2px -2px 10px #000;
}

.midashi_msg3 {
	height: 400px;
	background-image: url("../img/anshinshite_0.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	line-height: 400px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-shadow:  2px  2px 10px #000 ,
               -2px  2px 10px #000 ,
                2px -2px 10px #000 ,
               -2px -2px 10px #000;
}

.midashi_einenkinzoku {
	height: 340px;
	background-image: url("../img/ebisawashimizume.jpg");
	background-position: top 60px center;
	background-repeat: no-repeat;
	background-size: cover; 
	width: 100%;
	text-align: center;
	font-weight: bold;
}



.midashi_geneki2, .midashi_einenkinzoku2 {	
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

.midashi_bosyu {
	height: 300px;
	background-image: url("../img/main_bosyu.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	line-height: 240px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}



.item_header_title {
	font-size: 36px;
	font-weight: bold;
	line-height: 70px;
	color: white;
	text-indent: 0.5em;
	margin-left: 20px;
}


.item_header_title a{
	color: white;
}





.item_nav_sub {
	margin-right: 20px;
}


.item_nav_sub_li {
	float: left;
}

.item_nav_sub_li2{
	position: fixed;
  	right: 74px;
}

.fc_white {
	color: white;
}

a .fc_darkorange {
	color: rgba(224,102,52,1.00);
}

.bc_darkorange {
	background-color: rgba(224,102,52,1.00);
}

.container_full {
	width: 100%;
}

.container {
	margin: 0 auto;
	max-width: 1280px;
}

.container_90 {
	margin: 0 auto;
	width: 90%;
	max-width: 1280px;
}

.backimg_main {
	background-image:url("../img/bc_imgmain.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.backimg_sub {
	background-image:url("../img/bc_imgsub.png");
	background-repeat:repeat;
}

/* ====================
  グリッドコンテナ
==================== */
.header_sub {
	margin: 0px auto 0;
	padding-top: 6px;
  	max-width: 1280px;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 360px 1fr 480px;
    grid-template-rows: 30px;
	
	-ms-grid-columns: 360px 1fr 480px;
	-ms-grid-rows: 30px;
}


.grid_geneki {
	margin: 0px auto 0;
  	max-width: 1280px;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 200px 1fr 200px;
    grid-template-rows: auto;
	
	-ms-grid-columns: 200px 1fr 200px;
	-ms-grid-rows: auto;
}

.item_aside {
	text-align: center;
}


.geneki_img {
	width: 200px;
	margin-top: 0px;
}
.name {
	font-size: 24px;
	line-height: 1.5em;
}
.hosoku {
	font-size: 14px;
	line-height: 1.1em;
}


.header_sub_R,
.header_sub_L{
	font-size: 14px;
	line-height: 30px;
	color: white;
}

.header_sub_L {
	text-align: left;
	font-weight: bold;
}
.header_sub_R{
	text-align: right;
}

.header_sub_R span {
	font-weight: bold;
	font-size: 18px;
}


.box_mail2 {
	
	width: 100%;
	margin: 40px auto;
	padding: 40px;

}

.mail_midashi {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}
.mail_text {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 40px;
}

/* ====================
  グリッドコンテナ
==================== */
.container_header {
	margin: 0px auto 0;
	padding-top: 0px;
  	/* max-width: 1280px; */
	max-width: 100%;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 600px 1fr 320px;
    grid-template-rows: 70px;
	
	-ms-grid-columns: 600px 1fr 320px;
	-ms-grid-rows: 70px;
}



/* ====================
  グリッドコンテナ
==================== */
.Main_Area {
	margin: 0 auto 0;
	padding-top: 100px;
  	width: 100%;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 47% 1fr 47% 1fr;
    grid-template-rows: 600px;
	
	-ms-grid-columns: 1fr 47% 1fr 47% 1fr;
	-ms-grid-rows: 600px;
}


/* ====================
  グリッドコンテナ
==================== */
.Main_Area_btn {
	margin: 0 auto 0;
	padding-top: 0px;
  	width: 100%;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 48% 1fr 48% 1fr;
    grid-template-rows: auto;
	
	-ms-grid-columns: 1fr 48% 1fr 48% 1fr;
	-ms-grid-rows: auto;
}




/* ====================
  グリッドコンテナ
==================== */
.container_footer {
	margin: 0px auto 0;
	padding-top: 100px;
  	max-width: 1280px;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 460px 1fr 560px 1fr;
    grid-template-rows: auto;
	
	-ms-grid-columns: 1fr 460px 1fr 560px 1fr;
	-ms-grid-rows: auto;
}


.f_navi_P {
	font-weight: bold;
}


.f_navi_C {
	text-indent: 1em;
}


.footer_company {
	font-size: 14px;
	margin-bottom: 60px;
}





.footer_company table {
  border-collapse: collapse;
}

.footer_company th, .footer_company td {
	border-bottom: solid white 1px;
}

.footer_company td {
	padding: 18px 10px;
	line-height: 1.4em;
}

.footer_title {
	font-size: 20px;
}









.footer_navi {
	width: 100%;
	font-size: 16px;
}

.footer_navi table{
	margin: 0 auto;
	width: 100%;
}

.footer_navi td {
	padding: 6px 0px;
	line-height: 1.4em;
}







/* ====================
  グリッドコンテナ
==================== */
.Main_L,
.Main_R {
	margin: 40px auto 0;
	padding-top: 20px;
	padding-bottom: 20px;
  	width: 100%;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 460px;
    grid-template-rows: auto;
	
	-ms-grid-columns: 1fr 460px;
	-ms-grid-rows: auto;
}


.bottom_btn {
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin: 40px auto;
  	text-shadow:  2px  2px 2px #333 ,
               -2px  2px 2px #333 ,
                2px -2px 2px #333 ,
               -2px -2px 2px #333;
	
}

.Human_Msg {
	width: 100%;
}
.Human_Img {
	width: 100%;
}

.Human_Img1 {
	background-image: url("../img/pic_1.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size:contain;
	/* height: 400px; */
	width: 96%;
}

.Human_Img2 {
	background-image: url("../img/pic_2.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size:contain;
	/* height: 400px; */
	width: 96%;
}

.Human_Img3 {
	background-image: url("../img/pic_6.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size:contain;
	/* height: 400px; */
	width: 96%;
}

.Human_Img4 {
	background-image: url("../img/pic_7.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size:contain;
	/* height: 400px; */
	width: 96%;
}

.Human_Img5 {
	background-image: url("../img/pic_8.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size:contain;
	/* height: 400px; */
	width: 96%;
}


.Human_Msg_midashi {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}
.Human_Msg_naiyo {
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.6em;
}



.Human_Msg {
	padding: 20px 15px;
	background-color: rgba(31,10,4,0.5);
}

.Human_Msg ul {
	list-style: circle;
	margin-left: 20px;
}


.Main_Img_btn {
	width: 100%;
	text-align: center;
	margin-top: -320px;
	padding-bottom: 40px;
}

.sub_Img_btn {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	padding: 30px auto;
}

.btn_Square_main {

	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 50px;
	line-height: 50px;
}







.SNS_Area {
	height: 80px;
	width: 460px;
	text-align: center;
	border-radius: 50px;/*角の丸み*/
	background-color: seashell;
	margin: 0 auto;
	padding-top: 30px;
}



/* ====================
  グリッドコンテナ
==================== */
.blog_area{
	
  	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 300px 1fr 300px 1fr 300px 1fr;
    grid-template-rows: auto;
	
	-ms-grid-columns: 1fr 300px 1fr 300px 1fr 300px 1fr;
	-ms-grid-rows: auto;
}


.blog_box{
	height:auto;
}

.blog_title {
	font-size: 1.0em;
	line-height: 1.1em;
	margin:6px 0 4px;
}
.blog_date {
	font-size: 0.9em;
	line-height: 1.5em;
	margin:4px 0;
}

.blog_shikaku {
	font-size: 1em;
	line-height: 1.2em;
	margin:8px 0;
}

.blog_info {
	font-size: 1em;
	line-height: 1.2em;
	margin:4px 0;
}
.blog_read {
	font-weight: bold;
	font-size: 0.9em;
	text-align: right;
}




/* ====================
  グリッドコンテナ
==================== */
.pic_area{
	
  	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 45% 1fr 45% 1fr;
    grid-template-rows: auto;
	
	-ms-grid-columns: 1fr 45% 1fr 45% 1fr;
	-ms-grid-rows: auto;
}



/* ====================
  グリッドコンテナ
==================== */
.gyomu_area {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 300px 1fr 300px 1fr 300px 1fr;
    grid-template-rows: 300px;
	
	-ms-grid-columns: 1fr 300px 1fr 300px 1fr 300px 1fr;
	-ms-grid-rows:  300px;
}





/* ====================
  グリッドコンテナ
==================== */
.footer_area {
	margin: 0px auto 0;
	padding-top: 100px;
  	max-width: 1280px;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 500px 1fr 150px 1fr 150px 1fr 150px 1fr 150px;
    grid-template-rows: auto;
	
	-ms-grid-columns: 500px 1fr 150px 1fr 150px 1fr 150px 1fr 150px;
	-ms-grid-rows: auto;
}



/* ====================
  グリッドコンテナ
==================== */
.anshinshite_img_1 {
	margin: 0px auto 0;
  	max-width: 600px;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr;
    grid-template-rows: auto;
	
	-ms-grid-columns: 1fr;
	-ms-grid-rows: auto;
}

.anshinshite_img_1 img {
	width: 100%;
}


/* ====================
  グリッドコンテナ
==================== */
.anshinshite_img_1_full {
	margin: 0px auto 0;
  	max-width: 100%;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr;
    grid-template-rows: auto;
	
	-ms-grid-columns: 1fr;
	-ms-grid-rows: auto;
}

.anshinshite_img_1_full img {
	width: 100%;
}


/* ====================
  グリッドコンテナ
==================== */
.anshinshite_img_2 {
	margin: 0px auto 0;
  	width: 100%;
		
	column-gap: 20px;
	
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
	
	-ms-grid-columns: 1fr 1fr;
	-ms-grid-rows: auto;
}

.anshinshite_img_2 img {
	width: 100%;
	margin-bottom: 40px;
}


/* ====================
  グリッドコンテナ
==================== */
.anshinshite_img_2_46 {
	margin: 0px auto 0;
  	width: 100%;
		
	column-gap: 20px;
	
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 40% 60%;
    grid-template-rows: auto;
	
	-ms-grid-columns: 40% 60%;
	-ms-grid-rows: auto;
}

.anshinshite_img_2_46 img {
	width: 100%;
	margin-bottom: 40px;
}



/* ====================
  グリッドコンテナ
==================== */
.anshinshite_img_4 {
	margin: 0px auto 0;
  	max-width: 100%;
	column-gap: 20px;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
	
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
}

.anshinshite_img_4 img {
	width: 100%;
}


.item_nav_sub_li {
	padding: 0 20px;
	line-height: 40px;
	font-size: 18px;
	color: white;
	font-weight: bold;
}


.item_nav_sub_li2{
	padding: 5px;
	margin-top: 0px;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.bottom_btn {
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
}

.fc_white a {
	color: white;
}
.fc_darkorange a {
	color: rgba(255,103,0,1.00);
}

.item_nav_sub ul {
	float: left;
}



.btn_Square {
	background-color: white;
	color: rgba(255,103,0,1.00);
	margin-left: 10px;
}




.Area_main_img {
	height:1200px;
}










/* ボタン */
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.10em 0.2em;
  text-decoration: none;
  color: #FFF;
  background: rgba(255,103,0,1.00);/*背景色*/
  border-bottom: solid 2px rgba(50,30,20,1.00);
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px rgba(255,103,0,1.00);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.mt_m120 {
	margin-top: -120px;
}


.btn-square-double {
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 120px;
  	border: double 4px white;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	position:relative;
	
}



.midashi2 {
	font-size: 1.6em;
	height: 2em;
	line-height: 2em;
}
.midashi3 {
	font-size: 1.2em;
	height: 1.6em;
	line-height: 1.6em;
}

.mb_40 {
	margin-bottom: 40px;
}


.mb_100 {
	margin-bottom: 100px;
}

.mb_160 {
	margin-bottom: 160px;
}

.mb_200 {
	margin-bottom: 200px;
}
.mb_300 {
	margin-bottom: 300px;
}

.gyomu_box {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}



.mt_m80 {
	margin-top: -80px;
}

.container_80p {
	margin: 0 auto;
	width: 80%;
}

.container_90p {
	margin: 0 auto;
	width: 90%;
}

.KyuzinSs_midashi {
	font-size: 24px;
	line-height: 50px;
	height: 50px;
	background-color:tomato;
	color: white;
	font-weight: bold;
	text-indent: 1em;
	margin-bottom: 20px;
}


.KyuzinSs_midashi2 {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	color: white;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
}


.tbl_recruitSs p{
	margin-left: 20px;
}

.KyuzinSs_info {
	font-size: 18px;
	line-height: 24px;
	width: 76%;
	color: white;
}


.pankuzu {
	color: white;
}

.pankuzu a{
	color: white;
	font-weight: bold;
}


.tbl_recruit {
	margin: 10px auto;
	color: black;
	text-align: center;
	width: 80%;
	line-height: 1.3em;
}

.tbl_recruit caption {
	margin: 20px auto 10px;
	color: white;
	text-align: center;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: bold;
	width: 100%;
}

.tbl_recruit th{
	text-align: center;
	border: 1px solid rgb(255,103,0);
  	padding: 10px;
	margin-left: -10px;
	width: 200px;
	background-color:rgb(255,234,201);
}

.tbl_recruit td {
  border: 1px solid rgb(255,103,0);
  padding: 10px;
	margin-left: -10px;
	background-color:white;
}




.tbl_recruitSs {
	margin: 10px auto;
	color: black;
	text-align: center;
	width: 100%;
	line-height: 1.3em;
}

.tbl_recruitSs th{
	text-align: center;
	border: 0px;
  	padding: 0px;
	margin-left: 0px;
	width: 300px;
}

.tbl_recruitSs td {
  border: 0px;
  padding: 10px;
	margin-left: -10px;
}



.navigation1 {
	width: 200px;
}
.navigation2 {
	width: 200px;
}



.tbl_contact th{
	text-align:right;
	padding-right:20px;
}
.tbl_contact td{
	text-align:left;
	padding-left:20px;
}

#tbl_contact_c {
	text-align:center;
}

.Err {
	color:#F00;
}




.tbl_recruit input{
	margin:10px;
}

input.input_H{
	height: 30px;
	font-size: 18px;
}

.tbl_recruit textarea{
	margin:10px;
}

tbl_recruit .last {
	margin-top: 40px;
}


tbl_recruitSs .last {
	margin-top: 40px;
}






.item_main {
	font-size: 20px;
	line-height: 1.5em;
}



.mycomment {
	margin: 0 20% 40px 80px;
	text-align: left;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:rgba(1,21,69,1.00);
}
.says {
	margin: 0 80px 40px 20%;
	text-align: left;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color:rgba(195,229,255,1.00);
}






.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin: 0 auto;

}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}




@media screen and (max-width: 1920px) {
	
	
	/* ====================
	  グリッドコンテナ
	==================== */
	.Main_Area {
		margin: 0 auto 0;
		padding-top: 100px;
		width: 100%;

		display: grid;
		display: -ms-grid;

		grid-template-columns: 1fr 48% 1fr 48% 1fr;
		grid-template-rows: 480px;

		-ms-grid-columns: 1fr 48% 1fr 48% 1fr;
		-ms-grid-rows: 480px;
	}
	
	/* ====================
	  グリッドコンテナ
	==================== */
	.Main_L,
	.Main_R {

		grid-template-columns: 1fr 360px;
		grid-template-rows: auto;

		-ms-grid-columns: 1fr 360px;
		-ms-grid-rows: auto;
	}
	
	.Human_Msg_midashi {
		font-size: 16px;
		line-height: 28px;
		font-weight: bold;
	}
	.Human_Msg_naiyo {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.4em;
	}
	

}




@media screen and (max-width: 1280px) {

	.item_header_title {
		font-size: 28px;
	}
	
	.Human_Msg_midashi {
		font-size: 16px;
		line-height: 28px;
		font-weight: bold;
	}
	.Human_Msg_naiyo {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.3em;
	}
	
	.midashi_msg, .midashi_msg2, .midashi_msg3
	{	
		font-size: 32px;
	}
	
	
	.grid_geneki {
		grid-template-columns: 180px 1fr 180px;
		-ms-grid-columns: 180px 1fr 180px;
	}

	.geneki_img {
		width: 100%;
		margin-top: 0px;
	}
	.name {
		font-size: 18px;
		line-height: 1.5em;
	}
	.hosoku {
		font-size: 12px;
		line-height: 1.1em;
	}
	.line-bc {
	  font-size: 16px;
	}
	
	
}






@media screen and (max-width: 1100px) {
	
	
	.item_header_title {
		font-size: 24px;
	}
	
	.Human_Msg_midashi {
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
	}
	.Human_Msg_naiyo {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.5em;
	}
	
	/* ====================
	  グリッドコンテナ
	==================== */
	.Main_Area {
		padding-top: 80px;

		grid-template-columns: 1fr 48% 1fr 48% 1fr;
		grid-template-rows: auto;

		-ms-grid-columns: 1fr 48% 1fr 48% 1fr;
		-ms-grid-rows: auto;
	}
	
	
	/* ====================
	  グリッドコンテナ
	==================== */
	.Main_L,
	.Main_R {
		
		padding-top: 70%;
		grid-template-columns: 1fr 20px;
		grid-template-rows: auto;

		-ms-grid-columns: 1fr 20px;
		-ms-grid-rows: auto;

	}
	
	
	.Human_Msg {
		background-color: rgba(31,10,4,0.5);
	}
	
	.mb_100 {
		margin-bottom: 80px;
	}
	
	.mb_160 {
		margin-bottom: 120px;
	}
	
	.mb_200 {
		margin-bottom: 160px;
	}
	
	
	
	
	.midashi_msg {
		height: 300px;
		background-image: url("../img/nishimura_1s.jpg");
		background-position: left center;
		line-height: 300px;		
		font-size: 24px;
	}
	.midashi_msg2 {
		height: 300px;
		background-image: url("../img/shimizume_1s.jpg");
		background-position: top center;
		line-height: 300px;		
		font-size: 24px;
	}
	
	.midashi_msg3 {
		height: 300px;
		background-image: url("../img/anshinshite_0.jpg");
		background-position: top center;
		line-height: 300px;		
		font-size: 24px;
	}
	

	.mycomment {
		margin: 0 15% 40px 40px;		
	}

	.says {
		margin: 0 40px 40px 15%;
	}


	.midashi_bosyu {
		font-size: 30px;
	}
	
}





@media screen and (max-width: 960px) {
	
	
	.luxbar-header img {
		width:300px;
		height: auto;
		margin-top: 10px;
	}
	
	
	a:hover{
		text-decoration: none;
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;

	}
	
	.pt_100 {
		padding-top: 0px;
	}
	.pt_200 {
		padding-top: 100px;
	}
	
	.mb_100 {
		margin-bottom: 60px;
	}
	
	.mb_160 {
		margin-bottom: 100px;
	}
	
	.mb_200 {
		margin-bottom: 120px;
	}
	
	
	
	.disp_pc {
		display:none;
	}
	.disp_sp {
		display:block;
	}
	
	body {
		margin-top: 60px;
	}
	
	.luxbar-brand{
		font-size: 24px;
		line-height: 30px;
	}

	
	
	.Human_Msg_midashi {
		font-size: 14px;
		line-height: 1.5em;
	}
	.Human_Msg_naiyo {
		font-size: 14px;
		line-height: 1.5em;
	}

	
	.Main_Area {
		padding-top: 0px;
	}
	
	.container_80p {
		width: 90%;
	}
	
	
	.KyuzinSs_info {
		font-size: 16px;
		line-height: 22px;
		width: 86%;
	}
	
	
	.tbl_recruit {
		width: 90%;
	}
	.tbl_recruit th,
	.tbl_recruit td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	
	.tbl_recruit input{
		width: 94%;
	}
	.tbl_recruit textarea{
		width: 94%;
	}
	
	
	
	
		
	.tbl_recruitSs {
		width: 90%;
	}
	.tbl_recruitSs th,
	.tbl_recruitSs td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	
	
	
	
	/* ====================
	  グリッドコンテナ
	==================== */
	.container_footer {

		padding-top: 40px;
		
		grid-template-columns: 100%;
		grid-template-rows: auto 60px auto;

		-ms-grid-columns: 100%;
		-ms-grid-rows: auto 60px auto;
	}
	
	

	/* ====================
	  グリッドコンテナ
	==================== */
	.anshinshite_img_2 {
		margin: 0px auto 0;
		max-width: 600px;

		display: grid;
		display: -ms-grid;

		grid-template-columns: 1fr;
		grid-template-rows: auto auto;

		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto auto;
	}
	
	
	/* ====================
	  グリッドコンテナ
	==================== */
	.anshinshite_img_2_46 {
		margin: 0px auto 0;
		max-width: 600px;

		display: grid;
		display: -ms-grid;

		grid-template-columns: 1fr;
		grid-template-rows: auto auto;

		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto auto;
	}
	
	
	/* ====================
	  グリッドコンテナ
	==================== */
	.anshinshite_img_4 {
		margin: 0px auto 0;
		max-width: 600px;

		display: grid;
		display: -ms-grid;

		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;

		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto auto auto auto;
	}
	
	
	
	
	
	.footer_navi {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	.footer_company{
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	
	.footer_title {
		font-size: 20px;
		text-align: center;
	}
	
	
	
	.footer_navi {
		font-size: 14px;
	}

	.footer_navi td {
		padding: 4px 0px;
		line-height: 1.2em;
	}
	
	.footer_company{
		padding: 0px 0px;
		line-height: 1.2em;
		font-size: 14px;
		margin-bottom: 0px;
	}

	.footer_company td {
		padding: 6px 2px;
		line-height: 1.2em;
	}
	
	#page_top{
	  right: 30px;
	  bottom: 80px;
	}
	
	.bottom_btn {
		height: 30px;
		line-height: 30px;
		margin: 10px auto;
	}
	
	
	
	.mt_m80 {
		margin-top: -100px;
		margin-bottom: 100px;
	}
	
	.midashi_geneki, .midashi_einenkinzoku, .pagetitle_anshinshite {
		height: 300px;
		line-height: 300px;
		font-size: 24px;
	}
	.line-bc {
	  font-size: 14px;
	}
	
	

	
	.name {
		font-size: 16px;
		line-height: 1.5em;
	}
	.hosoku {
		font-size: 10px;
		line-height: 1em;
	}


	.midashi_geneki, .midashi_einenkinzoku, .pagetitle_anshinshite {
		background-position: center center;
	}
	
	
	.mycomment {
		margin: 0 30px 30px 20px;
		font-size: 15px;
	}

	.says {
		margin: 0 20px 30px 30px;
		font-size: 15px;
	}


	
	.midashi_bosyu {
		font-size: 24px;
	}
	
	
	
	
	.midashi_anshinshite {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.midashi_anshinshite_sub {
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	
	.midashi_M_anshinshite {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.midashi_M_anshinshite_sub {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	
}

@media screen and (max-width: 700px) {
	.grid_geneki {
		grid-template-columns: 140px 1fr 140px;
		-ms-grid-columns: 140px 1fr 140px;
	}
	
	.midashi_bosyu {
		font-size: 20px;
	}
	
}

@media screen and (max-width: 560px) {
	
	.luxbar-header img {
		width:70%;
		height: auto;
		margin-top: 10px;
	}
	
	.luxbar-brand{
		font-size: 18px;
		line-height: 30px;
	}
	
	.mb_100 {
		margin-bottom: 20px;
	}
	
	.mb_160 {
		margin-bottom: 30px;
	}
	
	.mb_200 {
		margin-bottom: 40px;
	}
	
	
	
	.pt_200 {
		padding-top: 50px;
	}
	.footer_navi,
	.footer_company {
		font-size: 12px;
		line-height: 1.1em;
	}
	
	.f_navi_C {
		text-indent: 0.5em;
	}
	
	.footer_title {
		font-size: 16px;
	}
	
	small {
		font-size: 10px;
	}
	
	#page_top{
	  right: 10px;
	  bottom: 80px;
	}
	
	.midashi_msg, .midashi_msg2, .midashi_msg3 {	
		font-size: 18px;
		height: 240px;
		line-height: 240px;
		background-position: top center;
	}
	
	.midashi_geneki, .midashi_einenkinzoku, .pagetitle_anshinshite {
		height: 100px;
		line-height: 100px;
		font-size: 18px;
	}
	
	
	.geneki_info_L {
		font-size: 24px;
	}
	
	
	.geneki_info {
		font-size: 18px;
	}
	
	
	.midashi_anshinshite {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.midashi_anshinshite_sub {
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	
	
	.anshinshite_midashi_L {
		font-size: 24px;
	}
	.anshinshite_midashi_L_sub {
		font-size: 16px;
	}
	
	
	.midashi_M_anshinshite {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.midashi_M_anshinshite_sub {
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	
	
	
	.grid_geneki {
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto;
		
		-ms-grid-columns: 50% 50%;
		-ms-grid-rows: auto auto;
	}
	
	
	
	/* ====================
	  グリッドアイテム
	==================== */
	.navigation1 {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.navigation2 {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	
	.item_main {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	
	.mycomment {
		margin: 0 5% 20px 10px;
		font-size: 14px;
	}

	.says {
		margin: 0 10px 20px 5%;
		font-size: 14px;
	}
	
	.midashi_bosyu {
		height:140px;
		padding-top: 100px;
		line-height: 20px;
		font-size: 16px;
	}
	
	.tbl_recruit caption{
		line-height: 24px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.KyuzinSs_midashi {
		font-size: 16px;
		line-height: 32px;
		height: 32px;
		text-indent: 0.5em;
	}

	.SNS_Area {
		height: 60px;
		width: 100%;
		border-radius: 30px;/*角の丸み*/
		padding-top: 20px;
	}
	.SNS_Area img{
		height:60%;
	}
	
	
}