@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header-text:not(:last-of-type) {
  margin-right: 26px;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #061826;
  z-index: 10;
}
.header-logo a {
  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;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-info {
  max-width: 650px;
  width: 100%;
}
.header-content {
  max-width: 830px;
  width: 100%;
  height: 100%;
}
.header-insta:hover {
  opacity: 0.8;
}
.header .global-nav {
  max-width: 765px;
  width: 100%;
  height: 100%;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
}
.header .global-nav-list-item {
  height: 100%;
  line-height: 1;
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Arsenal", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0em;
  position: relative;
}
.header .global-nav-list-item a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::after {
  width: 100%;
}
.header .global-nav-list-item a.current::after {
  width: 100%;
}
.header .main-visual {
  width: 100%;
  height: 350px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 25px 0;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 55px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  margin-top: 80px;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 98%;
  height: 100%;
  margin: 0 auto;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .sub-visual-title {
  font-family: "Arsenal", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 350px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-concept {
  background-color: #fff;
}
.top-concept-inner {
  padding: 50px 0;
}
.top-concept-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-concept-img {
  margin-left: -50px;
  margin-bottom: 20px;
}
.top-concept-textbox {
  max-width: 372px;
  width: 100%;
}
.top-concept-textbox .cmn-title {
  text-align: left;
}
.top-concept-textbox .cmn-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.top-concept-title {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.top-concept-text {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.top-movie {
  background-color: #fff;
  overflow: hidden;
}
.top-movie-inner {
  position: relative;
  z-index: 1;
}
.top-movie-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: -420px;
  width: 1600px;
  height: 100%;
  background-color: #061826;
  z-index: -1;
}
.top-movie-wrap {
  max-width: 900px;
  width: 100%;
  height: 65vw;
  margin: 0 auto;
}

.top-service {
  background-color: #fff;
}
.top-service-inner {
  max-width: none;
}
.top-service-text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.87;
  margin-bottom: 25px;
}
.top-service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-list-item {
  width: 100%;
  height: 220px;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-service-list-item a {
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative;
  z-index: 1;
}
.top-service-list-item a::before {
  position: absolute;
  content: "";
  top: 35px;
  right: 25px;
  width: 100px;
  height: 4px;
  background: center/cover no-repeat url(../images/top/top-service-arrow.png);
}
.top-service-list-item a:hover .top-service-img::before {
  opacity: 0.4;
}
.top-service-list-item a:hover .top-service-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-service-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.top-service-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #061826;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-title {
  font-family: "Arsenal", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.top-works {
  background-color: #fff;
}
.top-works-inner .cmn-title {
  text-align: left;
}
.top-works-inner .cmn-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.top-works-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-works-list-item {
  max-width: 350px;
  width: 100%;
  margin-bottom: 20px;
}
.top-works-list-item a {
  width: 100%;
  height: 100%;
}
.top-works-list-item a:hover .top-works-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0.8;
}
.top-works-img {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  overflow: hidden;
}
.top-works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-works-title {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-works-title::before {
  content: "";
  width: 20px;
  height: 1px;
  margin-right: 10px;
  background-color: #d3d3d3;
}
.top-works .cmn-btn {
  margin: 0 auto;
}

.fix-bg {
  width: 100%;
  height: 365px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
.fix-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../../images/top/fix-bg.png);
  background-size: cover;
}

.reserve {
  background-color: #fff;
}
.reserve-content {
  padding: 30px 25px;
  margin-top: -90px;
  text-align: center;
  background-color: #061826;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-title {
  font-family: "Arsenal", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #595959;
}
.reserve-link {
  max-width: 540px;
  width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-tel {
  font-family: "Arsenal", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-tel .accent {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 8px;
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-map {
  width: 100%;
  height: 55vw;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.reserve-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.news {
  background-color: #fff;
}
.news-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news .cmn-title {
  text-align: left;
}
.news .cmn-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.news-textbox {
  max-width: 852px;
  width: 100%;
}
.news .cmn-btn {
  margin: 0 auto;
}
.news-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.news-list-item {
  max-width: 175px;
  width: 49%;
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-visual {
  width: 100%;
  height: 175px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-time {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Arsenal", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 7px;
  background-color: #061826;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  color: #9e9e9e;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag:not(:last-child)::after {
  content: "｜";
}
.news-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #061826;
  border: 2px solid #061826;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #061826;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #061826;
  border-bottom: 1px solid #061826;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #061826;
  border-right: 1px solid #061826;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #061826 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.news-detail .pagenation li a {
  width: 40px;
  font-size: 1.6rem;
}
.news-detail .pagenation li a.cmn_hover {
  width: 51px;
}

/*========================================
about
==========================================*/
.about {
  background-color: #fff;
}
.about:not(:last-of-type) {
  border-top: 1px solid #d3d3d3;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 540px;
  width: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 15px;
  background-color: #061826;
}
.about-title {
  font-size: 2rem;
  font-weight: 400;
  padding-left: 19px;
  color: #fff;
  margin-bottom: 16px;
  border-left: 4px solid #fff;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2;
  color: #fff;
}
.about-sub-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.about-sub-content-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 25px;
  border-top: 2px solid #061826;
  border-bottom: 2px solid #061826;
}
.about-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-flex:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}
.about-sub-title {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-left: 20px;
  margin-bottom: 15px;
  border-left: 4px solid #061826;
}
.about-sub-text {
  max-width: 700px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
}
.about-banner {
  max-width: 350px;
  width: 100%;
  height: 220px;
  margin: 35px auto 0 auto;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.about-banner::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 4px;
  background: center/cover no-repeat url(../images/about/about-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-banner:hover {
  opacity: 0.8;
}
.about-banner:hover::before {
  right: 20px;
}
.about-banner-title {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.about-banner-title .en {
  display: block;
  font-family: "Arsenal", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.about-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.about-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-list-item {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.about-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: center/cover no-repeat url(../images/renovation/about-check.png);
}
.about-list-item .s-font {
  font-size: 1.6rem;
  font-weight: 300;
}

.product {
  background-color: #fff;
}
.product-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-list-item {
  max-width: 330px;
  width: 100%;
}
.product-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.product-list-item a {
  width: 100%;
  height: 100%;
}
.product-img {
  width: 100%;
  height: 330px;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product-title {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.product-title::before {
  content: "";
  width: 20px;
  height: 1px;
  margin-right: 10px;
  background-color: #d3d3d3;
}

/*========================================
works
==========================================*/
.works {
  background-color: #fff;
}
.works-text {
  text-align: center;
  line-height: 1;
  color: #9e9e9e;
  margin-bottom: 20px;
}
.works-tag-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
.works-tag-list-item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px;
  border: 1px solid #061826;
  margin-bottom: 10px;
}
.works-tag-list-item:not(:last-child) {
  margin-right: 15px;
}
.works-tag-list-item a {
  width: 100%;
  height: 100%;
}
.works-tag-list-item a:hover {
  opacity: 0.7;
}
.works-detail .works-tag-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 12px;
}
.works-detail-title {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #061826;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.works-detail-title::before {
  content: "";
  width: 20px;
  height: 1px;
  margin-right: 20px;
  background-color: #d3d3d3;
}
.works-detail-img {
  max-width: 350px;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  margin-bottom: 40px;
  overflow: hidden;
}
.works-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.works-detail-body {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 25px;
}
.works-detail-body img {
  max-width: 100%;
}
.works-detail-img-list-item {
  max-width: 520px;
  width: 48%;
  height: 44vw;
  min-height: 168px;
  margin-bottom: 20px;
  overflow: hidden;
}
.works-detail-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.works-detail .pagenation li a {
  width: 40px;
  font-size: 1.6rem;
}
.works-detail .pagenation li a.cmn_hover {
  width: 51px;
}

/*========================================
contact
==========================================*/
.contact-inner {
  max-width: 1280px;
}
.contact-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
.contact-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Arsenal", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 10px 20px;
  margin-bottom: 35px;
  border-top: 1px solid #061826;
  border-bottom: 1px solid #061826;
}
.contact-tel .accent {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 8px;
}
.contact_wrap {
  padding: 35px 10px 20px 10px;
  background-color: #061826;
}
.contact_wrap .cmn-title {
  font-size: 2.2rem;
  color: #fff;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #061826;
}
.contact-form-table tr td {
  background-color: #fff;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #061826;
  background-color: #fff;
}
.contact-submits-wrap button {
  color: #061826;
  margin-bottom: 15px;
  background-color: #fff;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #061826;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #061826;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #061826;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #061826;
  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;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #061826;
  border-right: 1px solid #061826;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background-color: #061826;
  border-top: 1px solid #d3d3d3;
}
.footer-logo {
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
}
.footer-logo a {
  width: 65%;
}
.footer-logo a:hover {
  opacity: 0.8;
}
.footer-inner {
  padding: 30px 0 10px 0;
}
.footer-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 30px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-sub-title {
  font-family: "Arsenal", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #fff;
}
.footer-textbox {
  max-width: 890px;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #595959;
}
.footer-table {
  width: 100%;
}
.footer-table tr {
  width: 100%;
}
.footer-table tr th {
  width: 180px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  color: #b8b8b8;
  padding: 10px 0;
  vertical-align: middle;
}
.footer-table tr td {
  font-size: 1.4rem;
  font-weight: 300;
  color: #b8b8b8;
  padding: 8px 0;
  vertical-align: middle;
}
.footer-nav {
  padding: 25px 0;
  border-top: 1px solid #595959;
}
.footer-nav-list {
  max-width: 293px;
  width: 100%;
  margin: 0 auto;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 20px;
}
.footer-nav-list-item a {
  font-family: "Arsenal", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-insta {
  margin-bottom: 20px;
}
.footer-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.footer-bottom {
  background-color: #fff;
}
.footer-bottom-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
.footer-bottom #copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}