@charset "UTF-8";
/* Scss Document */
/* UTILITY
 * ========================================================================== */
/*=====================================================
COMMON-LAYOUT
======================================================*/
.pbox h3.cttl {
  color: #ebe1cf;
}

.p01 .pbox {
  margin-top: 50px;
  margin-bottom: 80px;
  background: url("../images/professional/bg.jpg");
  background-size: cover;
  width: calc(100% - 30px);
  padding: 55px;
  position: relative;
}

.p01 .pbox:last-child {
  margin-bottom: 10px;
}

.p01 .pbox .img {
  position: absolute;
  top: -30px;
  width: calc(52.14% + 30px);
}

.p01 .pbox .txt {
  width: 42%;
  min-height: 300px;
}

.p01 .pbox .txt0 {
  font-size: 19px;
  color: #ebe1cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(39, 8, 0, 0.5);
  margin-bottom: 20px;
  line-height: 1;
}

.p01 .pbox .txt0::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #ebe1cf;
  display: block;
}

.p01 .pbox .txt0 .ja {
  display: inline-block;
  padding: 10px 15px;
}

.p01 .pbox .txt0 .en {
  display: inline-block;
  padding: 1px 15px;
  border-left: solid 1px #ebe1cf;
  font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.p01 .pbox .txt1 {
  font-size: 23px;
  line-height: 1.6;
  color: #ebe1cf;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ebe1cf;
}

.p01 .pbox .txt2 {
  font-size: 16px;
  line-height: 1.8;
  color: #ebe1cf;
}

.cap {
  font-size: 12px;
}

.p01 .pbox.st {
  margin-left: 30px;
}

.p01 .pbox.st.last {
  margin-bottom: 30px;
}

.p01 .pbox.st .img {
  left: -30px;
}

.p01 .pbox.st .txt {
  margin: 0 0 0 auto;
}

.p01 .pbox.rv {
  margin-right: 30px;
}

.p01 .pbox.rv .img {
  right: -30px;
}

.p01 .pbox.rv .txt {
  margin: 0 auto 0 0;
}

.p02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p02 li {
  width: 22.6416%;
}

.p02 li.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p02 li.ttl.vsp {
  display: none;
}

.p02 h4 {
  font-size: 23px;
  line-height: 1.6;
  color: #ebe1cf;
}

.p02 li .txt01 {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.p02 li .img01 {
  margin-bottom: 10px;
}

.p02 h4.tit {
  font-size: 20px;
  color: #ebe1cf;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: solid 1px #ebe1cf;
}

.p02 .img01.abs {
  margin-bottom: 7px;
  position: relative;
}

.p03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p03 li {
  width: 48.6%;
}

.p03 table {
  width: 100%;
  border-top: solid 1px #705300;
  border-left: solid 1px #705300;
  border-collapse: collapse;
}

.p03 table td {
  width: 50%;
  border-bottom: solid 1px #705300;
  border-right: solid 1px #705300;
  vertical-align: middle;
  text-align-last: center;
  font-size: 21px;
  font-weight: bold;
}

.p03 table .monthly td:nth-child(1) {
  color: #fff;
  background: #9f8436;
}

.p03 table .monthly td:nth-child(2) {
  background: #eee6d2;
}

@media screen and (max-width: 900px) {
  .p01 .pbox {
    margin-top: 50px;
    margin-bottom: 80px;
    width: 100%;
    padding: 20px;
  }
  .p01 .pbox:last-child {
    margin-bottom: 10px;
  }
  .p01 .pbox .img {
    position: relative;
    top: inherit;
    width: calc(100vw - 35px);
  }
  .p01 .pbox .txt {
    width: 100%;
    min-height: auto;
  }
  .p01 .pbox.st {
    margin-left: 0;
  }
  .p01 .pbox.st .img {
    left: inherit;
    -webkit-transform: translateX(-40px) translateY(-40px);
            transform: translateX(-40px) translateY(-40px);
    text-align: left;
  }
  .p01 .pbox.st .txt {
    margin: -15px auto 0 auto;
  }
  .p01 .pbox.rv {
    margin-left: 0;
  }
  .p01 .pbox.rv .img {
    right: inherit;
    -webkit-transform: translateX(0) translateY(-40px);
            transform: translateX(0) translateY(-40px);
    text-align: right;
  }
  .p01 .pbox.rv .txt {
    margin: -15px auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p01 .pbox .txt0 {
    font-size: 16px;
  }
  .p01 .pbox .txt0 .ja {
    padding: 10px 10px;
  }
  .p01 .pbox .txt0 .en {
    padding: 1px 10px;
  }
  .p01 .pbox .txt1 {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p01 .pbox .txt2 {
    font-size: 13px;
    line-height: 1.8;
  }
  .cap {
    font-size: 10px;
  }
  .p02 li {
    width: 48%;
  }
  .p02 li:first-child,
  .p02 li:nth-child(2) {
    margin-bottom: 30px;
  }
  .p02 li.ttl.vsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p02 li.ttl.vpc {
    display: none;
  }
  .p02 h4 {
    font-size: 16px;
  }
  .p02 li .txt01 {
    font-size: 12px;
  }
}

.eq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.eq li {
  width: 21.6667%;
  margin-bottom: 40px;
}

.eq li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.eq .img {
  margin-bottom: 7px;
  position: relative;
}

.eq h4 {
  font-size: 20px;
  color: #705300;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: solid 1px #705300;
}

.eq .txt {
  font-size: 14px;
  line-height: 1.6;
}

.eq .txt .link {
  text-align: right;
  display: block;
}

.eq .txt .link a {
  position: relative;
  text-decoration: none;
}

.eq .txt .link a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eq .txt .link a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

.eq li h4 a:hover {
  color: #b29763;
}

.eq li.ex1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eq li.ex1 .img {
  width: 50%;
  margin-bottom: 0;
  background: url("../images/private/img31.jpg") center center;
  background-size: cover;
}

.eq li.ex1 .text {
  width: 50%;
  background: url("../images/private/img31_bg.jpg");
  background-size: cover;
}

.eq li.ex1 .text > div {
  padding: 40px 50px;
}

.eq li.ex1 h4 {
  color: #d3c19e;
  border-bottom: solid 1px #d3c19e;
}

.eq li.ex1 .txt {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .eq li {
    width: 48%;
  }
  .eq li:nth-last-child(-n + 4) {
    margin-bottom: 40px;
  }
  .eq li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .eq li.ex1 {
    width: 100%;
  }
  .eq h4 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 7px;
  }
  .eq .txt {
    font-size: 13px;
  }
  .eq li.ex1 {
    display: block;
  }
  .eq li.ex1 .img {
    width: 100%;
    background: none;
  }
  .eq li.ex1 .text {
    width: 100%;
  }
  .eq li.ex1 .text > div {
    padding: 15px;
  }
  .p02 h4.tit {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 7px;
  }
  .p02 .img01.abs {
    margin-bottom: 7px;
    position: relative;
  }
}

.indent {
  width: 100%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .indent {
    padding-left: initial;
  }
}

.indent li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
/*# sourceMappingURL=public.css.map */