/*2025/10/06*/
/**TOP**/
/*mv*/
.homevisual .head {
  font-size: 50px;
}
.homevisual .txt {
  font-size: 24px;
}
/*home04*/
.home04 .txtbox {
  margin-bottom: 50px;
  padding: 2%;
  background: #fff;
}
.list_home03 .item {
  transform: initial;
  margin-bottom: 20px;
  display: inline-block;
	box-shadow: 0px 5px 5px 0 #ddd;
	padding: 20px;
}
.list_home03 .item a {
  display: flex;
}
.list_home03 .item a .img {
  width: 48%;
  margin-right: 2%;
  border: 1px solid #e6e6e6;
}
.list_home03 .item a .img img {
  border: solid 8px ;
  border-image-slice: 1; 
  border-image-source: linear-gradient(to right, #e3e3e3 0%, #a4c6d7 30%, #56a5b9 100%);
}
.list_home03 .item a .txtbox {
  width: 50%;
}
.list_home03 .item:nth-child(even) a {
  flex-direction: row-reverse;
}
.list_home03 .item:nth-child(even) a .img {
  margin-right: 0;
  margin-left: 2%;
}
.list_home03 .head {
  font-size: 26px;
}
/*home07*/
.home07 {
  padding-top: 50px;
}
.home07 .introduction {
  display: flex;
  flex-wrap: wrap;
  background: #707070;
}

.home07 .introduction .img {
  width: 50%;
  filter: grayscale(100%);
}
.home07 .introduction .img:hover {
  filter: none;
}
.home07 .introduction .img img {
  width: 100%;
}
.home07 .introduction .txtbox {
  width: 50%;
  padding: 5%;
}
.home07 .introduction .txtbox .name {
  font-size: 26px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  padding: 0.25em 0.5em;
  border-left: solid 5px #fff;
}
.home07 .introduction .txtbox .txt {
  color: #fff;
  margin-bottom: 30px;
}
.home07 .introduction .txtbox a {
  display: block;
  width: 300px;
  text-align: center;
  background: #fff;
  margin: 10px auto;
  padding: 2%;
}
.home07 .introduction:nth-child(even) {
  flex-direction: row-reverse;
}
.home07 .introduction .img.p5 {
  background: #fff;
}
.home07 .introduction .img.p5 img {
  width: 70%;
  margin: 10% auto;
}

/**会社概要**/
.bg-navy {
  background-color: #56a5b9;
}
.bg-navy .ttl_cmn02 .ttlin01 {
  color: #fff;
}
.bg-navy .list_company01 .datattl {
  color: #fff;
}
.bg-navy .list_company01 .data {
  color: #fff;
}
/* .inner .c-img {
  width: 100%;
  margin-top: 30px;
  box-shadow: 0px 10px 10px 0 #ddd;
} */



.inner .c-img {
  margin-top: 50px;
  width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.inner .c-img img {
  width: 100%;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.inner .c-img:before,
.inner .c-img:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.inner .c-img:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.inner .c-img:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}

/* .inner .c-img img {
  width: 100%;
} */
.a-comp {
  display: flex;
  flex-wrap: wrap;
}
.a-comp li {
  width: 48%;
  margin: 10px auto 0;
}
.a-comp li .img {
  width: 100%;
  margin-bottom: 5px;
  /* border: 1px solid #dadada; */
  box-shadow: 0px 5px 5px 0 #ddd;
}
.a-comp li img {
  width: 100%;
}
.a-comp li h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

@media (max-width: 1024px){
  .inner {
    max-width: initial;
  }
  .homevisual .head {
    font-size: 38px;
  }
  .homevisual .txt {
    font-size: 20px;
  }
  .list_home03 {
    display: flex;
    flex-wrap: wrap;
  }
  .list_home03 .item {
    width: 48%;
    margin: 10px auto;
  }
  .list_home03 .item a {
    display: block;
  }
  .list_home03 .item a .img {
    width: 100%;
    margin-right: 0;
  }
  .list_home03 .item:nth-child(even) a .img {
    margin-left: 0;
  }
  .list_home03 .item a .txtbox {
    width: 100%;
  }
  .home07 {
    background: #707070;
  }
  .home07 h3 {
    color: #fff;
  }
  .home07 .introduction .img {
    width: 60%;
    margin: 30px auto 0;
  }
  .home07 .introduction .txtbox {
    width: 100%;
  }
}

@media (max-width: 599px){
  .homevisual .head {
    font-size: 30px;
  }
  .homevisual .txt {
    font-size: 18px;
  }
  .list_home03 {
    padding: 0 10px;
  }
  .list_home03 .item {
    width: 100%;
    padding: 10px;
  }
  .home07 .introduction .img {
    width: 90%;
  }
  .home07 .introduction .txtbox .name {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .inner .c-img:before, .inner .c-img:after {
    width: 80px;
  }
  .inner .c-img:before {
    top: -25px;
    left: -35px;
  }
  .inner .c-img:after {
    bottom: -25px;
    right: -35px;
  }
}

/*スライダー*/
.indexAchieveList+* {
    margin-top: 10px;
}

[data-element-id] .indexAchieveList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .indexAchieveList li {
    width: 18%;
    margin: 1%;
}

.indexAchieveList li {
    text-align: center;
    background: #fff;
}

.indexAchieveList li img {
    margin: auto;
    filter: grayscale(100%);
}

.indexAchieveList li img:hover {
  filter: none;
}

@media (max-width: 1024px) {
    .indexAchieveHead .tit .lead {
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .indexAchieveHead .label {
        font-size: 14px;
    }

    .indexAchieveHead .tit .lead {
        font-size: 24px;
    }
}
