@charset "UTF-8";
#child__mv {
  background: center/cover no-repeat url("../img/child/child_head_bg.png");
  position: relative;
}

#child__mv h1 {
  width: 100%;
  text-align: center;
  padding: 163px 0px;
  letter-spacing: 0.05em;
}

#child__mv h1 .ja {
  display: block;
  font: 600 3em/1em "Yu Mincho", "YuMincho", serif;
}

#child__mv h1 .en {
  margin-top: 6px;
  display: block;
  font: 600 1.562em "Yu Mincho", "YuMincho", serif;
}

@media screen and (max-width: 954px) {
  #child__mv h1 {
    font-size: 9px;
    padding: 64px 0px;
  }
}

#child__mv::after {
  content: "";
  display: block;
  background-color: #907e60;
  width: 2px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

@media screen and (max-width: 954px) {
  #child__mv::after {
    height: 32px;
  }
}

#bread__list {
  margin-top: 32px;
  font-size: 0.875em;
}

#bread__list ul li {
  display: inline;
}

#bread__list ul li::after {
  content: ">";
  padding: 0px 0.25em;
}

#bread__list ul li:last-of-type::after {
  display: none;
}

@media screen and (max-width: 954px) {
  #bread__list {
    font-size: 11px;
  }
}

.title {
  padding-top: 80px;
}

#child__body {
  margin-top: 100px;
  margin-bottom: 120px;
  color: #333333;
}

.border {
  font: 700 1.5em "Noto Sans JP";
}

.border::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 2px;
  background-color: #907e60;
  margin-right: 19px;
}

@media screen and (max-width: 954px) {
  .border::before {
    width: 16px;
    margin-right: 8px;
  }
}

.tableType__1 {
  width: 100%;
}

.tableType__1 th,
.tableType__1 dt {
  text-align: left;
  background-color: #ad9f85;
  color: #ffffff;
  font-weight: 700;
  width: 200px;
  padding: 14px 30px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 954px) {
  .tableType__1 th,
  .tableType__1 dt {
    display: block;
    width: 100%;
  }
}

.tableType__1 td,
.tableType__1 dd {
  padding: 14px 20px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 954px) {
  .tableType__1 td,
  .tableType__1 dd {
    display: block;
    width: 100%;
  }
}

.listType__circle ul {
  margin-top: 16px;
}

.listType__circle li {
  position: relative;
  margin-left: 1em;
}

.listType__circle li::before {
  content: "●";
  display: inline;
  position: absolute;
  left: -1em;
}

.gold__label {
  margin-top: 24px;
}

.gold__label li {
  display: table;
  margin-bottom: 24px;
}

@media screen and (max-width: 954px) {
  .gold__label li {
    display: block;
  }
}

.gold__label .cell {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 954px) {
  .gold__label .cell {
    display: block;
    width: 100%;
    max-width: 500px;
  }
}

.gold__label .label {
  background: linear-gradient(147deg, #bbae95 0%, #bbae95 25%, #8a785a 75%, #8a785a 100%);
  color: #ffffff;
  width: 500px;
  height: 80px;
  max-height: 80px;
  position: relative;
  padding-left: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gold__label .label::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #ffffff;
}

@media screen and (max-width: 954px) {
  .gold__label .label {
    font-size: 10px;
    width: 100%;
    height: unset;
    padding: 0.75em 1em 0.75em 2em;
  }
  .gold__label .label::before {
    width: 16px;
  }
}

.gold__label .label .step {
  font: 500 1.25em "Noto Sans JP";
  margin-right: 1em;
}

.gold__label .label .text {
  font: 500 1.5625em "Noto Sans JP";
  display: inline-block;
  margin-bottom: 4px;
}

.gold__label p {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
}

@media screen and (max-width: 954px) {
  .gold__label p {
    display: block;
    padding-left: 0em;
    margin-top: 8px;
  }
}

.emp {
  font: 600 1.875em "Yu Mincho", "YuMincho", serif;
  color: #ad9f85;
}

@media screen and (max-width: 954px) {
  .emp {
    font-size: 20px;
    line-height: 1.25;
  }
}

.paginate {
  width: 80%;
  margin: 4em auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginate .page-numbers {
  padding: 0.5em;
  margin: 0em 0.5em;
  text-align: center;
}

.paginate .page-numbers:hover {
  background-color: #333333;
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.paginate .page-numbers.current {
  color: #000000;
  border-bottom: #333333 1px solid;
  cursor: unset;
}

.paginate .page-numbers.current:hover {
  background-color: unset;
}

.paginate .page-numbers a {
  display: block;
  width: 100%;
  border-bottom: 1px #333333 solid;
  color: #333333;
}

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

/*==========
WP EDITOR
==========*/
/* editor */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/*==========
NEWS
==========*/
#news #child__body {
  margin-top: 50px;
  font-size: 1.125em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 954px) {
  #news #child__body {
    font-size: 14px;
  }
}

#news #child__body a {
  display: block;
}

#news #child__body li {
  padding: 34px 0px;
  border-bottom: 1px solid #dddddd;
}

#news #child__body .news__text {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-top: 8px;
}

/*==========
NEWS Detail
==========*/
#news_detail #child__body {
  letter-spacing: 0.05em;
}

#news_detail #child__body time {
  display: block;
  font-size: 1.125em;
  margin-top: 16px;
}

@media screen and (max-width: 954px) {
  #news_detail #child__body time {
    font-size: 14px;
  }
}

#news_detail #child__body .article__text {
  font-size: 1.125em;
  margin-top: 8px;
}

@media screen and (max-width: 954px) {
  #news_detail #child__body .article__text {
    font-size: 14px;
  }
}

/*==========
COMPANY
==========*/
#company #child__body {
  margin-top: 80px;
}

@media screen and (max-width: 954px) {
  #company #child__body {
    margin-top: 40px;
  }
}

#company .company__foot {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company .company__foot__list {
  width: 50%;
}

@media screen and (max-width: 954px) {
  #company .company__foot__list {
    width: 100%;
    margin-bottom: 32px;
  }
}

/*==========
GREETING
==========*/
#greeting #child__body {
  text-align: center;
  margin-top: 85px;
}

#greeting #child__body p {
  margin-top: 32px;
}

#greeting #child__body p:first-of-type {
  margin-top: 19px;
}

#greeting #child__body .signature {
  font: 600 1.125em "Yu Mincho", "YuMincho", serif;
  color: #000000;
  text-align: left;
  margin-top: 24px;
  float: right;
}

#greeting #child__body .signature .big {
  font-size: 1.388em;
}

#greeting #child__body .signature p {
  margin-top: 0px;
}

@media screen and (max-width: 954px) {
  #greeting #child__body {
    margin-top: 40px;
  }
  #greeting #child__body p {
    text-align: left;
  }
  #greeting #child__body p:first-of-type {
    margin-top: 40px;
  }
}

/*==========
ACCESS
==========*/
#access #child__body {
  margin-top: 64px;
}

@media screen and (max-width: 954px) {
  #access #child__body {
    margin-top: 40px;
  }
}

#access .access__block {
  margin-bottom: 88px;
}

#access .access__block .btn {
  width: 240px;
  margin: 16px 0px;
}

#access .access__desc {
  margin-top: 32px;
}

@media screen and (max-width: 954px) {
  #access .access__desc {
    margin-top: 8px;
  }
}

#access iframe {
  width: 100%;
  margin: 24px 0px 16px;
}

/*==========
BUSINESS
==========*/
#business #child__body {
  margin-top: 85px;
}

@media screen and (max-width: 954px) {
  #business #child__body {
    margin-top: 40px;
  }
}

#business .title {
  padding-top: 58px;
}

#business #child__body ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 64px;
}

#business #child__body ol li {
  width: 200px;
  margin: 0px 16px 16px;
}

#business #child__body .emp {
  text-align: center;
}

#business #child__body .business__list {
  margin-top: 70px;
}

@media screen and (max-width: 954px) {
  #business #child__body ol {
    margin-bottom: 40px;
    width: 100%;
    margin-left: 0px;
  }
  #business #child__body ol li {
    width: 128px;
    margin: 8px;
  }
  #business #child__body .emp {
    margin-bottom: 24px;
  }
}

/*==========
CONSALTING_common
==========*/
.cst__head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cst__head__wrap .cst__head {
  width: calc(50% - 9px);
  margin-top: 32px;
}

.cst__head__wrap .cst__head.left {
  margin-top: 20px;
}

.cst__head__wrap .cst__head p {
  margin-bottom: 32px;
}

@media screen and (max-width: 954px) {
  .cst__head__wrap .cst__head {
    width: 100%;
  }
  .cst__head__wrap .cst__head p {
    margin-bottom: 16px;
  }
  .cst__head__wrap .cst__head.right {
    margin-top: 16px;
    max-width: 400px;
  }
}

.cst__content {
  width: 100%;
  margin-top: 24px;
  padding: 36px 2px;
  border: 5px solid #ad9f85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cst__content .listType__circle {
  margin-left: 8px;
}

.cst__content .deco {
  position: absolute;
  font: 600 5.625em/0.777em "Yu Mincho", "YuMincho", serif;
  color: #797979;
  left: -8px;
  bottom: -10px;
  opacity: 0.2;
  mix-blend-mode: soft-light;
}

.cst__content .content__child {
  width: 50%;
}

@media screen and (max-width: 954px) {
  .cst__content {
    padding: 32px 2px 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cst__content .content__child {
    width: 100%;
    margin-bottom: 16px;
  }
  .cst__content .listType__circle li {
    margin-top: 8px;
  }
}

.cst__contact {
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  background-color: #a7977a;
  text-align: center;
}

.cst__contact .white {
  font: 500 1.5em/1.75em "Noto Sans JP";
  color: #ffffff;
  width: 100%;
}

.cst__contact .contact__box {
  color: #000000;
  margin-top: 40px;
  padding: 40px;
}

.cst__contact .contact__box p,
.cst__contact .contact__box .btn {
  display: inline-block;
}

.cst__contact .contact__box p {
  font: 600 1.5em "Yu Mincho", "YuMincho", serif;
  margin-right: 20px;
  vertical-align: middle;
}

.cst__contact .contact__box .btn {
  vertical-align: middle;
  width: 240px;
  padding: 19px 40px;
  font-size: 1.375em;
}

@media screen and (max-width: 954px) {
  .cst__contact {
    min-height: 320px;
    font-size: 10px;
  }
  .cst__contact .contact__box {
    width: 95%;
    padding: 16px;
  }
  .cst__contact .contact__box p {
    margin: 0px 8px;
    font-size: 18px;
  }
}

/*==========
CONSALTING_01
==========*/
#cst01 #child__body {
  margin-top: 35px;
  margin-bottom: 0;
}

#cst01 .cst__head {
  letter-spacing: -0.02em;
}

#cst01 .cst__faq {
  margin-top: 40px;
  margin-bottom: 80px;
}

#cst01 .cst__faq ul {
  margin-top: 24px;
}

@media screen and (max-width: 954px) {
  #cst01 .cst__faq ul {
    margin-top: 8px;
  }
}

#cst01 .cst01__flow {
  margin-top: 32px;
}

#cst01 .cst01__flow .flow__step__wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 954px) {
  #cst01 .cst01__flow .flow__step__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
}

#cst01 .cst01__flow .flow__step__child {
  width: calc(33.33% - 21px);
}

@media screen and (max-width: 954px) {
  #cst01 .cst01__flow .flow__step__child {
    width: 100%;
    max-width: 400px;
    padding-bottom: 120px;
    margin-bottom: 40px;
  }
}

#cst01 .cst01__flow .flow__step__child:last-of-type .flow__step__label {
  margin-right: 0px;
}

#cst01 .cst01__flow .flow__step__child:last-of-type .flow__step__label::after {
  display: none;
}

#cst01 .cst01__flow .flow__step__child:nth-of-type(1) {
  background: right bottom/126px no-repeat url("../img/child/cst01_step1.png");
}

#cst01 .cst01__flow .flow__step__child:nth-of-type(2) {
  background: right bottom/195px no-repeat url("../img/child/cst01_step2.png");
}

#cst01 .cst01__flow .flow__step__child:nth-of-type(3) {
  background: right bottom/140px no-repeat url("../img/child/cst01_step3.png");
}

#cst01 .cst01__flow .flow__step__label {
  font: 500 1.25em "Noto Sans JP";
  color: #ffffff;
  background-color: #a7977a;
  position: relative;
  padding: 5px 10px;
  margin-right: 24px;
  margin-bottom: 16px;
}

#cst01 .cst01__flow .flow__step__label::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0px;
  display: block;
  width: 0;
  height: 0;
  border-left: 24px solid #a7977a;
  border-top: 19.5px solid transparent;
  border-bottom: 19.5px solid transparent;
}

@media screen and (max-width: 954px) {
  #cst01 .cst01__flow .flow__step__label::after {
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
  }
}

#cst01 .cst01__flow p,
#cst01 .cst01__flow .listType__circle {
  padding: 0px 8px;
}

#cst01 .cst01__law {
  margin-top: 80px;
}

@media screen and (max-width: 954px) {
  #cst01 .cst01__law {
    margin-top: 40px;
  }
}

/*==========
CONSALTING_02
==========*/
#cst02 #child__body {
  margin-top: 85px;
  margin-bottom: 0px;
}

#cst02 #child__body .emp {
  letter-spacing: -0.5px;
}

#cst02 .cst02__foot__wrap {
  background-color: #ad9f85;
  color: #ffffff;
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 37px 28px;
}

#cst02 .cst02__foot__wrap .cst02__foot {
  width: calc(50% - 9px);
}

#cst02 .cst02__foot__wrap .cst02__foot .big {
  font: 600 1.875em/1.5em "Yu Mincho", "YuMincho", serif;
}

#cst02 .cst02__foot__wrap .cst02__foot p {
  margin-top: 8px;
}

@media screen and (max-width: 954px) {
  #cst02 .cst02__foot__wrap {
    padding: 32px 16px;
  }
  #cst02 .cst02__foot__wrap .cst02__foot {
    width: 100%;
  }
  #cst02 .cst02__foot__wrap .cst02__foot .big {
    font-size: 20px;
  }
  #cst02 .cst02__foot__wrap .cst02__foot p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#cst02 .cst__contact {
  margin-top: 160px;
}

@media screen and (max-width: 954px) {
  #cst02 .cst__contact {
    margin-top: 80px;
  }
}

/*==========
CONSALTING_03
==========*/
#cst03 #child__body {
  margin-top: 85px;
  margin-bottom: 80px;
}

@media screen and (max-width: 954px) {
  #cst03 #child__body {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

#cst03 #child__body .cst__content {
  padding-bottom: 64px;
  margin-top: 3px;
}

@media screen and (max-width: 954px) {
  #cst03 #child__body .cst__content {
    margin-top: 80px;
  }
}

#cst03 .cst03__foot {
  background-color: #ad9f85;
  color: #ffffff;
  margin-top: 64px;
  padding: 40px 30px 24px;
}

#cst03 .cst03__foot .big {
  font: 600 1.875em/1.5em "Yu Mincho", "YuMincho", serif;
  margin-left: -0.5em;
}

#cst03 .cst03__foot p {
  margin-top: 8px;
}

#cst03 .cst03__foot .bgWhite {
  margin-top: 24px;
  padding: 12px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cst03 .cst03__foot .bgWhite .gold {
  font: 700 1.25em "Noto Sans JP";
  color: #ad9f85;
}

#cst03 .cst03__foot .bgWhite ol {
  color: #333333;
  counter-reset: li;
  margin-top: 4px;
}

#cst03 .cst03__foot .bgWhite ol li::before {
  counter-increment: li;
  content: counter(li) ".";
}

#cst03 .cst03__foot .bgWhite .foot__left {
  float: left;
  padding-left: 6px;
}

#cst03 .cst03__foot .bgWhite .foot__right {
  float: right;
  width: 100%;
  max-width: 300px;
}

#cst03 .sec02 {
  padding-bottom: 120px;
}

@media screen and (max-width: 954px) {
  #cst03 .sec02 {
    padding-bottom: 40px;
  }
}

#cst03 .sec02 h3 {
  margin-top: 85px;
}

@media screen and (max-width: 954px) {
  #cst03 .sec02 h3 {
    margin-top: 40px;
  }
}

#cst03 .sec02 .emp {
  margin-top: 16px;
}

#cst03 .sec02 .ls {
  letter-spacing: -0.5px;
}

#cst03 .sec02 p {
  margin-top: 8px;
}

#cst03 .sec02 .system__list li {
  margin-top: 32px;
}

@media screen and (max-width: 954px) {
  #cst03 .sec02 .system__list li {
    margin-top: 16px;
  }
}

#cst03 .sec02 .system__list li h4 {
  font: 700 1.125em "Noto Sans JP";
  border-bottom: 2px solid #d2b687;
  padding: 8px;
  position: relative;
}

#cst03 .sec02 .system__list li h4::after {
  content: "";
  width: 200px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #907e60;
}

#cst03 .sec02 aside {
  font-size: 12px;
}

#cst03 .sec02 .sec2__img {
  width: 100%;
  margin: 40px auto;
}

#cst03 .sec02 .sec2__img.img1 {
  max-width: 883px;
}

#cst03 .sec02 .sec2__img.img2 {
  margin-top: 24px;
  max-width: 654px;
}

#cst03 .sec02 .sec2__rent aside {
  margin-top: 16px;
}

#cst03 .sec02 .gold__back {
  margin-top: 64px;
  text-align: center;
  background-color: #ad9f85;
  color: #ffffff;
  padding: 24px;
}

#cst03 .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 80px;
}

#cst03 .contact__wrap .btn {
  width: 100%;
  max-width: 288px;
  margin: 16px;
  padding: 1em;
}

#cst03 .contact__wrap .contact__wrap__title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.125em;
}

/*==========
MAINTENANCE
==========*/
#maintenance #child__body {
  margin-bottom: 0px;
}

#maintenance h2 .ja {
  line-height: 0.75em;
  margin-bottom: 8px;
}

#maintenance h2 .small {
  font-size: 0.4em;
}

#maintenance #child__body {
  margin-top: 40px;
}

#maintenance .mainte__flow {
  margin-top: 40px;
}

#maintenance .cst__contact {
  margin-top: 160px;
}

@media screen and (max-width: 954px) {
  #maintenance .cst__contact {
    margin-top: 80px;
  }
}

/*==========
CONSTRICTION
==========*/
#const #child__body {
  margin-top: 56px;
}

#const .emp {
  line-height: 1.3333em;
}

#const .border {
  margin-top: 56px;
  margin-bottom: 16px;
}

#const .const__head p {
  margin-top: 32px;
}

#const .const__head p:first-of-type {
  margin-top: 8px;
}

#const .const__head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#const .const__head ul li {
  width: 360px;
  position: relative;
  height: 232px;
  overflow-y: hidden;
  margin: 0px 4px 16px;
}

#const .const__head ul li aside {
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px 0.75em;
}

@media screen and (max-width: 954px) {
  #const .const__head ul li {
    width: 280px;
    height: 180px;
  }
}

#const .const__block {
  margin-top: 60px;
  padding: 32px 40px;
  background-color: #ebe8e2;
  background: right center/cover no-repeat url("../img/child/const_block_bg.jpg");
}

#const .const__block .bgGold {
  margin-top: 16px;
  width: 100%;
  max-width: 580px;
  min-height: 120px;
  padding: 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#const .const__block .bgGold .shadow {
  text-shadow: 0px 0px 6px #000000;
  font: 600 2.25em "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.05em;
}

#const .const__block .bgGold .btn {
  display: inline-block;
  width: 140px;
  margin: 0;
}

@media screen and (max-width: 954px) {
  #const .const__block {
    padding: 32px 8px;
    background-position: center;
  }
  #const .const__block .bgGold {
    padding: 16px 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #const .const__block .bgGold .shadow {
    font-size: 20px;
    margin: 0px 1em;
  }
}

#const .const__foot {
  margin-top: 72px;
}

#const .const__foot .cst__head {
  margin-top: 16px;
}

@media screen and (max-width: 954px) {
  #const .const__foot .foot__right {
    max-width: 400px;
  }
}

/*==========
CASE STUDY
==========*/
#case h2 {
  padding-top: 56px;
}

#case .emp {
  line-height: 1.3333em;
}

#case #child__body {
  margin-top: 8px;
}

@media screen and (max-width: 954px) {
  #case #child__body {
    margin-top: 40px;
  }
}

#case .case__head p {
  margin-top: 8px;
}

#case .case__list__wrap {
  margin-top: 56px;
}

#case .case__list__wrap.list2, #case .case__list__wrap.list3 {
  margin-top: 40px;
}

#case .case__list__wrap .case__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 30px);
}

#case .case__list__wrap .case__list li {
  width: 195px;
  text-align: center;
  margin-right: 34px;
  margin-bottom: 32px;
}

#case .case__list__wrap .case__list li img {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

#case .case__list__wrap .case__list li aside {
  margin-top: 8px;
  line-height: 1.25;
}

#case .case__list__wrap .case__list.reform {
  margin-top: 0;
  width: auto;
}

#case .case__list__wrap .case__list.reform .arrow {
  position: relative;
  width: 0;
  margin-right: 0;
}

#case .case__list__wrap .case__list.reform .arrow::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #a7977a;
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
}

@media screen and (max-width: 954px) {
  #case .case__list__wrap .case__list {
    width: 100%;
  }
  #case .case__list__wrap .case__list li {
    width: calc(50% - 16px);
    max-width: 195px;
    margin: 8px;
  }
  #case .case__list__wrap .case__list.reform li {
    width: calc(50% - 20px);
  }
  #case .case__list__wrap .case__list.reform .arrow {
    margin: 0;
  }
  #case .case__list__wrap .case__list.reform .arrow::after {
    right: -6px;
  }
}

#case .reform__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#case .desc {
  line-height: 1.5;
  margin-bottom: 24px;
}

#case .name {
  display: inline-block;
  color: #ffffff;
  background-color: #a7977a;
  position: relative;
  padding: 4px 1em;
  margin-top: 40px;
  margin-bottom: 16px;
}

#case .name::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 0;
  bottom: 0px;
  display: block;
  width: 0;
  height: 0;
  border-left: 22px solid #a7977a;
  border-top: 19.5px solid transparent;
  border-bottom: 19.5px solid transparent;
}

@media screen and (max-width: 954px) {
  #case .desc {
    margin-bottom: 8px;
  }
  #case .name::after {
    right: -20px;
    border-left: 20px solid #a7977a;
    border-top: 14.5px solid transparent;
    border-bottom: 14.5px solid transparent;
  }
}

/*==========
RECRUIT
==========*/
#recruit #child__body {
  margin-top: 64px;
}

#recruit .tableType__1 {
  margin-top: 32px;
}

#recruit .recruit__entry {
  margin-top: 80px;
}

#recruit .recruit__entry p {
  margin-top: 16px;
}

#recruit .recruit__entry .tell {
  font-size: 1.125em;
}

#recruit .recruit__entry .btn {
  margin-top: 80px;
  width: 240px;
  padding: 19px 40px;
  font-size: 1.375em;
}

/*==========
CONTACT
==========*/
#contact #child__body {
  margin-top: 24px;
}

#contact .contact__form {
  margin-top: 32px;
}

#contact .contact__form .form__list {
  width: 100%;
}

#contact .contact__form .form__list dt,
#contact .contact__form .form__list dd {
  display: table-cell;
  padding: 8px 16px;
}

@media screen and (max-width: 954px) {
  #contact .contact__form .form__list dt,
  #contact .contact__form .form__list dd {
    display: block;
  }
}

#contact .contact__form .form__list dt {
  vertical-align: top;
  min-width: 200px;
  padding: 14px 24px;
}

#contact .contact__form .form__list dd {
  vertical-align: middle;
  width: 100%;
}

#contact .contact__form input[type="text"],
#contact .contact__form textarea,
#contact .contact__form select {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 0.5em;
  vertical-align: middle;
  font-size: 1em;
}

#contact .contact__form input[type="radio"] {
  vertical-align: middle;
}

#contact .contact__form select {
  max-width: 340px;
}

#contact .contact__form input[type="text"] {
  max-width: 500px;
}

#contact .contact__form input.age {
  max-width: 156px;
  margin-right: 0.5em;
}

#contact .contact__form label.sex,
#contact .contact__form label.company {
  vertical-align: sub;
  margin-right: 72px;
  display: inline-block;
  height: 40px;
}

#contact .contact__form label.sex:last-of-type,
#contact .contact__form label.company:last-of-type {
  margin-right: 152px;
}

@media screen and (max-width: 954px) {
  #contact .contact__form label.sex,
  #contact .contact__form label.company {
    margin: 0;
    width: calc(100% - 2em);
  }
  #contact .contact__form label.sex:last-of-type,
  #contact .contact__form label.company:last-of-type {
    margin: 0;
  }
}

#contact .contact__form input.address {
  max-width: unset;
}

#contact .contact__form .btn {
  margin-top: 32px;
  border: none;
  width: 240px;
  padding: 19px 40px;
  font-size: 1.375em;
}

/*==========
SITE MAP
==========*/
#sitemap #child__body {
  margin-bottom: 56px;
}

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

#sitemap .sitemap__listWrap ul {
  width: 100%;
  max-width: 360px;
  margin-bottom: 40px;
}

#sitemap .sitemap__listWrap ul li {
  margin-top: 8px;
  padding-left: 0.5em;
  position: relative;
}

#sitemap .sitemap__listWrap ul li::before {
  content: "";
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid #000000;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

@media screen and (max-width: 954px) {
  #sitemap .sitemap__listWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sitemap .sitemap__listWrap ul {
    margin-bottom: 0px;
    max-width: 460px;
    margin-left: 2em;
  }
}

/*==========
PRIVACY
==========*/
#privacy #child__body {
  margin-top: 85px;
}

#privacy #child__body p,
#privacy #child__body ol {
  margin-top: 32px;
}

#privacy ol {
  margin-left: 2em;
  counter-reset: li;
}

#privacy ol li {
  position: relative;
  padding-left: 1em;
}

#privacy ol li::before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 954px) {
  #privacy ol {
    margin-left: 0em;
  }
}
/*# sourceMappingURL=child.min.css.map */