@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Raleway:ital@0;1&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*a:hover { opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; }*/
li {
  list-style: none;
}

img {
  max-width: 100%;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  color: #333;
  -webkit-text-size-adjust: 100%;
  /*  scroll-behavior: smooth;*/
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

.l-wrap {
  width: 100%;
  position: relative;
  padding: 0 0 0;
}

@media screen and (min-width: 800px) {
  .l-wrap {
    padding: 0;
    overflow: hidden;
  }
}
.pcv {
  display: none;
}

.spv {
  display: block;
}

@media screen and (min-width: 800px) {
  .pcv {
    display: block;
  }
  .spv {
    display: none;
  }
}
.floL {
  float: left;
}

.floR {
  float: right;
}

.clear {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

.ph-img {
  width: 100%;
  height: auto;
}

.lato {
  font-family: "Lato", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

.p-title .p-title_inner, .info-inner, .top-mv .top-mv_inner, #footer .cv-inner .cv-data, #header .inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-title .p-title_inner, .info-inner, .top-mv .top-mv_inner, #footer .cv-inner .cv-data, #header .inner {
    width: auto;
  }
}
.inner,
.contents {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inner,
  .contents {
    margin: 0 3%;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .inner,
  .contents {
    margin: 0 20px;
    width: auto;
  }
}
.inner::after,
.contents::after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

/*********************************************************************************************

  HEADER

**********************************************************************************************/
#header {
  padding: 18px 5% 12px;
  background-color: #ffffff;
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 1214px) {
  #header {
    padding: 8px 0 9px 10px;
    height: 55px;
  }
}

.siteid {
  margin: 0;
  display: inline-block;
}
.siteid a {
  display: block;
  text-indent: -9999px;
  background: url(../img/header/siteid.png) 0 0 no-repeat;
  background-size: 100%;
  width: 184px;
  height: 52px;
}
@media screen and (max-width: 1214px) {
  .siteid a {
    width: 133px;
    height: 38px;
  }
}
.siteid p, .siteid .copy {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media screen and (max-width: 1214px) {
  .siteid p, .siteid .copy {
    display: none;
  }
}

.h-inner {
  text-align: right;
}
.h-inner p.h-tel {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 8px 10px;
}
.h-inner p.h-tel span {
  position: relative;
  padding: 0 0 0 25px;
}
.h-inner p.h-tel span::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url(../img/contents/i-tel.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
.h-inner p.t-time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  margin: 0 0 10px;
}
.h-inner p.t-time span {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 -5px 0 7px;
}
@media screen and (max-width: 767px) {
  .h-inner {
    text-align: center;
  }
  .h-inner p.t-time {
    margin: 0 0 0 15px;
  }
}

/* SP menu button */
.l-header__btn {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #ffffff;
}
@media screen and (min-width: 1215px) {
  .l-header__btn {
    display: none;
  }
}

.l-header__btn div {
  width: 20px;
  height: 21px;
  margin: 15px 0 13px 18px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
}

.l-header__btn div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #303029;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l-header__btn div span:nth-of-type(1) {
  top: 5px;
}

.l-header__btn div span:nth-of-type(2) {
  top: 12px;
}

.l-header__btn div span:nth-of-type(3) {
  bottom: 0px;
}

.l-header__btn.is-open {
  background-color: #665e35;
}

.l-header__btn.is-open span {
  background-color: #fff;
}

.l-header__btn.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.l-header__btn.is-open span:nth-of-type(2) {
  opacity: 0;
}

.l-header__btn.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.nav-g > li {
  margin: 0 13px;
  text-align: left;
}
.nav-g > li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1215px) {
  .nav-g > li a, .nav-g > li p {
    display: block;
    padding: 11px 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
  }
  .nav-g > li:hover {
    border-bottom: 2px solid #9a882e;
  }
  .nav-g > li:hover > a,
  .nav-g > li:hover > p {
    font-size: 1.3rem;
    font-weight: 500;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }
  .nav-g > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
  }
  .nav-g > li .menu {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 119px;
    left: 0;
    background-color: #f0efe9;
    text-align: center;
    z-index: 60;
  }
  .nav-g > li .menu .m-inner {
    width: 1120px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
  }
  .nav-g > li .menu .m-inner .g-2nd_pt2 .menu_inner {
    width: 25%;
  }
  .nav-g > li .menu .m-inner .g-2nd_pt2 .menu_inner:last-child {
    width: 35%;
  }
  .nav-g > li .menu .m-inner .g-2nd_pt3 .menu_inner {
    width: 37%;
  }
  .nav-g > li .menu .m-inner .g-2nd_pt3 .menu_inner:first-child {
    width: 20%;
  }
  .nav-g > li .w-wide {
    width: 60%;
  }
}
@media screen and (max-width: 1214px) {
  .nav-g {
    margin: 15px 0;
  }
  .nav-g.is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .nav-g > li a, .nav-g > li p {
    display: block;
    padding: 15px;
    border-top: 1px solid #a8a7a3;
    color: #000;
    position: relative;
  }
  .nav-g > li p:after {
    content: "+";
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5rem;
    position: absolute;
    top: 15px;
    right: 0px;
    color: #333;
  }
  .nav-g > li p.open:after {
    content: "\f068";
  }
}

.g-title {
  width: 256px;
}
.g-title h2 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1214px) {
  .g-title {
    display: none;
  }
}

.g-2nd {
  width: calc(100% - 384px);
  padding: 25px 0 0 0;
}
.g-2nd ul > li {
  margin: 0 30px 25px 0;
}
.g-2nd ul > li a {
  position: relative;
  padding: 0 0 0 27px;
}
.g-2nd ul > li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.g-2nd ul > li a::before {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #333;
}
.g-2nd ul > li > ul {
  margin: 25px 0 0 27px;
  padding: 6px 0;
}
.g-2nd ul > li > ul .li-gc {
  position: relative;
  display: inline-block;
  width: 40%;
}
.g-2nd ul > li > ul .li-gc a::before {
  content: "\f061";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.3rem;
  text-align: center;
  color: #999;
  line-height: 20px;
}
@media screen and (max-width: 1214px) {
  .g-2nd {
    width: auto;
    padding: 0;
    margin: 0 0 0 17px;
  }
  .g-2nd .menu_inner {
    margin: 0 0 0 10px;
  }
  .g-2nd .menu_inner > li {
    margin: 0 0px 12px 0;
  }
  .g-2nd .menu_inner > li a {
    font-size: 1.4rem;
    line-height: 1.4;
    border: none;
    color: #333;
  }
  .g-2nd .menu_inner > li > ul {
    margin: 12px 0 0 27px;
  }
  .g-2nd .menu_inner > li .li-gc {
    width: 100%;
    margin: 0 0 15px;
  }
  .g-2nd .menu_inner > li .li-gc:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 1214px) {
  .sp-nav {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 200;
    width: 100%;
    /*   height: auto;*/
    height: 100vh;
    overflow: auto;
  }
  .sp-nav_inner {
    background-color: #f0efe9;
    padding: 30px 10px 60px 10px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .sp-nav_inner a {
    color: #a00;
  }
  .overlay {
    background-color: #000;
    cursor: pointer;
    height: 100vh;
    position: fixed;
    top: 55px;
    left: 0;
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    visibility: visible;
    width: 100vw;
    z-index: -1;
  }
  .js-accordion_inner {
    display: none;
  }
}
/*********************************************************************************************

  FOOTER

**********************************************************************************************/
#footer {
  background-color: #666352;
  color: #fff;
  padding: 0 0 35px;
}
#footer .cv-inner {
  background: url(../img/footer/cv_bg_b.jpg) 0 bottom no-repeat;
  background-size: cover;
  padding: 126px 0 100px;
  text-align: center;
  color: #fff;
}
#footer .cv-inner .cv-data {
  text-align: center;
}
#footer .cv-inner .cv-data p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 40px;
}
#footer .cv-inner .cv-data ul {
  width: 600px;
  margin: 0 auto;
}
#footer .cv-inner .cv-data ul > li {
  width: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 0 120px;
  }
  #footer .cv-inner {
    background: url(../img/footer/cv_bg_sp.jpg) 0 bottom no-repeat;
    background-size: cover;
    padding: 60px 0 100px;
  }
  #footer .cv-inner .cv-data img {
    width: 60%;
    height: auto;
    margin: 0 0 10px;
  }
  #footer .cv-inner .cv-data p {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
    margin: 0 0 20px;
  }
  #footer .cv-inner .cv-data ul {
    width: 70%;
  }
  #footer .cv-inner .cv-data ul > li {
    width: 100%;
    margin: 0 0 10px;
  }
}

.f-menu .f-menu_box {
  width: calc(25% - 16px);
}
.f-menu .f-menu_box ul > li {
  font-size: 1.4rem;
  margin: 0 0 45px;
}
.f-menu .f-menu_box ul > li > a {
  color: #fff;
  font-weight: 500;
}
.f-menu .f-menu_box ul > li > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.f-menu .f-menu_box ul > li > ul {
  margin: 15px 0 0 20px;
}
.f-menu .f-menu_box ul > li > ul > li {
  font-size: 1.2rem;
  margin: 0 0 12px;
}
.f-menu .f-menu_box .li-2nd li {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .f-menu .f-menu_box {
    width: 100%;
  }
  .f-menu .f-menu_box ul > li {
    margin: 0 0 30px;
  }
}

.t-copy {
  font-size: 1.2rem;
  text-align: right;
}

#page_top {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 20px;
  opacity: 1;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  #page_top {
    bottom: 15%;
  }
}

#page_top a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #333;
  font-size: 1.2rem;
}
#page_top a span {
  position: relative;
  padding: 55px 0 0 0;
}
#page_top a span::after {
  content: "\f061";
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 7px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
  color: #999;
  line-height: 48px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#main {
  margin: 0;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 1214px) {
  #main {
    padding: 55px 0 0 0;
  }
}

.secbox {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .secbox {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/*********************************************************************************************

  Main - TOP

**********************************************************************************************/
.top-mv {
  position: relative;
  color: #333;
  z-index: 2;
  padding: 50px 0 0 0;
  margin: 0 0 100px 0;
}
.top-mv::before {
  content: "";
  width: 30%;
  height: 680px;
  background-color: #f0efe9;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-mv::after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.top-mv .top-mv_inner::after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
@media screen and (max-width: 767px) {
  .top-mv {
    padding: 25px 0 0 0;
    margin: 0 0 50px 0;
  }
  .top-mv::before {
    width: 30%;
    height: 58%;
  }
}

.mv-catch .mv-img {
  width: 736px;
}
.mv-catch .mv-img img {
  vertical-align: top;
}
.mv-catch .mv-txt {
  width: calc(100% - 830px);
  padding: 0 100px 0 0;
}
.mv-catch .mv-txt p {
  font-size: 3.6rem;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.4;
  padding: 75px 0 0 0;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .mv-catch .mv-img {
    width: 65%;
  }
  .mv-catch .mv-txt {
    width: 30%;
    padding: 0 0 10px 0;
  }
  .mv-catch .mv-txt p {
    font-size: 2.2rem;
    padding: 100px 0 0 0;
  }
}

.mv-read {
  width: 58%;
  float: right;
  padding: 35px 96px 0 0;
}
.mv-read p {
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mv-read {
    width: auto;
    float: none;
    padding: 0 20px 0 55px;
  }
  .mv-read p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
  }
}

.slider-mv .slick-slide img {
  width: 100%;
  height: auto;
}

.sec-title {
  margin: 0 0 50px;
}
.sec-title h2 {
  font-size: 8rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  margin: 0 0 25px;
}
.sec-title p {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin: 0 0 25px;
  }
  .sec-title h2 {
    font-size: 4.3rem;
    margin: 0 0 10px;
  }
  .sec-title p {
    font-size: 1.8rem;
  }
}

.s-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .s-ttl {
    font-size: 1.6rem;
    margin: 20px 0 10px;
  }
}

.t-lead {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .t-lead {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

/* features */
#sec-tp01 {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #sec-tp01 {
    margin-bottom: 80px;
  }
}

.feat-con {
  overflow: hidden;
  padding: 120px 0 0 0;
  margin-top: -110px;
}
.feat-con .feat-set {
  position: relative;
}
@media screen and (max-width: 767px) {
  .feat-con {
    padding: 60px 0 0 0;
    margin-top: 0;
  }
}

.feat-carousel {
  overflow: visible;
}
.feat-carousel .slider_item {
  margin: 0 16px;
}
.feat-carousel .slider_item > a,
.feat-carousel .slider_item span {
  display: block;
  width: 544px;
  position: relative;
}
.feat-carousel .slider_item .feat-num {
  font-size: 5.6rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  margin: 0 0 15px;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .feat-carousel .slider_item {
    margin: 60px 13px 0 13px;
  }
  .feat-carousel .slider_item > a,
  .feat-carousel .slider_item span {
    width: 280px;
  }
  .feat-carousel .slider_item .feat-num {
    font-size: 4.2rem;
  }
}

/* Dots */
.slick-dots {
  display: block;
  width: 1120px;
  padding: 5px 0;
  margin: 0px auto;
  list-style: none;
  text-align: right;
  position: absolute;
  top: -120px;
  left: 50%;
  z-index: 50;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .slick-dots {
    width: 100%;
    padding-right: 5%;
    top: 0;
  }
}

.feat-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

.slick-dots li button {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  font-family: "Lato", sans-serif;
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 50%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  opacity: 0.6;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 36px;
    height: 36px;
  }
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  color: #fff;
  border-color: #333;
  background-color: #333;
}

/* top -- Service */
#sec-tp02 .sec-title {
  float: right;
}

.service-inner {
  position: relative;
}
.service-inner::before {
  content: "";
  width: 68%;
  height: 50%;
  background-color: #f0efe9;
  position: absolute;
  top: 220px;
  right: 0;
  z-index: 1;
}
.service-inner .inner {
  position: relative;
  z-index: 2;
}
.service-inner ul {
  width: 928px;
}
.service-inner ul > li {
  width: calc(50% - 16px);
  margin-bottom: 50px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-inner ul > li p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 40px;
}
.service-inner ul > li .btn-rline {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-inner::before {
    width: 50%;
    height: 75%;
    top: 200px;
  }
  .service-inner ul {
    width: auto;
    margin: 0 0px;
  }
  .service-inner ul > li {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
}

.btn-rline a {
  display: block;
  background: #fff;
  border: 1px solid #999;
  height: 56px;
  line-height: 56px;
  position: relative;
  width: 100%;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.btn-rline a::after {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-rline a:hover {
  background: #f9f9f9;
}
.btn-rline a:hover::after {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .btn-rline a {
    height: 45px;
    line-height: 45px;
    font-size: 1.4rem;
  }
}

.btn-rline a.i-site:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/contents/i-site.png) 0 0 no-repeat;
  background-size: 100%;
  right: 30px;
}

/* top -- Cases */
#sec-tp03 {
  margin: 0 0 200px;
}
@media screen and (max-width: 767px) {
  #sec-tp03 {
    margin: 0 0 60px;
  }
}

.sec-lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-lead p {
  width: 50%;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-lead {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .sec-lead p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 30px;
  }
}

.a-more {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
.a-more span {
  position: relative;
  padding: 0 55px 0 0;
}
.a-more span::after {
  content: "\f061";
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
  color: #999;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .a-more {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .a-more span {
    padding: 0 40px 0 0;
  }
  .a-more span::after {
    width: 33px;
    height: 33px;
    line-height: 33px;
    top: -6px;
  }
}

.case-inner {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 60px 0 0 0;
}
.case-inner ul > li {
  width: 340px;
  padding: 50px 0;
}
.case-inner ul > li:first-child {
  padding-left: 0;
  padding: 50px 25px 50px 0;
  width: 365px;
  border-right: 1px solid #ccc;
}
.case-inner ul > li:last-of-type {
  padding-right: 0;
  padding: 50px 0 50px 25px;
  width: 365px;
  border-left: 1px solid #ccc;
}
.case-inner ul > li img {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-inner ul > li .i-arw {
  display: block;
  position: relative;
}
.case-inner ul > li .i-arw::after {
  content: "\f061";
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #999;
  border-radius: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
  color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 10px;
}
.case-inner ul > li .t-date {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 12px;
}
.case-inner ul > li .t-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 60px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .case-inner ul > li {
    width: 33%;
    padding: 50px 25px;
  }
  .case-inner ul > li:first-child {
    padding-left: 0;
    padding: 50px 25px;
    width: 33%;
    border-right: 1px solid #ccc;
  }
  .case-inner ul > li:last-of-type {
    padding-right: 0;
    padding: 50px 25px;
    width: 33%;
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .case-inner {
    margin: 30px 0 0 0;
  }
  .case-inner .inner {
    margin: 0;
  }
  .case-inner ul > li {
    width: auto;
    padding: 35px 40px;
    border-bottom: 1px solid #ccc;
  }
  .case-inner ul > li:first-child {
    padding: 35px 50px;
    width: auto;
    border-right: none;
  }
  .case-inner ul > li:last-of-type {
    padding-right: 0;
    padding: 35px 50px;
    width: auto;
    border-left: none;
    border-bottom: none;
  }
  .case-inner ul > li .i-arw::after {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 1.4rem;
  }
  .case-inner ul > li .t-date {
    font-size: 1.3rem;
  }
  .case-inner ul > li .t-ttl {
    font-size: 1.7rem;
    margin: 0 55px 0 0;
  }
}

/* top -- Info */
#sec-tp04 .ttl-set {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #sec-tp04 .ttl-set {
    margin-bottom: 20px;
  }
  #sec-tp04 .ttl-set .btn {
    text-align: right;
  }
}

.info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  .info-inner {
    margin: 0 20px;
  }
}

.info-img {
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/contents/index/info_ph1.jpg) 0 0 no-repeat;
  background-size: cover;
  max-width: 25%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-img {
    max-width: 20%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .info-img {
    display: none;
  }
}

.info-txt {
  background-image: url(../img/contents/index/info_img1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 92%;
  padding: 0 0 200px 30px;
}
.info-txt .info-link {
  margin-bottom: 60px;
}
.info-txt .info-set {
  border-bottom: 1px solid #ccc;
}
.info-txt .info-set > a {
  display: block;
  padding: 30px 0 25px;
}
.info-txt .info-set dt {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
}
.info-txt .info-set dd {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 0 1em 0 8em;
  margin: -1.4em 0 0 0;
}
.info-txt .info-banner {
  text-align: center;
}
.info-txt .info-banner p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .info-txt .info-banner {
    margin-bottom: 80px;
  }
  .info-txt .info-banner p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-txt {
    width: 80%;
    padding: 0 30px 200px 30px;
  }
}
@media screen and (max-width: 767px) {
  .info-txt {
    background: url(../img/info_img1.png) right bottom no-repeat;
    background-size: 90%;
    padding: 0;
    width: 100%;
  }
  .info-txt .info-set > a {
    padding: 20px 0 15px;
  }
  .info-txt .info-set dt {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
  .info-txt .info-set dd {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 0 1em 0 0;
    margin: 0;
  }
}

.tab-banner {
  display: block;
  width: 144px;
  position: fixed;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .tab-banner {
    bottom: 0;
    left: 0;
    width: 100%;
    background: #9c0;
  }
}
@media screen and (min-width: 1024px) {
  .tab-banner {
    top: 55%;
    right: 0;
  }
}

.btn-inq > li {
  margin: 0 0 10px;
  display: table;
  width: 100%;
}
.btn-inq > li a {
  display: inlin-block;
  background-color: #9a882e;
  background-image: url(../img/tab-i_1.png);
  background-size: 54px 38px;
  background-repeat: no-repeat;
  background-position: 90% center;
  border-radius: 4px 0 0 4px;
  padding: 0 0 0px 15px;
  height: 85px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
}
.btn-inq > li a::after {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.7rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-inq > li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.btn-inq > li:last-child a {
  background-color: #665e35;
  background-image: url(../img/tab-i_2.png);
}
@media screen and (max-width: 767px) {
  .btn-inq {
    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;
  }
  .btn-inq > li {
    width: 50%;
    border: 2px solid #fff;
    margin: 0;
  }
  .btn-inq > li:first-child {
    border-right: 1px solid #fff;
  }
  .btn-inq > li a {
    height: 65px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
  }
}



/*********************************************************************************************

  parts

**********************************************************************************************/
.p-title {
  background: -webkit-gradient(linear, left top, right top, from(#f0efe9), color-stop(25%, #f0efe9), color-stop(25%, #fff), to(#fff));
  background: linear-gradient(90deg, #f0efe9 0%, #f0efe9 25%, #fff 25%, #fff 100%);
  padding: 0 0 100px;
  position: relative;
  margin: 0 0 90px;
}
.p-title .p-title_inner {
  background-color: #fff;
  border-radius: 0 0 0 10px;
  padding: 60px 0 30px;
  position: relative;
}
.p-title .p-title_layer {
  display: block;
  font-size: 7.2rem;
  font-weight: 300;
  color: #f0efe9;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.p-title h1 {
  font-size: 4rem;
  font-weight: 200;
  margin: 0 0 0 0;
  position: relative;
}
.p-title h1 span {
  padding: 0 0 0 96px;
}
.p-title h1::after {
  content: "";
  border-top: 1px #ccc solid;
  margin: 30px calc(50% - 50vw) 0;
  width: 100vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-title {
    padding: 0 0 40px;
    margin: 0 0 45px;
  }
  .p-title .p-title_inner {
    border-radius: 0 0 0 6px;
    padding: 30px 0 15px;
    margin-left: 20px;
  }
  .p-title .p-title_layer {
    display: none;
  }
  .p-title h1 {
    font-size: 2.4rem;
  }
  .p-title h1 span {
    padding: 0 0 0 25px;
  }
  .p-title h1::after {
    margin-top: 15px;
  }
}

.topic-path {
  margin: 30px 0 0 96px;
  position: relative;
  z-index: 30;
}
.topic-path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topic-path ol li {
  color: #333;
  vertical-align: middle;
  font-size: 1.4rem;
}
.topic-path ol li a {
  position: relative;
}
.topic-path ol li a::after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
.topic-path ol li:first-child a {
  padding: 0 0 0 20px;
}
.topic-path ol li:first-child a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/i-home.png) 0 center no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topic-path {
    margin: 15px 0 0 25px;
  }
  .topic-path li {
    font-size: 1.2rem;
  }
}

.pageBlog.entry .topic-path ol + ol,
.single-works.entry .topic-path ol + ol {
  display: none;
}


/*==========================================================================
見出し
==========================================================================*/
.th1 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  margin: 0 0 40px;
}
.th1::after {
  content: "";
  border-top: 1px #ccc solid;
  margin: 20px calc(50% - 50vw) 0;
  width: 100vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .th1 {
    font-size: 2.4rem;
    margin: 0 0 30px;
  }
  .th1::after {
    margin-top: 12px;
  }
}

.th2 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
  background-color: #f0e9c8;
  padding: 25px 30px;
  margin: 0 0 30px;
  width: 100%;
}
.th2 span {
  font-size: 4.2rem;
  line-height: 1.4;
  font-weight: 300;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .th2 {
    font-size: 1.7rem;
    padding: 13px 16px;
    margin: 0 0 20px;
  }
}

.th3,
.ex_voice h2,
.catalog_detail h2,
.entry .titleSplash,
.titleSplash {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 3px 0 3px 15px;
  margin: 0 0 30px;
  position: relative;
}
.th3::before,
.ex_voice h2::before,
.catalog_detail h2::before,
.entry .titleSplash::before,
.titleSplash::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: #f0e9c8;
  position: absolute;
  top: 0;
  left: 0;
}
.th3::after,
.ex_voice h2::after,
.catalog_detail h2::after,
.entry .titleSplash::after,
.titleSplash::after {
  content: "";
  display: block;
  border-bottom: 1px solid #f0e9c8;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .th3,
  .ex_voice h2,
  .catalog_detail h2,
  .entry .titleSplash,
  .titleSplash {
    font-size: 1.8rem;
  }
  .th3::before,
  .ex_voice h2::before,
  .catalog_detail h2::before,
  .entry .titleSplash::before,
  .titleSplash::before {
    width: 6px;
  }
  .th3::after,
  .ex_voice h2::after,
  .catalog_detail h2::after,
  .entry .titleSplash::after,
  .titleSplash::after {
    bottom: -6px;
  }
}

.th4 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  background: #f0e9c8;
  display: inline-block;
  padding: 15px 30px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .th4 {
    font-size: 1.6rem;
    padding: 8px 12px;
  }
}

/*==========================================================================
テキスト
==========================================================================*/
.t-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .t-txt {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
  }
}

.t-catch {
  color: #9a882e;
  text-align: center;
  margin: 0 0 50px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.t-catch p {
  position: relative;
  text-align: center;
}
.t-catch p::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background-color: #9a882e;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.t-catch span.fzs {
  font-size: 80%;
}
.t-catch span.fzss {
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .t-catch {
    margin: 0 0 30px;
    font-size: 1.8rem;
  }
  .t-catch p::after {
    width: 55px;
  }
}

.t-catch_lead {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  color: #9a882e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-catch_lead {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
  }
}

.li-dot {
  margin: 15px 0;
}
.li-dot > li {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 5px;
}
.li-dot > li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #9a882e;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

/*==========================================================================
box
==========================================================================*/
.box-note {
  background-color: #f0efe9;
  padding: 25px 30px;
  text-align: left;
}
.box-note .note-ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 15px;
}
.box-note p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .box-note {
    padding: 12px 15px;
  }
  .box-note .note-ttl {
    font-size: 1.6rem;
  }
  .box-note p {
    font-size: 1.4rem;
  }
}

.box-step {
  background-color: #f0efe9;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .box-step {
    padding: 20px;
  }
}

.ribon-b, .ribon-a {
  background-color: #665e35;
  width: 120px;
  height: 120px;
  position: relative;
  text-align: center;
  padding-top: 23px;
}
.ribon-b::after, .ribon-a::after {
  content: "";
  height: 0;
  width: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid #665e35;
  position: absolute;
  top: 100%;
  left: 0;
}
.ribon-b p, .ribon-a p {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 200;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ribon-b, .ribon-a {
    width: 55px;
    height: 55px;
    padding-top: 10px;
  }
  .ribon-b::after, .ribon-a::after {
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 12px solid #665e35;
  }
  .ribon-b p, .ribon-a p {
    font-size: 1.5rem;
  }
}

.last-ribon::after {
  content: "";
  display: block;
  border: none;
  width: 100%;
  height: 20px;
  background-color: #665e35;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 767px) {
  .last-ribon::after {
    height: 10px;
  }
}

.ribon-a {
  border-radius: 4px 4px 0 0;
}

.ribon-b {
  padding-top: 35px;
}
.ribon-b::before {
  content: "";
  height: 0;
  width: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid #f0efe9;
  position: absolute;
  bottom: 83.5%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ribon-b {
    padding-top: 20px;
  }
  .ribon-b::before {
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 12px solid #f0efe9;
    position: absolute;
    bottom: 79%;
    left: 0;
  }
}

/*
.con-box {
  background:#9c0;
}
*/
.tbl-basic {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin: 30px 0;
  clear: both;
  border: 1px solid #ccc;
  background: #fff;
  table-layout: fixed;
}
.tbl-basic th, .tbl-basic td {
  font-size: 1.6rem;
  border: 1px solid #ccc;
  text-align: center;
}
.tbl-basic thead th {
  background-color: #f0efe9;
  padding: 40px 30px;
}
.tbl-basic thead th:first-child {
  width: 25%;
}
.tbl-basic tbody th {
  font-size: 1.8rem;
}
.tbl-basic tbody td {
  padding: 35px 30px;
}
.tbl-basic caption {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tbl-basic th, .tbl-basic td {
    font-size: 1.4rem;
  }
  .tbl-basic tbody th {
    font-size: 1.6rem;
  }
  .tbl-basic caption {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
}

.tbl-usual {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin: 30px 0;
  clear: both;
  background: #fff;
  border-top: 1px solid #ccc;
}
.tbl-usual tbody th, .tbl-usual tbody td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.tbl-usual tbody th {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  width: 20%;
  background-color: #f0e9c8;
}
.tbl-usual tbody td {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  width: 80%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .tbl-usual tbody th, .tbl-usual tbody td {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
  }
  .tbl-usual tbody th {
    font-size: 1.4rem;
  }
  .tbl-usual tbody td {
    padding-bottom: 30px;
    font-size: 1.4rem;
  }
}

.tbl-line {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin: 30px 0;
  clear: both;
  background: #fff;
  border-top: 1px solid #ccc;
}
.tbl-line tbody th, .tbl-line tbody td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.tbl-line tbody th {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  width: 20%;
  border-color: #665e35;
  text-align: left;
  padding-left: 10px;
}
.tbl-line tbody td {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  width: 80%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .tbl-line tbody th, .tbl-line tbody td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .tbl-line tbody th {
    font-size: 1.4rem;
    border: none;
    padding: 15px 10px 5px 10px;
  }
  .tbl-line tbody td {
    padding: 0 10px 15px 10px;
    font-size: 1.4rem;
  }
}

/*==========================================================================
BTN
==========================================================================*/
.btn {
  text-align: center;
  margin: 0 auto;
}

.b-r_def {
  display: inline-block;
  width: 240px;
  height: 56px;
  font-size: 1.6rem;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid #665e35;
  position: relative;
  margin: 0 auto;
}
.b-r_def::after {
  content: "\f061";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-r_def:hover {
  background-color: #f0efe9;
}

@media screen and (max-width: 767px) {
  .b-r_def {
    width: 70%;
    height: 43px;
    font-size: 1.4rem;
    line-height: 43px;
    font-weight: 500;
  }
}
/*==========================================================================
grid
==========================================================================*/
.box-grid {
  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;
}

.box-grid_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-grid_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-grid_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .is-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .is-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}



/*********************************************************************************************

  page

**********************************************************************************************/
.content-wrap {
  padding-bottom: 160px;
}

.con-nav_area {
  background-color: #f0efe9;
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .content-wrap {
    padding-bottom: 80px;
  }

  .con-nav_area {
    padding: 0 0 30px;
  }
}

.con-nav_link > li {
  width: calc(25% - 35px);
  text-align: center;
  position: relative;
}
.con-nav_link > li a {
  display: block;
  padding: 110px 0 0 0;
  position: relative;
  height: 230px;
}
.con-nav_link > li a::after {
  content: "\f063";
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background-color: #333333;
  border-radius: 50%;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.con-nav_link > li p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .con-nav_link {
    margin: 0 10px;
  }
  .con-nav_link > li {
    width: calc(50% - 10px);
  }
  .con-nav_link > li a {
    padding: 60px 0 0 0;
    height: 180px;
    margin: 0 0 80px;
  }
  .con-nav_link > li:nth-last-child(-n+2) a {
    height: 150px;
    margin: 0;
  }
  .con-nav_link > li p {
    font-size: 1.6;
  }
}

.con-nav_ph {
  margin: 0 20px;
}
.con-nav_ph > li {
  width: calc(20% - 5px);
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.con-nav_ph::after {
  content: "";
  display: block;
  width: calc(20% - 5px);
}
@media screen and (max-width: 767px) {
  .con-nav_ph > li {
    width: calc(50% - 5px);
  }
}

.ph-link {
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ph-link img {
  width: 50px;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.ph-link p {
  width: calc(100% - 70px);
  font-size: 1.6rem;
}
.ph-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.ph-link.active {
  background-color: #665e35;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ph-link img {
    margin-right: 5px;
  }
  .ph-link p {
    width: calc(100% - 60px);
    font-size: 1.3rem;
  }
}

.con-nav_tx {
  margin: 0 20px;
}
.con-nav_tx li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: table;
}
@media screen and (max-width: 767px) {
  .con-nav_tx li {
    width: 100%;
  }
}

.tx-link a {
  display: table-cell;
  background: #ffffff;
  padding: 20px 20px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 3px;
}
.tx-link a::after {
  content: "\f063";
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-color: #333333;
  border-radius: 50%;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .tx-link a {
    text-align: left;
    padding: 20px 10px;
    font-size: 1.3rem;
  }
  .tx-link a::after {
    text-align: center;
    right: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
  }
}


/*==========================================================================
あいさつ・会社概要
==========================================================================*/
#adv-01.sec {
  margin: 0 0 200px;
}
#adv-01.sec .box-img {
  width: 400px;
}
#adv-01.sec .box-txt {
  width: calc(100% - 480px);
}
#adv-01.sec .box-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
#adv-01.sec .box-txt .t-name {
  text-align: right;
  line-height: 1.3;
  margin: 10px 0 0 0;
}
#adv-01.sec .box-txt .t-name span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #adv-01.sec .box-img {
    width: 100%;
    margin: 0 0 15px;
  }
  #adv-01.sec .box-txt {
    width: 100%;
  }
  #adv-01.sec .box-txt p {
    font-size: 1.4rem;
  }
  #adv-01.sec .box-txt .t-name {
    margin: 30px 0 0 0;
    font-size: 1.3rem;
  }
  #adv-01.sec .box-txt .t-name span {
    font-size: 1.9rem;
  }
}

.maru_wh {
  display: block;
  background: #fff;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  line-height: 128px;
  text-align: center;
  font-size: 5rem;
  font-weight: 300;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(101, 101, 101, 0.3);
          box-shadow: 0px 0px 12px 3px rgba(101, 101, 101, 0.3);
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .maru_wh {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 4rem;
  }
}

.content-wrap .adv-sec {
  margin: 0 0 0px;
}
.content-wrap .adv-sec .con-box {
  margin: 0 0 60px 0;
}
.content-wrap .adv-sec .box-img {
  width: 350px;
}
.content-wrap .adv-sec .box-txt {
  width: calc(100% - 390px);
}
.content-wrap .adv-sec .box-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
.content-wrap .adv-sec .is-all {
  width: 100%;
  margin: 60px 0 0 0;
}
.content-wrap .adv-sec .th2 {
  padding: 8px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .content-wrap .adv-sec .con-box {
    margin: 0 0 30px 0;
  }
  .content-wrap .adv-sec .box-img {
    width: 100%;
    margin: 0 0 15px;
  }
  .content-wrap .adv-sec .box-txt {
    width: 100%;
  }
  .content-wrap .adv-sec .box-txt p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
  }
  .content-wrap .adv-sec .is-all {
    margin: 30px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .is-pt2 .box-img {
    width: 412px;
  }
  .is-pt2 .box-txt {
    width: calc(100% - 472px);
  }
  .is-pt2 .box-txt .mb {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .is-pt2 .box-img {
    padding-bottom: 20px;
  }
  .is-pt2 .mb {
    margin-bottom: 30px;
  }
}

#adv-02_03 .t-lead {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
#adv-02_03 .t-lead.mb {
  margin: 0 0 1em;
}
#adv-02_03 .tbl-basic {
  margin-bottom: 10px;
}
#adv-02_03 .tbl-note {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
#adv-02_03 .btn-rline {
  width: 320px;
  margin: 40px auto 0;
}
#adv-02_03 .btn-rline span {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  #adv-02_03 .t-lead {
    font-size: 1.4rem;
  }
  #adv-02_03 span.base.fzss {
    display: block;
    margin-top: 8px;
  }
  #adv-02_03 .tbl-note {
    font-size: 1.2rem;
  }
  #adv-02_03 .btn-rline {
    width: 80%;
  }
  #adv-02_03 .tbl-basic:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
  }
  #adv-02_03 .tbl-basic {
    border: none;
  }
  #adv-02_03 .tbl-basic tr {
    display: block;
    float: left;
  }
  #adv-02_03 .tbl-basic tr td,
  #adv-02_03 .tbl-basic tr th {
    display: block;
    padding: 20px 10px;
    height: 60px;
    border-left: none;
    border-bottom: none;
  }
  #adv-02_03 .tbl-basic thead {
    display: block;
    float: left;
    width: 30%;
  }
  #adv-02_03 .tbl-basic thead tr {
    width: 100%;
  }
  #adv-02_03 .tbl-basic thead tr th {
    width: 100%;
    border-left: 1px solid #ccc;
  }
  #adv-02_03 .tbl-basic thead tr:first-child th {
    padding-top: 21px;
  }
  #adv-02_03 .tbl-basic tbody {
    display: block;
    float: left;
    width: 70%;
  }
  #adv-02_03 .tbl-basic tbody tr {
    width: 50%;
  }
  #adv-02_03 .tbl-basic .last {
    border-bottom: 1px solid #ccc;
  }
}

.waku {
  border: 1px solid #f0e9c8;
  padding: 80px 40px 10px 40px;
  margin: 0 0 60px;
}
.waku .t-catch_lead {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .waku {
    padding: 35px 20px 10px 20px;
    margin: 0 0 30px;
  }
  .waku .t-catch_lead {
    margin: 0 0 25px 0;
  }
}

.li-point {
  width: 960px;
  margin: 0 auto;
}
.li-point li {
  width: 33.3333333333%;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .li-point li:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .li-point li:nth-child(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.li-point li .ttl-point {
  font-size: 4.8rem;
  line-height: 1.1;
  font-weight: 200;
  margin: 0 0 30px;
}
.li-point li .ttl-point span {
  font-size: 60%;
  display: block;
}
.li-point li h4 {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 15px;
}
.li-point li p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .li-point {
    width: auto;
    margin: 0 0;
  }
  .li-point li {
    width: 100%;
    padding: 30px 0;
  }
  .li-point li h4 {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 500;
    margin: 0 0 15px;
  }
  .li-point li p {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

/* 私たちの強み */
.adv-box {
  padding: 0;
  margin: 0 20px 60px 20px;
}
.adv-box h4 {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0e9c8;
  margin: 0 0 30px;
  color: #9a882e;
}

.adv-box_img {
  width: 38%;
}
.adv-box_img img {
  width: 100%;
  height: auto;
}

.adv-box_txt {
  width: 60%;
}
.adv-box_txt ul {
  margin: 20px 0 0 20px;
}
.adv-box_txt ul li {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
  position: relative;
}
.adv-box_txt ul li::before {
  content: "\f00c";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.8rem;
  position: absolute;
  top: 5px;
  left: 0;
  color: #9a882e;
}

@media screen and (max-width: 767px) {
  .adv-box {
    padding: 0;
    margin: 0 10px 30px 10px;
  }
  .adv-box h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 20px;
  }
  .adv-box_img {
    width: 100%;
  }
  .adv-box_img img {
    width: 100%;
    height: auto;
  }
  .adv-box_txt {
    width: 100%;
  }
  .adv-box_txt ul {
    margin: 10px 0 0 0px;
  }
  .adv-box_txt ul li {
    font-size: 1.5rem;
    padding: 0 0 0 25px;
    margin: 0 0 13px;
  }
  .adv-box_txt ul li::before {
    font-size: 1.5rem;
    top: 3px;
  }
}


/* 会社案内 */
#com-01 .tbl-line {
  margin: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  #com-01 .tbl-line {
    margin: 30px 0 0px;
    border-top: 0;
  }
}

.gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: none;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.transport {
  margin: 100px 0 50px;
}
.transport dt.ttl-ico {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 0 0 35px;
  color: #665e35;
  margin: 0 0 30px;
}
.transport dt.ttl-ico::before {
  content: "";
  display: block;
  width: 29px;
  height: 32px;
  background: url(../img/contents/i-ac_car.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.transport dt.ttl-ico.ico-train::before {
  background: url(../img/contents/i-ac_train.png) 0 0 no-repeat;
  background-size: 100%;
}
.transport dt.ttl-ico.ico-bus::before {
  background: url(../img/contents/i-ac_bus.png) 0 0 no-repeat;
  background-size: 100%;
}
.transport dt.ttl-ico::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #9a882e;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.transport dt.ttl-ico span {
  font-size: 80%;
}
.transport dd {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .transport {
    margin: 20px 0 40px;
  }
  .transport dt.ttl-ico {
    font-size: 1.6rem;
    color: #9a882e;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
  }
  .transport dt.ttl-ico::before {
    top: 0px;
    width: 22px;
    height: 24px;
  }
  .transport dd {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 15px;
  }
  .transport img {
    width: 100%;
    height: auto;
  }
}

.bnr {
  text-align: center;
  letter-spacing: -0.4em;
}
.bnr > li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .bnr {
    margin: 0 0 50px;
  }
  .bnr > li {
    margin: 0 0 10px 0;
  }
  .bnr > li img {
    width: 80%;
    height: auto;
  }
}

.wrapperGuide {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .wrapperGuide {
    padding-bottom: 740px;
    width: 960px;
  }
  .wrapperGuide .guideMap {
    position: absolute;
    bottom: 165px;
    left: 0;
  }
  .wrapperGuide ol {
    position: relative;
  }
  .wrapperGuide ol::after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
  }
  .wrapperGuide ol li {
    float: right;
    margin-right: 40px;
  }
  .wrapperGuide ol li:nth-child(2) {
    padding-right: 40px;
  }
  .wrapperGuide ol li:first-child {
    position: absolute;
    right: 0;
    top: 116%;
    z-index: 1;
    margin-top: 7px;
    margin-right: 0px;
  }
  .wrapperGuide ol li:first-child dd {
    text-align: left;
    width: 137px;
    margin: 0 234px;
  }
  .wrapperGuide ol li dl {
    width: 400px;
  }
  .wrapperGuide ol li dl dt {
    padding: 0;
    margin-bottom: 20px;
  }
  .wrapperGuide ol li dl dd {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .wrapperGuide .wrapperGuide dt {
    margin-bottom: 0;
  }
  .wrapperGuide .guideMap {
    margin-bottom: 40px;
  }
  .wrapperGuide .guideMap img {
    width: 100%;
    height: auto;
  }
  .wrapperGuide ol li dd {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}

/* 進化の物語 */
.story p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin: 0 0 1.5em;
}

.story-ph {
  margin: 0 0 40px;
  text-align: center;
}
.story-ph li {
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .story p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    margin: 0 0 1.5em;
  }
  .story-ph {
    margin: 0 0 25px;
  }
  .story-ph ul {
    text-align: center;
  }
  .story-ph ul li {
    width: 80%;
    margin: 0 auto 10px;
  }
}


/* 木材のプロが教える無垢材のこと */
.content-wrap .box-img {
  width: 250px;
}
.content-wrap .box-txt {
  width: calc(100% - 280px);
}
.content-wrap .box-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 1em;
}
.content-wrap .con-nav_area {
  padding: 30px 0 20px 0;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .content-wrap .box-img {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
  .content-wrap .box-txt {
    width: 100%;
  }
  .content-wrap .box-txt p {
    font-size: 1.4rem;
  }
  .content-wrap .con-nav_area {
    padding: 15px 0 10px 0;
    margin: 0 0 15px;
  }
}

.serv-box {
  padding-top: 120px;
  margin-top: -120px;
}
.serv-box .con-box {
  margin: 0 0 50px;
}
.serv-box .con-box.is-last {
  margin: 0;
  padding: 0;
}
.serv-box .con-box .th3 {
  margin-bottom: 40px;
}
.serv-box .s-box {
  margin: 0 0 50px;
}
.serv-box .s-box .th4 {
  margin: 0 0 15px;
}
.serv-box .s-box:last-child {
  margin: 0;
}
.serv-box .is-mb {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .serv-box {
    padding-top: 60px;
    margin-top: -60px;
  }
  .serv-box .con-box {
    margin: 0 0 20px;
  }
  .serv-box .s-box {
    margin: 0 0 40px;
  }
}

#kinds {
  margin: 60px 0 0 0;
}
#kinds .con-box {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #kinds {
    margin: 40px 0 0 0;
  }
  #kinds .con-box {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 40px;
  }
}

.pageHealth .con-nav_area {
  margin-bottom: 120px;
}
.pageHealth .serv-box {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pageHealth .con-nav_area {
    margin-bottom: 60px;
  }
  .pageHealth .serv-box {
    margin-bottom: 50px;
  }
}

#explosion .box-img {
  width: 282px;
}
#explosion .box-txt {
  width: calc(100% - 310px);
}
@media screen and (max-width: 767px) {
  #explosion .box-img {
    width: 100%;
    margin: 0 0 30px;
  }
  #explosion .box-txt {
    width: 100%;
  }
}

.pageMeading .con-nav_area {
  margin-bottom: 120px;
}
.pageMeading .serv-box {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pageMeading .con-nav_area {
    margin-bottom: 60px;
  }
  .pageMeading .serv-box {
    margin-bottom: 50px;
  }
}

.pageTrouble .con-nav_area {
  margin-bottom: 120px;
}
.pageTrouble .serv-box {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pageTrouble .con-nav_area {
    margin-bottom: 60px;
  }
  .pageTrouble .serv-box {
    margin-bottom: 50px;
  }
}

.pagePaint .con-nav_area {
  margin-bottom: 80px;
}
.pagePaint .serv-box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pagePaint .con-nav_area {
    margin-bottom: 40px;
  }
  .pagePaint .serv-box {
    margin-bottom: 40px;
  }
}

/*==========================================================================
サービス紹介
==========================================================================*/
#c-service .btn a {
  margin: 0 5px;
}

.box-service {
  margin: 0 0 80px;
}
.box-service .t-txt {
  margin: 0 0 1.5em;
}
.box-service img {
  margin: 30px 0;
}

.s-step {
  margin: 0 0 30px;
  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;
}

.step-txt {
  width: 85%;
  border: 1px solid #665e35;
  border-radius: 10px;
  padding: 30px 40px;
}
.step-txt.bg-wh {
  border-color: #fff;
  background-color: #fff;
}
.step-txt h4 {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #665e35;
  margin: 0 0 15px;
}
.step-txt p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #665e35;
}

.i-free {
  background-color: #665e35;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .step-txt {
    width: 82%;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  #c-service .btn a {
    margin: 0 0 8px 0;
  }
  .box-service {
    margin: 0 0 40px;
  }
  .step-txt {
    width: calc(100% - 70px);
    padding: 15px 15px;
  }
  .step-txt h4 {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  .step-txt p {
    font-size: 1.3rem;
  }
  .step-txt .i-free {
    padding: 2px 8px 4px 8px;
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
/*==========================================================================
ショールーム
==========================================================================*/
#sho-01 {
  margin: 0 0 10px 0;
}

.ph-showroom {
  margin: 30px 0;
}
.ph-showroom::after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
@media screen and (min-width: 1024px) {
  .ph-showroom li {
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .ph-showroom li.ph2 {
    width: 34.5%;
    float: right;
    height: 270px;
  }
  .ph-showroom li.ph2 img {
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ph-showroom li:first-child {
    width: 64%;
    height: 560px;
  }
  .ph-showroom li:nth-child(2) {
    margin: 0 0 15px;
  }
  .ph-showroom li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .ph-showroom li {
    margin: 0 0 10px;
  }
}

.show-com {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0e9c8;
  padding: 30px;
}
.show-com .box-img {
  width: 50%;
}
.show-com .box-txt {
  width: 45%;
}
.show-com .box-txt h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 10px;
}
.show-com .box-txt p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 1em;
}
.show-com .box-txt .btn-rline {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .show-com {
    padding: 20px;
  }
  .show-com .box-img {
    width: 100%;
  }
  .show-com .box-txt {
    width: 100%;
  }
  .show-com .box-txt h3 {
    font-size: 1.8rem;
  }
  .show-com .box-txt p {
    font-size: 1.4rem;
  }
  .show-com .box-txt .btn-rline {
    width: 80%;
    margin: 15px auto;
  }
}

.show-com_ph li {
  width: calc(50% - 10px);
}
.show-com_ph li img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .show-com_ph li {
    width: calc(50% - 5px);
  }
  .show-com_ph li img {
    height: 180px;
  }
}

#c-builder .t-catch {
  line-height: 2;
  margin: 80px 0 40px;
}
#c-builder .con-nav_area {
  margin: 0 0 80px;
}
#c-builder .btn-rline {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #c-builder .t-catch {
    line-height: 1.8;
    margin: 10px 0 20px;
  }
  #c-builder .con-nav_area {
    margin: 0 0 40px;
  }
  #c-builder .btn-rline {
    width: 70%;
    margin: 0 auto;
  }
}

.bui-service {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px 0 15px;
}
.bui-service li {
  width: 30%;
  margin: 0 15px 30px 15px;
  text-align: center;
  padding: 150px 0 0 0;
  position: relative;
}
.bui-service li p {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}
.bui-service li .maru_wh {
  top: 0px;
}
@media screen and (max-width: 767px) {
  .bui-service {
    margin: 20px 0 0px;
  }
  .bui-service li {
    width: 42%;
    margin: 0 10px 40px 10px;
    text-align: center;
    padding: 110px 0 0 0;
    position: relative;
  }
  .bui-service li p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
  }
}

.bui-photo {
  margin: 60px 0;
}
.bui-photo li {
  width: calc(33.3333% - 8px);
}
@media screen and (max-width: 767px) {
  .bui-photo {
    margin: 30px 20px 20px 20px;
  }
  .bui-photo li {
    width: 100%;
    margin: 0 0 10px;
  }
}

#c-question .t-catch {
  line-height: 2;
  margin: 80px 0 40px;
}
#c-question .btn-rline {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #c-question .t-catch {
    line-height: 1.8;
    margin: 10px 0 20px;
  }
  #c-question .btn-rline {
    width: 70%;
    margin: 0 auto;
  }
}

.faq {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .faq {
    margin: 0 0 40px;
  }
}

.faq .accBox {
  background: #f0efe9;
  padding: 30px 40px 50px;
  border-radius: 10px;
  margin: 0 0 25px;
}
.faq .accBox dt, .faq .accBox dd {
  position: relative;
  padding: 15px 0 0 85px;
}
.faq .accBox dt::before,
.faq .accBox dd::before {
  content: "";
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  font-size: 4rem;
  text-align: center;
  font-family: "Raleway", sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.faq .accBox dt {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.faq .accBox dt::before {
  content: "Q";
  background: #ffffff;
}
.faq .accBox dt::after {
  content: "+";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  color: #333;
}
.faq .accBox dt.open::after {
  content: "\f068";
}
.faq .accBox dd {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 30px 0 0 0;
}
.faq .accBox dd::before {
  content: "A";
  background: #665e35;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .faq .accBox {
    padding: 15px 40px 25px 18px;
    margin: 0 0 18px;
  }
  .faq .accBox dt, .faq .accBox dd {
    padding: 10px 0 0 55px;
  }
  .faq .accBox dt::before,
  .faq .accBox dd::before {
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 2.8rem;
  }
  .faq .accBox dt {
    font-size: 1.6rem;
  }
  .faq .accBox dt::after {
    top: 10px;
    right: -20px;
    font-size: 1.5rem;
  }
  .faq .accBox dd {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 15px 0 0 0;
  }
}

#c-privacy .con-box,
#c-privacy .privacyContents {
  margin: 0 0 80px;
}
#c-privacy .con-box p,
#c-privacy .privacyContents p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
#c-privacy .con-box ul, #c-privacy .con-box ol,
#c-privacy .privacyContents ul,
#c-privacy .privacyContents ol {
  margin: 20px 0 0 10px;
}
#c-privacy .con-box ul li, #c-privacy .con-box ol li,
#c-privacy .privacyContents ul li,
#c-privacy .privacyContents ol li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  #c-privacy .con-box,
  #c-privacy .privacyContents {
    margin: 0 0 40px;
  }
  #c-privacy .con-box p,
  #c-privacy .privacyContents p {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 400;
  }
  #c-privacy .con-box ul, #c-privacy .con-box ol,
  #c-privacy .privacyContents ul,
  #c-privacy .privacyContents ol {
    margin: 20px 10px 0 10px;
  }
  #c-privacy .con-box ul li, #c-privacy .con-box ol li,
  #c-privacy .privacyContents ul li,
  #c-privacy .privacyContents ol li {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

/*********************************************************************************************

  施工事例

**********************************************************************************************/
#c-works .con-nav_tx li {
  width: calc(20% - 5px);
}
#c-works .con-nav_tx li.tx-link a:after {
  display: none;
}
#c-works .con-nav_tx li.tx-link a:hover, #c-works .con-nav_tx li.tx-link a.active {
  background-color: #665e35;
  color: #fff;
}
#c-works .con-nav_tx li.tx-link a {
  padding: 6px 20px;
}
@media screen and (max-width: 767px) {
  #c-works .con-nav_tx li {
    width: calc(50% - 5px);
  }
  #c-works .con-nav_tx li.w-all {
    width: 100%;
  }
  #c-works .con-nav_tx li a {
    text-align: center;
    padding: 10px 20px;
  }
}

/* ====================================================
ex_list
==================================================== */
.ex_list {
  margin-bottom: 50px;
}

.ex_list li {
  margin-bottom: 60px;
}

.ex_list li a {
  display: block;
  color: #503c32;
}

.ex_list .row li:nth-child(4n+1) {
  clear: left;
}

.ex_list img {
  width: 100%;
  margin-bottom: 10px;
}

.ex_list h2 {
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 20px;
}

.ex_list .cat {
  display: inline-block;
  padding: 5px 5px;
  min-width: 90px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin: 0 0 3px;
  border-radius: 2px;
}
.ex_list .cat.cat_reform {
  background: #e16d39;
}
.ex_list .cat.cat_new {
  background: #8ab624;
}
.ex_list .cat.cat_order {
  background: #8b6412;
}
.ex_list .cat.cat_muku {
  background: #d7aa30;
}

.ex_list .detail {
  padding: 15px 10px 0 10px;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.ex_list .detail div {
  margin: 0 0 3px;
}

@media screen and (max-width: 767px) {
  .ex_list li {
    margin-bottom: 30px;
  }
  .ex_list h2 {
    font-size: 1.4rem;
  }
  .ex_list .detail {
    font-size: 1.2rem;
  }
}
/* ====================================================
施工事例　詳細
==================================================== */
@media screen and (min-width: 1024px) {
  .pageWorks .thumb-itemEx {
    margin: 40px 0 40px;
  }
  .pageWorks .thumb-itemEx .slick-slide {
    width: 800px !important; /* ※PCの時の画像サイズ指定 */
  }
  .pageWorks .thumb-itemEx .slick-slide {
    margin: 0 50px;
    background-color: #f0f0f0;
  }
  .pageWorks .thumb-itemEx .slick-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 600px;
    font-family: "object-fit:contain;";
    vertical-align: top;
  }
  .pageWorks .thumb-itemEx .slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4) !important;
    z-index: 10;
  }
  .pageWorks .thumb-itemEx .slick-arrow.slick-next {
    -webkit-transform: translateX(402px);
            transform: translateX(402px);
  }
  .pageWorks .thumb-itemEx .slick-arrow.slick-prev {
    -webkit-transform: translateX(-402px);
            transform: translateX(-402px);
  }
  .pageWorks .thumb-itemEx .slick-arrow.slick-next:before,
  .pageWorks .thumb-itemEx .slick-arrow.slick-prev:before {
    position: absolute;
  }
  .pageWorks .thumb-itemEx .slick-arrow.slick-next:before {
    left: 10px;
  }
  .pageWorks .thumb-itemEx .slick-arrow.slick-prev:before {
    right: 10px;
  }
  .pageWorks .thumb-itemEx-nav {
    margin: 30px auto 100px;
    max-width: 780px;
  }
  .pageWorks .thumb-itemEx-nav .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    width: 100% !important;
  }
  .pageWorks .thumb-itemEx-nav .slick-slide:not(.slick-current) {
    opacity: 0.5;
  }
  .pageWorks .thumb-itemEx-nav .slick-slide {
    width: 16.6666% !important;
    padding: 1px;
    cursor: pointer;
  }
  .pageWorks .thumb-itemEx-nav .slick-slide img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
    font-family: "object-fit:cover;";
  }
}
@media screen and (max-width: 767px) {
  .pageWorks .thumb-itemEx {
    margin: 40px 0;
  }
  .pageWorks .thumb-itemEx-nav {
    display: none;
  }
  .pageWorks .thumb-itemEx .slick-slide {
    background: #f0f0f0;
    margin: 0;
  }
  .pageWorks .thumb-itemEx .slick-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 300px;
    font-family: "object-fit:contain;";
  }
}
.pageWorks .contents.ex_comment {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  background: #f0efe9;
  padding: 40px 30px;
}

.pageWorks .ex_comment .area,
.pageWorks .ex_comment dl dt {
  float: left;
  width: 220px;
}

.pageWorks .ex_comment .area span {
  background: #111111;
  color: #ffffff;
  text-align: center;
  min-width: 65px;
  display: inline-block;
  line-height: 1;
  padding: 3px 8px 4px;
  font-size: 1.1rem;
  margin: 0 8px 10px 0;
}

.pageWorks .ex_comment .comment {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

.pageWorks .ex_comment dl {
  clear: both;
  margin-top: 60px;
}

.pageWorks .ex_comment dl dt {
  font-family: "Noto Serif JP", serif;
}

.pageWorks .ex_comment dl dt span {
  border-bottom: solid #111111 4px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}

.pageWorks .ex_comment dl dd {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .pageWorks .contents.ex_comment {
    width: auto;
    padding: 30px 20px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .pageWorks .ex_comment .comment {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .pageWorks .ex_comment .area,
  .pageWorks .ex_comment dl dt {
    float: none;
    width: auto;
    margin-bottom: 15px;
    border-bottom: solid #111111 4px;
    padding-bottom: 6px;
  }
  .pageWorks .ex_comment dl {
    margin-top: 40px;
  }
  .pageWorks .ex_comment dl dt span {
    border: none;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .pageWorks .ex_comment dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.ex_voice {
  margin: 60px 0;
}
.ex_voice h1 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #9a882e;
  margin: 0 0 20px;
}

.voice_contents p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .ex_voice h1 {
    font-size: 1.5rem;
  }
  .voice_contents p {
    font-size: 1.4rem;
  }
}


/*********************************************************************************************

  カタログ

**********************************************************************************************/
/* ====================================================
  mainImage 後で削除かも
==================================================== */
.pageProducts .wallBelt.catalog_cat {
  padding-top: 0;
}

.pageProducts .pageTitle {
  position: relative;
  margin-bottom: 20px;
  background-image: url(../img/contents/products/pageTitle.jpg);
  width: 100%;
}

.pageProducts .pageTitle p {
  color: #fff;
  font-size: 32px;
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.pageProducts .catalog li {
  margin-bottom: 60px;
}

.pageProducts .catalog a {
  text-decoration: none;
}

.pageProducts .catalog h2,
.pageProducts .catalog a h2 {
  font-size: 16px;
  color: #503c32;
  margin: 15px 0 0;
}

.pageProducts .catalog a p {
  color: #111111;
}

.pageProducts ul.row {
  margin-right: -4px;
  margin-left: -4px;
}

/* ====================================================
  index
==================================================== */
.pageProducts .con-nav_ph > li {
  width: calc(25% - 5px);
}
.pageProducts .con-nav_ph::before, .pageProducts .con-nav_ph::after {
  content: "";
  display: block;
  width: calc(25% - 5px);
}
.pageProducts .con-nav_ph::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .pageProducts .con-nav_ph > li {
    width: calc(50% - 5px);
  }
}

.catalog_list {
  margin-top: 60px;
}

.catalog_list .catalog ul.row {
  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;
}
.catalog_list .catalog ul.row::before, .catalog_list .catalog ul.row::after {
  content: "";
  display: block;
  width: calc(25% - 20px);
}
.catalog_list .catalog ul.row::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.catalog_list .catalog li {
  width: calc(25% - 20px);
  margin-bottom: 60px;
  padding: 0;
}
.catalog_list .catalog li a {
  display: block;
  color: #503c32;
}
.catalog_list .catalog li h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 10px 0;
}
.catalog_list .catalog li p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .catalog_list {
    margin-top: 30px;
  }
  .catalog_list .catalog ul.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .catalog_list .catalog li {
    width: 100%;
    margin-bottom: 30px;
  }
  .catalog_list .catalog li p {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
/* ====================================================
  detail
==================================================== */
.catalog_detail h2 span {
  margin: 0 0 0 20px;
}
.catalog_detail h2 span a {
  display: inline-block;
  background: #9a882e;
  font-size: 1.3rem;
  color: #fff;
  padding: 0 5px 0 0;
  width: 6em;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
.catalog_detail h2 span a::after {
  content: "\f054";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.catalog_detail h2 span a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.item_detail {
  margin: 30px 0 80px;
}
.item_detail .photo {
  text-align: center;
}
.item_detail .photo img {
  max-width: 800px;
  height: auto;
  margin: 0 0 10px;
}
.item_detail .text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .item_detail {
    margin: 15px 0 30px;
  }
  .item_detail .photo img {
    max-width: auto;
    width: 100%;
    height: auto;
  }
  .item_detail .text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.catalog_detail .spec table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 1120px;
  margin: 20px 0;
  clear: both;
  text-align: left;
}
.catalog_detail .spec table thead th {
  background: #9a882e;
  padding: 15px 5px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
.catalog_detail .spec table tbody td {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 15px 5px;
}
.catalog_detail .spec table tbody td img {
  width: 80px;
  height: auto;
}
.catalog_detail .spec table tbody td span {
  display: block;
  font-size: 1.3rem;
}
.catalog_detail .spec table tr:nth-child(even) td {
  background: #f0efe9;
}

@media screen and (max-width: 767px) {
  .catalog_detail .spec {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 22px;
    width: 100%;
  }
  .catalog_detail .spec table thead th {
    padding: 6px 5px;
    font-size: 1.3rem;
  }
  .catalog_detail .spec table tbody td {
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 8px 5px;
  }
  .catalog_detail .spec table tbody td span {
    font-size: 1.2rem;
  }
}
.pageProducts.term-30 .catalog_detail .spec th:nth-child(6),
.pageProducts.term-30 .catalog_detail .spec th:nth-child(7),
.pageProducts.term-30 .catalog_detail .spec th:nth-child(8),
.pageProducts.term-30 .catalog_detail .spec td:nth-child(6),
.pageProducts.term-30 .catalog_detail .spec td:nth-child(7),
.pageProducts.term-30 .catalog_detail .spec td:nth-child(8),
.pageProducts.term-31 .catalog_detail .spec th:nth-child(6),
.pageProducts.term-31 .catalog_detail .spec th:nth-child(7),
.pageProducts.term-31 .catalog_detail .spec th:nth-child(8),
.pageProducts.term-31 .catalog_detail .spec td:nth-child(6),
.pageProducts.term-31 .catalog_detail .spec td:nth-child(7),
.pageProducts.term-31 .catalog_detail .spec td:nth-child(8),
.pageProducts.term-32 .catalog_detail .spec th:nth-child(6),
.pageProducts.term-32 .catalog_detail .spec th:nth-child(7),
.pageProducts.term-32 .catalog_detail .spec th:nth-child(8),
.pageProducts.term-32 .catalog_detail .spec td:nth-child(6),
.pageProducts.term-32 .catalog_detail .spec td:nth-child(7),
.pageProducts.term-32 .catalog_detail .spec td:nth-child(8),
.pageProducts.term-33 .catalog_detail .spec th:nth-child(6),
.pageProducts.term-33 .catalog_detail .spec th:nth-child(7),
.pageProducts.term-33 .catalog_detail .spec th:nth-child(8),
.pageProducts.term-33 .catalog_detail .spec td:nth-child(6),
.pageProducts.term-33 .catalog_detail .spec td:nth-child(7),
.pageProducts.term-33 .catalog_detail .spec td:nth-child(8) {
  display: none;
}

.pageProducts.term-30 .catalog_detail .spec td:first-child,
.pageProducts.term-31 .catalog_detail .spec td:first-child,
.pageProducts.term-32 .catalog_detail .spec td:first-child,
.pageProducts.term-33 .catalog_detail .spec td:first-child {
  width: 150px;
  text-align: left;
}

.pageProducts.term-30 .catalog_detail .spec td:first-child img,
.pageProducts.term-31 .catalog_detail .spec td:first-child img,
.pageProducts.term-32 .catalog_detail .spec td:first-child img,
.pageProducts.term-33 .catalog_detail .spec td:first-child img {
  width: 150px;
}



/*********************************************************************************************

  ブログ

**********************************************************************************************/
/* ====================================================
  mainImage
==================================================== */
.pageBlog .wallBelt.Blog {
  padding-top: 0;
}

.pageBlog .pageTitle {
  /*  position:relative;
    width:100%;
    margin-bottom:20px;
  */
  background-image: url(../img/contents/blog/pageTitle.jpg);
}

/*.pageBlog .pageTitle p{
  color:#fff;
  font-size:32px;
  font-family:Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
}*/
@media screen and (max-width: 767px) {
  .pageBlog .wallBelt.Blog {
    padding-top: 1.5em;
  }
}
/* ====================================================
  layout
==================================================== */
.Blog .contents {
  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;
}
.Blog .contents .center {
  width: calc(100% - 300px);
}
.Blog .contents .side {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .Blog .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .Blog .contents .center {
    width: 100%;
  }
  .Blog .contents .side {
    width: 100%;
  }
}
/*
.pageBlog .contents .center {
    float: left;
    width: 840px;
}
.pageBlog .contents .side {
    float: right;
    width: 270px;
}

@media screen and (max-width: 767px) {
    .pageBlog .contents .center,
    .pageBlog .contents .side {
        float: none;
        width: 100%;
    }
}
    */
/* ====================================================
  center
==================================================== */
.blog-index {
  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;
  padding: 0;
  margin: 0;
}
.blog-index li {
  width: calc(33.3333% - 20px);
  padding: 0;
  margin: 0 0 20px;
}
.blog-index li figure {
  width: auto;
  margin: 0;
  padding: 0 0 20px 0;
}
.blog-index li figure img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-index li figure .date {
  display: block;
  font-size: 1.3rem;
  margin: 10px 0;
}
.blog-index li figure h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 10px;
}
.blog-index li figure .cat {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 1.2rem;
  margin: 0 3px 6px 0;
}
.blog-index::after {
  content: "";
  display: block;
  width: calc(33.3333% - 20px);
}

@media screen and (max-width: 767px) {
  .blog-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .blog-index li {
    width: 100%;
  }
  .blog-index li figure img {
    width: 100%;
    max-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-index li figure .date {
    font-size: 1.2rem;
  }
  .blog-index li figure h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
.pageBlog .contents .center .pagenation {
  border-top: solid #7d5b1f 1px;
  margin-top: 50px;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}

.pageBlog .contents .center .pagenation ul {
  text-align: center;
}

.pageBlog .contents .center .pagenation li {
  display: inline-block;
  margin-bottom: 10px;
}

.pageBlog .contents .center .pagenation li a,
.pageBlog .contents .center .pagenation li.active {
  padding: 0 10px;
  color: #503c32;
}

.pageBlog .contents .center .pagenation li.active {
  color: #ffa726;
}

.pageBlog .contents .center .pagenation li.prev,
.pageBlog .contents .center .pagenation li.next {
  font-family: fontawesome;
}

.pageBlog .contents .center .pagenation li.prev span,
.pageBlog .contents .center .pagenation li.next span {
  display: none;
}

/* ====================================================
  side
==================================================== */
.pageBlog .side .widget {
  margin-bottom: 40px;
}

.pageBlog .side .widget h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 10px 0;
  margin: 0 0 5px;
  text-align: center;
  background-color: #f0efe9;
}

.slide_box {
  margin: 0 10px;
}
.slide_box li {
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 15px 0 15px 1em;
  text-indent: -1em;
}
.slide_box li::before {
  content: "\f105";
  margin-right: 5px;
  font-family: fontawesome;
  color: #5f4b3e;
}
.slide_box li a:hover {
  text-decoration: underline;
}

/* ====================================================
  detail
==================================================== */
.entry_header {
  margin: 0 0 15px;
}
.entry_header span {
  display: inline-block;
}
.entry_header span.date {
  font-size: 1.3rem;
  margin: 0 10px 0 0;
}
.entry_header span.cat {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  background-color: #9a882e;
  color: #fff;
  padding: 5px 8px;
  margin: 0 5px;
}

.entry .titleSplash {
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .entry_header {
    margin: 0 0 8px;
  }
  .entry .titleSplash {
    margin: 0 0 30px;
  }
}
.entry_body {
  padding: 0 0 0 30px;
  /*text-align: center;*/
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 1em;
  text-align: left;
}
.entry_body img {
  width: 90% !important;
  height: auto;
  margin: 15px 0 5px;
  float: none;
  display: block;
}
.entry_body img.size-large {
  width: 75% !important;
}
.entry_body p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 1em;
  text-align: left;
}
.entry_body a {
  color: #9a882e;
  text-decoration: underline;
}
.entry_body a:hover {
  text-decoration: none;
}
.entry_body h1 {
  font-size: 3rem;
}
.entry_body h2 {
  font-size: 2.6rem;
}
.entry_body h3 {
  font-size: 2.2rem;
}
.entry_body h4 {
  font-size: 1.8rem;
}
.entry_body h5 {
  font-size: 1.6rem;
}
.entry_body h6 {
  font-size: 1.4rem;
}
.entry_body h1, .entry_body h2, .entry_body h3, .entry_body h4, .entry_body h5, .entry_body h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .entry_body p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    margin: 0 0 1em;
    text-align: left;
  }
  .entry_body h1 {
    font-size: 2.4rem;
  }
  .entry_body h2 {
    font-size: 2.2rem;
  }
  .entry_body h3 {
    font-size: 2rem;
  }
  .entry_body h4 {
    font-size: 1.8rem;
  }
  .entry_body h5 {
    font-size: 1.6rem;
  }
  .entry_body h6 {
    font-size: 1.4rem;
  }
}

.entry_pagenation {
  display: block;
  margin: 80px 0;
}

.entry_pagenation:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.entry_pagenation li a {
  display: block;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 1.4rem;
}

.entry_pagenation li.prev {
  float: left;
}

.entry_pagenation li.prev a:before,
.entry_pagenation li.next a:after {
  font-family: fontawesome;
}

.entry_pagenation li.prev a:before {
  content: "\f104";
  margin-right: 5px;
}

.entry_pagenation li.next {
  float: right;
}

.entry_pagenation li.next a:after {
  content: "\f105";
  margin-left: 5px;
}

.entry_pagenation li span {
  display: none;
}

@media screen and (max-width: 767px) {
  .entry_pagenation {
    margin: 40px 0;
  }
  .entry_pagenation li a {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}


/*********************************************************************************************

  voice

**********************************************************************************************/
#c-voice {
  padding: 0 0 120px;
}

.box-voice {
  margin: 40px 20px 0 20px;
  padding: 30px;
  border: 1px solid #9a882e;
}

.voice-ttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0e9c8;
  margin-bottom: 25px;
}

.v-data_box {
  color: #666;
  margin-bottom: 30px;
}
.v-data_box dl {
  border-bottom: 1px solid #f0e9c8;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.v-data_box dt {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #9a882e;
}
.v-data_box dd {
  margin: -1.4em 0 0 0;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.v-data1 {
  width: 25%;
}
.v-data1 dd {
  padding: 0 0 0 5.5em;
}

.v-data2 {
  width: 75%;
}
.v-data2 dd {
  padding: 0 0 0 14em;
}

.grid-v-data {
  text-align: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0e9c8;
  display: grid;
  grid-template-columns: 4em 7em 3em 9em 5em 9em 5em 12em;
}
.grid-v-data .item-th {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #9a882e;
}
.grid-v-data .item-td {
  font-size: 1.4rem;
  line-height: 1.4;
}

/*
.tbl-v-data {
  border-collapse:collapse;
  border-spacing:0px;
  width:100%;
  clear:both;
  text-align:left;
  border-bottom:1px solid base.colors(zai02);

  th {
    width: auto;
    font-size:1.3rem;
    line-height:1.4;
    color:base.colors(zai04);
    padding-bottom:15px;
  }
  td {
    font-size:1.4rem;
    line-height:1.4;
    padding-bottom:10px;
  }

  tr th:nth-of-type(1) { width:4em; }
  tr th:nth-of-type(2) { width:3em; }
  tr th:nth-of-type(3),
  tr th:nth-of-type(4) { width:5em; }

  tr td:nth-of-type(1) { width:7em; }
  tr td:nth-of-type(2),
  tr td:nth-of-type(3) { width:9em; }
}
*/
@media screen and (max-width: 767px) {
  #c-voice {
    padding: 0 0 60px;
  }
  .box-voice {
    margin: 20px 0px 0 0px;
    padding: 15px;
  }
  .voice-ttl {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .v-data_box {
    margin-bottom: 20px;
  }
  .v-data_box dl {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .v-data_box dt {
    font-size: 1.3rem;
  }
  .v-data_box dd {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .v-data1,
  .v-data2 {
    width: 100%;
  }
  .v-data1 dd,
  .v-data2 dd {
    padding: 0;
  }
  .grid-v-data {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #f0e9c8;
    display: grid;
    grid-template-columns: 4em 4em 4em 9em;
    grid-template-rows: 1fr 1fr;
  }
  .grid-v-data .item-th {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #9a882e;
  }
  .grid-v-data .item-td {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.v-photo ul {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
}
.v-photo ul li {
  width: 45%;
  height: 250px;
  margin: 0 10px;
  overflow: hidden;
}
.v-photo ul li img {
  width: 100%;
  height: auto;
}
.v-customer {
  margin: 0 0 30px;
}
.v-customer p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}

.v-staff {
  margin: 0 50px;
}
.v-staff h4 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #9a882e;
}

.v-staff_inner {
  margin: 15px 0 0 0;
}

.v-icon {
  width: 100px;
  text-align: right;
}
.v-icon img {
  width: 75%;
  height: auto;
}

.s-comment {
  width: calc(100% - 130px);
  background-color: #f0e9c8;
  padding: 20px;
  border-radius: 6px;
  position: relative;
}
.s-comment p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
.s-comment::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .s-comment::before {
    top: 50%;
    left: -25px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 15px solid #f0e9c8;
  }
}
@media screen and (max-width: 767px) {
  .s-comment::before {
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 15px solid #f0e9c8;
  }
}

@media screen and (max-width: 767px) {
  .v-photo ul {
    width: 100%;
    margin: 0 auto 30px;
  }
  .v-photo ul li {
    width: 90%;
    height: 200px;
    margin: 0 0 8px;
    padding-bottom: 10px;
    background-color: #9cc;
  }
  .v-customer {
    margin: 0 0 20px;
  }
  .v-customer p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .v-staff {
    margin: 0 0;
  }
  .v-staff h4 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #9a882e;
  }
  .v-staff_inner {
    margin: 15px 0 0 0;
  }
  .v-icon {
    width: 100%;
    text-align: center;
    margin: 25px 0 0 0;
  }
  .v-icon img {
    width: 65px;
    height: auto;
  }
  .s-comment {
    width: 100%;
    padding: 15px;
  }
  .s-comment p {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 400;
  }
}


/* pager：お客様の声 */
.pagenation {
  margin: 60px 0 0 0;
}
.pagenation ul {
  text-align: center;
  color: #9a882e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation ul li.page a, .pagenation ul li.active span {
  background-color: #363;
  display: inlin-block;
  padding: 5px 13px;
  font-size: 1.6rem;
  border-radius: 4px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #9a882e;
  color: #9a882e;
}
.pagenation ul li.active span, .pagenation ul li.page a:hover {
  background-color: #9a882e;
  color: #fff;
}
.pagenation ul li.prev {
  margin-right: 20px;
}
.pagenation ul li.next {
  margin-left: 20px;
}




/* ↓↓使用しない */

.wp-pagenavi {
  margin: 60px 0 0 0;
  text-align: center;
  color: #9a882e;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  display: inlin-block;
  padding: 5px 13px;
  font-size: 1.6rem;
  border-radius: 4px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #9a882e;
  color: #9a882e;
}
.wp-pagenavi .current {
  background-color: #9a882e;
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  margin-right: 20px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 20px;
}

.wp-pagenavi .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
}

.wp-pagenavi .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 0;
}

.wp-pagenavi .page-numbers {
  padding: 5px 13px;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 4px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #9a882e;
  color: #9a882e;
}

.wp-pagenavi .page-numbers.current {
  background-color: #9a882e;
  color: #fff;
}

.wp-pagenavi .page-numbers.prev,
.wp-pagenavi .page-numbers.next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #666666;
}

.wp-pagenavi .page-numbers.dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #666666;
}

/* レスポンシブデザインのためのメディアクエリ */
@media (max-width: 600px) {
  .wp-pagenavi .page-numbers,
  .wp-pagenavi .page-numbers.current {
    padding: 5px 10px; /* パディングを小さく */
  }
}



/* ######################################################################################

　お問い合わせ

###################################################################################### */

.pageContact .contact table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin: 60px 0 30px;
  clear: both;
}
.pageContact .contact table th {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  width: 25%;
  position: relative;
  border-bottom: 1px solid;
  padding: 25px 20px;
}
.pageContact .contact table td {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 25px 20px;
}
.pageContact .contact table td .cation {
  font-size: 1.3rem;
  margin: 0 0 0 5px;
}

.required th:after {
  content: "必須";
  background: #6e1313;
  border-radius: 3px;
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .required th:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .required th:after {
    display: inline-block;
    margin: 0 0 5px 10px;
    padding: 3px 8px;
  }
}

.cationBox {
  margin: 30px 0;
}
.cationBox li {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  color: #b80a0a;
}
.cationBox li a {
  text-decoration: underline;
}
.cationBox li a:hover {
  text-decoration: none;
}


.contact .buttonBox .button {
  margin: 0 auto;
}

.pageContact.index .contact .buttonBox li.submit,
.pageContact.index .contact .buttonBox li.back {
  display: none;
}

.pageContact .contact span.error,
.pageContact .contact .select td > span.error {
  display: block;
  /*color: #b80a0a;*/
  color:#fff;
  font-size: 1.3rem;
}


@media screen and (max-width: 767px) {
  .pageContact .contact table {
    width: 100%;
    margin: 20px 0 30px;
  }
  .pageContact .contact table th {
    display: block;
    width: 100%;
    padding: 15px 0 10px 0;
    border: none;
  }
  .pageContact .contact table td {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 0 0 15px 20px;
  }
  .pageContact .contact table td .cation {
    display: block;
    margin: 5px 0 0 0;
  }
}


/* ====================================================
確認画面
==================================================== */
.pageContact.confirm .contact th:after {
  display: none;
}

.pageContact.confirm .contact td {
  vertical-align: middle;
}

.pageContact.confirm .contact td .example,
.pageContact.confirm .contact td .cation {
  display: none;
}

.pageContact.confirm .contact .buttonBox li.next a.next {
  display: none;
}

.pageContact.confirm .contact .cationBox,
.pageContact.confirm .contact .privacyPolicyBox,
.pageContact.confirm .contact .agreementBox {
  display: none;
}

.pageContact.confirm .contact .buttonBox li.submit,
.pageContact.confirm .contact .buttonBox li.back {
  display: block;
  width:46%;
}

@media print, screen and (min-width: 768px) {
  .pageContact.confirm .contact td {
    font-size: 16px;
  }
  .pageContact.confirm .contact .buttonBox {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .pageContact.confirm .contact .buttonBox ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .pageContact.confirm .contact .buttonBox li.submit {
    float: right;
  }
  .pageContact.confirm .contact .buttonBox li.back {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .pageContact.confirm .contact .buttonBox li.submit {
    margin-bottom: 0.75em;
  }
}

/* ====================================================
完了画面
==================================================== */
@media print, screen and (min-width: 768px) {
  .pageContact.thanks .contact .message {
    padding-left: 98px;
    padding-right: 98px;
  }
  .pageContact.thanks .contact .message p {
    font-size: 15px;
  }
  .pageContact.thanks .contact .message .buttonBox a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pageContact.thanks .contact .message .buttonBox {
    margin-top: 30px;
  }
}

.message p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
.message p.thank-info {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .message {
    font-size: 1.4rem;
  }
}


/* ====================================================
404
==================================================== */
.wallBelt.error { padding-bottom:120px; }
.wallBelt.error .btn { margin-top:60px; }

@media screen and (max-width: 767px) {
	.wallBelt.error { padding-bottom:60px; }
	.wallBelt.error .btn { margin-top:30px; }
}