.topPage {
  overflow: hidden; }
  .topPage .secTtl {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .topPage .secTtl {
        margin-bottom: 30px; } }
    .topPage .secTtl span {
      font-size: 2.6rem;
      position: relative;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      left: .5rem;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .topPage .secTtl span {
          font-size: 2.2rem; } }
      .topPage .secTtl span::before {
        content: "";
        display: block;
        position: absolute;
        margin-left: -.5rem;
        bottom: -3.2rem;
        width: .2rem;
        height: 4.6rem;
        background-color: #d2d2d299; }
        @media screen and (max-width: 768px) {
          .topPage .secTtl span::before {
            height: 3rem;
            bottom: -1.5rem; } }
      .topPage .secTtl span::after {
        content: "";
        display: block;
        position: relative;
        left: -.5rem;
        width: calc(100% + 6rem);
        height: 2rem;
        border-width: 0 .2rem .2rem;
        border-color: #d2d2d299;
        border-style: solid;
        height: 2.7rem; }
        @media screen and (max-width: 768px) {
          .topPage .secTtl span::after {
            height: 2rem; } }
  .topPage .mv {
    margin-top: 95px;
    height: calc(100vh - 95px);
    position: relative; }
    @media screen and (max-width: 768px) {
      .topPage .mv {
        height: auto;
        margin-top: 25px; } }
    .topPage .mv .copy {
      position: absolute;
      top: 50%;
      left: 8%;
      width: 90%;
      transform: translateY(-50%);
      font-size: 3.6rem;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        .topPage .mv .copy {
          font-size: 2.0rem;
          left: 20px;
          line-height: 1.8;
          text-shadow: #fff 1px 0 10px;
          width: calc(100% - 20px); } }
      .topPage .mv .copy span {
        color: #008a4b; }
    .topPage .mv .img {
      width: 80%;
      height: 100%;
      border-top-left-radius: 35px;
      border-bottom-left-radius: 35px;
      background: url("../cmn_img/top/mv.jpg") no-repeat center center/cover;
      margin: 0 0 0 auto;
      overflow: hidden;
      position: relativee; }
      @media screen and (max-width: 768px) {
        .topPage .mv .img {
          width: 80%;
          padding-top: 60%;
          height: auto; } }
      .topPage .mv .img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 85%;
        height: 100%;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.7)); }
  .topPage .sec01 {
    font-size: 0; }
    .topPage .sec01 .boxL {
      width: 340px;
      text-align: center;
      margin-right: 100px;
      display: inline-block;
      vertical-align: bottom; }
      .topPage .sec01 .boxL .ttl {
        font-size: 2.8rem;
        padding-top: 80px;
        margin-bottom: 20px;
        background: url("../cmn_img/top/sec01_item01.png") no-repeat center top/75px 75px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .boxL .ttl {
            font-size: 2.0rem;
            padding-top: 60px;
            background-size: 55px 55px;
            margin-bottom: 10px; } }
    .topPage .sec01 .boxR {
      width: calc(100% - 440px);
      display: inline-block;
      vertical-align: bottom; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxR {
          width: 100%; } }
      .topPage .sec01 .boxR .tx {
        font-size: 1.6rem;
        line-height: 2.4; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .boxR .tx {
            font-size: 1.3rem;
            line-height: 2;
            margin-bottom: 25px; } }
  .topPage .sec02 .featureList > li {
    font-size: 0;
    margin-bottom: 65px; }
    .topPage .sec02 .featureList > li .txBox {
      width: 60%;
      margin-right: 5%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .featureList > li .txBox {
          width: 100%;
          margin: 0 0 25px; } }
      .topPage .sec02 .featureList > li .txBox .copyWrap {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #1aadba; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li .txBox .copyWrap {
            margin-bottom: 12px;
            padding-bottom: 14px; } }
        .topPage .sec02 .featureList > li .txBox .copyWrap .num {
          display: inline-block;
          vertical-align: middle;
          width: 75px;
          text-align: center;
          background: url("../cmn_img/top/sec02_item01.png") no-repeat center center/cover;
          padding: 19px 0 15px 0;
          color: #fff;
          font-size: 2.2rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          line-height: 1.25;
          overflow: hidden;
          border-radius: 5px;
          margin-right: 30px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li .txBox .copyWrap .num {
              font-size: 1.8rem;
              width: 60px;
              margin-right: 20px;
              padding: 14px 0 11px; } }
          .topPage .sec02 .featureList > li .txBox .copyWrap .num span {
            display: block;
            font-size: 1.1rem; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .featureList > li .txBox .copyWrap .num span {
                font-size: 1.0rem; } }
        .topPage .sec02 .featureList > li .txBox .copyWrap .copy {
          font-size: 2.2rem;
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 105px);
          line-height: 1.7; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .featureList > li .txBox .copyWrap .copy {
              font-size: 1.6rem;
              width: calc(100% - 80px); } }
      .topPage .sec02 .featureList > li .txBox .tx {
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .featureList > li .txBox .tx {
            font-size: 1.3rem; } }
    .topPage .sec02 .featureList > li .imgBox {
      width: 35%;
      display: inline-block;
      vertical-align: middle;
      border-radius: 5px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .featureList > li .imgBox {
          width: 100%; } }
    .topPage .sec02 .featureList > li.last {
      margin-bottom: 0 !important; }
  .topPage .sec03 .serviceList > li {
    background: #edf9f9;
    border-radius: 5px;
    text-align: center;
    padding: 80px 20px;
    transition: all .5s ease-in-out; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .serviceList > li {
        padding: 32px 5px 35px; } }
    .topPage .sec03 .serviceList > li .ttl {
      display: table;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .serviceList > li .ttl {
          margin-bottom: 8px; } }
      .topPage .sec03 .serviceList > li .ttl span {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        font-size: 2.0rem;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .serviceList > li .ttl span {
            font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .serviceList > li .btnStyle_01 a {
        width: 85%; } }
    .topPage .sec03 .serviceList > li:hover {
      background: #dcf3f3;
      transform: scale(1.01); }
  .topPage .sec04 .accessList > li {
    padding: 35px 30px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 5px; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .accessList > li {
        padding: 25px 20px; } }
    .topPage .sec04 .accessList > li .tx {
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .accessList > li .tx {
          font-size: 1.3rem; } }

.facilitiesPage .sec03 .imgList {
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .facilitiesPage .sec03 .imgList > li {
      margin-bottom: 10px !important; } }

.servicePage .flowList {
  margin-top: 30px; }
  .servicePage .flowList > li {
    font-size: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .servicePage .flowList > li {
        margin-bottom: 25px; } }
    .servicePage .flowList > li::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -26px;
      transform: translateX(-50%);
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 75px 0px 75px;
      border-color: #eee transparent transparent transparent; }
      @media screen and (max-width: 768px) {
        .servicePage .flowList > li::before {
          border-width: 16px 55px 0px 55px;
          bottom: -17px; } }
    .servicePage .flowList > li .boxL {
      width: 100px;
      background: #1aadba;
      text-align: center;
      color: #fff;
      display: inline-block;
      vertical-align: top;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      @media screen and (max-width: 768px) {
        .servicePage .flowList > li .boxL {
          width: 55px; } }
      .servicePage .flowList > li .boxL > div {
        display: table;
        width: 100%;
        height: 100%; }
        .servicePage .flowList > li .boxL > div > p {
          display: table-cell;
          vertical-align: middle;
          font-size: 2.2rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          line-height: 1.25; }
          @media screen and (max-width: 768px) {
            .servicePage .flowList > li .boxL > div > p {
              font-size: 1.7rem; } }
          .servicePage .flowList > li .boxL > div > p span {
            display: block;
            font-size: 1.2rem; }
            @media screen and (max-width: 768px) {
              .servicePage .flowList > li .boxL > div > p span {
                font-size: 1.0rem; } }
    .servicePage .flowList > li .boxR {
      padding: 30px 40px;
      font-size: 1.4rem;
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 100px); }
      @media screen and (max-width: 768px) {
        .servicePage .flowList > li .boxR {
          width: calc(100% - 55px);
          padding: 20px;
          font-size: 1.2rem; } }
      .servicePage .flowList > li .boxR .ttl {
        font-size: 1.8rem;
        color: #1aadba; }
        @media screen and (max-width: 768px) {
          .servicePage .flowList > li .boxR .ttl {
            font-size: 1.6rem; } }
      .servicePage .flowList > li .boxR .telTx a {
        padding-left: 20px;
        background: url("../cmn_img/icon_tel.png") no-repeat center left/15px 21px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 2.2rem;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .servicePage .flowList > li .boxR .telTx a {
            font-size: 1.9rem;
            background-size: 12px 16px;
            padding-left: 16px; } }
      .servicePage .flowList > li .boxR .telTx span {
        display: inline-block;
        margin-left: 10px;
        font-size: 1.2rem; }
        @media screen and (max-width: 768px) {
          .servicePage .flowList > li .boxR .telTx span {
            display: block;
            font-size: 1.0rem; } }
    .servicePage .flowList > li.last {
      margin-bottom: 0 !important; }
      .servicePage .flowList > li.last::before {
        content: none; }
@media screen and (max-width: 768px) {
  .servicePage .linkList > li {
    margin-bottom: 10px; } }
.servicePage .linkList > li a {
  display: block;
  padding: 15px 20px;
  font-size: 1.5rem;
  border-radius: 3px;
  background: #f7f7f7 url("../cmn_img/icon_pdf.png") no-repeat center right 20px/16px 18px; }
  @media screen and (max-width: 768px) {
    .servicePage .linkList > li a {
      font-size: 1.3rem;
      background-size: 13px 15px;
      padding: 12px 20px; } }
  .servicePage .linkList > li a:hover {
    background-color: #282828;
    color: #fff; }
.servicePage .linkList > li.linkNone a {
  cursor: default;
  background: #ddd !important;
  color: #282828 !important; }
.servicePage .contactBox {
  background: #edf9f9;
  padding: 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .servicePage .contactBox {
      padding: 25px 10px; } }
  .servicePage .contactBox .ttl {
    font-size: 2.0rem;
    line-height: 1.7;
    margin-bottom: 2px; }
    @media screen and (max-width: 768px) {
      .servicePage .contactBox .ttl {
        font-size: 1.7rem; } }
  .servicePage .contactBox .ttl02 {
    margin-bottom: 6px; }
    .servicePage .contactBox .ttl02 span {
      color: #1aadba;
      border: 1px solid #1aadba;
      padding: 0 10px;
      background: #fff;
      border-radius: 5px;
      font-size: 1.5rem;
      display: inline-block;
      width: 130px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .servicePage .contactBox .ttl02 span {
          font-size: 1.4rem; } }
  .servicePage .contactBox .telTx {
    font-size: 2.0rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1aadba; }
    @media screen and (max-width: 768px) {
      .servicePage .contactBox .telTx {
        font-size: 1.5rem; } }
  .servicePage .contactBox .tx01 {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .servicePage .contactBox .tx01 {
        font-size: 1.4rem; } }
  .servicePage .contactBox .tx02 {
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .servicePage .contactBox .tx02 {
        font-size: 1.2rem; } }
