@charset "UTF-8";
.mv_area {
  width: 100%;
  background-color: #005BAC;
  padding: 120px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mv_area {
      padding: 40px 0; } }
  .mv_area .inr {
    text-align: center; }
    .mv_area .inr h2 {
      font-size: 2.4em;
      font-family: "EB Garamond", serif;
      letter-spacing: .2em;
      color: #fff;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr h2 {
          font-size: 1.8em;
          line-height: 1.2; } }
      .mv_area .inr h2::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #fff;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .mv_area .inr h2 span {
        display: block;
        font-family: "Noto Sans", sans-serif;
        font-size: .4em;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .mv_area .inr h2 span {
            margin-top: 10px;
            font-size: .5em; } }
    .mv_area .inr p {
      color: #fff;
      margin-top: 60px;
      font-family: "EB Garamond", serif;
      font-size: 1.8em;
      letter-spacing: .3em; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr p {
          margin-top: 40px;
          font-size: .9em; } }
      .mv_area .inr p span {
        display: block;
        font-size: .7em;
        letter-spacing: .15em; }

.sitemap_list {
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .sitemap_list {
      padding-top: 30px; } }
  .sitemap_list .inr {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto; }
    .sitemap_list .inr ul {
      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; }
      .sitemap_list .inr ul li {
        margin-top: 20px;
        margin-right: 30px; }
        @media screen and (max-width: 980px) {
          .sitemap_list .inr ul li {
            width: 49%;
            margin-right: 0;
            margin-top: 60px; } }
        @media only screen and (max-width: 767px) {
          .sitemap_list .inr ul li {
            width: 100%;
            margin-top: 30px; } }
        .sitemap_list .inr ul li dl dt {
          border-bottom: 1px solid #005BAC; }
          .sitemap_list .inr ul li dl dt a {
            color: #005BAC;
            font-weight: bold; }
            @media only screen and (max-width: 767px) {
              .sitemap_list .inr ul li dl dt a {
                font-size: 1em; } }
            .sitemap_list .inr ul li dl dt a:hover {
              opacity: .7; }
        .sitemap_list .inr ul li dl dd {
          margin-top: 5px; }
          .sitemap_list .inr ul li dl dd a {
            font-size: .9em; }
            .sitemap_list .inr ul li dl dd a:hover {
              opacity: .7; }
          @media only screen and (max-width: 767px) {
            .sitemap_list .inr ul li dl dd {
              font-size: .85em; } }
          .sitemap_list .inr ul li dl dd.block_top a {
            font-weight: bold; }
          .sitemap_list .inr ul li dl dd.block_child a {
            padding-left: 5px; }
        .sitemap_list .inr ul li.other {
          width: 100%;
          margin-top: 60px; }
          @media only screen and (max-width: 767px) {
            .sitemap_list .inr ul li.other {
              margin-top: 30px; } }
          .sitemap_list .inr ul li.other 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: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
            .sitemap_list .inr ul li.other dl dd {
              margin-right: 10px;
              max-width: 180px;
              width: 100%; }
              @media only screen and (max-width: 767px) {
                .sitemap_list .inr ul li.other dl dd {
                  max-width: 100%; } }
              .sitemap_list .inr ul li.other dl dd a {
                background-color: #005BAC;
                color: #fff;
                font-weight: bold;
                padding: 5px 0;
                width: 100%;
                text-align: center;
                display: block; }
