.inr_mv_area .inr {
  background-image: url(../img/mv.jpg); }

.link_tree {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .link_tree {
      padding-top: 40px; } }
  .link_tree .inr > ul > li {
    padding-top: 100px; }
    @media only screen and (max-width: 767px) {
      .link_tree .inr > ul > li {
        padding-top: 50px; } }
    .link_tree .inr > ul > li:first-child {
      margin-top: 0; }
    .link_tree .inr > ul > li > dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .link_tree .inr > ul > li > dl > dt {
        width: 20%;
        font-family: "Zen Old Mincho", serif;
        font-weight: bold;
        font-size: 1.1em;
        color: #008e72; }
        @media only screen and (max-width: 767px) {
          .link_tree .inr > ul > li > dl > dt {
            width: 100%; } }
      .link_tree .inr > ul > li > dl > dd {
        width: 78%; }
        @media only screen and (max-width: 767px) {
          .link_tree .inr > ul > li > dl > dd {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          .link_tree .inr > ul > li > dl > dd ul {
            margin-top: 20px; } }
        .link_tree .inr > ul > li > dl > dd ul li {
          margin-top: 40px; }
          @media only screen and (max-width: 767px) {
            .link_tree .inr > ul > li > dl > dd ul li {
              margin-top: 20px; } }
          .link_tree .inr > ul > li > dl > dd ul li:first-child {
            margin-top: 0; }
          .link_tree .inr > ul > li > dl > dd ul li dl dt a {
            text-decoration: underline; }
          .link_tree .inr > ul > li > dl > dd ul li dl dd {
            font-size: 0.9em;
            margin-top: 10px; }
  .link_tree .inr .note {
    margin-top: 140px;
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .link_tree .inr .note {
        margin-top: 80px;
        text-align: left; } }

.contact_area {
  padding-top: 180px; }
  @media only screen and (max-width: 767px) {
    .contact_area {
      padding-top: 90px; } }
  .contact_area .inr .contact_conv {
    background: url(/common/img/contact_conv.jpg) no-repeat 50% 50%/cover; }
    .contact_area .inr .contact_conv a {
      display: block;
      height: 100%;
      position: relative;
      border-bottom: 10px solid #008e72;
      min-height: 300px; }
      @media only screen and (max-width: 767px) {
        .contact_area .inr .contact_conv a {
          min-height: 200px; } }
      .contact_area .inr .contact_conv a:hover {
        opacity: 0.4; }
      .contact_area .inr .contact_conv a p {
        position: absolute;
        top: 50%;
        left: 60px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        font-size: 1.4em;
        font-weight: bold;
        letter-spacing: 0.4em; }
        @media only screen and (max-width: 1199px) {
          .contact_area .inr .contact_conv a p {
            left: 40px; } }
        @media only screen and (max-width: 767px) {
          .contact_area .inr .contact_conv a p {
            left: 20px; } }
        .contact_area .inr .contact_conv a p span {
          display: block;
          position: relative;
          margin-top: 20px;
          font-family: "EB Garamond", serif;
          font-style: italic;
          font-size: 0.7em;
          letter-spacing: 0.1em; }
          .contact_area .inr .contact_conv a p span::before {
            content: "";
            position: absolute;
            background-color: #fff;
            width: 30px;
            height: 1px;
            top: -10px;
            left: 0; }
