@charset "UTF-8";
/************************************************

    topPage

*************************************************/
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto; }
  .menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 880px;
    padding-top: 13px;
    list-style: none; }
    .menu > ul > li {
      margin-right: 35px; }
      .menu > ul > li > a {
        position: relative;
        text-decoration: none;
        display: block;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.05em; }
        .menu > ul > li > a:after {
          content: "\f123";
          font-family: "Ionicons";
          color: #0054A7;
          display: block;
          text-align: center;
          font-weight: bold; }
      .menu > ul > li > ul {
        display: none;
        width: 100%;
        background: #4C88C1;
        padding: 45px 0 100px;
        position: absolute;
        z-index: 99;
        left: 0;
        top: 96px;
        list-style: none;
        box-sizing: border-box; }
        .menu > ul > li > ul.normal-sub-company {
          padding-bottom: 1px; }
        .menu > ul > li > ul > div {
          display: flex;
          flex-wrap: wrap;
          width: 1000px;
          margin: 0 auto; }
          .menu > ul > li > ul > div > li {
            margin: 0 16px 0 0;
            padding-bottom: 0;
            list-style: none;
            width: 184px; }
            .menu > ul > li > ul > div > li span {
              display: block;
              width: 100%;
              height: 106px;
              margin-bottom: 25px;
              overflow: hidden; }
              .menu > ul > li > ul > div > li span img {
                display: block;
                width: 100%; }
            .menu > ul > li > ul > div > li p {
              margin-bottom: 15px;
              padding-bottom: 12px;
              font-size: 15px;
              line-height: 1;
              font-weight: bold;
              color: #fff;
              border-bottom: solid 1px #fff; }
            .menu > ul > li > ul > div > li > ul li {
              margin-bottom: 5px; }
              .menu > ul > li > ul > div > li > ul li a {
                display: block;
                font-size: 13px;
                line-height: 1.3;
                color: #fff; }
                .menu > ul > li > ul > div > li > ul li a small {
                  font-size: 11px; }
                .menu > ul > li > ul > div > li > ul li a::before {
                  content: '▶';
                  display: inline-block;
                  vertical-align: middle;
                  transform: scale(0.6); }
          .menu > ul > li > ul > div > a {
            width: 184px;
            margin: 0 16px 45px 0; }
            .menu > ul > li > ul > div > a img {
              display: block;
              width: 100%; }
            .menu > ul > li > ul > div > a p {
              margin-top: 25px;
              font-size: 15px;
              line-height: 1;
              color: #fff; }
  .menu .contact {
    width: 120px; }
    .menu .contact a {
      display: block;
      padding: 10px 0;
      color: #FFF;
      background: #0054A7;
      border: 1px solid #0054A7;
      text-align: center;
      text-decoration: none;
      transition: 0.3s ease-in-out; }
      .menu .contact a:hover {
        background-color: #FFF;
        border: 1px solid #0054A7;
        color: #0054A7; }
  .menu .input_serch {
    position: relative;
    width: 200px;
    margin: 0 0 0 15px; }
    .menu .input_serch input {
      width: 100%;
      height: 40px;
      font-size: 16px;
      box-sizing: border-box;
      margin: 0;
      padding: 12px 40px 12px 15px;
      border: solid 1px #0054a7;
      background: #fff;
      border-radius: 20px; }
    .menu .input_serch button {
      position: absolute;
      width: 35px;
      height: 40px;
      margin: 0;
      right: 0;
      top: 0;
      background: transparent;
      border: none; }
    .menu .input_serch img {
      position: absolute;
      width: 18px;
      height: 18px;
      left: 0;
      top: 11px; }

.topPage {
  /* news */
  /* service */
  /* pickUp */ }
  .topPage .mainvisual {
    position: relative;
    overflow: hidden; }
    .topPage .mainvisual .swiper-slide {
      overflow: hidden; }
      .topPage .mainvisual .swiper-slide a {
        display: block;
        height: 100%;
        overflow: hidden; }
        .topPage .mainvisual .swiper-slide a img {
          display: block;
          width: 100%; }
    .topPage .mainvisual .swiper-button-prev,
    .topPage .mainvisual .swiper-button-next {
      display: none; }
  .topPage .thumnail {
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin: 50px auto 0;
    padding: 0; }
    .topPage .thumnail .swiper-container {
      width: calc(100% - 80px);
      max-width: 1000px;
      margin: 0 auto; }
    .topPage .thumnail .swiper-slide a {
      display: block; }
      .topPage .thumnail .swiper-slide a img {
        display: block;
        width: 100%; }
    .topPage .thumnail .swiper-button-prev,
    .topPage .thumnail .swiper-button-next {
      background: none; }
      .topPage .thumnail .swiper-button-prev span,
      .topPage .thumnail .swiper-button-next span {
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../images/ico_arrow.svg);
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position: center center; }
      .topPage .thumnail .swiper-button-prev:focus,
      .topPage .thumnail .swiper-button-next:focus {
        outline-width: 0;
        outline-style: none; }
    .topPage .thumnail .swiper-button-prev span {
      transform: rotate(90deg); }
    .topPage .thumnail .swiper-button-next span {
      transform: rotate(-90deg); }
    .topPage .thumnail .swiper-pagination {
      display: none; }
  .topPage .newsSection {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 80px auto 80px; }
    .topPage .newsSection h2 {
      width: 170px;
      margin: 0;
      text-align: left; }
    .topPage .newsSection .inner {
      width: 830px;
      margin: 0;
      padding: 20px 0 0; }
    .topPage .newsSection .newsArea {
      border-top: 1px solid #aaa; }
      .topPage .newsSection .newsArea dl {
        border-bottom: 1px solid #aaa; }
        .topPage .newsSection .newsArea dl a {
          position: relative;
          display: block;
          padding: 15px 50px 15px 0; }
          .topPage .newsSection .newsArea dl a dt {
            margin-bottom: 3px;
            font-size: 14px;
            font-weight: bold; }
          .topPage .newsSection .newsArea dl a dd {
            font-size: 14px; }
          .topPage .newsSection .newsArea dl a::after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -6px;
            width: 12px;
            height: 12px;
            transform: rotate(-90deg);
            background-image: url(../images/ico_arrow.svg);
            background-repeat: no-repeat;
            background-size: contain; }
      .topPage .newsSection .newsArea .more {
        margin: 30px 0 0 0;
        text-align: right; }
        .topPage .newsSection .newsArea .more a {
          font-size: 16px;
          text-decoration: underline;
          color: #0054a7; }
          .topPage .newsSection .newsArea .more a:hover {
            text-decoration: none; }
  .topPage .service {
    padding-top: 80px;
    background-color: #ebecec; }
    .topPage .service .inner {
      width: 100%;
      max-width: 1026px;
      padding-top: 0; }
    .topPage .service h2 {
      color: #231815; }
    .topPage .service .intro {
      width: 98%;
      max-width: 1000px;
      margin: 0 auto;
      text-align: right; }
      .topPage .service .intro p {
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 2;
        text-align: center; }
      .topPage .service .intro .btn {
        display: inline-block;
        margin: 0 0 50px;
        font-size: 16px;
        padding: 10px 20px;
        border: 1px solid #0054A7;
        border-radius: 50px;
        text-decoration: none;
        color: #fff;
        background-color: #0054A7; }
    .topPage .service .service_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .topPage .service .service_list li {
        margin: 0 1.26% 20px;
        width: 30.8%;
        max-width: 316px;
        background-color: #ffffff; }
        .topPage .service .service_list li a {
          display: block; }
        .topPage .service .service_list li h3 {
          position: relative;
          margin: 0 auto;
          padding: 10px 0px 5px 0px;
          width: 90%;
          border-bottom: 1px solid #75aed1;
          font-weight: bold;
          font-size: 21px;
          color: #0054a7; }
          .topPage .service .service_list li h3:after {
            content: "";
            display: block;
            position: absolute;
            top: 20px;
            right: 0;
            width: 12px;
            height: 12px;
            transform: rotate(-90deg);
            background-image: url(../images/ico_arrow.svg);
            background-repeat: no-repeat;
            background-size: contain; }
        .topPage .service .service_list li p {
          padding: 10px 10px 30px 20px;
          line-height: 1.6;
          font-size: 16px;
          font-weight: normal;
          color: #000000; }
  .topPage .pickUp {
    padding: 80px 0 190px; }
    .topPage .pickUp .inner {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0; }
    .topPage .pickUp .swiper-container {
      width: calc(100% - 80px);
      max-width: 1000px;
      margin: 0 auto; }
    .topPage .pickUp .swiper-slide a {
      display: block; }
      .topPage .pickUp .swiper-slide a img {
        display: block;
        width: 100%; }
      .topPage .pickUp .swiper-slide a p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.4;
        color: #fff; }
    .topPage .pickUp .swiper-button-prev,
    .topPage .pickUp .swiper-button-next {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      line-height: 1;
      color: #fff;
      background: none; }
      .topPage .pickUp .swiper-button-prev:focus,
      .topPage .pickUp .swiper-button-next:focus {
        outline-width: 0;
        outline-style: none; }
    .topPage .pickUp .swiper-pagination {
      width: 100%;
      bottom: -80px; }
    .topPage .pickUp .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
      margin: 0 12px;
      border: solid 1px #fff;
      opacity: 1;
      background: none; }
    .topPage .pickUp .swiper-pagination-bullet-active {
      background: #fff; }

/* topPage */
@media screen and (max-width: 999px) {
  .h_100 .menu {
    display: block; }
  .menu {
    width: 100%; }
    .menu > ul {
      display: none;
      flex-direction: column;
      align-items: center;
      width: 100%;
      padding-bottom: 60px; }
      .menu > ul > li {
        width: 100%;
        margin: 0;
        border-top: 1px solid #0054A7; }
        .menu > ul > li:last-of-type {
          border-bottom: 1px solid #0054A7; }
        .menu > ul > li > a {
          padding: 20px;
          width: 100%;
          display: block;
          box-sizing: border-box;
          line-height: 1; }
          .menu > ul > li > a::after {
            display: none; }
        .menu > ul > li > ul {
          width: 100%;
          position: relative;
          padding: 0;
          margin: 0;
          top: 0;
          background: #fff; }
          .menu > ul > li > ul > div {
            display: block;
            width: 100%; }
            .menu > ul > li > ul > div > li {
              width: 100%; }
              .menu > ul > li > ul > div > li span {
                display: none; }
              .menu > ul > li > ul > div > li p {
                position: relative;
                margin-bottom: 0;
                padding: 20px;
                font-size: 14px;
                line-height: 1;
                font-weight: normal;
                color: #000;
                border-bottom: none;
                border-top: solid 1px #aaa;
                background: #e5e5e5; }
                .menu > ul > li > ul > div > li p::after {
                  position: absolute;
                  content: "\f489";
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 50px;
                  height: 54px;
                  right: 0;
                  top: 0;
                  font-family: "Ionicons";
                  font-size: 20px;
                  color: #333; }
              .menu > ul > li > ul > div > li > ul {
                display: none;
                background: #fff;
                padding: 10px 0; }
                .menu > ul > li > ul > div > li > ul li {
                  margin-bottom: 0; }
                  .menu > ul > li > ul > div > li > ul li a {
                    padding: 15px 20px;
                    font-size: 14px;
                    line-height: 1;
                    color: #000; }
                    .menu > ul > li > ul > div > li > ul li a small {
                      font-size: 14px; }
            .menu > ul > li > ul > div > a {
              display: block;
              width: 100%;
              margin: 0;
              box-sizing: border-box;
              padding: 15px 20px; }
              .menu > ul > li > ul > div > a:first-child {
                padding-top: 25px; }
              .menu > ul > li > ul > div > a:last-child {
                padding-bottom: 25px; }
              .menu > ul > li > ul > div > a img {
                display: none; }
              .menu > ul > li > ul > div > a p {
                margin-top: 0;
                font-size: 14px;
                line-height: 1;
                color: #000; }
                .menu > ul > li > ul > div > a p::before {
                  content: '▶';
                  display: inline-block;
                  vertical-align: middle;
                  transform: scale(0.6); }
    .menu .show-on-mobile {
      display: flex; }
    .menu .contact {
      order: 7;
      width: 90%;
      margin: 20px auto 0; }
      .menu .contact a {
        display: block;
        padding: 10px 0;
        color: #FFF;
        background: #0054A7;
        border: 1px solid #0054A7;
        text-align: center;
        text-decoration: none;
        transition: 0.3s ease-in-out; }
        .menu .contact a:hover {
          background-color: #FFF;
          border: 1px solid #0054A7;
          color: #0054A7; }
    .menu .input_serch {
      order: 6;
      width: 90%;
      margin: 40px 0 auto; }
      .menu .input_serch input {
        width: 100%;
        height: 40px;
        font-size: 16px;
        box-sizing: border-box;
        margin: 0;
        padding: 12px 40px 12px 15px;
        border: solid 1px #0054a7;
        background: #fff;
        border-radius: 20px; }
      .menu .input_serch button {
        position: absolute;
        width: 35px;
        height: 40px;
        margin: 0;
        right: 0;
        top: 0;
        background: transparent;
        border: none; }
      .menu .input_serch img {
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        top: 11px; }
  .menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0 15px;
    float: right;
    color: #0054A7;
    border: 2px solid #0054A7;
    border-radius: 10px;
    position: absolute;
    /*top: 24px;*/
    top: 34px;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    right: 10px; }
  .menu-dropdown-icon {
    position: relative; }
  .menu-dropdown-icon:before {
    position: absolute;
    content: "\f489";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 54px;
    right: 0;
    top: 0;
    font-family: "Ionicons";
    font-size: 20px;
    background: #f0f0f0;
    color: #333; }
  .topPage {
    /* news */ }
    .topPage .newsSection {
      display: block;
      width: 90%; }
      .topPage .newsSection h2 {
        width: 100%;
        margin: 0 0 45px;
        text-align: center; }
      .topPage .newsSection .inner {
        width: 100%;
        margin: 0;
        padding: 0; }
    .topPage .service .intro {
      text-align: center; }
    .topPage .service .service_list {
      width: 98%;
      margin: 0 auto; }
      .topPage .service .service_list li {
        width: 48%;
        margin: 0 1% 20px; } }

@media screen and (max-width: 639px) {
  .topPage .mainvisual {
    display: none; }
  .topPage .thumnail {
    margin: 0; }
    .topPage .thumnail .swiper-container {
      width: 100%; }
    .topPage .thumnail .swiper-pagination {
      display: block;
      width: 100%;
      margin-top: 10px; }
    .topPage .thumnail .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 5px; }
  .topPage .service .intro p {
    width: 90%;
    margin: 0 auto 50px;
    text-align: left; }
    .topPage .service .intro p br {
      display: none; }
  .topPage .service .intro .btn {
    font-size: 14px; }
  .topPage .service .service_list {
    width: 98%;
    margin: 0 auto; }
    .topPage .service .service_list li {
      width: 48%;
      margin: 0 1% 20px; }
      .topPage .service .service_list li h3 {
        font-size: 16px; }
        .topPage .service .service_list li h3:after {
          top: 15px; }
      .topPage .service .service_list li p {
        margin: 0;
        padding: 5%;
        font-size: 14px; }
        .topPage .service .service_list li p br {
          display: none; } }

/*# sourceMappingURL=style.css.map */