@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
=================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
html {
  overflow: scroll;
  overflow-x: hidden;
}

.more {
  margin-top: 75px;
  text-align: center;
}

.more a {
  display: inline-block;
  color: #ffffff;
  background-color: #333333;
  border: none;
  font-family: "Playfair", serif;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  font-weight: bold;
  padding: 12px 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more a:hover {
  color: #ffffff;
}

.hestia-blogs .container {
  width: 1270px;
}

/* ヘッダー*/
.header .header-logo {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .header .navbar.hestia_left .title-logo-wrapper {
    min-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar #main-navigation {
    padding-left: 15px;
  }
}
.header .navbar > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header .navbar .navbar-nav > li {
  margin-right: 1vw;
  margin-left: 1vw;
  text-align: center;
}
.header .navbar .navbar-nav > li:not(.btn) > a:before {
  background-color: unset;
}
.header .navbar .navbar-nav > li a {
  padding: 15px 0.5vw;
  border-radius: 3px;
  color: inherit;
  text-transform: unset;
}
.header .navbar .navbar-nav > li a::after {
  background-color: unset;
}
.header .navbar .nav-orenge__small {
  display: block;
  font-size: 13px;
  color: #fe9b4b;
  font-family: "Playfair", serif;
}
@media screen and (max-width: 767px) {
  .header .navbar .nav-orenge__small {
    display: inline;
    font-size: 16px;
    color: #fe9b4b;
    margin-left: 15px;
    font-weight: 500;
  }
}
.header .navbar #menu-gnav .nav-under__bar {
  color: #333333;
}
.header .navbar .nav-under__bar.contact-button {
  color: #ffffff !important;
  background-color: #FF1A1A;
  padding: 0 0.5vw;
  height: 44px;
}
.header .navbar #menu-spnav .menu-sp__box {
  text-align: center;
}
.header .navbar #menu-spnav .menu-sp__box li {
  margin-bottom: 30px;
}
.header .navbar #menu-spnav .menu-sp__box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
}
.header .navbar #menu-spnav .menu-sp__box li a .nav-orenge__small {
  margin-left: 0;
}
.header .navbar #menu-spnav .menu-sp__box li a .contact-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 20px;
}
.header .navbar #menu-spnav .header-sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.header .navbar #menu-spnav .header-sns-box .sp_twitter::before,
.header .navbar #menu-spnav .header-sns-box .sp_facebook::before,
.header .navbar #menu-spnav .header-sns-box .sp_instagram::before {
  margin: 0 auto;
}
.header .navbar #menu-spnav .header-sns-box .sp_twitter:before {
  background-image: url(../img/sp_x.png);
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.section:nth-of-type(odd) {
  background-color: #F5F1F1;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.section .title {
  text-align: center;
  font-family: "Playfair", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
  color: #FF1A1A;
}
.section .sub-title {
  text-align: center;
  font-family: "Noto serif JP", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
}

.section-inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

a.moretag {
  display: inline-block;
}

#content #fv {
  background-image: unset;
  max-height: unset;
  margin-top: 0;
}
@media screen and (min-width: 1500px) {
  #content #fv .fv-wrap {
    margin-top: 0;
    height: 840px;
  }
}
#content #fv .fv-wrap .video {
  width: 100%;
  height: 840px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#content #fv .fv-wrap .fv-title {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .fv-title {
    width: 100%;
  }
}
#content #fv .fv-wrap .eye {
  position: absolute;
  bottom: 70px;
  right: 90px;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye {
    right: 20px;
  }
}
#content #fv .fv-wrap .eye .circle {
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 170px;
  border-radius: 50%;
  background-color: #FFD24D;
  -webkit-box-shadow: 5px 5px 1px rgb(255, 255, 255);
          box-shadow: 5px 5px 1px rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle {
    font-size: 14px;
    width: 120px;
    height: 115px;
    -webkit-box-shadow: 2px 2px 1px rgb(255, 255, 255);
            box-shadow: 2px 2px 1px rgb(255, 255, 255);
  }
}
#content #fv .fv-wrap .eye .circle p:first-of-type {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:first-of-type {
    line-height: 1;
  }
}
#content #fv .fv-wrap .eye .circle p:nth-of-type(2) {
  position: relative;
  top: -10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:nth-of-type(2) {
    top: -5px;
    line-height: 1.2;
  }
}
#content #fv .fv-wrap .eye .circle p:nth-of-type(2) .count {
  font-family: "Playfair", serif;
  font-weight: 300;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:nth-of-type(2) .count {
    font-size: 36px;
  }
}
#content #fv .fv-wrap .eye .circle p:nth-of-type(2) .ex {
  font-family: "Kaushan Script";
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:nth-of-type(2) .ex {
    font-size: 24px;
  }
}
#content #fv .fv-wrap .eye .circle p:last-of-type {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #content #fv .fv-wrap .eye .circle p:last-of-type {
    font-size: 10px;
  }
}

.howto-inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .howto-inner {
    padding-top: 75px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 75px;
  }
}
.howto-inner .title {
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  text-align: center;
  margin-bottom: 80px;
}
.howto-inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.3%;
}
@media screen and (max-width: 767px) {
  .howto-inner .flex {
    display: block;
  }
}
.howto-inner .flex .card {
  display: block;
  width: 21.7%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .howto-inner .flex .card {
    width: 100%;
    max-width: 350px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.howto-inner .flex .card .icon {
  width: 176px;
  height: 176px;
  margin: 0 auto;
}
.howto-inner .flex .card .card-title {
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}
.howto-inner .flex .card .description {
  color: #333333;
}
.howto-inner .back {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .howto-inner .back img {
    width: 50%;
  }
}

#service .service-wrap {
  position: relative;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  #service .service-wrap {
    margin-top: 40px;
  }
}
#service .service-wrap .swiper-wrapper {
  gap: 17%;
}
#service .service-wrap .link {
  display: block;
  color: inherit;
  text-decoration: none;
}
#service .service-wrap .service-box-link:hover .service-box {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#service .service-box p.num {
  font-family: "Playfair", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
  line-height: 1;
}
#service .service-box .service-title {
  font-family: "Noto serif JP", serif;
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
}
#service .service-box .service-thumb {
  width: 100%;
  aspect-ratio: 600/363;
  margin-bottom: 40px;
}
#service .service-box .service-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#service .service-box .service-content {
  font-family: "Noto Sans JP", "Noto Sans";
}
#service .service-box .service-content .cate {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  margin-bottom: 15px;
}
#service .service-box .service-content .service-text {
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

.works-wrap .label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  margin-top: 45px;
}
.works-wrap .label-wrapper .label-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 160px;
  color: #333333;
}
.works-wrap .label-wrapper .label-item .label-text {
  width: 100%;
  padding: 4px 10px;
  background-color: #eaf9fd;
  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;
}
.works-wrap .label-wrapper .label-item .label-text.flyer {
  background-color: #fff2e5;
}
.works-wrap .label-wrapper .label-item .label-color {
  width: 30px;
  background-color: #ccc;
}
.works-wrap .label-wrapper .label-item:nth-child(2) .label-text {
  background-color: #fff2e5;
}
.works-wrap .works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.works-wrap .card {
  border: none;
  border-radius: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.works-wrap .card .link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.works-wrap .card .works-thumb {
  margin-bottom: 15px;
}
.works-wrap .card .works-title {
  text-align: center;
  font-family: "Noto serif JP", serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  letter-spacing: -0.6px;
}
.works-wrap .card .label-wrapper {
  margin-top: 20px;
}
.works-wrap .card .label-wrapper .label-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.works-wrap .card .works-text {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .works-wrap .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .works-wrap .works-grid {
    grid-template-columns: 1fr;
  }
}

.voice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .voice-wrap {
    margin-top: 65px;
    display: block;
  }
}
.voice-wrap .card {
  position: relative;
  width: calc(33.33% - 40px);
  position: relative;
  background-color: inherit;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .voice-wrap .card {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .voice-wrap .card {
    width: 100%;
  }
}
.voice-wrap .text-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  font-family: "Noto serif JP", serif;
}
.voice-wrap .text-box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
}
.voice-wrap .text-box .voice-title {
  padding-bottom: 13px;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
}
.voice-wrap .text-box .voice-title .highlight-text {
  background-color: #F7FF1A;
  padding: 0 4px;
  line-height: 0.1;
  display: inline-block;
}
.voice-wrap .text-box .voice-title .highlight-text2 {
  background-color: #F7FF1A;
  padding: 0 4px;
  line-height: 0.1;
  display: inline;
}
.voice-wrap .text-box .voice-title .highlight-text::before {
  content: "";
  display: inline-block;
  height: 0.8em;
  vertical-align: text-bottom;
}
.voice-wrap .text-box .description {
  margin-top: 13px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #333333;
}
.voice-wrap .person-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.voice-wrap .person-box .img-wrap {
  width: 110px;
  height: 110px;
  -webkit-box-shadow: 3px 3px 0px #FF1A1A;
          box-shadow: 3px 3px 0px #FF1A1A;
  border-radius: 50%;
}
.voice-wrap .mark {
  position: absolute;
  top: -80px;
  right: -20px;
  background-color: unset;
}

#about {
  text-align: center;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 0;
  }
}
#about.about-section {
  position: relative;
  height: 2950px;
  background-color: #fff;
  overflow: hidden;
}
#about .title {
  text-align: center;
  font-family: "Playfair", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
  color: #FF1A1A;
}
#about .sub-title {
  text-align: center;
  font-family: "Noto serif JP", serif;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
  font-weight: 500;
}
#about {
  /* 両サイドの画像 */
}
#about .about-images {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #about .about-images {
    width: 30%;
  }
}
#about .about-images.left {
  left: 0;
}
#about .about-images.left img:nth-of-type(2) {
  position: relative;
  top: 0;
  left: 20%;
}
#about .about-images.left img:nth-of-type(3) {
  position: relative;
  top: 110px;
  left: 0;
}
#about .about-images.right {
  right: 0;
}
#about .about-images.right img:nth-of-type(2) {
  position: relative;
  top: 0;
  right: 30%;
}
#about .about-images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px 0;
  /* フェードイン用 */
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
#about .about-images img.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#about {
  /* コンテンツ */
}
#about .about-content {
  position: relative;
  width: 100%;
  min-width: 200px;
  margin: 150px auto 0;
  z-index: 2;
  padding: 40px 0;
  /* アニメーション */
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  /* 常に横位置は中央に固定 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#about .about-content .description {
  color: #333333;
}
#about {
  /* 画面中央に固定 */
}
#about .about-content.sticky {
  position: fixed;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
#about {
  /* 最終位置に固定されるスタイル */
}
#about .about-content.stopped {
  position: absolute;
  top: auto;
  bottom: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #about .about-content.stopped {
    bottom: 75px;
  }
}
#about {
  /* スクロール前の透明・初期位置（縦方向の初期値だけずらす） */
}
#about .about-content.init {
  -webkit-transform: translateX(-50%) translateY(40px);
          transform: translateX(-50%) translateY(40px);
  /* 横位置は固定、縦だけズラす */
  opacity: 0;
}

#contact {
  background-image: url("../img/contact_back.jpg");
}
#contact .flex {
  padding-top: 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contact .flex {
    display: block;
  }
}
#contact .flex .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contact .flex .txt {
    width: 100%;
  }
}
#contact .flex .txt .title {
  text-align: left;
}
#contact .flex .txt .sub-title {
  text-align: left;
  color: #ffffff;
}
#contact .flex .txt .description {
  margin-top: 30px;
  text-align: left;
  color: #ffffff;
  font-family: "Noto serif JP", serif;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
#contact .flex .arrow {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #contact .flex .arrow {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#contact .flex .arrow a {
  width: 100%;
}
#contact .flex .arrow a .circle {
  position: relative;
  width: 75%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contact .flex .arrow a .circle {
    width: 25%;
    bottom: -50px;
    right: -70%;
    margin: 0;
  }
}
#contact .flex .arrow a .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #contact .flex .arrow a .circle img {
    width: 30%;
  }
}

footer.footer {
  background-color: #333333;
}
footer.footer .section-inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex {
    display: block;
  }
}
footer.footer .section-inner .flex .left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .left {
    width: 100%;
  }
}
footer.footer .section-inner .flex .left .logo {
  width: 200px;
  height: 45px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .left .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
footer.footer .section-inner .flex .left .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .left .address {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .left .address .tokyo {
    margin-top: 15px;
  }
}
footer.footer .section-inner .flex .left .address .office {
  font-family: "Playfair", serif;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
footer.footer .section-inner .flex .left .address .zipcode {
  font-family: "Noto serif JP", serif;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
footer.footer .section-inner .flex .right {
  width: 48%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right {
    width: 100%;
  }
}
footer.footer .section-inner .flex .right .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .first {
    display: block;
  }
}
footer.footer .section-inner .flex .right .first li {
  font-family: "Noto serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
footer.footer .section-inner .flex .right .first li a {
  color: #ffffff;
}
footer.footer .section-inner .flex .right .first li .nav-orenge__small {
  display: block;
  line-height: 1.8;
  font-size: 12px;
  color: #fe9b4b;
  font-family: "Playfair", serif;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .first li .nav-orenge__small {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .first li + li {
    margin-top: 10px;
  }
}
footer.footer .section-inner .flex .right .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5%;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .second {
    display: block;
  }
}
footer.footer .section-inner .flex .right .second li {
  font-family: "Noto serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
footer.footer .section-inner .flex .right .second li a {
  color: #ffffff;
}
footer.footer .section-inner .flex .right .second li .contact-button {
  color: #ffffff !important;
  background-color: #FF1A1A;
  padding: 0 0.5vw;
  height: 44px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .second li .contact-button {
    padding: 0 20px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .flex .right .second li:nth-of-type(2) {
    margin-top: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
footer.footer .section-inner .copy {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer.footer .section-inner .copy p {
  text-align: center;
  color: #ffffff;
  font-family: "Playfair", serif;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
footer.footer .section-inner .copy .sns {
  width: 100px;
  position: absolute;
  top: -5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer.footer .section-inner .copy .sns {
    position: unset;
    margin: 10px auto;
  }
}
footer.footer .section-inner .copy .sns li {
  width: 26px;
  height: 26px;
}
footer.footer .section-inner .copy .sns li + li {
  margin-left: 20px;
}
footer.footer .section-inner .copy .sns li:first-of-type {
  width: 22px;
  height: 22px;
  padding-top: 1px;
}      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 30px;
  padding-left: 30px;
}

.blog-line {
  border-top: 2px solid #fe9d4b;
  width: 90px;
  margin-bottom: 0;
}

.blog-wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.blog-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.blog-content {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 4px 1.92px 0.08px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 4px 1.92px 0.08px rgba(0, 0, 0, 0.21);
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 51px;
}

.blog-photo {
  width: 300px;
  height: 172px;
  display: block;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 21px;
  margin-right: 14px;
  margin-left: 14px;
  margin-bottom: 27px;
}

.blog-date {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 16px;
}

.blog-name {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
  width: 105px;
  background-color: #fe9d4b;
  color: #fff;
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
}

.blog-sent {
  margin-right: 14px;
  margin-left: 14px;
  margin-bottom: 30px;
  text-align: left;
}

/*blog section レスポンシブ*/
@media screen and (max-width: 719px) {
  .blog-content {
    width: 100%;
    max-width: 550px;
    height: 100%;
    max-height: 600px;
  }
  .flex-row {
    margin-top: 40px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 50px;
  }
  .blog-date {
    font-size: 23px;
  }
  .blog-name {
    font-size: 20px;
    padding-top: 3px;
    width: 100%;
    max-width: 160px;
  }
  .blog-sent {
    font-size: 22px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 500px) {
  .blog-date {
    font-size: 0.95em;
  }
  .blog-name {
    font-size: 0.9em;
    width: 50%;
    max-width: 100px;
  }
  .blog-sent {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .flex-row {
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .blog-inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}
/*footer */
footer {
  background-color: #313336;
  padding-right: 70px;
  padding-left: 70px;
}

.footer-wrap {
  max-width: 1300px;
  margin: 0 auto;
}

.navtop {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fe9b4b;
  padding-top: 25px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #fff;
  position: fixed;
  bottom: 45px;
  right: 70px;
  opacity: 0.5;
}

.navtop::before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 25%;
  height: 25%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navtop:hover {
  opacity: 1;
}

.blog-thumb {
  width: 300px;
  height: 170px;
}

.navbar-logo {
  background: url("./img/logo_white.png") no-repeat left center;
  background-size: contain;
  width: 320px;
  height: 70px;
}

.sns-box {
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.sns-text a {
  color: #fff;
  font-size: 16px;
  margin-right: 40px;
}

.twitter:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  background-image: url(./img/twitter.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.facebook:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  background-image: url(./img/fb.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.instagram:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  background-image: url(./img/instagram.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.footer-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 46px;
  padding-bottom: 50px;
}

.footer-nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-nav--list li a {
  color: #fff !important;
  font-size: 16px;
  margin-left: 30px;
}

@media screen and (max-width: 910px) {
  .footer-nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-nav--list {
    margin-top: 20px;
  }
}
/* sp nav*/
@media screen and (max-width: 768px) {
  .navbar-collapse {
    padding-top: 80px;
    padding-left: 70px;
    padding-bottom: 160px;
  }
  .navbar-nav li a {
    font-size: 33px;
    color: #5a5858;
    margin-bottom: 50px;
  }
}
/* sp footer */
@media screen and (min-width: 770px) {
  .footer-sp--row {
    display: column;
    margin-top: 0px;
    margin-left: 0px;
  }
  .navbar-logo-sp {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px !important;
  }
  .navbar-logo {
    display: none;
  }
  .footer-nav--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
  .footer-nav--list li a {
    margin-left: 0;
  }
  .sns-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-sp--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .footer-nav--list li {
    margin-left: 0px;
    margin-top: 60px;
  }
  .sns-text {
    margin-top: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-nav-wrap {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .navbar-logo-sp {
    display: block;
    background: url(./img/logo_white_sp.png) no-repeat left center;
    background-size: contain;
    width: 300px;
    height: 50px;
  }
  .navtop {
    bottom: 5%;
    right: 10%;
  }
}
@media screen and (max-width: 501px) {
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sns-text a {
    font-size: 12px;
  }
  .twitter:before {
    width: 25px;
    height: 25px;
  }
  .facebook:before {
    width: 25px;
    height: 25px;
  }
  .instagram:before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 400px) {
  footer {
    padding-left: 14px;
    padding-right: 14px;
  }
  .footer-nav--list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .sns-text a {
    font-size: 10px;
  }
}
/* ヘッダー*/
/*.navbar.navbar-transparent{ 
	background-color: #fff;
}*/
.header-logo {
  background: url(./img/logo-header.png) no-repeat left center;
  width: 250px;
  height: 60px;
  background-size: contain;
}

.navbar-default {
  border: none;
}

.navbar > .container {
  padding-top: 25px !important;
}

.navbar-nav li a {
  position: relative;
  font-size: 16px;
}

/*ホバーエフェクト*/
.navbar-nav li a::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background-color: #fe9b4b;
  bottom: 14px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-nav li a:hover::after {
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  left: 50%;
  bottom: 10px; /*下線の上下位置調整*/
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
}

@media screen and (max-width: 500px) {
  .navbar-nav li a {
    font-size: 25px;
  }
  .navbar-collapse {
    padding-left: 20px;
  }
  .sns-box {
    width: 55%;
  }
}
#menu-spnav {
  display: none;
}

.js-header {
  background-color: transparent;
}

.header-nav__box {
  max-width: 1300px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*ヘッダースクロール後背景白*/
.js-header.change-color {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-header {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  #main-navigation {
    padding-left: 60px;
    padding-top: 70px;
  }
  #menu-gnav {
    display: none;
  }
  #menu-spnav {
    display: block;
  }
  .menu-sp__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .menu-sp__box li {
    margin-bottom: 40px;
  }
  .menu-sp__box li a {
    font-size: 33px;
    font-weight: bold;
    color: #5a5858;
    font-family: "HiraKaku Std", sans-serif;
  }
  .nav-orenge__small {
    font-size: 16px;
    color: #fe9b4b;
    margin-left: 15px;
    font-family: "小塚ゴシック Pr6n", "Kozuka Gothic Pr6n", sans-serif;
    font-weight: 500;
  }
  .sp_twitter:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    background-image: url(./img/twitter-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 20px;
  }
  .sp_facebook:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    background-image: url(./img/facebook_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 20px;
  }
  .sp_instagram:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    background-image: url(./img/instagram_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 20px;
  }
  .header-sns {
    margin-bottom: 35px;
  }
  .sp_twitter .sp_facebook .sp_instagram {
    color: #5a5858;
    font-size: 16px;
    font-family: "小塚ゴシック Pr6n", "Kozuka Gothic Pr6n", sans-serif;
  }
  .header-sns-box {
    margin-top: 100px;
  }
  .navbar > .container {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 500px) {
  .header-logo {
    width: 220px;
  }
}
@media screen and (max-width: 400px) {
  .menu-sp__box li a {
    font-size: 25px;
  }
  .header-logo {
    width: 200px;
  }
  .nav-orenge__small {
    font-size: 14px;
  }
  .header-sns-box {
    margin-top: 50px;
  }
  #main-navigation {
    padding-left: 30px;
  }
}
@media screen and (max-width: 350px) {
  .title-logo-wrapper {
    max-width: 200px !important;
  } /*ヘッダーロゴの大きさ*/
}
/*私たちについて*/
#message {
  background-color: #f3f3f3;
  padding: 0 20px;
}

.message-wrap {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 9px 7.29px 1.71px rgba(198, 192, 201, 0.39);
          box-shadow: 0px 9px 7.29px 1.71px rgba(198, 192, 201, 0.39);
  max-width: 1294px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}

.message-wrap_ttx {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 150px;
}

.message-wrap h2 {
  font-size: 22px;
  letter-spacing: 0.4em;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -25px;
  z-index: 200;
  position: relative;
  margin-bottom: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.circle-left {
  font-size: 50px;
  font-weight: bold;
  margin-right: 20px;
  color: #5a5858;
}

.circle-right {
  font-size: 50px;
  font-weight: bold;
  margin-left: 20px;
  color: #5a5858;
}

.message-wrap p {
  margin-bottom: 45px;
  line-height: 1.8;
  font-size: 18px;
}

.message-bold {
  font-weight: bold;
}

#host {
  background-color: #f3f3f3;
  color: #5a5858;
  padding-top: 120px;
  padding-bottom: 140px;
}

.host-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1000px;
  width: 100%;
  background-color: #fcf8ef;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.host-img {
  background: url(./img/okuno.png) no-repeat left center;
  max-width: 450px;
  width: 100%;
  margin-left: -70px;
  margin-bottom: -40px;
  height: auto;
}

.host-file {
  width: 50%;
  padding-top: 150px;
  padding-bottom: 140px;
  padding-left: 15px;
  font-family: "小塚ゴシック Pr6n", "Kozuka Gothic Pr6n", sans-serif;
}

.host-file p {
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 1.9;
}

.host-name {
  font-size: 35px;
  padding-top: 15px;
  font-weight: 500;
}

.name-under__line {
  border-top: solid 2px #fe9d4b !important;
  width: 90px;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 50px;
  margin-left: 0;
}

.host-file__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 40px;
  line-height: 1.93;
}

.host-file__wrap p {
  margin-right: 20px;
}

.host-content {
  margin-left: 90px;
}

#company {
  padding-left: 70px;
  background-color: #fff;
  padding-right: 70px;
}

.about-table {
  text-align: center;
  margin: 90px auto 120px;
  width: 100%;
  max-width: 865px;
  text-align: left;
  border-top: solid 3px #e3e3e3;
  border-bottom: solid 3px #e3e3e3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.75;
}

.about-table tr {
  border-bottom: solid 3px #e3e3e3;
}

.about-table td {
  padding-top: 45px;
  vertical-align: text-top;
}

.about-table__bottom {
  padding-bottom: 45px;
  color: #5a5858;
  font-family: "Noto Sans JP", sans-serif;
}

.about-td__orenge {
  font-size: 18px;
  font-weight: bold;
  color: #fe9b4b;
  font-family: "Hiragino Kaku Std", "ヒラギノ角ゴ Std W7", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.about-margin__top {
  margin-bottom: 20px !important;
}

.sp_br {
  display: none;
}

.message-wrap_ttx {
  text-align: center;
  margin: 0 auto;
}

.host-file__wrap p, .host-file__wrap ul li {
  font-size: 18px;
}

/*about レスポンシブ*/
@media screen and (max-width: 900px) {
  .host-file__wrap {
    padding-left: 5px;
  }
}
@media screen and (max-width: 800px) {
  .message-wrap h2 {
    font-size: 16px;
  }
  .host-file__wrap {
    padding-left: 0px;
  }
  .host-file__wrap ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .message-wrap h2 {
    font-size: 15px;
  }
  .message-wrap_ttx {
    padding-left: 50px;
    padding-right: auto;
    padding-bottom: 130px;
    text-align: left;
  }
  #message {
    padding-left: 50px;
    padding-right: 0px;
  }
  .host-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .host-img {
    margin-bottom: -140px;
    margin-left: 110px;
    height: 675px;
  }
  .host-content {
    margin-left: 0;
  }
  .host-file {
    text-align: left;
    margin-left: 110px;
    width: 70%;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
  }
  .host-file__wrap {
    padding-left: 0;
  }
  #company {
    padding-left: 50px;
    padding-right: 50px;
  }
  #host {
    padding-bottom: 300px;
  }
  .about-table {
    margin-top: 160px;
    margin-bottom: 150px;
    margin-left: 50px;
    font-size: 18px;
    width: 80%;
  }
  .about-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
  }
  .about-table td {
    padding: 0px;
  }
  .about-td__orenge {
    padding: 0;
  }
  .sp_br {
    display: block;
  }
  .host-file__wrap ul li {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .message-wrap h2 {
    font-size: 12px;
  }
  .circle-left {
    font-size: 40px;
    font-weight: bold;
    margin-right: 10px;
    color: #5a5858;
  }
  .circle-right {
    font-size: 40px;
    font-weight: bold;
    margin-left: 10px;
    color: #5a5858;
  }
  .v-center {
    margin-top: -20px;
  }
  .host-img {
    height: 675px;
    background: url(./img/okuno.png) no-repeat center top;
    width: 80%;
    margin-left: 30px;
  }
  .host-file {
    margin-left: 30px;
    width: 80%;
  }
  #company {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 450px) {
  .message-wrap h2 {
    font-size: 10px;
  }
  .v-center {
    margin-top: -15px;
  }
  .circle-left {
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
    color: #5a5858;
  }
  .circle-right {
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
    color: #5a5858;
  }
  .about-table {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .host-file__wrap p, .host-file__wrap ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .message-wrap h2 {
    margin-top: 0px;
  }
}
/* makeQR */
#qr-fv {
  margin-top: 100px;
  margin-bottom: 40px;
}

#qr_det {
  max-width: 1300px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#qr_det .indexWrap {
  width: 100%;
  padding: 1em;
  margin-top: 40px;
}
#qr_det p {
  font-size: 18px;
}
#qr_det label {
  color: #5a5858;
  font-size: 20px;
  margin-bottom: 0.6em;
}
#qr_det label span {
  background-color: #ff0000;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 0.1em 0.6em;
}
#qr_det input {
  margin-bottom: 0.4em;
}
#qr_det #disp_encode_url {
  margin: 0.4em 0;
}
#qr_det #disp_qrcode {
  margin-top: 1em;
  text-align: center;
}

.qr-fv__img {
  background: url(./img/qr-banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1287px;
  height: 340px;
  text-align: center;
  margin: 0 auto;
}

.indexWrap h2 {
  font-size: 30px;
  padding-left: 15px;
  border-left: solid 10px #f09600;
}

.indexWrap {
  padding: 0 85px;
  text-align: left;
}

.qr_det {
  max-width: 1210px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.qr-text__wrap {
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 15px;
}

.qr-text__wrap p {
  margin-bottom: 15px;
}

.red {
  color: #ef0606;
}

.qr-step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 0px;
}

.qr-step1 {
  background: url(./img/qr-img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 450px;
  height: 180px;
  margin-right: 10px;
}

.qr-step2 {
  background: url(./img/qr-img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 710px;
  height: 655px;
}

.qr-second__wrap p {
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: "Hiragino Kaku Std", "ヒラギノ角ゴ Std W7", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.qr-second__box {
  margin-left: 15px;
}

.qr-section__top {
  margin-top: 100px !important;
}

label.control-label {
  margin-bottom: 5px !important;
  font-size: 17px;
}

.control-label span {
  background-color: #ef0606;
  color: #fff;
  padding: 3px 5px;
}

.show {
  margin-top: 5px !important;
  line-height: 1.7;
}

.btWrap {
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 20px auto 80px;
}
.btWrap #mk_qr_code, .btWrap #qr_download {
  color: #fff;
  font-weight: 800;
  -webkit-transition: 1s;
  transition: 1s;
}
.btWrap #qr_download {
  margin-top: 2em;
  background-color: #ed5c1e;
}

#website, #utm_source, #utm_medium, #utm_campaign, #utm_term, #utm_content {
  width: 560px !important;
}

.breadcrumb_center {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.breadcrumb-blog {
  font-size: 16px !important;
  margin-top: 200px;
  margin-bottom: 35px;
  background-color: #fff !important;
  text-align: left !important;
}

.breadcrumb-blog a {
  color: rgba(170, 170, 170, 0.6666666667) !important;
}

.qrWrap {
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .qr-step2 {
    height: 300px;
  }
  .qr-fv__img {
    height: 290px;
  }
  #qr-fv {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .breadcrumb_center {
    padding: 1em;
  }
  .breadcrumb-blog {
    margin-top: 100px;
  }
  .qr-step__box {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .qr-step2 {
    height: 280px;
  }
  .qr-fv__img {
    height: 200px;
    margin-top: 50px;
  }
  .btWrap {
    margin: 20px auto 60px;
  }
  #qr-fv {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .qr-text__wrap, .qr-second__box {
    margin-left: 0;
  }
  .qr-second__wrap p {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .qrWrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .qr-step2 {
    height: 270px;
  }
  .breadcrumb-blog {
    margin-top: 80px;
  }
  .qr-fv__img {
    height: 180px;
  }
  .qr-step__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
  #qr-fv {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .qr-fv__img {
    height: 150px;
  }
  #qr_det .indexWrap {
    margin-top: 0px;
  }
}
@media screen and (max-width: 400px) {
  .qr-step2 {
    height: 250px;
  }
  .breadcrumb-blog {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .qr-fv__img {
    height: 120px;
  }
  .btWrap {
    margin-bottom: 60px;
  }
  .indexWrap h2 {
    font-size: 26px;
  }
  #qr_det p {
    font-size: 16px;
  }
}
/*ブログ記事*/
.header-gray {
  color: #aaaaaa !important;
  margin-top: 50px;
}

.blog-page__content {
  margin-bottom: 90px;
}

.page-fv {
  background-color: #fff;
  height: 250px;
  padding-left: 70px;
  padding-right: 70px;
}

.blog-work__title {
  color: #5a5858;
  letter-spacing: 0.1em;
  font-size: 40px;
  text-align: center;
  margin: 70px auto 80px;
  font-family: "小塚ゴシック Pr6n", "Kozuka Gothic Pr6n", sans-serif;
  font-weight: 500;
}

/* 13投稿以上で現れるpagenation*/
.page-navi {
  height: 100px;
  margin-top: 34px;
  margin-bottom: 75px;
}

.pagination a, .pagination a {
  width: 60px;
  height: 60px !important;
  margin: 0 3px;
  padding: 14px 11px !important;
}

.page-numbers, .next, .page-numbers {
  width: 60px;
  height: 60px !important;
  padding: 14px 11px !important;
  border: solid 1px #707070;
  font-size: 26px !important;
}

.pagination span {
  font-size: 26px !important;
}

.pagination .next.page-numbers:after {
  content: "＞";
  color: #707070;
}

.contact-fv {
  background-color: #f3f3f3 !important;
  height: 400px;
  padding-top: 60px;
}

.contact-header {
  padding-top: 200px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.contact-title__center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.contact_under_ttl {
  display: none;
}

/*ブログレスポンシブ*/
@media screen and (max-width: 768px) {
  .title_clumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 0 auto;
  }
  .contact-header {
    padding-top: 80px;
  }
  .contact-header {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact_under_ttl {
    display: block;
    color: #fff;
    font-size: 47px;
    font-family: "HiraKaku Std", sans-serif;
    font-weight: bold;
    letter-spacing: 0.3em;
    margin-top: -70px;
    margin-left: 20px;
  }
  .blog-page__content {
    margin-bottom: 40px;
  }
  .blog-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .contact-header {
    padding-right: 14px;
    padding-left: 14px;
  }
  .contact_under_ttl {
    font-size: 28px;
    margin-top: -53px;
  }
  .contact-header {
    padding-top: 30px;
  }
}
/* work list*/
#work-head {
  max-width: 1300px;
  text-align: center;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}

.work-box__title {
  text-align: left;
  color: #5a5858;
  font-family: "Hiragino Kaku Std", "ヒラギノ角ゴ Std W7", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.work-title__left {
  text-decoration: none;
  font-size: 33px;
  line-height: 1.3;
  border: none;
  margin-bottom: 20px;
  font-weight: bold;
}

.work-line__left {
  text-align: left;
  margin-left: 5px;
}

.price-title {
  font-size: 20px;
  font-weight: bold;
}

.work-title__exp {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
}

#work-wrap {
  padding: 0 70px;
  text-align: center;
  margin: 0 auto 100px;
}

.work-wrap__box {
  max-width: 1300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 30px;
}

.box-width {
  max-width: 370px;
  width: 100%;
  max-height: 620px;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 70px;
}

.work-text {
  text-align: left;
  font-weight: 500;
  width: 100%;
  max-width: 370px;
  line-height: 1.94;
  height: 150px;
}

.work-tit {
  margin: 30px auto 20px;
  font-size: 18px;
  font-weight: 900;
  font-family: "小塚ゴシック Pr6n", "Kozuka Gothic Pr6n", sans-serif;
}

.imgWrap {
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: 300px;
}

.work-submit {
  max-width: 350px;
  width: 100%;
}

.work-submit:after {
  left: 330px;
}

.work-orenge {
  color: #fe9b4b;
}

.work-sp_br {
  display: none;
}

.work-ssp_br {
  display: none;
}

/* work レスポンシブ*/
@media screen and (max-width: 1050px) {
  .box-width {
    width: 40%;
  }
  .work-text {
    height: 200px;
  }
  .work-sp_br {
    display: block;
  }
  .work-tit {
    line-height: 1.38;
    font-weight: 900;
  }
}
@media screen and (max-width: 768px) {
  .work-submit {
    display: none;
  }
  .work-text {
    display: none;
  }
  .box-width {
    margin-bottom: 70px;
  }
  #work-head {
    padding-left: 35px;
    padding-right: 35px;
  }
  .breadcrumb_center {
    display: none;
  }
  .work-title__exp {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .work-tit {
    font-size: 16px;
  }
  .work-title__exp {
    font-size: 18px;
  }
  .work-ssp_br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .work-submit {
    margin-top: 20px !important;
  }
  .work-text {
    height: 170px;
  }
  .work-tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .work-title__exp {
    font-size: 16px;
  }
  .box-width {
    margin-bottom: 40px;
  }
  .work-tit {
    font-size: 12px;
  }
}
/* work 個別ページ*/
.work-site__wrap {
  text-align: center;
  margin: 0 auto 100px;
}

.site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 70px;
}

.site-content__left, .site-content__right {
  width: 50%;
  max-width: 545px;
}

.site-content h5 {
  font-size: 26px;
  font-weight: bold;
  font-family: "Hiragino Kaku Std", "ヒラギノ角ゴ Std W7", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  text-align: center;
  margin: 50px auto;
}

.site-left__text {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.site-right__text {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  grid-row-gap: 20px;
  grid-column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
  list-style: none;
}

.site-content__right p {
  background-color: #fe9b4b;
  color: #fff;
  text-align: center;
  line-height: 2;
}

.img-site__Wrap {
  padding-top: 56px;
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
  height: 100%;
  min-height: 190px;
  max-height: 660px;
  text-align: center;
  background: -webkit-linear-gradient(90deg, rgb(226, 226, 226), rgb(248, 248, 248));
}

.work-image_thum {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}

.work-title {
  font-size: 31px;
  color: #5a5858;
  text-align: left;
  position: relative;
  padding-top: 20px;
  padding-left: 130px;
  padding-bottom: 20px;
  max-width: 1300px;
}

.work-title::after {
  position: absolute;
  top: 2%;
  left: 8%;
  content: "";
  width: 10px;
  height: 100px;
  background-color: #fe9b4b;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 10px;
  padding-top: 40px;
  padding-bottom: 25px;
  padding-left: 102px;
}

.work-site__box {
  margin-top: -190px;
}

.work-width, .site-content {
  max-width: 1300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.work-title__br {
  display: none;
}

@media screen and (max-width: 1270px) {
  .work-title {
    max-width: 800px;
    padding-left: 60px;
  }
  .work-title::after {
    left: 5%;
  }
  .vertical-rl {
    padding-left: 37px;
  }
}
@media screen and (max-width: 768px) {
  .work-title {
    max-width: 600px;
    padding-left: 60px;
    font-size: 26px;
    padding-bottom: 10px;
  }
  .work-title::after {
    left: 5%;
  }
  .img-site__Wrap {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .vertical-rl {
    padding-left: 30px;
    padding-top: 50px;
  }
  .page-fv {
    padding-left: 30px;
    padding-right: 30px;
  }
  .work-text {
    line-height: 1.4;
  }
  .site-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-content h5 {
    font-size: 24px;
  }
  .site-left__text {
    font-size: 16px;
  }
  .site-content h5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .work-title {
    font-size: 20px;
    padding-left: 40px;
  }
  .work-title::after {
    height: 85px;
    left: 3%;
  }
  .img-site__Wrap {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .breadcrumb-blog {
    font-size: 12px !important;
  }
  .page-fv {
    padding-left: 14px;
    padding-right: 14px;
  }
  .work-title__left {
    font-size: 26px;
  }
  .vertical-rl {
    display: block;
    padding-left: 14px;
  }
  .site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-content__left, .site-content__right {
    width: 100%;
    max-width: 545px;
  }
}
@media screen and (max-width: 440px) {
  .work-title {
    padding-bottom: 1px;
    line-height: 1.3;
  }
  .work-title__left {
    font-size: 22px;
  }
  .vertical-rl {
    display: none;
  }
  .work-site__box {
    margin-top: 0px;
  }
  .work-title__br {
    display: block;
  }
  .work-title::after {
    top: 17%;
    height: 70px;
  }
}
@media screen and (max-width: 360px) {
  .breadcrumb-blog {
    font-size: 10px !important;
  }
  .work-title__left {
    font-size: 19px;
  }
}
/* 背景文字　ヘッダー画像*/
.header-filter-gradient {
  background: #f3f3f3 !important;
}

.container {
  position: relative;
}

.header-title {
  position: absolute;
  top: 10%;
  right: 0;
  font-family: "HiraKaku Std", sans-serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.7em;
  display: inline-block;
  overflow: hidden;
}

.header-wrap__title {
  margin: 0 auto;
  font-size: 65px;
  text-align: center;
  white-space: nowrap;
  max-width: 1300px;
  width: 100%;
}

.header-title span {
  margin-right: -0.7em;
  z-index: 1;
}

.page-header.header-small .container {
  padding-top: 210px !important;
  padding-bottom: 70px !important;
}

.under_ttl {
  display: none;
}

/* 背景白のヘッダー*/
.header-white {
  background-color: #fff !important;
}

.ttl-color__gray {
  color: #aaaaaa;
}

.ttl-color__wht {
  color: #fff;
}

.work-page__fv {
  height: 450px;
}

.page-title {
  font-size: 42px;
  line-height: 0.8em;
  letter-spacing: 0.2em;
  color: #5a5858;
  font-weight: 700;
  font-family: "小塚ゴシック Pr6n", "Kozuka Gothic Pr6n", sans-serif;
}

.page_line {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-title {
    display: none;
  }
  .under_ttl {
    display: block;
    font-size: 47px;
    font-family: "HiraKaku Std", sans-serif;
    font-weight: bold;
    letter-spacing: 0.7em;
    margin-top: -53px;
    margin-left: 30px;
  }
  .page_line {
    display: block;
    font-size: 47px;
    font-family: "HiraKaku Std", sans-serif;
    font-weight: bold;
    letter-spacing: 0.3em;
    margin-top: -16px;
  }
  .hestia-title {
    font-size: 41px !important;
  }
  .header-title__sp {
    display: block;
    color: #fff;
    font-size: 47px;
    letter-spacing: 1.85;
  }
  .page-header.header-small .container {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }
  #breadcrumbs {
    display: none;
  }
  .work-page__fv {
    height: 330px;
  }
}
@media screen and (max-width: 400px) {
  .under_ttl {
    font-size: 28px;
    margin-top: -35px;
    margin-left: 23px;
  }
  .hestia-title {
    font-size: 25px !important;
  }
  .page-title {
    font-size: 30px;
  }
  .page_line {
    font-size: 28px;
    margin-top: -10px;
  }
  .work-page__fv {
    height: 230px;
  }
  .price-title {
    font-size: 16px;
  }
  #work-head {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* パンクズ*/
.breadcrumb {
  font-size: 16px !important;
  margin-top: 0px;
  margin-bottom: 80px;
  background-color: transparent;
  text-align: left !important;
}

.page-header, .container, .breadcrumb a {
  color: #aaaaaa !important;
}

.breadcrumb_last {
  color: #5a5858 !important;
}

.author {
  color: #707070 !important;
}

.single-post-wrap, .entry-content {
  color: #313336 !important;
}

.cfs-hyperlink {
  color: #5a5858 !important;
  display: block;
}

.cfs-hyperlink:hover {
  text-decoration: none;
}

.contact-button a {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/*page_work a*/
.imgWrap a {
  text-decoration: none;
  display: block;
}

/*ハンバーガーメニューの背景*/
.navbar-toggle, .navbar-toggle:hover {
  background-color: #fff !important;
}

.sp_twitter, .sp_facebook, .sp_instagram {
  color: #5a5858;
  font-size: 16px !important;
}

.nav-under__bar {
  color: #5a5858 !important;
}