@charset "UTF-8";
@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}
@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

/*背景用マスク*/
.bgMaskWhite {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

/*黒四角*/
.squareBLogo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3%;
          flex: 0 0 3%;
  position: relative;
}

@media screen and (max-width: 500px) {
  .squareBLogo {
    margin-left: -3px;
  }
}

.squareBLogo::after {
  position: absolute;
  content: "";
  top: 6px;
  right: 0px;
  width: 12px;
  height: 12px;
  background-color: #000000;
  z-index: 10;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 1s ease .4s;
  transition: 1s ease .4s;
}

@media screen and (max-width: 500px) {
  .squareBLogo::after {
    top: 4px;
    right: 2px;
    width: 10px;
    height: 10px;
  }
}

.win .squareBLogo::after {
  top: 8px;
  right: 2px;
}

.view .squareBLogo::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .service-heading .desc {
    width: 75%;
    margin-left: 25%;
    padding-right: 5%;
  }
}

.service-heading_lists {
  margin-bottom: 5%;
}

.service-heading_list .more-btn {
  width: 90%;
}

@media screen and (max-width: 500px) {
  .service-heading_list .more-btn {
    width: 95%;
  }
  .service-heading_list .more-btn > span {
    font-size: 1.5rem;
  }
}

.service-about .desc {
  padding-bottom: 0%;
}

.service-about_wall {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.service-about_list {
  position: relative;
  padding-bottom: 5%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 5%;
}

.service-about_list .more-btn {
  width: 90%;
}

@media screen and (max-width: 1100px) {
  .service-about_list .more-btn {
    width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  .service-about_list .more-btn {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .service-about_list .more-btn {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .service-about_list .desc {
    width: 75%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 500px) {
  .service-about_list .desc-txt {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 980px) {
  .service-about_details_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .service-about_details_list .more-btn > span {
    font-size: 1.5rem;
  }
}

.service-top {
  padding: 3% 0 5%;
}

@media screen and (max-width: 500px) {
  .service-top {
    width: 100%;
  }
  .service-top .desc-txt {
    padding-left: calc(12.5% + 10px);
    padding-right: calc(12.5% - 10px);
  }
  .service-top .desc-txt span {
    -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
    transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  }
  .service-top span {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}

.service-top h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}

.service-top .desc-txt.mt0 {
  margin-top: 0;
}

.service-flow {
  padding-bottom: 30px;
}

.service-flow a {
  color: #5843ff;
  text-decoration: underline;
}

.service-flow_lists {
  position: relative;
  z-index: 3;
}

.service-flow_lists .active {
  color: #004da1;
}

.service-flow_lists .active .ttl-01::before {
  -webkit-animation: coloringBg .5s ease forwards;
          animation: coloringBg .5s ease forwards;
}

.service-flow_lists .ttl-01 span,
.service-flow_lists .ttl-ruby span {
  -webkit-transition: .5s;
  transition: .5s;
}

.service-flow_list {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .service-flow_list {
    display: block;
  }
}

.service-flow_list:last-child .flow_arrows {
  display: none;
}

.service-flow_list .fl25 {
  margin: auto 0;
}

@media screen and (max-width: 500px) {
  .service-flow_list .fl25 {
    margin: 20px 0;
  }
}

.service-flow_columns_lists .ttl-01 {
  width: 100%;
  font-size: 2.0rem;
  padding-left: 18px;
}

.service-flow_columns_lists .ttl-01 span {
  line-height: 1.7;
}

.service-flow_columns_lists .ttl-01::before {
  background-color: rgba(180, 180, 180, 0.5);
  width: 100%;
  height: 1px;
}

.service-flow_columns_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.service-flow_details_lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 4rem;
  width: 100%;
}

.service-flow_details_list {
  width: 100%;
  margin: 1rem 0;
}

@media screen and (max-width: 500px) {
  .service-flow_details_list {
    margin: 1rem 0 1rem 14px;
  }
}

.service-flow_details_list .desc-txt {
  margin-top: 0%;
  padding-left: 3px;
}

.service-flow_details_list .desc-txt span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.service-flow_sentence {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 97%;
          flex: 0 0 97%;
  padding-right: 40px;
}

@media screen and (max-width: 500px) {
  .service-links_wrap .blank {
    display: none;
  }
}

.service-links_wrap .blank {
  background-color: #eee;
}

@media screen and (max-width: 500px) {
  .service-links_wrap .link-blue {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
    background-color: #eee;
  }
}

.service-relation .desc {
  padding-bottom: 0%;
}

.service-relation_list {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .service-relation_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.service-relation_list .more-btn {
  width: 90%;
}

@media screen and (max-width: 500px) {
  .service-relation_list .more-btn {
    width: 95%;
  }
}

.service-relation_toLists {
  margin-top: 6%;
}

.service-relation_toLists .more-btn {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .service-relation_toLists .more-btn {
    width: 90%;
  }
}

@media screen and (max-width: 350px) {
  .service-relation_toLists .more-btn {
    width: 95%;
  }
}

.service-features_list .desc {
  padding: 5% 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .service-features_list .desc {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .service-features_list .desc {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .service-features_list .desc {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .service-features_list .desc {
    height: auto;
  }
}

.service-features_list h2.desc-txt {
  margin-top: 0;
}

.service-features_img {
  position: relative;
  height: 360px;
}

@media screen and (max-width: 1024px) {
  .service-features_img {
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  .service-features_img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .service-features_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    height: 220px;
  }
}

.service-features_img img {
  height: 360px;
}

@media screen and (max-width: 1024px) {
  .service-features_img img {
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  .service-features_img img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .service-features_img img {
    height: 220px;
  }
}

.service-merit {
  position: relative;
}

.service-merit .border-top {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(180, 180, 180, 0.5);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.8s;
  transition: -webkit-transform 1s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.8s;
  transition: transform 1s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.8s;
  transition: transform 1s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.8s, -webkit-transform 1s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.8s;
}

.service-merit .border-top.view {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.service-merit .merit-ttl {
  padding: 5% 0;
}

@media screen and (max-width: 500px) {
  .service-merit .merit-ttl {
    width: 75%;
    margin-left: 25%;
  }
}

.service-merit .desc .desc-txt {
  margin-top: 0;
  margin-bottom: 30px;
}

.service-merit .w-50:not(.merit-ttl) {
  width: 75%;
  margin-left: 25%;
  padding: 3% 0 0;
}

@media screen and (max-width: 500px) {
  .service-merit .w-50:not(.merit-ttl) {
    padding: 8% 0 3%;
    margin-left: 0;
  }
}

.service-merit .w-50:not(.merit-ttl):last-child {
  padding: 3% 0;
}

@media screen and (max-width: 500px) {
  .service-merit .w-50:not(.merit-ttl):last-child {
    padding: 6% 0;
  }
}

.service-merit .w-50:not(.merit-ttl) .desc-txt {
  padding-right: 16px;
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .service-merit .w-50:not(.merit-ttl) .desc-txt {
    padding-left: 16px;
  }
}

.service-pattern_lists {
  padding: 3% 0;
}

@media screen and (max-width: 768px) {
  .service-pattern_lists li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-pattern_lists .fl25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 500px) {
  .service-pattern_lists {
    padding: 8% 0;
  }
  .service-pattern_lists .fl25 {
    margin-top: 8%;
  }
  .service-pattern_lists .fl75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.service-pattern_lists .blue-tag {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .service-pattern_lists .blue-tag {
    padding: 6px 6px 6px 10px;
  }
}

@media screen and (max-width: 500px) {
  .service-pattern_lists .blue-tag {
    font-size: 1.7rem;
    padding: 6px;
  }
}

.service-pattern_lists .service-flow_columns_lists {
  padding-top: 3%;
}

@media screen and (max-width: 768px) {
  .service-pattern_lists .service-flow_columns_lists {
    padding-top: 3%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 500px) {
  .service-pattern_lists .service-flow_columns_lists {
    padding-top: 5%;
    margin-left: 0;
  }
}

.service-pattern_lists .service-flow_columns_lists .ttl-01 span {
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.8s, text-shadow 0.5s;
  transition: 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.8s, text-shadow 0.5s;
}

.service-pattern_lists .service-flow_columns_lists .ttl-01.view span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.service-pattern_lists .service-flow_columns_lists .ttl-01.view::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.service-pattern_lists .service-flow_columns_list {
  width: 100%;
}

.service-pattern_lists .service-flow_columns_list:last-child .service-pattern_points {
  margin-bottom: 0;
}

.service-pattern_lists .service-flow_columns_list:last-child .service-pattern_img {
  margin-bottom: 5%;
}

@media screen and (max-width: 500px) {
  .service-pattern_lists .service-flow_details_lists {
    padding-bottom: 3rem;
  }
}

.service-pattern_lists .service-flow_details_lists .desc-txt {
  padding-left: 18px;
  padding-top: 8px;
}

@media screen and (max-width: 500px) {
  .service-pattern_lists .service-flow_details_lists .desc-txt {
    padding-left: 4px;
  }
}

.service-pattern_lists .service-flow_details_lists .desc-txt span {
  -webkit-transform: translateY(-103%);
          transform: translateY(-103%);
}

.service-pattern_lists .service-flow_details_lists.view .desc-txt span,
.service-pattern_lists .service-flow_details_lists .view .desc-txt span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.service-pattern_lists .service-flow_details_list {
  margin-top: 0;
}

.service-pattern_lists .service-flow_sentence span {
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.8s;
  transition: 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.8s;
}

.service-pattern_points {
  margin: 16px 0;
  overflow: hidden;
}

.service-pattern_points:last-child {
  margin-bottom: 5%;
}

@media screen and (max-width: 500px) {
  .service-pattern_points:last-child {
    margin-bottom: 10%;
  }
}

.service-pattern_points h4.desc-head {
  font-size: 2rem;
  margin-top: 0;
  display: inline-block;
  width: auto;
  padding-left: 18px;
}

.service-pattern_points h4.desc-head::after {
  position: absolute;
  content: '';
  background-color: rgba(180, 180, 180, 0.5);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transition: background-color 0.5s ease-in-out 0.8s, -webkit-transform 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s;
  transition: background-color 0.5s ease-in-out 0.8s, -webkit-transform 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s;
  transition: transform 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s, background-color 0.5s ease-in-out 0.8s;
  transition: transform 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s, background-color 0.5s ease-in-out 0.8s, -webkit-transform 0.5s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.5s;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media screen and (max-width: 500px) {
  .service-pattern_points h4.desc-head span {
    margin-bottom: 2px;
  }
}

.service-pattern_points.view h4.desc-head::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.service-pattern_points p.desc-txt {
  margin-top: 10px;
  padding-left: 18px;
  padding-right: 16px;
}

.service-pattern_img {
  width: 100%;
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .service-pattern_img {
    padding: 0 10px;
  }
}

@media screen and (max-width: 500px) {
  .service-pattern_img {
    width: 90%;
    margin: auto;
  }
}

.service-pattern_img img {
  width: 100%;
}

.service-advice {
  background-color: #eee;
  padding: 50px 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .service-advice {
    padding: 35px 0;
  }
}

.service-advice h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
  position: relative;
  z-index: 3;
}

.service-advice p {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .service-advice p {
    margin-bottom: 8%;
  }
  .service-advice p:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .service-advice .more-btn.large-btn {
    width: 85%;
    margin: 5% auto 0;
  }
  .service-advice .more-btn.large-btn > span {
    font-size: 1.5rem;
  }
}

.service-advice .more-btn > span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.service-advice .more-btn.view > span {
  -webkit-animation: none;
          animation: none;
}

@media screen and (max-width: 500px) {
  .service-comment .staff-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.service-comment .staff-thumb {
  height: 300px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .service-comment .staff-thumb {
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .service-comment .staff-thumb {
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .service-comment .staff-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.service-comment .staff-thumb img {
  height: 100%;
}

.service-comment .staff-desc {
  padding: 2% 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 500px) {
  .service-comment .staff-desc:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.service-comment .staff-desc dd {
  min-height: 0;
}

.service-comment .staff-desc dt {
  margin-top: 16px;
}

@media screen and (max-width: 500px) {
  .service-comment .staff-desc dt {
    margin-bottom: 10px;
  }
}

.service-comment .staff-desc .staff-page {
  position: relative;
  padding-right: 8px;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 18px 45px 18px 16px;
  border: 1px solid transparent;
}

@media screen and (max-width: 1024px) {
  .service-comment .staff-desc .staff-page {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .service-comment .staff-desc .staff-page {
    width: 210px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 500px) {
  .service-comment .staff-desc .staff-page {
    width: 165px;
    padding-right: 30px;
    font-size: 1.5rem;
    height: 48px;
  }
}

.service-comment .staff-desc .staff-page:hover {
  color: #065bab;
}

.service-comment .staff-desc .staff-page:hover .link-bx,
.service-comment .staff-desc .staff-page:hover .link-bx::after {
  border-color: #065bab;
}

.service-comment .staff-desc .staff-page .link-bx {
  border-color: #000;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-comment .staff-desc .staff-page .link-bx::after {
  border-color: #000;
}

.service-comment .staff-desc .desc-txt {
  margin-top: 16px;
  padding-right: 5%;
  padding-left: 16px;
}

.service-comment .staff-desc .fl33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

@media screen and (max-width: 500px) {
  .service-comment .staff-desc .fl33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
/*# sourceMappingURL=service.min.css.map */