@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------
	スマホ用（～768px）
------------------------------------------------------------------------------------------------------------*/
/*会社案内（スマホ）
*************************************************/
/*代表挨拶*/
section.section_company01{
	padding: 0 0 50px 0;
    width: 100%;
    background-image: url("../image/common/bg_window02.png");
	background-size: 194px;
	background-repeat: no-repeat;
	background-position: right -10% top 260px;
}

.area_company01 {
    width: 100%;
    margin: 1rem 0;
    position: relative;
}

img.img_greetings01{
    float: left;
	width: 78%;
	max-width: 300px;
	margin: 1rem 0.5rem;
}

h3.h3_company01 {
    position: absolute;
    top:0;
    right:5%;
	font-size: 2.6rem;
    font-family: "Open Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
    writing-mode:vertical-rl;
    mix-blend-mode:overlay;
}

h3.h3_company01 .sub,
h3.h3_company02 .sub,
h3.h3_company03 .sub{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9rem;
    display:inline-block;
    padding: 18px 0 5px 0;
    font-weight: normal;
    background-image: url("../image/common/icn_square01.png");
    background-repeat: no-repeat;
    background-size: 15px;
    
    line-height: 100%;
}

h3.h3_company01 .sub {background-position: 50% 0%;}


.txt_greetings01 {
 clear: both;
 padding: 1rem 0 0 0;
}

/*会社概要*/
section.section_company02{
	padding: 50px 0 50px 0;
    width: 100%;
    background-image: url("../image/common/bg_bokashi_orange.png");
	background-size: 220px;
	background-repeat: no-repeat;
	background-position: right -45% top 0;
}
h3.h3_company02,
h3.h3_company03,
h3.h3_company04 {
    text-align: center;
	font-size: 2.6rem;
    font-family: "Open Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      margin-bottom: 2rem;
      line-height: 100%;
}
h3.h3_company02 .sub,
h3.h3_company03 .sub{
    padding: 0 18px 0 18px;
     font-optical-sizing: auto;
    background-position: 0 50%;
}

dl.dl_outline01,
dl.dl_outline02 {margin: 0; font-size: 0.875rem;border-top: 1px solid #ccc;}

dl.dl_outline02 {width: 100%; margin:0 0 1rem 0 }

.dl_outline01 .item,
.dl_outline02 .item{
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  }

.dl_outline01 .item::after,
.dl_outline02 .item::after{content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;}
  
.dl_outline01 dt,
.dl_outline02 dt{width: 23%; float: left; padding: 0 1rem 0 0;}
.dl_outline01 dd,
.dl_outline02 dd{width: 76%;float: left;padding: 0 0 0 1rem; border-left: 1px solid #CCC;}

.dl_outline02 dt{width: 29%; }
.dl_outline02 dd{width: 70%;}

/*沿革*/
section.section_company03{
	padding: 50px 0 50px 0;
    width: 100%;
    background-image: url("../image/common/bg_bokashi_blue.png");
	background-size: 171px;
	background-repeat: no-repeat;
	background-position: left 1% top 0;
}

ul.ul_history01{
	position: relative;
	margin-bottom: 1rem;
}
ul.ul_history01::before{
	position:absolute;
	content: '';
	background: #6083b6;
	top: 10px;
	left: 6px;
	width: 1px;
	height: 100%;
}
ul.ul_history01 > li {
	padding: 0 0 1.5rem 0;
}
ul.ul_history01 > li .date{
	padding: 0 0 0 1.5rem;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	font-weight: 700;
	position: relative;
}
ul.ul_history01 > li .date::before{
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	background: #6083b6;
	left: 0px;
	top: 8px;
	border-radius: 100%;
}
ul.ul_history01 > li .content{
	padding: 0 0 0 1.5rem;
	font-size: 0.94rem;
}

/*アクセスマップ */
section.section_company04{
	padding: 1rem 0 50px 0;
}
h3.h3_company04 {
text-align: right;
margin-bottom: 0;
line-height: 82%;
}

.box_googlemap01 iframe{
	width: 98%;
	height: 480px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.20);
    margin-top: 0;
	margin-bottom: 1rem;
    border-radius: 15px;
    box-shadow: 10px 10px 0 0 #6083b6;
}

/*事業について（スマホ）
*************************************************/
/*窓まわり*/
section.section_business01{
	padding: 0 0 2rem 0;
    width: 100%;
    background-color: #e8e8eb;
    position: relative;
}

.tag_business01 {
    position: absolute;
    top:0;
    left: 0;
    background-color: #1a1a1a;
    color: #FFF;
    text-align: center;
    vertical-align:middle;
    width: 200px;
    height: 80px;
    display: flex;
}

.business_tag_icn_w {width: 45px;margin: 20px 15px 20px 20px; }
.business_tag_icn_d {width: 28px;margin: 20px 15px 20px 20px; }
.business_tag_icn_e {width: 38px;margin: 20px 15px 20px 20px; }

.business_tag_txt {width: 58px; margin:8px 10px 8px 15px; }

.box_business01 {margin: 1rem;font-size: 0.875rem;}
.section_business01 p {
    margin: 0 0 1rem 0;
    
}
hr.hr_tag_business01 {width: 1px; margin:1rem 0.5rem; height: 40px;border-right: 1px solid #FFF; background-image: none;}
hr.hr_business01 {height: 1px;	border:1px;	margin:1rem 0;	clear:both; width: 100px;border-top: 1px solid #aaa; background-image: none;}

.section_business01 .btn_business01 {
    position: absolute;
    right: 18px;
    bottom: 20px;
    font-size: 0.875rem;
}
/*slider*/
.business01_slide				{width:100%;margin:2rem 0 85px 0;}
.business01_slide .carousel		{margin:0;display:flex;}
.business01_slide .carousel .item{
    width:240px;
    margin:0 15px 0 15px;
    overflow: hidden;
    position: relative;
}

.carousel .item a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all .3s;
}
.carousel .works-tag {
    position:absolute;
    left:0;
    bottom: 0;
    font-size: 0.75rem;
    background-color: #1a1a1a;
    color: #FFF;
    margin: 0 ;
    padding: 2px 1rem;
}

/*施工実績（スマホ）
*************************************************/
ul.ul_works01 {
    width: 100%;
    margin: 0 auto 1rem;
}

ul.ul_works01 li{ margin: 0 0 1.75rem 0;}

.ul_works01 li a{
    text-decoration: none;
    color: #1a1a1a;
    display: block;
}

.ul_works01 li a:hover{opacity: 0.6}

.ul_works01 img {margin-bottom: 10px;}

.ul_works01 .works-title {font-weight: bold; display: block; font-size: 1rem; line-height: 200%; }

/*長いタイトル「...」で省略*/
.ul_works01 .works-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}

.ul_works01 .works-tag {
    display: inline;
    font-size: 0.8rem;
    border: 1px solid #1a1a1a;
    margin: 0 10px 5px 0;
    padding: 3px 0.65rem;
    white-space: nowrap;
}

/*施工実績詳細ページ*/
section.section_works02 {
	padding: 2rem 0 2rem 0;
    width: 100%;
}

.works02_mainImg {margin: 0 0 1rem 0}
.works02_detail {margin: 0 0 1rem 0}

.works02_mainImg a {text-decoration: none;color: #1a1a1a;}
.magnify {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 0.75rem;
    background: url("../image/common/icn_magnify01.svg") no-repeat 0 50%;
    background-size: 16px;
}

ul.ul_works02 {
    width: 100%;
    margin: 2rem 0 2rem 0;
}
ul.ul_works02::after{content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;}

ul.ul_works02 li{
    float: left;
    margin: 0 9% 1.75rem 0;
    width: 44%;
}
ul.ul_works02 li:nth-child(2n){
    margin: 0 0 1.75rem 0;
}
.ul_works02 li a{
    text-decoration: none;
    color: #1a1a1a;
    display: block;
}
.ul_works02 li a:hover{opacity: 0.6}


/*採用情報（スマホ）
*************************************************/
/*募集要項白枠*/
.box_white01 {
      background-color: #FFF;
      width: 100%;
      max-width: 940px;
      margin: 1rem auto;
      padding: 1rem 1rem;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
}

/*お問い合わせ（スマホ）
*************************************************/
.box_gray01 {
      background-color: #f7f7f7;
      width: 100%;
      max-width: 940px;
      margin: 1rem auto;
      padding: 1rem 1rem;
}
table.table_contact01{
	width: 100%;
	box-sizing: border-box;
}
table.table_contact01 tr{border-bottom: 1px solid #cccccc;}
table.table_contact01 th{padding: 5px; display:block;	border:none; font-weight: 700;}
table.table_contact01 td{padding: 5px;display:block;	border:none;	margin-bottom: 7px;}
table.table_contact01 th.hissu{
	background: url(../image/common/icn_hissu01.svg) no-repeat 98% 50%;
	background-size: 42px;
}
table.table_contact01 .area_email01{width:90%;	max-width:30em;}
table.table_contact01 .area_adress01{width:90%;	max-width:40em;}
table.table_contact01 .area_note01{width:98% !important;}


/*サイトマップ（スマホ）
*************************************************/
.box_sitemap01 {margin: 2rem auto 0 auto;}

.box_sitemap01 li a {text-decoration: none; color: #055a8c;}

/*-------------------------------------------------------------------------------------------------------------------------------
	タブレット用（768px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px){

/*会社案内（タブレット）
*************************************************/
/*代表挨拶*/
section.section_company01{
	background-size: 194px;
	background-position: left 34% top 260px;
}
.area_company01 {
    float:left;
    margin: 1rem 0;
    padding-bottom: 2rem;
    width: 48%;
    background-size: 194px;
	background-position: right -10% bottom 0;
}

.txt_greetings01 {
    float:right;
    clear: none;
    width: 51%
}

/*会社概要*/
section.section_company02{
    padding: 1rem 0 50px 0;
    background-size: 220px;
	background-position: right -10% top 50%;
}
section.section_company02 .inner02{position: relative;}
h3.h3_company02{
    position: absolute;
    top:0;
    right:4%;
    writing-mode:vertical-rl;
    line-height: 75%
}
h3.h3_company02 .sub,
h3.h3_company03 .sub {
position: absolute;
    top:0;
    padding: 18px 8px 5px 8px;
    display:inline-block;
    background-size: 15px;
    background-position: 53% 0%;
    vertical-align: top;
}

dl.dl_outline01 {width: 80%; max-width: 880px; }
dl.dl_outline02 {width: 100%; font-size:0.94rem}


/*沿革*/
section.section_company03 .inner02{position: relative;}
ul.ul_history01{
	float: right;
	width: calc(100% - 180px);
}

h3.h3_company03 {
    position: absolute;
    top:0;
    left:8%;
    writing-mode:vertical-rl;
    line-height: 75%
}


/*事業について（タブレット）
*************************************************/
/*窓まわり*/
section.section_business01{
	padding: 0;
    height:inherit;
    min-height: 420px;
}

.tag_business01 {
    width: 15.8%;
    height: 240px;
    display: block;
}

.business_tag_icn_w {width: 90px;margin: 42px auto 10px auto; }
.business_tag_icn_d {width: 55px;margin: 32px auto 10px auto; }
.business_tag_icn_e {width: 75px;margin: 40px auto 10px auto; }

.img_business01 {
    position: absolute;
    top:0;
    right: 0;
    width: 35%;
    max-width: 420px;
}
.box_business01 {
    position: absolute;
    top: 0;
    left: 15.5%;
    width: 47%;
    padding: 0.3rem 0.5rem;
    font-size: 0.875rem;
}
.section_business01 p {
    margin: 0 0 1rem 0;
}
hr.hr_tag_business01 {width: 90px;	margin:0.75rem auto; height: 1px; border-top: 1px solid #FFF; }

.section_business01 .btn_business01 {
    position: absolute;
    max-width: 140px;
}

/*slider*/
.business01_slide {margin:2rem 0 7rem 0;}
.business01_slide .carousel .item{
    width:300px;
    margin:0 18px 1.5rem 18px;
}

/*施工実績（タブレット）
*************************************************/
ul.ul_works01 {
    margin: 0 auto 1rem;
}

ul.ul_works01 li{
    width: 32.5%;
    margin: 0 0 2rem 0;
    padding: 0 1rem 1rem 1rem;
    display: inline-block;
}
.ul_works01 img {margin-bottom: 20px;}
.ul_works01 .works-title {font-size: 0.85rem; }

/*施工実績詳細ページ*/

.works02_mainImg {
    float: left;
    text-align: left;
    margin: 0 0 1rem 0;
    width: 50%
}
.works02_detail {
    float: right;
    width:46%;
    text-align: left;
    margin:0 0 1rem 4%
}

.magnify {
    padding: 0 0 0 20px;
    font-size: 0.875rem;
    background-size: 16px;
}
ul.ul_works02 {
    margin: 4rem 0 2rem 0;
}
ul.ul_works02 li{
    margin: 0 2.5% 1.75rem 0;
    width: 23%;
}
ul.ul_works02 li:nth-child(2n){
    margin: 0 2.5% 1.75rem 0;
}
ul.ul_works02 li:nth-child(4n){
    margin: 0 0 1.75rem 0;
}

/*採用情報（タブレット）
*************************************************/
/*募集要項白枠*/
.box_white01 {
      padding: 1rem 2rem;
}


/*お問い合わせ（タブレット）
*************************************************/
table.table_contact01 th{
	display:table-cell;
	text-align:left;
	padding:18px 60px 18px 5px;
	width: 220px;
}
table.table_contact01 th.hissu{
	background: url(../image/common/icn_hissu01.svg) no-repeat 98% 22px;
	background-size: 42px;
}
table.table_contact01 td{display:table-cell; padding:18px 15px;}


/*サイトマップ（タブレット）
*************************************************/
/*.box_sitemap01 {margin: 2rem auto 0 auto;}*/


/********/
}





/*-------------------------------------------------------------------------------------------------------------------------------
	PC用（1100px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1100px){


/*会社案内（PC）
*************************************************/
/*代表挨拶*/
section.section_company01{
	background-size: 260px;
	background-position: left 43% top 470px;
}

.area_company01 {
    margin: 3rem 0;
    width: 49%;
}

img.img_greetings01{
	width: 100%;
	max-width: 460px;
	margin: 1rem 0;
}

h3.h3_company01 {
    right:2%;
	font-size: 4rem;
}

h3.h3_company01 .sub {
    display:block;
    background-position: 55% 0%;
}
.txt_greetings01 {
    padding: 5rem 0 0 0;
    width: 50%
}

/*会社概要*/
section.section_company02{
    padding: 1rem 0 50px 0;
    background-size: 260px;
	background-position: right -2% top 50%;
}
h3.h3_company02,
h3.h3_company03,
h3.h3_company04 {font-size: 4rem;}

dl.dl_outline01{font-size: 0.9375rem; width: 68%; max-width: 880px; margin: 0 auto;}

.dl_outline01 dt,
.dl_outline02 dt{padding: 0 2rem 0 0;}
.dl_outline01 dd,
.dl_outline02 dd{padding: 0 0 0 2rem; }

/*沿革*/
section.section_company03{
	padding: 50px 0 50px 0;
    background-size: 250px;
	background-position: left -1% top 0;
}

ul.ul_history01{
	width: calc(100% - 300px);
}
ul.ul_history01::before{
	left: 141px;
}
ul.ul_history01 > li {
	display:flex;
	flex-flow: row wrap;
}
ul.ul_history01 > li .date{
	padding: 0;
	width: 140px;
}
ul.ul_history01 > li .date::before{
	left: 135px;
	top: 7px;
}
ul.ul_history01 > li .content{
	padding: 0 0 0 2rem;
	width: calc(100% - 140px);
	font-size: 1rem;
}

/*事業について（PC）
*************************************************/
/*窓まわり*/
section.section_business01{
    min-height: 450px;
}

.business_tag_txt {width: 110px; margin:5px 0 10px 0; }

.img_business01 {
    position: absolute;
    top:0;
    right: 0;
    width: 35%;
    max-width: 420px;
}
.box_business01 {
    position: absolute;
    top: 0;
    left: 16%;
    width: 46%;
    padding: 1.5rem 3rem 0 2rem;
    font-size: 0.875rem;
}
.section_business01 p {
    margin: 0 0 1rem 0;
    
}
hr.hr_tag_business01 {width: 110px;	margin:1rem auto;}

.section_business01 .btn_business01 {
    position: absolute;
    top:270px;
    left: 20px;
    max-width: 140px;
}
/*施工実績（PC）
*************************************************/
.ul_works01 .works-title {font-size: 1.0rem; }

.works02_mainImg {
    margin: 0 0 1rem 0;
    width: 60%
}
.works02_detail {
    width:36%;
    margin:0 0 1rem 4%;
    font-size:0.9375rem;
}

/*○○○（（PC）
*************************************************/

/*○○○（（PC）
*************************************************/



/********/
}