@charset "UTF-8";
/*--- reset ---*/
html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, hr, header, footer, nav, aside, section {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

address, caption, cite, code, dfn, h1, h2, h3, h4, th, var {
  font-style: normal;
  font-weight: normal;
}

fieldset, img, abbr {
  border: 0;
}

img {
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

th, td {
  margin: 0;
  padding: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

caption, th {
  text-align: left;
  margin: auto;
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

button:focus {
  outline: none;
}

body {
  height: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #192128;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.9em;
}

a:hover, a:focus {
  text-decoration: none;
}

a.anch {
  text-decoration: underline;
}
a.anch:hover {
  text-decoration: none;
}
a.anch--red {
  color: #d13e2b;
}

/*//////////////*/
/*--- common ---*/
/*//////////////*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header__top, .header__bottom {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px #cbd5dc solid;
}
.header__top {
  letter-spacing: -0.4em;
}
.header__logo {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.header__logo__wrap {
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
}
.header__h1 {
  display: inline-block;
  padding-left: 10px;
  color: #8c9ea6;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: normal;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  white-space: nowrap;
}
.header__func {
  float: none;
  display: inline-block;
  text-align: right;
  letter-spacing: normal;
  vertical-align: middle;
}
.header__contacts {
  display: inline-block;
  padding: 10px 20px;
  margin-left: 20px;
  letter-spacing: -0.4em;
  background-color: #1f5f7f;
}
.header__contacts__tel, .header__contacts__inquiries, .header__contacts__sns {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
  vertical-align: middle;
}
.header__contacts__tel p + p, .header__contacts__inquiries p + p, .header__contacts__sns p + p {
  margin-top: 8px;
}
.header__contacts__tel {
  padding-right: 15px;
  color: #fff;
  border-right: 1px #fff solid;
  text-align: center;
}
.header__contacts__tel__num {
  font-size: 1.25em;
  font-weight: bold;
}
.header__contacts__tel__time {
  font-size: 0.63em;
}
.header__contacts__inquiries {
  padding-left: 15px;
  font-size: 0.88em;
  text-align: left;
  border-right: 1px #fff solid;
  padding-right: 15px;
}
.header__contacts__inquiries a {
  color: #fff;
}
.header__contacts__inquiries a:hover {
  text-decoration: underline;
}
.header__contacts__sns {
  padding-left: 15px;
  font-size: 0.88em;
  text-align: left;
}
.header__contacts__sns a {
  color: #fff;
  margin-bottom: 4px;
  flex: 0 0 calc(33.333% - 5px);
}
.header__contacts__sns a:hover {
  text-decoration: underline;
}
.header__contacts__sns__in {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  text-align: center;
}
.header__global-nav {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.header__global-nav li {
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.header__global-nav li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 0.88em;
  text-align: center;
  line-height: 1;
}
.header__global-nav li:hover a:after, .header__global-nav li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 0 transparent solid;
  border-right: 5px transparent solid;
  border-bottom: 5px #192128 solid;
  border-left: 5px transparent solid;
}

main {
  padding-top: 104px;
  margin-top: -1px;
}

#container.no-fix .header {
  position: static;
}
#container.no-fix main {
  padding-top: 0;
}

.search {
  display: inline-block;
  vertical-align: middle;
}
.search--footer {
  display: block;
  padding-top: 8px;
}
.search__wrap {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-align-items: center;
  align-items: center;
  max-width: 215px;
  line-height: 1;
}
.search__input {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
}
.search__input input {
  width: 100%;
  height: 26px;
  padding-left: 10px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search__input--header input {
  width: 176px;
  border: 1px #b8c3c8 solid;
}
.search__input--footer input {
  color: #fff;
  border: 1px #fff solid;
  background-color: #192128;
}
.search__button {
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 26px;
  height: 26px;
}
.search__button button {
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: none;
}
.search__button--header button {
  color: #fff;
  background-color: #b8c3c8;
}
.search__button--footer button {
  color: #192128;
  background-color: #fff;
}

.footer {
  margin-top: 150px;
}
.footer__top {
  padding: 80px 0 120px;
  background-color: #192128;
}
.footer__top .container {
  position: relative;
}
.footer__bottom {
  background-color: #30404c;
}
.footer__nav li {
  padding-left: 0.5em;
}
.footer__nav li + li {
  margin-top: 5px;
}
.footer__nav a {
  display: block;
  padding-left: 0.5em;
  color: #fff;
  text-indent: -0.5em;
  font-size: 0.94em;
}
.footer__address {
  display: inline-block;
  margin-top: 25px;
  color: #fff;
  font-size: 0.88em;
  line-height: 1.5;
  text-align: left;
}
.footer__address__tel {
  display: inline-block;
  padding-top: 5px;
}
.footer__page-top {
  position: absolute;
  top: -105px;
  right: 15px;
}
.footer__page-top a {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  background-color: #192128;
}
.footer__copyright {
  color: #fff;
  font-size: 0.75em;
  text-align: center;
}

.cover {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover--house {
  background-image: url(img/house/cover__bg.jpg);
}
.cover--coordination {
  background-image: url(img/coodination/cover__bg.jpg);
}
.cover--public {
  background-image: url(img/public/cover__bg.jpg);
}
.cover--recruit {
  background-image: url(img/recruit/cover__bg.jpg);
}
.cover--recruit--sales {
  height: 300px;
  background-image: url(img/recruit/cover__recruit-type--sales.jpg);
}
.cover--recruit--site_agent {
  height: 300px;
  background-image: url(img/recruit/cover__recruit-type--site_agent.jpg);
}
.cover--recruit--cons-design {
  height: 300px;
  background-image: url(img/recruit/cover__recruit-type--construction-design.jpg);
}
.cover--recruit--cons-design--new-grad {
  height: 300px;
  background-image: url(img/recruit/cover__recruit-type--construction-design--new-grad.jpg);
}
.cover--recruit--affairs-account {
  height: 300px;
  background-image: url(img/recruit/cover__recruit-type--somu.jpg);
}
.cover--recruit--sales-desk {
  height: 300px;
  background-image: url(img/recruit/cover__recruit-type--eigyojimu.jpg);
}
.cover--tour {
  background-image: url(img/tour/cover__bg.jpg);
}
.cover--profile {
  background-image: url(img/profile/cover__bg.jpg);
}
.cover--mansion {
  background-image: url(img/mansion/cover__bg.jpg);
}
.cover--welfare {
  background-image: url(img/welfare/cover__bg.jpg);
}
.cover--search-result {
  background-image: url(img/search-result/cover__bg.jpg);
}
.cover--works {
  background-image: url(img/house/cover__bg.jpg);
}
.cover--after-maintenance {
  background-image: url(img/after-maintenance/cover__bg.jpg);
}
.cover__ttl {
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 25px 120px;
  color: #fff;
  font-size: 1.75em;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho;
  text-shadow: 0 0 10px #000, 0 0 5px #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.bread-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bread-crumbs__innr {
  height: 1.95em;
}
.bread-crumbs__list li {
  display: inline-block;
  color: #474a4c;
  font-size: 0.75em;
}
.bread-crumbs__list li + li:before {
  content: ">";
  margin: 0 10px 0 8px;
}
.bread-crumbs__list li a {
  text-decoration: underline;
}
.bread-crumbs__list li a:hover {
  text-decoration: none;
}
.bread-crumbs__list li i {
  margin-right: 3px;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.section--grey {
  background-color: #f2f2f2;
}
.main__body .section:first-child {
  padding-top: 100px;
}

.intro__lead {
  margin-bottom: 90px;
  text-align: center;
}
.intro__three-person {
  text-align: center;
}
.intro__three-person__face {
  margin-bottom: 10px;
}
.intro__three-person__names__position {
  margin-bottom: 5px;
  color: #1f5f7f;
  font-size: 0.75em;
}
.intro__three-person__names__name {
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1;
}
.intro__three-person__names__name span {
  color: #8a9399;
  font-size: 0.58em;
}
.intro__three-person__text {
  padding: 0 30px;
  text-align: left;
}

.to-inquiry__bgi {
  padding: 150px 0;
  background: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.to-inquiry__bgi--sky {
  background-image: url(img/common/inquiry-block__bg--sea-sky.jpg);
}
.to-inquiry__bgi--house-mid {
  background-image: url(img/house/bg__inquiry--house-mid.jpg);
}
.to-inquiry__bgi--coodination {
  background-image: url(img/coodination/bg__inquiry--coodination.jpg);
}
.to-inquiry__bgi--tour {
  background-image: url(img/tour/inquiry__bg--tour.jpg);
}
.to-inquiry__bgi--mansion-01 {
  background-image: url(img/mansion/bg__inquiry--mansion-01.jpg);
}
.to-inquiry__bgi--mansion-02 {
  background-image: url(img/mansion/bg__inquiry--mansion-02.jpg);
}
.to-inquiry__bgi--mansion-03 {
  background-image: url(img/mansion/bg__inquiry--mansion-03.jpg);
}
.to-inquiry__bgi--mansion-04 {
  background-image: url(img/mansion/bg__inquiry--mansion-04.jpg);
}
.to-inquiry__bgi--welfare-01 {
  background-image: url(img/welfare/bg__inquiry--welfare-01.jpg);
}
.to-inquiry__bgi--welfare-02 {
  background-image: url(img/welfare/bg__inquiry--welfare-02.jpg);
}
.to-inquiry__tel {
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}
.to-inquiry__tel span {
  font-size: 0.7em;
}
.to-inquiry__tel i {
  margin-right: 5px;
}

.drawer-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  transition: transform 0.3s;
  z-index: 600;
}
.drawer--right .drawer-nav {
  right: 0;
  transform: translateX(100%);
}
.drawer-overlay {
  display: none;
}
.drawer-open {
  overflow: hidden;
}
.drawer-open .drawer-nav {
  transform: translateX(0);
}
.drawer-open .drawer-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  z-index: 300;
}

@media screen and (max-width: 1199px) {
  .header__logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__logo__wrap {
    padding-top: 20px;
  }
  .header__h1 {
    position: absolute;
    left: 5px;
    white-space: nowrap;
  }
  .header__func {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .search--header {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  /*//////////////*/
  /*--- common ---*/
  /*//////////////*/
  .header__contacts {
    padding: 10px;
    margin-left: 10px;
  }
  .header__contacts__tel p + p, .header__contacts__inquiries p + p {
    margin-top: 8px;
  }
  .header__contacts__tel {
    padding-right: 10px;
  }
  .header__contacts__tel__num {
    font-size: 1.11em;
  }
  .header__contacts__inquiries {
    padding-left: 10px;
  }
  .search--footer {
    display: block;
    padding-top: 8px;
  }
  .search__input--header {
    width: 130px;
  }
  .search__input--header input {
    width: 100%;
  }
  .intro__three-person + .intro__three-person {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  /*//////////////*/
  /*--- common ---*/
  /*//////////////*/
  body {
    font-weight: 400;
  }
  .header__top {
    height: 51px;
    letter-spacing: normal;
  }
  .header__top .row {
    display: -moz-flex;
    display: flex;
  }
  .header__logo {
    float: none;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 7px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 15px;
  }
  .header__logo__wrap {
    margin-top: 15px;
    padding-top: 0;
    line-height: 1;
  }
  .header__logo__img {
    width: auto !important;
    height: 20px !important;
  }
  .header__h1 {
    font-size: 0.6em;
  }
  .header__tgl {
    float: none;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    padding-top: 4px;
    padding-right: 0;
    padding-left: 0;
    text-align: right;
  }
  .header__tgl__btn {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0 0 7px 0;
    font-size: 1.25em;
    line-height: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header__tgl__btn span {
    font-size: 0.5em;
  }
  .header__tgl__btn--close {
    padding-bottom: 10px;
  }
  .header__tgl--sidebar {
    -moz-flex: none;
    flex: none;
    float: left;
    width: 25%;
  }
  .header__contacts {
    display: block;
    padding: 15px;
    letter-spacing: normal;
  }
  .header__contacts__tel, .header__contacts__inquiries {
    display: block;
  }
  .header__contacts__tel p + p, .header__contacts__inquiries p + p {
    margin-top: 0;
  }
  .header__contacts__tel {
    padding-right: 0;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px #fff solid;
    text-align: center;
  }
  .header__contacts__tel__num {
    font-size: 1.38em;
    margin-bottom: 5px;
  }
  .header__contacts__tel__num a {
    color: #fff;
  }
  .header__contacts__inquiries {
    padding-top: 15px;
    padding-left: 0;
    font-size: 1em;
    letter-spacing: -0.4em;
  }
  .header__contacts__inquiries__inquiry, .header__contacts__inquiries__doc-request {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
  }
  .header__contacts__inquiries__inquiry {
    border-right: 1px #fff solid;
  }
  .header__contacts__inquiries a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .header__contacts__inquiries a:hover {
    text-decoration: underline;
  }
  .header__contacts--sidebar {
    margin-left: 0;
  }
  main {
    padding-top: 51px;
    margin-top: 0;
  }
  .search--sidebar {
    width: 100%;
    padding-top: 13px;
    padding-right: 0;
  }
  .search__wrap--sidebar {
    max-width: 100%;
  }
  .footer {
    margin-top: 75px;
  }
  .footer__top {
    padding: 30px 0;
  }
  .footer__logo {
    margin-bottom: 5px;
  }
  .footer__address {
    margin-top: 0;
    font-size: 0.75em;
  }
  .footer__address__tel a {
    color: #FFF;
  }
  .footer__page-top {
    top: -55px;
    right: 50%;
    margin-right: -25px;
  }
  .footer__copyright {
    font-size: 0.63em;
  }
  .cover {
    height: 212px;
  }
  .cover__ttl {
    padding: 15px 50px;
    font-size: 1.25em;
  }
  .bread-crumbs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bread-crumbs__innr {
    position: relative;
    height: 2em;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bread-crumbs__list {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
  }
  .bread-crumbs__list li {
    font-size: 0.63em;
  }
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section--grey .recruit__detail th, .section--grey .profile__outline th {
    background-color: #fcfcfc;
  }
  .main__body .section:first-child {
    padding-top: 50px;
  }
  .intro__lead {
    margin-bottom: 70px;
  }
  .intro__three-person {
    text-align: left;
  }
  .intro__three-person + .intro__three-person {
    margin-top: 60px;
  }
  .intro__three-person__face {
    display: inline-block;
    width: 126px;
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
  }
  .intro__three-person__names {
    display: inline-block;
    vertical-align: middle;
  }
  .intro__three-person__names__position {
    margin-bottom: 15px;
    font-size: 0.63em;
    line-height: 1.2;
  }
  .intro__three-person__names__name {
    margin-bottom: 0;
    font-size: 1.25em;
  }
  .intro__three-person__names__name span {
    font-size: 0.6em;
  }
  .intro__three-person__text {
    padding: 0;
  }
  .to-inquiry__bgi {
    padding: 75px 0;
  }
  .to-inquiry__tel {
    font-size: 1.15em;
  }
  .to-inquiry__tel a {
    color: #fff;
  }
  .sidebar__global-nav, .sidebar__other-nav {
    padding: 15px 0;
  }
  .sidebar__global-nav li + li, .sidebar__other-nav li + li {
    border-top: 1px #192128 solid;
  }
  .sidebar__global-nav a, .sidebar__other-nav a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .sidebar__global-nav i, .sidebar__other-nav i {
    margin-left: 15px;
  }
  .sidebar__other-nav li + li {
    border-top: 1px #fff solid;
  }
  .sidebar__other-nav a {
    color: #fff;
  }
}
/*-------------*/
/*--- parts ---*/
/*-------------*/
.lead {
  margin-bottom: 30px;
  font-size: 1.25em;
  font-weight: normal;
  line-height: inherit;
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 1em;
  line-height: inherit;
  white-space: normal;
  border-radius: 0;
}
.btn--box, .btn--back, .btn--check, .btn--send {
  padding: 20px 55px;
  font-size: 1.13em;
  line-height: 1;
  border: 1px #192128 solid;
  transition: color 0.2s, background-color 0.2s;
}
.btn--box:hover, .btn--back:hover, .btn--check:hover, .btn--send:hover {
  color: #fff;
  background-color: #192128;
}
.btn--ghost {
  padding: 0.8em 1.5em;
  border: 1px #cfdde6 solid;
  border-radius: 5px;
  transition: color 0.2s, background-color 0.2s;
}
.btn--ghost:hover {
  color: #fff;
  background-color: #cfdde6;
}
.btn--ghost--green {
  border-color: #31c779;
}
.btn--ghost--green:hover {
  background-color: #31c779;
}
.btn--ghost--blue {
  border-color: #3387a1;
}
.btn--ghost--blue:hover {
  background-color: #3387a1;
}
.btn--ghost--purple {
  border-color: #a653a6;
}
.btn--ghost--purple:hover {
  background-color: #a653a6;
}
.btn--ghost--yellow {
  border-color: #e0d547;
}
.btn--ghost--yellow:hover {
  background-color: #e0d547;
}
.btn--check, .btn--send {
  color: #fff;
  background-color: #31c779;
  border: none;
  transition: background-color 0.2s;
}
.btn--check:hover, .btn--check:focus, .btn--send:hover, .btn--send:focus {
  color: #fff;
  background-color: rgb(106.1512096774, 218.3487903226, 160.0060483871);
}
.btn--back {
  margin-right: 15px;
  background-color: transparent;
}
.btn--back i {
  margin-right: 5px;
}
.btn--to-inquiry {
  width: 100%;
  padding: 24px;
  margin: 45px 0 35px;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  background-color: #31c779;
  transition: background-color 0.2s;
}
.btn--to-inquiry i {
  margin-right: 5px;
}
.btn--to-inquiry:hover {
  color: #fff;
  background-color: rgb(85.689516129, 213.310483871, 146.9475806452);
}

.bnr {
  margin-bottom: 35px;
  text-align: center;
}
.bnr--top-lv {
  margin-bottom: 50px;
  font-size: 2em;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho;
  font-weight: bold;
  line-height: 1.5;
}
.bnr--lv2 {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.bnr--lv2--mincho {
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho;
}
.bnr--lv2--mincho span {
  font-size: 0.67em;
}
.bnr--box__innr {
  display: inline-block;
  padding: 40px 80px;
  font-size: 2em;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho;
  font-weight: bold;
  border: 1px #1f5f7f solid;
}
.bnr--box__sml {
  font-size: 0.75em;
}
.bnr--box__child {
  margin-bottom: 60px;
  font-size: 1.25em;
  font-weight: bold;
}
.bnr--box__child + .intro__lead {
  margin-bottom: 0;
}
.bnr--box--bgc-blue {
  margin-bottom: 50px;
  background-color: #3387a1;
  color: #fff;
}
.bnr--box--bgc-blue .bnr--box__innr {
  border: none;
}
.bnr__sml {
  display: block;
  font-size: 1rem;
}
.bnr__before-ttl {
  display: inline !important;
  min-width: auto !important;
  margin-top: 0 !important;
  margin-right: 5px;
  padding-top: 0 !important;
  font-size: 0.9em !important;
  background: none !important;
}
.bnr--lv4 {
  margin-bottom: 20px;
  font-size: 1.25em;
  color: #d13e2b;
  font-weight: bold;
}
.bnr--under-short {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
.bnr--under-short:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 66px;
  height: 0;
  border-bottom: 4px #192128 solid;
}
.bnr--under-short.txt--center:after {
  left: 50%;
  margin-left: -33px;
}

.tab__tgl__child {
  text-align: center;
}
.tab__tgl__child__wrap {
  padding: 0 10px;
}
.open .tab__tgl__child__wrap, .tab__tgl__child__wrap:hover {
  border-bottom: 1px #192128 solid;
}
.open .tab__tgl__child__wrap .tab__tgl__btn, .tab__tgl__child__wrap:hover .tab__tgl__btn {
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.open .tab__tgl__child__wrap--page-anch, .tab__tgl__child__wrap--page-anch:hover {
  border-bottom: none;
}
.open .tab__tgl__child__wrap--page-anch .tab__tgl__btn--page-anch, .tab__tgl__child__wrap--page-anch:hover .tab__tgl__btn--page-anch {
  margin-bottom: 0;
  border-bottom-color: #192128;
}
.tab__tgl--recruit {
  padding-top: 60px;
  border-bottom: 1px #192128 solid;
}
.tab__tgl__caption {
  padding-bottom: 20px;
  font-size: 0.88em;
  line-height: 1.9;
}
.tab__tgl__btn {
  display: block;
  width: 100%;
  padding: 20px 0 0;
  font-size: 1.25em;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho;
  border: 1px #192128 solid;
  background-color: transparent;
  transition: color 0.2s, background-color 0.2s;
}
.tab__tgl__btn__ttl {
  display: block;
  line-height: 1;
}
.tab__tgl__btn.disabled {
  pointer-events: none;
  color: #ccc;
}
.tab__tgl__btn--recruit {
  position: relative;
  padding: 10px 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  border-bottom-width: 0;
}
.tab__tgl__btn--recruit:before {
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
}
.tab__tgl__btn--recruit:hover, .open .tab__tgl__btn--recruit {
  color: #fff;
  font-weight: bold;
  background-color: #192128;
}
.tab__tgl__btn--recruit:hover:before, .open .tab__tgl__btn--recruit:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  opacity: 1;
  border-width: 10px 10px 0;
  border-color: #192128 transparent transparent;
  border-style: solid;
}
.tab__tgl__btn--page-anch:hover {
  margin-bottom: 0;
  color: #fff;
  background-color: #192128;
  border-bottom-color: #192128;
}
.tab__container {
  display: none;
  margin-top: 60px;
}
.tab__container.open {
  display: block;
}

.panels {
  margin: 25px 0;
  border: 1px #192128 solid;
}
.panels__header {
  padding: 10px 30px;
  font-size: 1.13em;
  font-weight: bold;
  line-height: inherit;
  border-bottom: 1px #cbd5dc solid;
}
.panels__body {
  padding: 11px 30px;
  line-height: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.box {
  padding: 25px 30px;
}
.box--grey {
  background-color: #f2f2f2;
}

.list > li + li {
  margin-top: 10px;
}
.list .list {
  padding-top: 10px;
  margin-left: 10px;
}
.list--caret-head, .list--angle-head {
  padding-left: 5px;
}
.list--caret-head li, .list--angle-head li {
  position: relative;
  padding-left: 15px;
}
.list--caret-head li + li, .list--angle-head li + li {
  margin-top: 5px;
}
.list--caret-head li:before, .list--angle-head li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  color: #3387a1;
  font-family: "FontAwesome";
}
.list--angle-head.row {
  padding-right: 15px;
  padding-left: 15px;
}
.list--angle-head li + li {
  margin-top: 0;
}
.list--angle-head li:before {
  content: "\f105";
}
.list--circle {
  list-style: circle outside;
}
.list--circle li {
  margin-left: 20px;
}
.list--box-wrap {
  padding: 15px;
  margin: 1.5em 0;
  border: 1px #cfdde6 solid;
}
.list--box-wrap li {
  margin-left: 20px;
}
.list--box-wrap li + li {
  margin-top: 10px;
}
.list--bg--grey {
  background-color: rgb(221.2896551724, 227.7724137931, 232.3103448276);
}
.list--info dt, .list--info--index-recruit dt {
  clear: both;
  float: left;
  width: 6.5em;
}
.list--info dd, .list--info--index-recruit dd {
  margin-bottom: 15px;
  padding: 0 0 15px 6.5em;
  border-bottom: 1px #cbd5dc solid;
}
.list--info dd a:hover, .list--info--index-recruit dd a:hover {
  text-decoration: underline;
}
.list--info.txt--white dd a, .txt--white.list--info--index-recruit dd a {
  color: #fff;
}
.list--info--index-recruit dt {
  float: none;
  width: 100%;
  margin-bottom: 5px;
}
.list--info--index-recruit dd {
  padding: 0 0 15px 0;
}

.pagination {
  display: block;
  padding: 90px 20px 0;
  margin: 0;
  text-align: center;
  border-radius: 0;
}
.pagination--archive {
  padding: 60px 0 0;
  text-align: center;
}
.pagination__single-post__next a, .pagination__single-post__prev a {
  position: relative;
  display: block;
  min-height: 103px;
  letter-spacing: -0.4em;
  border: 1px #cfdde6 solid;
  background-color: #fff;
  transition: background-color 0.2s;
}
.pagination__single-post__next a:after, .pagination__single-post__prev a:after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 1.25em;
  color: #d13e2b;
  font-family: FontAwesome;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  border: 1px #cfdde6 solid;
  border-radius: 50%;
  transition: color 0.2s, background-color 0.2s;
}
.pagination__single-post__next a:hover, .pagination__single-post__prev a:hover {
  background-color: rgb(221.2896551724, 227.7724137931, 232.3103448276);
}
.pagination__single-post__next a:hover img, .pagination__single-post__prev a:hover img {
  opacity: 0.7;
}
.pagination__single-post__next a:hover:after, .pagination__single-post__prev a:hover:after {
  color: #fff;
  background-color: #d13e2b;
}
.pagination__single-post__next a:hover .pagination__single-post__ttl, .pagination__single-post__prev a:hover .pagination__single-post__ttl {
  text-decoration: underline;
}
.pagination__single-post__next a:after {
  content: "\f053";
  left: -20px;
  padding-right: 10px;
}
.pagination__single-post__prev a:after {
  content: "\f054";
  right: -20px;
}
.pagination__single-post__thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 37%;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
  transition: opacity 0.2s;
}
.pagination__single-post__thumb img {
  width: auto;
  height: 100%;
}
.pagination__single-post__body {
  display: inline-block;
  width: 63%;
  padding: 10px 20px;
  margin-left: 37%;
  letter-spacing: normal;
  vertical-align: middle;
}
.pagination__single-post__label {
  font-size: 0.75em;
  color: #d13e2b;
  font-weight: bold;
  line-height: 1;
}
.pagination__single-post__ttl {
  margin-top: 15px;
  font-size: 0.94em;
  font-weight: bold;
  line-height: 1.25;
}
.pagination .pagination-list__item {
  display: inline-block;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 2px;
  color: #1f5f7f;
  background-color: #fff;
  transition: color 0.2s, background-color 0.2s;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #fff;
  background-color: #1f5f7f;
  text-decoration: none;
}
.pagination .page-numbers.dots {
  color: #8a9399;
}
.pagination .page-numbers.dots:hover {
  color: #8a9399;
  background-color: #fff;
}

.hr {
  width: 100%;
  height: 0;
  margin: 80px 0;
  border: none;
  border-top: 1px #cbd5dc solid;
}
.hr--short {
  width: 12%;
  margin: 60px auto;
  border-top: 4px #192128 solid;
}
.hr--red {
  border-top-color: #d13e2b;
}
.hr--customer-voice {
  width: 68px;
  margin: 15px 0 55px;
  border-top: 4px #192128 solid;
}

.img__hover {
  transition: opacity 0.2s;
}
.img__hover:hover {
  opacity: 0.7;
}
.img__zoom {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.img__zoom__over {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.4s;
}
.img__zoom__over:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.img__zoom__txt {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}
.img__zoom__txt i {
  margin-left: 5px;
}
.img__zoom img {
  display: inline-block;
  transition: transform 0.5s;
}
.img__zoom:hover .img__zoom__over {
  opacity: 1;
}
.img__zoom:hover img {
  transform: translate(0) scale(1.2);
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.table--no-border {
  border: none;
}
.table--contact th {
  padding: 10px 15px 10px 0;
  font-size: 1.13em;
  font-weight: bold;
  vertical-align: middle;
}
.table--contact td {
  padding: 10px 0;
}
.table--contact td input[type=text], .table--contact td input[type=email], .table--contact td input[type=tel] {
  height: 40px;
  padding: 0 10px;
  border: 1px #cfdde6 solid;
}
.table--contact td textarea {
  padding: 5px 10px;
  border: 1px #cfdde6 solid;
}
.table--contact label {
  display: inline-block;
  height: 40px;
  padding: 5px 10px;
  font-weight: normal;
  border: 1px #cfdde6 solid;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.table--contact label input {
  margin-right: 5px;
}
.table--contact label input:checked + span, .table--contact label input:checked + input[type=hidden] + span {
  color: #d13e2b;
  font-weight: bold;
}
.table--contact label:hover {
  background-color: rgb(218.2413793103, 225.3103448276, 230.2586206897);
}
.table--contact .req {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.88em;
  font-weight: normal;
  line-height: 1;
  background-color: #d13e2b;
  border-radius: 3px;
}

.send-box {
  padding-top: 60px;
  text-align: center;
}

.confirm-mess {
  padding: 10px 15px;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
  background-color: #31c779;
}

.attention-block {
  padding: 5px 10px;
  margin-bottom: 20px;
  color: #d13e2b;
  font-weight: bold;
  border: 4px #d13e2b solid;
}

.contact-error-box {
  display: none;
  margin-bottom: 30px;
  padding: 15px 10px 5px;
  text-align: center;
  border: 2px #d13e2b solid;
}
.mw-form-error .contact-error-box {
  display: block;
}
.contact-error-box__lead {
  margin-bottom: 20px;
  color: #d13e2b;
  font-weight: 700;
  line-height: 1;
}

.err_mess {
  display: block;
  margin-top: 5px;
  padding-bottom: 15px;
  color: #d13e2b;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}
.contact-error-box .err_mess {
  display: inline-block;
  padding: 5px 0 5px 10px;
  margin: 0 5px 10px;
  border: 1px rgba(209, 62, 43, 0.5) solid;
  vertical-align: middle;
  line-height: 1;
  background-color: #fff;
}

.mw_wp_form .mwform-radio-field.horizontal-item + .horizontal-item {
  margin-left: 25px;
}
.mw_wp_form .mwform-radio-field input {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .list--info--index-recruit dt {
    clear: both;
    float: none;
    width: 6.5em;
  }
  .list--info--index-recruit dd {
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px #cbd5dc solid;
  }
  .list--info--index-recruit dd a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .btn--box, .btn--check, .btn--send, .btn--back {
    width: 100%;
    padding: 20px;
  }
  .bnr {
    margin-bottom: 25px;
  }
  .bnr--top-lv {
    margin-bottom: 30px;
    font-size: 1.5em;
    line-height: 1.5;
  }
  .bnr--lv2 {
    margin-bottom: 20px;
    font-size: 1.25em;
  }
  .bnr--box__innr {
    padding: 15px 40px;
    font-size: 1.5em;
  }
  .bnr--box__child {
    margin-bottom: 30px;
    font-size: 1.13em;
    font-weight: bold;
  }
  .bnr__before-ttl {
    display: inline !important;
    min-width: auto !important;
    margin-top: 0 !important;
    margin-right: 5px;
    padding-top: 0 !important;
    font-size: 0.9em !important;
    background: none !important;
  }
  .bnr--lv4 {
    margin-bottom: 20px;
    font-size: 1.25em;
    color: #d13e2b;
    font-weight: bold;
  }
  .bnr--under-short {
    padding-bottom: 10px;
  }
  .tab__tgl {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .tab__tgl--page-anch {
    margin-right: -3px !important;
    margin-left: -3px !important;
    letter-spacing: -0.4em;
  }
  .tab__tgl__child {
    text-align: center;
    padding: 0;
  }
  .tab__tgl__child--page-anch {
    float: none;
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
    letter-spacing: normal;
    vertical-align: bottom;
  }
  .tab__tgl__child__wrap {
    padding: 0;
  }
  .open .tab__tgl__child__wrap, .tab__tgl__child__wrap:hover {
    border-bottom: none;
  }
  .open .tab__tgl__child__wrap .tab__tgl__btn, .tab__tgl__child__wrap:hover .tab__tgl__btn {
    margin-bottom: 0;
  }
  .tab__tgl__child__wrap--page-anch {
    padding: 0;
  }
  .open .tab__tgl__child__wrap--page-anch, .tab__tgl__child__wrap--page-anch:hover {
    border-bottom: none;
  }
  .open .tab__tgl__child__wrap--page-anch .tab__tgl__btn--page-anch, .tab__tgl__child__wrap--page-anch:hover .tab__tgl__btn--page-anch {
    margin-bottom: 0;
    color: #192128;
    border-bottom-color: #192128;
    background-color: transparent;
  }
  .tab__tgl__caption {
    padding-bottom: 10px;
    font-size: 0.63em;
    line-height: 1.9;
  }
  .tab__tgl__btn {
    padding: 10px 0 5px;
    font-size: 0.88em;
    line-height: 1;
  }
  .tab__tgl__btn__ttl {
    display: block;
    line-height: 1;
  }
  .tab__tgl__btn__ttl--xs-single {
    padding: 9px 0 5px;
  }
  .tab__tgl__btn--recruit {
    padding: 15px 5px;
  }
  .open .tab__tgl__btn--page-anch, .tab__tgl__btn--page-anch:hover {
    margin-bottom: 0;
    color: #fff;
    background-color: #192128;
    border-bottom-color: #192128;
  }
  .tab__tgl__btn--center-btn {
    border-right: none;
    border-left: none;
  }
  .tab__tgl__btn--last-btn {
    border-left: none;
  }
  .tab__container {
    margin-top: 30px;
  }
  .pagination {
    padding: 60px 20px 0;
    margin: 0;
    border-radius: 0;
  }
  .pagination--archive {
    padding: 60px 0 0;
    text-align: center;
  }
  .pagination__single-post__prev {
    margin-top: 20px;
  }
  .pagination__single-post__thumb {
    display: none;
  }
  .pagination__single-post__body {
    width: 100%;
    padding: 10px 25px;
    margin-left: 0;
  }
  .pagination__single-post__ttl {
    margin-top: 10px;
  }
  .pagination .page-numbers {
    padding: 8px 12px;
  }
  .pagination .page-numbers.dots {
    padding: 8px 5px;
  }
  .hr {
    margin: 40px 0;
  }
  .hr--short {
    width: 12%;
    margin: 60px auto;
    border-top: 4px #192128 solid;
  }
  .hr--red {
    border-top-color: #d13e2b;
  }
  .hr--customer-voice {
    margin: 10px 0 25px;
  }
  .list--info dt, .list--info--index-recruit dt {
    clear: none;
    float: none;
    width: 100%;
    padding-bottom: 5px;
  }
  .list--info dd, .list--info--index-recruit dd {
    margin-bottom: 15px;
    padding: 0 0 15px 0;
  }
  .list--info--index-recruit dt {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .list--info--index-recruit dd {
    padding: 0 0 15px 0;
  }
  .table--contact {
    display: block;
    width: 100%;
  }
  .table--contact tbody {
    display: block;
    width: 100%;
  }
  .table--contact tr {
    display: block;
    width: 100%;
  }
  .table--contact th {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .table--contact td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
  .table--contact td input[type=text], .table--contact td input[type=email], .table--contact td input[type=tel] {
    width: 100%;
  }
  .table--contact td textarea {
    width: 100%;
  }
  .send-box {
    padding-top: 20px;
  }
  .send-box button {
    width: 100%;
  }
  .send-box .btn--back {
    margin-bottom: 10px;
  }
}
/*--- index ---*/
.index__fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh + 80px);
  background: url(img/index/bg__body.jpg) center top no-repeat;
  background-size: cover;
  opacity: 0.7;
}

.index__slider {
  max-height: 460px;
  margin-top: 100px;
  overflow: hidden;
}
.index__slider__child img {
  width: 100%;
  height: auto;
  max-width: 1140px;
}
.index__slider a {
  display: block;
  overflow: hidden;
}
.index__slider a img {
  transition: 0.5s all;
}
.index__slider a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
.index__slider .film_roll_prev, .index__slider .film_roll_next {
  display: none;
}
.index__contents-bnr {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.2s;
}
.index__contents-bnr:hover {
  background-color: rgb(255, 255, 255);
}
.index__recruit {
  padding: 30px 20px 15px;
  background-color: rgba(230, 230, 230, 0.8);
  margin-bottom: 30px;
}
.index__recruit .bnr--top-lv {
  font-size: 1.88em;
}
.index__news-topics {
  padding-bottom: 0;
}
.index__news-topics__innr {
  padding: 50px 60px 30px;
  background-color: rgba(0, 105, 136, 0.8);
}
.index__news-topics__to-list {
  color: #fff;
}
.index__news-topics__to-list:hover {
  color: #fff;
  text-decoration: underline;
}
.index__bnr {
  margin-bottom: 30px;
}
.index__bnr__anch {
  display: block;
  background-color: #fff;
}
.index__bnr__anch:hover img {
  opacity: 0.8;
}
.index__bnr img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}

.idx_grid {
  display: grid;
  grid-template-columns: 75% 25%;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "works sdgs" "news renove" "news recruit" "news cm";
  margin-right: -15px;
  margin-left: -15px;
}
.idx_grid__item {
  padding: 0 15px;
}
.idx_grid__item--works {
  grid-area: works;
}
.idx_grid__item--sdgs {
  grid-area: sdgs;
}
.idx_grid__item--recruit {
  grid-area: recruit;
}
.idx_grid__item--news {
  grid-area: news;
}
.idx_grid__item--cm-gallery {
  grid-area: cm;
}
@media all and (-ms-high-contrast: none) {
  .idx_grid {
    display: -ms-grid;
    -ms-grid-columns: 75% 25%;
    -ms-grid-rows: auto auto 1fr;
  }
  .idx_grid__item--recruit {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .idx_grid__item--works {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .idx_grid__item--news {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .idx_grid__item--cm-gallery {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 991px) {
  .index__recruit {
    padding: 20px 15px 15px;
  }
  .index__news-topics {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index__fixed-bg {
    height: 150%;
  }
  .index__slider {
    max-height: 200px;
    margin-top: 50px;
  }
  .index__slider .film_roll_prev, .index__slider .film_roll_next {
    display: none;
  }
  .index__contents-bnr {
    margin-bottom: 30px;
  }
  .index__recruit {
    padding: 30px 15px 20px;
  }
  .index__recruit .bnr--top-lv {
    font-size: 1.5em;
  }
  .index__news-topics {
    padding-bottom: 0;
  }
  .index__news-topics__innr {
    padding: 30px 15px 20px;
  }
  .index__news-topics__to-list {
    color: #fff;
  }
  .index__news-topics__to-list:hover {
    color: #fff;
    text-decoration: underline;
  }
  .idx_grid {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
  }
  .idx_grid__item--cm-gallery {
    width: 50%;
    margin: -30px auto 0;
  }
}
/*--- pages ---*/
/*/////////////*/
/*--- house ---*/
/*/////////////*/
.house-product {
  margin-top: 120px;
}
.house-product + .house-product {
  margin-top: 150px;
}
.house-product__img {
  margin-bottom: 30px;
}
.house-product__ttl {
  margin-bottom: 25px;
  font-size: 1.71em;
  font-weight: bold;
}
.house-product__ttl span {
  display: inline-block;
  padding-top: 3px;
  font-size: 0.58em;
  vertical-align: top;
}
.house-product__ttl__eng {
  padding-top: 0;
  margin-bottom: 5px;
  color: #1f5f7f;
  font-weight: normal;
}
.house-product__text__inside {
  margin-top: 25px;
  padding: 30px;
  background-color: #fafafa;
  border: 1px #dae3e5 solid;
}
.house-product__text__inside__tex-list {
  margin-top: 1em;
}
.house-product__text__inside__tex-list dt, .house-product__text__inside__tex-list dd {
  line-height: inherit;
}
.house-product__text__inside__tex-list dd + dt {
  margin-top: 1em;
}
.house-product__text__inside__tex-list--indent dd {
  padding-left: 1em;
}

.sekou-block {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.sekou-block__img {
  max-width: 100%;
  height: auto;
  transition: transform 1s;
}
.sekou-block__txt-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.4s;
}
.sekou-block__txt-base__innr {
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
  letter-spacing: -0.4em;
  background-color: rgba(255, 255, 255, 0.75);
}
.sekou-block__txt-base__innr:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.sekou-block__text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.sekou-block__ttl {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}
.sekou-block__ttl + hr {
  width: 18%;
  margin: 20px auto 25px;
  border-top: 2px #192128 solid;
}
.sekou-block:hover .sekou-block__txt-base {
  opacity: 1;
}
.sekou-block:hover .sekou-block__img {
  transform: translate(0) scale(1.1);
}
.sekou-block__featherlight {
  display: none;
  padding: 15px;
}
.sekou-block__featherlight__pics {
  overflow: hidden;
}
.sekou-block__featherlight__pics__thumbs {
  overflow: hidden;
}
.sekou-block__featherlight__pics__thumbs li {
  float: left;
  width: 25%;
}
.sekou-block__featherlight__pics__thumbs__btn {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.sekou-block__featherlight__pics__thumbs__btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-top: 5px #31c779 solid;
  border-right: 5px #31c779 solid;
  border-bottom: 5px transparent solid;
  border-left: 5px transparent solid;
}
.sekou-block__featherlight__ttl {
  margin-bottom: 15px;
}
.sekou-block__featherlight__ttl + hr {
  width: 50px;
  margin-bottom: 25px;
  border-top: 4px #192128 solid;
}
.sekou-block__featherlight__property-data {
  margin: 0;
}
.sekou-block__featherlight__property-data caption {
  padding: 0;
  color: #192128;
  font-weight: bold;
}
.sekou-block__featherlight__property-data th, .sekou-block__featherlight__property-data td {
  padding: 10px 15px;
  line-height: 1.3;
  border-bottom: 1px #9aa4a5 solid;
}
.sekou-block__featherlight__property-data th {
  padding-right: 0;
}
.sekou-block__featherlight__property-data th span {
  display: block;
  width: 5em;
  border-right: 1px #192128 solid;
}
.sekou-block__featherlight__text {
  padding-top: 25px;
}

.featherlight-content {
  width: 85%;
  max-width: 945px;
}

.customer-voice__slider {
  margin-bottom: 70px;
}
.customer-voice__slider__child {
  background-color: #192128;
}
.customer-voice__slider__child img {
  opacity: 0.6;
  transition: opacity 0.3s;
}
.customer-voice__slider__child.active img {
  opacity: 1;
}
.customer-voice__slider .film_roll_prev,
.customer-voice__slider .film_roll_next {
  color: #1f5f7f;
  line-height: 40px;
  background: #fff;
  border: none;
  border-radius: 0;
  opacity: 1;
  transition: color 0.2s, background 0.2s;
}
.customer-voice__slider .film_roll_prev:hover,
.customer-voice__slider .film_roll_next:hover {
  color: #fff;
  background-color: #1f5f7f;
  opacity: 1;
}

/*///////////////////*/
/*--- coodination ---*/
/*///////////////////*/
.coodination__support-menu__child {
  margin-bottom: 75px;
  text-align: center;
}
.coodination__support-menu__text__innr {
  padding: 25px 20px 0;
}
.coodination__support-menu__text__innr .bnr--under-short {
  margin-bottom: 20px;
  text-align: center;
}
.coodination__support-menu__text__innr .bnr--under-short:after {
  left: 50%;
  margin-left: -33px;
}
.coodination__flow {
  letter-spacing: -0.4em;
}
.coodination__flow__img, .coodination__flow__text {
  float: none;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.coodination__flow__arrow {
  width: 50px;
  height: 50px;
  margin: 25px auto 65px;
  border-right: 1px #192128 solid;
  border-bottom: 1px #192128 solid;
  transform: rotateZ(45deg);
}
.coodination__past + .coodination__past {
  margin-top: 150px;
}
.coodination__past__ttl {
  margin-top: 40px;
}
.coodination__past__ttl span {
  font-size: 0.67em;
  font-weight: normal;
}
.coodination__past .hr--customer-voice {
  margin-bottom: 25px;
}
.coodination__maps__header {
  padding: 35px 0;
}
.coodination__maps__address {
  font-size: 1.13em;
  text-align: center;
}
.coodination__maps__address span {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
}

/*//////////////*/
/*--- public ---*/
/*//////////////*/
.public {
  padding-top: 90px;
}
.public__properties {
  text-align: center;
}
.public__properties__ttl {
  height: 6.5em;
  padding: 15px 0;
  line-height: 1.5;
  letter-spacing: -0.4em;
  border-bottom: 1px #192128 solid;
}
.public__properties__ttl span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.public__properties__ttl:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.public__results {
  padding: 0 35px;
}
.public__results--right {
  border-left: 1px #cbd5dc solid;
}
.public__results__list dt {
  float: left;
  width: 6em;
  font-weight: normal;
  line-height: inherit;
}
.public__results__list dd {
  padding-left: 6em;
  margin-bottom: 20px;
  line-height: inherit;
}

/*//////////////////*/
/*--- cm-gallery ---*/
/*//////////////////*/
.cm-gallery {
  padding-top: 75px;
  padding-bottom: 80px;
}
.cm-gallery .bnr--box {
  margin-bottom: 0;
}
.cm-gallery__video {
  margin-bottom: 20px;
}
.cm-gallery__video + .txt--mincho {
  margin-bottom: 40px;
}
.cm-gallery__radio {
  margin-bottom: 20px;
}

/*///////////////////*/
/*--- news-topics ---*/
/*///////////////////*/
.news-topics {
  padding-top: 75px;
  padding-bottom: 100px;
}
.news-topics .bnr--box {
  margin-bottom: 0;
}
.news-topics__box + .news-topics__box, .search-result__box + .news-topics__box, .news-topics__box + .search-result__box, .search-result__box + .search-result__box {
  margin-top: 80px;
}
.news-topics__box__innr, .search-result__box__innr {
  padding: 30px;
  border: 1px #cbd5dc solid;
}
.news-topics__box__img {
  text-align: center;
}
.news-topics__box__more-btn, .search-result__box__more-btn {
  padding-top: 20px;
  text-align: center;
}
.news-topics__header, .search-result__header {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.news-topics__header:after, .search-result__header:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 50px;
  height: 0;
  border-top: 4px #192128 solid;
}
.news-topics__header--single {
  margin-bottom: 40px;
}
.news-topics__ttl, .search-result__ttl {
  margin-bottom: 0;
}
.news-topics__ttl a, .search-result__ttl a {
  color: #192128;
}
.news-topics__ttl a:hover, .search-result__ttl a:hover {
  text-decoration: underline;
}
.news-topics__date {
  color: #576977;
  font-size: 0.75em;
}
.news-topics__eyecatch {
  margin-bottom: 55px;
  text-align: center;
}
.news-topics__eyecatch img {
  max-width: 100%;
  height: auto;
}
.news-topics__body--single a {
  text-decoration: underline;
}
.news-topics__body--single a:hover {
  text-decoration: none;
}
.news-topics__back-list-btn {
  padding-top: 90px;
  text-align: center;
}
.news-topics__back-list-btn .btn--box, .news-topics__back-list-btn .btn--check, .news-topics__back-list-btn .btn--send, .news-topics__back-list-btn .btn--back {
  padding: 20px 10px;
  font-size: 1.1em;
}

/*///////////////*/
/*--- recruit ---*/
/*///////////////*/
.recruit {
  padding-bottom: 0;
}
.recruit__now {
  margin-bottom: 40px;
  margin-bottom: 60px;
  font-size: 1.25em;
  text-align: center;
}
.recruit__now span {
  color: #3387a1;
  font-size: 1.2em;
  font-weight: bold;
}
.recruit__detail, .profile__outline {
  width: 100%;
  margin: 0 0 30px;
  border-top: 1px #cbd5dc solid;
}
.recruit__detail tr, .profile__outline tr {
  border-bottom: 1px #cbd5dc solid;
}
.recruit__detail th, .profile__outline th {
  width: 6.5em;
  padding: 15px 30px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  box-sizing: content-box;
}
.recruit__detail td, .profile__outline td {
  padding: 15px 30px 15px 0;
}

/*////////////*/
/*--- tour ---*/
/*////////////*/
.tour {
  padding-top: 30px;
}
.tour__cover-icon {
  display: block;
  margin: 0 auto 25px;
}
.tour__head-ttl {
  width: 100%;
  height: auto;
}
.tour__head-data {
  padding-top: 8px;
  clear: both;
  float: right;
}
.tour__head-data__list {
  display: inline-block;
  padding-top: 8px;
  text-align: left;
}
.tour__head-data__list dt {
  clear: both;
  float: left;
}
.tour__head-data__list dd {
  padding-left: 2em;
}
.tour__head-data__list dd:before {
  content: "：";
}
.tour__head-data__info {
  font-size: 0.6em;
  line-height: 1.5;
}
.tour__lead {
  border-top: solid 2px #999;
  padding-top: 15px;
  margin-top: 10px;
}
.tour__content__wrap {
  display: inline-block;
  margin-top: 40px;
}
.tour__content__wrap + .tour__content__wrap {
  margin-top: 60px;
}
.tour__img .map {
  max-width: 100%;
  height: auto;
}
.tour__img__overlay-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
.tour__text .hr {
  margin: 30px 0;
}
.tour__pick-data {
  display: inline-block;
  margin-bottom: 35px;
}
.tour__pick-data dt, .tour__pick-data dd {
  padding: 5px 30px;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  background-color: #e0d547;
}
.tour__pick-data dd {
  background-color: #fff;
  border: 1px #e0d547 solid;
}
.tour__ttl {
  font-size: 2em;
}
.tour__ttl__icon {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
}
.tour__ttl__text {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  padding-left: 2%;
}
.tour__detail-data dt {
  clear: both;
  float: left;
  width: 2em;
  font-weight: bold;
}
.tour__detail-data dd {
  padding-left: 2em;
  margin-bottom: 10px;
}
.tour__detail-data__reserve-tel {
  width: 6em !important;
}
.tour__detail-data__reserve-tel + dd {
  padding-left: 6em;
}
.tour__result__head {
  border-bottom: solid 2px #cbd5dc;
  margin-bottom: 80px !important;
}
.tour__result__head span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  top: 0.75em;
}
.tour__result__img {
  display: inline-block;
  position: relative;
}
.tour__result__icon {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #d13e2b;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 125px;
}
.tour__result__icon__txt {
  display: inline-block;
  line-height: 1.2;
}
.tour__result__icon__txt span {
  display: block;
  font-size: 1.5em;
}
.tour__icon-tex-set__icon, .tour__icon-tex-set__tex {
  display: inline-block;
  vertical-align: middle;
}
.tour__icon-tex-set__tex {
  margin-left: 10px;
}
.tour__icon-tex-set hr {
  width: 100%;
  height: 0;
  margin: 10px 0;
  border: none;
}
.tour__midokoro-box {
  padding-top: 10px;
  font-size: 0.9em;
}
.tour__midokoro-box ul {
  padding-left: 1em;
}
.tour__midokoro-box li {
  line-height: 1.5;
}
.tour__midokoro-box li:before {
  content: "・";
  width: 1em;
  margin-left: -1em;
}
.tour__midokoro-box li + li {
  margin-top: 5px;
}

/*//////////////////*/
/*--- site map ---*/
/*//////////////////*/
.sitemap {
  padding-top: 75px;
  padding-bottom: 40px;
}
.sitemap__list a:hover {
  text-decoration: underline;
}
.sitemap__list__parent {
  margin-bottom: 40px;
}
.sitemap__list__parent > a {
  font-weight: bold;
}
.sitemap__list__child {
  padding: 5px 0 0 15px;
}
.sitemap__list--subs {
  margin-top: 40px;
}
.sitemap__list--subs__parent {
  margin-bottom: 15px;
}

/*//////////////*/
/*--- column ---*/
/*//////////////*/
.column {
  padding-top: 75px;
  padding-bottom: 40px;
}
.column__pack + .column__pack .column__ttl {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px #cbd5dc solid;
}
.column__ttl__date {
  display: block;
  color: #576977;
  font-size: 0.58em;
  font-weight: normal;
}
.column__img {
  width: 70%;
  margin: 30px auto;
  text-align: center;
}
.column__img + .column__img {
  margin-top: 0;
}
.column__img__cap {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 0.88em;
  border-left: 2px #192128 solid;
}
.column__img img {
  max-width: 100%;
  height: auto;
}
.column__body--single p + p {
  margin-top: 1em;
}
.column__body--single a {
  text-decoration: underline;
}
.column__body--single a:hover {
  text-decoration: none;
}
.column__body--single img[class*=wp-image-] {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}
.column__more-read {
  text-align: center;
}
.column__more-read__box {
  display: none;
}

/*//////////////////////*/
/*--- privacy policy ---*/
/*//////////////////////*/
.privacy-policy {
  padding-top: 75px;
  padding-bottom: 40px;
}
.privacy-policy__section + .privacy-policy__section {
  margin-top: 60px;
}
.privacy-policy__ttl {
  margin-bottom: 15px;
  font-size: 1.38em;
}
/*///////////////*/
/*--- profile ---*/
/*///////////////*/
.profile__slider__wrap li {
  padding: 0 5px;
}
.profile__president__ttl {
  font-size: 2em;
}
.profile__president__ttl span {
  display: block;
  font-size: 0.5em;
}
.profile__outline {
  margin-top: 0;
}
.profile__logo__img, .profile__logo__body {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.profile__logo__text + .profile__logo__text {
  margin-top: 60px;
}

/*///////////////*/
/*--- mansion ---*/
/*///////////////*/
.mansion__product {
  padding-top: 120px;
}

/*//////////////*/
/*--- search ---*/
/*//////////////*/
.search-result__box__more-btn {
  text-align: right;
}
/*///////////////*/
/*--- contact ---*/
/*///////////////*/
.contact, .contact-confirm, .contact-complete {
  padding-top: 75px;
  padding-bottom: 40px;
}
.contact__tel, .contact-confirm__tel, .contact-complete__tel {
  display: inline-block;
  padding: 15px 10px 10px;
  margin-bottom: 15px;
  font-size: 1.25em;
  text-align: center;
  border-bottom: 1px #cbd5dc solid;
}
.contact__tel i, .contact-confirm__tel i, .contact-complete__tel i {
  margin-right: 5px;
}
.contact__tel span, .contact-confirm__tel span, .contact-complete__tel span {
  font-size: 0.7em;
}
.contact__table, .contact-confirm__table, .contact-complete__table {
  width: 100%;
}
.contact__table tr, .contact-confirm__table tr, .contact-complete__table tr {
  border-bottom: 1px #cbd5dc solid;
  transition: background-color 0.3s;
}
.contact__table tr:hover, .contact-confirm__table tr:hover, .contact-complete__table tr:hover {
  background-color: #fcfcfd;
}
.contact__table th, .contact-confirm__table th, .contact-complete__table th {
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  white-space: nowrap;
}
.contact__table td, .contact-confirm__table td, .contact-complete__table td {
  padding: 15px 10px 15px 20px;
  vertical-align: middle;
}
.contact__table td.req-cell, .contact-confirm__table td.req-cell, .contact-complete__table td.req-cell {
  padding: 15px 0;
}
.contact__table .req, .contact-confirm__table .req, .contact-complete__table .req {
  display: inline-block;
  padding: 5px;
  color: #d13e2b;
  font-size: 0.88em;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  border: 1px #d13e2b solid;
}
.contact__table label, .contact-confirm__table label, .contact-complete__table label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
.contact__table input[type=radio], .contact-confirm__table input[type=radio], .contact-complete__table input[type=radio] {
  cursor: pointer;
}
.contact__table input[type=text], .contact__table input[type=tel], .contact__table input[type=email], .contact__table textarea, .contact-confirm__table input[type=text], .contact-confirm__table input[type=tel], .contact-confirm__table input[type=email], .contact-confirm__table textarea, .contact-complete__table input[type=text], .contact-complete__table input[type=tel], .contact-complete__table input[type=email], .contact-complete__table textarea {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 5px;
  border: 1px #cbd5dc solid;
}
.contact__table input[type=text].wpcf7c-conf, .contact__table input[type=tel].wpcf7c-conf, .contact__table input[type=email].wpcf7c-conf, .contact__table textarea.wpcf7c-conf, .contact-confirm__table input[type=text].wpcf7c-conf, .contact-confirm__table input[type=tel].wpcf7c-conf, .contact-confirm__table input[type=email].wpcf7c-conf, .contact-confirm__table textarea.wpcf7c-conf, .contact-complete__table input[type=text].wpcf7c-conf, .contact-complete__table input[type=tel].wpcf7c-conf, .contact-complete__table input[type=email].wpcf7c-conf, .contact-complete__table textarea.wpcf7c-conf {
  background-color: #fff;
}
.contact__table textarea, .contact-confirm__table textarea, .contact-complete__table textarea {
  height: 100px;
}
.contact__table select, .contact-confirm__table select, .contact-complete__table select {
  height: 40px;
  border: 1px #cbd5dc solid;
  border-radius: 0;
  cursor: pointer;
}
.contact__table select.wpcf7c-conf, .contact-confirm__table select.wpcf7c-conf, .contact-complete__table select.wpcf7c-conf {
  background-color: #fff;
}
.contact__zip1, .contact__zip2, .contact-confirm__zip1, .contact-confirm__zip2, .contact-complete__zip1, .contact-complete__zip2 {
  width: 150px !important;
}

.dynamic-checkboxes-wrapper {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.dynamic-checkboxes-wrapper .dynamic-checkbox-box {
  flex-wrap: wrap;
  border: 1px solid #c8e0d4;
  border-radius: 6px;
  padding: 12px 12px 12px 30px;
  margin-bottom: 12px;
  width: 33%;
  position: relative;
}
.dynamic-checkboxes-wrapper .dynamic-checkbox-box label {
  font-weight: bold;
  margin-bottom: 8px;
  align-items: center;
  cursor: pointer;
}
.dynamic-checkboxes-wrapper .dynamic-checkbox-box label input[type=checkbox] {
  display: none;
}
.dynamic-checkboxes-wrapper .dynamic-checkbox-box label .dyn-check-images {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.dynamic-checkboxes-wrapper .dynamic-checkbox-box label .dyn-check-images img {
  max-width: 45%;
  height: auto;
  display: block;
}
.dynamic-checkboxes-wrapper .dynamic-checkbox-box .dyn-check-label:before {
  content: "";
  background: #EEE;
  border-radius: 100%;
  border: 2px solid #CCC;
  box-shadow: inset 0 0 0 4px #FFF;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 5px;
  cursor: pointer;
  outline: none;
  text-align: center;
  transition: all 0.2s ease;
}
.dynamic-checkboxes-wrapper .dynamic-checkbox-box .dyn-check-label.is-checked:before {
  background-color: #0078d4;
  border-color: #0078d4;
  box-shadow: inset 0 0 0 4px #FBFAF7;
}
.dynamic-checkboxes-wrapper .dynamic-checkbox-box .dyn-check-label .dyn-check-title {
  margin: 0;
}
.dynamic-checkboxes-wrapper .dynamic-checkbox-box p {
  margin: 10px 0;
  line-height: 1.4;
  font-weight: normal;
  font-size: 0.8em;
}

.mw_wp_form_input .input_none {
  display: none;
}

span.wpcf7-list-item {
  margin-left: 0;
}
span.wpcf7-list-item + span.wpcf7-list-item {
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  /*////////////*/
  /*--- tour ---*/
  /*////////////*/
  .tour__head-data {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  /*///////////////////*/
  /*--- coodination ---*/
  /*///////////////////*/
  .coodination__support-menu__child:nth-of-type(even) {
    clear: both;
  }
  .coodination__support-menu__child:nth-of-type(even).clear {
    clear: both;
  }
  .coodination__support-menu__child.clear {
    clear: none;
  }
  .coodination__support-menu__text__innr {
    padding: 25px 20px 0;
  }
  .coodination__support-menu__text__innr .bnr--under-short {
    margin-bottom: 20px;
    text-align: center;
  }
  .coodination__support-menu__text__innr .bnr--under-short:after {
    left: 50%;
    margin-left: -33px;
  }
  .coodination__flow {
    letter-spacing: -0.4em;
  }
  .coodination__flow__img, .coodination__flow__text {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .coodination__flow__arrow {
    width: 50px;
    height: 50px;
    margin: 25px auto 65px;
    border-right: 1px #192128 solid;
    border-bottom: 1px #192128 solid;
    transform: rotateZ(45deg);
  }
  .coodination__past + .coodination__past {
    margin-top: 150px;
  }
  .coodination__past__ttl {
    margin-top: 40px;
  }
  .coodination__past__ttl span {
    font-size: 0.67em;
    font-weight: normal;
  }
  .coodination__past .hr--customer-voice {
    margin-bottom: 25px;
  }
  .coodination__maps__header {
    padding: 35px 0;
  }
  .coodination__maps__address {
    font-size: 1.13em;
    text-align: center;
  }
  .coodination__maps__address span {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
  }
  /*//////////////*/
  /*--- public ---*/
  /*//////////////*/
  .public__properties:nth-of-type(3) {
    margin-top: 50px;
  }
  .public__properties:nth-of-type(3) .public__properties__ttl {
    height: 6.5em;
  }
  .public__properties:nth-of-type(3) + .public__properties {
    margin-top: 50px;
  }
  .public__properties:nth-of-type(3) + .public__properties .public__properties__ttl {
    height: 6.5em;
  }
  .public__properties__ttl {
    height: auto;
  }
  .public__results {
    padding: 0 15px;
  }
  .public__results + .public__results {
    margin-top: 40px;
  }
  .public__results--right {
    border-left: none;
  }
  .public__results__list {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .house-product {
    margin-top: 60px;
  }
  .house-product + .house-product {
    margin-top: 75px;
  }
  .house-product__img {
    margin-bottom: 15px;
  }
  .house-product__ttl {
    margin-bottom: 20px;
    font-size: 1.38em;
  }
  .house-product__ttl span {
    font-size: 0.64em;
  }
  .house-product__text__inside {
    margin-top: 20px;
    padding: 15px;
  }
  .sekou-block {
    letter-spacing: -0.4em;
  }
  .sekou-block__img {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
  .sekou-block__txt-base {
    display: inline-block;
    position: static;
    width: 60%;
    height: auto;
    padding: 0;
    vertical-align: middle;
    letter-spacing: normal;
    opacity: 1;
  }
  .sekou-block__txt-base__innr {
    width: 100%;
    height: 100%;
    padding: 0 0 0 15px;
    text-align: left;
    letter-spacing: normal;
    background-color: transparent;
  }
  .sekou-block__txt-base__innr:before {
    content: "";
    display: none;
  }
  .sekou-block__ttl {
    font-size: 1.13em;
  }
  .sekou-block__ttl + hr {
    width: 20%;
    margin: 15px 0 15px;
  }
  .sekou-block__sub {
    font-size: 0.75em;
    line-height: 1;
  }
  .sekou-block:hover .sekou-block__img {
    transform: none;
  }
  .sekou-block__featherlight {
    display: none;
    padding: 5px;
  }
  .sekou-block__featherlight__pics {
    margin-bottom: 20px;
  }
  .featherlight-content {
    width: auto;
  }
  .customer-voice__slider {
    margin-bottom: 35px;
  }
  .customer-voice__slider .film_roll_prev,
  .customer-voice__slider .film_roll_next {
    color: #1f5f7f;
    line-height: 30px;
    background: #fff;
    border: none;
    border-radius: 0;
    opacity: 1;
    transition: color 0.2s, background 0.2s;
  }
  .customer-voice__slider .film_roll_prev:hover,
  .customer-voice__slider .film_roll_next:hover {
    color: #fff;
    background-color: #1f5f7f;
    opacity: 1;
  }
  /*///////////////////*/
  /*--- coodination ---*/
  /*///////////////////*/
  .coodination__support-menu__child {
    margin-bottom: 35px;
    text-align: left;
    letter-spacing: -0.4em;
  }
  .coodination__support-menu__img {
    float: none;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .coodination__support-menu__text {
    float: none;
    display: inline-block;
    padding-left: 0;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .coodination__support-menu__text__innr {
    padding: 0;
  }
  .coodination__support-menu__text__innr .bnr--under-short {
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: left;
  }
  .coodination__support-menu__text__innr .bnr--under-short:after {
    width: 50px;
    left: 0;
    margin-left: 0;
  }
  .coodination__flow {
    letter-spacing: none;
  }
  .coodination__flow__img {
    margin-bottom: 20px;
  }
  .coodination__flow__arrow {
    margin: 5px auto 40px;
  }
  .coodination__past + .coodination__past {
    margin-top: 75px;
  }
  .coodination__past__img--01 {
    padding-right: 5px;
  }
  .coodination__past__img--02 {
    padding-left: 5px;
  }
  .coodination__past__ttl {
    margin-top: 20px;
  }
  .coodination__past .hr--customer-voice {
    margin-bottom: 15px;
  }
  .coodination__maps__header {
    padding: 20px 0;
  }
  .coodination__maps__address {
    font-size: 1em;
  }
  .coodination__maps__address span {
    display: block;
    margin-right: 0;
  }
  /*//////////////*/
  /*--- public ---*/
  /*//////////////*/
  .public {
    padding-top: 45px;
  }
  .public__properties + .public__properties {
    margin-top: 50px;
  }
  .public__properties:nth-of-type(3) .public__properties__ttl {
    height: auto;
  }
  .public__properties:nth-of-type(3) + .public__properties .public__properties__ttl {
    height: auto;
  }
  .public__properties__ttl {
    height: auto;
    padding: 10px 0;
  }
  .public__results {
    padding: 0 15px;
  }
  .public__results + .public__results {
    margin-top: 40px;
  }
  .public__results--right {
    border-left: none;
  }
  .public__results__list {
    padding-top: 10px;
  }
  /*//////////////////*/
  /*--- cm-gallery ---*/
  /*//////////////////*/
  .cm-gallery {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .cm-gallery__video {
    margin-bottom: 10px;
  }
  .cm-gallery__video + .txt--mincho {
    margin-bottom: 30px;
  }
  .cm-gallery__radio {
    margin-bottom: 10px;
  }
  /*///////////////////*/
  /*--- news-topics ---*/
  /*///////////////////*/
  .news-topics {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-topics__box + .news-topics__box, .search-result__box + .news-topics__box, .news-topics__box + .search-result__box, .search-result__box + .search-result__box {
    margin-top: 40px;
  }
  .news-topics__box__innr, .search-result__box__innr {
    padding: 30px 15px;
  }
  .news-topics__box__img {
    margin-bottom: 30px;
  }
  .news-topics__box__more-btn, .search-result__box__more-btn {
    padding-top: 15px;
  }
  .news-topics__header, .search-result__header {
    margin-bottom: 20px;
  }
  .news-topics__header--single {
    margin-bottom: 30px;
  }
  .news-topics__eyecatch {
    margin-bottom: 40px;
  }
  .news-topics__back-list-btn {
    padding-top: 50px;
  }
  .news-topics__back-list-btn .col-xs-12 + .col-xs-12 {
    margin-top: 10px;
  }
  /*///////////////*/
  /*--- recruit ---*/
  /*///////////////*/
  .recruit {
    padding-bottom: 0;
  }
  .recruit__now {
    margin-bottom: 20px;
    margin-bottom: 30px;
    font-size: 1.2em;
  }
  .recruit__detail, .profile__outline {
    display: block;
    width: 100%;
    margin: 30px 0 15px;
  }
  .recruit__detail tbody, .profile__outline tbody, .recruit__detail tr, .profile__outline tr, .recruit__detail th, .profile__outline th, .recruit__detail td, .profile__outline td {
    display: block;
    width: 100%;
  }
  .recruit__detail th, .profile__outline th {
    float: left\9 ;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    background-color: #f5f5f5;
    box-sizing: border-box;
  }
  .recruit__detail td, .profile__outline td {
    float: left\9 ;
    padding: 10px 15px 20px;
  }
  /*////////////*/
  /*--- tour ---*/
  /*////////////*/
  .tour {
    padding-top: 15px;
  }
  .tour__cover-icon {
    width: 75px;
    margin: 0 auto 15px;
  }
  .tour__head-data {
    margin-top: 20px;
    text-align: center;
    float: none;
  }
  .tour__head-data__info {
    font-size: 0.85em;
    margin: 10px 0 5px;
  }
  .tour__img {
    text-align: center;
  }
  .tour__img__overlay-icon {
    width: 90px;
    height: auto;
  }
  .tour__text .hr {
    margin: 20px 0;
  }
  .tour__pick-data {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .tour__ttl {
    font-size: 1.5em;
    line-height: 1.5;
  }
  .tour__ttl__icon, .tour__ttl__text {
    margin-top: 20px;
  }
  .tour__ttl__icon {
    width: 20%;
  }
  .tour__ttl__text {
    width: 80%;
  }
  .tour__result__icon {
    width: 70px;
    height: 70px;
    line-height: 90px;
    font-size: 0.735em;
  }
  .tour__icon-tex-set {
    letter-spacing: -0.4em;
  }
  .tour__icon-tex-set__icon {
    width: 25%;
  }
  .tour__icon-tex-set__tex {
    width: 73%;
    margin-left: 2%;
    letter-spacing: normal;
  }
  /*//////////////////*/
  /*--- site map ---*/
  /*//////////////////*/
  .sitemap {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sitemap__list__parent:nth-of-type(odd).clear {
    clear: both;
  }
  .sitemap__list__parent.clear {
    clear: none;
  }
  .sitemap__list__child {
    padding: 5px 0 0 15px;
  }
  .sitemap__list--subs {
    margin-top: 40px;
  }
  .sitemap__list--subs__parent {
    margin-bottom: 15px;
  }
  /*//////////////*/
  /*--- column ---*/
  /*//////////////*/
  .column {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .column__pack + .column__pack .column__ttl {
    margin-top: 50px;
    padding-top: 50px;
  }
  .column__ttl {
    margin-bottom: 30px;
  }
  .column__img {
    width: 100%;
    margin: 15px auto;
  }
  .column__img--eyecatch {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .column__body--single img[class*=wp-image-] {
    margin: 15px auto;
  }
  /*//////////////////////*/
  /*--- privacy policy ---*/
  /*//////////////////////*/
  .privacy-policy {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .privacy-policy__section + .privacy-policy__section {
    margin-top: 40px;
  }
  .privacy-policy__ttl {
    margin-bottom: 10px;
    font-size: 1.25em;
  }
  /*///////////////*/
  /*--- profile ---*/
  /*///////////////*/
  .profile__president__ttl {
    font-size: 1.5em;
  }
  .profile__president__ttl span {
    display: block;
    font-size: 0.5em;
  }
  .profile__outline {
    margin-top: 0;
  }
  .profile__logo__img {
    margin-bottom: 40px;
  }
  .profile__logo__text + .profile__logo__text {
    margin-top: 30px;
  }
  /*///////////////*/
  /*--- mansion ---*/
  /*///////////////*/
  .mansion__product {
    padding-top: 60px;
  }
  /*///////////////*/
  /*--- contact ---*/
  /*///////////////*/
  .contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .contact__table {
    display: block;
  }
  .contact__table tbody, .contact__table tr, .contact__table th, .contact__table td {
    display: block;
    width: 100%;
  }
  .contact__table tr {
    border-top: 1px #cbd5dc solid;
    border-bottom: none;
  }
  .contact__table tr:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
  }
  .contact__table th {
    float: left;
    width: 80%;
    background-color: #f5f5f5;
  }
  .contact__table td {
    float: left;
    padding: 10px 10px 20px;
  }
  .contact__table td.req-cell {
    width: 20%;
    padding: 10px 10px 10px 0;
    text-align: right;
    background-color: #f5f5f5;
  }
  .contact__table .req {
    display: inline-block;
    padding: 5px;
    color: #d13e2b;
    font-size: 0.88em;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    border: 1px #d13e2b solid;
  }
  .contact__table label {
    margin: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .contact__table input[type=radio] {
    cursor: pointer;
  }
  .contact__table input[type=text], .contact__table input[type=tel], .contact__table input[type=email], .contact__table textarea {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 5px;
    border: 1px #cbd5dc solid;
  }
  .contact__table input[type=text].wpcf7c-conf, .contact__table input[type=tel].wpcf7c-conf, .contact__table input[type=email].wpcf7c-conf, .contact__table textarea.wpcf7c-conf {
    background-color: #fff;
  }
  .contact__table textarea {
    height: 100px;
  }
  .contact__table select {
    height: 40px;
    border: 1px #cbd5dc solid;
    border-radius: 0;
    cursor: pointer;
  }
  .contact__table select.wpcf7c-conf {
    background-color: #fff;
  }
  .contact__zip1 {
    width: 130px !important;
  }
  .contact__zip2 {
    width: 140px !important;
  }
  .dynamic-checkboxes-wrapper {
    flex-direction: column;
  }
  .dynamic-checkboxes-wrapper .dynamic-checkbox-box {
    width: 100%;
  }
  span.wpcf7-list-item {
    margin-left: 0;
  }
  span.wpcf7-list-item + span.wpcf7-list-item {
    margin-left: 30px;
  }
}
/*/////////////*/
/*--- works ---*/
/*/////////////*/
.works-category-list {
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.works-category-list__item {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  position: relative;
  padding: 0 10px;
}
.works-category-list__item__innr {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 15px 5px;
  border: solid 1px #ccc;
  position: relative;
  transition: background-color 0.3s;
}
.works-category-list__item__innr-list {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  transform: translateY(100%);
  padding-top: 2.5px;
  z-index: 2;
  display: none;
}
.works-category-list__item__innr-list:hover {
  display: block;
}
.works-category-list__item__innr-list__item + .works-category-list__item__innr-list__item {
  margin-top: 2.5px;
}
.works-category-list__item__innr-list__item__anch {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  transition: background-color 0.3s, color 0.3s;
}
.works-category-list__item__innr-list__item__anch:hover {
  background-color: #1f5f7f;
  color: #fff;
}
.works-category-list__item__innr-list .works-category-list__item__innr {
  display: none;
}
.works-category-list__item__innr:hover {
  background-color: #1f5f7f;
  color: #fff;
}
.works-category-list__item__innr.active {
  background-color: #1f5f7f;
  color: #fff;
}
.works-category-list__item__innr:hover + .works-category-list__item__innr-list {
  display: block;
}
.works-category-list__item.current .works-category-list__item__innr {
  border-bottom: none;
  cursor: default;
}
.works-category-list__item.current .works-category-list__item__innr:before, .works-category-list__item.current .works-category-list__item__innr:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 10px;
  border-bottom: solid 1px #ccc;
}
.works-category-list__item.current .works-category-list__item__innr:before {
  left: -10px;
}
.works-category-list__item.current .works-category-list__item__innr:after {
  right: -10px;
}
.works-category-list__item.current .works-category-list__item__innr:hover {
  background-color: transparent;
  color: #192128;
}
.works-category-list.pages {
  flex-wrap: wrap;
}
.works-category-list.pages .works-category-list__item {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.333333%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.works-category-list.pages .works-category-list__item.current .works-category-list__item__innr {
  background-color: #1f5f7f;
  color: #fff;
  border-bottom: solid 1px #ccc;
}
.works-category-list.pages .works-category-list__item.current .works-category-list__item__innr:before, .works-category-list.pages .works-category-list__item.current .works-category-list__item__innr:after {
  display: none;
}
.works-category-list--select {
  display: none;
}
.works-category__ttl {
  margin-top: 60px;
  text-align: center;
}
.works-category__ttl--parent {
  display: block;
  margin-bottom: 15px;
}
.works-category__ttl--main {
  display: block;
  font-size: 1.375em;
  font-weight: 600;
}
.works-list {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-bottom: -30px;
}
.works-list__item {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.works-list__item__innr {
  display: block;
  height: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.works-list__item__innr__more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 1;
  font-weight: 600;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.85);
  transition: opacity 0.3s;
  opacity: 0;
}
.works-list__item__innr:hover .works-list__item__innr__more {
  opacity: 1;
}
.works-list__item__innr:hover .works-list__item__image__innr {
  transform: scale(1.1);
}
.works-list__item__image {
  overflow: hidden;
  position: relative;
}
.works-list__item__image__innr {
  padding-top: 66.666666%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s;
}
.works-list__item__type-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding: 2.5px;
}
.works-list__item__type-list__item {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
  padding: 5px;
  margin: 2.5px;
  color: #fff;
  font-size: 0.75em;
  font-weight: 600;
}
.works-list__item__ttl {
  text-align: center;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.375;
  padding-top: 10px;
}
.works-list__item__ttl:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #192128;
  margin: 10px auto;
}
.works-list__item__area {
  display: inline-block;
}
.works-list__item__excerpt {
  width: 100%;
  line-height: 1.5;
}
.works-list__btn {
  margin-top: 90px;
  text-align: center;
}
.works-list__btn a {
  display: inline-block;
  padding: 15px 30px;
  border: solid 1px #192128;
  transition: all 0.3s;
}
.works-list__btn a:hover {
  opacity: 0.5;
}
.works-single {
  padding-top: 60px;
  margin-bottom: 90px;
}
.works-single__info__cat-list {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.works-single__info__cat-list__item {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 5px;
}
.works-single__info__cat-list__item__innr {
  font-size: 0.875em;
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
}
.works-single__info__ttl {
  font-size: 1.5em;
  font-weight: 600;
  padding-top: 10px;
}
.works-single__info__ttl span {
  display: inline-block;
}
.works-single__info__ttl:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #192128;
  margin-top: 10px;
  margin-bottom: 15px;
}
.works-single__info__description {
  line-height: 1.75;
}
.works-single__info__article-data {
  margin-top: 30px;
  margin-left: 0;
  max-width: 100%;
}
.works-single__info__article-data thead th {
  font-weight: 600;
}
.works-single__info__article-data tbody tr + tr {
  border-top: solid 1px #ccc;
}
.works-single__info__article-data tbody th, .works-single__info__article-data tbody td {
  padding: 10px 15px;
  line-height: 1.25;
}
.works-single__info__article-data tbody td {
  position: relative;
}
.works-single__info__article-data tbody td:before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(100% - 20px);
  width: 1px;
  background-color: #ccc;
}
.works-single__gallery--main {
  position: relative;
}
.works-single__gallery--main__item__innr {
  padding-top: 66.666666%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
}
.works-single__gallery--thumb {
  margin-top: 5px;
}
.works-single__gallery--thumb .slick-track {
  display: -moz-flex;
  display: flex;
}
.works-single__gallery--thumb__item {
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  outline: none;
}
.works-single__gallery--thumb__item + .works-single__gallery--thumb__item {
  margin-left: 5px;
}
.works-single__gallery--thumb__item__innr {
  padding-top: 66.666666%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.works-single__gallery--thumb__item.slick-current {
  opacity: 0.5;
}
.works-single__gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 2em;
  color: #fff;
  filter: drop-shadow(0px 0px 2.5px #000);
}
.works-single__gallery-arrow--prev {
  left: 15px;
}
.works-single__gallery-arrow--prev:before {
  content: "\f053";
}
.works-single__gallery-arrow--next {
  right: 15px;
}
.works-single__gallery-arrow--next:before {
  content: "\f054";
}
.works-single__contents {
  padding: 60px 0;
}
.works-single__contents__innr {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  align-items: center;
}
.works-single__contents__innr.row:before, .works-single__contents__innr.row:after {
  display: none;
}
.works-single__contents__body {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.works-single__contents__body__head {
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho;
  font-size: 1.6875em;
  font-weight: 600;
  margin-bottom: 15px;
}
.works-single__contents__body__description {
  line-height: 1.75;
}
.works-single__contents__image {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.works-single__contents__image__innr {
  padding-top: 66.666666%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
}
.works-single__contents__image__innr-bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -ms-filter: blur(6px);
  filter: blur(6px);
  transform: scale(0.9);
}
.works-single__contents__image__innr.portrait {
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.works-single__contents:nth-child(even) {
  background-color: #f2f2f2;
}
.works-single__contents:nth-child(odd) .works-single__contents__body {
  -moz-order: 2;
  order: 2;
}
.works-single__contents:nth-child(odd) .works-single__contents__image {
  -moz-order: 1;
  order: 1;
}
.works-single__related {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .works-category-list {
    display: none;
  }
  .works-category-list.pages {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
  }
  .works-category-list.pages .works-category-list__item {
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    padding: 0 5px;
  }
  .works-category-list.pages .works-category-list__item__innr {
    font-size: 0.875em;
    padding: 10px 30px;
  }
  .works-category-list--select {
    display: block;
    position: relative;
    margin-bottom: 30px;
  }
  .works-category-list--select:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: -1;
  }
  .works-category-list--select select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    padding: 10px 35px 10px 10px;
    border: solid 1px #ccc;
    border-radius: 0;
    background: transparent;
  }
  .works-category__ttl {
    margin-top: 15px;
  }
  .works-category__ttl--parent {
    margin-bottom: 10px;
    font-size: 0.875em;
  }
  .works-category__ttl--main {
    font-size: 1.25em;
  }
  .works-list__item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .works-list__item__type-list__item {
    font-size: 0.625em;
  }
  .works-list__item__ttl {
    font-size: 1em;
  }
  .works-list__item__excerpt {
    font-size: 0.875em;
  }
  .works-list__btn {
    margin-top: 60px;
  }
  .works-list__btn a {
    font-size: 0.875em;
  }
  .works-single {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .works-single__info__cat-list__item__innr {
    font-size: 0.75em;
  }
  .works-single__info__ttl {
    font-size: 1.125em;
  }
  .works-single__info__description {
    font-size: 0.875em;
  }
  .works-single__info__article-data {
    margin-top: 15px;
    font-size: 0.875em;
    display: -moz-flex;
    display: flex;
  }
  .works-single__info__article-data thead {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    background-color: #e6e6e6;
    padding: 10px;
  }
  .works-single__info__article-data tbody {
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .works-single__info__article-data tbody th, .works-single__info__article-data tbody td {
    padding: 5px 10px;
  }
  .works-single__info__article-data tbody td:before {
    height: calc(100% - 10px);
  }
  .works-single__gallery {
    margin-top: 30px;
  }
  .works-single__gallery--thumb {
    display: none;
  }
  .works-single__gallery-arrow {
    font-size: 1.5em;
  }
  .works-single__gallery-arrow--prev {
    left: 10px;
  }
  .works-single__gallery-arrow--next {
    right: 10px;
  }
  .works-single__contents {
    padding: 40px 0;
  }
  .works-single__contents__body {
    margin-bottom: 30px;
  }
  .works-single__contents__body__head {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .works-single__contents__body__description {
    font-size: 0.875em;
  }
  .works-single__contents:nth-child(odd) .works-single__contents__body {
    -moz-order: 1;
    order: 1;
  }
  .works-single__contents:nth-child(odd) .works-single__contents__image {
    -moz-order: 2;
    order: 2;
  }
  .works-single__related {
    padding-top: 60px;
  }
  .works-single__related .bnr--box__innr {
    padding: 15px;
    font-size: 1.25em;
  }
  .works-single__related .works-list {
    padding-top: 0;
  }
}
/*/////////////////////////*/
/*--- after maintenance ---*/
/*/////////////////////////*/
.after-maintenance__lead {
  margin-bottom: 50px;
  font-size: 1.75rem;
  text-align: center;
}
.after-maintenance__lead br {
  display: none;
}
.after-maintenance-feature {
  margin-bottom: 25px;
}
.after-maintenance-feature__item {
  padding: 25px 35px 0;
  margin-bottom: 25px;
}
.after-maintenance-feature__img {
  border-radius: 50%;
  overflow: hidden;
}
.after-maintenance-feature__img .w100 {
  width: 100%;
}
.after-maintenance-feature__label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 8px;
  width: 85px;
  height: 85px;
  font-size: 1.44rem;
  line-height: 1;
  border: 3px #3C4449 solid;
  border-radius: 50%;
}
.after-maintenance-intro {
  margin-bottom: 40px;
  text-align: center;
}
.after-maintenance-intro__ttl {
  margin-bottom: 15px;
  font-size: 1.13em;
  font-weight: bold;
  line-height: 1.5;
}
.after-maintenance-intro__ttl-in-red {
  color: #D9341D;
}
.after-maintenance-plan {
  max-width: 650px;
  margin: 0 auto 50px;
}
.after-maintenance-plan__ttl {
  padding: 20px 15px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  background-color: #3386AF;
}
.after-maintenance-plan__insec {
  position: relative;
}
.after-maintenance-plan__insec:before {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: -1;
  border-width: 157px 120px 0;
  border-color: #DDF7FF transparent transparent;
  border-style: solid;
  transform: translateX(-50%);
}
.after-maintenance-plan__insec:not(:nth-last-of-type(1)) {
  margin-bottom: 60px;
}
.after-maintenance-plan__insec__years {
  margin-bottom: 25px;
}
.after-maintenance-plan__insec__body {
  padding-left: 15px;
  margin-left: 20px;
  line-height: 1.5;
  border-left: 3px #3C4449 solid;
}
.after-maintenance-plan__insec__body-ttl {
  margin-bottom: 10px;
  font-size: 1.13rem;
  font-weight: bold;
}
.after-maintenance-plan__attention {
  padding-top: 100px;
}
.after-maintenance-plan__attention-item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}
.after-maintenance-plan__attention-item:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
.after-maintenance__last-word {
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .after-maintenance-feature__item {
    padding: 25px 25px 0;
  }
}
@media screen and (max-width: 991px) {
  .after-maintenance__lead {
    margin-bottom: 40px;
    font-size: 1.65rem;
  }
  .after-maintenance-feature {
    margin-bottom: 20px;
  }
  .after-maintenance-feature__item {
    padding: 25px 15px 0;
  }
  .after-maintenance-feature__label {
    width: 75px;
    height: 75px;
    font-size: 1.3rem;
  }
  .after-maintenance-plan {
    max-width: 550px;
    margin: 0 auto 40px;
  }
  .after-maintenance-plan__ttl {
    padding: 15px;
    margin-bottom: 45px;
    font-size: 1.65rem;
  }
  .after-maintenance-plan__insec:before {
    border-width: 144px 110px 0;
  }
  .after-maintenance-plan__insec__years {
    margin-bottom: 20px;
    width: 260px;
  }
  .after-maintenance__last-word {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 767px) {
  .after-maintenance__lead {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
  .after-maintenance-feature__item {
    padding: 25px 20px 0;
    margin-bottom: 20px;
  }
  .after-maintenance-feature__item:nth-of-type(odd) {
    margin-left: 8.3333333%;
  }
  .after-maintenance-feature__label {
    right: 0;
    font-size: 1.13rem;
  }
  .after-maintenance-plan {
    max-width: 500px;
  }
  .after-maintenance-plan__ttl {
    font-size: 1.5rem;
  }
  .after-maintenance-plan__attention {
    padding-top: 80px;
  }
  .after-maintenance__last-word {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .after-maintenance__lead {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .after-maintenance__lead br {
    display: inline;
  }
  .after-maintenance-feature {
    margin-bottom: 50px;
  }
  .after-maintenance-feature__item {
    float: none;
    width: 67%;
    padding: 25px 15px 0;
    margin: 0 auto;
  }
  .after-maintenance-feature__item:nth-of-type(odd) {
    margin-left: auto;
  }
  .after-maintenance-feature__label {
    right: -10px;
    width: 85px;
    height: 85px;
    font-size: 1.44rem;
  }
  .after-maintenance-intro {
    margin-bottom: 70px;
  }
  .after-maintenance-plan {
    margin: 0 auto 50px;
  }
  .after-maintenance-plan__ttl {
    margin-bottom: 35px;
    font-size: 1.25rem;
  }
  .after-maintenance-plan__insec:before {
    top: 5px;
    border-width: 150px 115px 0;
  }
  .after-maintenance-plan__insec:not(:nth-last-of-type(1)) {
    margin-bottom: 35px;
  }
  .after-maintenance-plan__insec__years {
    width: 50%;
  }
  .after-maintenance-plan__insec__body {
    margin-left: 0;
  }
  .after-maintenance-plan__insec__body-ttl {
    font-size: 1rem;
  }
  .after-maintenance-plan__attention {
    padding-top: 50px;
  }
  .after-maintenance-plan__attention-item {
    font-size: 0.88rem;
  }
  .after-maintenance__last-word {
    font-size: 1.25rem;
  }
}
.pad0-10 {
  padding: 0 10px;
}

.pad0-10-0-20 {
  padding: 0 10px 0 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.lh100 {
  line-height: 100%;
}

.lh150 {
  line-height: 150%;
}

.padd05 {
  padding: 0 5px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.txt--bold {
  font-weight: bold;
}
.txt--normal {
  font-weight: normal;
}
.txt--up {
  font-size: 1.13em;
}
.txt--1-5 {
  font-size: 1.5em !important;
  line-height: 1.6 !important;
}
.txt--small {
  font-size: 0.8em;
}
.txt--left {
  text-align: left;
}
.txt--center {
  text-align: center;
}
.txt--right {
  text-align: right;
}
.txt--lh1 {
  line-height: 1 !important;
}
.txt--red {
  color: #d13e2b;
}
.txt--white {
  color: #fff;
}
.txt--blue {
  color: #1f5f7f;
}
.txt--negative-indent {
  text-indent: -0.5em;
}
.txt-body p {
  font-size: 1.06em;
  line-height: 2.12;
}
.txt-body p + p {
  margin-top: 1.5em;
}
.txt--mincho {
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho;
}

.bgc--green {
  background-color: #31c779;
}
.bgc--yellow {
  background-color: #e0d547;
}
.bgc--grey {
  background-color: #dce6ea;
}
.bgc--text {
  background-color: #192128;
}

.midTex {
  font-size: 1.2em;
}

.moreMidTex {
  font-size: 1.35em;
}

.hiMidTex {
  font-size: 1.5em;
  line-height: 1.3em;
}

.bigTex {
  font-size: 2em;
  line-height: 1em;
}

.smallTex {
  font-size: 0.8em;
}

.img--right {
  float: right;
  margin: 0 0 30px 30px;
}
.img--left {
  float: left;
  margin: 0 30px 30px 0;
}

.display--none {
  display: none;
}

.hover--opacity {
  opacity: 1;
  backface-visibility: hidden;
  transition: opacity 0.2s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.ind {
  text-indent: 1em;
}

.listLike {
  text-indent: -1em;
  padding-left: 1em;
}

.listLike1-5 {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.centerImg {
  display: block;
  margin: 0 auto;
}

.rightImg {
  display: block;
  float: right;
  margin: 0 0 10px 15px;
}

.leftImg {
  display: block;
  float: left;
}

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

.clear {
  clear: both;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.w100 {
  max-width: 100%;
  height: auto;
}

.w100p {
  width: 100%;
  height: auto;
}

.img-border {
  border: 1px #d5d5d5 solid;
}

.xs-visible {
  display: none;
}

.md-none {
  display: block;
}

.sm-none {
  display: block;
}

.sm-visible {
  display: none;
}

@media screen and (max-width: 1199px) {
  .md-none {
    display: none;
  }
  .md-p0 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .sm-visible {
    display: block;
  }
  .sm-mt30 {
    margin-top: 30px !important;
  }
  .sm-mb10 {
    margin-bottom: 10px !important;
  }
  .sm-mb15 {
    margin-bottom: 15px !important;
  }
  .sm-mb20 {
    margin-bottom: 20px !important;
  }
  .sm-mb25 {
    margin-bottom: 25px !important;
  }
  .sm-mb30 {
    margin-bottom: 30px !important;
  }
  .sm-mb40 {
    margin-bottom: 40px !important;
  }
  .sm-p0 {
    padding: 0 !important;
  }
  .sm-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .xs-mb0 {
    margin-bottom: 0 !important;
  }
  .xs-mb6 {
    margin-bottom: 6px !important;
  }
  .xs-mb10 {
    margin-bottom: 10px !important;
  }
  .xs-mb15 {
    margin-bottom: 15px !important;
  }
  .xs-mb20 {
    margin-bottom: 20px !important;
  }
  .xs-mb25 {
    margin-bottom: 25px !important;
  }
  .xs-mb30 {
    margin-bottom: 30px !important;
  }
  .xs-mb40 {
    margin-bottom: 40px !important;
  }
  .xs-mb50 {
    margin-bottom: 50px !important;
  }
  .xs-mb60 {
    margin-bottom: 60px !important;
  }
  .xs-mt15 {
    margin-top: 15px !important;
  }
  .xs-mt20 {
    margin-top: 20px !important;
  }
  .xs-mt30 {
    margin-top: 30px !important;
  }
  .xs-mt40 {
    margin-top: 40px !important;
  }
  .xs-pb30 {
    padding-bottom: 30px !important;
  }
  .xs-pb0 {
    padding-bottom: 0 !important;
  }
  .xs-none {
    display: none;
  }
  .xs-visible {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */