@charset "UTF-8";
/* ==========================================================================
   PAGE
   ========================================================================== */
/* main-visual
   ========================================================================== */
.main-visual {
  position: relative;
}
.main-visual img {
  width: 100%;
}
.main-visual > h1 {
  background: -webkit-linear-gradient(315deg, transparent 25px, #111 0) top left, -webkit-linear-gradient(225deg, transparent 0, #111 0) top right, -webkit-linear-gradient(135deg, transparent 25px, #111 0) bottom right, -webkit-linear-gradient(45deg, transparent 0, #111 0) bottom left;
  background: linear-gradient(135deg, transparent 25px, #111 0) top left, linear-gradient(-135deg, transparent 0, #111 0) top right, linear-gradient(-45deg, transparent 25px, #111 0) bottom right, linear-gradient(45deg, transparent 0, #111 0) bottom left;
  background-repeat: no-repeat;
  background-size: 51% 51%;
  color: #fff;
  font-family: mrs-eaves, serif;
  font-size: 4.2em;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.6em 0.7em 0.45em;
  min-width: 300px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.main-visual > h1 > span {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .main-visual > h1 {
    background: -webkit-linear-gradient(315deg, transparent 12px, rgba(17, 17, 17, 0.9) 0) top left, -webkit-linear-gradient(225deg, transparent 0, rgba(17, 17, 17, 0.9) 0) top right, -webkit-linear-gradient(135deg, transparent 12px, rgba(17, 17, 17, 0.9) 0) bottom right, -webkit-linear-gradient(45deg, transparent 0, rgba(17, 17, 17, 0.9) 0) bottom left;
    background: linear-gradient(135deg, transparent 12px, rgba(17, 17, 17, 0.9) 0) top left, linear-gradient(-135deg, transparent 0, rgba(17, 17, 17, 0.9) 0) top right, linear-gradient(-45deg, transparent 12px, rgba(17, 17, 17, 0.9) 0) bottom right, linear-gradient(45deg, transparent 0, rgba(17, 17, 17, 0.9) 0) bottom left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
    font-size: 2.1em;
    left: 30px;
    right: 30px;
    bottom: auto;
    top: 50%;
  }
}
.main-visual.theme-under > h1 {
  padding-top: 0.5em;
  bottom: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-visual.theme-under.opt-about-us > h1 {
  background: none;
  padding: 0;
  text-align: center;
  left: 0;
  right: 0;
  top: 20%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-visual.theme-under.opt-about-us > h1 span {
  background: #111;
  display: inline-block;
  padding: 0.6em 1.3em;
}
.main-visual.theme-under.opt-about-us > h1 span img {
  width: 214px;
}
.main-visual.theme-under.opt-about-us > h1:after, .main-visual.theme-under.opt-about-us > h1:before {
  content: "";
  height: 10px;
  width: 50%;
  position: absolute;
}
.main-visual.theme-under.opt-about-us > h1:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0)), color-stop(50%, #111111));
  background: -webkit-linear-gradient(left, rgba(17, 17, 17, 0), #111111 50%);
  background: linear-gradient(90deg, rgba(17, 17, 17, 0), #111111 50%);
  left: 0;
  top: 0;
}
.main-visual.theme-under.opt-about-us > h1:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0)), color-stop(50%, #111111));
  background: -webkit-linear-gradient(right, rgba(17, 17, 17, 0), #111111 50%);
  background: linear-gradient(-90deg, rgba(17, 17, 17, 0), #111111 50%);
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .main-visual.theme-under.opt-about-us > h1 span {
    padding: 0.3em 1.3em;
  }
  .main-visual.theme-under.opt-about-us > h1 span img {
    width: 107px;
  }
  .main-visual.theme-under.opt-about-us > h1:after, .main-visual.theme-under.opt-about-us > h1:before {
    height: 5px;
  }
}
.main-visual.theme-under.opt-contact h1 {
  display: none;
}

/* top-lead
   ========================================================================== */
.top-lead {
  text-align: center;
}
.top-lead_logo img {
  width: 370px;
}
.top-lead_text {
  margin-top: 30px;
}
.top-lead_text > p {
  font-size: 2.8em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-lead_logo img {
    width: 185px;
  }
  .top-lead_text {
    margin-top: 30px;
  }
  .top-lead_text > p {
    font-size: 1.8em;
  }
}

/* top-information
   ========================================================================== */
.top-information {
  text-align: left;
}
.top-information_title {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
.top-information_title:before {
  background-color: #323333;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.top-information_title > h2 {
  background-color: #fff;
  color: #E9D489;
  display: inline-block;
  font-family: mrs-eaves, serif;
  font-size: 4.8em;
  font-weight: 700;
  padding: 0 0.3em;
  -webkit-transform: translateX(140px);
      -ms-transform: translateX(140px);
          transform: translateX(140px);
}
@media screen and (max-width: 767px) {
  .top-information_title {
    margin-bottom: 15px;
  }
  .top-information_title > h2 {
    font-size: 3.6em;
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em);
  }
}
.top-information_list {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.top-information_list > ul > li {
  border-bottom: 1px solid #E9D489;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-left: 1em;
  line-height: 1.7;
  position: relative;
}
.top-information_list > ul > li:before {
  border-color: transparent transparent transparent #323333;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  content: "";
  position: absolute;
  left: 0;
  top: 1.1em;
}
.top-information_list > ul > li .top-information_list_date {
  padding-top: 0.2em;
  padding-top: 0.2em;
  width: 8em;
}
.top-information_list > ul > li > a {
  padding: 0.2em 0.4em 0.2em;
  width: -webkit-calc(100% - 7em);
  width: calc(100% - 7em);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
}
.top-information_list > ul > li > a:before {
  background-color: #E9D489;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-information_list > ul > li > a:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .top-information_list {
    padding-left: 2em;
    padding-right: 1em;
  }
  .top-information_list > ul > li {
    display: block;
  }
  .top-information_list > ul > li .top-information_list_date {
    display: block;
    width: auto;
  }
  .top-information_list > ul > li > a {
    display: inline-block;
    width: auto;
  }
}
.top-information_btn {
  margin-top: 50px;
}

/* ==========================================================================
   service
   ========================================================================== */
/* service-lead
   ========================================================================== */
.service-lead_text {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.service-lead_text + .service-lead_text {
  margin-top: 1.5em;
}
.service-lead_text > p {
  font-size: 1.8em;
  line-height: 1.7;
  text-align: left;
}
.service-lead_text.opt-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-lead_text {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* service-point
   ========================================================================== */
.service-point {
  margin-top: 3em;
}
.service-point > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.service-point > ol > li > h2 {
  font-size: 3.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .service-point > ol {
    display: block;
  }
  .service-point > ol > li {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 2em;
    width: auto;
  }
  .service-point > ol > li > h2 {
    font-size: 2.4rem;
  }
  .service-point > ol > li > h2 img {
    width: 2em;
  }
}

/* ==========================================================================
   ABOUT US
   ========================================================================== */
/* about-us
   ========================================================================== */
@media screen and (max-width: 767px) {
  .about-us {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.about-us_title {
  margin-bottom: 3em;
  text-align: left;
}
.about-us_title > h2 {
  font-size: 2.4em;
}
@media screen and (max-width: 767px) {
  .about-us_title > h2 {
    font-size: 1.8em;
  }
}
.about-us_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us_box > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 460px;
  text-align: left;
  width: 100%;
}
.about-us_box > dl > dd,
.about-us_box > dl > dt {
  line-height: 1.7;
  margin-bottom: 1em;
}
.about-us_box > dl > dt {
  width: 9em;
  padding-left: 1em;
  position: relative;
}
.about-us_box > dl > dt:before {
  content: "・";
  position: absolute;
  left: 0;
}
.about-us_box > dl > dd {
  width: -webkit-calc(100% - 9em);
  width: calc(100% - 9em);
}
.about-us_box > iframe {
  width: -webkit-calc(100% - 460px);
  width: calc(100% - 460px);
}
@media screen and (max-width: 767px) {
  .about-us_box {
    display: block;
  }
  .about-us_box > dl {
    display: block;
    max-width: 100%;
  }
  .about-us_box > dl > dt {
    margin-bottom: 0.5em;
    width: auto;
  }
  .about-us_box > dl > dd {
    padding-left: 1em;
    width: auto;
  }
  .about-us_box > iframe {
    width: 100%;
  }
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
/* contact
   ========================================================================== */
.contact > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.contact > dl > dd,
.contact > dl > dt {
  line-height: 1.7;
  margin-bottom: 1em;
}
.contact > dl > dt {
  padding-top: 0.5em;
  width: 9em;
}
.contact > dl > dd {
  width: -webkit-calc(100% - 9em);
  width: calc(100% - 9em);
}
.contact > dl > dd > textarea,
.contact > dl > dd > input[type=email],
.contact > dl > dd > input[type=text] {
  border: 1px solid #323333;
  border-radius: 3px;
  height: 50px;
  padding-left: 0.7em;
  padding-right: 0.7em;
  width: 100%;
}
.contact > dl > dd > textarea {
  height: 250px;
  padding: 0.7em;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contact > dl {
    display: block;
  }
  .contact > dl > dt {
    width: auto;
  }
  .contact > dl > dd {
    width: auto;
  }
}

.mw_wp_form_confirm .contact > dl > dd {
  padding-top: 0.5em;
}

.mw_wp_form_complete > p {
  font-size: 2.8em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete > p {
    font-size: 1.8em;
  }
}