@charset "utf-8";
/*===========================================================================
all
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
  padding-top: 150px;
  height: auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .back {
    padding-top: 100px;
    height: auto;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【背景（青・緑）】::::::::::*/
.blue-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-image: url("../image/common/blue-back.png");
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-y;
  z-index: -1;
}
.green-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: scaleX(-1);
  background-image: url("../image/common/green-back.png");
  background-size: contain;
  background-position: top left;
  background-repeat: repeat-y;
  z-index: -1;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  .blue-back {
    width: 150px;
  }
  .green-back {
    width: 150px;
  }
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:450px) {
  .blue-back {
    display: none;
  }
}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.width {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .width {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {
  .width {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.contents {
  margin: 100px auto;
  margin-bottom: 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
  .contents {
    margin: 50px auto;
    margin-bottom: 0;
  }
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
  .contents {
    margin-top: 50px;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*===========================================================================
TOP
==========================================================================*/
/*:::::::::::【】::::::::::*/
#slider-box {
  height: calc(100vh - 100px);
  width: 100%;
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center; /* 縦中央 */
}
.slider {
  aspect-ratio: 16 / 9;
  width: 60%;
  margin: auto;
  box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.5);
}
@media (max-width:1280px) {
  .slider {
    width: 80%;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  #slider-box {
    height: calc(60vh - 100px);
  }
}
@media (max-width:900px) {
  #slider-box {
    height: calc(60vh - 80px);
  }
}
@media (max-width:600px) {
  #slider-box {
    height: calc(55vh - 80px);
  }
}
@media (max-width:450px) {
  #slider-box {
    height: calc(50vh - 80px);
  }
  .slider {
    width: 90%;
    box-shadow: none;
  }
}
@media (max-width: 400px) {}
/*=========================================================
【ご挨拶】
==========================================================*/
/*:::::::::::【横幅】::::::::::*/
.greeting-back {
  padding-top: 0;
}
.greeting-width {
  background-image: url("../image/common/logo.png");
  background-size: contain;
  background-position: center;
  position: relative;
}
/*:::::::::::【コンテンツ】::::::::::*/
.greeting-contents {
  text-align: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
/*:::::::::::【テキスト】::::::::::*/
.greeting-contents dt {
  line-height: 1.8;
  color: #2196f3;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 50px;
}
.greeting-contents dd {
  line-height: 1.8;
}
.greeting-contents dd span {
  font-size: 1.7rem;
  font-weight: 600;
  font-style: italic;
  color: #2196f3;
  text-shadow: 2px 2px 0px rgba(150, 150, 150, 0.5);
}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  /*:::::::::::【背景】::::::::::*/
}
@media (max-width:600px) {
  /*:::::::::::【背景】::::::::::*/
  .greeting-back {
    padding: 50px 0;
  }
  /*:::::::::::【テキスト】::::::::::*/
  .greeting-contents dt {
    font-size: 1.3rem;
  }
}
@media (max-width:450px) {
  .greeting-contents dd {
    text-align: left;
  }
}
@media (max-width: 400px) {
  /*:::::::::::【テキスト】::::::::::*/
  .greeting-contents dt {
    font-size: 1.3rem;
    text-align: left;
  }
  .greeting-contents dd span {
    font-size: 1.5rem;
  }
}
/*==========================================================================
お知らせ
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.news-back {
  overflow-x: hidden;
  height: auto;
}
.news-width {
  position: relative;
  z-index: 5;
}
/*:::::::::::【イメージ】::::::::::*/
.n-hana {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 50px;
  height: 250px;
}
.n-kirin {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 70%;
}
@media (max-width:1280px) {
  /*:::::::::::【イメージ】::::::::::*/
  .n-kirin {
    height: 60%;
  }
}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  /*:::::::::::【イメージ】::::::::::*/
  .n-hana {
    left: 10px;
    bottom: 0px;
    height: 150px;
  }
  .n-kirin {
    right: -20px;
    bottom: 0;
    height: 80%;
  }
}
@media (max-width:600px) {
  .n-kirin {
    right: -40px;
  }
}
@media (max-width:450px) {
  .n-hana {
    z-index: 5;
    height: 100px;
  }
}
@media (max-width: 400px) {}
/*:::::::::::【ニュース】::::::::::*/
.news-container {
  width: 90%;
  margin: 80px auto 0 auto;
  background-color: #FFFFFF;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  margin: 3%;
}
/* for macIE \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.news-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news_titl {
  width: 25%;
}
.news-box {
  width: 100%;
}
#newsWrap {
  display: block;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.back_w {
  /* background: #e6e6fa; */
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  /*    height: 350px;
*/ z-index: -10;
}
#newsWrap ul#newsList { /*211029〜*/
  width: 100%;
  overflow-y: scroll;
  height: 180px;
  padding: 0 5px;
  display: block;
  /*background-color: #F5F5F5;*/
  border: 1px solid #5b2c1c;
  border-right: 1px solid #caaa16;
}
#newsWrap ul#newsList::-webkit-scrollbar {
  width: 4px;
}
#newsWrap ul#newsList::-webkit-scrollbar-track { /*バーの色*/
  background-color: #f4c542;
}
#newsWrap ul#newsList::-webkit-scrollbar { /*バーの色*/
  background-color: #f4c542;
}
.news-flex {
  width: 100%;
}
ul#newsList {
  display: block;
  margin: 0 auto;
}
ul#newsList li {
  font-size: 1em;
  margin: 0;
  padding: 2% 3%;
  margin-bottom: 3px;
  list-style-type: none;
  border-bottom: 1px dotted #5b2c1c;
}
#newsWrap a { /*新着情報*/
  /*color: #fff;*/
  text-decoration: underline;
  text-decoration: none;
}
#newsWrap a:hover {
  color: #c1a223;
  text-decoration: none;
}
.up_ymd { /*日付*/
  /*color: #fff;*/
  padding: 1%;
  text-align: left;
}
.catName { /*お知らせ・施工実績などの名前*/
  display: inline-block;
  padding: 3px;
  border: 1px solid #d80000;
  border-radius: 6px;
  font-size: 0.9em;
  line-height: 100%;
  margin: 0 2px;
  color: #d80000;
}
.newMark { /*newマーク*/
  display: inline-block;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  color: #FF0000;
  border-radius: 8px;
  font-style: italic;
  font-weight: bold;
}
.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 80%; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}
.sp {
  display: none;
}
.copyright2 a {
  /*color: #fff !important;*/
}
@media all and (max-width:1700px) {
  .back_w {
    width: 75%;
    /*      height: 500px;*/
  }
}
@media all and (max-width:1150px) {
  #newsWrap ul#newsList { /*211029〜*/
    width: 100%;
    /*	height: 100px;
*/
  }
  .text_img {
    width: 45%;
  }
}
@media all and (max-width:950px) {
  .up_ymd {
    display: block;
    /*width: 30%;*/
    margin: 1% 0;
  }
  #newsWrap ul#newsList { /*211029〜*/
    height: 150px;
  }
}
@media (max-width: 690px) {
  .text_img {
    top: 65%;
  }
  .news_titl {
    width: 40%;
    margin: 0 auto;
  }
  .news-box {
    width: 100%;
  }
  #newsWrap ul#newsList { /*211029〜*/
    width: 100%;
    margin: 0 auto;
  }
  .up_ymd {
    display: block;
    width: 100%;
    margin: 1% 0;
    text-align: left;
  }
  #newsWrap {
    width: 100%;
  }
  .news-box1 {
    width: 100%;
  }
  .news-box2 {
    width: 100%;
    margin-top: 8% !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .comment {
    width: 100%; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
  }
  .thumbNailWrap {
    width: 100%;
    height: auto;
  }
  .detailUpfile {
    margin: 20px;
    width: 100%;
    max-width: 50%;
  }
}
/*=========================================================
【対応エリア】
==========================================================*/
.res-img-box {
  display: none;
}
/*:::::::::::【】::::::::::*/
.area-contents {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
.area-box01 {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.area-box02 {
  width: 35%;
}
.area-box02 img {
  width: 100%;
}
/*:::::::::::【テキスト】::::::::::*/
.area-box01 p {
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
}
/*:::::::::::【イメージ】::::::::::*/
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  .area-box01 {
    width: 60%;
  }
  .area-box02 {
    width: 40%;
  }
  /*:::::::::::【テキスト】::::::::::*/
  .area-box01 p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .area-box01 {
    width: 50%;
  }
  .area-box02 {
    width: 50%;
  }
  /*:::::::::::【テキスト】::::::::::*/
  .area-box01 p {
    text-align: left;
  }
}
@media (max-width:900px) {
  .area-box01 {
    width: 55%;
  }
  .area-box02 {
    width: 45%;
  }
  /*:::::::::::【テキスト】::::::::::*/
  .area-box01 p {
    text-align: left;
  }
}
@media (max-width:450px) {
  .area-box02 {
    display: none
  }
  .area-box01 {
    width: 100%;
  }
  .res-img-box {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .res-img-box img {
    width: 100%;
  }
  /*:::::::::::【テキスト】::::::::::*/
  .area-box01 p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {}
/*=========================================================
【事業内容】
==========================================================*/
/*:::::::::::【コンテンツ】::::::::::*/
.business-contents ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.business-contents ul li {
  width: 40%;
}
.business-contents dt {
  text-align: center;
  margin-bottom: 20px;
}
.b-tosou dt p {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 20px;
  background-color: #1abc9c;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.b-bousui dt p {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 20px;
  background-color: #64bef0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.business-contents img {
  width: 100%;
}
/*:::::::::::【テキスト】::::::::::*/
.b-text {
  margin: 100px auto;
  text-align: center;
}
.b-text dt {
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 50px;
	color: #64bef0;
}
.b-text dd {
  font-size: 1.2rem;
  line-height: 2;
}
@media (max-width:1280px) {
  .business-contents ul li {
    width: 45%;
  }
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:450px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .business-contents ul {
    flex-direction: column;
  }
  .business-contents ul li {
    width: 100%;
  }
  .business-contents ul li:first-of-type {
    margin-bottom: 50px;
  }
  /*:::::::::::【テキスト】::::::::::*/
  .b-text {
    margin: 50px auto;
  }
  .b-text dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .b-text dd {
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 400px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .business-contents ul li p {
    font-size: 1.3rem;
  }
}
/*=========================================================
【施工実績】
==========================================================*/
.res-works-box {
  display: none;
}
/*:::::::::::【コンテンツ】::::::::::*/
.works-contents {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.works-box01 {
  width: 30%;
}
.works-box01 img {
  width: 100%;
}
.works-box02 {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
/*:::::::::::【テキスト】::::::::::*/
.works-box02 p {
  font-size: 1.1rem;
  line-height: 2;
  margin: 50px auto;
}
@media (max-width:1280px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .works-box01 {
    width: 40%;
  }
  .works-box02 {
    width: 55%;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  /*:::::::::::【背景】::::::::::*/
  .works-width {
    max-width: 80%;
  }
  /*:::::::::::【コンテンツ】::::::::::*/
  .works-box01 {
    width: 50%;
  }
  .works-box02 {
    width: 50%;
  }
}
@media (max-width:900px) {}
@media (max-width:450px) {
  /*:::::::::::【コンテンツ】::::::::::*/
  .works-box01 {
    display: none;
  }
  .res-works-box {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .res-works-box img {
    width: 100%;
  }
  /*:::::::::::【テキスト】::::::::::*/
  .works-box02 {
    width: 100%;
  }
  .works-box02 p {
    font-size: 16px;
    margin-top: 0;
  }
}
@media (max-width: 400px) {}
/*=========================================================
【採用情報】
==========================================================*/
/*:::::::::::【背景】::::::::::*/
.recruit-back {
  padding-bottom: 0;
}
.recruit-width {
  max-width: 95%;
}
/*:::::::::::【コンテンツ】::::::::::*/
.recruit-contents {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
/*:::::::::::【テキスト】::::::::::*/
.r-box01 {
  width: 70%;
  text-align: center;
  line-height: 2;
  margin-bottom: 100px;
}
.r-box01 p {
  margin-bottom: 50px;
}
/*:::::::::::【イメージ】::::::::::*/
.r-res-img {
  display: none;
}
.r-box02 {
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.r-box02 img {
  width: 100%;
  vertical-align: bottom;
}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  /*:::::::::::【イメージ】::::::::::*/
  .r-box02 {
    right: 20px;
  }
}
@media (max-width:900px) {
  .r-box01 {
    width: 70%;
    text-align: center;
    line-height: 2;
    margin-bottom: 100px;
  }
  /*:::::::::::【イメージ】::::::::::*/
  .r-box02 {
    right: 50px;
  }
}
@media (max-width:450px) {
  /*:::::::::::【テキスト】::::::::::*/
  .r-box01 {
    width: 90%;
    position: relative;
    z-index: 5;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 10px;
  }
  /*:::::::::::【イメージ】::::::::::*/
  /*  .r-pc-img {
    display: none;
  }
  .r-res-img {
    display: block;
  }*/
  .r-box02 {
    width: 80%;
    right: 40px;
    z-index: -1;
  }
}
@media (max-width: 400px) {}