@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------

　   共通

--------------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background-color: #FFFFFF;
  color: #4D4D4D;
  font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, Hiragino Mincho Pro, ヒラギノ明朝 Pro;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.375;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  opacity: .4;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.wrapper {
  width: 76.5%;
  max-width: 786px;
  margin: 0 auto;
}

.site-title {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 13%;
}

.site-title a {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */
.header {
  width: 100vw;
  height: 63px;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.header.content {
  background-color: #333333;
}

.header__inner {
  padding: 0 40px;
  width: 92%;
  max-width: 1000px;
  height: 100%;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 100%;
  font-size: 1.2rem;
  color: #FFFFFF;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.header__nav-item {
  margin-right: 20px;
}

.header__nav-link {
  height: 100%;
}

/* ---------------------------------------------------------------------------------------------

　   ハンバーガーメニュー

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px;
  position: fixed;
  z-index: 10;
}

#navi {
  display: none;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  color: #fff;
  padding: 60px 25px;
  background-color: #333333;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}

#navi a {
  color: #BBA67B;
  display: block;
  width: 100%;
}

.open #navi {
  left: 0;
  opacity: 1;
}

#navi ul {
  margin: 0;
  padding: 0;
}

#navi ul.nav-menu {
  margin-bottom: 60px;
}

#navi ul.nav-menu li {
  position: relative;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px #534741 solid;
}

.toggle_btn {
  display: none;
  position: fixed;
  top: 6px;
  right: 14px;
  width: 24px;
  height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 20;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 23.6px;
  height: 2.75px;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 6px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 6px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(315deg);
  transform: translateY(-6px) rotate(315deg);
}

#mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 10;
  cursor: pointer;
}

.navi__title {
  text-align: center;
  margin-bottom: 26px;
}

/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  height: auto;
  padding-top: 12px;
  color: #BBA67B;
  background-color: #333333;
}

.footer__inner {
  width: 37%;
  margin: 0 auto;
  max-width: 371px;
  min-width: 370px;
}

.footer__nav {
  font-size: 1.2rem;
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__info {
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.footer__title {
  margin-top: 42px;
  margin-bottom: 18px;
  font-size: 3.4rem;
  line-height: 1;
  display: inline-block;
  padding-left: 4rem;
  position: relative;
}

.footer__title::before, .footer__title::after {
  display: inline-block;
  font-size: 1.6rem;
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  left: 0;
}

.footer__title::before {
  content: "有限";
  top: 0;
}

.footer__title::after {
  content: "会社";
  top: 50%;
}

.footer__access {
  line-height: 1;
  font-size: 1.2rem;
}

.footer__access-post {
  margin-bottom: 6px;
}

.footer__small {
  line-height: 1;
  margin-top: 22px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #1A1A1A;
  padding: 1em 0;
}

/* ---------------------------------------------------------------------------------------------

　   TOPページ

--------------------------------------------------------------------------------------------- */
.fv {
  width: 100vw;
  height: auto;
  background-size: cover;
  background-position: center center;
}

.fv__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.fv__text {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
  line-height: 1;
  font-size: 3.4rem;
  padding-left: 4rem;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fv__text::before, .fv__text::after {
  display: inline-block;
  font-size: 1.6rem;
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  left: 0;
}

.fv__text::before {
  content: "有限";
  top: 0;
}

.fv__text::after {
  content: "会社";
  top: 50%;
}

.sp-round__btn-inner {
  display: none;
}

.sp-round__img {
  height: 100%;
  display: block;
}

.instagram__btn {
  width: 148px;
  height: 148px;
  display: block;
  background-color: #FFFFFF;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 3;
  bottom: 214px;
  right: 76px;
  font-size: 2rem;
  line-height: 1.7878;
  text-align: center;
}

.round__btn {
  width: 148px;
  height: 148px;
  display: block;
  background-color: #FFFFFF;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 3;
  bottom: 48px;
  right: 76px;
  font-size: 2rem;
  line-height: 1.7878;
  text-align: center;
}

.round__btn:hover {
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: .4s;
  transition: .4s;
}

.round__btn-border1, .round__btn-border2, .round__btn-border3, .round__btn-border4 {
  border-bottom: 0.28px solid #BBA67B;
  position: absolute;
}

.round__btn-border1 {
  top: 25px;
  left: 21%;
  width: 110px;
  -webkit-transform: rotate(-346.446deg);
          transform: rotate(-346.446deg);
}

.round__btn-border2 {
  top: 25px;
  left: -4%;
  width: 87.481px;
  -webkit-transform: rotate(-36.246deg);
          transform: rotate(-36.246deg);
}

.round__btn-border3 {
  bottom: 36px;
  left: -10%;
  width: 108px;
  -webkit-transform: rotate(-316.622deg);
          transform: rotate(-316.622deg);
}

.round__btn-border4 {
  bottom: 31px;
  left: 13.2%;
  width: 120px;
  -webkit-transform: rotate(-5.749deg);
          transform: rotate(-5.749deg);
}

.round__btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* test */
  /*&:hover .round__btn-border1,
        &:hover .round__btn-border2,
        &:hover .round__btn-border3,
        &:hover .round__btn-border4{
            transition: 1s;
        }
        &:hover .round__btn-border1{
            left: 100%;
            width: 0;
        }
        &:hover .round__btn-border2{
            left: 100%;
            top: -100px;
            width: 0;
        }
        &:hover .round__btn-border3{
            left: -100%;
            bottom: 100px;
            width: 0;
        }
        &:hover .round__btn-border4{
            left: 100%;
            width: 0;
        }*/
  /* test*/
}

.round__btn-inner:hover .round__btn-border1,
.round__btn-inner:hover .round__btn-border2,
.round__btn-inner:hover .round__btn-border3,
.round__btn-inner:hover .round__btn-border4 {
  opacity: .4;
}

.round__btn-text {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20%;
}

.round__btn-text:hover {
  opacity: .4;
}

.round__btn-text.instagram {
  font-size: 1.7rem;
}

.round__btn-span {
  font-size: .9rem;
  display: block;
  line-height: 1;
}

.round__btn-span::after {
  content: "▶︎";
  font-size: 2.6rem;
  color: #333333;
  position: absolute;
  left: 40%;
  bottom: 24%;
}

.round__btn-span.instagram {
  font-size: 2.2rem;
  display: block;
  line-height: 1;
}

.round__btn-span.instagram::after {
  content: "";
  display: inline;
  width: 30px;
  height: 30px;
  background: url(../img/instagram-icon.png) no-repeat center center;
  background-size: 100%;
  color: #333333;
  position: absolute;
  left: 40%;
  bottom: 18%;
}

.round__btn-ecru {
  color: #BBA67B;
}

.business {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  position: relative;
  padding-top: 58px;
  padding-bottom: 82px;
  overflow: hidden;
}

.business__back {
  background-color: #D5D3B4;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40%;
  width: 100%;
  height: 12.745098%;
}

.business__inner {
  height: auto;
  position: relative;
  z-index: 2;
}

.business__title {
  font-size: 4.3rem;
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000000;
}

.business__title span {
  font-size: 1.6rem;
  display: block;
  margin-top: 8px;
  position: relative;
}

.business__title span::before, .business__title span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: .5px;
  background-color: #000000;
}

.business__title span::before {
  -webkit-transform: translate(-12px, -5px);
          transform: translate(-12px, -5px);
}

.business__title span::after {
  -webkit-transform: translate(12px, -5px);
          transform: translate(12px, -5px);
}

.business__content {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business__item {
  width: calc((100% - 60px) / 3);
  height: auto;
}

.business__link {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
}

.business__link:hover,
.business__link:hover .business__mask,
.business__link:hover .business__caption {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.business__link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.business__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.business__caption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #FFFFFF;
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
}

.business__info {
  margin-top: 24px;
  width: 100%;
  height: 26px;
  position: relative;
  font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, Hiragino Mincho Pro, ヒラギノ明朝 Pro;
  font-weight: 400;
}

.business__text {
  white-space: nowrap;
  text-align: center;
  width: 213%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.works {
  width: 100%;
  height: auto;
  background: url(../img/works-back.jpg) no-repeat center center;
  background-size: cover;
}

.works__back {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding-top: 86px;
  padding-bottom: 100px;
}

.works__inner {
  width: 76.5%;
  max-width: 786px;
  margin: 0 auto;
}

.works__title {
  font-size: 7.2rem;
  color: #FFFFFF;
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 118px;
}

.works__title-sub {
  padding-left: 64px;
  padding-right: 64px;
  font-size: 2.8rem;
  position: relative;
}

.works__title-sub::before, .works__title-sub::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
}

.works__title-sub::before {
  left: 16px;
}

.works__title-sub::after {
  right: 16px;
}

.works__title-yellow {
  color: #D4BA5D;
}

.works__btn {
  width: 28.3715013%;
  height: auto;
  margin: 0 auto;
}

.works__btn-link {
  background-color: #FFFFFF;
  font-size: 1.8rem;
  padding: .5em 2em;
  text-align: center;
  color: #4D4D4D;
}

.works__btn-link:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
  color: #4D4D4D;
}

.top-menu {
  width: 100%;
  height: auto;
}

.top-menu__inner {
  padding-top: 88px;
  padding-bottom: 84px;
  width: 100%;
}

.top-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-menu__item {
  width: calc(100% / 3);
}

.top-menu__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.top-menu__link:hover {
  opacity: 1;
}

.top-menu__link:hover img {
  opacity: .4;
}

.top-menu__link img {
  display: block;
}

.top-menu__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0;
  }
  .works__btn {
    width: 222px;
  }
}

@media screen and (max-width: 768px) {
  .toggle_btn, #navi {
    display: block;
  }
  .header {
    height: 24px;
  }
  .header__nav-list {
    display: none;
  }
  .fv {
    height: 100%;
  }
  .fv__inner {
    height: 100%;
  }
  .instagram__btn {
    background-color: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100px;
    height: 100px;
    right: unset;
    left: unset;
    right: 30%;
    bottom: 20px;
  }
  .round__btn {
    background-color: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100px;
    height: 100px;
    right: unset;
    left: 30%;
    bottom: 20px;
  }
  .round__btn-inner {
    display: none;
  }
  .sp-round__btn-inner {
    display: block;
  }
  .business__back {
    top: 0;
    bottom: 0;
    left: 12.5412541%;
    width: 27.0627063%;
    height: 100%;
  }
  .business__content {
    margin-top: 32px;
  }
  .business__list {
    display: block;
  }
  .business__item {
    width: 61.3861386%;
    margin: 0 auto 38px;
  }
  .works__title {
    font-size: 2.8rem;
  }
  .works__title-sub {
    font-size: 1.2rem;
    padding-left: 24px;
    padding-right: 24px;
  }
  .works__title-sub::before, .works__title-sub::after {
    width: 10px;
  }
  .works__title-sub::before {
    left: 6px;
  }
  .works__title-sub::after {
    right: 6px;
  }
  .works__btn {
    width: 28.3715013%;
  }
  .works__btn-link {
    width: 100%;
    font-size: 1rem;
    padding: 1em 2em;
  }
  .top-menu__list {
    display: block;
  }
  .top-menu__item {
    margin: 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .site-title {
    font-size: 1rem;
  }
  main {
    background-color: #333333;
  }
  .fv__text {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  .fv__text::before, .fv__text::after {
    line-height: 1;
    font-size: 8px;
    width: 3.4rem;
    height: 1.2rem;
  }
  .fv__text::after {
    top: 50%;
  }
  .fv__text::before {
    top: 0;
  }
  .instagram__btn {
    width: 54px;
    height: 54px;
    right: 38%;
  }
  .round__btn {
    width: 54px;
    height: 54px;
    left: 38%;
  }
  .works__back {
    padding-top: 32px;
    padding-bottom: 38px;
  }
  .works__inner {
    width: 90.7590759%;
  }
  .works__title {
    margin-bottom: 42px;
  }
  .works__btn {
    width: 230px;
    text-align: center;
  }
  .business {
    padding-top: 32px;
    padding-bottom: 4px;
  }
  .business__title {
    font-size: 1.6rem;
  }
  .business__title span {
    font-size: 0.6rem;
  }
  .business__title span::after, .business__title span::before {
    width: 5px;
  }
  .business__title span::before {
    -webkit-transform: translate(-4px, -3px);
            transform: translate(-4px, -3px);
  }
  .business__title span::after {
    -webkit-transform: translate(4px, -3px);
            transform: translate(4px, -3px);
  }
  .business__caption {
    font-size: 1.6rem;
  }
  .top-menu {
    background-color: #FFFFFF;
  }
  .top-menu__title {
    font-size: 1rem;
  }
  .top-menu__inner {
    padding-top: 16px;
    padding-bottom: 36px;
  }
  .footer {
    padding-top: 14px;
  }
  .footer__nav-list {
    display: none;
  }
  .footer__title {
    margin-top: 0;
    font-size: 1.9rem;
    padding-left: 3rem;
  }
  .footer__title::before, .footer__title::after {
    line-height: 1;
    font-size: 8px;
    width: 3.4rem;
    height: 1.2rem;
  }
  .footer__title::after {
    top: 50%;
  }
  .footer__title::before {
    top: 0;
  }
  .footer__access {
    font-size: 0.6rem;
  }
  .footer__small {
    margin-top: 8px;
    font-size: 5px;
    padding: 2em 0;
  }
}

@media screen and (max-width: 500px) {
  .instagram__btn {
    right: 35%;
  }
  .round__btn {
    left: 35%;
  }
}

@media screen and (max-width: 380px) {
  .instagram__btn {
    right: 32%;
  }
  .round__btn {
    left: 32%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   BUSINESSページ

--------------------------------------------------------------------------------------------- */
.business-content {
  width: 100%;
  height: auto;
  padding-top: 138px;
  padding-bottom: 120px;
  color: #000000;
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.business-content figure {
  margin-top: 58px;
}

.business-content figure:last-child {
  margin-bottom: 36px;
}

.business-content__title {
  width: 72%;
  margin: 0 auto 34px;
  font-size: 6.4rem;
}

.business-content__title-span {
  font-size: 2.2rem;
  padding-left: 68px;
  padding-right: 68px;
  position: relative;
}

.business-content__title-span::before, .business-content__title-span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: #000000;
  top: 46%;
}

.business-content__title-span::before {
  left: 34px;
}

.business-content__title-span::after {
  right: 34px;
}

.business-content__item {
  width: 100%;
  height: auto;
  position: relative;
}

.business-content__item.left .business-content__back {
  background-color: #D5D3B4;
  right: 0;
  top: 40%;
  z-index: 1;
}

.business-content__item.right .business-content__back {
  background-color: #BBA67B;
  left: 0;
  top: 40%;
  z-index: 1;
}

.business-content__item.right .business-content__text {
  margin-right: 0;
  margin-left: auto;
}

.business-content__item.right .business-content__sub-title {
  text-align: right;
}

.business-content__item-inner {
  width: 72%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 38px;
}

.business-content__back {
  position: absolute;
  display: block;
  width: 78.5%;
  height: 50%;
}

.business-content__sub-title {
  width: 89.4%;
  font-size: 3.6rem;
  margin: 0 auto 32px;
}

.business-content__img {
  display: block;
  width: 89.4%;
  margin: 0 auto 26px;
}

.business-content__text {
  width: 70%;
  font-size: 2.4rem;
  line-height: 1.9;
  color: #333333;
  font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, Hiragino Mincho Pro, ヒラギノ明朝 Pro;
}

.contact-form__btn {
  width: 31.5%;
  height: auto;
  max-width: 315px;
  margin: 0 auto;
  font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, Hiragino Mincho Pro, ヒラギノ明朝 Pro;
  font-weight: 500px;
}

.contact-form__btn-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #FFFFFF;
  background-color: #1A1A1A;
  text-align: center;
  padding: .5em;
}

@media screen and (max-width: 1024px) {
  .contact-form__btn-link {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .business-content__title {
    font-size: 4.3rem;
  }
  .business-content__title-span {
    font-size: 1.6rem;
  }
  .business-content__sub-title {
    font-size: 2.8rem;
  }
  .business-content__text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .business-content {
    padding-top: 76px;
    background-color: #FFFFFF;
  }
  .business-content__title {
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  .business-content__title-span {
    font-size: 0.6rem;
    padding-left: 26px;
    padding-right: 26px;
  }
  .business-content__title-span::before, .business-content__title-span::after {
    width: 7px;
  }
  .business-content__title-span::before {
    left: 13px;
  }
  .business-content__title-span::after {
    right: 13px;
  }
  .business-content__item-inner {
    width: 74%;
    padding-bottom: 19px;
  }
  .business-content__sub-title {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
  .business-content__img {
    width: 88%;
  }
  .business-content__text {
    width: 68.18%;
    font-size: 0.8rem;
  }
  .business-content figure {
    margin-top: 28px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   WORKSページ

--------------------------------------------------------------------------------------------- */
.banner__title {
  width: 20%;
  max-width: 400px;
  min-width: 280px;
  margin: 0 auto;
  font-size: 4.3rem;
  text-align: center;
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  padding-top: 90px;
  padding-bottom: 72px;
}

.banner__title span {
  margin-top: 18px;
  font-size: 1.6rem;
  display: block;
}

.banner__title span::before, .banner__title span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #FFFFFF;
}

.banner__title span::before {
  -webkit-transform: translate(-4px, -0.3em);
          transform: translate(-4px, -0.3em);
}

.banner__title span::after {
  -webkit-transform: translate(4px, -0.3em);
          transform: translate(4px, -0.3em);
}

.banner__title-box.works-back {
  background: url(../img/works-content-back.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 106px;
}

.works-content {
  width: 100%;
  height: auto;
  padding-top: 122px;
  padding-bottom: 46px;
}

.works-content__list-box {
  background-color: #FFFFFF;
  width: 81.5%;
  margin: 0 auto;
}

.works-content__list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px;
}

.works-content__item {
  width: calc((100% - 13%) / 3);
  height: auto;
  color: #000000;
  text-align: left;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.works-content__link {
  display: block;
  width: 100%;
  height: 100%;
}

.works-content__img {
  vertical-align: bottom;
  margin-bottom: 12px;
}

.works-content__sub-title {
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.works-content__sub-title.small {
  font-size: 1.6rem;
  line-height: 1.969;
}

.works-content__text {
  font-size: 1.8rem;
  line-height: 1.75;
}

@media screen and (max-width: 1100px) {
  .works-content__sub-title {
    font-size: 1.8rem;
  }
  .works-content__sub-title.small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 840px) {
  .works-content__sub-title.small {
    font-size: 1rem;
  }
  .works-content__text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .works-content__sub-title {
    font-size: 1.4rem;
  }
  .banner__title {
    font-size: 3.6rem;
  }
  .banner__title span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .banner__title {
    min-width: 220px;
  }
  .works-content__list {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-content__item {
    width: 57%;
    margin-bottom: 22px;
  }
  .works-content__list li:last-child {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 599px) {
  .works-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .works-content .contact-form__btn {
    width: 165px;
    padding-bottom: 26px;
  }
  .works-content__item {
    width: 180px;
  }
  .banner__title {
    min-width: 180px;
    margin-top: 40px;
    padding-top: 34px;
    padding-bottom: 26px;
    font-size: 1.9rem;
  }
  .banner__title-box {
    margin-bottom: 0;
    background-size: 100%;
  }
  .banner__title span {
    font-size: 0.6rem;
    padding: 0 20px;
  }
  .banner__title span::before, .banner__title span::after {
    width: 6.67px;
  }
  .banner__title span::before {
    left: 14px;
  }
  .banner__title span::after {
    right: 14px;
  }
  .banner__title-box.works-back {
    margin-bottom: 0;
  }
  .works-content__list-box {
    padding-top: 36px;
  }
  .works-content__sub-title {
    font-size: 1.6rem;
  }
  .works-content__sub-title.middle {
    font-size: 1.5rem;
  }
  .works-content__text {
    font-size: 0.8rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PAGEページ

--------------------------------------------------------------------------------------------- */
.page {
  width: 100%;
  height: auto;
}

.page__inner {
  width: 77.2%;
  margin: 0 auto 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page__img {
  width: 50%;
  height: auto;
}

.page__title {
  font-size: 4.8rem;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
}

.page__title.small {
  font-size: 2.8rem;
}

.page__title.middle {
  font-size: 3.8rem;
}

.page__text {
  font-size: 4rem;
  margin-left: 28px;
}

.page__info {
  width: 37%;
  margin-left: 9.3%;
  max-width: 325px;
}

.page__info-box {
  border: 5px solid #534741;
}

.page__info-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #534741;
}

.page__info-box dt {
  font-size: 1.4rem;
  margin-right: 28px;
  line-height: 1;
  padding: .3em 0;
}

.page__info-box dd {
  font-size: 1.8rem;
  line-height: 1;
  padding: .1em 0;
}

.page__info-inner {
  padding: 3px 12px 26px;
}

.back__btn {
  width: 26%;
  max-width: 260px;
  margin: 0 auto 36px;
}

.back__btn a {
  display: block;
  background-color: #1A1A1A;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  padding: 1em 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 1217px) {
  .page__title.small {
    font-size: 2.2rem;
  }
  .page__title.middle {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .page__info-box dt {
    font-size: 1rem;
  }
  .page__info-box dd {
    font-size: 1.2rem;
  }
  .page__title {
    font-size: 3.8rem;
  }
  .page__text {
    font-size: 3rem;
  }
  .page__title.small {
    font-size: 2.2rem;
  }
  .page__title.middle {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .page__info {
    width: 50%;
  }
  .back__btn a {
    font-size: 1.2rem;
  }
  .page__info-box dt {
    font-size: 0.6rem;
  }
  .page__info-box dd {
    font-size: 0.8rem;
  }
  .page__inner {
    background-color: #FFFFFF;
    padding: 32px 12px 34px;
    margin-bottom: 60px;
  }
  .back__btn {
    margin-bottom: 0;
    padding-bottom: 23px;
  }
  .page__title {
    font-size: 2.8rem;
  }
  .page__text {
    font-size: 2rem;
    margin-left: 14px;
  }
  .banner__title-box.works-back {
    margin-bottom: 34px;
  }
  .page__title.small {
    font-size: 1.4rem;
  }
  .page__title.middle {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .page__info {
    margin-left: 8%;
  }
  .banner__title-box.works-back {
    margin-bottom: 0;
  }
  .page__inner {
    padding-top: 34px;
    padding-bottom: 0;
    margin-left: 12px;
  }
  .page__info-box dt {
    margin-right: 11px;
  }
  .page__info-inner {
    padding: 2.6px 4px 12px;
  }
  .page__info-box dl {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .back__btn a {
    font-size: 0.8rem;
  }
  .page__info-box {
    border: 2px solid #534741;
  }
  .page__title.small {
    font-size: 1.5rem;
  }
  .page__title.middle {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  .page__title {
    font-size: 1.6rem;
  }
  .page__title.small {
    font-size: 0.8rem;
    margin-left: 1px;
  }
  .page__title.middle {
    font-size: 1.3rem;
  }
  .page__text {
    font-size: 1.4rem;
    margin-left: 8px;
  }
  .back__btn {
    min-width: 96px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   COMPANYページ

--------------------------------------------------------------------------------------------- */
.banner__title-box.company-back {
  background: url(../img/company-content-back.jpg) no-repeat center center;
  background-size: cover;
}

.company-content {
  width: 100%;
  height: auto;
  padding-top: 76px;
}

.company-content__inner {
  background: url(../img/message-back.jpg) no-repeat center center;
  background-size: cover;
}

.company-content__title {
  font-size: 3rem;
  font-family: vdl-logog, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  margin-left: 11.2%;
}

.company-content__title span {
  font-size: 1.3rem;
  padding: 0 36px;
  position: relative;
}

.company-content__title span::before, .company-content__title span::after {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #000000;
}

.company-content__title span::before {
  left: 18px;
}

.company-content__title span::after {
  right: 18px;
}

.company-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 81.2%;
  max-width: 812px;
  margin: 48px auto 0;
  color: #333333;
  padding-top: 62px;
  padding-bottom: 26px;
}

.company-content__info {
  width: 21.7%;
  font-size: 5.8rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1;
}

.company-content__info p:first-child {
  margin-top: 28px;
  position: relative;
}

.company-content__info p:first-child::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 80px;
  background-color: #000000;
  left: 50%;
  top: -20%;
}

.company-content__info p:last-child {
  margin-top: 54px;
  margin-left: 36px;
}

.message {
  width: 59.3%;
}

.message__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 24px;
}

.message__company {
  font-size: 2.4rem;
  position: relative;
  padding: .3em 0;
}

.message__company::before {
  content: "有限会社";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 1.2rem;
}

.message__name {
  font-size: 3rem;
  padding: .1em 0;
}

.message__name span {
  font-size: 1.8rem;
  margin-left: 11px;
  margin-right: 19px;
}

.message__info {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  line-height: 2.17;
  font-size: 1.8rem;
}

.message__info-text {
  padding: 37px 33px 42px;
}

.outline {
  width: 100%;
  height: auto;
  padding-top: 118px;
}

.outline__inner {
  width: 67.2%;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 2.4rem;
  line-height: 2;
  padding-top: 42px;
  padding-bottom: 86px;
}

.outline__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 28px;
  border-top: 0.5px solid #000000;
}

.outline__inner dl:last-child {
  padding: 68px 0 42px;
  border-bottom: 0.5px solid #000000;
}

.outline__inner dl dt {
  width: 17%;
  padding-left: 12px;
}

.outline__inner dl dd {
  width: 83%;
}

.outline__inner-paragraph {
  padding-left: 22px;
}

.outline__inner-paragraph.linehei {
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  .message__company {
    font-size: 1.8rem;
  }
  .message__name {
    font-size: 2.4rem;
  }
  .message__name span {
    font-size: 1.2rem;
  }
  .message__info {
    font-size: 1.6rem;
  }
  .outline__inner {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 786px) {
  .company-content {
    background: url(../img/message-back.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 0;
  }
  .company-content__inner {
    background: none;
  }
  .company-content__title {
    padding-top: 18px;
    font-size: 1.8rem;
  }
  .company-content__title span {
    font-size: 1rem;
  }
  .company-content__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .company-content__info {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    width: 64%;
    margin: 0 auto;
    font-size: 3.6rem;
  }
  .company-content__info p:first-child {
    margin-top: 0;
  }
  .company-content__info p:first-child::before {
    width: 34px;
    height: .5px;
    top: 40%;
    left: -48px;
  }
  .company-content__info p:last-child {
    margin-top: 8px;
    margin-left: 53px;
    padding-bottom: 28px;
  }
  .message {
    width: 100%;
  }
  .message__title {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .outline__inner,
  .message__info {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 599px) {
  .company-content__title {
    font-size: 0.8rem;
  }
  .company-content__title span {
    font-size: .4rem;
    padding: 0 12px;
  }
  .company-content__title span::before {
    left: 6px;
  }
  .company-content__title span::after {
    right: 6px;
  }
  .company-content__title span::before,
  .company-content__title span::after {
    width: 4px;
  }
  .company-content__info {
    font-size: 1.8rem;
  }
  .message__company {
    font-size: 0.8rem;
    padding: .6em 0;
  }
  .message__company::before {
    font-size: .4rem;
    top: -2px;
  }
  .message__name {
    font-size: 1.2rem;
  }
  .message__name span {
    margin: 0 9px;
    font-size: .7rem;
  }
  .message__info-text {
    padding: 9.4px 12px 11px;
  }
  .message__info {
    font-size: .7rem;
    line-height: 1.857;
  }
  .outline {
    padding-top: 18px;
  }
  .outline__inner {
    font-size: 0.8rem;
    padding-top: 28px;
    padding-bottom: 28px;
    width: 80.6%;
  }
  .outline__inner dl {
    padding: 12px 0 8px;
  }
  .outline__inner dl dt {
    padding-left: 4px;
  }
  .outline__inner dl:last-child {
    padding: 26px 0 14px;
  }
  .company-content__title span::before,
  .company-content__title span::after {
    height: .5px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   RECRUITページ

--------------------------------------------------------------------------------------------- */
.banner__title-box.recruit-back {
  background: url(../img/recruit-content-back.jpg) no-repeat center center;
  background-size: cover;
}

.recruit-content {
  width: 100%;
  height: auto;
  padding-top: 76px;
}

.recruit-content__inner {
  width: 76.9%;
  margin: 0 auto;
  max-width: 768px;
  padding-top: 86px;
}

.recruit-content__back {
  display: block;
  background-color: rgba(187, 166, 123, 0.2);
  width: 81.7%;
  height: auto;
  margin-left: auto;
  margin-right: 54px;
  padding: 8px 28px 18px;
}

.recruit-content__back p:first-child {
  padding-top: 12px;
  margin-left: 20%;
  position: relative;
}

.recruit-content__back p:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 38%;
  min-width: 230px;
  height: .8px;
  background-color: #1A1A1A;
  top: 48%;
  right: -11%;
}

.recruit-content__title {
  font-size: 3.8rem;
  line-height: 1;
  padding-bottom: 18px;
}

.recruit-content__text {
  font-size: 1.6rem;
  line-height: 1.333;
  padding: 18px 24px;
}

.outline.recruit-outline {
  padding-top: 78px;
}

.outline.recruit-outline .outline__inner dl dt {
  width: 24%;
}

.outline.recruit-outline .outline__inner dl dd {
  width: 76%;
}

.outline.recruit-outline .outline__inner dl:last-child {
  padding: 24px 0 28px;
}

.outline.recruit-outline .outline__inner dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .recruit-content__back p:first-child::after {
    min-width: 62px;
  }
  .recruit-content__title {
    font-size: 2.8rem;
  }
  .recruit-content__text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit-content__back p:first-child::after {
    right: -18%;
  }
  .recruit-content__text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 599px) {
  .recruit-content {
    padding-top: 34px;
  }
  .recruit-content__inner {
    width: 81%;
    padding-top: 26px;
    max-width: 240px;
  }
  .recruit-content__title {
    padding-bottom: 4px;
  }
  .recruit-content__back {
    margin-right: 0;
    width: 87%;
    padding: 4px 9px 9px;
  }
  .recruit-content__title {
    font-size: 1.2rem;
  }
  .recruit-content__text {
    padding: 12px 0 0;
  }
  .recruit-content__back p:first-child {
    padding-bottom: 0;
    padding-top: 0;
  }
  .recruit-content__back p:first-child::after {
    width: 29.52%;
    right: -10%;
    top: 50%;
  }
  .recruit-content__text {
    font-size: 0.8rem;
  }
  .outline.recruit-outline {
    padding-top: 34px;
  }
  .outline.recruit-outline .outline__inner dl:last-child {
    padding: 12px 0 8px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTACTページ

--------------------------------------------------------------------------------------------- */
.banner__title-box.contact-back {
  background: url(../img/contact-content-back.jpg) no-repeat center center;
  background-size: cover;
}

.contact-content {
  width: 100%;
  height: auto;
  padding-top: 52px;
  padding-bottom: 116px;
}

.contact-content__text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.416;
  margin-bottom: 58px;
}

.name-title {
  font-size: 2.7rem;
}

.tel-title {
  font-size: 2.4rem;
}

.mail-title {
  font-size: 1.4rem;
}

.contact-title {
  font-size: 1.7rem;
  white-space: nowrap;
}

form#mail_form input[type="button"] {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .contact-content__text {
    font-size: 1.8rem;
  }
  .name-title {
    font-size: 2rem;
  }
  .tel-title {
    font-size: 1.8rem;
  }
  .mail-title {
    font-size: 1.2rem;
  }
  .contact-title {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .name-title {
    font-size: 1.6rem;
  }
  .tel-title {
    font-size: 1.2rem;
  }
  .mail-title {
    font-size: .8rem;
  }
  .contact-title {
    font-size: 1rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 599px) {
  .contact-content__text {
    font-size: 0.8rem;
    margin-bottom: 18px;
  }
  .name-title {
    font-size: .9rem;
  }
  .tel-title {
    font-size: .8rem;
  }
  .mail-title {
    font-size: .473rem;
  }
  .contact-title {
    font-size: .559rem;
  }
  .contact-content {
    padding-top: 28px;
    padding-bottom: 44px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   THANKSページ

--------------------------------------------------------------------------------------------- */
.thanks {
  width: 100%;
  height: auto;
  padding-top: 61px;
  padding-bottom: 48px;
}

.thanks__inner {
  text-align: center;
  padding-bottom: 84px;
  color: #1A1A1A;
  font-size: 2.4rem;
  line-height: 2.1225;
}

@media screen and (max-width: 768px) {
  .thanks__inner {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .thanks {
    padding-top: 48px;
    padding-bottom: 38px;
  }
  .thanks__inner {
    font-size: 0.8rem;
    padding-bottom: 38px;
  }
}

@media screen and (max-width: 599px) {
  .sp-wrapper {
    width: 77.6923077%;
    margin: 0 auto -1px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .contact-form__btn {
    min-width: 94px;
  }
  .contact-form__btn-link {
    font-size: 0.6rem;
  }
  .footer {
    margin-top: -2px;
  }
  .back__btn.company-btn {
    padding-bottom: 36px;
  }
  .banner__title span::before,
  .banner__title span::after {
    height: .5px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   pageスライダー設定

--------------------------------------------------------------------------------------------- */
.swiper-container.slider-thumbnail {
  display: none;
}
