@charset "UTF-8";
/*
Theme Name: https://siroroc.jp/
Description: https://siroroc.jp/
Version: 2026.7
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
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-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

* {
	outline: none;
}

body {
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

button {
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

input,
button,
select,
textarea {
	border-radius: 0;
}

/*
Web Fonts
  font-family: "Montserrat", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
*/


/* ------------------------------------------
   Style
------------------------------------------ */
body {
	-webkit-font-smoothing: antialiased;
	height: 100%;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	-webkit-text-size-adjust: none;
	font-family: "Noto Sans JP", sans-serif;
	transition: opacity 1s ease, background 0.5s ease;
	-webkit-print-color-adjust: exact;
	letter-spacing: 0.02em;
	font-weight: normal;
	background: #fff;
	font-weight: 400;
}
body#inner,
body.color {
	background: #efeeea;
}

body p {
	color: inherit;
	font-size: inherit;
	line-height: 2em;
}

a,
a img,
button {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
	overflow-wrap: anywhere;
	word-break: break-all;
	text-align: left;
	cursor: pointer;
}

.pc_view a:hover {
	opacity: 0.75;
}

.pc_view button:hover {
	opacity: 0.75;
}

span {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	/* word-break: keep-all; */
	/* word-wrap: normal; */
	overflow-wrap: break-word;
	letter-spacing: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: inherit;
	line-height: 1.6em;
}

*[data-view=pc] {
	display: block !important;
}

*[data-view=sp] {
	display: none !important;
}

.outline {
	position: relative;
	min-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	max-width: 3000px;
}

.main {
	margin: 0 auto;
	position: relative;
	transition: opacity 0.3s ease;
}

.f_en {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.fadein {
	position: relative;
	top: 20px;
	transition: all ease 1s;
	opacity: 0;
}

.fadein.active,
.active > .fadein {
	opacity: 1;
	top: 0;
}
header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	transition: all ease 0.3s;
}
header .gmenu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 160px 140px;
}
header .gmenu::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1075px;
	height: 790px;
	background: url(../images/bg_menu.webp) no-repeat right top / 1075px auto;
}
header .gmenu nav {
	position: relative;
}
header .gmenu nav ul {
	
}
header .gmenu nav ul li {
	padding: 10px 0;
}
header .gmenu nav ul li a {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 10px 0;
}
header .gmenu nav ul li a .f_en {
	font-size: 42px;
	display: block;
	line-height: 1em;
}
header .gmenu nav ul li a .text {
	font-size: 15px;
	display: block;
	line-height: 1.8em;
	font-weight: bold;
	width: 110px;
	margin-left: 20px;
}

footer {padding: 160px 0 40px 0;}
footer > .inner {
  position: relative;
}
footer .link {width: 82%;margin: 236px auto 0px auto;display: flex;justify-content: right;gap: 30px;}
footer .link a {font-size: 11px;}

.menustyle {
	justify-content: space-between;
	align-items: start;
	display: flex;
	width: 82%;
	margin: 26px auto 0px auto;
}

.menustyle .logo {
}

.menustyle .logo a {
	display: flex;
	width: auto;
	align-items: center;
	padding: 10px;
}
.menustyle .logo a img {
	width: 81px;
	display: block;
}
.menustyle .box {margin-top: 14px;position: relative;z-index: 100;}
.menustyle .box.company {width: 130px;}
.menustyle .box.address {width: 310px;}
footer .menustyle .box.address {width: 170px;}
.menustyle .box.contact {width: 130px;}
.menustyle .box .title {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .050em;
	line-height: 1.5em;
}
.menustyle .box .text {
	font-size: 11px;
	line-height: 1.7em;
	font-weight: 500;
	margin-top: 13px;
}
.menustyle .box.contact a {
	display: block;
	width: 128px;
	border: 1px solid #000;
	border-radius: 100px;
	line-height: 1.9em;
	text-align: center;
	font-size: 11px;
	margin-top: 6px;
}
.menustyle .box.contents ul {display: flex;flex-wrap: wrap;gap: 3px 50px;width: 250px;margin-top: 14px;}
.menustyle .box.contents ul li {width: 100px;}
.menustyle .box.contents ul li:nth-child(1) { order: 1; }
.menustyle .box.contents ul li:nth-child(2) {order: 3;}
.menustyle .box.contents ul li:nth-child(3) {order: 5;}
.menustyle .box.contents ul li:nth-child(4) {order: 2;}
.menustyle .box.contents ul li:nth-child(5) {order: 4;}
.menustyle .box.contents ul li:nth-child(6) { order: 6; }
.menustyle .box.contents ul li a {
  font-size: 11px;
  display: block;
  line-height: 1.5em;
}

.menustyle .bt_menu {
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	z-index: 1000;
	overflow: hidden;
	position: relative;
	margin: 5px 0 0 0;
}

.menustyle .bt_menu::before,
.menustyle .bt_menu::after,
.menustyle .bt_menu span::before {
	display: block;
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: #000;
	top: 58%;
	left: 9px;
	transition: all 0.3s ease;
	margin-top: 8px;
	transform: rotate(-12.35deg);
	transform-origin: 0 0;
}
.menustyle .bt_menu.active::before,
.menustyle .bt_menu.active::after,
.menustyle .bt_menu.active span::before {
	width: 42px;
}

.menustyle .bt_menu::after {
	margin-top: -10px;
}

.menustyle .bt_menu span::before {
	margin-top: -1px;
}

.menustyle .bt_menu span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
}

.menustyle .bt_menu.open {}

.menustyle .bt_menu.open::before {
	margin-top: -1px;
	transform: rotate(-150deg);
	transform-origin: 50% 50%;
	top: 50%;
}

.menustyle .bt_menu.open::after {
	margin-top: -1px;
	transform: rotate(150deg);
	transform-origin: 50% 50%;
	top: 50%;
}

.menustyle .bt_menu.open span::before {
	opacity: 0;
}
.typing {
	opacity: 0;
}
.typing.active {
	opacity: 1;
}
.showup {
	clip-path: inset(100% 0 0 0);
	transition: clip-path 1s ease, color 0.5s +0.5s ease;
}
.showup.black {
	color: #000 !important;
}

.showup.active,
.active > .showup {
	clip-path: inset(0 0 0 0);
	color: #fff;
}
.showup span {display: block;}
.showdown {
	clip-path: inset(0 0 100% 0);
	transition: clip-path 1s ease, color 0.5s +0.5s ease;
}
.showdown.black {
	color: #000 !important;
}

.showdown.active,
.active > .showdown {
	clip-path: inset(0 0 0 0);
	color: #fff;
}
.showdown span {display: block;}
.bgslope {
	position: relative;	
}
.bgslope::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -120px;
	background: #fff;
	width: 100%;
	height: 10000px;
	transform: skewY(-12.35deg);
}
.bgslope.bgbeige {
	
}
.bgslope.bgbeige::before {background: #efeeea;}
.bgslope.bggray::before {background: url(../images/bg_line_g.webp) repeat center -461px / 2290px;background-color: #282828;}
.hlabel {
	font-size: 192px;
	line-height: 154px;
	color: #000;
}
.hlabel span {
	line-height: 154px;
}
.hlabel span + br + span {
	margin-top: 30px;
}
.hlabel2 {
	font-size: 100px;
	line-height: 84px;
	color: #000;
}
.hlabel2 span {
	line-height: 84px;
	letter-spacing: 0.03em;
}
.hstyle {-ms-writing-mode: tb-rl;writing-mode: vertical-rl;font-size: 20px;position: absolute;margin-left: 65px;top: 260px;z-index: 100;}
.textstyle {
	font-size: 20px;
}
.textstyle2 {font-size: 15px;line-height: 1.8em;}
.textstyle2 strong {
	font-weight: 500;
}
.btstyle {
	font-size: 15px;
	width: 264px;
	height: 64px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btstyle::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	transform: rotate(-12.35deg);
	border-radius: 100px;
	transition: all ease 0.5s;
	clip-path: inset(0 100% 0 0);
}
.btstyle.black::before {
	background: #000;
}
.btstyle.black span{
	color: #fff;
}
.btstyle.active::before {
	clip-path: inset(0 0 0 0);
}
.btstyle span {
	display: block;
	position: relative;
	color: #000;
}
.maskleft {
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1s ease;
}

.active > .maskleft,
.maskleft.active {
	clip-path: inset(0 0 0 0);
}

.sec {
  padding: 140px 0;
  position: relative;
  z-index: 100;
}

.sec > .inner {
	max-width: 2000px;
	margin: -100px auto 0 auto;
	position: relative;
	min-height: 540px;
	z-index: 100;
}
.sec .body {
	max-width: 1300px;
	margin: 100px auto;
	position: relative;
	width: 88%;
	padding-left: 6%;
	box-sizing: border-box;
}
.bgline {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	height: 100dvh;
	width: 100%;
	background: url(../images/bg_line.webp) repeat 0% -62px / 2070px auto;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1.5s ease, background 0.5s ease, opacity 0.5s ease;
	animation: scrollBgSp 50s linear infinite;
}
.bgline.hide {
	opacity: 0;
}

@keyframes scrollBgSp {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 2070px 0;
	}
}

.bgline.active {
	clip-path: inset(0 0 0 0);
}
#inner .bgline,
.bgline.white {
	background-image: url(../images/bg_line_w.webp)
}
.bgline svg {width: 61%;position: absolute;}
.bgline svg.bgline1 {left: -4%;top: 48%;}
.bgline svg.bgline2 {
	top: -1.5%;
	left: -31%;
}
.bgline svg.bgline3 {
	top: 48%;
	left: 61%;
}
.bgline svg.bgline4 {
	top: -3.2%;
	left: 42%;
}

.main {
	position: relative;
	isolation: isolate;
	padding-top: 0;
}
.main > .contact {
	color: #fff;
}
.main > .contact .btstyle {margin: 0 0 0 auto;}


#inner .content {padding-top: 250px;position: relative;max-width: 2000px;margin: 0 auto;}
#inner .content .hlabel {
	position: absolute;
}
#inner .content .hlabel.fixed {
	position: fixed;
	top: 150px;
}
#inner .content .hlabel.fixedend {
	position: absolute;
	top: auto;
	bottom: 295px;
}
#inner .content .hstyle {top: 150px;}
#inner .content .sec {
	padding-bottom: 0;
}


/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		overflow: visible !important;
		letter-spacing: 0;
		font-size: 15px;
	}

	body p {
		color: inherit;
		font-size: 15px;
	}

	a:hover {
		opacity: 1;
	}

	*[data-view=pc] {
		display: none !important;
	}

	*[data-view=sp] {
		display: block !important;
	}

	.outline {
		position: relative;
		min-width: 320px;
		padding-bottom: 0 !important;
	}

	.main {
		width: auto;
		margin: 0 auto;
		position: relative;
		/* overflow: hidden; */
		min-width: 320px;
	}
	.menustyle {
		justify-content: space-between;
		align-items: start;
		display: flex;
		width: 90%;
		margin: 15px auto 0px auto;
	}

	.menustyle .logo {
	}

	.menustyle .logo a {
		display: flex;
		width: auto;
		align-items: center;
		padding: 5px;
		margin-top: 1px;
	}
	.menustyle .logo a img {
		width: 39px;
		display: block;
	}
	.menustyle .box {margin-top: 0;position: relative;z-index: 100;}
	
	.menustyle .box.contact {width: 60%;margin-top: 25px;}
	
	.menustyle .box .title {
		font-size: 12px;
		font-weight: 600;
		letter-spacing: .050em;
		line-height: 1.5em;
	}
	.menustyle .box .text {
		font-size: 11px;
		line-height: 1.7em;
		font-weight: 500;
		margin-top: 3px;
	}
	.menustyle .box.contact a {
		display: block;
		width: 130px;
		border: 1px solid #000;
		border-radius: 100px;
		line-height: 1.5em;
		text-align: center;
		font-size: 13px;
		margin-top: 19px;
		font-weight: 500;
		padding: 0 0 2px 0;
	}
	
	.menustyle .box.contents {width: 40%;margin-top: 25px;}
	.menustyle .box.contents ul {display: block;width: auto;margin-top: 18px;}
	.menustyle .box.contents ul li + li {
	  margin-top: 20px;
	}
	.menustyle .box.contents ul li a {
		font-size: 11px;
		display: block;
		line-height: 1.5em;
		font-weight: 500;
	}

	.menustyle .bt_menu {
		display: block;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		z-index: 1000;
		overflow: hidden;
		position: relative;
		margin: 0;
	}

	.menustyle .bt_menu::before,
	.menustyle .bt_menu::after,
	.menustyle .bt_menu span::before {
		display: block;
		position: absolute;
		content: "";
		width: 0;
		height: 1px;
		background: #000;
		top: 58%;
		left: 5px;
		transition: all 0.3s ease;
		margin-top: 8px;
		transform: rotate(-12.35deg);
		transform-origin: 0 0;
	}
	.menustyle .bt_menu.active::before,
	.menustyle .bt_menu.active::after,
	.menustyle .bt_menu.active span::before {
		width: 32px;
	}

	.menustyle .bt_menu::after {
		margin-top: -8px;
	}

	.menustyle .bt_menu span::before {
		margin-top: 0px;
	}

	.menustyle .bt_menu span {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		height: 100%;
	}

	.menustyle .bt_menu.open {}

	.menustyle .bt_menu.open::before {
		margin-top: -1px;
		transform: rotate(-150deg);
		transform-origin: 50% 50%;
		top: 50%;
	}

	.menustyle .bt_menu.open::after {
		margin-top: -1px;
		transform: rotate(150deg);
		transform-origin: 50% 50%;
		top: 50%;
	}

	.menustyle .bt_menu.open span::before {
		opacity: 0;
	}
	header {
		position: fixed;
		width: 100%;
		z-index: 1000;
		transition: all ease 0.3s;
	}
	header .gmenu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		padding: 120px 0 0 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
	}
	header .gmenu::before {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 476px;
		height: 569px;
		background: url(../images/bg_menu_sp.webp) no-repeat right top / contain;
	}
	header .gmenu nav {
		width: 100%;
		position: relative;
		max-width: 420px;
		display: flex;
		justify-content: center;
	}
	header .gmenu nav ul {
		
	}
	header .gmenu nav ul li {
		padding: 0;
	}
	header .gmenu nav ul li a {
		display: block;
		padding: 11px 0;
	}
	header .gmenu nav ul li a .f_en {
		font-size: 28px;
		display: block;
		line-height: 1em;
	}
	header .gmenu nav ul li a .text {
		font-size: 13px;
		display: block;
		line-height: 1.8em;
		font-weight: bold;
		width: auto;
		margin: 2px 0 0 0;
	}

	header .menustyle .logo {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 100;
	}
	header .menustyle .box.company,
	header .menustyle .box.address {display: none;}

	header .menustyle .box.contact {
		width: auto;
		margin: 0;
	}
	header .menustyle .box.contact .title {
		font-size: 10px;
	}
	header .menustyle .box.contact a {
		width: 50px;
		line-height: 1.5em;
		font-size: 10px;
		margin-top: 3px;
	}
	
	footer {
		padding: 0;
		margin-top: 20px;
	}
	
	footer.bgslope::before {
	/* background: #000; */
	/* top: -140px; */
	}
	footer > .inner {
	position: relative;
	background: #fff;
	padding: 35px 0 40px 0;
	}
	footer .link {width: auto;margin: 106px auto 0px auto;display: flex;justify-content: center;gap: 24px;}
	footer .link a {font-size: 12px;font-weight: 600;letter-spacing: .050em;line-height: 1.5em;}
	footer .menustyle {
		flex-wrap: wrap;
	}
	footer .menustyle .logo {
		position: relative;
		left: auto;
		transform: none;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	footer .menustyle .logo a img {
		width: 96px;
		display: block;
	}
	footer .menustyle .box.company {width: 100%;margin-top: 35px;}
	footer .menustyle .box.address {width: 100%;margin-top: 25px;}
	.typing {
		opacity: 0;
	}
	.typing.active {
		opacity: 1;
	}
	.showup {
		clip-path: inset(100% 0 0 0);
		transition: clip-path 1s ease, color 0.5s +0.5s ease;
	}
	.showup.black {
		color: #000 !important;
	}

	.showup.active,
	.active > .showup {
		clip-path: inset(0 0 0 0);
		color: #fff;
	}
	.showup span {display: block;}
	.showdown {
		clip-path: inset(0 0 100% 0);
		transition: clip-path 1s ease, color 0.5s +0.5s ease;
	}
	.showdown.black {
		color: #000 !important;
	}

	.showdown.active,
	.active > .showdown {
		clip-path: inset(0 0 0 0);
		color: #fff;
	}
	.showdown span {display: block;}
	.bgslope {
		position: relative;	
	}
	.bgslope::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: -40px;
		background: #fff;
		width: 100%;
		height: 10000px;
		transform: skewY(-12.35deg);
	}
	.bgslope.bgbeige {
		
	}
	.bgslope.bgbeige::before {background: #efeeea;}
	.bgslope.bggray::before {background: url(../images/bg_line_g.webp) repeat calc(50% + -140px) 626px / 1210px;background-color: #282828;}
	.hlabel {
		font-size: 75px;
		line-height: 80px;
		color: #000;
	}
	.hlabel span {
		line-height: 80px;
	}
	.hlabel span + br + span {
		margin-top: 30px;
	}
	.hlabel2 {
		font-size: 35px;
		line-height: 44px;
		color: #000;
		width: 110%;
	}
	.hlabel2 span {
		line-height: 44px;
		letter-spacing: 0;
	}
	.hstyle {-ms-writing-mode: initial;writing-mode: initial;font-size: 14px;position: relative;margin-left: 6%;top: auto;z-index: 100;height: 1.8em;}
	.textstyle {
		font-size: 15px;
	}
	.textstyle2 {font-size: 12px;line-height: 1.8em;}
	.textstyle2 strong {
		font-weight: 500;
	}
	.btstyle {
		font-size: 13px;
		width: 205px;
		height: 44px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.btstyle::before {
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background: #fff;
		position: absolute;
		transform: rotate(-12.35deg);
		border-radius: 100px;
		transition: all ease 0.5s;
		clip-path: inset(0 100% 0 0);
	}
	.btstyle.black::before {
		background: #000;
	}
	.btstyle.black span{
		color: #fff;
	}
	.btstyle.active::before {
		clip-path: inset(0 0 0 0);
	}
	.btstyle span {
		display: block;
		position: relative;
		color: #000;
	}
	.maskleft {
		clip-path: inset(0 100% 0 0);
		transition: clip-path 1s ease;
	}

	.active > .maskleft,
	.maskleft.active {
		clip-path: inset(0 0 0 0);
	}

	.sec {
	padding: 140px 0 130px 0;
	position: relative;
	z-index: 100;
	}

	.sec > .inner {
		max-width: 2000px;
		margin: -100px auto 0 auto;
		position: relative;
		min-height: 340px;
		z-index: 100;
	}
	.sec .body {
		max-width: 1300px;
		margin: 60px auto;
		position: relative;
		width: 88%;
		padding-left: 0;
		box-sizing: border-box;
	}
	.bgline {
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
		height: 100dvh;
		width: 100%;
		background: url(../images/bg_line.webp) repeat 0% -62px / 1035px auto;
		clip-path: inset(0 100% 0 0);
		transition: clip-path 1.5s ease, background 0.5s ease, opacity 0.5s ease;
		animation: scrollBgSp_sp 35s linear infinite;
	}
	.bgline.hide {
		opacity: 0;
	}

	@keyframes scrollBgSp_sp {
		from {
			background-position: 0 0;
		}
		to {
			background-position: 1035px 0;
		}
	}

	.bgline.active {
		clip-path: inset(0 0 0 0);
	}
	#inner .bgline,
	.bgline.white {
		background-image: url(../images/bg_line_w.webp)
	}
	.bgline svg {width: 61%;position: absolute;}
	.bgline svg.bgline1 {left: -4%;top: 48%;}
	.bgline svg.bgline2 {
		top: -1.5%;
		left: -31%;
	}
	.bgline svg.bgline3 {
		top: 48%;
		left: 61%;
	}
	.bgline svg.bgline4 {
		top: -3.2%;
		left: 42%;
	}

	.main {
		position: relative;
		isolation: isolate;
		padding-top: 0;
	}
	.main > .contact {
		color: #fff;
	}
	.main > .contact .btstyle {margin: 100px 0 0 auto;}


	#inner .content {padding-top: 100px;position: relative;max-width: 2000px;margin: 0 auto;}
	#inner .content .hlabel {
		position: absolute;
	}
	#inner .content .hlabel.fixed {
		position: fixed;
		top: 60px;
	}
	#inner .content .hlabel.fixedend {
		position: absolute;
		top: auto;
		bottom: 100px;
	}
	#inner .content .hstyle {top: auto;}
	#inner .content .sec {
		padding-bottom: 0;
		padding-top: 40px;
	}
	#inner .sec > .inner {
		margin-top: 0;
	}
	#inner .main > .sec.contact > .inner,
	#inner .main > .sec.recruit > .inner {
	margin-top: -100px;
	}
	#inner .content .hlabel2 + h2 {
		margin: 11px 0 0 0;
	}
}