@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600|Roboto:400,500&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  vertical-align: top;
}

.clear {
  clear: both;
}

body {
  font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media(max-width: 767px) {
body {
  font-size: 15px;
}
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  height: 120px;
  transition: all 0.5s;
}

@media(max-width: 960px) { 
header {
  height: 80px;
}
}
@media(max-width: 767px) { 
header {
  height: 60px;
}
}
header.active {
  box-shadow: 0px 7px 0 -2px rgba(0, 0, 0, 0.1);
}

.header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.tag_line {
  padding: 5px 0;
}

.tag_line h1 {
  font-size: 13px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 1280px) {
  .tag_line h1,
  .header_inner {
    padding: 0 10px;
  }
  .tag_line h1 {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .tag_line h1 {
    font-size: 10px;
  }
  .tag_line h1 span {
	  display: none;
  }
}


.header_logo {
  width: 250px;
}

@media (max-width: 1280px) {
  .header_logo {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .header_logo {
    width: 200px;
  }
}

.header_logo img {
  width: 100%;
  height: auto;
}

.header_nav_upper {
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 20px 10px 0;
}

@media (max-width: 959px) {
  .header_nav_upper {
    margin-right: 60px;
  }
}

.reform_nav,
.company_nav {
  display: none;
}

.header_tel {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.0;
  margin-right: 20px;
}

@media (max-width: 1280px) {
  .header_tel {
    font-size: 26px;
  }
}
@media(min-width: 960px) {
#global_menu .header_tel {
	display: none;	
}
}
@media (max-width: 960px) {
.header_nav_upper .header_tel {
	display: none;	
}
.rwdMenuWrap .header_tel {
	margin: 30px 0 20px 20px;
}
}
@media (max-width: 320px) {

.rwdMenuWrap .header_tel {
	margin: 40px 0 20px 20px;
}
}

.header_tel a {
  color: #333;
  text-decoration: none;
}

.header_tel span {
  font-size: 70%;
}

.header_tel span img {
  width: 42px;
  height: auto;
  vertical-align: 0px;
  margin-right: 5px;
}

@media (max-width: 1280px) {
  .header_tel span img {
    width: 36px;
  }
}

.social_btn {
  display: -webkit-flex;
  display: flex;
  transform: translateY(-1px);
}
.social_btn img {
  width: 28px;
  height: auto;
  margin-left: 8px;
}
@media (min-width: 961px) {
.social_btn_sp {
	display: none;	
}
}
@media (max-width: 960px) {
.social_btn {
	display: none;	
}
.social_btn_sp {
	transform: translateY(0);
	margin: 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.social_btn_sp img {
  width: 36px;
  height: auto;
  margin: 0 5px;
}
}


.header_inner nav {
  clear: both;
}

.header_inner nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header_inner nav ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  list-style: none;
  font-weight: 500;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 1280px) {
  .header_inner nav ul li {
    font-size: 15px;
    padding: 0 10px;
  }
}

@media (max-width: 1000px) {
  .header_inner nav ul li {
    font-size: 14px;
  }
}

.header_inner nav ul li.service_trigger,
.header_inner nav ul li.company_trigger {
  padding-right: 30px;
}

.header_inner nav ul li li {
  padding: 0;
}

.header_inner nav > ul > li > a {
  height: 50px;
  display: block;
}

.header_inner nav > ul > li:before {
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  background: #333;
  position: absolute;
  top: 6px;
  left: 0px;
  transform: rotate(30deg);
}

@media (max-width: 1280px) {
  .header_inner nav > ul > li:before {
    height: 16px;
  }
}

.header_inner nav > ul > li:first-child:before {
  display: none;
}



.header_inner nav > ul > li > a:hover:before,
.header_inner nav > ul > li.hover > a:before  {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background: #B61D23;
  position: absolute;
  left: 20px;
  top: 33px;
}

@media (max-width: 1280px) {
  .header_inner nav > ul > li > a:hover:before,
  .header_inner nav > ul > li.hover > a:before {
    width: calc(100% - 20px);
    left: 10px;
  }
}

.header_inner nav ul li.hover li a {
  color: #333;
}

.header_inner nav ul li:last-child {
  margin-right: 0;
}

li.service_trigger,
li.company_trigger,
li.merit_trigger {
  position: relative;
}

li.service_trigger:after,
li.company_trigger:after,
li.merit_trigger:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #9c1014;
  border-bottom: 2px solid #9c1014;
  position: absolute;
  right: 13px;
  top: 10px;
  transform: rotate(-45deg);
}
@media(max-width: 960px) {
li.service_trigger:after,
li.company_trigger:after,
li.merit_trigger:after {
  top: 15px;
}
}

.service_trigger .reform_nav,
.company_trigger .company_nav {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 210px;
  background: #FFF;
  box-shadow: 0px 4px 17px -7px rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  border-radius: 4px;
}
@media(max-width: 960px) {
#page_reform .service_trigger .reform_nav,
#page_company .company_trigger .company_nav {
  display: block;
}
}


.page_reform_top .reform_nav {
  display: block;
}


.header_inner nav .reform_nav ul,
.header_inner nav .reform_nav li,
.header_inner nav .company_nav ul,
.header_inner nav .company_nav li {
  display: block;
  line-height: inherit;
  height: inherit;
  margin: 0;
  font-size: 15px;
}

.header_inner nav .reform_nav li a,
.header_inner nav .company_nav li a {
  padding: 10px;
  position: relative;
}
@media(max-width: 960px) {
.service_trigger .reform_nav,
.company_trigger .company_nav {
  position: static;
  width: 100%;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
}


.header_inner nav .reform_nav li a:after,
.header_inner nav .company_nav li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  right: 10px;
  top: 19px;
  transform: rotate(45deg);
}

.header_inner nav .reform_nav li a:hover,
.header_inner nav .company_nav li a:hover  {
  background: #EDEDED;
  color: #B61D23;
}

.header_inner nav .reform_nav li a:hover:after,
.header_inner nav .company_nav li a:hover:after {
  border-top: 1px solid #9c1014;
  border-right: 1px solid #9c1014;
}

.header_contact a {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  background: #9c1014;
  color: #fff;
  position: relative;
}

.header_fb img {
  width: 22px;
  height: auto;
  border-radius: 50%;
}

.header_inner nav ul li a {
  display: block;
  padding: 3px 0px;
  color: #333;
  text-decoration: none;
}

.header_inner nav ul li a:hover,
.header_inner nav ul li.hover a,
.page_strength .header_inner nav > ul > li.nav1 > a,
#page_reform .header_inner nav > ul > li.nav2 > a,
#page_works .header_inner nav > ul > li.nav11 > a,
#page_company .header_inner nav > ul > li.nav12 > a,
.page_company .header_inner nav > ul > li.nav12 > a,
.page_roof .header_inner nav li.nav3 a,
.page_snowman .header_inner nav ul li.nav10 a,
.page_company .header_inner nav ul li.nav13 a,
.page_staff .header_inner nav ul li.nav14 a,
.page_recruit .header_inner nav ul li.nav15 a,
.page_faq .header_inner nav ul li.nav16 a {
  color: #B61D23;
}

@media (max-width: 959px) {
  .header_inner nav {
    display: none;
  }
}

.rwdMenuWrap {
  box-sizing: border-box;
  background: #FFF;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0;
  width: 86vw;
  transform: translateX(86vw);
  transition: cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  overflow: auto;
  padding: 10px 10px 50px;
  z-index: 500;
}
@media(min-width: 768px) {
.rwdMenuWrap {
  width: 400px;
  transform: translateX(400px);
}
	
}


.rwdMenuWrap.open {
  transform: translateX(0vw);
}


.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 100;
	cursor: pointer;
	display: none;
}
#switchBtnArea {
  position: fixed;
  right: 10px;
  top: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  z-index: 500;
}
.mobile_call {
	position: fixed;
	right: 65px;
	top: 17px;
	width: 34px;
	height: 34px;
	background: url(../images/icon_phone.png) no-repeat 0 0;
	background-size: cover;
	z-index: 300;
	border-radius: 4px;
}

#switchBtn {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.rwdMenuWrap .nav_close_btn {
  width: 32px;
  height: 32px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#switchBtn span {
  position: absolute;
  background: #b61d23;
  left: 5px;
  width: 26px;
  height: 3px;
  display: block;
  transition: all 0.2s;
}
.nav_close_btn span {
  position: absolute;
  background: #b61d23;
  width: 30px;
  height: 3px;
  display: block;
  top: -3px;
  left: 1px;
}

#switchBtn span:nth-child(2) {
  top: 8px;
}
#switchBtn span:nth-child(3) {
  top: 16px;
}


#switchBtn p {
	font-size: 8px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	position: absolute;
	left: -5px;
	bottom: 8px;
	width: 50px;
	text-align: center;
	color: #b61d23;
	line-height: 1.0;
}


#switchBtn.btnClose span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}

#switchBtn.btnClose span:nth-of-type(2) {
  transform: translateY(-6px) rotate(45deg);
}


.nav_close_btn span:nth-of-type(1) {
  transform: translateY(18px) rotate(-45deg);
}
.nav_close_btn span:nth-of-type(2) {
  transform: translateY(18px) rotate(45deg);
}


.rwdMenuWrap {
	overflow: auto;	
}

.rwdMenuWrap > ul {
  width: 100%;
  border-top: 1px solid #EDEDED;
}

.rwdMenuWrap li {
  list-style: none;
  font-size: 16px;
}

.rwdMenuWrap li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 1px solid #EDEDED;
}
.rwdMenuWrap li li a {
	padding-left: calc(20px + 1em);
}
.page_strength .rwdMenuWrap li.nav1 > a,
#page_reform .rwdMenuWrap li.nav2 > a,
#page_works .rwdMenuWrap li.nav11 > a,
#page_news .rwdMenuWrap li.nav17 > a,
#page_contact .rwdMenuWrap li.nav18 a  {
	background: #F5F5F5;
	color: #B61D23;
}
.page_roof .rwdMenuWrap li.nav3 > a,
.page_snowman .rwdMenuWrap li.nav10 > a,
.page_company .rwdMenuWrap li.nav13 > a,
.page_staff .rwdMenuWrap li.nav14 > a,
.page_recruit .rwdMenuWrap li.nav15 > a,
.page_faq .rwdMenuWrap li.nav16 > a {
	color: #B61D23;
}

@media (max-width: 767px) {
  .rwdMenuWrap li {
    font-size: 15px;
  }
}




.footer_contact {
	padding: 0 0 100px;
	clear: both;
}
.footer_contact_inner {
	text-align: center;
	padding: 0 20px;	
}
.footer_contact_inner .lead {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 30px;	
}
.footer_contact_inner .time_notes {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;	
}
.footer_tel {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.0;
	margin: 0 0 25px;
}
.footer_tel a {
	color: #333;
	text-decoration: none;	
}
.footer_tel span img {
	width: 60px;
	height: auto;
	vertical-align: 0px;
	margin-right: 5px;	
}
@media(min-width: 768px) {
.footer_contact_inner .lead br {
	display: none;	
}
}

@media(max-width: 767px) {
.footer_contact {
	padding: 0 0 30px;
}
.footer_contact_inner .lead {
	font-size: 15px;
	margin: 0 0 20px;	
}
.footer_contact_inner .time_notes {
	font-size: 15px;
}
.footer_tel {
	font-size: 9vw;
	margin: 0 0 25px;
}

.footer_tel span img {
	width: 10vw;
	height: auto;
}
}
@media(max-width: 320px) {
.footer_contact_inner .lead {
	font-size: 14px;
}	

}


footer {
	background: #9C1014;
	color: #FFF;
	padding: 60px 0 25px;
	font-size: 14px;
}
.footer_inner {
	max-width: 900px;
	margin: 0 auto 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 20px;
}
.footer_logo {
	width: 200px;
	margin: 0 auto 20px;
	text-align: center;
}
.footer_logo h1 {
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	margin-top: 5px;
}

.footer_logo img {
	width: 100%;
	height: auto;	
}

.footer_inner p a,
.footer_inner li a {
	color: #FFF;
	position: relative;
	text-decoration: none;
}
.footer_inner li a:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: -12px;
	top: 7px;
}

.footer_inner li {
	font-weight: 500;
	margin: 0 0 25px;
	list-style: none;
}
.footer_inner li ul {
	padding-left: 15px;
	padding-top: 10px;	
}
.footer_inner li li {
	margin: 0 0 10px;
	font-weight: 400;
}

.to_googlemap {
	margin-top: 15px;	
}
.to_googlemap a {
	display: block;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	height: 36px;
	line-height: 34px;
	position: relative;
}
.to_googlemap a:hover {
	background: #FFF;
	color: #9C1014;	
}


.copyright {
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.pagetop {
	background: #9C1014;
	background-size: cover; 
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.3);
	display: none;
}
.pagetop:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	position: absolute;
	top: 21px;
	left: 18px;
	transform: rotate(45deg);
}

.side_tel {
	position: fixed;
	width: 340px;
	height: 195px;
	top: 210px;
	right: 0;
	background: #9C1014;
	color: #FFF;
	cursor: pointer;
	transition: ease 0.3s;
	transform: translateX(278px);
	display: -webkit-flex;
	display: flex;
	border: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	z-index: 100;
}


.side_tel .side_tel_title {
	width: 66px;
	height: 210px;
	writing-mode: vertical-rl;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.side_tel_title p {
	position: relative;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.0;
	top: 20px;
}
.side_tel .desktop_tel a {
	color: #fff;
	text-decoration: none;	
}
.side_tel_body {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 500;
}
.side_tel_body_inner {
	text-align: center;	
}

.side_tel_body_inner p {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 1.0;
	margin: 0 0 20px;
}
.side_tel_btn {
    font-size: 18px;
}
.side_tel_btn a {
	display: block;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	line-height: 38px;
	position: relative;	
}
.side_tel_btn a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	position: absolute;
	top: 15px;
	right: 15px;
	transform: rotate(45deg); 
}

.side_tel_btn a:hover:after {
	border-top: 2px solid #9C1014;
	border-right: 2px solid #9C1014;
}

.side_tel_btn a:hover {
	color: #9C1014;
	background: #FFF;
}

.side_tel:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid rgba(255,255,255,1);
	border-left: 2px solid rgba(255,255,255,1.0);
	border-right: 2px solid rgba(255,255,255,0);
	position: absolute;
	bottom: 33px;
	left: 27px;
	transform: rotate(-45deg); 
}
.side_tel.open:after {
	left: 20px;
	border-top: 2px solid rgba(255,255,255,1);
	border-left: 2px solid rgba(255,255,255,0);
	border-right: 2px solid rgba(255,255,255,1);
	transform: rotate(45deg);
}

.side_tel.open {
	transform: translateX(2px)
}
.side_tel img {
	width: 350px;
	height: auto;	
}

.side_line {
	position: fixed;
	top: 440px;
	right: 10px;
	width: 50px;	
}
.side_line img {
	width: 100%;
	height: auto;	
}

@media(min-width: 961px) {
.navigation_contact {
	display: none;	
}
	
}


@media(max-width: 960px) {
.side_tel {
	display: none;	
}
footer {
	padding: 30px 0 15px;	
}
.footer_inner .col {
	width: 30%;	
}
.footer_logo {
	width: 80%;
}
.footer_inner {
	font-size: 14px;	
}
}

@media(max-width: 768px) {
.footer_inner {
	padding: 0 40px;
	margin-bottom: 20px;	
}
.footer_logo {
	margin: 0 auto;	
}
.footer_inner .col {
	width: 100%;	
}
.footer_inner .col:nth-child(2),
.footer_inner .col:nth-child(3) {
	display: none;	
}
.footer_inner .col:nth-child(1) p {
	display: none;	
}
.footer_logo img {
	width: 90px;
	margin: 0 auto;	
}
.to_googlemap {
	width: 60%;
	margin: 10px 0;
	display: none;	

}
	
}

@media(max-width: 768px) {
footer {
	padding: 20px 0 10px;	
}
}

.second_hdr {
	height: 200px;
	margin: 120px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}
#page_reform .second_hdr {
	background-position: center top;	
}
@media(min-width: 1921px) {
.second_hdr {
	height: 230px;
}
}

@media(max-width: 960px) {
.second_hdr {
	height: 25vw;
	margin: 80px 0 0;
}
#company_page .second_hdr {
	background-position: -150px center;
}

}
@media(max-width: 767px) {
.second_hdr {
	margin: 60px 0 0;
}
}

@media(max-width: 320px) {
.second_hdr {
	margin: 60px 0 0;
}

}

.bread {
	background: #EBEBEB;
	height: 30px;
	line-height: 28px;	
}
.bread ol {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	display: -webkit-flex;
	display: flex;	
}
.bread li {
	list-style: none;
	font-size: 13px;
	margin-right: 30px;
}
.bread li a {
	color: #333;
	text-decoration: none;
	position: relative;
}
.bread li a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: calc(50% - 3px);
	right: -20px;
	transform: rotate(45deg); 
}
@media(max-width: 767px) {
.bread {
	height: auto;
	line-height: inherit;
	padding: 2px 0;
}
.bread ol {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.bread li {
	font-size: 10px;
	margin-right: 30px;
	white-space: nowrap;
}
.bread li a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: calc(50% - 3px);
	right: -20px;
	transform: rotate(45deg); 
}
}


.wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 10px;	
}
@media(max-width: 767px) {
.wrap {
	padding-top: 25px;	
}
}


h2.pagetitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-size: 124px;
    background-position: center top;
    padding-top: 50px;
    margin: 0 0 60px;
    text-align: center;
    letter-spacing: 2px;
}
h2.pagetitle.none {
	background: none;
	padding: 0;	
}
h2.pagetitle.second {
	margin-top: 60px;
	margin-bottom: 30px;
}
h2.pagetitle.first {
	margin-top: 0px;
	margin-bottom: 20px;
}
h2.pagetitle.faq_pagetitle {
	background-image: url(../images/icon_faq.png);
}
h2.pagetitle.method_pagetitle {
	background-image: url(../images/icon_method.png);
}
h2.pagetitle.works_pagetitle {
	background-image: url(../images/icon_works.png);
}
h2.pagetitle.recommend_pagetitle {
	background-image: url(../images/icon_recommend.png);
}
h2.pagetitle.reform_pagetitle {
	background-image: url(../images/icon_menu.png);
}
h2.pagetitle.snowman_pagetitle {
	background-image: url(../images/icon_snowman.png);
}
h2.pagetitle.company_pagetitle {
	background-image: url(../images/icon_company.png);
}
h2.pagetitle.recruit_pagetitle {
	background-image: url(../images/icon_recruit.png);
}
h2.pagetitle.staff_pagetitle {
	background-image: url(../images/icon_staff.png);
}

h2.pagetitle.license_pagetitle {
	background-image: url(../images/icon_license.png);
}
h2.pagetitle.flow_pagetitle {
	background-image: url(../images/icon_flow.png);
}
h2.pagetitle.news_pagetitle {
	background-image: url(../images/icon_news.png);
}
h2.pagetitle.contact_pagetitle {
	background-image: url(../images/icon_contact.png);
}

h2.pagetitle.roof_pagetitle {
	background-image: url(../images/icon_roof.png);
}

@media(max-width: 767px) {
h2.pagetitle {
	font-size: 20px;
	background-size: 90px;
	padding-top: 35px;
	margin: 0 0 25px;
	letter-spacing: 2px;
}
}



.pagetop {
	background: #9C1014;
	background-size: cover; 
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.3);
	display: none;
}
.pagetop:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	position: absolute;
	top: 21px;
	left: 18px;
	transform: rotate(45deg);
}
@media(max-width: 767px) {
.pagetop {
	width: 40px;
	height: 40px;
	right: 15px;
	bottom: 20px;	
}
.pagetop:after {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	position: absolute;
	top: 17px;
	left: 14px;
	transform: rotate(45deg);
}
}

@media(min-width: 769px) {
br.sp {
	display: none;	
}
}
@media(min-width: 321px) {
br.sp320 {
	display: none;	
}
}
@media(max-width: 768px) {
br.pc {
	display: none;	
}
}
@media(max-width: 767px) {
.tag_line h1 {
	display: none;	
}
}

