@charset "UTF-8";
/*----------------------------------------------------*/
/*                      color                         */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*                      common                        */
/*----------------------------------------------------*/
.pagenation {
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}
.pagenation .current {
  width: 55px;
  border: 1px solid #343434;
  padding: 15px 0;
  background: #343434;
  text-align: center;
}
.pagenation a {
  color: #343434;
  width: 55px;
  padding: 15px 0;
  border: 1px solid #343434;
  text-align: center;
  display: block;
  transition: 0.3s;
}
.pagenation a:hover {
  background: #343434;
  color: #fff;
}

/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 70px 0 50px;
  z-index: 10;
}
#bread-clumb li {
  position: relative;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}

.content-u {
  padding: 160px 0;
}

.bg-gray {
  padding: 160px 0;
  background: #f7f7f7;
}

.btn01 a {
  font-size: 21px;
}
.btn01 a span {
  padding-right: 85px;
  position: relative;
}
.btn01 a span::before {
  content: "";
  width: 65px;
  height: 65px;
  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: 350px;
  padding: 20px 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 8.3vw;
}
#header .hd-wrap {
  padding: 15px 0;
}
#header .hd-wrap .hd-nav .hd-nav-list .hd-nav-item {
  padding: 0 25px;
}
#header .hd-wrap .hd-nav .hd-nav-list .hd-nav-item:nth-child(n+2) {
  position: relative;
}
#header .hd-wrap .hd-nav .hd-nav-list .hd-nav-item:nth-child(n+2)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #343434;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header .hd-wrap .hd-nav .hd-nav-list .hd-nav-item a {
  transition: 0.3s;
}
#header .hd-wrap .hd-nav .hd-nav-list .hd-nav-item a:hover {
  opacity: 0.7;
}
#header #mv {
  position: relative;
}
#header #mv .catch {
  width: 22.5vw;
  min-width: 270px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header #sv {
  position: relative;
}
#header #sv .sv-ttl {
  width: 720px;
  padding: 25px 0;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .sidebtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}
#header .sidebtn .side-top {
  margin-top: 20px;
}

/*----------------------------------------------------*/
/*                      footer                        */
/*----------------------------------------------------*/
#footer {
  padding: 130px 0;
  background: #343434;
}
#footer .cnt-box {
  position: relative;
}
#footer .wrap-l .ft-logo {
  margin-bottom: 60px;
}
#footer .wrap-r .ft-nav {
  gap: 55px;
}
#footer .wrap-r .ft-nav .ft-nav-list .ft-nav-item {
  transition: 0.3s;
}
#footer .wrap-r .ft-nav .ft-nav-list .ft-nav-item:nth-child(n+2) {
  margin-top: 20px;
}
#footer .wrap-r .ft-nav .ft-nav-list .ft-nav-item:hover {
  opacity: 0.7;
}
#footer .wrap-r .copy {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*----------------------------------------------------*/
/*                        top                         */
/*----------------------------------------------------*/
.ttl {
  margin-bottom: 45px;
}

#top-news {
  padding: 160px 0 180px;
}
#top-news .wrap-l .btn01 {
  margin-top: 100px;
}
#top-news .news-list {
  width: 700px;
}
#top-news .news-list .news-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
  transition: 0.3s;
}
#top-news .news-list .news-item:nth-child(n+2) {
  margin-top: 25px;
}
#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-news .news-list .news-item:hover {
  transform: translateX(10px);
}

#top-greeting {
  margin-top: -110px;
  overflow: hidden;
}
#top-greeting .inbox {
  padding: 160px 0 210px;
  position: relative;
}
#top-greeting .txt-cnt01 {
  width: 490px;
  margin: 0 0 0 auto;
}
#top-greeting .txt-cnt02 {
  width: 510px;
  margin-top: 175px;
}
#top-greeting .txt-cnt02 h4 {
  margin-bottom: 30px;
}
#top-greeting .img01 {
  position: absolute;
  top: 115px;
  left: -100px;
}
#top-greeting .img02 {
  position: absolute;
  bottom: 180px;
  right: 40px;
}
#top-greeting .img03 {
  position: absolute;
  top: 0;
  right: -260px;
}
#top-greeting .img04 {
  position: absolute;
  bottom: 70px;
  left: -310px;
}

#top-about {
  padding: 140px 0;
  position: relative;
}
#top-about::before {
  content: "";
  width: 1400px;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#top-about .inbox {
  position: relative;
}
#top-about .txt-cnt {
  width: 525px;
}
#top-about .txt-cnt .btn01 {
  margin-top: 70px;
}
#top-about .img01 {
  margin-left: -310px;
}
#top-about .img02 {
  position: absolute;
  bottom: -100px;
  right: 220px;
}

#top-service {
  padding: 180px 0 200px;
}
#top-service .service-style .service-btn {
  padding: 15px 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%);
  transition: 0.3s;
}
#top-service .service-style:hover .service-btn::before {
  right: -10px;
}

#contact-recruit {
  padding: 160px 0 0 0;
  background: url("/img/common/contact-recruit-bg.png") no-repeat center/cover;
}
#contact-recruit .cnt-box {
  padding: 95px 0;
  background: #fff;
  gap: 140px;
}
#contact-recruit #contact-sec .ttl {
  margin-bottom: 35px;
}
#contact-recruit .btn02 {
  margin-top: 25px;
}
#contact-recruit .btn03 {
  margin-top: 30px;
}

#company-sec {
  padding: 180px 0;
}
#company-sec .txt-cnt {
  width: 495px;
}
#company-sec .txt-cnt .info-tbl {
  width: 100%;
}
#company-sec .txt-cnt .info-tbl tr {
  border-bottom: 1px solid #e9e9e9;
}
#company-sec .txt-cnt .info-tbl tr th,
#company-sec .txt-cnt .info-tbl tr td {
  font-weight: 500;
  padding: 15px 0;
}
#company-sec .txt-cnt .info-tbl tr th {
  width: 100px;
}
#company-sec .txt-cnt .btn01 {
  margin-top: 70px;
}
#company-sec .map {
  width: 500px;
  height: 550px;
}
#company-sec .map iframe {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------*/
/*                      coating                       */
/*----------------------------------------------------*/
#coating #about .cnt:nth-child(n+3) {
  margin-top: 100px;
}
#coating #about .cnt .h4-ttl {
  padding: 15px 0;
  background: #e9e9e9;
  margin-bottom: 30px;
}
#coating #about .cnt .gray-box {
  padding: 70px 80px;
  background: #f7f7f7;
  margin-top: 80px;
}
#coating #about .cnt .gray-box .box-ttl {
  margin-bottom: 25px;
}
#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 .features-list .features-item {
  padding-left: 25px;
  position: relative;
}
#coating #about .cnt .gray-box .features-list .features-item:nth-child(n+2) {
  margin-top: 25px;
}
#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 .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: 60px;
  margin-top: 55px;
}
#coating #about .cnt .work-list .work-item {
  width: 510px;
  padding: 40px;
  background: #f7f7f7;
  position: relative;
}
#coating #about .cnt .work-list .work-item .arw {
  position: absolute;
  top: 110px;
  right: 180px;
}
#coating #about .cnt .work-list .work-item .before .img img {
  width: 200px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#coating #about .cnt .work-list .work-item .after {
  width: 300px;
  margin: 0 0 0 auto;
}
#coating #about .cnt .work-list .work-item .after .img img {
  width: 300px;
  height: 220px;
  -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 .anchor-item a {
  display: block;
  width: 330px;
  padding: 23px 0;
  background: #343434;
  position: relative;
  transition: 0.3s;
}
#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 .anchor-cnt .anchor-list .anchor-item a:hover {
  opacity: 0.7;
}
#service #about .gray-box {
  padding: 70px 80px;
  background: #f7f7f7;
  margin-top: 60px;
}
#service #about .gray-box .h4-ttl {
  padding: 15px 0;
  background: #fff;
  margin-bottom: 40px;
}
#service #about .gray-box .cnt:nth-child(n+3) {
  margin-top: 45px;
}
#service #about .gray-box .service-ttl {
  margin-bottom: 30px;
}
#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 {
  margin-top: 35px;
}
#service #about .gray-box .wrap .txt {
  width: 440px;
}
#service #about .gray-box .wrap .contact-box {
  width: 440px;
  padding: 40px 0;
  background: #fff;
}
#service #about .gray-box .wrap .contact-box .btn02 {
  margin-top: 15px;
}
#service #about .gray-box .wrap .contact-box .btn02 a {
  width: 300px;
}
#service #about .gray-box .link-list {
  gap: 45px;
  margin-top: 30px;
}
#service #about .gray-box .link-list .link-item a {
  display: block;
  width: 438px;
  padding: 20px 0;
  background: #e9e9e9;
  border: 1px solid #343434;
  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: 30px;
  transform: translateY(-50%);
  transition: 0.3s;
}
#service #about .gray-box .link-list .link-item a:hover::before {
  right: 20px;
}

/*----------------------------------------------------*/
/*                      company                       */
/*----------------------------------------------------*/
.sub-ttl {
  margin-bottom: 45px;
}

#company #greeting .txt-cnt {
  width: 525px;
}
#company #greeting .txt-cnt h4 {
  padding: 15px 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:nth-child(n+2) th {
  border-top: 1px solid #fff;
}
#company #info .info-tbl tr th,
#company #info .info-tbl tr td {
  font-weight: 500;
  padding: 25px 45px;
}
#company #info .info-tbl tr th {
  width: 350px;
  color: #fff;
  background: #343434;
}
#company #info .map {
  width: 100%;
  height: 360px;
  margin-top: 50px;
}
#company #info .map iframe {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------*/
/*                      recruit                       */
/*----------------------------------------------------*/
#recruit #interview .txt-cnt {
  width: 525px;
}
#recruit #interview .txt-cnt h4 {
  padding: 15px 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 {
  font-weight: 500;
  padding: 25px 45px;
}
#recruit #recruitment .recruit-tbl tr th {
  width: 350px;
  background: #e9e9e9;
}
#recruit #bnr {
  padding: 130px 0;
}
#recruit #bnr .bnr-box a {
  display: block;
  padding: 110px 0 80px;
  background: #343434;
  position: relative;
}
#recruit #bnr .bnr-box a::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url("/img/recruit/arw.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  transition: 0.3s;
}
#recruit #bnr .bnr-box a .ttl {
  margin-left: 80px;
}
#recruit #bnr .bnr-box a:hover::before {
  right: 50px;
}

/*----------------------------------------------------*/
/*                       contact                      */
/*----------------------------------------------------*/
#contact #mail-form {
  padding: 165px 0;
}

/*----------------------------------------------------*/
/*                       blog                         */
/*----------------------------------------------------*/
#blog #blog-cnt {
  padding: 150px 0;
}
#blog #blog-cnt .category-btn {
  margin-top: 40px;
  padding: 40px 0;
  border: 1px solid #343434;
}
#blog #blog-cnt .category-btn .category-list {
  padding: 0 25px;
  gap: 20px;
}
#blog #blog-cnt .category-btn .category-list .category-item a {
  color: #fff;
  font-size: 18px;
  padding: 5px 15px;
  background: #343434;
  transition: 0.3s;
}
#blog #blog-cnt .category-btn .category-list .category-item a:hover {
  opacity: 0.7;
}
#blog #blog-cnt .blog-list {
  margin-top: 60px;
}
#blog #blog-cnt .blog-list .blog-item {
  padding: 35px 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 .thumbnail-on .thumb img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#blog #blog-cnt .blog-list .blog-item .thumbnail-on .txt-cnt {
  width: 790px;
}
#blog #blog-cnt .blog-list .blog-item time {
  font-weight: 700;
  color: #343434;
}
#blog #blog-cnt .blog-list .blog-item .blog-ttl {
  font-weight: 500;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}
#blog #blog-cnt .blog-list .blog-item .tag-list {
  gap: 10px;
  margin-top: 18px;
}
#blog #blog-cnt .blog-list .blog-item .tag-list .tag-item span {
  color: #fff;
  padding: 3px 15px;
  background: #343434;
}
#blog #blog-cnt .blog-list .blog-item a {
  transition: 0.3s;
}
#blog #blog-cnt .blog-list .blog-item a:hover {
  padding-left: 10px;
}
#blog #blog-cnt .blog-list .blog-item a:hover .blog-ttl {
  padding-left: 10px;
}

#detail-wrp {
  padding-bottom: 150px;
}
#detail-wrp .blog-tag-list {
  gap: 8px;
  margin-bottom: 15px;
}
#detail-wrp .blog-tag-list .blog-tag-item span {
  color: #fff;
  padding: 3px 15px;
  background: #343434;
}
#detail-wrp .blog-ttl {
  margin-bottom: 10px;
}
#detail-wrp .blog-time {
  color: #343434;
  text-align: right;
}
#detail-wrp .txt {
  margin-top: 20px;
}

.page-btn {
  margin-top: 120px;
  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;
}
.page-btn a {
  transition: 0.3s;
}
.page-btn a:hover {
  color: #343434;
}

/*----------------------------------------------------*/
/*                       complete                     */
/*----------------------------------------------------*/
#complete .complete-box {
  padding-bottom: 150px;
  margin-top: 30px;
  text-align: center;
}

/*----------------------------------------------------*/
/*                      privacy                       */
/*----------------------------------------------------*/
#privacy .privacy {
  padding-bottom: 150px;
}
#privacy .privacy .privacy-box {
  margin-top: 50px;
}
#privacy .privacy .privacy-box p {
  margin-top: 15px;
}
#privacy .privacy .privacy-box .ttl04 {
  color: #343434;
  padding-bottom: 10px;
  border-bottom: 2px solid #343434;
}

/*----------------------------------------------------*/
/*                       sitemap                      */
/*----------------------------------------------------*/
#site .content-u {
  padding-bottom: 150px;
}
#site .content-u ul {
  width: 810px;
  margin: 45px auto 0;
}
#site .content-u ul li:nth-child(n+2) {
  border-top: 2px dotted #343434;
  margin-top: 15px;
  padding-top: 15px;
}
#site .content-u ul li a {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
  transition: 0.3s;
}
#site .content-u ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #343434;
  border-right: 1px solid #343434;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}
#site .content-u ul li a:hover {
  padding-left: 25px;
}

/*----------------------------------------------------*/
/*                        404                         */
/*----------------------------------------------------*/
#notfound .item-box {
  text-align: center;
  padding-bottom: 150px;
}
#notfound .not-found-txt {
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */