﻿/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";

/*----------------------------------------------------------
   各ページ個別
-----------------------------------------------------------*/

#main_image_slider{
  margin-bottom: -2px !important;
  padding-bottom: 0 !important;
}

#body_sub .subpage_main_image{
    width: 100%;
    height: 200px;
    background: url(/img/common/subpage_main_image.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#notice{
  font-size: 1.2em !important;
  line-height: 2.1em !important;
  color: #0992D2;
  text-decoration: underline;
  font-weight: bold;
}

#links_wrap div{
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 10px 20px;
    height: 100px;
}

.pagetitle{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 5px;
    color: white;
    margin-left: 1em;
    background: linear-gradient(transparent 60%, #0992D2, #15356C);
    text-shadow: 1px 1px 2px silver;
    margin: 0;
}

#venue_wrap table tr td:nth-child(1){
  width: 100px;
}

#venue_wrap table tr td:nth-child(2){
  font-weight: bold;
}
#venue_wrap table tr td:nth-child(3){
}
#venue_wrap table tr td:nth-child(5){
}

#information,#download_wrap{
  min-height:  250px;
overflow-y: scroll;
    max-height: 400px;
}

#information:before, #information:after{ 
    position: initial;
    top:  initial;
    content: initial;
    width:  initial;
    height:  initial;
    display:  initial;
    box-sizing:  initial;
}
#information:before{
    border-left:  initial;
    border-top:  initial;
    border-bottom:  initial;
    left: 0;
}
#information:after{
    border-top:  initial;
    border-right:  initial;
    border-bottom:  initial;
    right:  initial;
}
#download_wrap:before, #download_wrap:after{ 
    position: initial;
    top:  initial;
    content: initial;
    width:  initial;
    height:  initial;
    display:  initial;
    box-sizing:  initial;
}
#download_wrap:before{
    border-left:  initial;
    border-top:  initial;
    border-bottom:  initial;
    left: 0;
}
#download_wrap:after{
    border-top:  initial;
    border-right:  initial;
    border-bottom:  initial;
    right:  initial;
}


#information table{
  width: 100%;
}
#information td,#information th{
vertical-align: top;
padding: 3px;
}

#information tr:nth-child(even){
/*        background: #fff; */
}

#information tr td:first-child{
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  color: #0992D2;
  font-weight: bold;
  width: 120px;
}
#information tr td:last-child{
}

article.hosoku{
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -30px;
  font-size: 12px;
}

.su-post-comments-link{
  display: none;
}

.serviceGrid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.flex.modelCase{
  align-items: flex-start;
}

.icon_wrap {
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
  max-width: 670px;
}

.icon_wrap img{
  margin: 10px;
}

.slick-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
}

#catchcopy_img{
  width: 50%;
  max-width: 600px;
}

.products_card{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    font-weight: bold;
}


@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .products_card { overflow: hidden; } /* IE11 */
}

.products_card a{
  border-radius: 3px;    /* CSS3草案 */
  -webkit-border-radius: 3px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
  box-shadow:0px 0px 1px 0px #898da5;
  background: white;
  border-bottom: 5px solid #3a3a3a;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .products_card a { float: left; width: 230px; height: 320px; margin: 5px; } /* IE11 */
}

.products_card img{
  width: 100%;
  height: 180px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}
.products_card h2 {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    min-height: 65px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    background: white;
    color: #3a3a3a;
    font-weight: bold;
    border-radius: 0 0 3px 3px / 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px / 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px / 0 0 3px 3px;
}
.products_card h2 span{
  font-size: 10px;
  line-height: 12px;
  color: #666;
}
.products_card h2 span.products_genre{
  font-weight: bold;
}
.products_card h2 span.products_abstract{
    font-weight: normal;
}

.topicsArea{
    display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
    justify-content: space-between;
  -ms-flex-pack: justify; /*IE10*/
  -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between; /* Safari6.1以降 */
    /* min-height: 150px; */
    margin-bottom: 0;
}
.topicsArea ul{
  width: 600px;
}
.topicsArea ul li{
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
    margin-bottom: 8px;
}
.topicsArea ul li div:first-child{
  margin-right: 10px;
    color: #555;
}
.topicsArea ul li div:first-child:before{
    content: '\f017';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    padding-right: 4px;
        color: #9a9a9a;
}
.topicsArea ul li div:last-child:before{
    content: '\f105';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    color: #1a1a1a;
    margin-right: 5px;
}



.eyecatch{
  margin-bottom: 20px;
  text-align: center;
  background: white;
}


img.aligncenter{
  display: block;
  margin: 10px auto;
}


.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa {
  border-top: 1px solid #1b2538;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #1b2538;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  cursor: pointer;
  border-bottom: 1px solid #1b2538;
}
.cp_qa .cp_actab label:hover {
  color: #1a1a1a;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
          transition: max-height 0.5s ease;
  color: #ffffff;
  background: #9a9a9a;
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
  color: #1a1a1a;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
  content: '▼';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.bnArea{
  max-width: 1000px;
  margin: 30px auto 0;
}
.bnArea a div:first-child {
    z-index: 2;
    line-height: 18px;
    text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
    display: flex;
    align-items: center;
}
.bnArea.col1 a div:first-child span:first-letter{
    font-size: 1.5em;
    color: #9a9a9a;
}
.bnArea a:hover{
  text-decoration: none;
}

#top_info{
  height:64px;
  background:#f0f3fa;
  font-size:13px;
  overflow:hidden;
}
#top_info-inner{
  position:relative;
}
#top_info-title{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  background:#1a1a1a;
  color:#fff;
  line-height:64px;
  width: 188px;
  padding-left: 40px;
  position:absolute;
  left:0;
  top:0;
  letter-spacing: 1px;
  font-size: 15px;
      margin: 0;
}
#top_info-title a{
  color:inherit;
}
.arrowR{
  background:inherit;
  position:absolute;
  right: -30px;
  top:0;
  width: 64px;
  height: 64px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top_info-body{
  position: absolute;
  left: 240px;
  top: 0;
  width: calc(100% - 300px);
}
#top_info-body a{
  color:#333;
  line-height:64px;
  display:block;
  padding:0 30px;
  font-size: 14px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
}
#top_info-body a .date{
  padding-right:15px;
  color:inherit;
}
#top_info-body a .read{
  color:inherit;
  font-weight:normal;
}
#top_info-body a:hover{
  color:#9a9a9a;
}
.toInfo{
  position:absolute;
  right:15px;
  top:25px;
}

#wateraid{
display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100px;
  width: 100%;
  margin: 0px auto;
}
#wateraid h3{
  margin: 0;
}

#wateraid > p{
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
#wateraid div#wateraid_logo_wrap{
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#wateraid div#wateraid_catch{
  background: #9a9a9a;
  color: white;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
}
 

#wateraid img#wateraid_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wateraid div#wateraid_logo img{
  width: auto;
   max-width: 100px;
}

#top_news{
  height:64px;
  background:#fafcff;
  font-size:13px;
  overflow:hidden;
  position: relative;
}
#top_news-inner{
  position:relative;
}
#top_news-title{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  background:#9a9a9a;
  color:#fff;
  width: 188px;
  padding-left: 40px;
  position:absolute;
  left:0;
  top:0;
  letter-spacing: 1px;
  font-size: 15px;
  margin: 0;
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
}
#top_news-title a{
  color:inherit;
}
.arrowR{
  background:inherit;
  position:absolute;
  right: -45px;
  top:0;
  width: 64px;
  height: 64px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top_news-body{
  position: absolute;
  left: 240px;
  top: 0;
  width: calc(100% - 300px);
}
#top_news-body a{
  color:#1a1a1a;
  line-height:64px;
  display:block;
  padding:0 30px;
  font-size: 14px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
}
#top_news-body a .date{
  padding-right:15px;
  color:inherit;
}
#top_news-body a .read{
  color:inherit;
  font-weight:normal;
}
#top_news-body a:hover{
  color:#9a9a9a;
}
.toNews{
  position:absolute;
  right:15px;
  top:25px;
}

#service_navi{
  background: url(/img/service/bg_service.png) center no-repeat;
}
#service_navi a{
    display:  block;
}
.circle {
    width: 230px;
    height: 230px;
    margin: 0px 5px 0px 5px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: white;
}
.circle h3{
    text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}

#img_circle1 {
    background: #fff url(/img/service/it.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#img_circle2 {
    background: #fff url(/img/service/construction.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#img_circle3 {
    background: #fff url(/img/service/logistics.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#img_circle4 {
    background: #fff url(/img/service/stores.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#img_circle5 {
    background: #fff url(/img/service/human-resources.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#img_circle6 {
    background: #fff url(/img/service/new.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

  .eachStrongPoint{
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 250px;
      overflow: hidden;
      position: relative;
  }

  .eachStrongPoint#eachStrongPoint1{
      background-image: url(/img/index/navi/1.jpg);
  }
  .eachStrongPoint#eachStrongPoint2{
      background-image: url(/img/index/navi/2.jpg);
  }
  .eachStrongPoint#eachStrongPoint3{
      background-image: url(/img/index/navi/3.jpg);
  }
  .eachStrongPoint#eachStrongPoint4{
      background-image: url(/img/index/navi/4.jpg);
  }
  .eachStrongPoint#eachStrongPoint5{
      background-image: url(/img/index/navi/5.jpg);
  }
  .eachStrongPoint#eachStrongPoint6{
      background-image: url(/img/index/navi/6.jpg);
  }
  .eachStrongPoint#eachStrongPoint7{
      background-image: url(/img/index/navi/7.jpg);
  }
  .eachStrongPoint#eachStrongPoint8{
      background-image: url(/img/index/navi/8.jpg);
  }
  .eachStrongPoint#eachStrongPoint9{
      background-image: url(/img/index/navi/9.jpg);
  }
  .eachStrongPoint#eachStrongPoint10{
      background-image: url(/img/index/navi/10.jpg);
  }
  .eachStrongPoint#eachStrongPoint11{
      background-image: url(/img/index/navi/11.jpg);
  }
  .eachStrongPoint#eachStrongPoint12{
      background-image: url(/img/index/navi/12.jpg);
  }



  #delivery_map{
    width: 80%;
    margin: -60px auto 0;
    display: block;
  }
  #delivery_area{
    z-index: 10;
    margin-top: 50px;
  }
  .area_row > div:first-child{
    width: 100px;
    min-width: 100px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area_row > div{
    float: left;
    text-align: center;
    margin-right: 10px;
  }
  .area_row{
    clear: both;
    display: flex;
    align-items: center;
  }
  .area_row p{
    font-size: 11px;
    line-height: 14px;
  }
  #delivery_area .area_row:nth-child(odd){
    background: white;
  }
  #delivery_area .area_row:nth-child(even){
    background: #efefef;
  }
  .area_price{
    font-size: 20px;
    color: #212529;
    padding: 0 30px;
  }


  #area1{
    background: #8EC43D;
    color: white;
  }
  #delivery_area .area_row:nth-child(1){
    color: #8EC43D;;
  }
  #area2{
    background: #14A83B;
    color: white;
  }
  #delivery_area .area_row:nth-child(2){
    color: #14A83B;;
  }
  #area3{
    background: #2253A4;
    color: white;
  }
  #delivery_area .area_row:nth-child(3){
    color: #2253A4;;
  }
  #area4{
    background: #1C444E;
    color: white;
  }
  #delivery_area .area_row:nth-child(4){
    color: #1C444E;;
  }
  #area5{
    background: #85CCC2;
    color: white;
  }
  #delivery_area .area_row:nth-child(5){
    color: #85CCC2;;
  }
  #area6{
    background: #8A8A8A;
    color: white;
  }
  #delivery_area .area_row:nth-child(6){
    color: #8A8A8A;;
  }


.price_table thead td{
    background: #9a9a9a;
    color: white;
}

.price_table tbody tr:nth-child(1){
  color: #8EC43D;
}

.price_table tbody tr:nth-child(2){
  color: #14A83B;
}

.price_table tbody tr:nth-child(3){
  color: #2253A4;
}

.price_table tbody tr:nth-child(4){
  color: #1C444E;
}

.price_table tbody tr:nth-child(5){
  color: #85CCC2;
}
.price_table tbody tr:nth-child(6){
  color: #8A8A8A;
}

.price_table tbody tr:nth-child(1) span{
  color: #8EC43D;
  font-weight: bold;
  font-size: 1.5em;
}

.price_table tbody tr:nth-child(2) span{
  color: #14A83B;
  font-weight: bold;
  font-size: 1.5em;
}

.price_table tbody tr:nth-child(3) span{
  color: #2253A4;
  font-weight: bold;
  font-size: 1.5em;
}

.price_table tbody tr:nth-child(4) span{
  color: #1C444E;
  font-weight: bold;
  font-size: 1.5em;
}

.price_table tbody tr:nth-child(5) span{
  color: #85CCC2;
  font-weight: bold;
  font-size: 1.5em;
}
.price_table tbody tr:nth-child(6) span{
  color: #8A8A8A;
  font-weight: bold;
  font-size: 1.5em;
}

.price_table tbody td{
  text-align: right;
  color: #212529;
}


/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

@media screen and (max-width: 768px) {




  .area_row > div:first-child{
    width: 60px;
    min-width: 60px;
    font-size: 12px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area_row > div{
    float: left;
    text-align: center;
    margin-right: 10px;
  }
  .area_row{
    clear: both;
    display: flex;
    align-items: center;
  }
  .area_row p{
    font-size: 10px;
    line-height: 13px;
    padding: 0 0 0 2px;
  }

  .area_price{
    font-size: 16px;
    color: #212529;
    padding: 0 0px;
  }


  #top_info{
    height:66px;
    font-size:12px;
    overflow:hidden;
  }
  #top_info-inner{
  }
  #top_info-title{
    background:#1a1a1a;
    line-height:1.2;
    width: auto;
    padding:5px 0 5px 15px;
    position: relative;
    letter-spacing: 1px;
    font-size:16px;
    z-index: 100;
}
  #top_info-title a{
  }
  .arrowR{
    display:none;
  }
  #top_info-body{
    position: absolute;
    left: 0;
    top: 0;
    padding-top:22px;
  }
  #top_info-body a{
    color:#333;
    line-height:44px;
    display:block;
    padding:0 8px 0 15px;
    font-size: 12px;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top_info-body a .date{
    padding-right:8px;
  }
  #top_info-body a .read{
  }
  .toInfo{
    position:absolute;
    right:15px;
    top:37px;
    z-index: 1000;
    color:#fff;
  }

  #top_news{
    height:66px;
    font-size:12px;
    overflow:hidden;
  }
  #top_news-inner{
  }
  #top_news-title{
    background:#9a9a9a;
    line-height:1.2;
    width: auto;
    padding:5px 0 5px 15px;
    position: relative;
    letter-spacing: 1px;
    font-size:16px;
    z-index: 5;
    height: 32px;
}
  #top_news-title a{
  }
  .arrowR{
    display:none;
  }
  #top_news-body{
    position: absolute;
    left: 0;
    top: 0;
    padding-top:30px;
    width: 100%;
  }
  #top_news-body a{
    color:#333;
    line-height:44px;
    display:block;
    padding:0 8px 0 15px;
    font-size: 12px;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top_news-body a .date{
    padding-right:8px;
  }
  #top_news-body a .read{
  }
  .toNews{
    position:absolute;
    right:15px;
    top:37px;
    z-index: 1000;
    color:#fff;
  }




  #main_image{
/*      background-image: url(/img/index/main_image.jpg); */
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
  }

  #main_image_sp {
      width: 100%;
      position: relative;
  }


  #main_image #catchcopy_txt {
      /*color: #1a1a1a;*/
      color: white;
      display: block;
      position: absolute;
      left: 0;
      top: 31%;
      text-align: center;
      width: 100%;
      font-size: 14px;
  }
  #main_image #catchcopy_txt strong {
      display: block;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;
      font-size: 30px;
      font-weight: normal;
      line-height: 1.5;
  }


  #catchcopy1{
      width: 360px;
      top: 50%;
      left:  50%;
      position:  relative;
      margin: -47px -180px;
  }

  .wrap_slider {
      margin-bottom: 40px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 100%;
      position: relative;
  }


  .eachStrongPoint{
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 150px;
      overflow: hidden;
      position: relative;
  }
  .eachStrongPoint .description{
        width: 70%;
      line-height: 18px;
  }

  .eachStrongPoint .catchKeyword {
      color: #fff;
      font-family: Raleway;
      font-size: 500%;
      font-weight: normal;
      left: 0;
      line-height: 1;
      opacity: 0;
      position: absolute;
      text-align: center;
      text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.7);
      top: 25%;
      width: 100%;
  }

  .eachStrongPoint .leadArea{
      display: flex;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      bottom: 0;
      justify-content: center;
      width: 100%;
      padding: 20px 0;
      position: absolute;
      width: 100%;
      height: 100%;
  }
  .eachStrongPoint .leadArea .number {
      color: #999;
      display: block;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 16px;
      font-weight: normal;
          line-height: 1;
  }
  .eachStrongPoint .leadArea .numberWrap {
      box-sizing: border-box;
      display: block;
      max-width: 200px;
      min-width: 200px;
      text-align: center;
      width: 30%;
      color: #fff;
  }
  .strongSupplement{
    box-sizing: border-box;
      margin: 0 auto;
      max-width: 960px;
      padding: 0px 1% 20px;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
  }
  .strongSupplement h3 {
      color: #9a9a9a;
      font-size: 18px;
      text-align: center;
      font-weight: normal;
      line-height: 1;
      margin-bottom: .3em;
  }

  .slick-slide img{
      display: block;
      width: 100%;
  }

  .products_card{
    grid-template-columns: 1fr 1fr;
  }

  .entry-content img{
    max-width: 100%;
    height: auto;
  }



  .each_case_scene {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: -1px;
  }
  .img_case_scene img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .txt_case_scene{
      color: white;
      padding: 100px 15px 100px 15px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-evenly;
  }
  .txt_case_scene#txt_case_scene1{
    background: #1a1a1a;
      padding: 30px 10px 30px 10px;
  }
  .txt_case_scene#txt_case_scene2{
    background: #9a9a9a;
      padding: 30px 10px 30px 10px;
  }
  .txt_case_scene#txt_case_scene3{
    background: #1a1a1a;
      padding: 30px 10px 30px 10px;
  }
  .txt_case_scene#txt_case_scene4{
    background: #9a9a9a;
      padding: 30px 10px 30px 10px;
  }



  .case_txt1{
      font-size: 1.0rem;
      line-height: 1.2;
      width: 100%;
      font-weight: bold;
      padding: 0 3px;
  }
  .case_txt2{
      font-size: 1.0rem;
      line-height: 1.2;
      margin-bottom: 15px;
      font-weight: bold;
      padding: 0 3px;
  }
  .case_txt3{
      font-size: 12px;
      line-height: 18px;
      padding: 0 3px;
  }

  #case_flow {
      overflow: hidden;
  }

  #case_flow .box {
      display: block;
  }

  #case_flow .box.right {
  }

  #case_flow .box.left {
  }

  #case_flow .box.left .comment {
      float: left;
      background-color: #1a1a1a;
      text-align: right;
  }

  #case_flow .box.right .comment {
      float: right;
      background-color: #9a9a9a;
  }

  #case_flow .image {
      width:50%;
  }

  #case_flow .comment {
      position: relative;
      height: 450px;
      width: 50%;
      color: #fff;
      box-sizing: border-box;
      padding: 125px 0 0 30px;
  }

  #case_flow .box.left .comment {
      padding: 125px 30px 0 0;
  }

  #case_flow .comment p {
      letter-spacing: normal;
  }

  #case_flow .comment .index {
      font-size: 1.8rem;
      line-height: 1.2;
      width: 100%;
      font-weight: bold;
  }

  #case_flow .comment .title {
      font-size: 2.8rem;
      line-height: 1.2;
      margin-bottom:15px;
      font-weight: bold;
  }

  #case_flow .comment .text {
      width: 460px;
      text-align: left;
      font-size:1.4rem;
  }

  #case_flow .box.right .comment .arrow {
      box-sizing: border-box;
      content: "";
      display: block;
      width: 35px;
      height: 35px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 35px;
      bottom: 35px;
      /* margin-top: -19px; */
  }

  #case_flow .box.left .comment .arrow {
      content: "";
      display: block;
      width: 35px;
      height: 35px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 50px;
      bottom: 35px;
      /* margin-top: -19px; */
  }

  .serviceGroup{
  border-radius: 20px;    /* CSS3草案 */
  -webkit-border-radius: 20px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px; /* Firefox用 */
  padding: 10px 0 20px;
      margin: 30px auto 30px;
  }

  #serviceGroup1 {
      background: #1a1a1a;
  }

  #serviceGroup1 .gridWrap {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 10px;
    margin: 0 auto;
    }

  #serviceGroup2 {
      background: #9a9a9a;
  }
  #serviceGroup2 .gridWrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 0 auto;
  }

  .bnArea{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; /* 隙間 */
    font-weight: bold;
  }

  .bnArea a{
    padding: 30px 10px;
    border: 1px solid #eee;
    color: black !important;
    background-color: white;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 80px;
    line-height: 18px;
  }

  .bnArea a img {
border: none;
    vertical-align: bottom;
    width: 300px;
    clip-path: circle(76px at top);
    -webkit-clip-path: circle(76px at top);
    position: absolute;
    top: 0px;
    right: -50px;
  }

  #serviceGroup1 .circle {
    width: 90%;
    height: 80px;
    margin: 0px auto 0;
    /* border-radius: 5%; */
    box-sizing: border-box;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    border-radius: 10px;    /* CSS3草案 */
    -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
  }
  #serviceGroup2 .circle {
      width: 90%;
      height: 80px;
      margin: 0px auto 0;
      box-sizing: border-box;
      border: 1px solid #eee;
      display: flex;
      align-items: center;
    border-radius: 10px;    /* CSS3草案 */
    -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
  }
  #serviceAbstract h2{
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 10px;
    font-size: 14px;
  }

  #serviceAbstract .circle h3{
    width: 100%;
    font-size: 12px;
        text-align: center;
    text-shadow: 
      white 2px 0px,  white -2px 0px,
      white 0px -2px, white 0px 2px,
      white 2px 2px , white -2px 2px,
      white 2px -2px, white -2px -2px,
      white 1px 2px,  white -1px 2px,
      white 1px -2px, white -1px -2px,
      white 2px 1px,  white -2px 1px,
      white 2px -1px, white -2px -1px;
  }


  .catchcopy{
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: white;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }



  #strongPoint{
      display: grid;
      grid-template-columns: 1fr 1fr;
  }

  #credit{
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 250px;
  }

  #wateraid{
  display: grid;
      grid-gap: 0px;
      grid-template-columns: 1fr 1fr;
    height: auto;
    width: 100%;
    margin: 0px auto;
    font-size: 11px;
    line-height: 14px;
  }
  #wateraid img#wateraid_img {
      width: 100%;
      height: auto;
      max-height: 100px;
      object-fit: cover;
  }
  #wateraid h3{
    font-size: 12px;
  }
  #wateraid p {
    font-size: 11px;
    line-height: 16px;
  }
  #wateraid_logo{
    max-width: 100px;
  }

  #information {
    height: 280px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  #information td,#information th{
    font-size:  12px;
  }

  #links_wrap div {
    padding: 2px 20px;
    height: 80px;
  }
  .pagetitle {
    font-size: 18px;
  }

  #body_sub .subpage_main_image {
    height: 200px;
    margin-bottom:  15px;
  }

  #notice{
    margin-top: 20px;
    font-size: 14px !important;
    padding: 10px 15px !important;
  }

  article.hosoku{
    margin-top: -30px;
  }

  #information tr td:first-child {
    width: 80px;
  }

}


/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/


/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/

@media screen and (min-width: 769px) {

  #main_image{
/*      background-image: url(/img/index/main_image.jpg); */
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 600px;
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
  }
  #main_image #catchcopy_txt {
      /*color: #1a1a1a;*/
      color: white;
      display: block;
      position: absolute;
      left: 0;
      top: 40%;
      text-align: center;
      width: 100%;
      font-size: 17px;
  }
  #main_image #catchcopy_txt strong {
      display: block;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;
      font-size: 45px;
      font-weight: normal;
      line-height: 1.5;
  }

  #main_image_pc{
    width: 100%;
    min-width: 1100px;
    position: relative;
  }


  #wateraid_logo {
      max-width: 180px;
  }

  #credit{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 350px;
  }

  #strongPoint{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  }
  _:-ms-lang(x)::-ms-backdrop, #strongPoint {
      /* IE11 にのみ適用される */
      display: flex;
  }
  .wrap_each_strong{
    min-width: 250px;
  }

  #catchcopy1{
      width: 360px;
      top: 50%;
      left:  50%;
      position:  relative;
      margin: -47px -180px;
  }


  .wrap_slider {
      margin-bottom: 40px;
      padding-bottom: 20px;
      width: 100%;
      color: #4c4225;
          position: relative;
  }

  .flex2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }

  .flex2 #left_column{
    width: 65%;
  }
  .flex2 #right_column{
    width:33%;
    margin-left: 2%;
  }




  .eachStrongPoint .catchKeyword {
      color: #fff;
      font-family: Raleway;
      font-size: 500%;
      font-weight: normal;
      left: 0;
      line-height: 1;
      opacity: 0;
      position: absolute;
      text-align: center;
      text-shadow: 1px 3px 17px rgba(0, 0, 0, 0.7);
      top: 25%;
      width: 100%;
  }

  .eachStrongPoint .leadArea{
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    justify-content: center;
    width: 100%;
    height: 250px;
    padding: 20px 0;
    position: absolute;
    width: 100%;
  }
  .eachStrongPoint .leadArea .number {
    color: #bbb;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: normal;
  }
  .eachStrongPoint .leadArea .numberWrap {
      box-sizing: border-box;
      display: block;
      max-width: 200px;
      min-width: 200px;
      text-align: center;
      width: 20%;
          margin: 0 auto;
          color: white;
  }
  .strongSupplement{
    box-sizing: border-box;
      margin: 0 auto;
      max-width: 960px;
      padding: 0px 2% 20px;
  }
  .strongSupplement h3 {
      color: #9a9a9a;
      font-family: Raleway;
      font-size: 24px;
      font-weight: normal;
      line-height: 1;
      margin-bottom: .3em;
      text-align: center;
  }


  .each_case_scene {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: -1px;
  }
  _:-ms-lang(x)::-ms-backdrop, .each_case_scene {
      /* IE11 にのみ適用される */
      display: flex;
  }

  .img_case_scene img{
    object-fit: cover;
    width: 100%;
    height: 300px;
  }
  _:-ms-lang(x)::-ms-backdrop, .img_case_scene img {
      /* IE11 にのみ適用される */
      width: 500px;
  }

  .txt_case_scene{
    color: white;
    padding: 0px 30px 0px 30px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 300px;
  }
  _:-ms-lang(x)::-ms-backdrop, .txt_case_scene {
      /* IE11 にのみ適用される */
      width: 500px;
  }





  .catchcopy{
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    color: white;
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
  }

  #service_navi{
    height: 800px;
    position: relative;
    width: 1150px;
    margin: 0 auto;
  }
  #service_navi a{
      display:  block;
  }
  .circle {
      width: 230px;
      height: 230px;
      position: absolute;

  }
  #img_circle1 {
    top: 100px;
    left: 50px;
  }
  #img_circle2 {
    top: 50px;
    left: 450px;
  }
  #img_circle3 {
      top: 100px;
    left: 850px;

  }
  #img_circle4 {
    top: 500px;
    left: 850px;
  }
  #img_circle5 {
    top: 550px;
    left: 450px;
  }
  #img_circle6 {
    top: 500px;
    left: 50px;
  }

  article.hosoku{
    margin-top: -70px;
  }



}
/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/




