/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "zen-r";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
@font-face {
  font-family: "zen-b";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "zen-bk";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "zen-r";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
@font-face {
  font-family: "zen-b";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "zen-bk";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================

  main layout  all

========================================= */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.pre {
  white-space: pre-line;
}

.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.anchor-mp {
  margin: -140px auto 0;
  padding-top: 140px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 30px;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 110px 0 130px;
  }
}

.news-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(4n-3)) {
    margin-left: 26px;
  }
  .news-post-item:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}
.news-post-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-post-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  border-left: 1px solid #ed8811;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.2;
}
.news-post-tag-txt {
  padding: 0 9px;
  border-right: 1px solid #ed8811;
  text-align: center;
  color: #ed8811;
  font-family: "zen-b", "yu-go-b", sans-serif;
}
.news-post-ttl {
  font-family: "zen-r", "yu-go-r", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.com-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.com-tel-num {
  padding-left: 35px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-size: 30px;
  font-size: 3rem;
  color: #333333;
  font-family: "zen-b", "yu-go-b", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-note {
  margin-left: 9px;
}

.com-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.com-point-item {
  width: 100%;
  max-width: 260px;
  padding-top: 144px;
  background-color: #000000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-point-item {
    height: 380px;
  }
}
.com-point-item-db {
  padding-top: 132px;
}
@media screen and (min-width: 768px) {
  .com-point-item:not(:nth-of-type(4n-3)) {
    margin-left: 13px;
  }
  .com-point-item:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
.com-point-num {
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  color: #545454;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: -1px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .com-point-num {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-point-ico {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.com-point-ico01 {
  top: 33px;
}
.com-point-ico02 {
  top: 29px;
}
.com-point-ico03 {
  top: 46px;
}
.com-point-ico04 {
  top: 39px;
}
.com-point-ico05 {
  top: 40px;
}
.com-point-ico06 {
  top: 33px;
}
.com-point-ico07 {
  top: 45px;
}
.com-point-head {
  text-align: center;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-style: italic;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .com-point-head {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-point-head-lg {
  font-size: 28px;
  font-size: 2.8rem;
  color: #ed8811;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .com-point-head-lg {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-point-txt {
  color: #fff;
}
.com-point-txt-box {
  height: 160px;
  padding: 21px 10px 0;
  background: #262525;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.com-price-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #333333;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .com-price-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-price-ttl::before, .com-price-ttl::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #ed8811;
}
.com-price-ttl::before {
  margin-right: 15px;
}
.com-price-ttl::after {
  margin-left: 15px;
}
.com-price-table {
  width: 100%;
  border: 1px solid #a8a8a8;
  margin: 12px auto 0;
}
.com-price-table tr:nth-of-type(2n-1) {
  background: #f6f6f6;
}
.com-price-table th, .com-price-table td {
  padding: 13px 0;
  font-family: "yu-go-r", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .com-price-table th, .com-price-table td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-price-table th {
  padding-left: 45px;
}
.com-price-table td {
  padding-right: 45px;
  text-align: right;
}

.com-bg-lt {
  background: url(../img/com-bg-lt.png) no-repeat left top/46.3%;
}
.com-bg-rb {
  background: url(../img/com-bg-rb.png) no-repeat right bottom/46.3%;
}

/*	top-about  PC
------------------------------------ */
#top-about .about-bg {
  background: url(../img/top/about-bg-l.png) no-repeat left top/46.3%, url(../img/top/about-bg-r.png) no-repeat right top/44.8%;
  position: relative;
}
#top-about .about-head-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  color: #ed8811;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #top-about .about-head-en {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-about .about-head-en::after {
  content: "";
  display: block;
  width: 210px;
  height: 1px;
  margin-left: 16px;
  background: #ed8811;
}
#top-about .about-head-ja {
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #top-about .about-head-ja {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-about .about-img {
  width: 880px;
  height: 0;
  padding-top: 462px;
  position: absolute;
  top: 305px;
  left: calc(50% - 960px);
}
#top-about .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#top-about .about-con {
  width: 100%;
  max-width: 570px;
  margin-top: 50px;
  margin-left: auto;
}
#top-about .about-ttl {
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #top-about .about-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  #top-about .about-ttl {
    white-space: nowrap;
  }
}
#top-about .com-txt-box {
  margin-top: 53px;
}

/*	top-movie  PC
------------------------------------ */
#top-movie .movie-bg {
  background: url(../img/top/com-bg-rb.png) no-repeat right bottom/54%, url(../img/top/movie-en.png) no-repeat left top;
  position: relative;
}
#top-movie .movie-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 720px;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-movie .movie-txt {
  margin: 36px auto 0;
  text-align: center;
}
#top-movie .movie-box {
  margin: 63px auto 0;
}
#top-movie .movie-box-iframe {
  width: 100%;
  height: 0;
  padding-top: 43.3%;
  position: relative;
}
#top-movie .movie-box-detail {
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #d8d8d8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#top-movie .movie-box-txt {
  text-align: center;
  font-family: "yu-go-b", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #b0b0b0;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #top-movie .movie-box-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-movie .movie-about {
  margin: 130px auto 0;
  padding: 47px 0 56px;
  border: 6px solid #737373;
  background: url(../img/top/movie-bnr-img.png) no-repeat right bottom #000000;
}
#top-movie .movie-about-ttl, #top-movie .movie-about-txt {
  padding-left: 39px;
}
#top-movie .movie-about-ttl {
  display: inline-block;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-movie .movie-about-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-movie .movie-about-txt {
  margin-top: 22px;
  color: #fff;
}
#top-movie .movie-about-txt-box {
  max-width: 565px;
}

/*	top-point  PC
------------------------------------ */
#top-point .point-head {
  padding: 32px 0 38px;
  background: url(../img/top/point-bg.png) no-repeat center/cover;
  text-align: center;
}
#top-point .point-head-ja {
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #top-point .point-head-ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-point .point-head-ja-lg {
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #top-point .point-head-ja-lg {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-point .point-head-en {
  display: block;
  margin: 14px auto 0;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-point .point-head-en {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-point .point-bg {
  background-color: #f6f6f6;
}
#top-point .point-btn {
  margin: 60px auto 0;
}

/*	top-menu  PC
------------------------------------ */
#top-menu .com-head01-ja {
  line-height: 1.2;
}
#top-menu .com-head01-en {
  margin: 15px auto 0;
}
#top-menu .menu-bg {
  background: url(../img/top/menu-bg.png) no-repeat left top/54%;
}
#top-menu .menu-txt {
  margin: 40px auto 0;
  text-align: center;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #top-menu .menu-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-menu .menu-tab {
  width: 230px;
  height: 44px;
  text-align: center;
  background: #bebebe;
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 44px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #top-menu .menu-tab {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-menu .menu-tab:not(.current) {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #top-menu .menu-tab:not(.current):hover {
    opacity: 0.8;
  }
}
#top-menu .menu-tab_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
}
#top-menu .menu-tab_wrp li:nth-of-type(n+2) {
  margin-left: 10px;
}
#top-menu .menu-tab.current {
  background-color: #ed8811;
  border-bottom: 2px solid #000000;
}
#top-menu .menu-tab_box {
  border: 1px solid #000000;
}
#top-menu .menu-tab_list {
  padding: 60px 0;
}
#top-menu .menu-list {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
#top-menu .menu-list article:nth-of-type(n+2) {
  margin-top: 67px;
}
#top-menu .menu-list-flex {
  margin: 30px auto 0;
}
#top-menu .menu-list-flex-con {
  width: 100%;
  max-width: 455px;
  margin-left: 35px;
}
#top-menu .menu-list-box {
  margin-top: 22px;
  background: #000000;
  text-align: center;
}
#top-menu .menu-list-box-ttl {
  padding: 13px 0 8px;
  border-bottom: 1px solid #fff;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-menu .menu-list-box-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-menu .menu-list-box-check {
  display: inline-block;
  padding: 10px 17px;
}
#top-menu .menu-list-box-check p:nth-of-type(n+2) {
  margin-top: 6px;
}
#top-menu .menu-list-box-check-txt {
  padding-left: 25px;
  text-align: left;
  background: url(../img/top/menu-check.png) no-repeat left 6px;
  font-family: "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #top-menu .menu-list-box-check-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-menu .menu-list-price {
  margin: 35px auto 0;
}
#top-menu .menu-btn {
  margin: 80px auto 0;
}

/*	top-service  PC
------------------------------------ */
#top-service .service-bg {
  background: #f6f6f6;
}
#top-service .service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 43px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top-service .service-list-item {
  width: 30%;
  max-width: 670px;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin-left: 1.8%;
}
#top-service .service-list-item:nth-of-type(n+2) p {
  padding-left: 9%;
  text-align: left;
}
#top-service .service-list-item:nth-of-type(2) {
  margin-top: 40px;
}
#top-service .service-list-link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 63.2%;
  position: relative;
}
#top-service .service-list-link01 {
  background: url(../img/top/service-img01.jpg) no-repeat center/cover;
}
#top-service .service-list-link02 {
  background: url(../img/top/service-img02.jpg) no-repeat center/cover;
}
#top-service .service-list-link03 {
  background: url(../img/top/service-img03.jpg) no-repeat center/cover;
}
#top-service .service-list-btn {
  width: 70%;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 13px) center/10.4% #000000;
  text-align: center;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: clamp(16px, 2.1vw, 40px);
  letter-spacing: 0.16em;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}
#top-service .service-list-btn-ac {
  color: #ed8811;
}

/*	top-access  PC
------------------------------------ */
#top-access .access-bg {
  background: url(../img/top/access.png) no-repeat right top/54%;
}
#top-access .access-flex {
  margin: 43px auto 0;
}
#top-access .access-table {
  width: 100%;
  max-width: 530px;
  background: #000000;
  border-bottom: 10px solid #ed8811;
}
#top-access .access-table tr:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
#top-access .access-table th, #top-access .access-table td {
  padding: 16px 0;
  font-family: "yu-go-r", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #top-access .access-table th, #top-access .access-table td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-access .access-table th {
  width: 180px;
  padding-left: 37px;
  color: #ed8811;
}
#top-access .access-table td {
  white-space: pre-line;
}
#top-access .access-table a {
  color: #fff;
}
#top-access .access-table-note {
  display: block;
  line-height: 1;
}
#top-access .com-head01 {
  text-align: left;
}
#top-access .com-head01-ja {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #top-access .com-head01-ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-access .com-head01-en {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #top-access .com-head01-en {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-access .ggmap {
  max-width: 530px;
  margin-left: 20px;
}

/*	com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/com-contact-bg.png) no-repeat center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-contact {
    height: 532px;
  }
}
.com-contact-img {
  position: absolute;
  right: calc(50% - 960px);
  top: 0;
}
@media screen and (min-width: 1921px) {
  .com-contact-img {
    right: 0;
  }
}
.com-contact-head {
  display: inline-block;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-contact-head {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-contact-head::before {
  content: "";
  display: block;
  width: 870px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -28px;
  right: -46px;
}
@media screen and (min-width: 1921px) {
  .com-contact-head::before {
    width: 50vw;
  }
}
.com-contact-head-lg {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .com-contact-head-lg {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-contact-txt {
  margin-top: 62px;
  font-family: "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-contact-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-contact-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.com-contact-time-item {
  font-family: "yu-go-r", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .com-contact-time-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-contact-time-item:nth-of-type(n+2) {
  margin-left: 5px;
}
.com-contact-tel {
  margin-top: 9px;
}
.com-contact-tel-num {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  background-image: url(../img/top/com-contact-tel.png);
}
@media screen and (max-width: 767px) {
  .com-contact-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-contact-btn {
  width: 100%;
  max-width: 410px;
  height: 50px;
  margin-top: 23px;
  border-radius: 999px;
  background-color: #000000;
  text-align: center;
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .com-contact-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .com-contact-btn:hover {
    background-color: #333333;
    opacity: 1;
  }
}

/*	top-news  PC
------------------------------------ */
#top-news .news-bg {
  background: url(../img/top/news-bg.png) no-repeat left top/51.3%;
}
#top-news .news-btn {
  max-width: 300px;
  height: 60px;
  line-height: 60px;
}
#top-news .news-post {
  margin: 68px auto 0;
}
#top-news .com-head01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top-news .com-head01-ja, #top-news .com-head01-en {
  line-height: 1;
}
#top-news .com-head01-en {
  margin-left: 17px;
}

/* =========================================

sub layout  PC

========================================= */
/*	service  PC
------------------------------------ */
.com-about-bg {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-about-img {
    position: absolute;
    top: 140px;
    right: 0;
    width: 45.8%;
  }
}
@media screen and (min-width: 1921px) {
  .com-about-img {
    width: auto;
    right: calc(50% - 960px);
  }
}
.com-about-con {
  width: 100%;
  max-width: 565px;
}
.com-about .com-head01 {
  text-align: left;
}
.com-about .com-head01-en {
  line-height: 1;
}
.com-about-txt-box {
  margin-top: 52px;
}

.com-reco-bg {
  background: url(../img/service/sec02-bg.png) no-repeat center/cover;
  text-align: center;
}
.com-reco-bg02 {
  background-image: url(../img/service/sec02-bg02.png);
}
.com-reco-list {
  display: inline-block;
  margin: 37px auto 0;
}
.com-reco-list-item {
  padding-left: 42px;
  background: url(../img/service/sec02-check.png) no-repeat left 5px;
  text-align: left;
}
.com-reco-list-item:nth-of-type(n+2) {
  margin-top: 24px;
}
.com-reco-list-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "yu-go-r", sans-serif;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .com-reco-list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-reco-list-ttl-ac {
  font-family: "yu-go-b", sans-serif;
  color: #ed8811;
}

.com-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .com-feature-list article:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-feature-list article:nth-of-type(n+4) {
    margin-top: 47px;
  }
}
.com-feature-list-item {
  width: 100%;
  max-width: 340px;
  padding-bottom: 23px;
  border-bottom: 1px solid #b7b7b7;
}
.com-feature-list-head {
  margin: 25px auto 0;
  text-align: center;
}
.com-feature-list-head-en {
  display: block;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #ed8811;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-feature-list-head-en {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-feature-list-head-ja {
  display: block;
  margin: 7px auto 0;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .com-feature-list-head-ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-feature-list-txt {
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  #service .com-head02 {
    padding-left: 18px;
    border-width: 8px;
    line-height: 1.5;
  }
}
#service .merit-txt {
  margin: 41px auto 0;
  text-align: center;
}
#service .merit-txt-lg {
  font-family: "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #service .merit-txt-lg {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#service .menu-box {
  padding: 67px 0;
  border: 1px solid #000000;
  background: #fff;
}
#service .menu-head {
  text-align: center;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #service .menu-head {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#service .menu-head-ac {
  color: #ed8811;
}
#service .menu-flex {
  margin: 57px auto 0;
}
#service .menu-flex-con {
  width: 100%;
  max-width: 567px;
  margin-left: 43px;
  padding-top: 41px;
  background: #f7f7f7;
  text-align: center;
}
#service .menu-flex-con-ttl span {
  padding: 0 37px;
  background-size: 20px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #service .menu-flex-con-ttl span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#service .menu-flex-con-list {
  display: inline-block;
  margin-top: 39px;
}
#service .menu-flex-con-list li:nth-of-type(n+2) {
  margin-top: 16px;
}
#service .menu-flex-con-list-item {
  text-align: left;
  padding-left: 40px;
  background: url(../img/service/sec02-check.png) no-repeat left 5px/26px;
  font-family: "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #service .menu-flex-con-list-item {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#service .menu-flex-con-list-item-ac {
  color: #ed8811;
}
#service .menu-ttl {
  margin-top: 25px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #service .menu-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#service .menu-txt {
  margin-top: 20px;
}
#service .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 38px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#service .menu-list-item {
  width: 100%;
  max-width: 520px;
}
#service .menu-list-item:nth-of-type(n+2) {
  margin-left: 40px;
}
#service .menu-list-ttl {
  margin-top: 30px;
}
#service .menu-list-txt {
  margin-top: 22px;
}
#service .menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 130px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#service .menu-btn-item {
  width: 100%;
  max-width: 510px;
}
#service .menu-btn-item:nth-of-type(n+2) {
  margin-left: 60px;
}
#service .comp-table {
  width: 100%;
  margin: 47px auto 0;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
}
#service .comp-table tr:nth-of-type(n+2) {
  border-top: 1px solid #b3b3b3;
}
#service .comp-table tr th:nth-of-type(2) {
  background-color: #fffaf4;
}
#service .comp-table tr th:nth-of-type(3) {
  background-color: #fef3e6;
}
#service .comp-table tr th:nth-of-type(4) {
  background-color: #feead3;
}
#service .comp-table tr th:nth-of-type(5) {
  background-color: #ffe1be;
}
#service .comp-table tr td:nth-of-type(1) {
  background-color: #fffaf4;
}
#service .comp-table tr td:nth-of-type(2) {
  background-color: #fef3e6;
}
#service .comp-table tr td:nth-of-type(3) {
  background-color: #feead3;
}
#service .comp-table tr td:nth-of-type(4) {
  background-color: #ffe1be;
}
#service .comp-table th, #service .comp-table td {
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
}
#service .comp-table td {
  border-left: 1px solid #b3b3b3;
}
#service .comp-table-head {
  border-left: 1px solid #b3b3b3;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #service .comp-table-head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#service .comp-table-ttl {
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #service .comp-table-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#service .comp-table-td01 {
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #service .comp-table-td01 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#service .comp-table-td02 {
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #service .comp-table-td02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#service .comp-table-td02-ico {
  display: block;
  margin-bottom: 6px;
}
#service .coating_feature .com-feature-list {
  max-width: 710px;
}
@media screen and (min-width: 768px) {
  #service .coating_feature .com-feature-list-item:not(:nth-of-type(3n-2)) {
    margin: 0;
  }
  #service .coating_feature .com-feature-list-item:nth-of-type(2n) {
    margin-left: 30px;
  }
  #service .coating_feature .com-feature-list-item:nth-of-type(n+3) {
    margin-top: 47px;
  }
}
#service .facility-txt {
  margin: 45px auto 0;
  text-align: center;
}
#service .facility-list {
  margin: 33px auto 0;
}
#service .facility-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#service .facility-list-head {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #service .facility-list-head {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#service .facility-list-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 19px auto 0;
}
#service .facility-list-img li:nth-of-type(n+2) {
  margin-left: 30px;
}

/*	price  PC
------------------------------------ */
#price .menu-note {
  margin: 20px auto 0;
  text-align: center;
}
#price .menu-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#price .menu-anchor-item {
  width: 100%;
  max-width: 250px;
}
#price .menu-anchor-item:nth-of-type(n+2) {
  margin-left: 26px;
}
#price .menu-anchor-link {
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/price/arw.png) no-repeat calc(100% - 21px) center #7a7a7a;
  text-align: center;
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  #price .menu-anchor-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #price .menu-anchor-link:hover {
    background-position: calc(100% - 16px) center;
    background-color: #000000;
    opacity: 1;
  }
}
#price .menu-option {
  margin: 85px auto 0;
}
#price .menu-option-head {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #price .menu-option-head {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#price .menu-option-head-sm {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #price .menu-option-head-sm {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#price .menu-option-list {
  margin: 35px auto 0;
}
#price .menu-option-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#price .menu-option-list-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 77px;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  color: #333333;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #price .menu-option-list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#price .menu-option-list-ttl01 {
  background: url(../img/price/option-ico01.png) no-repeat left center;
}
@media screen and (min-width: 768px) {
  #price .menu-option-list-ttl01 {
    height: 45px;
  }
}
#price .menu-option-list-ttl02 {
  background: url(../img/price/option-ico02.png) no-repeat left center;
}
@media screen and (min-width: 768px) {
  #price .menu-option-list-ttl02 {
    height: 58px;
  }
}
#price .menu-option-list-ttl03 {
  background: url(../img/price/option-ico03.png) no-repeat left center;
}
@media screen and (min-width: 768px) {
  #price .menu-option-list-ttl03 {
    height: 66px;
  }
}
#price .menu-option-list-ttl04 {
  background: url(../img/price/option-ico04.png) no-repeat left center;
}
@media screen and (min-width: 768px) {
  #price .menu-option-list-ttl04 {
    height: 33px;
  }
}
#price .menu-option-list-ttl05 {
  background: url(../img/price/option-ico05.png) no-repeat left center;
}
@media screen and (min-width: 768px) {
  #price .menu-option-list-ttl05 {
    height: 70px;
  }
}
#price .menu-option-list-txt {
  margin-top: 32px;
}
#price .com-list {
  margin: 130px auto 0;
}
#price .com-list-item:nth-of-type(n+2) {
  margin-top: 108px;
  padding-top: 108px;
  border-top: 1px solid #c7c7c7;
}
#price .com-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#price .com-list-head {
  text-align: left;
}
#price .com-list-head-en {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #price .com-list-head-en {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#price .com-list-txt-box {
  max-width: 490px;
  margin-top: 50px;
}
#price .com-list-txt-box-coating {
  margin-top: 16px;
}
#price .com-menu {
  margin: 45px auto 0;
}
#price .com-menu .com-menu-item:nth-of-type(n+2) {
  margin-top: 88px;
}
#price .com-menu-head {
  padding-left: 18px;
  line-height: 1.55;
}
#price .com-menu-flex {
  margin: 39px auto 0;
}
#price .com-menu-flex-r {
  width: 100%;
  max-width: 540px;
}
#price .com-menu-flex-img {
  max-width: 490px;
}
#price .com-menu-list {
  margin-top: 30px;
}
#price .com-menu-list li:nth-of-type(n+2) {
  margin-top: 24px;
}
#price .com-menu-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #000000;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#price .com-menu-list-ttl, #price .com-menu-list-txt {
  padding: 14px 0;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #price .com-menu-list-ttl, #price .com-menu-list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#price .com-menu-list-ttl {
  width: 148px;
  border-right: 1px solid #fff;
  text-align: center;
}
#price .com-menu-list-txt {
  margin-left: 32px;
}
#price .com-detail {
  margin: 40px auto 0;
}
#price .com-detail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 13px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #price .com-detail-list li:not(:nth-of-type(5n-4)) {
    margin-left: 20px;
  }
  #price .com-detail-list li:nth-of-type(n+6) {
    margin-top: 11px;
  }
}
#price .com-detail-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  min-height: 55px;
  background-color: #ed8811;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#price .com-detail-list-ttl {
  font-family: "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #price .com-detail-list-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#price .com-detail-list-ttl-sm {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #price .com-detail-list-ttl-sm {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#price .com-detail-note {
  margin-top: 20px;
}
#price .com-price {
  margin: 22px auto 0;
}
@media screen and (min-width: 768px) {
  #price .com-price-table th {
    padding-left: 68px;
  }
  #price .com-price-table td {
    padding-right: 68px;
  }
  #price .com-price-table-other {
    margin-top: 57px;
  }
}
#price .com-price-list li:nth-of-type(n+2) {
  margin-top: 27px;
}
#price .com-price-list-ttl {
  width: 160px;
  height: 44px;
  background: #838383;
  border-bottom: 2px solid #000000;
  text-align: center;
  color: #fff;
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  #price .com-price-list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#price .com-price-list .com-price-table {
  margin: 0;
}

/*	works  PC
------------------------------------ */
.com-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(4n-3)) {
    margin-left: 26px;
  }
  .com-tag-item:nth-of-type(n+5) {
    margin-top: 26px;
  }
}
.com-tag-link {
  display: block;
  width: 100%;
  padding: 14px 34px;
  background: url(../img/price/arw.png) no-repeat calc(100% - 21px) center #7a7a7a;
  text-align: center;
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .com-tag-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-position: calc(100% - 16px) center;
    background-color: #000000;
    opacity: 1;
  }
}

#works .works-bg {
  background: url(../img/works/lt.png) no-repeat left top/46.3%, url(../img/works/rb.png) no-repeat right bottom/54%;
}
#works .works-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 90px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#works .works-list-item {
  width: 100%;
  max-width: 530px;
  background: #f6f6f6;
}
#works .works-list-item:nth-of-type(2n) {
  margin-left: 20px;
}
#works .works-list-item:nth-of-type(n+3) {
  margin-top: 26px;
}
#works .works-list-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#works .works-list-tag-txt {
  margin: 0 10px 10px 0;
  padding: 7px 20px;
  background: #7a7a7a;
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #works .works-list-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#works .works-list-con {
  padding: 20px 35px 23px;
}
#works .works-list-head {
  padding-left: 13px;
  line-height: 1.5;
}
#works .works-list-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto 0;
  background: url(../img/works/arw.png) no-repeat 164px 122px/24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#works .works-list-img-item {
  width: 100%;
}
#works .works-list-img-item-before {
  max-width: 190px;
}
#works .works-list-img-item-after {
  max-width: 260px;
  margin-left: 10px;
  text-align: right;
}
#works .works-list-img-wrap {
  width: 100%;
  height: 0;
  padding-top: 58.9%;
  position: relative;
}
#works .works-list-img-ttl {
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #ffb155;
}
@media screen and (max-width: 767px) {
  #works .works-list-img-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#works .works-list-btn {
  padding-right: 30px;
  background: url(../img/works/btn-arw.png) no-repeat calc(100% - 7px) center;
  font-family: "zen-b", "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #works .works-list-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #works .works-list-btn:hover {
    color: #ed8811;
    background-position: calc(100% - 3px) center;
    opacity: 1;
  }
}
#works .works-list-btn-wrap {
  margin-top: 25px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #works .detail .com-head04 {
    margin-top: 25px;
  }
}
#works .detail .works-inner {
  padding: 125px 0 120px;
}
#works .detail .works-list-head {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #works .detail .works-list-img {
    background-size: auto;
    background-position: 393px 284px;
  }
}
#works .detail .works-list-img-item-before {
  max-width: 445px;
}
#works .detail .works-list-img-item-before .works-list-img-wrap {
  padding-top: 59.6%;
}
#works .detail .works-list-img-item-after {
  max-width: 610px;
}
@media screen and (min-width: 768px) {
  #works .detail .works-list-img-item-after {
    margin-left: 25px;
  }
}
#works .detail .works-list-img-ttl {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #works .detail .works-list-img-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#works .detail .works-list-img-ttl-after {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #works .detail .works-list-img-ttl-after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#works .detail .works-list-img-wrap {
  padding-top: 65.6%;
}
#works .detail .works-list-txt {
  margin: 14px auto 0;
}

/*	company  PC
------------------------------------ */
#company .com-head03-sm {
  font-size: 26px;
  font-size: 2.6rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #company .com-head03-sm {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#company .about-l {
  width: 100%;
  max-width: 595px;
  margin-top: -20px;
}
#company .about-head {
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #company .about-head {
    font-size: 30px;
    font-size: 3rem;
  }
}
#company .about-head-ac {
  color: #ed8811;
}
#company .about .com-txt-box {
  margin-top: 24px;
}
#company .about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 55px auto 0;
}
@media screen and (min-width: 768px) {
  #company .about-list-item:nth-of-type(n+2) {
    margin-left: 13px;
  }
}
#company .feature-list {
  margin: 55px auto 0;
}
#company .feature-box {
  margin: 47px auto 0;
  padding: 34px 0 40px;
  border: 1px solid #000000;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
}
#company .feature-box::before {
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  margin: auto;
  background: url(../img/company/box-arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -23px;
}
#company .feature-box-head {
  padding: 0 40px;
  background-size: 22px;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #company .feature-box-head {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#company .feature-box-list {
  display: inline-block;
  margin: 37px auto 0;
}
#company .feature-box-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#company .feature-box-list-item:nth-of-type(n+2) {
  margin-top: 19px;
}
#company .feature-box-list-ttl {
  width: 90px;
  height: 30px;
  background: #ed8811;
  text-align: center;
  font-family: "zen-bk", "yu-go-b", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #company .feature-box-list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#company .feature-box-list-txt {
  margin-left: 10px;
  font-family: "yu-go-r", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #company .feature-box-list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#company .feature-box-list-txt-ac {
  color: #ed8811;
  font-family: "yu-go-b", sans-serif;
}
@media screen and (min-width: 768px) {
  #company .com-point-item {
    height: 495px;
  }
  #company .com-point-txt-box {
    height: 275px;
  }
}
#company .message-bg {
  background: #f6f6f6;
}
#company .message-list {
  margin: 73px auto 0;
}
#company .message-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  background: #fff;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#company .message-list-item:nth-of-type(n+2) {
  margin-top: 24px;
}
#company .message-list-img {
  width: 100%;
  max-width: 300px;
  height: 0;
  padding-top: 200px;
  position: relative;
}
#company .message-list-con {
  width: 100%;
  max-width: 626px;
  margin-left: 50px;
}
#company .message-list-job {
  display: inline-block;
  padding: 3px 10px 0;
  background: #000000;
  text-align: center;
  font-family: "yu-go-b", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #company .message-list-job {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#company .message-list-name {
  margin-top: 16px;
  padding-left: 18px;
  border-width: 6px;
  line-height: 1.5;
}
#company .message-list-txt {
  margin-top: 30px;
  white-space: pre-line;
}
#company .company-table {
  margin: 27px auto 0;
}
#company .company .ggmap {
  padding-top: 500px;
  border: none;
}
#company .gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #company .gallery-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #company .gallery-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-bg {
  background: url(../img/com-bg-lt.png) no-repeat left top/46.3%, url(../img/com-bg-rb.png) no-repeat right bottom/46.3%;
}
#contact .contact-txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#contact .contact-list {
  margin: 55px auto 0;
}
#contact .contact-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#contact .contact-list-btn {
  margin: 50px auto 0;
  background-color: #06c755;
}
@media screen and (min-width: 768px) {
  #contact .contact-list-btn:hover {
    background-color: #00712e;
  }
}
#contact .contact-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 43px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact-time-item {
  font-family: "yu-go-r", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #contact .contact-time-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#contact .contact-time-item:nth-of-type(n+2) {
  margin-left: 5px;
}
#contact .contact .com-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 11px auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .contact .com-tel-num {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #contact .contact .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*	news  PC
------------------------------------ */
#news .news-post {
  margin: 50px auto 0;
}
#news .detail .com-head03 {
  padding-bottom: 10px;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #news .detail .com-head03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#news .detail-img {
  display: block;
  margin: 15px auto 0;
  text-align: center;
}
#news .detail .com-head03 {
  margin: 15px auto 0;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  font-family: "zen-b", "yu-go-b", sans-serif;
}
@media screen and (max-width: 767px) {
  #news .detail .com-head03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
/*	privacy  PC
------------------------------------ */
#privacy .com-head02 {
  padding-left: 15px;
  line-height: 1.5;
}