/*----------------------------------------------------*/
/*                      color                         */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*                      common                        */
/*----------------------------------------------------*/
.pagenation {
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw;
  margin-top: 10%;
}
.pagenation .current {
  width: 15vw;
  border: 1px solid #343434;
  padding: 10px 0;
  background: #343434;
  text-align: center;
}
.pagenation a {
  color: #343434;
  width: 15vw;
  padding: 10px 0;
  border: 1px solid #343434;
  text-align: center;
  display: block;
}

.content-u {
  padding: 25% 0;
}

.bg-gray {
  padding: 25% 0;
  background: #f7f7f7;
}

.btn01 {
  text-align: center;
}
.btn01 a span {
  padding-right: 10vw;
  position: relative;
}
.btn01 a span::before {
  content: "";
  width: 8vw;
  height: 8vw;
  background: url("/img/common/arw01.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn01 a span:hover::before {
  right: -10px;
}

.btn02 a,
.btn03 a {
  width: 80%;
  padding: 5% 0;
  display: block;
  margin: 0 auto;
  position: relative;
}
.btn02 a::before,
.btn03 a::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn02 a:hover::before,
.btn03 a:hover::before {
  right: 20px;
}

.btn02 a {
  color: #fff;
  background: #343434;
}
.btn02 a::before {
  background: url("/img/common/arw03.png") no-repeat center/contain;
}

.btn03 a {
  background: #e9e9e9;
}
.btn03 a::before {
  background: url("/img/common/arw02.png") no-repeat center/contain;
}

/*----------------------------------------------------*/
/*                      header                        */
/*----------------------------------------------------*/
#header {
  padding: 0 5vw;
}
#header .hd-wrap {
  padding: 5% 0;
}
#header .hd-wrap .hd-logo {
  width: 35vw;
}
#header #mv {
  padding-bottom: 20vw;
  position: relative;
}
#header #mv .catch {
  width: 60vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header #mv .img img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#header #sv {
  padding-bottom: 15vw;
  position: relative;
}
#header #sv .img img {
  width: 100%;
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#header #sv .sv-ttl {
  width: 100%;
  padding-bottom: 3%;
  border-bottom: 1px solid #e9e9e9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header .sidebtn {
  width: 12vw;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 50;
}
#header .sidebtn .side-top {
  margin-top: 2vw;
}

/*----------------------------------------------------*/
/*                      footer                        */
/*----------------------------------------------------*/
#footer {
  padding: 20% 0;
  background: #343434;
}
#footer .cnt-box {
  display: block;
  position: relative;
}
#footer .wrap-l .ft-logo {
  width: 25vw;
  margin: 0 auto 10%;
}
#footer .wrap-r .ft-nav {
  margin-top: 10%;
}
#footer .wrap-r .ft-nav .ft-nav-list {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
#footer .wrap-r .copy {
  text-align: center;
  margin-top: 10%;
}

/*----------------------------------------------------*/
/*                        top                         */
/*----------------------------------------------------*/
.ttl {
  margin-bottom: 8%;
}

#top-news {
  padding: 25% 0 35%;
  position: relative;
}
#top-news .inbox {
  display: block;
}
#top-news .wrap-l .btn01 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
#top-news .news-list .news-item {
  padding-bottom: 5%;
  border-bottom: 1px solid #e9e9e9;
}
#top-news .news-list .news-item:nth-child(n+2) {
  margin-top: 5%;
}
#top-news .news-list .news-item .time-tag {
  gap: 15px;
}
#top-news .news-list .news-item .time-tag .tag-list {
  gap: 10px;
}
#top-news .news-list .news-item .time-tag .tag-list .tag-item span {
  display: block;
  padding: 2px 5px;
  background: #e9e9e9;
}
#top-news .news-list .news-item .news-ttl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#top-greeting .inbox {
  padding: 25% 0 35%;
  position: relative;
}
#top-greeting .txt-cnt02 {
  margin-top: 10%;
}
#top-greeting .txt-cnt02 h4 {
  margin-bottom: 5%;
}
#top-greeting .img01 {
  width: 70vw;
  margin-bottom: 10%;
}
#top-greeting .img02 {
  width: 70vw;
  margin: 10% 0 0 auto;
}
#top-greeting .img03 {
  width: 30vw;
  position: absolute;
  top: 3%;
  right: 0;
  z-index: -1;
}
#top-greeting .img04 {
  width: 27vw;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: -1;
}

#top-about {
  padding: 25% 0;
  background: #f7f7f7;
  position: relative;
}
#top-about .inbox {
  display: block;
  position: relative;
}
#top-about .txt-cnt .btn01 {
  margin-top: 10%;
}
#top-about .img01 {
  width: 50vw;
  margin: 10% 0 0 auto;
}
#top-about .img02 {
  width: 40vw;
  position: absolute;
  bottom: -5%;
  left: 0;
}

#top-service {
  padding: 25% 0 20%;
}
#top-service .wrap {
  display: block;
}
#top-service .service-style:nth-child(n+2) {
  margin-top: 8%;
}
#top-service .service-style .img img {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top-service .service-style .service-btn {
  padding: 3% 0;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
#top-service .service-style .service-btn::before {
  content: "";
  width: 20px;
  height: 19px;
  background: url("/img/common/arw02.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#contact-recruit {
  padding: 160px 0 0 0;
  background: url("/img/common/contact-recruit-bg.png") no-repeat center/cover;
}
#contact-recruit .cnt-box {
  padding: 15% 0;
  background: #fff;
  display: block;
}
#contact-recruit #recruit-sec {
  margin-top: 10%;
}
#contact-recruit .btn02,
#contact-recruit .btn03 {
  margin-top: 5%;
}

#company-sec {
  padding: 20% 0;
}
#company-sec .inbox {
  display: block;
}
#company-sec .txt-cnt .info-tbl {
  width: 100%;
  border-top: 1px solid #343434;
}
#company-sec .txt-cnt .info-tbl tr {
  border-bottom: 1px solid #343434;
}
#company-sec .txt-cnt .info-tbl tr th,
#company-sec .txt-cnt .info-tbl tr td {
  display: block;
  font-weight: 500;
  padding: 5%;
}
#company-sec .txt-cnt .info-tbl tr th {
  background: #e9e9e9;
}
#company-sec .txt-cnt .btn01 {
  margin-top: 10%;
}
#company-sec .map {
  margin-top: 10%;
  width: 100%;
  height: 55vw;
}
#company-sec .map iframe {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------*/
/*                      coating                       */
/*----------------------------------------------------*/
#coating #about .cnt:nth-child(n+3) {
  margin-top: 15%;
}
#coating #about .cnt .h4-ttl {
  padding: 5% 0;
  background: #e9e9e9;
  margin-bottom: 5%;
}
#coating #about .cnt .txt {
  text-align: left;
}
#coating #about .cnt .gray-box {
  padding: 10% 5%;
  background: #f7f7f7;
  margin-top: 13%;
}
#coating #about .cnt .gray-box .box-ttl {
  margin-bottom: 10%;
}
#coating #about .cnt .gray-box .box-ttl span {
  padding: 0 25px;
  position: relative;
}
#coating #about .cnt .gray-box .box-ttl span::before, #coating #about .cnt .gray-box .box-ttl span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #343434;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#coating #about .cnt .gray-box .box-ttl span::before {
  left: 0;
}
#coating #about .cnt .gray-box .box-ttl span::after {
  right: 0;
}
#coating #about .cnt .gray-box .wrap {
  display: block;
}
#coating #about .cnt .gray-box .features-list .features-item {
  padding-left: 25px;
  position: relative;
}
#coating #about .cnt .gray-box .features-list .features-item:nth-child(n+2) {
  margin-top: 5%;
}
#coating #about .cnt .gray-box .features-list .features-item::before {
  content: "";
  width: 16px;
  height: 17px;
  background: url("/img/coating/check.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#coating #about .cnt .gray-box .img {
  width: 60vw;
  margin: 8% auto 0;
}
#coating #about .cnt .gray-box .osusume-list .osusume-item:nth-child(n+2) {
  margin-top: 25px;
}
#coating #about .cnt .gray-box .osusume-list .osusume-item .osusume-ttl {
  padding-left: 25px;
  position: relative;
}
#coating #about .cnt .gray-box .osusume-list .osusume-item .osusume-ttl::before {
  content: "";
  width: 16px;
  height: 17px;
  background: url("/img/coating/check.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#coating #about .cnt .figure {
  margin-top: 35px;
}
#coating #about .cnt .work-list {
  gap: 8vw;
  margin-top: 10%;
}
#coating #about .cnt .work-list .work-item {
  width: 100%;
  padding: 10% 5%;
  background: #f7f7f7;
  position: relative;
}
#coating #about .cnt .work-list .work-item .arw {
  width: 20vw;
  position: absolute;
  top: 25vw;
  right: 10vw;
}
#coating #about .cnt .work-list .work-item .before .img img {
  width: 45vw;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#coating #about .cnt .work-list .work-item .after {
  width: 70vw;
  margin: 5% 0 0 auto;
}
#coating #about .cnt .work-list .work-item .after .img img {
  width: 100%;
  height: 45vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#coating #about .cnt .work-list .work-item p {
  margin-top: 5px;
}

/*----------------------------------------------------*/
/*                      service                       */
/*----------------------------------------------------*/
#service #about .anchor-cnt .anchor-list {
  display: block;
}
#service #about .anchor-cnt .anchor-list .anchor-item:nth-child(n+2) {
  margin-top: 5%;
}
#service #about .anchor-cnt .anchor-list .anchor-item a {
  display: block;
  width: 100%;
  padding: 5% 0;
  background: #343434;
  position: relative;
}
#service #about .anchor-cnt .anchor-list .anchor-item a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/img/service/anchor-arw.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#service #about .gray-box {
  padding: 10% 5%;
  background: #f7f7f7;
  margin-top: 60px;
}
#service #about .gray-box .h4-ttl {
  padding: 5% 0;
  background: #fff;
  margin-bottom: 8%;
}
#service #about .gray-box .cnt:nth-child(n+3) {
  margin-top: 10%;
}
#service #about .gray-box .service-ttl {
  margin-bottom: 8%;
}
#service #about .gray-box .service-ttl span {
  padding: 0 25px;
  position: relative;
}
#service #about .gray-box .service-ttl span::before, #service #about .gray-box .service-ttl span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #343434;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#service #about .gray-box .service-ttl span::before {
  left: 0;
}
#service #about .gray-box .service-ttl span::after {
  right: 0;
}
#service #about .gray-box .wrap {
  display: block;
  margin-top: 8%;
}
#service #about .gray-box .wrap .txt {
  margin-bottom: 8%;
}
#service #about .gray-box .wrap .contact-box {
  padding: 10% 0;
  background: #fff;
}
#service #about .gray-box .wrap .contact-box .btn02 {
  margin-top: 5%;
}
#service #about .gray-box .link-list {
  display: block;
  margin-top: 10%;
}
#service #about .gray-box .link-list .link-item a {
  display: block;
  width: 80vw;
  padding: 5% 0;
  background: #e9e9e9;
  border: 1px solid #343434;
  margin: 0 auto;
  position: relative;
}
#service #about .gray-box .link-list .link-item a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/img/common/arw02.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  transition: 0.3s;
}

/*----------------------------------------------------*/
/*                      company                       */
/*----------------------------------------------------*/
.sub-ttl {
  margin-bottom: 8%;
}

#company #greeting .wrap {
  display: block;
}
#company #greeting .img {
  width: 60vw;
  margin: 0 auto;
}
#company #greeting .txt-cnt {
  margin-top: 8%;
}
#company #greeting .txt-cnt h4 {
  padding: 3% 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
#company #info .info-tbl {
  width: 100%;
}
#company #info .info-tbl tr {
  border: 1px solid #343434;
}
#company #info .info-tbl tr th,
#company #info .info-tbl tr td {
  display: block;
  font-weight: 500;
  padding: 5%;
}
#company #info .info-tbl tr th {
  color: #fff;
  background: #343434;
}
#company #info .map {
  width: 100%;
  height: 55vw;
  margin-top: 50px;
}
#company #info .map iframe {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------*/
/*                      recruit                       */
/*----------------------------------------------------*/
#recruit #interview .wrap {
  display: block;
}
#recruit #interview .img {
  width: 60vw;
  margin: 0 auto;
}
#recruit #interview .txt-cnt h4 {
  padding: 3% 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
#recruit #recruitment .recruit-tbl {
  width: 100%;
}
#recruit #recruitment .recruit-tbl tr {
  border: 1px solid #343434;
}
#recruit #recruitment .recruit-tbl tr th,
#recruit #recruitment .recruit-tbl tr td {
  display: block;
  font-weight: 500;
  padding: 5%;
}
#recruit #recruitment .recruit-tbl tr th {
  background: #e9e9e9;
}
#recruit #bnr {
  padding: 20% 0;
}
#recruit #bnr .bnr-box a {
  display: block;
  padding: 10% 0;
  background: #343434;
  position: relative;
}
#recruit #bnr .bnr-box a::before {
  content: "";
  width: 10vw;
  height: 10vw;
  background: url("/img/recruit/arw.png") no-repeat center/contain;
  position: absolute;
  bottom: 15%;
  right: 5%;
}
#recruit #bnr .bnr-box a .ttl {
  margin-left: 10%;
}
#recruit #bnr .bnr-box a:hover::before {
  right: 50px;
}

/*----------------------------------------------------*/
/*                       contact                      */
/*----------------------------------------------------*/
#contact #mail-form {
  padding: 25% 0;
}

/*----------------------------------------------------*/
/*                        blog                        */
/*----------------------------------------------------*/
#blog #blog-cnt {
  padding: 25% 0;
}
#blog #blog-cnt .category-btn {
  margin-top: 10%;
  padding: 8% 0;
  border: 1px solid #343434;
}
#blog #blog-cnt .category-btn .category-list {
  padding: 0 5%;
  gap: 5vw;
}
#blog #blog-cnt .category-btn .category-list .category-item a {
  color: #fff;
  font-size: 3.2vw;
  padding: 1vw 5vw;
  background: #343434;
}
#blog #blog-cnt .blog-list {
  margin-top: 15%;
}
#blog #blog-cnt .blog-list .blog-item {
  padding: 10% 0;
  border-top: 1px solid #343434;
}
#blog #blog-cnt .blog-list .blog-item:last-child {
  border-bottom: 1px solid #343434;
}
#blog #blog-cnt .blog-list .blog-item a .wrap {
  display: block;
}
#blog #blog-cnt .blog-list .blog-item a .thumbnail-on .thumb img {
  width: 25vw;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#blog #blog-cnt .blog-list .blog-item a .thumbnail-on .txt-cnt {
  margin-top: 5%;
}
#blog #blog-cnt .blog-list .blog-item a .tag-list {
  gap: 10px;
  margin-top: 5%;
}
#blog #blog-cnt .blog-list .blog-item a .tag-list .tag-item span {
  color: #fff;
  padding: 1vw 3vw;
  background: #343434;
}
#blog #blog-cnt .blog-list .blog-item a time {
  color: #343434;
  font-weight: 700;
}
#blog #blog-cnt .blog-list .blog-item a .blog-item-ttl {
  color: #343434;
  font-size: 5.5vw;
  font-weight: 700;
}
#blog #blog-cnt .blog-list .blog-item a .txt {
  margin-top: 3%;
}
#blog #blog-cnt .blog-list .blog-item a .blog-thumb {
  display: none;
}

#detail-wrp {
  padding-bottom: 25%;
}
#detail-wrp .blog-tag-list {
  gap: 8px;
  margin-bottom: 5%;
}
#detail-wrp .blog-tag-list .blog-tag-item span {
  color: #fff;
  padding: 1vw 3vw;
  background: #343434;
}
#detail-wrp .blog-ttl {
  font-size: 5.5vw;
  margin-bottom: 5%;
}
#detail-wrp .txt {
  margin-top: 5%;
}

.page-btn {
  font-size: 3.8vw;
  margin-top: 10%;
  position: relative;
}
.page-btn .left {
  left: 0;
  position: absolute;
  font-weight: 600;
}
.page-btn .text-c {
  text-align: center;
}
.page-btn .right {
  right: 0;
  position: absolute;
  font-weight: 600;
}

/*----------------------------------------------------*/
/*                       complete                     */
/*----------------------------------------------------*/
#complete .complete-box {
  padding-bottom: 25%;
  margin-top: 10%;
  text-align: center;
}

/*----------------------------------------------------*/
/*                      sitemap                       */
/*----------------------------------------------------*/
#site .sitemap-cnt {
  padding-bottom: 25%;
}
#site .sitemap-cnt ul {
  margin-top: 10%;
}
#site .sitemap-cnt ul li {
  padding: 0 0 2% 5%;
  border-bottom: 1px dotted #343434;
}
#site .sitemap-cnt ul li:nth-child(n+2) {
  margin-top: 10px;
}
#site .sitemap-cnt ul li a {
  padding-left: 10%;
  position: relative;
}
#site .sitemap-cnt ul li a::before {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 1px solid #343434;
  border-right: 1px solid #343434;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}

/*----------------------------------------------------*/
/*                      privacy                       */
/*----------------------------------------------------*/
#privacy .privacy {
  padding-bottom: 25%;
}
#privacy .privacy-box {
  margin-top: 10%;
}
#privacy .privacy-box p {
  margin-top: 3%;
}
#privacy .privacy-box .ttl04 {
  color: #343434;
  padding-bottom: 5%;
  border-bottom: 2px solid #343434;
}

/*----------------------------------------------------*/
/*                        404                         */
/*----------------------------------------------------*/
#notfound .item-box {
  text-align: center;
  padding-bottom: 25%;
}
#notfound .not-found-txt {
  margin-top: 10%;
}/*# sourceMappingURL=style_sp.css.map */