@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 641px){




/* 共通 */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-right-radius: 0px;
	background-color: #F3F7FB;
}
.contents-box01 {
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.contents-box01 p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 175%;
}
.img-radius-shadow {
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-radius: 5px;
}

a:link {
	color: #003366;
	text-decoration: none;	
}
a:visited {
	color: #003366;
	text-decoration: none;	
}
a:hover {
	color: #B47E1A;
	text-decoration: underline;
}
h2 {
	border-bottom: 4px solid #659EE7;
	position: relative;
	padding-top: 0px;
	font-weight: normal;
	margin-top: 0px;
}

h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #265FA8;
  bottom: -4px;
  width: 15%;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	
}
.float-clear {
	clear: both;	
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


/* 共通-表 */

dl,
dt,
dd {
  box-sizing: border-box;
}
dl {
	background: #eee;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
dt,
dd {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #F3F7FB;
}
dt {
  width: 25%;
  float: left;
	
}
dd {
  background: #fff;
  margin-left: 25%;
  padding-bottom: 10px;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}



/* ヘッダー */



.header-rapper {
	background: linear-gradient(to left, #265FA8 25%, #E8F1F8 25%); 
}
.header-box {
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.title {
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 16px;
	width: 350px;
	height: auto;
}


ul.nav {
	display: flex;
	justify-content: flex-end;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	background-color: #265FA8;
	float: right;
	height: 100%;
}

ul.nav li {
	font-size: 16px;
	list-style-type: none;
	text-align: center;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 36px;
	padding-bottom: 37px;
	position: relative;
	margin-top: 0px;
}

ul.nav li:last-child {
	border-right: 1px solid #265FA8;
}
ul.nav a:link {
	text-decoration: none;
	color: #ffffff;
}
ul.nav a:visited {
	text-decoration: none;
	color: #ffffff;
}
ul.nav li:hover {
	text-shadow: 1px 1px 2px #ffffff;
	text-decoration: underline;
}
	.zdo_drawer_menu {
		display: none;
	}



/* フッター */

.footer-rapper {
	background-color: #265FA8;
}
.footer-box {
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 180%;
}



/* トップページ */


.slide {
	width: 100%;
	height: 70vh;;
	object-fit: cover;
	margin-top: 0px;
}

.index-catch01 {
	background-color: #FFFFFF;
	width: 320px;
	margin-top: 65px;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-shadow: 1px 1px 1px 1px #EEEEEE;
	box-shadow: 1px 1px 1px 1px #EEEEEE;
	text-align: center;
	font-size: 25px;
	position: relative;
	z-index: 10;
	border-radius: 3px;
	font-family: 'Noto Serif JP', serif;
	left: 50px;
	font-weight: 400;
}

.index-catch02 {
	position: relative;
	width: 520px;
	top: -165px;
	left: 330px;
	bottom: auto;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 70px;
	background-color: #265FA8;
	color: #FFFFFF;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 4px 1px #EEEEEE;
	box-shadow: 1px 1px 4px 1px #EEEEEE;
	font-size: 20px;
	line-height: 250%;
	margin-bottom: -160px;
	border-radius: 3px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;	
}

.index-subtitle01-01 {
	font-size: 30px;
	letter-spacing: 5px;
	margin-top: 30px;
	margin-bottom: -5px;
	padding-bottom: 0px;
}
.index-subtitle01-02 {
	font-size: 14px;
	position: relative;
	color: #265FA8;
	margin-bottom: 30px;
}
.index-subtitle01-02:before {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 40px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  background-color: #265FA8;/*線の色*/
}

ul.index-pr3 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.index-pr3 li {
	list-style-type: none;
	position: relative;
}
.index-pr3-text-back {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	background-color: rgba(255,255,255,0.97);
	text-align: center;
	font-size: 25px;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.index-pr3-arrow {
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 100%;
	text-align: center;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #265FA8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.index-pr3-imgsize {
	width: 320px;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-radius: 4px;
	opacity: 0.7;
}


ul.index-pr2 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.index-pr2 li {
	list-style-type: none;
}
.index-pr2-imgsize {
	width: 499px;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
}
.index-pr2-img01 {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/index/img02-01.jpg);
	background-size: 500px;
	text-align: center;
	line-height: 321px;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	width: 499px;
}
.index-pr2-img02 {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/index/img02-02.jpg);
	background-size: 500px;
	text-align: center;
	line-height: 321px;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	width: 499px;
}
.index-pr2-img02 {
	
}
ul.index-pr2 li a:link {
	color:#ffffff;
}
ul.index-pr2 li a:visited {
	color:#ffffff;
}
.index-pr2-cap {
	font-size: 15px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


/* 事業内容 */

.h1-business {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/business/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 280px;
	font-size: 60px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}




/* 施工事例 */

.h1-sekorei {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/sekorei/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 280px;
	font-size: 60px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}
.h1-sekorei-sitename {
	font-size: 25px;
}
.sekorei-box01 {
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}
.sekorei-box02 {
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-left: 6px;
	margin-right: 7px;
}
.botan01 {
	background-color: #F3F7FB;
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-left: 5px solid #265FA8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sekorei-ichiran-title {
	width: 100%;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.index-pr4-arrow {
	vertical-align: middle;
}
.sekorei-ichiran-imgsize01 {
	width: 217px;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
}
.sekorei-ichiran-imgsize02 {
	width: 300px;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
}




.sekorei-slider {
	float: left;
	width: 710px;
	margin-left: 50px;
}
.sekorei-thum {
	float: right;
	width: 120px;
	margin-right: 50px;
}
.sekorei-thum-img {
	margin-bottom: 10px;
}
.sekorei-thum-img a:link {
	opacity: 0.6;
}
.sekorei-thum-img a:visited {
	opacity: 0.6;
}
.sekorei-thum-img a:hover {
	opacity: 1;
}

.slide-img-L-01 {
	display: table;
	height: 710px;
	width: 710px;
}
.slide-img-L-02 {
	display: table-cell;
	height: 710px;
	vertical-align: middle;
	width: 710px;
}

.sekorei-text {
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-radius: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 50px;
	background-color: #FFFFFF;	
}
.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/* 会社概要 */


.h1-company {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/company/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 280px;
	font-size: 60px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}


/* 採用情報 */


.h1-recruit {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/recruit/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 280px;
	font-size: 60px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}



/* お問い合わせ */

.h1-contact {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/contact/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 280px;
	font-size: 60px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}

.form-S {
	width: 30%;
}
.form-M {
	width: 50%;	
}
.form-L {
	width: 70%;	
}

	
	
	
}







































@media all and (max-width:640px){

	


/* 共通 */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-right-radius: 0px;
	background-color: #F3F7FB;
}
.contents-box01 {
	width: 98%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.contents-box01 p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 175%;
}
.img-radius-shadow {
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-radius: 5px;
}

a:link {
	color: #003366;
	text-decoration: none;	
}
a:visited {
	color: #003366;
	text-decoration: none;	
}
a:hover {
	color: #B47E1A;
	text-decoration: underline;
}
h2 {
	border-bottom: 4px solid #659EE7;
	position: relative;
	padding-top: 0px;
	font-weight: normal;
	margin-top: 0px;
}

h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #265FA8;
  bottom: -4px;
  width: 15%;
}
.img-right {
	float: none;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-top: 10px;
}
.float-clear {
	clear: both;	
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


/* 共通-表 */

dl,
dt,
dd {
  box-sizing: border-box;
}
dl {
	background: #eee;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
dt,
dd {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #F3F7FB;
}
dt {
  width: 25%;
  float: left;
	
}
dd {
  background: #fff;
  margin-left: 25%;
  padding-bottom: 10px;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}



/* ヘッダー */



.header-rapper {
	
}
.header-box {
	width: 100%;
	height: 10vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.title {
	margin-top: 20px;
	margin-right: 5%;
	margin-left: auto;
	margin-bottom: 16px;
	width: 75%;
	height: auto;
	display: block;
}


ul.nav {
	display: none;
}

ul.nav li {
	font-size: 16px;
	list-style-type: none;
	text-align: center;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 36px;
	padding-bottom: 37px;
	position: relative;
	margin-top: 0px;
}

ul.nav li:last-child {
	border-right: 1px solid #265FA8;
}
ul.nav a:link {
	text-decoration: none;
	color: #ffffff;
}
ul.nav a:visited {
	text-decoration: none;
	color: #ffffff;
}
ul.nav li:hover {
	text-shadow: 1px 1px 2px #ffffff;
	text-decoration: underline;
}


	
/* ハンバーガーメニューはじまり */	

.zdo_drawer_button * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
	
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
	
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 4px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
	
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
	
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
	color: #265FA8;
}

.zdo_drawer_button .zdo_drawer_bar {
	background-color: #265FA8;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu {
	background-color: #000000;
}	
.zdo_drawer_menu .zdo_drawer_button {
	/*+++ Hamburger Button Position +++*/
	position: fixed;
	top: 25px;
	right: 32px;
	z-index: 1001;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 85%;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #F3F7FB;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 15px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-100%);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 100px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 23px;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #999999;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
}
	

ul.zdo_drawer_nav {
	justify-content: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}



ul.zdo_drawer_nav li:first-child {
	border-top: 1px solid #999999;
}
ul.zdo_drawer_nav a:link {
	text-decoration: none;
	color: #265FA8;
}
ul.zdo_drawer_nav a:visited {
	text-decoration: none;
	color: #265FA8;
}
ul.zdo_drawer_nav li:hover {
	text-shadow: 1px 1px 2px #265FA8;
	text-decoration: underline;
}

	
/* ハンバーガーメニューおわり */
	
	

/* フッター */

.footer-rapper {
	background-color: #265FA8;
}
.footer-box {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 180%;
}


	
	
/* トップページ */


.slide {
	width: 100%;
	height: 90vh;
	object-fit: cover;
	margin-top: 0px;
}

.index-catch01 {
	background-color: #FFFFFF;
	width: 70%;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 1px 1px 1px 1px #EEEEEE;
	box-shadow: 1px 1px 1px 1px #EEEEEE;
	text-align: center;
	font-size: 25px;
	position: relative;
	z-index: 10;
	border-radius: 3px;
	font-family: 'Noto Serif JP', serif;
	left: 15%;
	font-weight: 300;
}

.index-catch02 {
	position: relative;
	width: 88%;
	top: -60px;
	left: 3%;
	bottom: auto;
	padding-top: 25px;
	padding-right: 3%;
	padding-bottom: 15px;
	padding-left: 3%;
	background-color: #265FA8;
	color: #FFFFFF;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 4px 1px #EEEEEE;
	box-shadow: 1px 1px 4px 1px #EEEEEE;
	font-size: 20px;
	line-height: 200%;
	margin-bottom: -40px;
	border-radius: 3px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	
}

.index-subtitle01-01 {
	font-size: 30px;
	letter-spacing: 5px;
	margin-top: 30px;
	margin-bottom: -5px;
	padding-bottom: 0px;
}
.index-subtitle01-02 {
	font-size: 14px;
	position: relative;
	color: #265FA8;
	margin-bottom: 30px;
}
.index-subtitle01-02:before {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 40px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  background-color: #265FA8;/*線の色*/
}

ul.index-pr3 {
	display: block;
	justify-content: space-between;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.index-pr3 li {
	list-style-type: none;
	position: relative;
	margin-bottom: 15px;
}
.index-pr3-text-back {
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	background-color: rgba(255,255,255,0.97);
	text-align: center;
	font-size: 25px;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.index-pr3-arrow {
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 100%;
	text-align: center;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #265FA8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.index-pr3-imgsize {
	width: 100%;
	height: 300px;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-radius: 4px;
	opacity: 0.7;
	object-fit: cover;
}


ul.index-pr2 {
	display: block;
	justify-content: space-between;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.index-pr2 li {
	list-style-type: none;
}
.index-pr2-imgsize {
	width: 499px;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
}
.index-pr2-img01 {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/index/img02-01.jpg);
	background-size: 100%;
	text-align: center;
	line-height: 500%;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px;
}
.index-pr2-img02 {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/index/img02-02.jpg);
	background-size: 100%;
	text-align: center;
	line-height: 500%;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	width: 100%;
}
.index-pr2-img02 {
	
}
ul.index-pr2 li a:link {
	color:#ffffff;
}
ul.index-pr2 li a:visited {
	color:#ffffff;
}
.index-pr2-cap {
	font-size: 15px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


/* 事業内容 */

.h1-business {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/business/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 200px;
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}




/* 施工事例 */

.h1-sekorei {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/sekorei/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 200px;
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}
.h1-sekorei-backtext {
	display: block;
	margin-top: -250px;
	}
.h1-sekorei-sitename {
	font-size: 25px;
}
.sekorei-box01 {
	display: block;
}
.sekorei-box02 {
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-left: 6px;
	margin-right: 7px;
}
.botan01 {
	background-color: #F3F7FB;
	width: 150px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-left: 5px solid #265FA8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sekorei-ichiran-title {
	width: 100%;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.index-pr4-arrow {
	vertical-align: middle;
}
.sekorei-ichiran-imgsize01 {
	width: 100%;
	height: 200px;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	object-fit: cover;
}
.sekorei-ichiran-imgsize02 {
	width: 100%;
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	height: 250px;
	object-fit: cover;
}




.sekorei-slider {
	float: none;
	width: 100%;
	margin-left: 0px;
}
.sekorei-thum {
	display: none;
}
.sekorei-thum-img {
	margin-bottom: 10px;
}
.sekorei-thum-img a:link {
	opacity: 0.6;
}
.sekorei-thum-img a:visited {
	opacity: 0.6;
}
.sekorei-thum-img a:hover {
	opacity: 1;
}

.slide-img-L-01 {
	display: table;
	height: auto;
	width: 100%;
	height: 500px;
}
.slide-img-L-02 {
	display: table-cell;
	height: auto;
	vertical-align: middle;
	width: 100%;
	height: 500px;
}

.sekorei-text {
	-webkit-box-shadow: 1px 1px 4px 1px #CCCCCC;
	box-shadow: 1px 1px 4px 1px #CCCCCC;
	border-radius: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 50px;
	background-color: #FFFFFF;	
}
.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/* 会社概要 */


.h1-company {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/company/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 200px;
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}


/* 採用情報 */


.h1-recruit {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/recruit/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 200px;
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}



/* お問い合わせ */

.h1-contact {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-left: 0;
	background: url(img/contact/title-back.jpg) no-repeat center top;
	text-align: center;
	line-height: 200px;
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 10px;
	text-shadow: 2px 2px 8px #FFF,2px -2px 8px #FFF,-2px 2px 8px #FFF,-2px -2px 8px #FFF;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 1px 0px #333333;
	box-shadow: 0px 0px 1px 0px #333333;
}

.form-S {
	width: 60%;
}
.form-M {
	width: 70%;	
}
.form-L {
	width: 80%;	
}

	
}