@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
#top #topKv {
  position: relative;
  width: 100%;
  height: 700px;
}
#top #topKv .kvBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top #topKv .kvBox > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top #topKv .kvTtl {
  position: relative;
  top: 300px;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.2em;
}
#top #topKv .kvBox .kv01 {
  background: url("../image/top/top_kv_01.png") center no-repeat;
  background-size: cover;
}
#top #topKv .kvBox .kv02 {
  background: url("../image/top/top_kv_02.png") center no-repeat;
  background-size: cover;
}
#top #topKv .kvBox .kv03 {
  background: url("../image/top/top_kv_03.png") center no-repeat;
  background-size: cover;
}
#top .kv .txtBox {
  padding: 20px 0 0;
}
@media (min-width: 1025px) {
  #top .kv {
    display: table;
    width: 100%;
    height: 780px;
  }
  #top .kv .ttlBox {
    display: table-cell;
    width: 250px;
    vertical-align: middle;
  }
  #top .kv .ttlBox h1 {
    min-height: 500px;
    margin: 0 auto;
    font-size: 40px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #top .kv .ttlBox .txt {
    display: none;
  }
  #top .kv .imgBox {
    display: table-cell;
  }
}
#top .sec01 {
  padding: 150px 0;
}
#top .sec01 .secContainer {
  position: relative;
}
#top .sec01 .message {
  color: #dbdbdb;
}
#top .sec01 .secPanel {
  padding: 50px 0 150px;
}
#top .sec01 .secPanel .txt {
  margin: 0 0 60px;
}
#top .sec01 .photoPanel {
  position: relative;
  padding: 0 5%;
}
#top .sec01 .photoPanel::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 85%;
  height: 80%;
  z-index: -1;
  background: #eeebe8;
}
@media (min-width: 1025px) {
  #top .sec01 .message {
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 60px;
    writing-mode: vertical-rl;
  }
  #top .sec01 .secPanel {
    width: 78%;
  }
}
#top .sec02 {
  padding: 100px 0 200px;
}
#top .sec02 .secContainer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#top .sec02 .secPanelList .secBox .serviceItem a {
  display: block;
}
#top .sec02 .secPanelList .secBox .serviceItem .photoBox {
  position: relative;
}
#top .sec02 .secPanelList .secBox .serviceItem .photoBox .num {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 100px;
}
#top .sec02 .secPanelList .secBox .serviceItem .txtBox {
  margin: -40px 0 0;
  padding: 0 10px;
}
#top .sec02 .secPanelList .secBox .serviceItem .txtBox .inner {
  position: relative;
  padding: 20px;
  background: url("../image/top/service_tri.png") right bottom no-repeat #ffffff;
  background-size: 50px auto;
}
#top .sec02 .secPanelList .secBox .serviceItem .txtBox .inner::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 100%;
  height: 70%;
  z-index: -1;
  background: url("../image/top/service_box_bg.png") no-repeat;
  background-size: cover;
}
#top .sec02 .secPanelList .secBox .serviceItem .txtBox dl dt {
  margin: 0 0 15px;
  font-size: 24px;
  text-align: center;
}
#top .sec02 .secPanelList .secBox .serviceItem .txtBox dl dd {
  line-height: 2;
}
#top .sec02 .secPanelList .secBox .serviceItem .txtBox .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 60px;
}
@media (min-width: 1025px) {
  #top .sec02 .secPanelList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px 0;
  }
  #top .sec02 .secPanelList > * {
    width: 46%;
  }
  #top .sec02 .secPanelList .titleBox {
    padding: 5% 5%;
  }
  #top .sec02 .secPanelList .titleBox .pageSecTtlBox {
    margin: 0;
  }
  #top .sec02 .secPanelList .secBox02 {
    position: relative;
    top: -250px;
  }
}
#top .sec03 {
  padding: 150px 0;
  background: #dfd5cc;
}
#top .sec03 .secPanel .titleBox .btnMore {
  max-width: 200px;
}
#top .sec03 .secPanel .listBox ul li a {
  display: block;
}
#top .sec03 .secPanel .listBox ul li .title {
  margin: 10px 0 0;
}
@media (min-width: 1025px) {
  #top .sec03 .secPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top .sec03 .secPanel .titleBox {
    width: 220px;
  }
  #top .sec03 .secPanel .listBox {
    width: calc(100% - 320px);
  }
  #top .sec03 .secPanel .listBox ul {
    display: flex;
    gap: 4vw;
  }
  #top .sec03 .secPanel .listBox ul li {
    width: calc(33.3333333333% - 4vw);
  }
  #top .sec03 .secPanel .listBox ul li .photo {
    position: relative;
    height: 250px;
  }
  #top .sec03 .secPanel .listBox ul li .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#top .sec04 {
  padding: 200px 0;
}
#top .sec04 .secContainer .txtBox .inner {
  max-width: 680px;
}
#top .sec04 .secContainer .txtBox dl {
  margin: 0 0 30px;
}
#top .sec04 .secContainer .txtBox dl dt {
  margin: 0 0 10px;
  font-size: 24px;
}
#top .sec04 .secContainer .txtBox dl dd {
  line-height: 2;
}
#top .sec04 .secContainer .txtBox .btnList .btnMore + .btnMore {
  margin: 15px 0 0;
}
@media (min-width: 1025px) {
  #top .sec04 .secContainer {
    display: flex;
    justify-content: space-between;
  }
  #top .sec04 .secContainer .photoBox {
    width: 50%;
  }
  #top .sec04 .secContainer .photoBox .photo {
    position: relative;
    min-height: 515px;
  }
  #top .sec04 .secContainer .photoBox .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #top .sec04 .secContainer .txtBox {
    width: 45%;
    padding: 0 2%;
  }
}

/*////////////////////////////////////////////////////////////
	about
///////////////////////////////////////////////////////////*/
#about .sec01 {
  position: relative;
  padding: 200px 0;
}
#about .sec01 .txt p + p {
  margin: 20px 0 0;
}
#about .sec01 .photoBox .photo {
  position: relative;
}
#about .sec01 .photoBox .photo::before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 90%;
  height: 90%;
  z-index: -1;
  background: #eeebe8;
}
@media (min-width: 1025px) {
  #about .sec01 .txt {
    width: 48%;
  }
  #about .sec01 .photoBox {
    position: absolute;
    top: 200px;
    right: 0;
    width: 45%;
    max-width: 750px;
  }
}
#about .sec02 {
  padding: 120px 0;
  background: #dfd5cc;
}
#about .sec02 .secBox + .secBox {
  margin: 40px 0 0;
}
#about .sec02 .secBox .ttlBox .sub {
  margin: 0 0 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #9d3b2f;
}
#about .sec02 .secBox .ttlBox .ttl {
  font-size: 24px;
}
@media (min-width: 1025px) {
  #about .sec02 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 160px;
  }
  #about .sec02 .secBox .ttlBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    padding: 0 20px 0 0;
    background: url("../image/about/sec02_line.png") right center no-repeat;
    background-size: 5px auto;
  }
  #about .sec02 .secBox .txtBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
  }
}
#about .sec03 {
  padding: 150px 0;
}
#about .sec03 .infoBox {
  margin: 0 0 60px;
  padding: 15px 0 0;
  background: url("../image/about/sec03_line.png") center top no-repeat;
  background-size: 100% auto;
}
#about .sec03 .infoBox dl {
  padding: 15px;
  line-height: 2;
  border-bottom: 1px dashed #333333;
}
#about .sec03 .infoBox dl dd .telFax > * {
  display: inline-block;
}
#about .sec03 .infoBox dl dd .telFax a {
  display: inline-block;
}
#about .sec03 .infoBox dl dd .telFax span {
  margin: 0 5px 0 10px;
}
@media (min-width: 1025px) {
  #about .sec03 .infoBox dl {
    display: flex;
    justify-content: space-between;
  }
  #about .sec03 .infoBox dl dt {
    width: 240px;
    text-align: right;
  }
  #about .sec03 .infoBox dl dd {
    width: calc(100% - 340px);
  }
}
#about .sec03 .photoList {
  padding: 0 0 100px;
}
#about .sec03 .photoList ul {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  #about .sec03 .photoList ul {
    display: flex;
    justify-content: space-between;
  }
  #about .sec03 .photoList ul li {
    width: 46%;
  }
}

/*////////////////////////////////////////////////////////////
	house
///////////////////////////////////////////////////////////*/
#house .sec01 {
  padding: 150px 0;
}
#house .sec01 .topContainer {
  margin: 0 0 150px;
}
#house .sec01 .topContainer .imgChart {
  max-width: 1100px;
  margin: 0 auto;
}
#house .sec01 .topContainer .chartBox {
  display: none;
}
#house .sec01 .topContainer .txt {
  margin: 50px 0;
  text-align: center;
}
#house .sec01 .topContainer .btnMore {
  margin: 0 auto;
}
#house .sec01 .secContainer01 {
  margin: 0 0 150px;
}
#house .sec01 .secContainer01 .list ul li {
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #adaaa5;
  background: #eeebe8;
}
@media (min-width: 1025px) {
  #house .sec01 .secContainer01 .list ul {
    display: flex;
    justify-content: space-between;
  }
  #house .sec01 .secContainer01 .list ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(25% - 10px);
    font-size: 18px;
    line-height: 1.7;
  }
}
#house .sec01 .secContainer02 {
  padding: 0 0 100px;
}
#house .sec01 .bottomContainer {
  position: relative;
  padding: 0 20px;
}
#house .sec01 .bottomContainer::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  width: 85%;
  height: 70%;
  z-index: -1;
  background: #eeebe8;
}
#house .sec01 .bottomContainer .photoPanel .photo {
  max-width: 1300px;
  margin: 0 auto;
}
#house .sec01 .bottomContainer .btnMore {
  margin: 100px auto 0;
}

/*////////////////////////////////////////////////////////////
	service
///////////////////////////////////////////////////////////*/
#service .reformSection {
  padding: 180px 0;
}
#service .reformSection .topTitlePanel {
  margin: 0 0 80px;
  padding: 0 20px;
  text-align: center;
}
#service .reformSection .secContainer + .secContainer {
  margin: 200px 0 0;
}
#service .reformSection .secContainer .topPanel {
  padding: 0 0 80px;
}
#service .reformSection .secContainer .topPanel .secBox {
  position: relative;
}
#service .reformSection .secContainer .topPanel .secBox .txtBox .ttlBox {
  position: relative;
  padding: 25px 40px;
  background: #eeebe8;
}
#service .reformSection .secContainer .topPanel .secBox .txtBox .ttlBox .num {
  position: absolute;
  top: -25px;
  left: 15px;
  width: 150px;
}
#service .reformSection .secContainer .topPanel .secBox .txtBox .ttlBox p {
  margin: 0 0 5px;
  font-size: 20px;
  color: #9d3b2f;
}
#service .reformSection .secContainer .topPanel .secBox .txtBox .ttlBox h3 {
  font-size: 34px;
}
#service .reformSection .secContainer .topPanel .secBox .txtBox .txt {
  position: relative;
  left: 10px;
}
#service .reformSection .secContainer .topPanel .secBox .txtBox .txt::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 100%;
  max-width: 600px;
  height: calc(100% + 10px);
  z-index: -1;
  background: url("../image/service/txt_bg.png") no-repeat;
  background-size: cover;
}
#service .reformSection .secContainer .topPanel .secBox .txtBox .txt .inner {
  position: relative;
  padding: 20px 40px;
  background: #ffffff;
  z-index: 1;
}
@media (min-width: 1025px) {
  #service .reformSection .secContainer .topPanel .secBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  #service .reformSection .secContainer .topPanel .secBox .photo {
    position: relative;
    top: 10px;
    width: 50%;
    z-index: 1;
  }
  #service .reformSection .secContainer .topPanel .secBox .txtBox {
    width: 48%;
  }
  #service .reformSection .secContainer .topPanel .secBox .txtBox .txt {
    width: 680px;
    font-size: 18px;
  }
}
#service .reformSection .secContainer .recommendPanel {
  padding: 0 0 80px;
}
#service .reformSection .secContainer .recommendPanel .list ul li {
  padding: 0 0 0 40px;
  font-size: 18px;
  background: url("../image/service/list_check.png") left center no-repeat;
  background-size: 25px auto;
}
#service .reformSection .secContainer .recommendPanel .list ul li + li {
  margin: 20px 0 0;
}
@media (min-width: 1025px) {
  #service .reformSection .secContainer .recommendPanel .list {
    display: flex;
    justify-content: space-between;
  }
  #service .reformSection .secContainer .recommendPanel .list ul {
    width: 48%;
  }
}
#service .reformSection .slidePanel .slideBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .reformSection .slidePanel .slideBox ul li {
  width: 25%;
  margin: 0 5px;
}

/*////////////////////////////////////////////////////////////
    seismic (耐震制振)
///////////////////////////////////////////////////////////*/
#seismic .sec01 {
  padding: 100px 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#seismic .sec01 .topTxt {
  margin: 0 0 100px;
}
#seismic .sec01 .topTxt p + p {
  margin: 20px 0 0;
}
#seismic .sec01 .subTtl {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#seismic .sec01 .problemContainer {
  position: relative;
  padding: 100px 0;
}
#seismic .sec01 .problemContainer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background: url("../image/seismic/problem_bg.png") no-repeat;
  background-size: cover;
}
#seismic .sec01 .problemContainer .arrow {
  width: 80px;
  margin: 60px auto;
}
#seismic .sec01 .problemContainer .list01 {
  max-width: 1200px;
  margin: 0 auto;
}
#seismic .sec01 .problemContainer .list01 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  font-size: 14px;
  color: #f0f0f0;
  text-align: center;
  line-height: 2;
  border-radius: 50%;
  background: #282828;
}
@media (min-width: 1025px) {
  #seismic .sec01 .problemContainer .list01 ul {
    display: flex;
    justify-content: space-between;
  }
  #seismic .sec01 .problemContainer .list01 ul li {
    width: 300px;
    height: 300px;
  }
}
#seismic .sec01 .problemContainer .list02 {
  max-width: 1200px;
  margin: 0 auto;
}
#seismic .sec01 .problemContainer .list02 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  border-radius: 50%;
  border: 1px solid #282828;
  background: #ffffff;
}
@media (min-width: 1025px) {
  #seismic .sec01 .problemContainer .list02 ul {
    display: flex;
    justify-content: space-between;
  }
  #seismic .sec01 .problemContainer .list02 ul li {
    width: 300px;
    height: 300px;
  }
}
#seismic .sec01 .reformContainer {
  padding: 100px 0;
}
#seismic .sec01 .reformContainer .subTxt {
  margin: 0 0 40px;
  text-align: center;
}
#seismic .sec01 .reformContainer .list ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #000000;
  background: url("../image/seismic/reform_arrow.png") right 5px bottom 5px no-repeat #f7f7f7;
  background-size: 25px auto;
}
#seismic .sec01 .reformContainer .list ul li .headTtl {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #aeaeae;
  text-align: center;
}
#seismic .sec01 .reformContainer .list ul li .headTtl em {
  background: linear-gradient(transparent 60%, #e2e2e2 60%);
}
#seismic .sec01 .reformContainer .list ul li dl dt {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
#seismic .sec01 .reformContainer .list ul li dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  margin: 0 auto;
  background: #000000;
}
#seismic .sec01 .reformContainer .list ul li dl dd {
  line-height: 2;
}
#seismic .sec01 .reformContainer .list ul li dl dd p + p {
  margin: 15px 0 0;
}
#seismic .sec01 .reformContainer .list ul li dl dd em {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #seismic .sec01 .reformContainer .list ul {
    display: flex;
    justify-content: space-between;
  }
  #seismic .sec01 .reformContainer .list ul li {
    width: 49%;
  }
}
#seismic .sec01 .reformContainer aside {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 2;
}
#seismic .sec01 .meritContainer {
  padding: 100px 0;
}
#seismic .sec01 .meritContainer .secBoxList {
  padding: 40px 0 0;
}
#seismic .sec01 .meritContainer .secBox + .secBox {
  margin: 60px 0 0;
}
#seismic .sec01 .meritContainer .secBox .ttlBox {
  font-weight: bold;
}
#seismic .sec01 .meritContainer .secBox .ttlBox .merit {
  margin: 0 0 20px;
}
#seismic .sec01 .meritContainer .secBox .ttlBox .merit em {
  color: #aeaeae;
}
#seismic .sec01 .meritContainer .secBox .ttlBox .ttl {
  font-size: 20px;
}
#seismic .sec01 .meritContainer .secBox .ttlBox .ttl > * {
  line-height: 2;
}
@media (min-width: 1025px) {
  #seismic .sec01 .meritContainer .secBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #seismic .sec01 .meritContainer .secBox .ttlBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #aeaeae;
  }
  #seismic .sec01 .meritContainer .secBox .txtBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    padding: 20px 0 20px 20px;
  }
}

/*////////////////////////////////////////////////////////////
    earthquake-resistant (耐震)
///////////////////////////////////////////////////////////*/
#earthquake-resistant .pageContainer {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#earthquake-resistant .secTtl {
  margin: 0 0 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#earthquake-resistant .topSection {
  padding: 100px 0;
}
#earthquake-resistant .sec01 {
  padding: 0 0 120px;
}
#earthquake-resistant .sec01 .list ul li {
  padding: 20px;
  font-size: 14px;
  color: #f0f0f0;
  text-align: center;
  line-height: 2;
  background: #282828;
}
@media (min-width: 1025px) {
  #earthquake-resistant .sec01 .list ul {
    display: flex;
    justify-content: space-between;
  }
  #earthquake-resistant .sec01 .list ul li {
    width: calc(33.3333333333% - 40px);
  }
}
#earthquake-resistant .sec02 {
  padding: 120px 0;
}
#earthquake-resistant .sec02 .listBox ul li p {
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1025px) {
  #earthquake-resistant .sec02 .listBox ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 60px;
  }
  #earthquake-resistant .sec02 .listBox ul li {
    width: calc(33.3333333333% - 40px);
  }
}
#earthquake-resistant .sec02 .infoBox {
  margin: 100px auto 0;
  padding: 50px 50px;
  text-align: center;
  border: 1px solid #000000;
}
#earthquake-resistant .sec02 .infoBox .ttl {
  display: inline-block;
  margin: 0 0 40px;
  padding: 0 10px 5px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px dashed #000000;
}
#earthquake-resistant .sec02 .infoBox .message {
  margin: 0 0 40px;
  padding: 20px;
  line-height: 2;
  background: #efefef;
}
#earthquake-resistant .sec02 .infoBox .txt p + p {
  margin: 30px 0 0;
}
#earthquake-resistant .sec03 {
  padding: 120px 0;
  background: url("../image/earthquake-resistant/case_sec_bg.png") no-repeat;
  background-size: cover;
}
#earthquake-resistant .sec03 .secPanel + .secPanel {
  margin: 100px 0 0;
}
#earthquake-resistant .sec03 .secPanel .secBox .txtBox {
  padding: 30px 0 0;
}
#earthquake-resistant .sec03 .secPanel .secBox .txtBox .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#earthquake-resistant .sec03 .secPanel .secBox .txtBox .info {
  margin: 40px 0 0;
}
#earthquake-resistant .sec03 .secPanel .secBox .txtBox .info dl {
  font-size: 0;
  font-weight: bold;
}
#earthquake-resistant .sec03 .secPanel .secBox .txtBox .info dl + dl {
  margin: 15px 0 0;
}
#earthquake-resistant .sec03 .secPanel .secBox .txtBox .info dl dt {
  display: inline-block;
  font-size: 16px;
  color: #aeaeae;
  letter-spacing: 0.1em;
}
#earthquake-resistant .sec03 .secPanel .secBox .txtBox .info dl dd {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1em;
  vertical-align: top;
}
#earthquake-resistant .sec03 .secPanel .secBox .txtBox .txt {
  margin: 20px 0 0;
}
@media (min-width: 1025px) {
  #earthquake-resistant .sec03 .secPanel .secBox {
    display: flex;
    justify-content: space-between;
  }
  #earthquake-resistant .sec03 .secPanel .secBox .photo {
    position: relative;
    width: 280px;
  }
  #earthquake-resistant .sec03 .secPanel .secBox .txtBox {
    width: calc(100% - 380px);
  }
}
#earthquake-resistant .sec03 .secPanel .listBox {
  margin: 80px 0 0;
}
#earthquake-resistant .sec03 .secPanel .listBox ul li .txt {
  padding: 10px 0;
  font-size: 14px;
}
@media (min-width: 1025px) {
  #earthquake-resistant .sec03 .secPanel .listBox ul {
    display: flex;
    justify-content: flex-start;
    gap: 120px;
  }
  #earthquake-resistant .sec03 .secPanel .listBox ul li {
    width: 280px;
  }
  #earthquake-resistant .sec03 .secPanel .listBox ul li .photo {
    position: relative;
    height: 370px;
  }
  #earthquake-resistant .sec03 .secPanel .listBox ul li .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*////////////////////////////////////////////////////////////
    vibration-control (制振)
///////////////////////////////////////////////////////////*/
#vibration-control .pageContainer {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#vibration-control .secTtl {
  margin: 0 0 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#vibration-control .topSection {
  padding: 100px 0;
}
#vibration-control .sec01 .list ul li {
  padding: 20px;
  font-size: 14px;
  color: #f0f0f0;
  text-align: center;
  line-height: 2;
  background: #282828;
}
@media (min-width: 1025px) {
  #vibration-control .sec01 .list ul {
    display: flex;
    justify-content: space-between;
  }
  #vibration-control .sec01 .list ul li {
    width: calc(33.3333333333% - 40px);
  }
}
#vibration-control .sec01 .secContainer01 {
  margin: 100px 0;
  padding: 100px 0;
  text-align: center;
  background: url("../image/vibration-control/sec01_cnt_bg_01.png") no-repeat;
  background-size: cover;
}
#vibration-control .sec01 .secContainer01 .ttl {
  margin: 0 0 40px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
#vibration-control .sec01 .secContainer01 .txt {
  margin: 0 0 60px;
}
#vibration-control .sec01 .secContainer01 .chart {
  max-width: 740px;
  margin: 0 auto;
}
#vibration-control .sec01 .secContainer02 {
  padding: 30px 0;
}
#vibration-control .sec01 .secContainer02 .message {
  font-size: 24px;
  text-align: center;
}
#vibration-control .sec01 .chartContainer {
  padding: 100px 0;
  text-align: center;
  background: url("../image/vibration-control/sec01_cnt_bg_02.png") no-repeat;
  background-size: cover;
}
#vibration-control .sec01 .chartContainer .topTtl {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#vibration-control .sec01 .chartContainer .topTtl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  margin: 0 auto;
  background: #000000;
}
#vibration-control .sec01 .secContainer03 {
  margin: 0 0 60px;
}
#vibration-control .sec01 .secContainer03 .topTxt {
  margin: 0 0 40px;
  text-align: center;
}
#vibration-control .sec01 .secContainer03 .secPanel {
  padding: 40px 20px;
  text-align: center;
  background: #ffffff;
}
#vibration-control .sec01 .secContainer03 .secPanel .pTtl {
  margin: 0 0 40px;
  font-size: 20px;
}
#vibration-control .sec01 .secContainer03 .secPanel .chart01 {
  max-width: 650px;
  margin: 0 auto;
}
#vibration-control .sec01 .secContainer03 .secPanel .chart02 {
  max-width: 420px;
  margin: 0 auto;
}
#vibration-control .sec01 .secContainer03 .secPanel .txt {
  margin: 20px 0 0;
}
#vibration-control .sec01 .secContainer03 .arrow {
  width: 120px;
  margin: 40px auto;
}
#vibration-control .sec01 .secContainer04 .secBox01 {
  margin: 0 0 60px;
}
#vibration-control .sec01 .secContainer04 .secBox01 .txtBox {
  padding: 30px 0 0;
  text-align: left;
}
@media (min-width: 1025px) {
  #vibration-control .sec01 .secContainer04 .secBox01 {
    display: flex;
    justify-content: space-between;
  }
  #vibration-control .sec01 .secContainer04 .secBox01 .chart {
    width: 55%;
  }
  #vibration-control .sec01 .secContainer04 .secBox01 .txtBox {
    width: 40%;
  }
}
#vibration-control .sec01 .secContainer04 .secBox02 .boxTtl {
  margin: 0 0 40px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
#vibration-control .sec01 .secContainer04 .secBox02 .img01 {
  max-width: 1000px;
  margin: 0 auto 20px;
}
#vibration-control .sec01 .secContainer04 .secBox02 .img02 {
  max-width: 1000px;
  margin: 0 auto;
}
#vibration-control .sec01 .secContainer05 {
  padding: 100px 0;
}
#vibration-control .sec01 .secContainer05 .ttl {
  margin: 0 0 50px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}
#vibration-control .sec01 .secContainer05 .secBox .txtBox {
  padding: 30px 0 0;
}
@media (min-width: 1025px) {
  #vibration-control .sec01 .secContainer05 .secBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #vibration-control .sec01 .secContainer05 .secBox .photo {
    width: 55%;
  }
  #vibration-control .sec01 .secContainer05 .secBox .txtBox {
    width: 40%;
  }
}
#vibration-control .sec01 .secContainer06 {
  padding: 100px 0;
}
#vibration-control .sec01 .secContainer06 .ttl {
  margin: 0 0 50px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}
#vibration-control .sec01 .secContainer06 .topTxt {
  margin: 0 0 30px;
}
#vibration-control .sec01 .secContainer06 .secPanel {
  padding: 60px 20px;
  background: #f0f0f0;
}
#vibration-control .sec01 .secContainer06 .secPanel .secBox {
  max-width: 1000px;
  margin: 0 auto;
}
#vibration-control .sec01 .secContainer06 .secPanel .secBox .ttlBox .logo {
  max-width: 220px;
  margin: 0 0 60px;
}
#vibration-control .sec01 .secContainer06 .secPanel .secBox .ttlBox .txt {
  margin: 0 0 40px;
}
#vibration-control .sec01 .secContainer06 .secPanel .secBox .ttlBox .chart01 {
  max-width: 330px;
}
#vibration-control .sec01 .secContainer06 .secPanel .secBox .txtBox .leftBox .info {
  margin: 0 0 20px;
  line-height: 2;
}
#vibration-control .sec01 .secContainer06 .secPanel .secBox .txtBox .leftBox .chart02 {
  max-width: 300px;
}
#vibration-control .sec01 .secContainer06 .secPanel .secBox .txtBox .rightBox .chart03 {
  max-width: 150px;
}
@media (min-width: 1025px) {
  #vibration-control .sec01 .secContainer06 .secPanel .secBox {
    display: flex;
    justify-content: space-between;
  }
  #vibration-control .sec01 .secContainer06 .secPanel .secBox .ttlBox {
    width: 45%;
  }
  #vibration-control .sec01 .secContainer06 .secPanel .secBox .txtBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 50%;
  }
  #vibration-control .sec01 .secContainer06 .secPanel .secBox .txtBox .leftBox {
    width: 70%;
  }
  #vibration-control .sec01 .secContainer06 .secPanel .secBox .txtBox .rightBox {
    width: 25%;
  }
}
#vibration-control .sec02 {
  padding: 120px 0;
}
#vibration-control .sec02 .secBox + .secBox {
  margin: 60px 0 0;
}
#vibration-control .sec02 .secBox .ttlBox {
  font-weight: bold;
}
#vibration-control .sec02 .secBox .ttlBox .merit {
  margin: 0 0 20px;
}
#vibration-control .sec02 .secBox .ttlBox .merit em {
  color: #aeaeae;
}
#vibration-control .sec02 .secBox .ttlBox .ttl {
  max-width: 310px;
  font-size: 20px;
}
#vibration-control .sec02 .secBox .ttlBox .ttl > * {
  line-height: 2;
}
@media (min-width: 1025px) {
  #vibration-control .sec02 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #vibration-control .sec02 .secBox .ttlBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #aeaeae;
  }
  #vibration-control .sec02 .secBox .txtBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    padding: 20px 0 20px 20px;
  }
}
#vibration-control .sec03 {
  padding: 120px 0;
  background: url("../image/earthquake-resistant/case_sec_bg.png") no-repeat;
  background-size: cover;
}
#vibration-control .sec03 .secPanel + .secPanel {
  margin: 100px 0 0;
}
#vibration-control .sec03 .secPanel .secBox .txtBox {
  padding: 30px 0 0;
}
#vibration-control .sec03 .secPanel .secBox .txtBox .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#vibration-control .sec03 .secPanel .secBox .txtBox .info {
  margin: 40px 0 0;
}
#vibration-control .sec03 .secPanel .secBox .txtBox .info dl {
  font-size: 0;
  font-weight: bold;
}
#vibration-control .sec03 .secPanel .secBox .txtBox .info dl + dl {
  margin: 15px 0 0;
}
#vibration-control .sec03 .secPanel .secBox .txtBox .info dl dt {
  display: inline-block;
  font-size: 16px;
  color: #aeaeae;
  letter-spacing: 0.1em;
}
#vibration-control .sec03 .secPanel .secBox .txtBox .info dl dd {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1em;
  vertical-align: top;
}
#vibration-control .sec03 .secPanel .secBox .txtBox .txt {
  margin: 20px 0 0;
}
@media (min-width: 1025px) {
  #vibration-control .sec03 .secPanel .secBox {
    display: flex;
    justify-content: space-between;
  }
  #vibration-control .sec03 .secPanel .secBox .photo {
    position: relative;
    width: 280px;
  }
  #vibration-control .sec03 .secPanel .secBox .txtBox {
    width: calc(100% - 380px);
  }
}
#vibration-control .sec03 .secPanel .listBox {
  margin: 80px 0 0;
}
#vibration-control .sec03 .secPanel .listBox ul li .txt {
  padding: 10px 0;
  font-size: 14px;
}
@media (min-width: 1025px) {
  #vibration-control .sec03 .secPanel .listBox ul {
    display: flex;
    justify-content: flex-start;
    gap: 120px;
  }
  #vibration-control .sec03 .secPanel .listBox ul li {
    width: 280px;
  }
  #vibration-control .sec03 .secPanel .listBox ul li .photo {
    position: relative;
    height: 370px;
  }
  #vibration-control .sec03 .secPanel .listBox ul li .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*////////////////////////////////////////////////////////////
   board
///////////////////////////////////////////////////////////*/
#board .pageContainer {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#board .topSection {
  padding: 100px 0;
}
#board .topSection .secTtl {
  margin: 0 0 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#board .topSection .secTtl em {
  display: block;
  font-size: 40px;
  color: #9d3b2f;
}
#board .topSection .secBox {
  margin: 0 0 60px;
}
#board .topSection .secBox .txtBox {
  padding: 20px 0 0;
}
#board .topSection .secBox .txtBox .ttl {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
}
#board .topSection .secBox .txtBox .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: -1;
  background: #000000;
}
#board .topSection .secBox .txtBox .ttl > * {
  display: inline-block;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  z-index: 1;
  background: #ffffff;
}
@media (min-width: 1025px) {
  #board .topSection .secBox {
    display: flex;
    justify-content: space-between;
  }
  #board .topSection .secBox .photo {
    width: 50%;
  }
  #board .topSection .secBox .txtBox {
    width: 45%;
  }
}
#board .topSection .requestPanel {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  border-top: 5px solid #9d3b2f;
  border-bottom: 5px solid #9d3b2f;
}
#board .topSection .requestPanel .ttl {
  margin: 0 0 40px;
}
#board .topSection .requestPanel .ttl > * {
  display: inline-block;
  padding: 0 40px;
  font-size: 34px;
  font-weight: bold;
  background: url("../image/board/top_sec_slash_01.png") left center no-repeat, url("../image/board/top_sec_slash_02.png") right center no-repeat;
  background-size: 30px auto, 30px auto;
}
#board .topSection .requestPanel .list {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
#board .topSection .requestPanel .list ul li {
  padding: 0 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  background: url("../image/board/top_sec_check.png") left center no-repeat;
  background-size: 20px auto;
}
#board .topSection .requestPanel .list ul li + li {
  margin: 10px 0 0;
}
#board .sectionTitle {
  position: relative;
  margin: 0 0 40px;
}
#board .sectionTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000000;
}
#board .sectionTitle > * {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  font-size: 24px;
  font-weight: bold;
  z-index: 1;
  background: #ffffff;
}
#board .sec01 {
  padding: 0 0 100px;
}
#board .sec01 .listBox ul dl {
  margin: 20px 0 0;
  font-weight: bold;
}
#board .sec01 .listBox ul dl dt {
  margin: 0 0 10px;
  font-size: 20px;
  text-align: center;
}
#board .sec01 .listBox ul dl dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  #board .sec01 .listBox ul {
    display: flex;
    justify-content: space-between;
  }
  #board .sec01 .listBox ul li {
    width: calc(33.3333333333% - 20px);
  }
}
#board .sec02 {
  padding: 0 0 100px;
}
#board .sec02 .listBox ul li {
  padding: 40px 20px;
  background: #eeebe8;
}
#board .sec02 .listBox ul dl {
  font-weight: bold;
}
#board .sec02 .listBox ul dl dt {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 15px;
  font-size: 20px;
  text-align: center;
}
#board .sec02 .listBox ul dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  margin: 0 auto;
  background: #000000;
}
#board .sec02 .listBox ul dl dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  #board .sec02 .listBox ul {
    display: flex;
    justify-content: space-between;
  }
  #board .sec02 .listBox ul li {
    width: calc(33.3333333333% - 20px);
  }
}
#board .sec03 {
  padding: 80px 0;
  background: #f2ede9;
}
#board .sec03 .sectionTitle > * {
  background: #f2ede9;
}
#board .sec03 .secBox + .secBox {
  margin: 60px 0 0;
}
#board .sec03 .secBox .txtBox {
  padding: 15px 0 0;
}
#board .sec03 .secBox .txtBox .ttl {
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
#board .sec03 .secBox .txtBox .info {
  margin: 30px 0 0;
}
#board .sec03 .secBox .txtBox .info dl {
  font-size: 0;
  font-weight: bold;
}
#board .sec03 .secBox .txtBox .info dl + dl {
  margin: 5px 0 0;
}
#board .sec03 .secBox .txtBox .info dl dt {
  display: inline-block;
  font-size: 16px;
  color: #707070;
}
#board .sec03 .secBox .txtBox .info dl dd {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
#board .sec03 .secBox .txtBox .txt {
  margin: 30px 0 0;
}
#board .sec03 .secBox .txtBox .txt p + p {
  margin: 30px 0 0;
}
@media (min-width: 1025px) {
  #board .sec03 .secBox {
    display: flex;
    justify-content: space-between;
  }
  #board .sec03 .secBox .photo {
    width: 30%;
  }
  #board .sec03 .secBox .txtBox {
    width: 65%;
  }
}
#board .sec04 {
  padding: 80px 0;
  background: #f2ede9;
}
#board .sec04 .sectionTitle > * {
  background: #f2ede9;
}
#board .sec04 .secPanel .titleBox .more {
  max-width: 200px;
}
#board .sec04 .secPanel .titleBox .more a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background: url("../image/board/sec04_more_arrow.png") right 15px center no-repeat #9d3b2f;
}
#board .sec04 .secPanel .listBox ul li a {
  display: block;
}
#board .sec04 .secPanel .listBox ul li .title {
  margin: 10px 0 0;
}
@media (min-width: 1025px) {
  #board .sec04 .secPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  #board .sec04 .secPanel .titleBox {
    width: 220px;
  }
  #board .sec04 .secPanel .listBox {
    width: calc(100% - 320px);
  }
  #board .sec04 .secPanel .listBox ul {
    display: flex;
    gap: 4vw;
  }
  #board .sec04 .secPanel .listBox ul li {
    width: calc(33.3333333333% - 4vw);
  }
  #board .sec04 .secPanel .listBox ul li .photo {
    position: relative;
    height: 250px;
  }
  #board .sec04 .secPanel .listBox ul li .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*////////////////////////////////////////////////////////////
   voice
///////////////////////////////////////////////////////////*/
#voice .sec01 {
  padding: 120px 0;
}
#voice .sec01 .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
#voice .sec01 .section + .section {
  margin: 100px 0 0;
}
#voice .sec01 .section .pageSecSubTtlBox .pageSecSubTtl {
  display: inline-block;
  max-width: 900px;
  padding: 0 20px;
}
#voice .sec01 .section .secBox .imgBox {
  position: relative;
}
#voice .sec01 .section .secBox .imgBox .stamp {
  position: absolute;
  top: 0;
  right: 10px;
  width: 150px;
}
#voice .sec01 .section .secBox .txtBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
  background: #ffffff;
}
#voice .sec01 .section .secBox .txtBox::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../image/voice/voice_txt_bg.png") no-repeat;
  background-size: cover;
}
@media (min-width: 1025px) {
  #voice .sec01 .section .secBox {
    display: flex;
    justify-content: space-between;
  }
  #voice .sec01 .section .secBox .imgBox {
    width: 49%;
  }
  #voice .sec01 .section .secBox .txtBox {
    width: 49%;
  }
}
#voice .sec01 .section .listBox {
  margin: 50px 0 0;
}
@media (min-width: 1025px) {
  #voice .sec01 .section .listBox ul {
    display: flex;
    margin: 0 0 0 -30px;
  }
  #voice .sec01 .section .listBox ul li {
    position: relative;
    width: calc(33.3333333333% - 30px);
    height: 250px;
    margin: 0 0 0 30px;
  }
  #voice .sec01 .section .listBox ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*////////////////////////////////////////////////////////////
   faq
///////////////////////////////////////////////////////////*/
#faq .sec01 {
  padding: 120px 0;
}
#faq .sec01 .pagingList {
  margin: 0 0 20px;
}
#faq .sec01 .pagingList ul li {
  width: 250px;
}
@media (min-width: 1025px) {
  #faq .sec01 .pagingList ul {
    display: flex;
    justify-content: center;
  }
  #faq .sec01 .pagingList ul li {
    margin: 0 20px;
  }
}
#faq .sec01 .section {
  padding: 100px 0;
}
#faq .sec01 .section:nth-child(even) {
  background: #dfd5cc;
}
#faq .sec01 .section .pageSecSubTtlBox .pageSecSubTtl {
  max-width: 100%;
  padding: 0 40px;
  text-align: left;
}
#faq .sec01 .secPanel {
  padding: 20px;
  background: #eeebe8;
}
#faq .sec01 .secPanel + .secPanel {
  margin: 20px 0 0;
}
#faq .sec01 .secPanel .pHead {
  padding: 0 50px 0 30px;
  cursor: pointer;
  background: url("../image/faq/accord_plus.png") right 10px center no-repeat;
  background-size: 20px auto;
}
#faq .sec01 .secPanel .pHead.active {
  background: url("../image/faq/accord_minus.png") right 10px center no-repeat;
  background-size: 11px auto;
}
#faq .sec01 .secPanel .pHead h3 {
  font-size: 24px;
}
#faq .sec01 .secPanel .pHead h3 em {
  margin: 0 5px 0 0;
  color: #9d3b2f;
}
#faq .sec01 .secPanel .pBody {
  display: none;
  padding: 15px 0 0;
  font-size: 18px;
}
#faq .sec01 .secPanel .pBody .txtBox {
  padding: 20px 30px;
  background: #ffffff;
}
#faq .sec01 .secPanel .pBody .secBox {
  padding: 20px 30px;
  background: #ffffff;
}
@media (min-width: 1025px) {
  #faq .sec01 .secPanel .pBody .secBox {
    display: flex;
    justify-content: space-between;
  }
  #faq .sec01 .secPanel .pBody .secBox .photo {
    width: 25%;
  }
  #faq .sec01 .secPanel .pBody .secBox .txt {
    width: 70%;
  }
}

/*////////////////////////////////////////////////////////////
   contact
///////////////////////////////////////////////////////////*/
#contact .sec01 {
  padding: 100px 0;
}
#contact .sec01 .topTxt {
  margin: 0 0 40px;
  text-align: center;
}
#contact .sec02 {
  padding: 100px 0;
  background: #dfd5cc;
}
#contact .sec02 .telBox {
  max-width: 540px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  background: #ffffff;
}
#contact .sec02 .telBox .tel a {
  display: inline-block;
  font-size: 34px;
}
#contact .contactContainer .formBox dl {
  padding: 15px 0;
  border-bottom: 1px dashed #333333;
}
#contact .contactContainer .formBox dl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact .contactContainer .formBox dl dt em span {
  display: inline-block;
  padding: 3px 5px;
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  background: #9d3b2f;
}
#contact .contactContainer .formBox dl dt small {
  display: block;
  width: 100%;
  margin: 5px 0 0;
  font-size: 13px;
}
@media (min-width: 1025px) {
  #contact .contactContainer .formBox dl {
    display: flex;
    align-items: center;
  }
  #contact .contactContainer .formBox dl dt {
    width: 300px;
    margin: 0 30px 0 0;
  }
  #contact .contactContainer .formBox dl dd {
    width: calc(100% - 330px);
  }
  #contact .contactContainer .formBox dl.multi {
    align-items: flex-start;
  }
  #contact .contactContainer .formBox dl.multi dt {
    padding: 10px 0 0;
  }
}
#contact .contactContainer .formBox .addressBox .postalBox {
  display: flex;
  align-items: center;
}
#contact .contactContainer .formBox .addressBox .postalBox .inputBox {
  width: 110px;
}
#contact .contactContainer .formBox .addressBox .postalBox > span {
  display: inline-block;
  margin: 0 5px;
}
#contact .contactContainer .formBox .addressBox .innerBox {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
}
#contact .contactContainer .formBox .addressBox .innerBox > p {
  width: 80px;
}
#contact .contactContainer .formBox .addressBox .innerBox .inputBox {
  width: calc(100% - 70px);
}
#contact .privacy {
  margin: 30px 0 50px;
}
#contact .privacy .agreeBox {
  overflow: scroll;
  height: 400px;
  padding: 15px 20px;
  line-height: 2;
  border-radius: 4px;
  border: 1px solid #adaaa5;
  background: #f5f4f3;
}
#contact .privacy .box + .box {
  margin: 40px 0 0;
}
#contact .privacy dl dt {
  margin: 0 0 5px;
  font-weight: bold;
}
#contact .privacy span {
  display: block;
}
#contact .privacy a {
  display: inline-block;
}

/* --------------------------------------------------
	form
-------------------------------------------------- */
.formBox {
  /*テキストエリア*/
}
.formBox input[type=text],
.formBox input[type=email],
.formBox input[type=tel] {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #adaaa5;
  background: #eeebe8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formBox textarea {
  width: 100%;
  height: 180px;
  padding: 20px 25px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #adaaa5;
  background: #eeebe8;
  resize: none;
}
.formBox input[type=text]:focus,
.formBox input[type=email]:focus,
.formBox input[type=tel]:focus,
.formBox textarea:focus {
  outline: 0;
  border: none;
}
.formBox ::placeholder {
  color: #000000;
  opacity: 0.3;
}
.formBox .submitBtn {
  position: relative;
  max-width: 280px;
  margin: 60px auto 0;
}
.formBox .submitBtn:after {
  content: "";
  position: absolute;
  top: 40%;
  right: -15px;
  width: 30px;
  height: 5px;
  background: url("../image/common/btn_more_arrow.png") center no-repeat;
  background-size: 30px auto;
}
.formBox .submitBtn input[type=submit] {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #534e47;
  background: #eeebe8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.4s;
}
.formBox .submitBtn input[type=submit][disabled] {
  cursor: default;
  opacity: 0.6;
}
.formBox .checkItem {
  max-width: 375px;
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: center;
}
.formBox .checkItem > label {
  position: relative;
  display: block;
}
.formBox .checkItem input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.formBox .checkItem span {
  display: block;
  padding-left: 50px;
  position: relative;
}
.formBox .checkItem span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto 0;
  border: 1px solid #adaaa5;
  background: #f5f4f3;
}
.formBox .checkItem input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
}
.formBox .checkItem.agreeCheck > label {
  display: inline-block;
}

.formBox .upBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5px 0;
}
.formBox .upBox .photoTxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  font-size: 14px;
}
.formBox .upBox .inputFile {
  width: 220px;
}
.formBox .upBox .inputFile > div {
  position: relative;
  height: 60px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  background: #9d3b2f;
}
.formBox .upBox .inputFile label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.formBox .upBox .inputFile span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.formBox .upBox .inputFile input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}
.formBox .upBox .inputFile input[type=file] + input {
  display: none;
}
.formBox .upBox .inputFile .file-1 .wpcf7-not-valid-tip,
.formBox .upBox .inputFile .file-2 .wpcf7-not-valid-tip,
.formBox .upBox .inputFile .file-3 .wpcf7-not-valid-tip {
  left: auto;
  right: -240px;
}
.formBox .upBox .filename {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 360px);
  margin-left: 15px;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.formBox .upBox .filename .delete {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  cursor: pointer;
  background: url("../image/contact/icon_file_delete.png") no-repeat;
  background-size: 8px auto;
}
.formBox .upBox .filename.changed .filetxt {
  color: #2f4057;
}
.formBox .upBox .filename.changed .delete {
  display: block;
}

.formBox .wpcf7-custom-item-error + .upBox {
  margin-top: 15px;
}

/*////////////////////////////////////////////////////////////
   case
///////////////////////////////////////////////////////////*/
#case .blogSection {
  padding: 60px 0 100px;
}
#case .blogSection .blogContainer .leftPanel dl dt {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 0 25px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#case .blogSection .blogContainer .leftPanel dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto 0;
  border-radius: 50%;
  background: #9d3b2f;
}
#case .blogSection .blogContainer .leftPanel dl dd ul li + li {
  margin: 10px 0 0;
}
#case .blogSection .blogContainer .rightPanel .caseList ul li a {
  display: block;
}
#case .blogSection .blogContainer .rightPanel .caseList ul li .photoBox {
  position: relative;
}
#case .blogSection .blogContainer .rightPanel .caseList ul li .photoBox .cate {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  min-width: 100px;
  padding: 2px 20px;
  font-size: 13px;
  color: #ffffff;
  background: #9d3b2f;
}
#case .blogSection .blogContainer .rightPanel .caseList ul li .title {
  margin: 10px 0 0;
}
#case .blogSection .blogContainer .rightPanel .caseDetail {
  padding: 0 0 60px;
}
#case .blogSection .blogContainer .rightPanel .caseDetail .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 0 20px;
  padding: 0 0 10px;
  background: url("../image/case/title_line.png") left bottom no-repeat;
  background-size: 100% auto;
}
#case .blogSection .blogContainer .rightPanel .caseDetail .titleBox .title {
  font-size: 30px;
}
#case .blogSection .blogContainer .rightPanel .caseDetail .titleBox .cate {
  display: inline-block;
  min-width: 100px;
  padding: 2px 20px;
  font-size: 13px;
  color: #ffffff;
  background: #9d3b2f;
}
#case .blogSection .blogContainer .rightPanel .caseDetail .postContents {
  padding: 30px 0 0;
  line-height: 2;
}
#case .blogSection .blogContainer .rightPanel .caseDetail .postContents img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#case .blogSection .blogContainer .rightPanel .btnBack {
  max-width: 200px;
  margin: 0 auto;
}
#case .blogSection .blogContainer .rightPanel .btnBack a {
  position: relative;
  display: block;
  padding: 12px 10px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #534e47;
  background: #eeebe8;
}
#case .blogSection .blogContainer .rightPanel .btnBack a:after {
  content: "";
  position: absolute;
  top: 40%;
  left: -15px;
  width: 30px;
  height: 5px;
  background: url("../image/common/btn_back_arrow.png") center no-repeat;
  background-size: 30px auto;
}
@media (min-width: 1025px) {
  #case .blogSection .blogContainer {
    display: flex;
    justify-content: space-between;
  }
  #case .blogSection .blogContainer .leftPanel {
    width: 280px;
  }
  #case .blogSection .blogContainer .rightPanel {
    width: calc(100% - 330px);
  }
  #case .blogSection .blogContainer .rightPanel .caseList ul {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
  }
  #case .blogSection .blogContainer .rightPanel .caseList ul li {
    width: calc(33.3333333333% - 40px);
    margin: 40px 0 0 40px;
  }
  #case .blogSection .blogContainer .rightPanel .caseList ul .photo {
    position: relative;
    height: 180px;
  }
  #case .blogSection .blogContainer .rightPanel .caseList ul .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#case .blogSection .list__pagination {
  margin: 60px 0 0;
}
#case .blogSection .list__pagination {
  margin: 60px 0 0;
}
#case .blogSection .list__pagination .pagination {
  display: flex;
  justify-content: center;
}
#case .blogSection .list__pagination .pagination li {
  margin: 0 10px;
}
#case .blogSection .list__pagination .pagination li a,
#case .blogSection .list__pagination .pagination li span {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
#case .blogSection .list__pagination .pagination li.current a,
#case .blogSection .list__pagination .pagination li.current span {
  color: #c1d3ca;
  border: 1px solid #3f3f3f;
  background: #3f3f3f;
}
#case .blogSection .list__pagination .pagination li.previous a,
#case .blogSection .list__pagination .pagination li.previous span {
  border: none;
  background: none;
}
#case .blogSection .list__pagination .pagination li.previous a:before,
#case .blogSection .list__pagination .pagination li.previous span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 12px;
  margin: auto;
  background: url("../image/common/pagination_prev.png") no-repeat;
  background-size: 100%;
}
#case .blogSection .list__pagination .pagination li.next a,
#case .blogSection .list__pagination .pagination li.next span {
  border: none;
  background: none;
}
#case .blogSection .list__pagination .pagination li.next a:before,
#case .blogSection .list__pagination .pagination li.next span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 12px;
  margin: auto;
  background: url("../image/common/pagination_next.png") no-repeat;
  background-size: 100%;
}

div.simple {
    width: 900px;
    margin: 0px auto 15px;
}

.clearfix {
    min-height: 1px;
}

div.columns {
    width: 1000px;
    margin: 0px auto 15px;
}

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

div.column2 {
    width: 440px;
    margin-right: 20px;
}

div.column {
    float: left;
}

div.image {
    text-align: center;
}

.noborder {
    border: none !important;
    padding: 0 !important;
}

div.text {
    color: #3A3A3A;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 10px;
}

div.texts {
    width: 900px;
    margin: 0px auto 15px;
}

div.beforeafter {
    width: 900px;
    margin: 0px auto 15px;
    display: table;
}

div.beforeafter-horizontal div.before {
    text-align: left;
    vertical-align: top;
    width: 300px;
    display: table-cell;
}

div.beforeafter div.caption {
    margin-bottom: 10px;
}

div.beforeafter-horizontal div.arrow {
    text-align: center;
    vertical-align: middle;
    width: 200px;
    display: table-cell;
}





/*////////////////////////////////////////////////////////////
   blog設定
///////////////////////////////////////////////////////////*/

div.byline h4 {
    color: #000000;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: bold;
    vertical-align: middle;
    background-image: url(/wp-content/uploads/sites/23/byline.png);
    width: 870px;
    height: 40px;
    padding-right: 5px;
    padding-left: 25px;
    display: table-cell;
}

div.column3 {
    width: 290px;
    margin-right: 15px;
}

div.simple div.left {
    margin-right: 15px;
}

.left {
    float: left;
}

img {
    vertical-align: bottom;
}

div.simple div.left {
    margin-right: 15px;
}

.subtit{
	font-size:0.5em;
	text-align:center;
	margin-top:10px;
}

/*////////////////////////////////////////////////////////////
   blog
///////////////////////////////////////////////////////////*/
#top .secBlog {
  padding: 0 0 100px;
}
#top .secBlog .blogList ul li + li {
  margin: 15px 0 0;
}
#top .secBlog .blogList ul li .time {
  margin: 0 0 3px;
}
#top .secBlog .blogList ul li a {
  display: inline-block;
  text-decoration: underline;
}
#top .secBlog .blogList + .btnMore {
  margin: 40px auto 0;
}

#case .blogSection .blogContainer--bloglist {
  display: block;
}
#case .blogSection .blogList ul li + li {
  margin: 20px 0 0;
}
#case .blogSection .blogList ul li .time {
  margin: 0 0 3px;
}
#case .blogSection .blogList ul li a {
  display: inline-block;
  text-decoration: underline;
}
#case .blogSection .blogDetail {
  padding: 0 0 60px;
}
#case .blogSection .blogDetail .titleBox {
  margin: 0 0 20px;
  padding: 0 0 10px;
  background: url("../image/case/title_line.png") left bottom no-repeat;
  background-size: 100% auto;
}
#case .blogSection .blogDetail .titleBox .title {
  font-size: 30px;
}
#case .blogSection .blogDetail .titleBox .cate {
  display: inline-block;
  min-width: 100px;
  padding: 2px 20px;
  font-size: 13px;
  color: #ffffff;
  background: #9d3b2f;
}
#case .blogSection .blogDetail .postContents {
  padding: 30px 0 0;
  line-height: 2;
}
#case .blogSection .blogDetail .postContents img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#case .blogSection .blogDetail + .btnBack {
  max-width: 200px;
  margin: 0 auto;
}
#case .blogSection .blogDetail + .btnBack a {
  position: relative;
  display: block;
  padding: 12px 10px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #534e47;
  background: #eeebe8;
}
#case .blogSection .blogDetail + .btnBack a:after {
  content: "";
  position: absolute;
  top: 40%;
  left: -15px;
  width: 30px;
  height: 5px;
  background: url("../image/common/btn_back_arrow.png") center no-repeat;
  background-size: 30px auto;
}