@charset "UTF-8";
/*------------------------------------------------------------
	include
------------------------------------------------------------*/
.title-h3 {
  text-align: center; }
  .title-h3 h3 {
    position: relative;
    font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .title-h3 h3:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #707070;
      position: absolute;
      top: 50%;
      left: 0; }
    .title-h3 h3 span {
      background: #E7EAEF;
      padding: 0 16px;
      font-size: 2.8rem;
      line-height: 33px;
      position: relative;
      z-index: 33;
      display: inline-block;
      letter-spacing: 0.052em; }
      @media screen and (max-width: 767px) {
        .title-h3 h3 span {
          padding: 0 8px;
          font-size: 1.4rem;
          line-height: 17px; } }
  .title-h3 p {
    font-size: 1.6rem;
    margin-top: 16px;
    line-height: 20px;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 767px) {
      .title-h3 p {
        font-size: 0.8rem;
        margin-top: 8px;
        line-height: 10px; } }

.main-visual-content {
  text-align: center;
  height: 638px; }
  @media screen and (max-width: 767px) {
    .main-visual-content {
      height: 319px; } }
  .main-visual-content h2 {
    text-align: center;
    display: inline-block;
    letter-spacing: 0.52em;
    font-size: 3.5rem;
    color: #fff;
    font-weight: normal;
    width: 35px;
    line-height: 50px;
    margin: auto;
    padding-top: 196px; }
    @media screen and (max-width: 767px) {
      .main-visual-content h2 {
        font-size: 1.75rem;
        width: 14px;
        line-height: 25px;
        padding-top: 100px; } }
  .main-visual-content p {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 38px;
    line-height: 19px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .main-visual-content p {
        font-size: 0.7rem;
        margin-top: 11px;
        line-height: 10px; } }

.banner-footer {
  background: #000 url(../img/common/mark.png) no-repeat center center;
  background-size: auto;
  padding: 50px 0 35px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .banner-footer {
      display: none; } }
  .banner-footer .left {
    float: left;
    width: 370px; }
    .banner-footer .left .text {
      float: left; }
      .banner-footer .left .text h3 {
        font-size: 2.4rem;
        line-height: 35px;
        font-weight: normal; }
      .banner-footer .left .text p {
        font-size: 1.2rem;
        line-height: 21px;
        margin-top: 5px;
        font-weight: normal; }
    .banner-footer .left .bnt {
      float: right;
      margin-top: 31px;
      width: 163px;
      border: 1px solid #fff;
      line-height: 33px;
      height: 33px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .banner-footer .left .bnt a {
        text-decoration: none;
        color: #fff;
        font-size: 1.4rem;
        background: url(../img/common/bnt_next_on.svg) no-repeat right 10px center;
        background-size: 9px 13px;
        display: block;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 768px) {
          .banner-footer .left .bnt a:hover {
            background: #fff url(../img/common/bnt-prev.svg) no-repeat right 10px center;
            background-size: 9px 13px;
            color: #000; } }
  .banner-footer .right {
    width: 558px;
    float: right;
    margin-top: 18px; }
    .banner-footer .right .tel {
      float: left;
      margin-left: 17px; }
      .banner-footer .right .tel .text {
        background: url(../img/common/icon_tel.png) no-repeat left center;
        background-size: 30px auto;
        font-size: 1.8rem;
        padding: 0px 0 9px 41px; }
      .banner-footer .right .tel .text02 {
        font-size: 1.1rem;
        margin-top: -17px; }
        .banner-footer .right .tel .text02 span {
          font-size: 3rem;
          padding-left: 6px; }
    .banner-footer .right .bnt {
      width: 287px;
      background: #fff;
      float: right;
      text-align: center;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        .banner-footer .right .bnt:hover {
          opacity: 0.5; } }
      .banner-footer .right .bnt a {
        color: #000;
        font-size: 1.8rem;
        background: url(../img/common/mail.png) no-repeat left center;
        background-size: 36px auto;
        text-decoration: none;
        line-height: 55px;
        height: 55px;
        padding: 10px 0 10px 44px; }
        .banner-footer .right .bnt a:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 33; }

.content-left {
  width: 690px;
  float: left; }
  @media screen and (max-width: 767px) {
    .content-left {
      width: 100%;
      float: none; } }

.sidebar {
  width: 210px;
  float: right; }
  @media screen and (max-width: 767px) {
    .sidebar {
      display: none; } }
  .sidebar h3 {
    background: #fff;
    padding: 16px 27px;
    font-size: 1.4rem;
    color: #58606D; }
  .sidebar li {
    border-top: 1px solid #E5E8EC;
    background: #F2F4F8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      .sidebar li:hover {
        background: #fff; } }
    .sidebar li a {
      display: block;
      text-decoration: none;
      color: #58606D;
      padding: 16px 42px; }
  .sidebar .icon-nav {
    margin-top: 21px;
    text-align: center; }
    .sidebar .icon-nav p {
      display: inline-block;
      margin: 0 10px;
      width: 52px; }
      .sidebar .icon-nav p img {
        width: 50px; }
      .sidebar .icon-nav p:first-child {
        margin-left: 0; }
      .sidebar .icon-nav p:last-child {
        margin-right: 0; }
      .sidebar .icon-nav p span {
        display: block;
        font-size: 1.2rem;
        color: #58606D;
        margin-top: 7px; }
      .sidebar .icon-nav p a {
        text-decoration: none;
        color: #58606D;
        font-weight: bold;
        font-size: 1.2rem; }

.top-select {
  display: none; }
  @media screen and (max-width: 767px) {
    .top-select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 20px; }
      .top-select .select {
        width: calc(100% - 123px);
        margin-top: 2.5px; }
        .top-select .select .in-select {
          border-radius: 3px;
          border: 1px solid #707070;
          overflow: hidden;
          background: #fff url(../img/news/select.png) no-repeat right -1px center;
          background-size: 30px 100%; }
        .top-select .select select {
          width: 110%;
          font-size: 0.9rem;
          padding: 10px 13px;
          border: none;
          background: transparent; }
      .top-select ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .top-select li {
        width: 40px;
        margin-left: 15px;
        text-align: center; }
        .top-select li img {
          width: 37px; }
        .top-select li span {
          display: block;
          margin-top: 3.5px; }
        .top-select li a {
          text-decoration: none;
          color: #58606D;
          font-size: 0.8rem;
          font-weight: bold; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    font-size: 1.8rem;
    color: #707070;
    text-decoration: none;
    text-align: center;
    margin: 0 15px;
    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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      .pagination a:hover {
        background: #707070;
        color: #fff; } }
    .pagination a.active {
      background: #707070;
      color: #fff; }
    @media screen and (max-width: 767px) {
      .pagination a {
        width: 30px;
        height: 30px;
        font-size: 1.3rem;
        margin: 0 12px; } }
  .pagination .prev {
    background: #707070 url(../img/common/prev.svg) no-repeat center center;
    background-size: 7px 12px;
    border: #707070;
    border: 1px solid #707070;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .pagination .prev:hover {
        background: #fff url(../img/common/prev_on.svg) no-repeat center center;
        background-size: 7px 12px; } }
    @media screen and (max-width: 767px) {
      .pagination .prev {
        background: #707070 url(../img/common/prev.svg) no-repeat center center;
        background-size: 5.5px auto; } }
  .pagination .next {
    background: #707070 url(../img/common/next.svg) no-repeat center center;
    background-size: 7px 12px;
    border: #707070;
    border: 1px solid #707070;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .pagination .next:hover {
        background: #fff url(../img/common/next_on.svg) no-repeat center center;
        background-size: 7px 12px; } }
    @media screen and (max-width: 767px) {
      .pagination .next {
        background: #707070 url(../img/common/next.svg) no-repeat center center;
        background-size: 5.5px auto; } }

/*------------------------------------------------------------
	Top page
------------------------------------------------------------*/
.page-top {
  margin-bottom: 139px; }
  @media screen and (max-width: 767px) {
    .page-top {
      margin-bottom: 81px; } }
  .page-top .main-visual {
    height: 715px;
    background: url(../img/top/main.jpg) no-repeat center center;
    background-size: cover;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page-top .main-visual {
        height: 357px; } }
    .page-top .main-visual h2 {
      padding-top: 244px;
      font-size: 3rem;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .page-top .main-visual h2 {
          padding-top: 107px;
          font-size: 1.5rem; } }
      @media screen and (max-width: 320px) {
        .page-top .main-visual h2 {
          font-size: 1.4rem; } }
    .page-top .main-visual p {
      font-size: 1.8rem;
      line-height: 30px;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .page-top .main-visual p {
          font-size: 0.9rem;
          line-height: 15px;
          margin-top: 12px; } }
  .page-top .list-activity {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .page-top .list-activity {
        margin-top: 21.2px; }
        .page-top .list-activity li {
          width: 141px !important;
          margin: 0 4px !important; } }
    .page-top .list-activity .bx-wrapper {
      max-width: 100% !important; }
  .page-top .t-results {
    margin-top: 116px; }
    @media screen and (max-width: 767px) {
      .page-top .t-results {
        margin-top: 24px;
        padding: 0 15px; } }
    .page-top .t-results ul {
      margin: 28px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 690px; }
      @media screen and (max-width: 767px) {
        .page-top .t-results ul {
          width: 100%;
          margin: 14px auto 0; } }
    .page-top .t-results li {
      width: 215px;
      margin-right: 22.2px;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-bottom: 31px;
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        .page-top .t-results li:hover {
          opacity: 0.5; } }
      .page-top .t-results li:nth-child(3n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .page-top .t-results li {
          width: calc(33.33% - 7.4px);
          margin-right: 11.1px;
          margin-bottom: 22px; } }
      .page-top .t-results li img {
        width: 100%; }
      .page-top .t-results li h4 {
        font-size: 2rem;
        line-height: 28px;
        margin: 13.5px 0 19px;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .page-top .t-results li h4 {
            font-size: 1.4rem;
            line-height: 16px;
            margin: 7px 0 9px; } }
        .page-top .t-results li h4 a {
          text-decoration: none;
          color: #414141; }
          .page-top .t-results li h4 a:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 33; }
      .page-top .t-results li .txt {
        font-size: 1.6rem;
        line-height: 32px;
        color: #58606D; }
        @media screen and (max-width: 767px) {
          .page-top .t-results li .txt {
            font-size: 1.2rem;
            line-height: 14px; } }
    .page-top .t-results .bnt {
      margin: 13px auto 0;
      width: 400px;
      height: 80px;
      text-align: center;
      background: #fff;
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .page-top .t-results .bnt {
          width: 200px;
          height: 40px;
          margin: auto; } }
      .page-top .t-results .bnt a {
        background: url(../img/top/icon.png) no-repeat left center;
        background-size: 25px auto;
        line-height: 80px;
        padding: 10px 0 10px 65px;
        text-decoration: none;
        color: #414141;
        font-size: 2rem;
        font-weight: bold; }
        .page-top .t-results .bnt a:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          z-index: 33; }
        @media screen and (max-width: 767px) {
          .page-top .t-results .bnt a {
            background: url(../img/top/icon.png) no-repeat left center;
            background-size: 13px auto;
            line-height: 40px;
            padding: 10px 0 10px 33px;
            font-size: 1rem; } }
      @media screen and (min-width: 768px) {
        .page-top .t-results .bnt:hover {
          background: #414141; }
          .page-top .t-results .bnt:hover a {
            background: url(../img/top/icon_on.png) no-repeat left center;
            color: #fff; } }
  .page-top .t-news {
    background: #fff;
    margin-top: 80px;
    padding-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .page-top .t-news {
        margin-top: 25px;
        padding: 0 15px 30px; } }
    .page-top .t-news .in-news {
      width: 640px;
      margin: auto;
      padding: 56px 0 0; }
      @media screen and (max-width: 767px) {
        .page-top .t-news .in-news {
          width: 100%;
          padding: 28px 0 0; } }
    .page-top .t-news h3 {
      text-align: center;
      position: relative;
      font-size: 2rem;
      padding-bottom: 8px;
      margin: 0 auto 22px;
      line-height: 27px; }
      @media screen and (max-width: 767px) {
        .page-top .t-news h3 {
          font-size: 1.3rem;
          padding-bottom: 5px;
          margin: 0 auto 5px; } }
      .page-top .t-news h3:before {
        content: "";
        background: #707070;
        width: 83px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -41.5px; }
        @media screen and (max-width: 767px) {
          .page-top .t-news h3:before {
            width: 111px;
            margin-left: -55.5px; } }
      .page-top .t-news h3 span {
        display: block;
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 21px;
        margin-top: -1px; }
        @media screen and (max-width: 767px) {
          .page-top .t-news h3 span {
            font-size: 1.05rem;
            display: inline-block;
            margin-left: 5px; } }
    .page-top .t-news li {
      border-bottom: 1px solid #B2B2B2;
      padding: 13px 20px 9px; }
      @media screen and (max-width: 767px) {
        .page-top .t-news li {
          padding: 9px 0;
          margin-top: 0; } }
      .page-top .t-news li span {
        float: left; }
        @media screen and (max-width: 767px) {
          .page-top .t-news li span {
            float: none;
            display: block;
            font-size: 0.9rem;
            margin-bottom: 3px; } }
      .page-top .t-news li p {
        padding-left: 107px; }
        @media screen and (max-width: 767px) {
          .page-top .t-news li p {
            padding-left: 0;
            font-size: 1.2rem; } }
        .page-top .t-news li p a {
          text-decoration: none;
          color: #414141; }
    .page-top .t-news .bnt {
      margin: 50px auto 0;
      width: 240px;
      text-align: center;
      height: 50px; }
      @media screen and (max-width: 767px) {
        .page-top .t-news .bnt {
          margin: 25px auto 0;
          width: 200px;
          height: 40px; } }
      .page-top .t-news .bnt a {
        color: #fff;
        background: #000000 url(../img/top/icon1.png) no-repeat right 20px center;
        background-size: 10px auto;
        font-size: 1.6rem;
        padding-right: 20px;
        display: block;
        text-decoration: none;
        font-weight: bold;
        line-height: 48px;
        border: 1px solid #000000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 768px) {
          .page-top .t-news .bnt a:hover {
            background: #fff url(../img/top/icon1_on.png) no-repeat right 20px center;
            background-size: 10px auto;
            color: #000; } }
        @media screen and (max-width: 767px) {
          .page-top .t-news .bnt a {
            background: #000000 url(../img/top/icon1.png) no-repeat right 5px center;
            background-size: 9px auto;
            font-size: 1.3rem;
            padding-right: 10px;
            line-height: 38px; } }
  .page-top .t-kitade {
    margin-top: 216px; }
    @media screen and (max-width: 767px) {
      .page-top .t-kitade {
        margin-top: 96px; } }
    .page-top .t-kitade .left {
      width: 50%;
      background: url(../img/top/kitade01.jpg) no-repeat center center;
      background-size: cover;
      float: left; }
      @media screen and (max-width: 767px) {
        .page-top .t-kitade .left {
          width: 50%;
          background: url(../img/top/kitade01.jpg) no-repeat left center;
          background-size: cover; } }
      .page-top .t-kitade .left .inner {
        height: 289px;
        position: relative;
        width: 465px;
        float: right; }
        @media screen and (max-width: 767px) {
          .page-top .t-kitade .left .inner {
            width: 100%;
            height: 144.5px;
            padding-left: 15px; } }
        .page-top .t-kitade .left .inner h3 {
          position: absolute;
          top: -116px; }
          @media screen and (max-width: 767px) {
            .page-top .t-kitade .left .inner h3 {
              top: -45px;
              left: 40px; } }
          .page-top .t-kitade .left .inner h3 span {
            line-height: 61px;
            font-size: 5rem;
            background: #fff;
            font-weight: normal;
            padding-right: 10px;
            display: inline-block;
            margin-bottom: 30px;
            padding: 0 15px;
            letter-spacing: 0.1em;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            @media screen and (max-width: 767px) {
              .page-top .t-kitade .left .inner h3 span {
                line-height: 23px;
                font-size: 1.8rem;
                padding: 0 5px;
                margin-bottom: 13px; } }
            .page-top .t-kitade .left .inner h3 span:nth-child(1) {
              padding-right: 25px; }
              @media screen and (max-width: 767px) {
                .page-top .t-kitade .left .inner h3 span:nth-child(1) {
                  padding-right: 5px; } }
            .page-top .t-kitade .left .inner h3 span:nth-child(2) {
              padding-right: 0;
              width: 480px; }
              @media screen and (max-width: 767px) {
                .page-top .t-kitade .left .inner h3 span:nth-child(2) {
                  width: 170px;
                  padding-right: 5px; } }
            .page-top .t-kitade .left .inner h3 span:nth-child(3) {
              padding-right: 10px; }
              @media screen and (max-width: 767px) {
                .page-top .t-kitade .left .inner h3 span:nth-child(3) {
                  padding-right: 5px; } }
    .page-top .t-kitade .right {
      width: 50%;
      background: url(../img/top/kitade02.jpg) no-repeat center center;
      background-size: cover;
      float: right; }
      .page-top .t-kitade .right .inner {
        position: relative;
        width: 465px;
        height: 289px;
        float: left; }
        @media screen and (max-width: 767px) {
          .page-top .t-kitade .right .inner {
            width: 100%;
            padding-right: 15px;
            height: 144.5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        .page-top .t-kitade .right .inner p {
          position: absolute;
          left: -15px;
          bottom: -58px;
          font-size: 1.6rem; }
          @media screen and (max-width: 767px) {
            .page-top .t-kitade .right .inner p {
              width: 280px;
              right: 31px;
              left: auto;
              bottom: -30px;
              font-size: 0.8rem; } }
          .page-top .t-kitade .right .inner p span {
            display: inline-block;
            height: 29px;
            line-height: 29px;
            margin-bottom: 8px;
            background: #fff;
            padding-left: 19px;
            padding-right: 25px; }
            @media screen and (max-width: 767px) {
              .page-top .t-kitade .right .inner p span {
                height: 15px;
                line-height: 15px;
                margin-bottom: 4px;
                padding: 0 5px; } }
  .page-top .t-items {
    margin-top: 206px; }
    @media screen and (max-width: 767px) {
      .page-top .t-items {
        margin-top: 54px; } }
    .page-top .t-items .left {
      width: 50%;
      background: url(../img/top/img-item.jpg) no-repeat center center;
      background-size: cover;
      height: 537px;
      float: left; }
      @media screen and (max-width: 767px) {
        .page-top .t-items .left {
          width: 100%;
          height: 150px;
          float: none; } }
    .page-top .t-items .right {
      width: 50%;
      float: right; }
      @media screen and (max-width: 767px) {
        .page-top .t-items .right {
          width: 100%;
          float: none; } }
      .page-top .t-items .right .inner {
        width: 466px;
        float: left;
        position: relative;
        padding: 173px 0 0 52px;
        font-size: 1.8rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .page-top .t-items .right .inner {
            width: 100%;
            float: none;
            padding: 14px 35px 0;
            font-size: 0.9rem; } }
      .page-top .t-items .right h3 {
        display: inline-block;
        font-size: 4.5rem;
        line-height: 61px;
        height: 61px;
        position: absolute;
        top: 63px;
        left: -169px;
        width: 634px;
        background: #fff;
        padding: 0 5px 0 10px;
        font-weight: normal;
        letter-spacing: 0.052em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .page-top .t-items .right h3 {
            width: 267px;
            font-size: 1.8rem;
            line-height: 31px;
            height: 31px;
            top: -95px;
            left: 50%;
            margin-left: -133.5px;
            padding: 0;
            text-align: center; } }
        @media screen and (max-width: 320px) {
          .page-top .t-items .right h3 {
            font-size: 1.6rem; } }
      .page-top .t-items .right .txt {
        line-height: 32px; }
        @media screen and (max-width: 767px) {
          .page-top .t-items .right .txt {
            line-height: 16px;
            font-size: 1.2rem; } }
      .page-top .t-items .right ul {
        margin-top: 39.5px; }
        @media screen and (max-width: 767px) {
          .page-top .t-items .right ul {
            margin-top: 14px;
            text-align: center; } }
        .page-top .t-items .right ul li {
          text-align: center;
          float: left;
          margin-right: 51px;
          position: relative;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (min-width: 768px) {
            .page-top .t-items .right ul li:hover {
              opacity: 0.5; } }
          @media screen and (max-width: 767px) {
            .page-top .t-items .right ul li {
              float: none;
              display: inline-block;
              margin: 0 12px;
              width: 100px;
              vertical-align: top; }
              .page-top .t-items .right ul li img {
                width: 80px; }
              .page-top .t-items .right ul li:first-child {
                margin-left: 0; } }
          .page-top .t-items .right ul li:last-child {
            margin-right: 0; }
          .page-top .t-items .right ul li p {
            margin-top: 21px;
            font-size: 2.6rem; }
            @media screen and (max-width: 767px) {
              .page-top .t-items .right ul li p {
                margin-top: 11px;
                font-size: 1.3rem; } }
            .page-top .t-items .right ul li p a {
              text-decoration: none;
              color: #414141; }
              .page-top .t-items .right ul li p a:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                z-index: 33; }
  .page-top .t-technology {
    margin-top: 79px; }
    @media screen and (max-width: 767px) {
      .page-top .t-technology {
        margin-top: 27px; } }
    .page-top .t-technology .right {
      background: url(../img/top/bg_technology.jpg) no-repeat center center;
      background-size: cover;
      width: 50%;
      float: right;
      height: 537px; }
      @media screen and (max-width: 767px) {
        .page-top .t-technology .right {
          width: 100%;
          float: none;
          height: 150px; } }
    .page-top .t-technology .left {
      width: 50%;
      float: left;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page-top .t-technology .left {
          width: 100%;
          float: none; } }
      .page-top .t-technology .left .inner {
        width: 465px;
        float: right;
        position: relative;
        padding: 173px 40px 0 10px;
        font-size: 1.8rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .page-top .t-technology .left .inner {
            width: 100%;
            float: none;
            padding: 14px 35px 0; } }
      .page-top .t-technology .left h3 {
        display: inline-block;
        font-size: 4.5rem;
        line-height: 61px;
        height: 61px;
        position: absolute;
        top: 74px;
        left: 0px;
        width: 880px;
        background: #fff;
        padding: 0 10px 0 15px;
        font-weight: normal;
        letter-spacing: 0.052em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .page-top .t-technology .left h3 {
            width: 350px;
            font-size: 1.8rem;
            line-height: 31px;
            height: 31px;
            top: -95px;
            left: 50%;
            margin-left: -175px;
            padding: 0;
            text-align: center; } }
        @media screen and (max-width: 320px) {
          .page-top .t-technology .left h3 {
            font-size: 1.6rem;
            width: 310px;
            margin-left: -155px; } }
      .page-top .t-technology .left .txt {
        line-height: 32px; }
        @media screen and (max-width: 767px) {
          .page-top .t-technology .left .txt {
            font-size: 1.2rem;
            line-height: 16px; } }
      .page-top .t-technology .left ul {
        margin-top: 46px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .page-top .t-technology .left ul {
            margin-top: 27px; } }
        .page-top .t-technology .left ul li {
          display: inline-block;
          vertical-align: top;
          position: relative;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (min-width: 768px) {
            .page-top .t-technology .left ul li:hover {
              opacity: 0.5; } }
          @media screen and (max-width: 767px) {
            .page-top .t-technology .left ul li img {
              width: 80px; } }
          .page-top .t-technology .left ul li p {
            font-size: 2.6rem;
            margin-top: 21px; }
            @media screen and (max-width: 767px) {
              .page-top .t-technology .left ul li p {
                font-size: 1.3rem;
                margin-top: 10.5px; } }
            .page-top .t-technology .left ul li p a {
              text-decoration: none;
              color: #414141; }
              .page-top .t-technology .left ul li p a:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                z-index: 33; }
  .page-top .t-customers {
    margin-top: 85px; }
    @media screen and (max-width: 767px) {
      .page-top .t-customers {
        margin-top: 27px; } }
    .page-top .t-customers .left {
      width: 50%;
      float: left;
      background: url(../img/top/bg_customers.jpg) no-repeat center center;
      background-size: cover;
      height: 537px; }
      @media screen and (max-width: 767px) {
        .page-top .t-customers .left {
          width: 100%;
          height: 150px;
          float: none; } }
    .page-top .t-customers .right {
      width: 50%;
      float: right; }
      @media screen and (max-width: 767px) {
        .page-top .t-customers .right {
          width: 100%;
          float: none; } }
      .page-top .t-customers .right .inner {
        width: 465px;
        float: left;
        position: relative;
        padding: 171px 0 0 65px;
        font-size: 1.8rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .page-top .t-customers .right .inner {
            width: 100%;
            float: none;
            padding: 14px 35px 0; } }
      .page-top .t-customers .right h3 {
        display: inline-block;
        font-size: 4.5rem;
        line-height: 61px;
        height: 61px;
        position: absolute;
        top: 64px;
        left: -322px;
        width: 786px;
        background: #fff;
        padding: 0 5px 0 10px;
        font-weight: normal;
        letter-spacing: 0.052em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .page-top .t-customers .right h3 {
            width: 318px;
            font-size: 1.8rem;
            line-height: 31px;
            height: 31px;
            top: -95px;
            left: 50%;
            margin-left: -159px;
            padding: 0;
            text-align: center; } }
        @media screen and (max-width: 320px) {
          .page-top .t-customers .right h3 {
            font-size: 1.6rem; } }
      .page-top .t-customers .right .txt {
        line-height: 32px; }
        @media screen and (max-width: 767px) {
          .page-top .t-customers .right .txt {
            line-height: 16px;
            font-size: 1.2rem; } }
      .page-top .t-customers .right ul {
        margin-top: 56px; }
        @media screen and (max-width: 767px) {
          .page-top .t-customers .right ul {
            margin-top: 11px; } }
      .page-top .t-customers .right li {
        width: 190px;
        text-align: center;
        float: left;
        margin-right: 20px;
        margin-bottom: 32px; }
        @media screen and (max-width: 767px) {
          .page-top .t-customers .right li {
            width: 100%;
            width: calc(50% - 10px);
            margin-bottom: 16px; } }
        .page-top .t-customers .right li:nth-child(2n) {
          margin-right: 0; }
        .page-top .t-customers .right li a {
          color: #414141;
          font-size: 2.6rem;
          font-weight: bold;
          text-decoration: none;
          display: block;
          line-height: 80px;
          height: 80px;
          background: #fff url(../img/top/icon2_off.png) no-repeat right 10px center;
          background-size: 14px auto;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (min-width: 768px) {
            .page-top .t-customers .right li a:hover {
              background: #414141 url(../img/top/icon2_on.png) no-repeat right 10px center;
              background-size: 14px auto;
              color: #fff; } }
          @media screen and (max-width: 767px) {
            .page-top .t-customers .right li a {
              font-size: 1.3rem;
              line-height: 40px;
              height: 40px;
              background: #fff url(../img/top/icon2_off.png) no-repeat right 10px center;
              background-size: 8px auto; } }
  .page-top .t-business {
    margin-top: 146px; }
    @media screen and (max-width: 767px) {
      .page-top .t-business {
        margin-top: 34px; } }
    .page-top .t-business .title {
      background: url(../img/top/bg_business.png) no-repeat center center;
      background-size: cover;
      width: 100%;
      height: 310px;
      text-align: center;
      padding: 117px 0 0;
      margin-bottom: 45px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .page-top .t-business .title {
          height: 155px;
          padding: 58.5px 0 0;
          margin-bottom: 15px; } }
    .page-top .t-business h3 {
      display: inline-block;
      width: 257px;
      line-height: 77px;
      height: 77px;
      background: #fff;
      font-size: 4.5rem;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .page-top .t-business h3 {
          width: 128.5px;
          height: 38px;
          line-height: 38px;
          font-size: 2.3rem; } }
    .page-top .t-business .txt {
      width: 510px;
      float: left;
      font-size: 1.6rem;
      line-height: 32px; }
      @media screen and (max-width: 767px) {
        .page-top .t-business .txt {
          width: 100%;
          float: none;
          font-size: 1.2rem;
          line-height: 16px;
          padding: 14px 35px 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    .page-top .t-business .bnt {
      width: 280px;
      float: right;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .page-top .t-business .bnt {
          width: 175px;
          margin: 25px auto 0;
          float: none; } }
      .page-top .t-business .bnt a {
        color: #fff;
        text-decoration: none;
        display: block;
        line-height: 61px;
        height: 61px;
        font-size: 2rem;
        background: #000;
        text-align: center;
        border: 1px solid #000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 768px) {
          .page-top .t-business .bnt a:hover {
            background: #fff;
            color: #000; } }
        @media screen and (max-width: 767px) {
          .page-top .t-business .bnt a {
            line-height: 40px;
            height: 40px;
            font-size: 1.2rem; } }

/*------------------------------------------------------------
	news page
------------------------------------------------------------*/
.page-news .main-visual-content {
  background: url(../img/news/main.png) no-repeat center center;
  background-size: cover; }

.page-news .content-news {
  margin-top: 110px;
  margin-bottom: 97px; }
  @media screen and (max-width: 767px) {
    .page-news .content-news {
      margin-top: 27px;
      padding: 0 15px;
      margin-bottom: 50px; } }

.page-news .select-sp {
  display: none;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .page-news .select-sp {
      display: block;
      width: 213px;
      border: 1px solid #707070;
      border-radius: 5px;
      height: 32px;
      background: #fff;
      overflow: hidden;
      position: relative; }
      .page-news .select-sp:before {
        content: "";
        background: url(../img/news/select.png) no-repeat center center;
        background-size: 30px 32px;
        width: 30px;
        height: 32px;
        position: absolute;
        right: 0;
        top: 0; } }
  .page-news .select-sp select {
    padding: 9px 15px;
    font-size: 0.9rem;
    width: 110%;
    border: none;
    border-radius: 5px;
    background: none;
    position: relative;
    z-index: 22;
    line-height: 15px; }

.page-news .news-ct ul {
  margin-bottom: 89.5px; }
  @media screen and (max-width: 767px) {
    .page-news .news-ct ul {
      margin-bottom: 25px; } }

.page-news .news-ct li {
  border-bottom: 1px solid #707070;
  padding-bottom: 29px;
  margin-bottom: 21px;
  display: table;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 768px) {
    .page-news .news-ct li:hover {
      opacity: 0.5; } }
  @media screen and (max-width: 767px) {
    .page-news .news-ct li {
      padding-bottom: 15px;
      margin-bottom: 10px; } }
  .page-news .news-ct li .img {
    width: 100px;
    float: left;
    display: table-cell; }
    @media screen and (max-width: 767px) {
      .page-news .news-ct li .img {
        width: 75px; } }
    .page-news .news-ct li .img img {
      width: 100%; }
  .page-news .news-ct li .info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .page-news .news-ct li .info {
        padding-left: 15px; } }
  .page-news .news-ct li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .page-news .news-ct li .title {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .page-news .news-ct li .title h3 {
      color: #58606D;
      font-size: 1.4rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .page-news .news-ct li .title h3 {
          font-size: 1.2rem;
          line-height: 16px; } }
    .page-news .news-ct li .title span {
      padding-left: 18px;
      font-size: 1.2rem;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .page-news .news-ct li .title span {
          padding-left: 0;
          font-size: 0.8rem;
          margin-top: 2px;
          display: block; } }
    .page-news .news-ct li .title .category {
      min-width: 81px;
      padding: 0 10px;
      text-align: center;
      color: #58606D;
      line-height: 20px;
      margin-left: 18px;
      font-size: 1.2rem;
      border-radius: 3px;
      background: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .page-news .news-ct li .title .category {
          min-width: 71px;
          line-height: 18px;
          height: 18px;
          font-size: 0.8rem;
          margin-left: 0; } }
  .page-news .news-ct li .txt {
    margin-top: 19px;
    font-size: 1.6rem;
    line-height: 32px;
    word-break: break-all; }
    @media screen and (max-width: 767px) {
      .page-news .news-ct li .txt {
        display: none; } }
  .page-news .news-ct li a {
    text-decoration: none;
    color: #58606D; }
    .page-news .news-ct li a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 33; }

@media screen and (max-width: 767px) {
  .page-news .news-detail {
    margin-top: -12px; } }

.page-news .news-detail .title-detail {
  margin-bottom: 18px; }
  @media screen and (max-width: 767px) {
    .page-news .news-detail .title-detail {
      margin-bottom: 13px; } }
  .page-news .news-detail .title-detail .title {
    float: left; }
    .page-news .news-detail .title-detail .title p {
      font-size: 1.2rem; }
      @media screen and (max-width: 767px) {
        .page-news .news-detail .title-detail .title p {
          font-size: 0.8rem; } }
    .page-news .news-detail .title-detail .title h3 {
      font-size: 2.4rem;
      font-weight: bold;
      margin-top: 4px;
      color: #58606D; }
      @media screen and (max-width: 767px) {
        .page-news .news-detail .title-detail .title h3 {
          font-size: 1.4rem;
          margin-top: 1px; } }
  .page-news .news-detail .title-detail .category {
    float: right;
    margin-top: 21px;
    min-width: 81px;
    line-height: 20px;
    font-size: 1.2rem;
    border-radius: 3px;
    background: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page-news .news-detail .title-detail .category {
        margin-top: 8px;
        min-width: 58.5px;
        line-height: 18px;
        font-size: 0.9rem; } }

.page-news .news-detail .txt {
  margin-top: 53px;
  font-size: 1.8rem;
  line-height: 38px; }
  @media screen and (max-width: 767px) {
    .page-news .news-detail .txt {
      margin-top: 27px;
      font-size: 1.05rem;
      line-height: 19px; } }

.page-news .news-detail .list_bnt {
  margin-top: 50px;
  text-align: center; }
  .page-news .news-detail .list_bnt li {
    width: 210px;
    border: 1px solid #707070;
    background: #E7EAEF;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      .page-news .news-detail .list_bnt li:hover {
        background: #707070; }
        .page-news .news-detail .list_bnt li:hover a {
          color: #fff; } }
    @media screen and (max-width: 767px) {
      .page-news .news-detail .list_bnt li {
        width: 200px; } }
    .page-news .news-detail .list_bnt li a {
      font-size: 1.4rem;
      font-weight: bold;
      text-decoration: none;
      display: block;
      line-height: 53px;
      height: 53px;
      color: #58606D; }
      @media screen and (max-width: 767px) {
        .page-news .news-detail .list_bnt li a {
          font-size: 1.2rem;
          line-height: 40px;
          height: 40px; } }
  .page-news .news-detail .list_bnt .prev {
    float: left; }
    @media screen and (min-width: 768px) {
      .page-news .news-detail .list_bnt .prev:hover a {
        background: url(../img/news/bnt-prev_on.svg) no-repeat left 16px center;
        background-size: 10px 12px; } }
    .page-news .news-detail .list_bnt .prev a {
      background: url(../img/news/bnt-next.svg) no-repeat left 16px center;
      background-size: 10px 12px; }
    @media screen and (max-width: 767px) {
      .page-news .news-detail .list_bnt .prev {
        text-indent: -99999px;
        width: 26.5px; }
        .page-news .news-detail .list_bnt .prev a {
          background: url(../img/news/bnt-next.svg) no-repeat center center;
          background-size: 5px 6px; } }
  .page-news .news-detail .list_bnt .next {
    float: right; }
    @media screen and (min-width: 768px) {
      .page-news .news-detail .list_bnt .next:hover a {
        background: url(../img/news/bnt_next_on.svg) no-repeat right 16px center;
        background-size: 10px 12px; } }
    .page-news .news-detail .list_bnt .next a {
      background: url(../img/news/bnt-prev.svg) no-repeat right 16px center;
      background-size: 10px 12px; }
    @media screen and (max-width: 767px) {
      .page-news .news-detail .list_bnt .next {
        text-indent: -99999px;
        width: 26.5px; }
        .page-news .news-detail .list_bnt .next a {
          background: url(../img/news/bnt-prev.svg) no-repeat center center;
          background-size: 5px 6px; } }

/*------------------------------------------------------------
	page-paperware page
------------------------------------------------------------*/
.page-paperware .content-paperware {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .page-paperware .content-paperware {
      margin-bottom: 50px; } }

.page-paperware .main-visual-content {
  background: url(../img/paperware/bg_main.png) no-repeat center center;
  background-size: cover; }
  .page-paperware .main-visual-content h2 {
    color: #000; }
  .page-paperware .main-visual-content p {
    color: #000; }

.page-paperware .s-paperware01 {
  margin-top: 96px; }
  @media screen and (max-width: 767px) {
    .page-paperware .s-paperware01 {
      margin-top: 43.5px; } }
  .page-paperware .s-paperware01 .in-paperware01 {
    max-width: 930px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .page-paperware .s-paperware01 .in-paperware01 {
        padding: 0 25px; } }
    .page-paperware .s-paperware01 .in-paperware01 h3 {
      font-size: 4rem;
      font-weight: normal;
      margin-bottom: 50px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .page-paperware .s-paperware01 .in-paperware01 h3 {
          font-size: 2rem;
          margin-bottom: 29px; } }
    .page-paperware .s-paperware01 .in-paperware01 p {
      font-size: 1.6rem;
      line-height: 32px; }
      @media screen and (max-width: 767px) {
        .page-paperware .s-paperware01 .in-paperware01 p {
          font-size: 1.05rem;
          line-height: 17px; } }
    .page-paperware .s-paperware01 .in-paperware01 h4 {
      margin-top: 47px;
      font-size: 2.8rem;
      font-weight: normal;
      margin-bottom: 48px; }
      @media screen and (max-width: 767px) {
        .page-paperware .s-paperware01 .in-paperware01 h4 {
          text-align: center;
          margin-top: 30.5px;
          font-size: 1.75rem;
          margin-bottom: 14px; } }
  .page-paperware .s-paperware01 .img {
    width: 100%;
    height: 765px;
    background: url(../img/paperware/img.png) no-repeat center center;
    background-size: cover;
    margin-top: -150px; }
    @media screen and (max-width: 767px) {
      .page-paperware .s-paperware01 .img {
        background: none;
        margin-top: -30px;
        height: auto; } }
  .page-paperware .s-paperware01 .txt {
    max-width: 930px;
    margin: -120px auto 0;
    color: #58606D; }
    @media screen and (max-width: 767px) {
      .page-paperware .s-paperware01 .txt {
        margin: auto;
        padding: 0 25px; } }
    .page-paperware .s-paperware01 .txt .txt1 {
      text-align: right;
      font-size: 1.6rem;
      line-height: 32px;
      margin-bottom: 38px; }
      @media screen and (max-width: 767px) {
        .page-paperware .s-paperware01 .txt .txt1 {
          font-size: 1.05rem;
          text-align: left;
          line-height: 17px;
          margin-bottom: 15px; } }
    .page-paperware .s-paperware01 .txt .txt2 {
      font-size: 1.6rem;
      line-height: 32px; }
      @media screen and (max-width: 767px) {
        .page-paperware .s-paperware01 .txt .txt2 {
          font-size: 1.05rem;
          line-height: 17px; } }

.page-paperware .s-paperware02 {
  margin-top: 77px; }
  .page-paperware .s-paperware02 .bx-wrapper {
    max-width: 100% !important; }
  @media screen and (max-width: 767px) {
    .page-paperware .s-paperware02 {
      margin-top: 20px; }
      .page-paperware .s-paperware02 li {
        width: 178px !important; } }

.page-paperware .s-paperware03 {
  margin-top: 97px; }
  @media screen and (max-width: 767px) {
    .page-paperware .s-paperware03 {
      margin-top: 49px;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  .page-paperware .s-paperware03 ul {
    margin: 48px auto 0;
    width: 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .page-paperware .s-paperware03 ul {
        width: 100%;
        margin: 24px auto 0; } }
    .page-paperware .s-paperware03 ul li {
      width: 215px;
      margin-right: 22.2px;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-bottom: 31px;
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        .page-paperware .s-paperware03 ul li:hover {
          opacity: 0.5; } }
      .page-paperware .s-paperware03 ul li:nth-child(3n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .page-paperware .s-paperware03 ul li {
          width: calc(33.33% - 7.4px);
          margin-right: 11.1px;
          margin-bottom: 22px; } }
      .page-paperware .s-paperware03 ul li img {
        width: 100%; }
      .page-paperware .s-paperware03 ul li h4 {
        font-size: 2rem;
        line-height: 28px;
        margin: 13.5px 0 19px;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .page-paperware .s-paperware03 ul li h4 {
            font-size: 1.4rem;
            line-height: 16px;
            margin: 7px 0 9px; } }
        .page-paperware .s-paperware03 ul li h4 a {
          text-decoration: none;
          color: #414141; }
          .page-paperware .s-paperware03 ul li h4 a:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 33; }
      .page-paperware .s-paperware03 ul li .txt {
        font-size: 1.6rem;
        line-height: 32px;
        color: #58606D; }
        @media screen and (max-width: 767px) {
          .page-paperware .s-paperware03 ul li .txt {
            font-size: 1.2rem;
            line-height: 14px; } }
  .page-paperware .s-paperware03 .bnt {
    margin: 13px auto 0;
    width: 400px;
    height: 80px;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .page-paperware .s-paperware03 .bnt {
        width: 200px;
        height: 40px;
        margin: auto; } }
    .page-paperware .s-paperware03 .bnt a {
      background: url(../img/top/icon.png) no-repeat left center;
      background-size: 25px auto;
      line-height: 80px;
      padding: 10px 0 10px 65px;
      text-decoration: none;
      color: #414141;
      font-size: 2rem;
      font-weight: bold; }
      .page-paperware .s-paperware03 .bnt a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 33; }
      @media screen and (max-width: 767px) {
        .page-paperware .s-paperware03 .bnt a {
          background: url(../img/top/icon.png) no-repeat left center;
          background-size: 13px auto;
          line-height: 40px;
          padding: 10px 0 10px 33px;
          font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      .page-paperware .s-paperware03 .bnt:hover {
        background: #414141; }
        .page-paperware .s-paperware03 .bnt:hover a {
          background: url(../img/top/icon_on.png) no-repeat left center;
          color: #fff; } }

/*------------------------------------------------------------
	works page
------------------------------------------------------------*/
.page-works .content-works {
  margin-bottom: 100px;
  margin-top: 106px; }
  @media screen and (max-width: 767px) {
    .page-works .content-works {
      margin-bottom: 50px;
      margin-top: 21px;
      padding: 0 15px; } }

.page-works .main-visual-content {
  background: url(../img/works/bg_main.png) no-repeat center center;
  background-size: cover; }

.page-works .in-works {
  margin-top: 58px; }
  @media screen and (max-width: 767px) {
    .page-works .in-works {
      margin-top: 35.5px; } }

.page-works .left-works ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .page-works .left-works ul {
      margin-bottom: 22px; } }

.page-works .left-works li {
  width: 215px;
  float: left;
  margin-right: 22px;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 768px) {
    .page-works .left-works li:hover {
      opacity: 0.5; } }
  @media screen and (max-width: 767px) {
    .page-works .left-works li {
      width: calc(33.33% - 7.4px);
      margin-right: 11.1px;
      margin-bottom: 24px; } }
  .page-works .left-works li:nth-child(3n) {
    margin-right: 0; }
  .page-works .left-works li img {
    width: 100%; }
  .page-works .left-works li a {
    font-size: 2rem;
    font-weight: normal;
    text-decoration: none;
    color: #414141;
    line-height: 28px; }
    .page-works .left-works li a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 33; }
    @media screen and (max-width: 767px) {
      .page-works .left-works li a {
        font-size: 1.3rem;
        line-height: 16px; } }
  .page-works .left-works li h4 {
    margin: 13px 0 19px; }
    @media screen and (max-width: 767px) {
      .page-works .left-works li h4 {
        margin: 4px 0 9px; } }
  .page-works .left-works li .txt {
    font-size: 1.6rem;
    line-height: 32px;
    color: #58606D; }
    @media screen and (max-width: 767px) {
      .page-works .left-works li .txt {
        font-size: 0.9rem;
        line-height: 16px; } }
  .page-works .left-works li .tag {
    margin-top: 15px;
    min-width: 82px;
    padding: 0 25px;
    font-size: 1.4rem;
    color: #B4B4B4;
    background: #fff;
    border-radius: 5px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .page-works .left-works li .tag {
        margin-top: 8px;
        min-width: 41px;
        padding: 0 7.5px;
        font-size: 0.9rem;
        line-height: 18px;
        height: 18px; } }

.page-works .tt_detail {
  color: #58606D;
  font-size: 2.4rem;
  margin-top: 125px; }
  @media screen and (max-width: 767px) {
    .page-works .tt_detail {
      margin-top: 26px;
      font-size: 1.2rem; } }

.page-works .in-works-detail {
  margin-top: 42px; }
  @media screen and (max-width: 767px) {
    .page-works .in-works-detail {
      margin-top: 25px; } }
  .page-works .in-works-detail .img-detail {
    width: 100%;
    height: 465px;
    text-align: center;
    background: #fff; }
    .page-works .in-works-detail .img-detail img {
      width: auto;
      height: 100%; }
    @media screen and (max-width: 767px) {
      .page-works .in-works-detail .img-detail {
        height: 232px; } }
  .page-works .in-works-detail .tag {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0 20px;
    line-height: 28px;
    height: 28px;
    min-width: 82px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #B4B4B4;
    margin: 20px 0 55px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .page-works .in-works-detail .tag {
        padding: 0 15px;
        line-height: 17px;
        height: 17px;
        font-size: 0.9rem;
        min-width: 41px;
        margin: 15px 0 25px; } }
  .page-works .in-works-detail .txt {
    font-size: 1.8rem;
    line-height: 38px;
    color: #58606D; }
    @media screen and (max-width: 767px) {
      .page-works .in-works-detail .txt {
        font-size: 1.05rem;
        line-height: 19px; } }
  .page-works .in-works-detail .list-img {
    margin: 44px 0; }
    @media screen and (max-width: 767px) {
      .page-works .in-works-detail .list-img {
        margin: 25px 0 30px; } }
    .page-works .in-works-detail .list-img li {
      width: 210px;
      float: left;
      margin-right: 30px;
      margin-bottom: 0; }
      .page-works .in-works-detail .list-img li:nth-child(3n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .page-works .in-works-detail .list-img li {
          width: calc(33.3% - 10px);
          margin-right: 15px; } }
  .page-works .in-works-detail .bnt1 {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .page-works .in-works-detail .bnt1 {
        margin-top: 26px; } }
    .page-works .in-works-detail .bnt1 p {
      width: 320px;
      background: #fff url(../img/common/bnt-prev.svg) no-repeat right 20px center;
      background-size: 10px 12px;
      border-radius: 5px;
      text-align: center;
      margin-right: 0;
      margin-bottom: 0;
      float: left;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        .page-works .in-works-detail .bnt1 p:hover {
          background: #58606D url(../img/common/bnt_next_on.svg) no-repeat right 20px center;
          background-size: 10px 12px; }
          .page-works .in-works-detail .bnt1 p:hover a {
            color: #fff; } }
      @media screen and (max-width: 767px) {
        .page-works .in-works-detail .bnt1 p {
          width: 100%;
          float: none;
          margin-top: 18.5px; } }
      .page-works .in-works-detail .bnt1 p:last-child {
        float: right; }
      .page-works .in-works-detail .bnt1 p a {
        text-decoration: none;
        font-size: 1.6rem;
        font-weight: bold;
        color: #58606D;
        line-height: 60px;
        height: 60px;
        display: block; }
        @media screen and (max-width: 767px) {
          .page-works .in-works-detail .bnt1 p a {
            font-size: 1.7rem; } }
        @media screen and (max-width: 320px) {
          .page-works .in-works-detail .bnt1 p a {
            font-size: 1.4rem; } }
  .page-works .in-works-detail .bnt2 {
    margin-top: 100px;
    margin-bottom: 134px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page-works .in-works-detail .bnt2 {
        margin-top: 30.5px;
        margin-bottom: 50px; } }
    .page-works .in-works-detail .bnt2 p {
      display: inline-block;
      vertical-align: top;
      width: 210px;
      border: 1px solid #707070;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        .page-works .in-works-detail .bnt2 p:hover {
          background: #707070; }
          .page-works .in-works-detail .bnt2 p:hover a {
            color: #fff; } }
      @media screen and (max-width: 767px) {
        .page-works .in-works-detail .bnt2 p {
          width: 200px; } }
      .page-works .in-works-detail .bnt2 p a {
        color: #58606D;
        text-decoration: none;
        font-size: 1.4rem;
        font-weight: normal;
        display: block;
        text-align: center;
        line-height: 53px;
        height: 53px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .page-works .in-works-detail .bnt2 p a {
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 40px;
            height: 40px; } }
    .page-works .in-works-detail .bnt2 .prev {
      float: left; }
      @media screen and (min-width: 768px) {
        .page-works .in-works-detail .bnt2 .prev:hover a {
          background: url(../img/common/bnt-prev_on.svg) no-repeat left 16px center;
          background-size: 10px 12px; } }
      .page-works .in-works-detail .bnt2 .prev a {
        background: url(../img/common/bnt-next.svg) no-repeat left 16px center;
        background-size: 10px 12px; }
      @media screen and (max-width: 767px) {
        .page-works .in-works-detail .bnt2 .prev {
          text-indent: -99999px;
          width: 26.5px; }
          .page-works .in-works-detail .bnt2 .prev a {
            background: url(../img/common/bnt-next.svg) no-repeat center center;
            background-size: 5px 6px; } }
    .page-works .in-works-detail .bnt2 .next {
      float: right; }
      @media screen and (min-width: 768px) {
        .page-works .in-works-detail .bnt2 .next:hover a {
          background: url(../img/common/bnt_next_on.svg) no-repeat right 16px center;
          background-size: 10px 12px; } }
      .page-works .in-works-detail .bnt2 .next a {
        background: url(../img/common/bnt-prev.svg) no-repeat right 16px center;
        background-size: 10px 12px; }
      @media screen and (max-width: 767px) {
        .page-works .in-works-detail .bnt2 .next {
          text-indent: -99999px;
          width: 26.5px; }
          .page-works .in-works-detail .bnt2 .next a {
            background: url(../img/common/bnt-prev.svg) no-repeat center center;
            background-size: 5px 6px; } }

/*------------------------------------------------------------
	items page
------------------------------------------------------------*/
.page-items .main-visual-content {
  background: url(../img/works/bg_main.png) no-repeat center center;
  background-size: cover; }

.page-items .content-items {
  margin-bottom: 100px;
  margin-top: 125px; }
  @media screen and (max-width: 767px) {
    .page-items .content-items {
      margin-bottom: 50px;
      margin-top: 21px;
      padding: 0 15px; } }

.page-items .left-items ul {
  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;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .page-items .left-items ul {
      margin-bottom: 40px; } }

.page-items .left-items li {
  width: 210px;
  text-align: center;
  margin-bottom: 28px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 768px) {
    .page-items .left-items li:hover {
      opacity: 0.5; } }
  @media screen and (max-width: 767px) {
    .page-items .left-items li {
      width: calc(33.33% - 7.4px);
      margin-bottom: 19px; } }
  .page-items .left-items li figure {
    width: 100%;
    height: 228px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .page-items .left-items li figure {
        height: 105px; } }
  .page-items .left-items li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
  .page-items .left-items li h4 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 767px) {
      .page-items .left-items li h4 {
        font-size: 1.4rem;
        margin: 10px 0;
        line-height: 16px;
        margin: 7px 0 9px; } }
    .page-items .left-items li h4 a {
      text-decoration: none;
      color: #414141;
      font-weight: normal; }
      .page-items .left-items li h4 a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 33; }
  .page-items .left-items li p {
    font-size: 1.6rem;
    line-height: 32px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .page-items .left-items li p {
        font-size: 1.2rem;
        line-height: 14px; } }

/*------------------------------------------------------------
	faq page
------------------------------------------------------------*/
.page-faq .sidebar ul a {
  padding: 15px 27px;
  display: block;
  color: #58606D;
  background: #F2F4F8;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 768px) {
    .page-faq .sidebar ul a:hover {
      background: #CBCFD6; } }
  .page-faq .sidebar ul a.active {
    background: #CBCFD6;
    font-weight: bold; }

.page-faq .main-visual-content {
  background: url(../img/faq/bg_main.png) no-repeat center center;
  background-size: cover; }
  .page-faq .main-visual-content h2 {
    padding-top: 145px; }
    @media screen and (max-width: 767px) {
      .page-faq .main-visual-content h2 {
        padding-top: 72.5px; } }

.page-faq .content-faq {
  margin-top: 109px;
  margin-bottom: 46px;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .page-faq .content-faq {
      margin-top: 21px;
      margin-bottom: 49px; } }
  .page-faq .content-faq .left-faq {
    color: #59606D; }
    .page-faq .content-faq .left-faq h3 {
      font-size: 2.1rem;
      font-weight: bold;
      margin-top: 94px;
      color: #59606D; }
      @media screen and (max-width: 767px) {
        .page-faq .content-faq .left-faq h3 {
          font-size: 1.3rem;
          margin-top: 40px; } }
    .page-faq .content-faq .left-faq .tt-mt00 {
      margin-top: 0; }
    .page-faq .content-faq .left-faq dt {
      background: #fff;
      padding: 26px 30px;
      font-size: 2.1rem;
      font-weight: bold;
      position: relative;
      margin-top: 21px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .page-faq .content-faq .left-faq dt {
          padding: 12px 15px;
          font-size: 1.2rem;
          margin-top: 10px; } }
      .page-faq .content-faq .left-faq dt span {
        float: left; }
      .page-faq .content-faq .left-faq dt p {
        padding-left: 50px; }
        @media screen and (max-width: 767px) {
          .page-faq .content-faq .left-faq dt p {
            padding-left: 27px; } }
    .page-faq .content-faq .left-faq dd {
      padding: 59px 17px 38px 30px;
      font-size: 2.1rem;
      display: none;
      position: relative;
      background: url(../img/faq/icon.png) no-repeat left 50px top;
      background-size: 49px auto; }
      @media screen and (max-width: 767px) {
        .page-faq .content-faq .left-faq dd {
          padding: 30px 10px 20px 15px;
          font-size: 1.05rem;
          background: url(../img/faq/icon.png) no-repeat left 25px top;
          background-size: 20px auto; } }
      .page-faq .content-faq .left-faq dd span {
        float: left;
        font-weight: bold; }
      .page-faq .content-faq .left-faq dd p {
        padding-left: 50px; }
        @media screen and (max-width: 767px) {
          .page-faq .content-faq .left-faq dd p {
            padding-left: 27px; } }

/*------------------------------------------------------------
	Catalog page
------------------------------------------------------------*/
.page-Catalog .main-visual-content {
  background: url(../img/catalog/bg_main.png) no-repeat center center;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .page-Catalog .content-Catalog {
    margin-top: 23px;
    padding: 0 15px; } }

.page-Catalog .in-Catalog {
  margin-top: 107px; }
  @media screen and (max-width: 767px) {
    .page-Catalog .in-Catalog {
      margin-top: 49px; } }

.page-Catalog .left-Catalog {
  margin-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .page-Catalog .left-Catalog {
      margin-bottom: 20px; } }
  .page-Catalog .left-Catalog h3 {
    color: #58606D;
    font-size: 2.1rem;
    background: #fff;
    padding: 26px 29px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .page-Catalog .left-Catalog h3 {
        font-size: 1.4rem;
        padding: 13px 15px;
        margin-bottom: 21px; } }
  .page-Catalog .left-Catalog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .page-Catalog .left-Catalog ul {
        padding: 0 15px; } }
    .page-Catalog .left-Catalog ul li {
      width: 209px;
      margin-right: 31px;
      margin-bottom: 70px; }
      .page-Catalog .left-Catalog ul li:nth-child(3n) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .page-Catalog .left-Catalog ul li:nth-child(3n) {
            margin-right: 25px; } }
      @media screen and (max-width: 767px) {
        .page-Catalog .left-Catalog ul li {
          width: calc(50% - 12.5px);
          margin-right: 25px;
          margin-bottom: 36px; }
          .page-Catalog .left-Catalog ul li:nth-child(2n) {
            margin-right: 0; } }
      .page-Catalog .left-Catalog ul li .img {
        width: 100%;
        max-height: 236px;
        background: #fff;
        text-align: center;
        padding: 30px 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .page-Catalog .left-Catalog ul li .img {
            max-height: 164px;
            padding: 20px 23px; } }
        .page-Catalog .left-Catalog ul li .img img {
          max-width: 100%;
          max-height: 100%; }
      .page-Catalog .left-Catalog ul li .txt {
        font-size: 1.6rem;
        line-height: 32px;
        color: #58606D;
        word-break: break-all;
        margin-top: 21px; }
        @media screen and (max-width: 767px) {
          .page-Catalog .left-Catalog ul li .txt {
            font-size: 1.2rem;
            line-height: 14px;
            margin-top: 15px; } }
      .page-Catalog .left-Catalog ul li .pdf {
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .page-Catalog .left-Catalog ul li .pdf {
            margin-top: 5px; } }
        .page-Catalog .left-Catalog ul li .pdf a {
          background: url(../img/catalog/pdf.png) no-repeat right center;
          background-size: 26px auto;
          text-decoration: none;
          color: #58606D;
          font-size: 1.6rem;
          padding: 5px 35px 5px 0; }
          @media screen and (max-width: 767px) {
            .page-Catalog .left-Catalog ul li .pdf a {
              background: url(../img/catalog/pdf.png) no-repeat right center;
              background-size: 13px auto;
              font-size: 1rem;
              padding: 5px 16px 5px 0; } }

/*------------------------------------------------------------
	Outline page
------------------------------------------------------------*/
.page-Outline .main-visual-content {
  background: url(../img/outline/bg_main.png) no-repeat center center;
  background-size: cover; }

.page-Outline .content-Outline {
  margin-bottom: 94px; }
  @media screen and (max-width: 767px) {
    .page-Outline .content-Outline {
      margin-bottom: 50px; } }

.page-Outline .s-outline01 {
  background: #fff;
  margin: 65px auto 101px;
  padding: 36px 50px 35px 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .page-Outline .s-outline01 {
      margin: 0;
      padding: 39px 25px 41px;
      background: none; } }
  .page-Outline .s-outline01 h3 {
    font-size: 4rem;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline01 h3 {
        font-size: 2rem;
        line-height: 30px; } }
  .page-Outline .s-outline01 p {
    font-size: 1.8rem;
    line-height: 38px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline01 p {
        font-size: 1.2rem;
        line-height: 17px;
        margin-top: 30px; } }

.page-Outline .s-outline02 {
  padding: 102px 0 74px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .page-Outline .s-outline02 {
      padding: 28px 25px 30px; } }
  .page-Outline .s-outline02 h3 {
    text-align: center;
    font-size: 4rem;
    font-weight: normal;
    margin-bottom: 73px; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline02 h3 {
        font-size: 2rem;
        margin-bottom: 20px; } }
  .page-Outline .s-outline02 table {
    width: 770px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline02 table {
        width: 100%; } }
    .page-Outline .s-outline02 table tr {
      border-bottom: 1px solid #707070; }
    .page-Outline .s-outline02 table th {
      width: 160px;
      padding: 22px 0;
      text-align: right;
      font-weight: bold;
      color: #58606D;
      font-size: 2.1rem;
      vertical-align: top;
      line-height: 35px; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline02 table th {
          width: 80px;
          padding: 15px 0;
          font-size: 1.2rem;
          line-height: 19px; } }
    .page-Outline .s-outline02 table td {
      padding: 22px 0px 22px 50px;
      line-height: 35px;
      font-size: 2.1rem; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline02 table td {
          padding: 15px 0 15px 28px;
          font-size: 1.2rem;
          line-height: 19px; } }

.page-Outline .s-outline03 {
  margin-top: 88px;
  padding-bottom: 65px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .page-Outline .s-outline03 {
      margin-top: 25px;
      padding: 0 25px 25px; } }
  .page-Outline .s-outline03:before {
    content: "";
    width: 96px;
    height: 1px;
    background: #707070;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -48px; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline03:before {
        width: 48px;
        margin-left: -24px; } }
  .page-Outline .s-outline03 div {
    width: 450px;
    float: left;
    margin-right: 29px; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline03 div {
        width: 100%;
        float: none;
        margin-right: 0; } }
    .page-Outline .s-outline03 div:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline03 div:last-child {
          margin-top: 28px; } }
    .page-Outline .s-outline03 div h3 {
      font-size: 2.1rem;
      margin-bottom: 21px;
      color: #58606D; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline03 div h3 {
          font-size: 1.2rem;
          margin-bottom: 9px; } }
    .page-Outline .s-outline03 div p {
      margin-top: 22px;
      font-size: 1.6rem;
      line-height: 24px;
      color: #58606D; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline03 div p {
          margin-top: 0;
          margin-bottom: 12px;
          line-height: 16px;
          font-size: 1.2rem; }
          .page-Outline .s-outline03 div p a {
            text-decoration: none;
            color: #58606D; } }
    .page-Outline .s-outline03 div img {
      width: 100%; }

.page-Outline .s-outline04 {
  margin-top: 87px;
  padding: 0 25px; }
  @media screen and (max-width: 767px) {
    .page-Outline .s-outline04 {
      margin-top: 35px; } }
  .page-Outline .s-outline04 li {
    width: 450px;
    float: left;
    margin-right: 29px;
    margin-bottom: 43px; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline04 li {
        width: calc(50% - 9px);
        margin-right: 18px;
        margin-bottom: 11px; } }
    .page-Outline .s-outline04 li:nth-child(2n) {
      margin-right: 0; }
    .page-Outline .s-outline04 li p {
      font-size: 1.6rem;
      color: #58606D;
      margin-top: 8px; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline04 li p {
          font-size: 1.2rem;
          margin-top: 3px; } }

.page-Outline .s-outline05 {
  margin-top: 51px; }
  @media screen and (max-width: 767px) {
    .page-Outline .s-outline05 {
      margin-top: 36px;
      padding: 0 25px; } }
  .page-Outline .s-outline05 h3 {
    text-align: center;
    font-size: 4rem;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline05 h3 {
        font-size: 2rem; } }
  .page-Outline .s-outline05 .inner {
    width: 670px;
    margin: 52px auto 0;
    border: 1px solid #707070;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline05 .inner {
        width: 100%;
        margin: 14px auto 0; } }
    .page-Outline .s-outline05 .inner p {
      width: 335px;
      text-align: center;
      font-size: 2rem;
      line-height: 41px; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline05 .inner p {
          width: 50%;
          font-size: 1rem;
          line-height: 21px; } }
    .page-Outline .s-outline05 .inner .black {
      background: #707070;
      color: #fff; }
    .page-Outline .s-outline05 .inner .while {
      background: #fff;
      color: #707070; }
  .page-Outline .s-outline05 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 78px; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline05 ul {
        margin-top: 25px;
        display: block; } }
    .page-Outline .s-outline05 ul li {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline05 ul li {
          text-align: left;
          display: table;
          width: 100%;
          margin-bottom: 36.5px; }
          .page-Outline .s-outline05 ul li figure {
            width: 75px;
            display: table-cell;
            vertical-align: middle; }
            .page-Outline .s-outline05 ul li figure img {
              width: 100%; }
          .page-Outline .s-outline05 ul li div {
            display: table-cell;
            padding-left: 14px;
            vertical-align: middle; } }
    .page-Outline .s-outline05 ul h4 {
      font-size: 1.8rem;
      font-weight: normal;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline05 ul h4 {
          font-size: 1.4rem;
          margin-top: 0;
          margin-bottom: 10px; } }
    .page-Outline .s-outline05 ul p {
      font-size: 1.4rem;
      line-height: 24px;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline05 ul p {
          font-size: 1.05rem;
          line-height: 16px;
          margin-top: 0; } }

.page-Outline .s-map {
  margin-top: 99px;
  height: 719px; }
  .page-Outline .s-map iframe {
    height: 100%; }
  @media screen and (max-width: 767px) {
    .page-Outline .s-map {
      margin-top: 13.5px;
      height: 359px; } }

.page-Outline .s-outline06 {
  margin-top: 66px; }
  @media screen and (max-width: 767px) {
    .page-Outline .s-outline06 {
      margin-top: 28px;
      padding: 0 25px; } }
  .page-Outline .s-outline06 h3 {
    font-size: 4rem;
    font-weight: normal;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline06 h3 {
        font-size: 2rem; } }
  .page-Outline .s-outline06 table {
    width: 820px;
    margin: 50px auto 0;
    color: #58606D; }
    @media screen and (max-width: 767px) {
      .page-Outline .s-outline06 table {
        width: 100%;
        margin: 14px auto 0; } }
    .page-Outline .s-outline06 table tr {
      border-bottom: 1px solid #707070; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline06 table tr {
          display: block; } }
    .page-Outline .s-outline06 table th {
      width: 337px;
      font-size: 2.1rem;
      font-weight: bold;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline06 table th {
          display: block;
          width: 100%;
          font-size: 1.05rem;
          margin-bottom: 10px;
          padding-top: 11px; } }
    .page-Outline .s-outline06 table td {
      font-size: 2.1rem;
      line-height: 51px;
      padding: 16px 0; }
      @media screen and (max-width: 767px) {
        .page-Outline .s-outline06 table td {
          font-size: 1.05rem;
          line-height: 25px;
          padding: 0 0 10px; } }

/*------------------------------------------------------------
	Outline page
------------------------------------------------------------*/
.page-contact .main-visual-content {
  background: url(../img/contact/bg_main.png) no-repeat center center;
  background-size: cover; }
  .page-contact .main-visual-content h2 {
    color: #000;
    padding-top: 153px; }
    @media screen and (max-width: 767px) {
      .page-contact .main-visual-content h2 {
        padding-top: 76px; } }
  .page-contact .main-visual-content p {
    color: #000; }

.page-contact .content-contact {
  margin-top: 98px;
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .page-contact .content-contact {
      margin-top: 49px;
      margin-bottom: 53px; } }

.page-contact .list-contact {
  text-align: center; }
  .page-contact .list-contact li {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    padding: 0 5px;
    opacity: 0.5;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .page-contact .list-contact li {
        margin: 0 5px;
        padding: 0 2px;
        font-size: 0.8rem; } }
    .page-contact .list-contact li.active {
      opacity: 1;
      border-bottom: 1px solid #4A4A4A; }

.page-contact .s-contact01 {
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .page-contact .s-contact01 {
      margin-top: 48px;
      padding: 0 15px; } }
  .page-contact .s-contact01 h3 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .page-contact .s-contact01 h3 {
        font-size: 1.6rem; } }
  .page-contact .s-contact01 .txt {
    max-width: 650px;
    margin: 36.5px auto 0;
    line-height: 24px;
    padding-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .page-contact .s-contact01 .txt {
        margin: 24px auto 0;
        line-height: 16px;
        padding-bottom: 17px; } }
  .page-contact .s-contact01 .box {
    max-width: 770px;
    padding: 25px 63px 25px 80px;
    background: #fff;
    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;
    margin: 60px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .page-contact .s-contact01 .box {
        padding: 20px;
        display: block;
        text-align: center;
        margin: 25px auto 0; } }
    .page-contact .s-contact01 .box .time {
      font-size: 1.8rem;
      font-weight: bold; }
      .page-contact .s-contact01 .box .time span {
        display: block;
        font-size: 1.4rem;
        font-weight: normal; }
    .page-contact .s-contact01 .box .tel {
      font-size: 4.5rem; }
      @media screen and (max-width: 767px) {
        .page-contact .s-contact01 .box .tel {
          font-size: 2.5rem;
          margin-top: 5px; }
          .page-contact .s-contact01 .box .tel a {
            color: #414141;
            text-decoration: none; } }
      .page-contact .s-contact01 .box .tel span {
        font-size: 2.4rem;
        margin-right: 24px; }
        @media screen and (max-width: 767px) {
          .page-contact .s-contact01 .box .tel span {
            font-size: 1.6rem;
            margin-right: 5px; } }

.page-contact .s-contact02 {
  margin-top: 149.5px; }
  @media screen and (max-width: 767px) {
    .page-contact .s-contact02 {
      margin-top: 35px;
      padding: 0 15px; } }
  .page-contact .s-contact02 h3 {
    font-size: 2.6rem;
    text-align: center;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .page-contact .s-contact02 h3 {
        font-size: 1.6rem; } }
  .page-contact .s-contact02 .form-contact {
    border-top: 1px solid #B4B4B4;
    max-width: 830px;
    margin: 19.5px auto 0;
    padding: 45px 0 0; }
    @media screen and (max-width: 767px) {
      .page-contact .s-contact02 .form-contact {
        padding-top: 15px;
        margin: 24px auto 0;
        padding: 26px 0 0; } }
    .page-contact .s-contact02 .form-contact table {
      width: 100%; }
    .page-contact .s-contact02 .form-contact tr {
      padding-bottom: 32px;
      display: block; }
      @media screen and (max-width: 767px) {
        .page-contact .s-contact02 .form-contact tr {
          padding-bottom: 25px; } }
    .page-contact .s-contact02 .form-contact th {
      width: 258px;
      font-size: 1.6rem;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: normal;
      padding: 7.5px 0 9.5px 38px;
      line-height: 24px;
      position: relative;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .page-contact .s-contact02 .form-contact th {
          width: 100%;
          display: block;
          font-size: 1.05rem;
          padding: 0 0 10px 0;
          line-height: 13px; } }
    .page-contact .s-contact02 .form-contact .hissu {
      position: absolute;
      right: 0;
      top: 10px;
      background: #DD0000;
      color: #fff;
      width: 44px;
      font-size: 1rem;
      line-height: 18px;
      text-align: center;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .page-contact .s-contact02 .form-contact .hissu {
          position: inherit;
          right: auto;
          top: auto;
          width: 25px;
          height: 10.5px;
          line-height: 10.5px;
          font-size: 0.7rem;
          display: inline-block;
          margin-left: 6px; } }
    .page-contact .s-contact02 .form-contact td {
      padding-left: 30px;
      font-size: 1.6rem;
      line-height: 28px; }
      @media screen and (max-width: 767px) {
        .page-contact .s-contact02 .form-contact td {
          width: 100%;
          display: block;
          padding-left: 0;
          font-size: 1.05rem;
          line-height: 14px; } }
      .page-contact .s-contact02 .form-contact td .ime_on {
        font-size: 1.6rem;
        padding: 8.5px 12px;
        border: 1px solid #4A4A4A;
        width: 470px;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .page-contact .s-contact02 .form-contact td .ime_on {
            width: 100%;
            font-size: 1.05rem;
            padding: 6px 8px; } }
        .page-contact .s-contact02 .form-contact td .ime_on.ime_on01 {
          width: 254px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .page-contact .s-contact02 .form-contact td .ime_on.ime_on01 {
              width: 290px; } }
      .page-contact .s-contact02 .form-contact td .txt {
        margin-top: 18.5px;
        font-size: 1.4rem;
        margin-bottom: 4.5px; }
        @media screen and (max-width: 767px) {
          .page-contact .s-contact02 .form-contact td .txt {
            margin-top: 10px;
            font-size: 0.9rem; } }
    .page-contact .s-contact02 .form-contact .list-checkbox {
      font-size: 1.6rem;
      line-height: 24px;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 767px) {
        .page-contact .s-contact02 .form-contact .list-checkbox {
          font-size: 1.05rem;
          line-height: 13px; } }
      .page-contact .s-contact02 .form-contact .list-checkbox li {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .page-contact .s-contact02 .form-contact .list-checkbox li {
            margin-bottom: 17px; } }
        .page-contact .s-contact02 .form-contact .list-checkbox li:last-child {
          margin-bottom: 0; }
        .page-contact .s-contact02 .form-contact .list-checkbox li .check-hisu {
          height: 20px;
          width: 20px;
          border-radius: 0;
          background: #fff;
          position: relative;
          top: 0px;
          float: left;
          margin-right: 8px; }
          @media screen and (max-width: 767px) {
            .page-contact .s-contact02 .form-contact .list-checkbox li .check-hisu {
              height: 10px;
              width: 10px;
              top: -2px;
              margin-right: 3px; } }
    .page-contact .s-contact02 .form-contact .txt_area {
      width: 470px;
      height: 369px;
      padding: 20px 15px;
      border: 1px solid #4A4A4A;
      font-size: 1.6rem;
      line-height: 28px;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .page-contact .s-contact02 .form-contact .txt_area {
          width: 100%;
          height: 184px;
          padding: 10px;
          font-size: 1.05rem;
          line-height: 14px; } }
  .page-contact .s-contact02 .contact_step_jump {
    margin-top: 68px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page-contact .s-contact02 .contact_step_jump {
        margin-top: 25px; } }
    .page-contact .s-contact02 .contact_step_jump .bnt {
      width: 320px;
      height: 60px;
      border-radius: 5px;
      background: #FFFFFF;
      font-size: 1.6rem;
      color: #58606D;
      font-weight: bold;
      border: none;
      cursor: pointer;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        .page-contact .s-contact02 .contact_step_jump .bnt:hover {
          background: #58606D;
          color: #fff; } }
      @media screen and (max-width: 767px) {
        .page-contact .s-contact02 .contact_step_jump .bnt {
          width: 160px;
          height: 30px;
          font-size: 0.8rem; } }

.page-contact .contact_confirmation {
  margin-top: 75.5px; }
  @media screen and (max-width: 767px) {
    .page-contact .contact_confirmation {
      margin-top: 48px; } }
  .page-contact .contact_confirmation .form-contact {
    margin-top: 71.5px; }
    @media screen and (max-width: 767px) {
      .page-contact .contact_confirmation .form-contact {
        margin-top: 27px; } }
    @media screen and (max-width: 767px) {
      .page-contact .contact_confirmation .form-contact tr {
        padding-bottom: 34px; } }
  .page-contact .contact_confirmation .contact_step_jump {
    margin-top: 54; }
    @media screen and (max-width: 767px) {
      .page-contact .contact_confirmation .contact_step_jump {
        margin-top: 0; } }

.page-contact .contact_complete {
  margin-top: 69.5px; }
  @media screen and (max-width: 767px) {
    .page-contact .contact_complete {
      margin-top: 49px; } }
  .page-contact .contact_complete .form-contact {
    border-top: none;
    margin: auto;
    padding: 0; }
  .page-contact .contact_complete .inner {
    text-align: center;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 40px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 36.5px;
    margin-bottom: 41px; }
    @media screen and (max-width: 767px) {
      .page-contact .contact_complete .inner {
        margin-top: 16px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        font-size: 0.9rem;
        line-height: 16px; } }
  .page-contact .contact_complete .contact_step_jump {
    margin-top: 0px; }
