@charset "utf-8";

header nav.pc1 li:not(:last-child) a{
  color: #fff;
}
header .bgwhite nav.pc1 li:not(:last-child) a{
  color: #005ba2;
}

header{
  position: relative;
  height: 898px;
  margin-bottom: 70px;
  background-image: url(../../img/ph_header_mainvisual.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width:1040px){
  header{
    height: 480px;
  }
}
header nav.pc1 li a:link{
  color: #fff;
}


/* home-bunner */
.home-bunner{
  padding-bottom: 32px;
}
.home-bunner__inner{
  width: 90%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}





/*- section.intro -*/
.intro{
  position: relative;
  display: none;
  margin-bottom: 0;
}
.intro .inner{
  position: relative;
  z-index: 777;
  top: -100px;
}
.intro .inner > .fleft{
  font-size: 21px;
  position: relative;
  width: 300px;
  margin-right: 37px;
  vertical-align: middle;
  white-space: nowrap;;
  color: #fff;
  background-color: #005ba2;

  writing-mode: vertical-rl;
}
.intro .inner > .fleft p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro .inner > .fright{
  width: calc(100% - 337px);
  padding-top: 200px;
}
.intro .inner > .fright .navi{
  margin-bottom: 137px;
}
.intro .inner > .fright .navi li{
  margin-right: 14px;
}
.intro .inner > .fright .navi a{
  line-height: 1;
  display: inline-block;
  padding: 18px 35px 18px 55px;
  transition: 0.5s;
  color: #fff;
  border: solid 1px #fff;
  background-image: url(../../img/ico_cmn_tryangle_button.svg);
  background-repeat: no-repeat;
  background-position: 24px 50%;
  background-size: 10px auto;
}
.intro .inner > .fright .navi a:hover{
  color: #005ba2;
  background-color: #fff;
}
.intro .inner > .fright .information{
  align-items: flex-end;
  margin-left: 120px;
}
.intro .inner > .fright .information .fleft{
  width: calc(100% - 250px);
  min-height: 234px;
  margin-right: 52px;
}
.intro .inner > .fright .information article{
  font-size: 14px;
  padding: 17px 0;
  border-bottom: solid 1px #c2c2c2;
}
.intro .inner > .fright .information article *{
  display: inline-block;
}
.intro .inner > .fright .information .fright a{
  line-height: 46px;
  display: inline-block;
  height: 46px;
  padding: 0 47px;
  transition: 0.5s;
  text-align: center;
  border: solid 1px #005ba2;
}
.intro .inner > .fright .information .fright a:hover{
  color: #fff;
  background-color: #005ba2;
}
@media screen and (max-width:1040px){
  .intro .inner{
    position: relative;
    top: 0;
  }
  .intro .inner.fb{
    display: block;
  }
  .intro .inner > .fleft{
    width: 100%;
    margin-right: 0;
    white-space: normal;
    writing-mode: horizontal-tb!important;
  }
  .intro .inner > .fleft p{
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    padding: 80px 0 ;
    transform: none;
    text-align: center;
  }
  .intro .inner > .fright{
    width: 100%;
  }
  .intro .inner > .fright .navi{
    margin-bottom: 40px;
    background-color: #005ba2;
  }
  .intro .inner > .fright .navi.fb{
    display: block;
    padding-bottom: 40px;
    background-color: #005ba2;
  }
  .intro .inner > .fright .navi li{
    width: 90%;
    margin: 0 auto 16px;
  }
  .intro .inner > .fright .navi a{
    display: block;
  }
  .intro .inner > .fright .information{
    margin-left: 0;
  }
  .intro .inner > .fright .information.fb{
    display: block;
    width: 90%;
    margin: 0 auto 80px;
  }
  .intro .inner > .fright .information .fleft{
    width: 100%;
    min-height: 0;
    margin: 0 0 40px;
  }
  .intro .inner > .fright .information .fright a{
    width: 100%;
  }
}


/* =========================================================
news
========================================================= */
section.news{
  page-break-before: always;
}
section.news .outer{
  margin-bottom: 54px;
  border-top: solid 1px #ddd;
}
section.news li {
  border-bottom: solid 1px #ddd;
}
section.news a {
  display: table;
  width: 100%;
}
section.news a .date,
section.news a h3{
  display: table-cell;
  padding: 16px;
  vertical-align: middle;
}
section.news a .date{
  width: 9em;
}
section.news a h3{
  width: calc(100% - 9em);
}
section.news .button {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:440px){
  section.news .button {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width:721px){
  section.news a,
  section.news a .date,
  section.news a h3{
    display: block;
    width: 100%;
  }
  section.news a h3{
    padding-top: 0;
  }
}



/* =========================================================
home_pickup
========================================================= */
#home_pickup{
  margin-top: 32px;
  margin-bottom: 80px;
}
#home_pickup .fleft{
  width: 885px;
  padding-right: 295px;
  padding-left: 100px;
  background-image: url(../../img/img_home_virukick_spray.png);
  background-repeat: no-repeat;
  background-position: right 50%;
}
#home_pickup .fleft .title{
  margin-bottom: 20px;
}
#home_pickup .fleft .copy{
  font-size: 22px;
  margin-bottom: 14px;
}
#home_pickup .fleft .main dt{
  font-size: 35px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
#home_pickup .fleft .main dd{
  font-size: 16px;
}
#home_pickup .fleft .main dd p{
  margin-bottom: 34px;
}
#home_pickup .fleft .main dd li{
  line-height: 42px;
  display: inline-block;
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  border-radius: 10px;
  background-color: #005ba2;
}
#home_pickup .fleft .main dd li:last-child{
  margin-bottom: 0;
}
#home_pickup .fright{
  width: calc(100% - 885px);
  background-image: url(../../img/ph_home_living.jpg);
  background-size: cover;
}
#home_pickup .header h2{
  display: inline-block;
  margin-right: 24px;
}
#home_pickup .header a{
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  padding: 0 32px;
  transition: 0.5s;
  color: #005ba2;
  border: solid 1px #005ba2;
}
#home_pickup .header a:hover{
  color: #fff;
  background-color: #005ba2;
}
@media screen and (max-width:1040px){
  #home_pickup.fb{
    display: block;
  }
  #home_pickup .fleft{
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    background-image: none;
  }
  #home_pickup .fright{
    width: 100%;
    height: 320px;
  }
}
@media only screen and (max-width: 767px){
  #home_pickup{
  }
}
@media screen and (max-width:480px){
  #home_pickup .fleft .main dd ul{
    padding-left: 0;
    background-position: center top;
  }
}



/* =========================================================
home_kusanashi
========================================================= */
#home_kusanashi {
  background-color: #e5f8e5;
}
#home_kusanashi span.req{
  color: #005B90;
  font-weight: bold;
  font-size: 1em;
}
.home_kusanashi__inner {
  max-width: 1240px;
  padding: 90px 20px 90px;
  margin: 0 auto 90px;
}
@media only screen and (max-width: 767px){
  .home_kusanashi__inner {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto 60px;
  }
}


/* =========================================================
home_kusanashi_main
========================================================= */
.home_kusanashi_main{
  gap:60px 4.8%;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 100%;
}
.home_kusanashi__left {
  width: 39.5%;
}
.home_kusanashi__title {
  width: 100%;
  max-width: 380px;
}
.home_kusanashi__title img {
  width: 100%;
  vertical-align: top;
}
.home_kusanashi__p1 {
  margin-top: 30px;
  font-size: 35px;
  line-height: 1.4em;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000;
}
.home_kusanashi__p1 span.req{
  text-shadow: 1px 0 0 #005B90, -1px 0 0 #005B90;
}
.home_kusanashi__p2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7em;
}
.home_kusanashi__p3 {
  line-height: 1.7em;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.home_kusanashi__right {
  width: 55.7%;
}
.home_kusanashi__img {
}
.home_kusanashi__img--bf {
  width: 60%;
  position: relative;
  z-index: 1;
  margin: 0;
}
.home_kusanashi__img--bf img {
  width: 100%;
  vertical-align: top;
}
.home_kusanashi__img--bf figcaption {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #b3b3b3;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}
.home_kusanashi__img--af {
  width: 70%;
  position: relative;
  top: -60px;
  right: 0;
  z-index: 2;
  margin: 0 0 0 auto;
}
.home_kusanashi__img--af img {
  width: 100%;
  vertical-align: top;
}
.home_kusanashi__img--af figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #fe0000;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}
@media only screen and (max-width: 767px){
  .home_kusanashi_main{
    gap:60px 4.8%;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .home_kusanashi__left {
    width: 100%;
  }
  .home_kusanashi__right {
    width: 100%;
    margin-bottom: 30px;
  }
  .home_kusanashi__p1 {
    font-size: 28px;
  }
  .home_kusanashi__img--af {
    top: -5vw;
  }
  .home_kusanashi__img--bf {
    width: 60%;
  }
  .home_kusanashi__img--af {
    width: 80%;
  }
  .home_kusanashi__img--bf figcaption ,
  .home_kusanashi__img--af figcaption {
    font-size: 16px;
  }
}


/* =========================================================
home_kusanashi_point
========================================================= */
.home_kusanashi_point {
  margin: 0 auto;
  width: 100%;
}
.home_kusanashi_point__title {
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 40px;
}
.home_kusanashi_point__box{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: stretch;
  -webkit-align-items: stretch;
  width: 100%;
}
.home_kusanashi_point dl {
  width: calc((100% / 3) - (120px / 3));
  border: solid 4px #005BA2;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background-color: #fff;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: center;
  -webkit-align-items: center;
  gap:10px;
}
.home_kusanashi_point dl:not(:last-child):after {
  content:"";
  width: 60px;
  height: 60px;
  background-image: url(../../img/arrow-right.svg);
  background-size: 40px auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%);
  filter: invert(17%) sepia(98%) saturate(2362%) hue-rotate(192deg) brightness(100%) contrast(100%);
}
.home_kusanashi_point dl dt {
  font-size: 32px;
  text-align: center;
  color: #005BA2;
  line-height: 1.2em;
  position: relative;
}
.home_kusanashi_point dl dd {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
}
@media only screen and (max-width: 767px){
  .home_kusanashi_point__box{
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    gap: 60px;
  }
  .home_kusanashi_point__title {
    font-size: 24px;
  }
  .home_kusanashi_point dl {
    width: 100%;
    border: solid 3px #005BA2;
    padding: 15px 15px 15px 15px;
    border-radius: 15px;
  }
  .home_kusanashi_point dl dt {
    font-size: 24px;
  }
  .home_kusanashi_point dl dd {
    text-align: left;
    font-size: 14px;
  }
  .home_kusanashi_point dl:not(:last-child):after {
    background-image: url(../../img/arrow-down.svg);
    position: absolute;
    left: 50%;
    top: calc(100% + 3px);
    transform: translateX(-50%);
    background-size: 25px auto;
  }

}



/* =========================================================
business
========================================================= */
#business{
  padding-top: 100px;
}
.home__business__eco *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home__business__eco {
  width: 100%;
  margin: 0 0 100px;
}
.home__business__eco__outer {
  width: 100%;
  position: relative;
}
.home__business__eco__img {
  width: 100%;
}
.home__business__eco__img img {
  width: 100%;
  vertical-align: top;
}
.home__business__eco__title {
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  padding: 8px 16px;
  font-size: 32px;
  min-width: 17em;
  line-height: 1.3em;
}
.home__business__eco__inner {
  max-width: 1208px;
  padding: 60px 20px 0;
  width: 100%;
  margin: 0 auto;
}
.home__business__eco__p {
  font-size: 14px;
  line-height: 2.4em;
}
@media only screen and (max-width: 721px){
  .home__business__eco__img {
    overflow: hidden;
    height: 200px;
  }
  .home__business__eco__img img {
    object-fit: cover;
    object-position: right center;
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .home__business__eco__title {
    line-height: 1.3em;
    min-width: 10em;
    text-align: center;
  }
}


.business .outer{
	flex-wrap: wrap;
}
.business .block{
	width: 50%;

	flex-shrink: 0;
}
.business .block dt{
	font-size: 32px;
	position: relative;
	height: 400px;
}
.business .block dt h3{
	font-size: 1em;
	line-height: 1.3em;
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding: 8px 16px;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.7);
}
.business .block:nth-child(1) dt{
	background-image: url(../../img/ogako/img-usability-02.jpg);
	background-size: cover;
}
.business .block:nth-child(2) dt{
	background-image: url(../../img/ph_home_watersupply.jpg);
	background-size: cover;
}
.business .block:nth-child(3) dt{
	background-image: url(../../img/ph_home_piping.jpg);
	background-size: cover;
}
.business .block:nth-child(4) dt{
	background-image: url(../../img/ph_home_excavator.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
.business .block dd{
	font-size: 14px;
	margin-bottom: 98px;
	padding-top: 62px;
}
.business .block dd p{
	line-height: 2.4em;
	width: 467px;
	margin: auto;
}
@media screen and (max-width:1040px){
  .business .block dd{
    width: 90%;
    margin: auto;
    margin-bottom: 48px;
    padding-top: 32px;
  }
  .business .block dd p{
    width: 100%;
  }
}
@media screen and (max-width:721px){
  .business .outer.fb{
    display: block;
  }
  .business .block{
    width: 100%;
  }
}



/*- about -*/
.about .imagevisual{
	height: 300px;
	margin-bottom: 62px;
	background-image: url(../../img/ph_home_kannabe.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
.about .data{
	margin-bottom: 62px;
	border-collapse: collapse;
	border-top: solid 1px #dcdcdc;
}
.about .data tr{
	border-bottom: solid 1px #dcdcdc;
}
.about .data th{
	width: 286px;
}
.about .data th,
.about .data td{
	padding: 26px 0;
}
@media screen and (max-width:721px){
  .about .data,
  .about .data tbody,
  .about .data tr,
  .about .data th,
  .about .data td{
    display: block;
    width: 100%;
    text-align: center;
  }
  .about .data{
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width:480px){
  .about .data th,
  .about .data td{
    padding: 16px 0;
  }
  .about .data th{
    background-color: #eee;
  }

}
