<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body------------*/
body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #222;
	line-height: 2;
	margin: 0 auto;
	/*position: absolute;*/
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

selector-for-YuGothic{
font-family:"æ¸¸ã‚´ã‚·ãƒƒã‚¯","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯",sans-serif;
}
selector-for-YuMincho{
font-family:"æ¸¸æ˜Žæœ","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ï¼­ï¼³ æ˜Žæœ",serif;
}
selector-for-Normal{
font-weight:normal;
}
selector-for-Bold{
font-weight:bold;
}

html,body,main,main &gt; section {
	width: 100%;
	min-width: 1080px;
	margin: 0 auto;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

p{
	font-size: 17px;
}

.bg {
	width: 100%;
	height: 100%;
	background: url(../images/top_bg.jpg) top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	z-index: -1;
}

.bg_bak {
	width: 170%;
	height: 170%;
	background: url(../images/top_bg.jpg) top center no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	z-index: -2;
}

.left-img {
	float: left;
	margin-right: 20px;
}

.right-img {
	float: right;
	margin-left: 20px;
}

/*header------------*/
header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	z-index: 999;
	overflow: hidden;
	padding: 5px 0;
	background: rgba(1, 1, 1, 0.9);
/* box-shadow */
	box-shadow: rgba(74,74,74,0.0980392) 0 5px 2px -1px;
	-webkit-box-shadow: rgba(74,74,74,0.0980392) 0 5px 2px -1px;
	-moz-box-shadow: rgba(74,74,74,0.0980392) 0 5px 2px -1px;
}

header .wrapper {
	width: auto;
	padding: 0 20px;
	max-width: 1080px;
}

header h1 {
	color: #D37012;
	float: left;
	font-size: 16px;
}

header h1 img {
	position: absolute;
	top: -120px;
	margin-top: 20px;
}

header h1 span {
	position: absolute;
	top: 18px;
	margin-top: 15px;
}

header .contact {
	float: right;
	margin-top: 18px;
}

header .contact .tel {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	float: left;
	line-height: 1.5;
	margin-right: 20px;
	letter-spacing: .7px;
}

header .contact .tel img {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
/* Fix for IE7 */
	*display: inline;
/* Fix for IE7 */
	padding-bottom: 4px;
	margin-right: 10px;
}

/*main------------*/
.wrapper {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.par_img {
	position: absolute;
}

main &gt; section {
	overflow: hidden;
}

/*header------------*/
#top {
	height: 980px;
	position: relative;
}

.layer {
	width: 130%;
	height: 980px;
	position: absolute;
	left: 0;
	margin-left: -15%;
}

#top_img01 {
	background: url(../images/top_img01.png) top center no-repeat;
	z-index: 1;
}

#top_img02 {
	background: url(../images/top_img02.png) top center no-repeat;
	z-index: 2;
}

#top_img03 {
	background: url(../images/top_img03.png) top center no-repeat;
	z-index: 3;
}

#top_img04 {
	background: url(../images/top_img04.png) top center no-repeat;
	z-index: 4;
}

#top_img05 {
	background: url(../images/top_img05.png) top center no-repeat;
	z-index: 5;
}

/*greeting------------*/
#greeting h3 {
	margin-bottom: 20px;
	font-size: 60px;
	color: #B88148;
}

#greeting p {
	font-size: 16px;
	color: #000000;
	display: block;
	text-align: center;
	letter-spacing: 0.5;
line-height: 2;
margin: 50px;
}

#greeting .inner {
	padding: 100px 0;
	background-color:rgba(255, 255, 255, 0.61);
	/*border-top: 3px solid #16AAED;*/

}

#greeting li h4 {
	font-size: 18px;
	color: #222222;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 5px;
	line-height: 1;
	margin-bottom: 10px;
	/*text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.61);*/

}

#greeting ul {
	padding: 30px;
	text-align: center;
}

#greeting .menu_h4{
	margin: 20px;
}


#greeting li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
/* Fix for IE7 */
	*display: inline;
/* Fix for IE7 */
	margin: 0 20px;
}

#greeting .lefttext {
	font-size: 18px;
	font-weight: 700;
}

#greeting .horlist {
	padding: 10px 0;
}

#greeting .horlist h4 {
	margin-top: 60px;
}

/*section01------------*/
#section01_h {
	color: #aaa;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
	border-top: 3px solid #16AAED;
}

#section01_h .inner {
	padding-top: 50px;
}

#section01 {
	background-position: center;
}

#section01 .inner {
background-repeat: no-repeat;
text-align: center;
padding: 80px 0 150px;
}


#section01 li {
	text-align: left;
	overflow: hidden;
	background:rgba(255, 255, 255, 0.9);
	padding: 40px;
	margin-top: 50px;
	text-align: left;
}

#section01 li h4 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-bottom: 30px;
	display: block;
	padding: 10px 0 10px 20px;
	border-left: 10px solid #d37012;
	width: 620px;
	letter-spacing: 5px;
	-webkit-background-size: 6px 6px;
-moz-background-size: 6px 6px;
background-size: 6px 6px;
background-color: #444444;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #666666), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #666666),
            color-stop(.75, #666666), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #666666 25%, transparent 25%,
          transparent 50%, #666666 50%, #666666 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #666666 25%, transparent 25%,
          transparent 50%, #666666 50%, #666666 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #666666 25%, transparent 25%,
          transparent 50%, #666666 50%, #666666 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #666666 25%, transparent 25%,
          transparent 50%, #666666 50%, #666666 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #666666 25%, transparent 25%,
          transparent 50%, #666666 50%, #666666 75%,
          transparent 75%, transparent);

}

#section01 .right {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-bottom: 20px;
	display: block;
	padding: 10px 0 10px 20px;
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #444444;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
	            color-stop(.25, #666666), color-stop(.25, transparent),
	            color-stop(.5, transparent), color-stop(.5, #666666),
	            color-stop(.75, #666666), color-stop(.75, transparent),
	            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #666666 25%, transparent 25%,
	          transparent 50%, #666666 50%, #666666 75%,
	          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #666666 25%, transparent 25%,
	          transparent 50%, #666666 50%, #666666 75%,
	          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #666666 25%, transparent 25%,
	          transparent 50%, #666666 50%, #666666 75%,
	          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #666666 25%, transparent 25%,
	          transparent 50%, #666666 50%, #666666 75%,
	          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #666666 25%, transparent 25%,
	          transparent 50%, #666666 50%, #666666 75%,
	          transparent 75%, transparent);
	width: 630px;
	margin-left: 380px;
	letter-spacing: 5px;
}

#section01 .horlist {
	padding: 10px 0;
}

#section01 .horlist h4 {
	margin-top: 60px;
}

#section01 h3 {
	margin-bottom: 20px;
	font-size: 60px;
	color: #B88148;
}

#section01 p {
	font-size: 15px;
	letter-spacing: 0.5;
  line-height: 1.8;
	margin: 0;
}

/*section02------------*/
#section02_h {
	color: #aaa;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
}

#section02_h .inner {
	padding-top: 50px;
}

#section02 {
	background-color: rgba(255, 255, 255, 0.2);
}

#section02 h3 {
	margin-bottom: 20px;
	font-size: 60px;
	color: #B88148;
}

#section02 p {
	font-size: 18px;
	color: #000;
	padding-left: 20px;
	padding-top: 40px;
	text-align: center;

}

#section02 .inner {
	padding: 80px 0 150px;
	background: url(../images/sec02_bg.jpg);
}


#section02 ul {
	margin: 0 auto;
}

#section02 li {
	text-align: left;
	overflow: hidden;
}


#section02 li h4 {
	font-size: 25px;
	color: #091554;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
	padding-left: 10px;
	border-left: 10px #787878 solid;
	font-weight: lighter;


}

#section02 .right {
	font-size: 25px;
	color: #091554;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
	margin-left: 380px;
	border-left: 10px #787878 solid;
	font-weight: lighter;

}


#section02 .sec02_01 {
	background: url(../images/sec02_bg01.jpg) top center no-repeat;
	height: 1096px;
}

#section02 .sec02_02 {
	background: url(../images/sec02_bg02.jpg) top center no-repeat;
	height: 868px;

}

#section02 .horlist {
	padding: 10px 0;
}


#section02 .horlist h4 {
	margin-top: 60px;
}

#section02 .inbox {
	display: flex;
	justify-content: space-between;
}

#section02 .imgbox {
	width: 510px;
	padding-top: 60px;
}

.certificate_ttl{
		font-size: 25px;
		color: #FFFFFF;
		line-height: 1.2;
		display: block;
		padding: 10px 0 10px  20px;
		border-left: 10px solid #d37012;
		-webkit-background-size: 6px 6px;
		-moz-background-size: 6px 6px;
		background-size: 6px 6px;
		background-color: #444444;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,
								color-stop(.25, #666666), color-stop(.25, transparent),
								color-stop(.5, transparent), color-stop(.5, #666666),
								color-stop(.75, #666666), color-stop(.75, transparent),
								to(transparent));
		background-image: -webkit-linear-gradient(-45deg, #666666 25%, transparent 25%,
							transparent 50%, #666666 50%, #666666 75%,
							transparent 75%, transparent);
		background-image: -moz-linear-gradient(-45deg, #666666 25%, transparent 25%,
							transparent 50%, #666666 50%, #666666 75%,
							transparent 75%, transparent);
		background-image: -ms-linear-gradient(-45deg, #666666 25%, transparent 25%,
							transparent 50%, #666666 50%, #666666 75%,
							transparent 75%, transparent);
		background-image: -o-linear-gradient(-45deg, #666666 25%, transparent 25%,
							transparent 50%, #666666 50%, #666666 75%,
							transparent 75%, transparent);
		background-image: linear-gradient(-45deg, #666666 25%, transparent 25%,
							transparent 50%, #666666 50%, #666666 75%,
							transparent 75%, transparent);
}


.certificate{
	width: 100%;
	background: rgba(255, 255, 255, 1);
	padding: 30px;
	text-align: center;
	color: #000000;
	font-size: 23px;
	margin-top: 30px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight: bold;
}

.certificate{
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 30px;
	text-align: center;
	color: #000000;
	font-size: 23px;
	margin-top: 30px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight: bold;
}

#section02 h5{
	width: 100%;
	background:#E67409;
	padding: 5px 5px 5px 20px;
	text-align: left;
	border-left: 10px solid #000000;
	margin-bottom: 30px;
	color: #FFFFFF;
	font-size: 20px;
font-weight: bold;
}

#section02 img{
	vertical-align: sub;
}


#section02 .ideal{
	display: flex;
	justify-content: space-between;
	margin: 80px 0 150px 0;
}


#section02 .horlist {
	padding: 10px 0;
}

#section02 .horlist h4 {
	margin-top: 60px;
}

#section02 ul {
	text-align: center;
	margin-bottom: 30px;
}


#section02 li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
/* Fix for IE7 */
	*display: inline;
/* Fix for IE7 */
	margin: 0 20px;
}


/*section03------------*/
#section03_h {
	color: #aaa;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
}

#section03_h .inner {
	padding-top: 50px;

}

#section03 {
	height: auto;
	text-align: left;
	/*background: rgba(255, 255, 255, 0.7);*/

}

#section03 .inner {
	background-size: cover;
	padding: 80px 0 150px;

}


#section03 li {
	padding-top: 80px;
	text-align: left;
	overflow: hidden;
}

#section03 h4 {
	font-size: 25px;
	color: #FFFFFF;
	line-height: 1.2;
	display: block;
	padding: 15px 0 15px  20px;
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #16AAED;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
	            color-stop(.25, #207eec), color-stop(.25, transparent),
	            color-stop(.5, transparent), color-stop(.5, #207eec),
	            color-stop(.75, #207eec), color-stop(.75, transparent),
	            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #207eec 25%, transparent 25%,
	          transparent 50%, #207eec 50%, #207eec 75%,
	          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #207eec 25%, transparent 25%,
	          transparent 50%, #207eec 50%, #207eec 75%,
	          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #207eec 25%, transparent 25%,
	          transparent 50%, #207eec 50%, #207eec 75%,
	          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #207eec 25%, transparent 25%,
	          transparent 50%, #207eec 50%, #207eec 75%,
	          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #207eec 25%, transparent 25%,
	          transparent 50%, #207eec 50%, #207eec 75%,
	          transparent 75%, transparent);
					letter-spacing: 5px;
					width: 880px;
					margin: 0 auto;

}

#section03 .right {
	font-size: 25px;
	color: #16AAED;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
	margin-left: 270px;
	border-left: 10px #00a5e2 solid;
}

#section03 .horlist {
	padding: 10px 0;
}

#section03 .horlist h4 {
	margin-top: 60px;
}

#section03 h3 {
	margin-bottom: 20px;
	font-size: 60px;
	color: #B88148;
}

#section03 p {
	letter-spacing: 1px;
  line-height: 2;
	margin: 0;
	margin-bottom: 50px;

}

#section03 .works01 {
text-align: center;
padding: 30px 0 100px;
}

.entry{
	display:block!important;
	width:250px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:8px 0 10px;
	color:#000000;
	background-color:#FFFFFF;
	border-radius:5px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
}

.entry:hover {
	background-color: #222222;
	color: #FFFFFF;
}
.entry::before,
.entry::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.entry,
.entry::before,
.entry::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.entry_ttl{
	width: 900px;
	padding: 10px 0 10px 30px;
	border-left: 10px solid #FFFFFF;
	background-color: #f0841e;
	margin: 50px 0 20px 0;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0 auto;
	color: #FFFFFF;
}


/*section04------------*/
#section04_h {
	color: #aaa;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
	border-top: 3px solid #16AAED;
}

#section04_h .inner {
	padding-top: 50px;

}

#section04 {
	height: auto;
	text-align: center;
	border-top: 3px solid #16AAED;
	background: rgba(246, 253, 255, 0.8);

}

#section04 .inner {
	padding: 80px 0 150px;
}

#section04 li {
	margin-top: 80px;
	text-align: left;
	overflow: hidden;
}

#section04 li h4 {
	font-size: 25px;
	color: #16AAED;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
	padding-left: 10px;
	border-left: 10px #00a5e2 solid;
	margin-top: 15px;
}

#section04 .right {
	font-size: 25px;
	color: #16AAED;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
	margin-left: 380px;
	border-left: 10px #00a5e2 solid;
}

#section04 .horlist {
	padding: 10px 0;
}

#section04 .horlist h4 {
	margin-top: 60px;
}

#section04 h3 {
	margin-bottom: 20px;
	font-size: 60px;
	color: #B88148;
}

#section04 p {
	letter-spacing: 1px;
  line-height: 2;
	margin: 0;
}


/*section05------------*/

#section05_h {
	color: #aaa;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
	border-top: 3px solid #16AAED;
}

#section05_h .inner {
	padding-top: 50px;

}

#section05 {
	height: auto;
	text-align: center;
background: rgba(255, 255, 255, 0.7);

}

#section05 .inner {
	padding: 80px 0 110px;
	background-image: url(../images/con05_bg.png);
	background-size: cover;


}

#section05 li h4 {
	font-size: 25px;
	color: #FFFFFF;
	line-height: 1.2;
	margin-bottom: 40px;
	display: block;
	text-align: left;
	padding-left: 20px;
	border-left: 10px #00a5e2 solid;
	padding-top: 15px;
}

#section05 .right {
	font-size: 25px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 40px;
	display: block;
	margin-left: 270px;
	border-left: 10px #00a5e2 solid;
	padding-left: 20px;

}

#section05 ul {
	text-align: center;
}

#section05 li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
/* Fix for IE7 */
	*display: inline;
/* Fix for IE7 */
	margin: 0 10px 50px;
}

#section05 .horlist {
	padding: 10px 0;
}

#section05 .horlist h4 {
	margin-top: 60px;
	vertical-align: middle;
}

#section05 h3 {
	margin-bottom: 20px;
	font-size: 60px;
	color: #B88148;
}

#section05 p {
	font-size: 15px;
	letter-spacing: 1px;
  line-height: 2;
	margin: 0;
	text-align: left;
	width: 1080px;
	vertical-align: middle;

}


/*section06------------*/

#section06_h {
	color: #aaa;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
	border-top: 3px solid #16AAED;
}

#section06_h .inner {
	padding-top: 50px;
}

#section06 {
	height: auto;
	text-align: center;
	border-top: 3px solid #16AAED;
	background: rgba(255,255,255,0.9);
}

#section06 .inner {
	padding: 80px 0 150px;
}


#section06 li {
	padding-top: 80px;
	text-align: left;
	overflow: hidden;
}

#section06 li h4 {
	font-size: 25px;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
	padding-left: 10px;
	border-left: 10px #16AAED solid;
}

#section06 .right {
	font-size: 25px;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
	margin-left: 320px;
	border-left: 10px #16AAED solid;
}

#section06 .horlist {
	padding: 10px 0;
}

#section06 .horlist h4 {
	margin-top: 60px;
}

#section06 h3 {
	margin-bottom: 20px;
	font-size: 60px;
	color: #B88148;
}

#section06 p {
	letter-spacing: 1px;
  line-height: 2;
	margin: 0;
}


/*company--------*/
#company_h {
	color: #aaa;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
	border-top: 3px solid #16AAED;
}

#company_h .inner {
	padding-top: 50px;
}

#company {
	text-align: left;
}

#company .company_p {
	margin-top: -13px;

}

#company .inner {
	background: url(../images/company_bg.jpg) top center no-repeat;
	padding: 80px 0 130px;
	background-size: cover;
}


#company h3 b {
	font-size: 24px;
	padding: 20px;
	display: block;
}

#company h3 small {
	display: block;
}

#company li {
	margin-top: 50px;
}

#company h4 {
	font-size: 25px;
	color: #FFFFFF;
	line-height: 1.2;
	display: block;
	padding: 10px 0 10px  20px;
	border-left: 10px solid #d37012;
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #444444;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
							color-stop(.25, #666666), color-stop(.25, transparent),
							color-stop(.5, transparent), color-stop(.5, #666666),
							color-stop(.75, #666666), color-stop(.75, transparent),
							to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
}



#company .profile {
	width: 480px;
	margin-right: 40px;
}

#company .greeting {
	margin-bottom: 60px;
	text-align: left;
}



#company .rinen_title {
	font-size: 20px;
	font-weight: bold;
	color: #824a00;
}

#company p {
	font-size: 16px;
	letter-spacing: 1px;
  line-height: 2;
	margin: 0;
	margin-top: 20px;
}

#company li {
	text-align: left;
	overflow: hidden;
	background:rgba(255, 255, 255, 0.8);
	padding: 40px;
}

.map{
	display: flex;
	justify-content: space-between;
}

.map01,.map02{
	width: 100%;
}

.map_ttl{
	width: 100%;
	padding: 10px 0 10px 30px;
	border-left: 10px solid #d37012;
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #444444;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
							color-stop(.25, #666666), color-stop(.25, transparent),
							color-stop(.5, transparent), color-stop(.5, #666666),
							color-stop(.75, #666666), color-stop(.75, transparent),
							to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
						color: #FFFFFF;
	margin: 50px 0 20px 0;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
}

/*faq--------*/
#faq_h {
	color: #aaa;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
	border-top: 3px solid #16AAED;
}

#faq_h .inner {
	padding-top: 50px;
}

#faq {
	text-align: center;


}

#faq .inner {
	padding-bottom: 80px;
	background:rgba(255, 255, 255, 0.7);
}

#faq h3 {
	color: #000;
	padding: 50px 0;
}

#faq h3 b {
	font-size: 24px;
	padding: 20px;
	display: block;
}

#faq ul {
	margin-top: -30px;

}


#faq h3 small {
	display: block;
}

#faq li {
	background-color: #16AAED;
	padding: 10px;
	margin-top: 20px;
	text-align: left;
}

#faq li dt {
	font-weight: 700;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px 10px 10px 10px;
	padding-top: 0;
	cursor: pointer;
}

#faq li dd {
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	width: 1040px;
	font-size: 15px;
}

i {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
/* Fix for IE7 */
	*display: inline;
/* Fix for IE7 */
	font-weight: 700;
	font-style: normal;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	margin-right: 20px;
}

i.q {
	background-color: #FFFFFF;
	color: #16AAED;
}

i.a {
	background-color: #11BB29;
	line-height: 2.6;
	color: #fff;
}

/*table--------*/
table {
	font-size: 16px;
	margin: 0 auto;
	margin-top:15px;
	border-collapse: separate;
border-spacing: 3px 3px;
}

th,td {
	padding: 20px;
	text-align: left;
}

td {
	background-color: #FFFFFF;
}

th {
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	-webkit-background-size: 6px 6px;
-moz-background-size: 6px 6px;
background-size: 6px 6px;
-webkit-background-size: 6px 6px;
-moz-background-size: 6px 6px;
background-size: 6px 6px;
background-color: #cccccc;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #e2e2e2), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #e2e2e2),
            color-stop(.75, #e2e2e2), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #e2e2e2 25%, transparent 25%,
          transparent 50%, #e2e2e2 50%, #e2e2e2 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #e2e2e2 25%, transparent 25%,
          transparent 50%, #e2e2e2 50%, #e2e2e2 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #e2e2e2 25%, transparent 25%,
          transparent 50%, #e2e2e2 50%, #e2e2e2 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #e2e2e2 25%, transparent 25%,
          transparent 50%, #e2e2e2 50%, #e2e2e2 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #e2e2e2 25%, transparent 25%,
          transparent 50%, #e2e2e2 50%, #e2e2e2 75%,
          transparent 75%, transparent);
}

/*footer--------*/
footer {
	color: #FFFFFF;
	overflow: hidden;
	background:#333333;
}

footer .left {
	float: left;
	padding-top: -50px;
}

footer .right {
	float: right;
	margin-left: 20px;
}

footer .box {
	padding: 30px;
	width: 600px;
	margin-top: 10px;
}

footer .tel {
	line-height: 1.2;
}

footer .tel img {
	margin-right: 10px;
}

footer .tel_num {
	color: #FFF;
	font-size: 30px;
	font-weight: bolder;
	margin-top: 20px;
}

footer .fax img {
	margin-right: 5px;
}

footer .fax_num {
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;

}

footer .contact {
	padding: 10px 20px 0 0;
}

footer h4 {
	font-size: 29px;
	color: #000;

}

footer p {
	font-size: 19px;
}

footer small {
	font-size: 12px;
}

footer .left  img {
	margin-top: 50px;
}

footer .adress {
	display: flex;
	justify-content: space-between;
}

footer .adress_left {
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 10px;
}

footer .adress_right {
	font-size: 12px;
	padding-left: 25px;
	border-left: 1px dashed #666;
	margin-bottom: 10px;
}

#copy {
	text-align: center;
	margin: 0 auto;
	background-color: #000000;
	color: #FFF;
	font-size: 12px;
}

#copy a {
	color: #FFF;
}

/*ãã®ä»–CSS--------*/
.greeting_ttl {
	color: #222222;
	font-size:50px;
	/*text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.61);*/
	text-align: center;
	display: block;
	letter-spacing: 3px;
	font-weight:bold;
	line-height: 1.5;

}

.small_ttl {
	text-align: center;
	font-size: 17px;
	color: #000000;
	display: block;
	/*text-shadow: 0px 0px 7px rgba(0, 70, 175, 0.61);*/
	margin-top: -20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #333333;


}


.title {
	font-size: 50px;
	color: #333333;
	text-align: center;
	margin: 20px 0 5px 0;
	padding-top: 30px;
	letter-spacing: 5px;
	display: block;
	/*text-shadow: 0px 0px 7px rgba(0, 70, 175, 0.61);*/
font-weight: 900;
display: block;
border-top: 2px solid #333333;

}


.small_ttl02 {
	text-align: center;
	font-size: 17px;
	color: #FFFFFF;
	display: block;
	/*text-shadow: 0px 0px 7px rgba(0, 70, 175, 0.61);*/
	margin-top: -20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #FFFFFF;


}


.title02 {
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
	margin: 20px 0 5px 0;
	padding-top: 30px;
	letter-spacing: 5px;
	display: block;
	/*text-shadow: 0px 0px 7px rgba(0, 70, 175, 0.61);*/
font-weight: 900;
display: block;
border-top: 2px solid #FFFFFF;

}


.center {
	text-align: center;
	margin-top: 80px;
}

hr {
	display: block;
	height: 2px;
	border: 0;
	border-top: 1px solid #222222;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
}

.fb {
	height: auto;
	width: 500px;
}

/*ãƒã‚§ãƒƒã‚¯ãƒªã‚¹ãƒˆ--------*/
.checklist {
	background: rgba(255, 238, 122, 0.5);
	margin-bottom: 80px;
	text-align: center;
	padding: 20px 0;
}

.checklist li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
/* Fix for IE7 */
	*display: inline;
/* Fix for IE7 */
	margin: 0 20px;
}

.checklist li img {
	vertical-align: sub;
	margin-right: 10px;
}

.checklist li h6 {
	font-size: 22px;
	color: #ff9100;
}

/*å¹ãå‡ºã—--------*/
.arrow_box {
	position: relative;
	margin-bottom: 50px;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 1.2;
	display: block;
	padding: 10px 0 10px  20px;
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #444444;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
							color-stop(.25, #666666), color-stop(.25, transparent),
							color-stop(.5, transparent), color-stop(.5, #666666),
							color-stop(.75, #666666), color-stop(.75, transparent),
							to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #666666 25%, transparent 25%,
						transparent 50%, #666666 50%, #666666 75%,
						transparent 75%, transparent);

	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
}

.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(224,224,224,0);
	border-top-color: #000000;
	border-width: 20px;
	margin-left: -20px;
	margin-bottom: 40px;
}

.arrow_box02 {
	width: 790px;
	position: relative;
	margin-bottom: 50px;
	height: 40px;
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #0022d2;
	font-size: 50px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}

.arrow_box02:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(224,224,224,0);
	border-top-color: #001896;
	border-width: 20px;
	margin-left: -50px;
	margin-bottom: 40px;
}


.arrow_box03 {
	position: relative;
	background: #0A1737;
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}
.arrow_box03:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 34, 210, 0);
	border-bottom-color: #000000;
	border-width: 10px;
	margin-left: -10px;
}


.bold{
	font-weight: bold;
	background: linear-gradient(transparent 50%, rgba(176, 248, 255, 0.79) 0%);
}

/*contact--------*/
table.contact_conf {
	width: 850px;
	margin: 0 auto 40px;
}
table.contact_conf th {
	width: 250px;
}

.contact_table {
	width: 850px;
	margin: 0 auto 30px;
}
.contact_table th {
	width: 250px;
}
.contact_form {
	width: 850px;
	margin: 0 auto 30px;
	font-size: 16px;
	color: #000000;
}

.contact_form th {
	width: 250px;
	text-align: left;
	padding-left: 40px;
	font-weight: bold;
	vertical-align: top;
}
.contact_form th p {
	width: 35px;
	margin: 0 0 0 5px;
	text-align: center;
	padding: 1px;
	background: #c80000;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	display: block;
	float: right;
}
.contact_form td {
	padding-left: 20px;
}
.contact_form td p {
	color: #f33;
	font-weight: bold;
}

.contact_form input,
.contact_form textarea {
	padding: 8px;
	border: 1;
	color: #000;
}
.contact_form input[type="submit"] {
	cursor: pointer;
}
.contact_form select {
	padding: 5px;
	border: 1;
}

p.submits {
	text-align: center;
}

p.submits input{
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background-color:#333333;
	border-radius:5px;
	margin: 0 auto;
	margin-top: 50px;
	margin: 0 8px;
	padding: 10px 20px 10px 20px;
	border: 0px;
}

p.submits input:hover {
	background-color: #acacac;
	color: #FFFFFF;
}
p.submits input::before,
p.submits input::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
p.submits input,
p.submits input::before,
p.submits input::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}





.contents-bg {
	background:rgba(255, 255, 255, 0.2);
	background-size: cover;
	text-align: center;
}
.contents-bg .inner {
	padding: 80px 0 100px 0;

}

#contact_h {
	color: #aaa;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
	/*border-top: 3px solid #0048a8;*/
}

#contact_h .inner {
	padding-top: 50px;
}


.blog{
	width: 1080px;
}
.blog .blog_text{
	width: 1080px;
	overflow: hidden;
	height: 335px;
	overflow-y: auto;
}
.blog .blog_text dl{
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #a2a2a2;
	overflow: hidden;
	font-size: 15px;
	text-align: left;
}
.blog .blog_text dl dt{
	width: 100px;
	float: left;
	color: #ff7a00;
	font-weight: bold;
}
.blog .blog_text dl dd{
	width: 980px;
	float: left;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}

.blog .blog_text dl dd a{
	color: #001136;
	text-decoration: underline;
}
.checkpoint_ttl{
	width: 1040px;
	background: #090b2f;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 20px;
	padding: 5px 22px 5px 20px;
	font-weight: bold;
}

.checkpoint_box{
	width: 1040px;
	border: 1px solid #090b2f;
	background: #FFFFFF;
	font-size: 17px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.checkpoint_box02{
	width: 1040px;
	border: 1px solid #090b2f;
	background: #FFFFFF;
	font-size: 17px;
	padding: 20px;
}
.checkbox_01
{
	width: 500px;
}

a img {
	transition: All 0.4s ease;
}
a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}


.button{
	display: block;
	margin: 0 auto;
	font-weight: bold;
width: 300px;
color: rgb(255, 255, 255);
font-size: 18px;
padding: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: rgb(13, 45, 140);
-webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 0px rgba(50, 50, 50, 0.75);
letter-spacing: 2px;
}

/* ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼
----------------------------------- */

#privacy {
	overflow: auto;
	width: 800px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: left;
	}

 .privacy.center #privacy .pr_title {
	color: #FFFFFF;
	background-color: #9F9F9F;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 20px;
	padding-left: 13px;
}

#privacy .privacy_box .pr_sub {
	border-bottom: 1px dotted #606060;
	font-size: 17px;
	background-image: url(../images/midasi.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.privacy.center #privacy .privacy_box {
	margin-bottom: 15px;
}
</pre></body></html>