@charset "UTF-8";
/*
Theme Name:オリジナルテーマ
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
* {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pc {
  display: block;
}
@media (max-width: 800px) {
  #pc {
    display: none;
  }
}

#sp {
  display: none;
}
@media (max-width: 800px) {
  #sp {
    display: block;
  }
}

#menu-pc {
  display: block;
}
@media (max-width: 1400px) {
  #menu-pc {
    display: none;
  }
}

#menu-sp {
  display: none;
}
@media (max-width: 1400px) {
  #menu-sp {
    display: block;
  }
}

.fixed-logo {
  position: fixed;
  top: 1.2%;
  z-index: 999;
  left: 2%;
}
.fixed-logo img {
  width: 60px;
}

.br {
  display: none;
}
@media (max-width: 800px) {
  .br {
    display: block;
  }
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .btn {
  display: inline-block;
  border: 1px solid;
  position: relative;
  background: #fff;
  color: #f6ab3a;
  border: 2px solid #f6ab3a;
  padding: 1rem 6rem 1rem 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-wrap .btn:after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 7px;
  height: 18px;
  top: 50%;
  right: 2.5rem;
  -webkit-box-shadow: 2px -2px 0 #fff;
          box-shadow: 2px -2px 0 #fff;
  border-top: solid 2px #f6ab3a;
  border-right: solid 2px #f6ab3a;
  -webkit-transform: translateY(-50%) rotate(45deg) skewX(-45deg);
          transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}
.btn-wrap .btn:hover:after {
  right: 5px;
  height: 40px;
}

.title {
  text-align: left;
  font-size: 2.5rem;
  color: #444;
  position: relative;
  overflow: hidden;
  padding: 1rem 10rem;
  border-top: 6px solid #340e0e;
  border-bottom: 6px solid #340e0e;
  background: #fff;
}
@media (max-width: 800px) {
  .title {
    padding: 0.5rem 3rem 0.5rem 4rem;
    font-size: 2rem;
  }
}

.title:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #340e0e;
}
@media (max-width: 800px) {
  .title:before {
    left: -152px;
  }
}

.title span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
@media (max-width: 800px) {
  .title span {
    font-size: 2rem;
  }
}

.contact-title {
  margin-bottom: 3rem;
}

#contact {
  text-align: center;
}

.title-m-1 {
  margin: 2rem 0 3rem 8rem;
}
@media (max-width: 800px) {
  .title-m-1 {
    margin: 0rem 0 1rem 2rem;
  }
}

.title-m-2 {
  margin: 2rem 0 3rem 25rem;
}
@media (max-width: 800px) {
  .title-m-2 {
    margin: 0rem 0 1rem 2rem;
  }
}

.title-m-3 {
  margin: 2rem 0 3rem 13rem;
}
@media (max-width: 800px) {
  .title-m-3 {
    margin: 0rem 0 1rem 2rem;
  }
}

.title-m-4 {
  margin: 2rem 0 3rem 6rem;
}
@media (max-width: 800px) {
  .title-m-4 {
    font-size: 1.5rem;
    margin: 0rem 0 1rem 2rem;
  }
}

.title-m-5 {
  margin: 2rem 0 3rem 20rem;
}
@media (max-width: 800px) {
  .title-m-5 {
    margin: 0rem 0 1rem 2rem;
  }
}

.orange {
  color: #ffb500;
}

.sub-title {
  font-size: 1.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.6705882353);
  padding: 3rem 0;
}
@media (max-width: 800px) {
  .sub-title {
    font-weight: 600;
    font-size: 0.9rem;
    padding: 3rem 1rem;
  }
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1%;
  bottom: 1%;
  background: #fff;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 999;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  z-index: 999;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #f6ab3a;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.inv-recaptcha-holder,
.grecaptcha-badge {
  display: none;
}

body header {
  padding: 1rem 0;
  border-bottom: 6px solid #340e0e;
}
body header .hd-wrap {
  border-radius: 5px;
  max-width: 1500px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
body header .hd-wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body header .hd-wrap a h1 img {
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 0.5rem;
}
body header .hd-wrap nav {
  color: #333;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body header .hd-wrap {
  /*ナビゲーションを横並びに*/
}
body header .hd-wrap nav ul {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 0;
  padding: 0 0.3rem;
}
body header .hd-wrap {
  /*2階層目以降は横並びにしない*/
}
body header .hd-wrap nav ul ul {
  display: block;
}
body header .hd-wrap {
  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
}
body header .hd-wrap nav ul li {
  position: relative;
}
body header .hd-wrap {
  /*ナビゲーションのリンク設定*/
}
body header .hd-wrap nav ul li a {
  font-size: 1rem;
  display: block;
  text-decoration: none;
  color: #f6ab3a;
  padding: 20px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header .hd-wrap nav ul li li a {
  padding: 10px 35px;
}
body header .hd-wrap nav ul li a:hover {
  color: #eee;
}
body header .hd-wrap {
  /*==矢印の設定*/
  /*2階層目を持つliの矢印の設定*/
  /*== 2・3階層目の共通設定 */
  /*下の階層を持っているulの指定*/
}
body header .hd-wrap nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 85px;
  z-index: 4;
  /*形状を指定*/
  background: #f6ab3a;
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header .hd-wrap {
  /*hoverしたら表示*/
}
body header .hd-wrap nav li.has-child:hover > ul,
body header .hd-wrap nav li.has-child ul li:hover > ul,
body header .hd-wrap nav li.has-child:active > ul,
body header .hd-wrap nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
body header .hd-wrap {
  /*ナビゲーションaタグの形状*/
}
body header .hd-wrap nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
body header .hd-wrap nav li.has-child ul li:last-child a {
  border-bottom: none;
}
body header .hd-wrap nav li.has-child ul li a:hover,
body header .hd-wrap nav li.has-child ul li a:active {
  background: #fff;
  color: #340e0e;
}
body header .hd-wrap {
  /*==3階層目*/
  /*3階層目の位置*/
}
body header .hd-wrap nav li.has-child ul ul {
  top: 0;
  left: 182px;
  background: #66ADF5;
}
body header .hd-wrap nav li.has-child ul ul li a:hover,
body header .hd-wrap nav li.has-child ul ul li a:active {
  background: #448ED3;
}
body .slider-wrap {
  position: relative;
  margin: 0;
}
body .slider-wrap #slider {
  width: 100%;
  height: 100vh;
}
body .slider-wrap .concept-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
body .slider-wrap .concept-wrap img {
  border-radius: 10px;
  background-color: rgba(246, 171, 58, 0.9294117647);
  position: absolute;
  width: 56%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  body .slider-wrap .concept-wrap img {
    width: 90%;
  }
}
body .slider-wrap .insta-link {
  position: absolute;
  left: 3.3%;
  bottom: 11%;
}
@media (max-width: 800px) {
  body .slider-wrap .insta-link {
    left: 3.5%;
    bottom: 8.5%;
  }
}
body .slider-wrap .insta-link .insta {
  width: 215px;
}
@media (max-width: 800px) {
  body .slider-wrap .insta-link .insta {
    width: 135px;
  }
}
body .slider-wrap .insta-link .click {
  width: auto;
}
@media (max-width: 800px) {
  body .slider-wrap .insta-link .click {
    width: 17%;
  }
}
body .slider-wrap .reshop-link {
  position: absolute;
  left: 4%;
  bottom: 8%;
}
@media (max-width: 800px) {
  body .slider-wrap .reshop-link {
    left: 5%;
    bottom: 6.5%;
  }
}
body .slider-wrap .reshop-link .reshop {
  width: 250px;
}
@media (max-width: 800px) {
  body .slider-wrap .reshop-link .reshop {
    width: 180px;
  }
}
body .slider-wrap .reshop-link .click {
  width: auto;
  padding-left: 3px;
}
@media (max-width: 800px) {
  body .slider-wrap .reshop-link .click {
    width: 14%;
  }
}
body .slider-wrap .hapisum-link {
  position: absolute;
  left: 3%;
  bottom: 1%;
}
@media (max-width: 800px) {
  body .slider-wrap .hapisum-link {
    left: 2%;
    bottom: 0.5%;
  }
}
body .slider-wrap .hapisum-link .hapisum {
  width: 200px;
}
@media (max-width: 800px) {
  body .slider-wrap .hapisum-link .hapisum {
    width: 140px;
  }
}
body .slider-wrap .hapisum-link .click {
  width: auto;
  padding-left: 3px;
}
@media (max-width: 800px) {
  body .slider-wrap .hapisum-link .click {
    width: 17%;
  }
}
body .content-wrap_top section {
  width: 100%;
  padding: 3rem 0;
  margin: auto;
  background-color: #999;
}
body .content-wrap_top {
  /*========= SEC ===============*/
}
body .content-wrap_top .greeting-wrap {
  background-image: url(../images/sec-1-bk.webp);
  background-size: cover;
  background-position-y: 96%;
}
body .content-wrap_top .greeting-wrap .greeting-box {
  background-color: rgba(255, 255, 255, 0.6705882353);
  padding: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  body .content-wrap_top .greeting-wrap .greeting-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body .content-wrap_top .greeting-wrap .greeting-box .left {
  width: 350px;
}
@media (max-width: 800px) {
  body .content-wrap_top .greeting-wrap .greeting-box .left {
    text-align: center;
  }
}
body .content-wrap_top .greeting-wrap .greeting-box .left img {
  -webkit-box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.41);
          box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.41);
  width: 100%;
}
@media (max-width: 800px) {
  body .content-wrap_top .greeting-wrap .greeting-box .left img {
    width: 50%;
  }
}
body .content-wrap_top .greeting-wrap .greeting-box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  body .content-wrap_top .greeting-wrap .greeting-box .right {
    margin-left: 0;
    padding: 1rem;
  }
}
@media (max-width: 800px) {
  body .content-wrap_top .greeting-wrap .greeting-box .right span {
    font-size: 1.5rem;
  }
}
body .content-wrap_top .greeting-wrap .greeting-box .right .greeting {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}
body .content-wrap_top .greeting-wrap .greeting-box .right .greeting:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 100px);
  width: 200px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #f6ab3a;
}
body .content-wrap_top .greeting-wrap .greeting-box .right .text {
  font-weight: 600;
  text-align: center;
}
@media (max-width: 800px) {
  body .content-wrap_top .greeting-wrap .greeting-box .right .text {
    font-size: 0.9rem;
  }
}
body .content-wrap_top .greeting-wrap .greeting-box .right .name {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}
body .content-wrap_top {
  /*========= SEC ===============*/
}
body .content-wrap_top .sec-1 {
  background-color: #fffaea;
  background-size: cover;
}
body .content-wrap_top .sec-1 .feature-box ul {
  margin: 5rem 0;
  padding: 0 15%;
  list-style: none;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul {
    margin: 2rem 0;
    padding: 0;
  }
}
body .content-wrap_top .sec-1 .feature-box ul li {
  -webkit-box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.41);
          box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.41);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: #340e0e solid;
  height: 100%;
  margin-bottom: 40px;
  background-color: #f8f8f8;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul li {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 8px;
    border-right: none;
    border-left: none;
    border-top: #340e0e solid;
    border-bottom: #340e0e solid;
  }
}
body .content-wrap_top .sec-1 .feature-box ul li .text_left {
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul li .text_left {
    padding: 0.5rem;
  }
}
body .content-wrap_top .sec-1 .feature-box ul li .text_left h3 {
  padding: 0 2rem;
  padding-bottom: 0.5rem;
  border-bottom: solid #ffb500;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul li .text_left h3 {
    text-align: center;
    padding: 0 0 0.3rem 0;
    font-weight: 600;
    font-size: 0.84rem;
    margin-bottom: 0;
  }
}
body .content-wrap_top .sec-1 .feature-box ul li .text_left h3 span {
  font-size: 2.5rem;
  color: #ffb500;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul li .text_left h3 span {
    display: block;
    text-align: center;
    font-size: 1.3rem;
  }
}
body .content-wrap_top .sec-1 .feature-box ul li .text_left .inner-text {
  padding: 2rem 1rem 0;
  text-align: left;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul li .text_left .inner-text {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
}
body .content-wrap_top .sec-1 .feature-box ul li .text_right {
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem;
  background-color: #f8f8f8;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul li .text_right {
    padding: 0.5rem;
  }
}
body .content-wrap_top .sec-1 .feature-box ul li .text_right h3 {
  padding: 0 2rem;
  padding-bottom: 0.5rem;
  border-bottom: solid #ffb500;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul li .text_right h3 {
    text-align: center;
    padding: 0 0 0.3rem 0;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0;
  }
}
body .content-wrap_top .sec-1 .feature-box ul li .text_right h3 span {
  font-size: 2.5rem;
  color: #ffb500;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul li .text_right h3 span {
    display: block;
    text-align: center;
    font-size: 1.3rem;
  }
}
body .content-wrap_top .sec-1 .feature-box ul li .text_right .inner-text {
  padding: 2rem 1rem 0;
  text-align: left;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-1 .feature-box ul li .text_right .inner-text {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
}
body .content-wrap_top {
  /*========= SEC ===============*/
}
body .content-wrap_top .sec-2 {
  background-color: #fffaea;
  background-size: cover;
}
body .content-wrap_top .sec-2 .google-kuchikokmi {
  margin: 3rem 0;
}
body .content-wrap_top .sec-2 .google-kuchikokmi .sagami,
body .content-wrap_top .sec-2 .google-kuchikokmi .machida,
body .content-wrap_top .sec-2 .google-kuchikokmi .atsugi {
  margin: 0 0 3em 15%;
  position: relative;
  z-index: 1;
  padding: 0 0.5rem;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-2 .google-kuchikokmi .sagami,
  body .content-wrap_top .sec-2 .google-kuchikokmi .machida,
  body .content-wrap_top .sec-2 .google-kuchikokmi .atsugi {
    margin: 0 0 9rem 0;
  }
}
body .content-wrap_top .sec-2 .google-kuchikokmi .sagami .sagami-bnr,
body .content-wrap_top .sec-2 .google-kuchikokmi .sagami .machida-bnr,
body .content-wrap_top .sec-2 .google-kuchikokmi .sagami .atsugi-bnr,
body .content-wrap_top .sec-2 .google-kuchikokmi .machida .sagami-bnr,
body .content-wrap_top .sec-2 .google-kuchikokmi .machida .machida-bnr,
body .content-wrap_top .sec-2 .google-kuchikokmi .machida .atsugi-bnr,
body .content-wrap_top .sec-2 .google-kuchikokmi .atsugi .sagami-bnr,
body .content-wrap_top .sec-2 .google-kuchikokmi .atsugi .machida-bnr,
body .content-wrap_top .sec-2 .google-kuchikokmi .atsugi .atsugi-bnr {
  width: 45%;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-2 .google-kuchikokmi .sagami .sagami-bnr,
  body .content-wrap_top .sec-2 .google-kuchikokmi .sagami .machida-bnr,
  body .content-wrap_top .sec-2 .google-kuchikokmi .sagami .atsugi-bnr,
  body .content-wrap_top .sec-2 .google-kuchikokmi .machida .sagami-bnr,
  body .content-wrap_top .sec-2 .google-kuchikokmi .machida .machida-bnr,
  body .content-wrap_top .sec-2 .google-kuchikokmi .machida .atsugi-bnr,
  body .content-wrap_top .sec-2 .google-kuchikokmi .atsugi .sagami-bnr,
  body .content-wrap_top .sec-2 .google-kuchikokmi .atsugi .machida-bnr,
  body .content-wrap_top .sec-2 .google-kuchikokmi .atsugi .atsugi-bnr {
    max-width: 460px;
    width: 80%;
    left: 50%;
    top: 115%;
  }
}
body .content-wrap_top .sec-2 .google-text {
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-2 .google-text {
    padding: 1rem;
    font-size: 0.8rem;
  }
}
body .content-wrap_top {
  /*========= SEC ===============*/
}
body .content-wrap_top .sec-3 {
  background-image: url(../images/sec-3-bk.webp);
  background-size: cover;
}
body .content-wrap_top .sec-3 .const-wrap {
  max-width: 1500px;
  margin: auto;
}
body .content-wrap_top .sec-3 .const-wrap .const-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 6rem 0 2rem 0;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box {
    margin: 2rem 0 0 0;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-1 {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 260px;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-1 {
    width: 160px;
    height: 160px;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-1::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/const-kitchen.webp) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-1:hover::after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-1 a {
  border: inset 3px;
  background-color: rgba(0, 0, 0, 0.3215686275);
  font-size: 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-1 a {
    font-size: 1.5rem;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-2 {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 260px;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-2 {
    width: 160px;
    height: 160px;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-2::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/const-bathroom.webp) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-2:hover::after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-2 a {
  border: inset 3px;
  background-color: rgba(0, 0, 0, 0.3215686275);
  font-size: 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-2 a {
    font-size: 1.5rem;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-3 {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 260px;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-3 {
    width: 160px;
    height: 160px;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-3::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/const-toilet.webp) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-3:hover::after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-3 a {
  border: inset 3px;
  background-color: rgba(0, 0, 0, 0.3215686275);
  font-size: 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-3 a {
    font-size: 1.5rem;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-4 {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 260px;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-4 {
    width: 160px;
    height: 160px;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-4::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/const-washbasin.webp) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-4:hover::after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-4 a {
  border: inset 3px;
  background-color: rgba(0, 0, 0, 0.3215686275);
  font-size: 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-4 a {
    font-size: 1.5rem;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-5 {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 260px;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-5 {
    width: 160px;
    height: 160px;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-5::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/const-interior.webp) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-5:hover::after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-5 a {
  border: inset 3px;
  background-color: rgba(0, 0, 0, 0.3215686275);
  font-size: 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-5 a {
    font-size: 1.5rem;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-6 {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 260px;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-6 {
    width: 160px;
    height: 160px;
  }
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-6::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/const-wall.webp) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-6:hover::after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-6 a {
  border: inset 3px;
  background-color: rgba(0, 0, 0, 0.3215686275);
  font-size: 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-3 .const-wrap .const-box .const-item-6 a {
    font-size: 1.5rem;
  }
}
body .content-wrap_top .sec-4 {
  background-color: #fffaea;
  background-size: cover;
}
body .content-wrap_top .sec-4 .flow-wrap {
  padding-top: 5rem;
  margin: auto;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-4 .flow-wrap {
    padding: 5rem 0 0 0;
  }
}
body .content-wrap_top .sec-4 .flow-wrap .flow-item {
  -webkit-box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.41);
          box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.41);
  margin-bottom: 3rem;
  background-color: #fff;
  border: inset #340e0e 5px;
  width: 70%;
  margin: 0 auto 3rem;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-4 .flow-wrap .flow-item {
    width: 96%;
    margin: 0 auto 3rem;
  }
}
body .content-wrap_top .sec-4 .flow-wrap .flow-item h3 {
  width: 52%;
  min-width: 52%;
  position: relative;
  margin: -37px 0 1rem -10px;
  padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #340e0e;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-4 .flow-wrap .flow-item h3 {
    font-size: 1.2rem;
    width: 94%;
    min-width: 94%;
  }
}
body .content-wrap_top .sec-4 .flow-wrap .flow-item h3 span {
  margin-right: 0.5rem;
  font-size: 2.3rem;
  color: #ffb500;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-4 .flow-wrap .flow-item h3 span {
    font-size: 1.5rem;
  }
}
body .content-wrap_top .sec-4 .flow-wrap .flow-item h3:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #340e0e;
  border-left: 10px solid transparent;
}
body .content-wrap_top .sec-4 .flow-wrap .flow-item p {
  font-weight: 600;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-4 .flow-wrap .flow-item p {
    font-size: 1rem;
    padding: 0.5rem;
    font-size: 0.8rem;
  }
}
body .content-wrap_top .sec-4 .flow-wrap img {
  width: 35px;
  display: block;
  margin: 2rem auto;
}
body .content-wrap_top .sec-5 {
  background-image: url(../images/sec-5-bk.webp);
  background-size: cover;
}
body .content-wrap_top .sec-5 .company-wrap {
  margin: 4rem 0;
}
body .content-wrap_top .sec-5 .company-wrap .company-box {
  margin: auto;
}
body .content-wrap_top .sec-5 .company-wrap .company-box .company {
  width: 70%;
  margin: auto;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-5 .company-wrap .company-box .company {
    text-align: center;
    width: 95%;
  }
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-5 .company-wrap .company-box tbody {
    display: inline-block;
  }
}
body .content-wrap_top .sec-5 .company-wrap .company-box .company th,
body .content-wrap_top .sec-5 .company-wrap .company-box .company td {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-5 .company-wrap .company-box .company th,
  body .content-wrap_top .sec-5 .company-wrap .company-box .company td {
    padding: 8px;
  }
}
@media (max-width: 800px) {
  body .content-wrap_top .sec-5 .company-wrap .company-box tbody {
    display: inline-block;
  }
}
body .content-wrap_top .sec-5 .company-wrap .company-box .company th {
  color: #fff;
  font-weight: bold;
  background-color: #f6ab3a;
}
@media screen and (max-width: 767px) {
  body .content-wrap_top .sec-5 .company-wrap .company-box .company,
  body .content-wrap_top .sec-5 .company-wrap .company-box .company tr,
  body .content-wrap_top .sec-5 .company-wrap .company-box .company td,
  body .content-wrap_top .sec-5 .company-wrap .company-box .company th {
    display: block;
  }
  body .content-wrap_top .sec-5 .company-wrap .company-box .company th {
    width: auto;
  }
}
body .contact-box {
  padding: 2rem 0;
  width: 90%;
  margin: auto;
}
body .contact-box .wpcf7-form {
  text-align: center;
}
body .contact-box .wpcf7-form .error .wpcf7-not-valid-tip {
  display: none;
}
body .contact-box .wpcf7-form .error .error-message {
  margin-bottom: 2rem;
  color: red;
  display: none;
}
body .contact-box .wpcf7-form .error:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}
body .contact-box .wpcf7-form input,
body .contact-box .wpcf7-form textarea {
  width: 100%;
  border: #f6ab3a solid 2px;
}
@media (max-width: 800px) {
  body .contact-box .wpcf7-form input,
  body .contact-box .wpcf7-form textarea {
    width: 90%;
  }
}
body .contact-box .wpcf7-form .wpcf7-spinner {
  display: none;
}
body .contact-box .wpcf7-form .wpcf7-submit {
  color: #333;
  padding: 1rem;
  width: 200px;
  background: #fff;
}
@media (max-width: 800px) {
  body .contact-box .wpcf7-form .wpcf7-submit {
    width: 60%;
  }
}
body .contact-box .wpcf7-form label,
body .contact-box .wpcf7-form p {
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
body .contact-box .wpcf7-form label .form-required,
body .contact-box .wpcf7-form p .form-required {
  display: inline-block;
  color: red;
  font-size: 0.8rem;
  padding: 0.1rem;
  border: solid red 1px;
  margin: 0.2rem 0.5rem;
  border-radius: 5px;
}
body .contact-box .wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (max-width: 800px) {
  body .contact-box .wpcf7-form .wpcf7-form-control-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 800px) {
  body .contact-box .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .contact-box .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox,
body .contact-box .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}
@media (max-width: 800px) {
  body .contact-box .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox,
  body .contact-box .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body .contact-box .wpcf7-form span.wpcf7-list-item {
  text-align: start;
  position: relative;
}
@media (max-width: 800px) {
  body .contact-box .wpcf7-form span.wpcf7-list-item {
    width: 300px;
    padding-left: 0rem;
  }
}
body .contact-box .wpcf7-form .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  color: #000;
  cursor: pointer;
  font-size: 16px;
  margin-right: 2rem;
}
body .contact-box .wpcf7-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}
body .contact-box .wpcf7-form input[type=radio] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}
body .contact-box .wpcf7-form .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: #f6ab3a solid 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 0.5rem;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
body .contact-box .wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after,
body .contact-box .wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/check-icon.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 800px) {
  body .contact-box .wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after,
  body .contact-box .wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label:after {
    left: 0px;
  }
}
body .contact-box .wpcf7-form .privacy-box {
  width: 500px;
  margin: 1rem auto;
  width: 50%;
  padding: 1rem;
  background-color: #fff;
  max-height: 100px;
  overflow-y: scroll;
}
@media (max-width: 800px) {
  body .contact-box .wpcf7-form .privacy-box {
    width: 60%;
    padding: 1rem;
  }
}
body .contact-box .contact-text {
  margin-top: 3rem;
}
@media (max-width: 800px) {
  body .contact-box .contact-text {
    padding: 0 1rem 0;
    font-size: 0.8em;
  }
}
body .contact-box .contact-text a {
  text-decoration: none;
  color: #333;
  margin-top: 0.3rem;
  display: block;
}
body .contact-box .inv-recaptcha-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .contact-box .privacy-btn {
  max-height: 0;
}
body .contact-box .privacy-btn .wpcf7-list-item {
  text-align: start;
  margin-top: 0.5rem;
  margin: 0 0 2rem 0;
}
body .contact-box .privacy-btn .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  body .contact-box .privacy-btn .wpcf7-list-item label {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body .contact-box .privacy-btn .wpcf7-list-item label input {
  width: 15px;
}
body .contact-box .privacy-btn .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 0.5rem;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
body .content-wrap .list {
  margin: auto;
  max-width: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .content-wrap .list .post-item {
  background-color: #A48974;
  max-width: 250px;
  min-width: 250px;
  margin: 1em;
  border: solid 1px #666;
  display: inline-block;
}
body .content-wrap .list .post-item a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}
body .content-wrap .list .post-item .fit-content {
  background-color: #fff;
  max-width: 250px;
  height: 150px;
  margin: auto;
}
body .content-wrap .list .post-item .fit-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body .content-wrap .list .post-item .post-content .day {
  margin: 0.5rem;
  color: #fff;
  font-size: 0.8em;
}
body .content-wrap .list .post-item .post-content .news-title {
  text-align: center;
  margin: 1rem 0;
}
body .content-wrap .list .post-item .post-content .news-title a {
  color: #fff;
  text-decoration: none;
}
body .content-wrap .list .pagenation {
  min-width: 100%;
  text-align: center;
  margin: 4em 0;
}
body .content-wrap .list .pagenation .page-numbers {
  text-decoration: none;
  color: #666;
  font-size: 1.3em;
  padding: 0 0.5em;
}
body #detail .detail-content {
  width: 80%;
  margin: 2rem auto;
}
@media (max-width: 800px) {
  body #detail .detail-content {
    width: 90%;
  }
}
body #detail .detail-content h2 {
  margin-top: 100px;
  text-align: center;
  font-size: 1.5em;
}
@media (max-width: 800px) {
  body #detail .detail-content h2 {
    margin-top: 100px;
  }
}
body #detail .detail-content time {
  display: block;
  text-align: left;
  padding-left: 10em;
}
@media (max-width: 800px) {
  body #detail .detail-content time {
    padding: 1em;
  }
}
body #detail .detail-content .post-body {
  margin: 4rem 0;
}
body #detail .detail-content .post-body p {
  text-align: center;
}
@media (max-width: 800px) {
  body #detail .detail-content .post-body p {
    padding: 1em;
  }
}
body #detail .detail-content .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
body #detail .detail-content .nav-links a {
  text-decoration: none;
  color: #666;
  margin: 0 1em;
}
body footer {
  background-color: #fffaea;
  background-size: cover;
}
body footer .footer-info-wrap {
  padding: 3rem 0;
  width: 100%;
  background-color: #fff;
  border-top: 6px solid #340e0e;
  border-bottom: 6px solid #340e0e;
}
body footer .footer-info-wrap h2 {
  text-align: center;
  padding: 2rem 0;
}
body footer .footer-info-wrap .handling-maker-box {
  padding-bottom: 2rem;
  border-bottom: 3px solid #e8e8e8;
}
@media (max-width: 800px) {
  body footer .footer-info-wrap .handling-maker-box {
    padding-bottom: 1rem;
  }
}
body footer .footer-info-wrap .handling-maker-box h3 {
  text-align: center;
}
body footer .footer-info-wrap .handling-maker-box img {
  display: block;
  width: 60%;
  margin: 2rem auto;
}
@media (max-width: 800px) {
  body footer .footer-info-wrap .handling-maker-box img {
    width: 90%;
    margin: 1rem auto;
  }
}
body footer .footer-info-wrap .service-area-box {
  padding-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  body footer .footer-info-wrap .service-area-box {
    padding-top: 2rem;
  }
}
body footer .footer-info-wrap .service-area-box h3 {
  text-align: center;
}
body footer .footer-info-wrap .service-area-box .service-area-table table {
  margin: auto;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 800px) {
  body footer .footer-info-wrap .service-area-box .service-area-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body footer .footer-info-wrap .service-area-box .service-area-table td {
  padding: 2rem 0;
  border: none;
}
@media (max-width: 800px) {
  body footer .footer-info-wrap .service-area-box .service-area-table td {
    padding: 1rem 0;
  }
}
body footer .footer-info-wrap .service-area-box .service-area-table .service-area-title {
  font-size: 1.3rem;
  font-weight: bold;
  min-width: 130px;
}
@media (max-width: 800px) {
  body footer .footer-info-wrap .service-area-box .service-area-table .service-area-title {
    text-align: center;
    min-width: none;
    width: 100%;
  }
}
@media (max-width: 800px) {
  body footer .footer-info-wrap .service-area-box .service-area-table .service-area-sub-title {
    border-top: unset;
    padding-top: 0;
    text-align: center;
    width: 100%;
    font-size: 0.9rem;
  }
}
body footer .footer-info-wrap .service-area-box .annotation {
  color: #F6AB3A;
}
@media (max-width: 800px) {
  body footer .footer-info-wrap .service-area-box .annotation {
    margin-top: 1rem;
    font-size: 0.8rem;
  }
}
body footer .footer-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../images/footer-contact.png);
  background-size: cover;
  padding: 3rem 0;
}
body footer .footer-contact-wrap .footer-contact-box {
  padding: 3rem;
  width: 80%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.76);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 800px) {
  body footer .footer-contact-wrap .footer-contact-box {
    width: 90%;
    padding: 2rem 1rem;
  }
}
@media (max-width: 800px) {
  body footer .footer-contact-wrap .footer-contact-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body footer .footer-contact-wrap .footer-contact-box .top h3 {
  text-align: center;
}
body footer .footer-contact-wrap .footer-contact-box .top p {
  text-align: center;
}
body footer .footer-contact-wrap .footer-contact-box .under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 1rem 0;
}
@media (max-width: 800px) {
  body footer .footer-contact-wrap .footer-contact-box .under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body footer .footer-contact-wrap .footer-contact-box .under .footer-tel-box {
  width: 350px;
  background-color: #fff;
  padding: 1.5rem;
  border: solid 1px #2d2d2d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 800px) {
  body footer .footer-contact-wrap .footer-contact-box .under .footer-tel-box {
    width: 280px;
  }
}
body footer .footer-contact-wrap .footer-contact-box .under .footer-tel-box p {
  text-align: center;
}
body footer .footer-contact-wrap .footer-contact-box .under .footer-tel-box a {
  font-size: 1.5rem;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  background-color: #F6AB3A;
}
@media (max-width: 800px) {
  body footer .footer-contact-wrap .footer-contact-box .under .footer-tel-box a {
    font-size: 1.3rem;
  }
}
body footer .footer-contact-wrap .footer-contact-box .under .footer-form-box {
  width: 350px;
  background-color: #fff;
  padding: 1.5rem;
  border: solid 1px #2d2d2d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 800px) {
  body footer .footer-contact-wrap .footer-contact-box .under .footer-form-box {
    margin-top: 1rem;
    width: 280px;
  }
}
body footer .footer-contact-wrap .footer-contact-box .under .footer-form-box p {
  text-align: center;
}
body footer .footer-contact-wrap .footer-contact-box .under .footer-form-box a {
  font-size: 1.5rem;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  background-color: #F6AB3A;
}
@media (max-width: 800px) {
  body footer .footer-contact-wrap .footer-contact-box .under .footer-form-box a {
    font-size: 1.3rem;
  }
}
body footer .footer-company-info-wrap {
  padding: 2rem 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 800px) {
  body footer .footer-company-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body footer .footer-company-info-wrap .bold {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
}
@media (max-width: 800px) {
  body footer .footer-company-info-wrap .bold {
    font-size: 0.9rem;
  }
}
body footer .footer-company-info-wrap img {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 800px) {
  body footer .footer-company-info-wrap img {
    display: block;
    margin: 0 auto 2rem;
  }
}
body footer .footer-company-info-wrap ul {
  list-style: none;
}
@media (max-width: 800px) {
  body footer .footer-company-info-wrap ul {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  body footer .footer-company-info-wrap ul li {
    font-size: 0.7rem;
  }
}
body footer .footer-company-info-wrap a {
  color: #2d2d2d;
  text-decoration: none;
}
body footer .copyright-wrap {
  border-top: 6px solid #340e0e;
  background-color: #fff;
}
body footer .copyright-wrap h5 {
  color: #340e0e;
  padding: 1em 0;
  text-align: center;
  font-size: 1rem;
  margin: 0;
}
body footer .grecaptcha-badge {
  margin: auto;
}

.blog-content {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  line-height: 1.7;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

/* detail-contentのスタイル追加 */
.detail-content {
  padding: 1rem 0;
  background: #fff;
}

/* 見出し */
.blog-content h2 {
  margin: 40px 0 20px;
  padding: 15px 20px;
  border-left: 5px solid #d97706;
  background: #f8f5f0;
  line-height: 1.4;
}

.blog-content h2 .h2-label {
  display: block;
  font-size: 0.7em;
  color: #d97706;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.blog-content h2 .h2-title {
  display: block;
  font-size: 1em;
  color: #333;
  font-weight: bold;
}

.blog-content h3 {
  font-size: 1.3em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ffb500 !important;
}

/* 強調 */
.blog-content strong {
  color: #000;
}

/* 箇条書き */
.blog-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog-content ul li {
  margin-bottom: 10px;
}

/* 写真 */
.blog-content .photo {
  margin: 20px 0;
  text-align: center;
}

.blog-content .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* 会社情報 */
.blog-content .company-info {
  background-color: #f9f9f9;
  padding: 20px;
  margin-top: 40px;
}

.blog-content .company-info p {
  margin: 5px 0;
}

/* CTA画像リンク */
.blog-content .cta-image {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px auto;
}

.blog-content .cta-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.company-info {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.company-info .item {
  margin-bottom: 20px;
}

.company-info .item-header {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
}

.company-info .item-content {
  color: #555;
  font-size: 14px;
  text-align: center;
}

.company-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.company-info li {
  margin-bottom: 5px;
}

.office-label {
  font-weight: bold;
}
.office-label::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #333;
  margin-right: 6px;
  vertical-align: middle;
}

.no-tel-link {
  text-decoration: none;
  color: inherit;
}

.company-info p:empty {
  display: none;
}

.features {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 20px;
  font-family: Arial, sans-serif;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.features li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 10px 10px 10px 25px;
  width: 300px;
  background-color: rgba(239, 170, 67, 0.9294117647);
  border-radius: 10px;
}

.features p:empty {
  display: none;
}/*# sourceMappingURL=style.css.map */