@charset "UTF-8";
/**
*  reset
*/
* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  background-color: #fff;
  font-size: 62.5%; }

ul, ol {
  list-style: none; }

img {
  vertical-align: bottom; }

/**
*  base
*/
body {
  color: #333;
  line-height: 1.5;
  width: 100%; }

body,
button {
  font-family: "CI", Meiryo, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, "lr oSVbN", sans-serif; }

a {
  color: #193481;
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  text-decoration: underline; }

.inner {
  position: relative;
  width: auto;
  margin: 0 auto;
  *zoom: 1; }

.inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

body > img:last-child {
  position: absolute; }

a.icon img {
  vertical-align: middle; }

.link-hidden-text {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.br {
  display: block; }
.pc-none {
	display: none; }
.sp-none {
	display: block; }
	@media only screen and (max-width: 768px) {
    .pc-none {
      display: block; }
		.sp-none {
			display: none; } }
  @media only screen and (max-width: 540px) {
    .br--onlySp {
      display: block; }
    .br--onlyPc, .br--onlySmallPc, .br--onlyTab {
      display: none; } }
  @media only screen and (min-width: 541px) {
    .br--onlyPc {
      display: block; }
    .br--onlySmallPc, .br--onlyTab, .br--onlySp {
      display: none; } }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .br--onlyTab {
      display: block; }
    .br--onlyPc, .br--onlySmallPc, .br--onlySp {
      display: none; } }
  @media only screen and (min-width: 769px) and (max-width: 1180px) {
    .br--onlySmallPc {
      display: block; }
    .br--onlyPc, .br--onlyTab, .br--onlySp {
      display: none; } }
  .br:before, .br:after, .br--onlyPc::before, .br--onlyPc::after, .br--onlyTab::before, .br--onlyTab::after, .br--onlySp::before, .br--onlySp::after {
    display: none !important; }
  .br--Pc_none{ display: none;}
  @media only screen and (max-width: 768px) {
    .br--Pc_none{ display: inline-block;}
  }

/*---------------------------------

ヘッダー 調整

---------------------------------*/
.header-2019 .ui .lang a {
  font-size: 1.28rem; }
.header-2019 .ui .search .key {
  font-size: 1.28rem; }

/*---------------------------------

グローバルナビ 調整

---------------------------------*/
.global-navigation2019 .nav li {
  font-size: 1.6rem;
  line-height: 1.6rem; }
.global-navigation2019 li {
  font-size: 1.6rem !important;
  line-height: 1.6rem !important; }
.global-navigation2019 .nav__content {
  padding-top: 20px; }

.global-navigation2019-sp .nav .primary-title .title-link {
  font-size: 1.28rem;
  line-height: 1.6rem; }
.global-navigation2019-sp .nav__content li {
  font-size: 1.28rem;
  line-height: 1.92rem; }
@media only screen and (max-width: 540px) {
  .global-navigation2019-sp {
    margin-bottom: 0; } }

/*---------------------------------

フッター 調整

---------------------------------*/
.footer-navigation .title {
  font-size: 1.5rem; }

.footer-2019 .nav__list li a {
  font-size: 1.28rem; }

/*---------------------------------

スマホメニュー 調整

---------------------------------*/
@media only screen and (max-width: 540px) {
  .sp-menu ul.level1 {
    padding-top: 15px; } }
@media only screen and (min-width: 541px) and (max-width: 768px) {
  .sp-menu ul.level1 {
    padding-top: 15px; } }

.top-body {
  opacity: 0;
  overflow-x: hidden; }

/*---------------------------------

carousel

---------------------------------*/
.top_mainvisual {
  position: relative;
  max-width: 1500px;
  max-height: 781px;
  margin: 0 auto 0;
  /* news box */ }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .top_mainvisual {
      margin: -11px auto 0; } }
  @media only screen and (max-width: 540px) {
    .top_mainvisual {
      margin: -19px auto 0; } }
  .top_mainvisual .js-animeSlide {
    position: relative;
    /* 背景色 */
    background-color: #fff; }
    .top_mainvisual .js-animeSlide img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0; }
    .top_mainvisual .js-animeSlide .mainvisual-text {
      opacity: 0;
      position: relative;
      /* 変化する速度 */
      -webkit-transition: opacity 1.5s;
      transition: opacity 1.5s; }
      .top_mainvisual .js-animeSlide .mainvisual-text.jsShow {
        opacity: 1; }
    .top_mainvisual .js-animeSlide .mainvisual-logo {
      /* 変化する速度 */
      -webkit-transition: opacity .8s;
      transition: opacity .8s; }
      .top_mainvisual .js-animeSlide .mainvisual-logo.jsShow {
        opacity: 1; }
    .top_mainvisual .js-animeSlide .mainvisual-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* PC用　背景に引く画像 */
      background: url("/images/top/mainvisual_bg-pc.png") center no-repeat;
      background-size: contain;
      display: none; }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top_mainvisual .js-animeSlide .mainvisual-bg {
          /* タブレット用　背景に引く画像 */
          background: url("/images/top/mainvisual_bg-tb.png") center no-repeat;
          background-size: contain; } }
      @media only screen and (max-width: 540px) {
        .top_mainvisual .js-animeSlide .mainvisual-bg {
          /* スマートフォン用　背景に引く画像 */
          background: url("/images/top/mainvisual_bg-sp.png") center no-repeat;
          background-size: contain; } }
  .top_mainvisual .sliderContent li .js-slide_img {
    width: 100%; }
  .top_mainvisual .bx-has-controls-auto {
    height: 0; }
  /*---------------------------------
  	動画のスタイル
  ---------------------------------*/
  .top_mainvisual .video-control {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100px;
    height: 32px;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px; }
    @media only screen and (min-width: 541px) {
      .top_mainvisual .video-control {
        left: calc((1500px - 1080px - 100px) /2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 1181px) and (max-width: 1500px) {
      .top_mainvisual .video-control {
        left: calc((100% - 1080px - 100px) /2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .top_mainvisual .video-control {
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .top_mainvisual .video-control {
        display: none; } }
    @media only screen and (max-width: 540px) {
      .top_mainvisual .video-control {
        display: none; } }
    .top_mainvisual .video-control span {
      font-size: 1.2rem;
      font-weight: bold; }
    .top_mainvisual .video-control img {
      width: 14px;
      height: auto; }
  .top_mainvisual .mainvisual-box {
    position: relative; }
  .top_mainvisual .video-box {
    width: 100%;
    max-height: 781px;
    background-color: #000; }
    .top_mainvisual .video-box .slide_video {
      position: relative; }
    .top_mainvisual .video-box .video-pc {
      position: absolute;
      width: auto;
      height: 100%;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .top_mainvisual .video-box .video-sptab {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    @media only screen and (min-width: 541px) {
      .top_mainvisual .video-box .slide_video {
        display: block;
        padding-top: 52.0666666667%;
        overflow: hidden; }
      .top_mainvisual .video-box .video-pc {
        visibility: visible;
        opacity: 1;
        z-index: 10; }
      .top_mainvisual .video-box .video-sptab {
        visibility: hidden;
        opacity: 0;
        z-index: 0; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .top_mainvisual .video-box .slide_video {
        display: block;
        padding-top: 62.109375%;
        overflow: hidden; }
      .top_mainvisual .video-box .video-pc {
        visibility: hidden;
        opacity: 0;
        z-index: 0; }
      .top_mainvisual .video-box .video-sptab {
        visibility: visible;
        opacity: 1;
        z-index: 10; } }
    @media only screen and (max-width: 540px) {
      .top_mainvisual .video-box .slide_video {
        display: block;
        padding-top: 115.6%;
        overflow: hidden; }
      .top_mainvisual .video-box .video-pc {
        visibility: hidden;
        opacity: 0;
        z-index: 0; }
      .top_mainvisual .video-box .video-sptab {
        visibility: visible;
        opacity: 1;
        z-index: 10; } }
  .top_mainvisual .bx-wrapper .bx-prev {
    background: none; }
  .top_mainvisual .bx-wrapper .bx-next {
    background: none; }
  .top_mainvisual .bx-controls {
    margin: 0 auto; }
  .top_mainvisual .bx-controls-auto {
    left: 50%;
    max-width: 1180px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: right; }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .top_mainvisual .bx-controls-auto {
        padding-right: 20px;
        -webkit-tap-highlight-color: transparent; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .top_mainvisual .bx-controls-auto {
        padding-right: 30px;
        bottom: -41px;
        outline: 0;
        -webkit-tap-highlight-color: transparent; } }
    @media only screen and (max-width: 540px) {
      .top_mainvisual .bx-controls-auto {
        bottom: -37px;
        left: inherit;
        right: 20px;
        -webkit-transform: translate(0);
                transform: translate(0);
        width: auto;
        outline: 0;
        -webkit-tap-highlight-color: transparent; } }
    .top_mainvisual .bx-controls-auto .bx-start {
      display: block;
      text-indent: -9999px;
      width: 16px;
      height: auto;
      background: url("/images/top/top_slider_controls.png") -86px -11px no-repeat;
      margin: 0 24px;
      cursor: pointer; }
      @media only screen and (max-width: 540px) {
        .top_mainvisual .bx-controls-auto .bx-start {
          width: 13px; } }
    .top_mainvisual .bx-controls-auto .bx-stop {
      display: block;
      text-indent: -9999px;
      width: 16px;
      height: auto;
      background: url("/images/top/top_slider_controls.png") -86px -44px no-repeat;
      margin: 0;
      cursor: pointer; }
      @media only screen and (max-width: 540px) {
        .top_mainvisual .bx-controls-auto .bx-stop {
          width: 13px; } }
  .top_mainvisual .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 0;
    margin: 0 auto;
    bottom: -9px; }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .top_mainvisual .bx-wrapper .bx-pager {
        bottom: -17px;
        outline: 0;
        width: auto;
        -webkit-tap-highlight-color: transparent; } }
    @media only screen and (max-width: 540px) {
      .top_mainvisual .bx-wrapper .bx-pager {
        bottom: -15px;
        outline: 0;
        width: auto;
        -webkit-tap-highlight-color: transparent; } }
  .top_mainvisual .bx-pager {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 555;
    -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 541px) {
    .top_mainvisual .bx-pager-item img {
      width: 70px; } }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .top_mainvisual .bx-pager-item img {
      width: 70px; } }
  @media only screen and (max-width: 540px) {
    .top_mainvisual .bx-pager-item img {
      width: 36px; } }
  .top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
    background: #000;
    text-indent: -9999px;
    display: block;
    width: 70px;
    height: 6px;
    margin: 0 5px;
    border-radius: 0; }
    @media only screen and (max-width: 540px) {
      .top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
        width: 36px; } }
  .top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a.active,
  .top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #0068b3; }
  .top_mainvisual .bx-wrapper .bx-prev {
    left: 20px; }
  .top_mainvisual .bx-wrapper .bx-prev:hover,
  .top_mainvisual .bx-wrapper .bx-prev:focus {
    background-position: 0 0; }
  .top_mainvisual .bx-wrapper .bx-next {
    right: 20px; }
  .top_mainvisual .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 22px;
    height: 40px;
    text-indent: -9999px;
    z-index: 100; }
  .top_mainvisual .newsBox {
    width: 100%;
    max-width: 1180px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .top_mainvisual .newsBox_inner{
      display: table;
      table-layout: fixed;
      width: 100%;
    }
    @media only screen and (max-width: 540px) {
      .top_mainvisual .newsBox {
        display: block;} }
    .top_mainvisual .newsBox .mottoshiritai {
      display: block;
      position: absolute;
      top: -96px;
      right: 0;
      z-index: 150;
      border: 3px solid #00579f;
      border-radius: 55.5px;
      width: 111px;
      height: 111px;
      background: rgba(255, 255, 255, 0.8);
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top_mainvisual .newsBox .mottoshiritai {
          width: 88px;
          height: 88px;
          top: -24px;
          right: 14px; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .top_mainvisual .newsBox .mottoshiritai {
          right: 20px; } }
      @media only screen and (max-width: 540px) {
        .top_mainvisual .newsBox .mottoshiritai {
          width: 91px;
          height: 91px;
          right: 14px;
          top: -44px; } }
      .top_mainvisual .newsBox .mottoshiritai__text {
        position: absolute;
        top: 46%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 1.6rem;
        width: 100%;
        text-align: center;
        color: #00579f;
        font-weight: bold; }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .top_mainvisual .newsBox .mottoshiritai__text {
            font-size: 1.4rem; } }
        @media only screen and (max-width: 540px) {
          .top_mainvisual .newsBox .mottoshiritai__text {
            font-size: 1.4rem; } }
        .top_mainvisual .newsBox .mottoshiritai__text:before {
          content: '';
          position: absolute;
          width: 15px;
          height: 6px;
          left: 50%;
          top: 117%;
          background: url(/images/common/arrow_blue.png) no-repeat;
          background-size: contain;
          z-index: 100;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .top_mainvisual .newsBox .mottoshiritai:hover {
        border: 3px solid #fff;
        background: #00579f; }
        .top_mainvisual .newsBox .mottoshiritai:hover .mottoshiritai__text {
          text-decoration: none;
          color: #fff; }
          .top_mainvisual .newsBox .mottoshiritai:hover .mottoshiritai__text:before {
            content: '';
            position: absolute;
            width: 15px;
            height: 6px;
            left: 50%;
            top: 117%;
            background: url(/images/common/arrow_white.png) no-repeat;
            background-size: contain;
            z-index: 100;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }

    .top_mainvisual .newsBox .news_item {
      display: table-cell;
      vertical-align: middle;
    }
    @media only screen and (max-width: 768px) {
      .top_mainvisual .newsBox .news_item {
        display: block;
      }
    }
    .top_mainvisual .newsBox .news-title {
      font-size: 1.6rem;
      background: rgba(0, 104, 179, 0.9);
      width: 200px;
      color: #fff;
      padding: 20px;
      text-align: center; }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top_mainvisual .newsBox .news-title {
          width: 140px;
          padding: 15px 10px;
          white-space: nowrap;} }
      @media only screen and (max-width: 540px) {
        .top_mainvisual .newsBox .news-title {
          font-size: 1.3rem;
          width: 130px;
          padding: 10px;} }
    .top_mainvisual .newsBox .news-text {
      padding: 20px;
      background: rgba(0, 0, 0, 0.8);
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .top_mainvisual .newsBox .news-text {
          padding: 15px;
          font-size: 1.4rem;} }
      @media only screen and (max-width: 768px) {
        .top_mainvisual .newsBox .news-text {
          padding-top: 10px;
          padding-bottom: 10px;
        }
      }
      .top_mainvisual .newsBox .news-text li {
        font-size: 1.4rem;}
        .top_mainvisual .newsBox .news-text li:not(:last-child) {
          margin-bottom: 10px;
        }
        @media only screen and (max-width: 768px) {
          .top_mainvisual .newsBox .news-text li:not(:last-child) {
            margin-bottom: 7px;
          }
        }
        @media only screen and (max-width: 540px) {
          .top_mainvisual .newsBox .news-text li {} }
        .top_mainvisual .newsBox .news-text li a {
          color: #fff;
          text-decoration: underline; }
          .top_mainvisual .newsBox .news-text li a:hover {
            text-decoration: none; }

.top-content {
  margin-top: 104px;
  /*---------------------------------

  Our Service

  ---------------------------------*/
  /*---------------------------------

  Our Efforts

  ---------------------------------*/
  /*---------------------------------

  ・What's New
  ・Events and other notices

  ---------------------------------*/ }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .top-content {
      margin-top: 96px; } }
  @media only screen and (max-width: 540px) {
    .top-content {
      margin-top: 82px; } }
  .top-content .service {
    max-width: 1180px;
    margin: 0 auto; }
    .top-content .service .contents-title {
      position: relative;
      font-size: 2.3rem;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 540px) {
        .top-content .service .contents-title {
          font-size: 2rem; } }
    .top-content .service .contents-subtitle {
      display: block;
      margin: 5px auto 0;
      font-size: 17px;
      line-height: 17px;
      letter-spacing: 1px;
      text-align: center;
      color: #0068b2;
      font-family: 'Crimson Text', serif; }
    .top-content .service-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 65px; }
      @media only screen and (max-width: 768px) {
        .top-content .service-menu {
          margin-top: 55px; } }
      @media only screen and (max-width: 540px) {
        .top-content .service-menu {
				-webkit-flex-wrap: wrap;
						-ms-flex-wrap: wrap;
								flex-wrap: wrap;
          margin-top: 48px; } }
      .top-content .service-menu__container {
        position: relative;
        width: 100%;
				margin-left: 17px;
        min-height: 382px;
        margin-bottom: 23px;
        text-align: center;
        overflow: hidden;
        color: #000;
        text-decoration: none;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s; }
        @media only screen and (max-width: 960px) {
          .top-content .service-menu__container {
					} }
        @media only screen and (max-width: 768px) {
          .top-content .service-menu__container {
            min-height: inherit;
            margin-bottom: 11px; } }
        @media only screen and (max-width: 540px) {
          .top-content .service-menu__container {
            width: 100%;
            height: 100%;
            overflow: visible;
            margin-bottom: 28px;
            margin-left: 0; } }
        .top-content .service-menu__container:nth-child(1) {
          background: rgba(255,255,255,.75);
          margin-left: 0; }
          .top-content .service-menu__container:nth-child(1) .menu-bg {
            background: url("/images/top/top_bg_billing.jpg") no-repeat center;
            background-size: cover; }
          .top-content .service-menu__container:nth-child(1) .menu-icon {
            background: url("/images/top/top_icon_billing.svg") no-repeat top left;
            background-size: 100% auto; }
        .top-content .service-menu__container:nth-child(2) {
          background: rgba(255,255,255,.75); }
          .top-content .service-menu__container:nth-child(2) .menu-bg {
            background: url("/images/top/top_bg_credit.jpg") no-repeat center;
            background-size: cover; }
          .top-content .service-menu__container:nth-child(2) .menu-icon {
            background: url("/images/top/top_icon_credit.svg") no-repeat top left;
            background-size: 100% auto; }
        .top-content .service-menu__container:nth-child(3) {
          background: rgba(255,255,255,.75); }
          .top-content .service-menu__container:nth-child(3) .menu-bg {
            background: url("/images/top/top_bg_accounting.jpg") no-repeat center;
            background-size: cover; }
          .top-content .service-menu__container:nth-child(3) .menu-icon {
            background: url("/images/top/top_icon_accounting.svg") no-repeat top left;
            background-size: 100% auto; }
        .top-content .service-menu__container:nth-child(4) {
          background: #fff; }
          .top-content .service-menu__container:nth-child(4) .menu-bg {
            background: url("/images/top/top_bg_global.jpg") no-repeat;
            background-size: 100% auto; }
          .top-content .service-menu__container:nth-child(4) .menu-icon {
            background: url("/images/top/top_icon_global.svg") no-repeat top left;
            background-size: contain; }
        .top-content .service-menu__container .menu-bg {
          position: absolute;
					top: 0;
					left: 0;
          z-index: 0;
          display: block;
          width: 100%;
          height: 100%;
          opacity: .2;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s; }
					@media only screen and (max-width: 540px) {
						.top-content .service-menu__container:nth-child(1) {
							background: rgba(0,178,139,.05); }
						.top-content .service-menu__container:nth-child(2) {
							background: rgba(255,115,0,.02); }
					}
        .top-content .service-menu__container .menu-icon {
          position: absolute;
          top: 20px;
          left: 20px;
          width: 68px;
          height: 100%;
          -webkit-transition: 0.3s all;
          transition: 0.3s all;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          transform-box: fill-box;
          display: inline-block;
          zoom: 1; }
          @media only screen and (min-width: 541px) and (max-width: 768px) {
            .top-content .service-menu__container .menu-icon {
              width: 50px;
              top: 15px;
              left: 15px; } }
          @media only screen and (max-width: 540px) {
            .top-content .service-menu__container .menu-icon {
              top: -20px;
							left: 18px;
              width: 52px; } }
        .top-content .service-menu__container .menu-box {
          position: relative;
          z-index: 1;
					padding: 128px 20px 60px;
          text-align: center;
          width: 100%; }
          @media only screen and (max-width: 768px) {
            .top-content .service-menu__container .menu-box {
              padding:  100px 20px 70px; } }
          @media only screen and (max-width: 540px) {
            .top-content .service-menu__container .menu-box {
              padding:  35px 15px 40px; } }
          .top-content .service-menu__container .menu-box h3 {
            font-size: 2.5rem;
            letter-spacing: 1px; }
					.top-content .service-menu__container .menu-box .inlineblock {
						display: inline-block;	}
            @media only screen and (min-width: 769px) and (max-width: 1180px) {
              .top-content .service-menu__container .menu-box h3 {
                font-size: 2.3rem; } }
            @media only screen and (min-width: 541px) and (max-width: 768px) {
              .top-content .service-menu__container .menu-box h3 {
                font-size: 2rem; } }
            @media only screen and (max-width: 540px) {
              .top-content .service-menu__container .menu-box h3 {
                font-size: 2.1rem; }
							.top-content .service-menu__container .menu-box .inlineblock {
								width: 100%;	} }
          .top-content .service-menu__container .menu-box p {
            font-size: 1.4rem;
            margin-top: 21px; }
            @media only screen and (min-width: 769px) and (max-width: 1180px) {
              .top-content .service-menu__container .menu-box p {
                font-size: 1.2rem; } }
            @media only screen and (min-width: 541px) and (max-width: 768px) {
              .top-content .service-menu__container .menu-box p {
                font-size: 1.2rem; } }
            @media only screen and (max-width: 540px) {
              .top-content .service-menu__container .menu-box p {
                font-size: 1.3rem;
                margin-top: 1.1rem; } }
          .top-content .service-menu__container .menu-box .btn-detail {
            margin-top: 35px;
            -webkit-transition-duration: 0.3s;
                    transition-duration: 0.3s; }
            @media only screen and (min-width: 541px) and (max-width: 768px) {
              .top-content .service-menu__container .menu-box .btn-detail {
                margin-top: 30px; } }
            @media only screen and (max-width: 540px) {
              .top-content .service-menu__container .menu-box .btn-detail {
                margin-top: 28px; } }
            .top-content .service-menu__container .menu-box .btn-detail__text {
              position: relative;
              border-top: 2px solid #0763a8;
              border-bottom: 2px solid #0763a8;
              padding: 5px 20px 5px 44px;
              font-size: 1.2rem;
              color: #0763a8;
              font-weight: bold;
              -webkit-transition-duration: 0.3s;
                      transition-duration: 0.3s; }
              @media only screen and (min-width: 541px) and (max-width: 768px) {
                .top-content .service-menu__container .menu-box .btn-detail__text {
                  padding: 3px 15px 3px 29px; } }
              .top-content .service-menu__container .menu-box .btn-detail__text:before {
                content: '';
                position: absolute;
                width: 24px;
                height: 6px;
                left: 17px;
                top: 45%;
                -webkit-transform: translate(0, -50%);
                        transform: translate(0, -50%);
                background: url(/images/common/arrow_blue.png) no-repeat;
                background-size: contain;
                z-index: 100;
                -webkit-transition-duration: 0.3s;
                        transition-duration: 0.3s; }
                @media only screen and (min-width: 541px) and (max-width: 768px) {
                  .top-content .service-menu__container .menu-box .btn-detail__text:before {
                    left: 9px;
                    top: 45%; } }
        .top-content .service-menu__container:hover {
          color: #fff; }
          .top-content .service-menu__container:hover .menu-bg {
            opacity: 0.2;
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
            @media only screen and (max-width: 768px) {
              .top-content .service-menu__container:hover .menu-bg {
                opacity: 0.3;
                -webkit-transform: scale(1);
                        transform: scale(1); } }
          .top-content .service-menu__container:hover .btn-detail__text {
            color: #fff;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff; }
            .top-content .service-menu__container:hover .btn-detail__text:before {
              content: '';
              position: absolute;
              width: 24px;
              height: 6px;
              left: 17px;
              top: 45%;
              -webkit-transform: translate(0, -50%);
                      transform: translate(0, -50%);
              background: url(/images/common/arrow_white.png) no-repeat;
              background-size: contain;
              z-index: 100; }
              @media only screen and (min-width: 541px) and (max-width: 768px) {
                .top-content .service-menu__container:hover .btn-detail__text:before {
                  left: 9px; } }
          .top-content .service-menu__container:hover:nth-child(1) {
            background: #275500; }
            .top-content .service-menu__container:hover:nth-child(1) .menu-icon {
              background: url("/images/top/top_icon_billing_on.svg") no-repeat top left;
              background-size: contain; }
          .top-content .service-menu__container:hover:nth-child(2) {
            background: #AF3D00; }
            .top-content .service-menu__container:hover:nth-child(2) .menu-icon {
              background: url("/images/top/top_icon_credit_on.svg") no-repeat top left;
              background-size: contain; }
          .top-content .service-menu__container:hover:nth-child(3) {
            background: #007ccd; }
            .top-content .service-menu__container:hover:nth-child(3) .menu-icon {
              background: url("/images/top/top_icon_accounting_on.svg") no-repeat top left;
              background-size: contain; }
          .top-content .service-menu__container:hover:nth-child(4) {
            background: #552E6E; }
            .top-content .service-menu__container:hover:nth-child(4) .menu-icon {
              background: url("/images/top/top_icon_global_on.svg") no-repeat top left;
              background-size: contain; }
  .top-content .efforts {
		max-width: 1180px;
    height: 390px;
    background: url("/images/common/bg_stripe.png") repeat top left;
    margin: 104px auto 0; }
  .top-content .efforts .efforts__image_pc {
		position: absolute;
		background-image: url("/images/top/top_photo_torikumi.jpg");
		background-size: auto 390px;
		background-position: center !important;
		overflow: hidden;
		width: 57.627%;
		height: 390px;
		top: 0;
		right: 0;}
  .top-content .efforts.company .efforts__image_pc {
		left: 0;}
  .top-content .efforts.company .efforts__image_pc {
		background-image: url("/images/top/top_photo_company.jpg");}
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .top-content .efforts {
        height: 400px;
        margin: 35px auto 0; } }
    @media only screen and (max-width: 540px) {
      .top-content .efforts {
        height: auto;
        margin: 10px auto 0; }
      .top-content .efforts.company {
				margin-top: 30px;}}
    .top-content .efforts__container {
      position: relative;
      max-width: 1180px;
      margin: 0 auto; }
    .top-content .efforts__flexwrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top-content .efforts__flexwrap {
          margin-top: 116px; } }
    .top-content .efforts .title-box {
      position: relative; }
    .top-content .efforts.company .title-box {
      position: absolute;
      right: 0;}
      @media only screen and (min-width: 541px) {
        .top-content .efforts .title-box {
          width: 40.6%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top-content .efforts .title-box {
          width: 100%; }
    		.top-content .efforts.company .title-box {
      		position: relative;
      		right: auto;}}
      @media only screen and (max-width: 540px) {
        .top-content .efforts .title-box {
          width: 100%; }
				.top-content .efforts.company .title-box {
					position: relative;
				}}
      .top-content .efforts .title-box .contents-title {
        font-size: 2.3rem;
        font-weight: bold;
        text-align: center; }
        @media only screen and (min-width: 541px) {
          .top-content .efforts .title-box .contents-title {
            width: 100%;
            position: absolute;
            top: 63px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            letter-spacing: -1px; } }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .top-content .efforts .title-box .contents-title {
            position: relative;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            top: 50px;
            width: 100%; } }
        @media only screen and (max-width: 540px) {
          .top-content .efforts .title-box .contents-title {
            font-size: 2.1rem;
            position: relative;
            top: 50px; } }
      .top-content .efforts .title-box .contents-subtitle {
        position: absolute;
        width: 100px;
        height: 12px;
        display: block;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        font-size: 17px;
        line-height: 17px;
        letter-spacing: 1px;
        margin-top: 8px;
        text-align: center;
        color: #0068b2;
        font-family: 'Crimson Text', serif; }
        @media only screen and (min-width: 541px) {
          .top-content .efforts .title-box .contents-subtitle {
            top: 99px; } }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .top-content .efforts .title-box .contents-subtitle {
            top: 88px; } }
        @media only screen and (max-width: 540px) {
          .top-content .efforts .title-box .contents-subtitle {
            top: 88px; } }
    .top-content .efforts__textbox {
      width: 33.89830508474576%;
      text-align: center;
      margin: 0 0 0 4.6610%; }
    .top-content .efforts.company .efforts__textbox {
      margin: 0 2.9% 0 0; }
      @media only screen and (min-width: 541px) {
        .top-content .efforts__textbox {
          width: 33.89830508474576%;
          position: relative;
          top: 150px;
          left: 0; }
          .top-content .efforts.company .efforts__textbox {
          position: absolute;
					right: 0;
					left: auto;
					top: 150px;} }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top-content .efforts__textbox {
          top: 0;
          width: 45.17708333333333%; }
				.top-content .efforts.company .efforts__textbox {
					left: auto;} }
      @media only screen and (max-width: 540px) {
        .top-content .efforts__textbox {
          width: 90%;
          padding-top: 80px; }
        .top-content .efforts.company .efforts__textbox {
				margin: 0 auto;
				padding-top: 80px;}}
      .top-content .efforts__textbox:before {
        content: ''; }
        @media only screen and (max-width: 540px) {
          .top-content .efforts__textbox:before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 77px;
            background-color: #fff; } }
      .top-content .efforts__textbox p {
        text-align: left;
        font-size: 1.5rem;
        margin-top: 18px; }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .top-content .efforts__textbox p {
            margin-top: 0;
            font-size: 1.5rem;
            line-height: 2.6rem; } }
        @media only screen and (max-width: 540px) {
          .top-content .efforts__textbox p {
            line-height: 3rem;
            font-size: 1.5rem; } }
      .top-content .efforts__textbox .btn-box {
        position: relative;
        display: block;
        width: 210px;
        height: 48px;
        border: 2px solid #0068b3;
        background-color: #fff;
        margin: 39px auto 0;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        text-decoration: none; }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .top-content .efforts__textbox .btn-box {
            width: 190px;
            height: 42px;
            margin: 28px auto 0; } }
        @media only screen and (max-width: 540px) {
          .top-content .efforts__textbox .btn-box {
            width: 100%;
            height: 44px;
            margin: 26px auto 0; } }
        .top-content .efforts__textbox .btn-box__text {
          color: #0068b3;
          font-size: 1.4rem;
          font-weight: bold;
          display: block;
          padding-top: 12px; }
          @media only screen and (min-width: 541px) and (max-width: 768px) {
            .top-content .efforts__textbox .btn-box__text {
              padding-top: 8px; } }
          .top-content .efforts__textbox .btn-box__text:before {
            content: '';
            position: absolute;
            width: 24px;
            height: 6px;
            left: 10px;
            top: 17px;
            background: url(/images/common/arrow_blue.png) no-repeat;
            background-size: contain;
            z-index: 1; }
            @media only screen and (min-width: 541px) and (max-width: 768px) {
              .top-content .efforts__textbox .btn-box__text:before {
                top: 15px; } }
        .top-content .efforts__textbox .btn-box:hover {
          background-color: #0068b3;
          text-decoration: none; }
          .top-content .efforts__textbox .btn-box:hover .btn-box__text {
            color: #fff; }
            .top-content .efforts__textbox .btn-box:hover .btn-box__text:before {
              content: '';
              position: absolute;
              width: 24px;
              height: 6px;
              left: 10px;
              top: 17px;
              background: url(/images/common/arrow_white.png) no-repeat;
              background-size: contain;
              z-index: 100; }

  @media only screen and (max-width: 768px) {
        .top-content .efforts__image {
      		position: relative;
					height: 33.05084745762712%;
       }
				.top-content .efforts.company .efforts__image {
      		position: relative;
					margin-right: 51.8229%
       }}

      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top-content .efforts__image {
          bottom: 0;
          max-width: 370px;
          width: 48.17708333333333%;
          max-height: 26.822916666666668%; } }
      @media only screen and (max-width: 540px) {
        .top-content .efforts__image {
          width: 90%;
          bottom: 0;
          margin: 30px auto 0; }
					.top-content .efforts.company .efforts__image {
					margin-right: auto;
       }}
  @media only screen and (max-width: 540px) {
    .top-content .whatsnew {
      margin: 47px auto 0; } }
  @media only screen and (max-width: 540px) {
    .top-content .whatsnew .contents-title {
      font-size: 2.3rem; } }
  .top-content .whatsnew .contents-subtitle {
    display: block;
    margin: 0 auto;
    padding-top: 3px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    text-align: center;
    color: #0068b2;
    font-family: 'Crimson Text', serif; }
  @media only screen and (max-width: 540px) {
    .top-content .notices {
      margin: 95px auto 100px; } }
  .top-content .notices .contents-title span {
    letter-spacing: 0; }
  @media only screen and (max-width: 540px) {
    .top-content .notices .contents-title {
      font-size: 2rem;
      letter-spacing: 1px; } }
  .top-content .notices .contents-subtitle {
    display: block;
    margin: 5px auto 0;
    font-size: 16px;
    text-align: center;
    color: #0068b2;
    font-family: 'Crimson Text', serif; }
  .top-content .information {
    position: relative;
    max-width: 1180px; }
    @media only screen and (min-width: 541px) {
      .top-content .information {
        margin: 77px auto 0; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .top-content .information {
        margin: 54px auto 0; } }
    .top-content .information__container {
      position: relative;
      max-width: 1180px;
      margin: 0 auto; }
    .top-content .information .contents-title {
      position: relative;
      font-weight: bold;
      text-align: center; }
      @media only screen and (min-width: 541px) {
        .top-content .information .contents-title {
          font-size: 2.4rem;
          letter-spacing: 5px; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top-content .information .contents-title {
          font-size: 2.4rem;
          letter-spacing: 5px; } }
      .top-content .information .contents-title:before {
        border-top: 1px solid #b2b2b2;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%; }
      .top-content .information .contents-title span {
        position: relative;
        z-index: 50;
        background-color: #fff;
        display: inline-block;
        padding: 0 0.5em; }
    .top-content .information .contents-subtitle {
      display: block;
      margin: 3px auto 0; }
    .top-content .information .list-link {
      display: block;
      border-left: 1px solid #999999;
      height: 22px;
      position: absolute;
      right: 10px;
      color: #000; }
      @media only screen and (min-width: 541px) {
        .top-content .information .list-link {
          margin-top: -10px; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .top-content .information .list-link {
          margin-right: 20px; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top-content .information .list-link {
          margin-right: 12px;
          margin-top: 7px; } }
      @media only screen and (max-width: 540px) {
        .top-content .information .list-link {
          border-left: 0;
          right: 20px;
          margin-top: 20px; } }
      .top-content .information .list-link__icon {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px; }
        .top-content .information .list-link__icon img {
          width: 13px;
          height: 4px;
          margin-bottom: 7px; }
      .top-content .information .list-link__text {
        display: inline-block;
        padding-left: 5px;
        letter-spacing: 2px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding-top: 2px;
        text-decoration: underline; }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .top-content .information .list-link__text {
            padding-left: 5px;
            letter-spacing: 1px; } }
        .top-content .information .list-link__text:hover {
          text-decoration: none; }
      .top-content .information .list-link:hover {
        text-decoration: none; }
    @media only screen and (min-width: 541px) {
      .top-content .information .showPc {
        display: block; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .top-content .information .showPc {
        display: block; } }
    @media only screen and (max-width: 540px) {
      .top-content .information .showPc {
        display: none; } }
    @media only screen and (min-width: 541px) {
      .top-content .information .showSp {
        display: none; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .top-content .information .showSp {
        display: none; } }
    @media only screen and (max-width: 540px) {
      .top-content .information .showSp {
        display: block; } }
  .top-content .list {
    margin-top: 45px; }
    @media only screen and (max-width: 540px) {
      .top-content .list {
        margin-top: 43px;
        padding: 0 20px; } }
    .top-content .list-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 18px;
      margin-left: 20px; }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .top-content .list-container {
          margin-top: 30px;
          margin-left: 30px;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      @media only screen and (max-width: 540px) {
        .top-content .list-container {
          padding-bottom: 17px;
          border-bottom: 1px dotted #888;
          margin-left: 0;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .top-content .list-container__date {
        width: 150px;
        font-size: 1.7rem; }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .top-content .list-container__date {
            margin-right: 12px; } }
        @media only screen and (max-width: 540px) {
          .top-content .list-container__date {
            font-size: 1.4rem;
            width: 130px; } }
      .top-content .list-container__tag {
        position: relative;
        font-size: 1.2rem;
        margin-right: 20px;
        border: 2px solid #0068b3;
        background: #fff;
        color: #0068b3;
        font-weight: bold;
        width: 95px;
        height: 26px; }
        .top-content .list-container__tag span {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          width: 100%;
          text-align: center;
          display: block; }
      .top-content .list-container__text {
        font-size: 1.6rem; }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .top-content .list-container__text {
            width: 100%;
            margin-top: 10px; } }
        @media only screen and (max-width: 540px) {
          .top-content .list-container__text {
            width: 100%;
            margin-top: 10px;
            line-height: 2.8rem; } }
        .top-content .list-container__text a {
          color: #000;
          text-decoration: underline; }
          .top-content .list-container__text a:hover {
            text-decoration: none; }

[class^="ai_top_"] {
	padding-left: .7em;
	position: relative;
}

[class^="ai_top_"]::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

[class^="ai_top_out"] {
	margin-right: 13px;
}

[class^="ai_top_out"]::after {
	background: url("../../images/common/icon_out_blue.svg") no-repeat center / 100% auto;
	height: 13px;
	width: 13px;
}