@charset "UTF-8";
* {
  overflow-x: hidden;
  letter-spacing: 1.2px;
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

html {
  font-size: 16px; }

@media screen and (max-width: 1040px) {
  html {
    font-size: 13px; } }
@media screen and (max-width: 640px) {
  html {
    font-size: 11px; } }
body {
  margin: 0;
  padding: 0; }

.section-title {
  color: #09356A;
  font-size: 2rem;
  margin-bottom: 0;
  text-align: center;
  padding: 8px 0; }

.title-image {
  width: 5%;
  margin: 0 auto; }

.section-title-contents {
  color: #0A4793;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2rem;
  padding: 5px 0; }

.common-wrapper {
  margin: 0 100px; }

@media screen and (max-width: 640px) {
  .title-wrapper {
    margin: 0 11% !important; } }
header {
  background-image: url("../img/business-3167295_1920.png");
  background-size: cover;
  background-position: center center; }
  header .header-flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1%; }
  header .header-layer {
    position: relative; }
    header .header-layer::before {
      z-index: 0;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.2); }
  header .logo {
    margin-right: 10px; }
    header .logo img {
      width: 100%; }
  header .logo-sentence {
    font-size: 1rem;
    color: navy; }
  header .information {
    background-color: #2355A5;
    border-radius: 40px;
    font-size: 1rem;
    margin-right: 20px;
    padding: 15px 40px; }
    header .information:hover {
      background-color: white; }
    header .information i {
      margin-right: 10px; }
    header .information .header-menu {
      text-decoration: none;
      position: relative;
      z-index: 999;
      color: white; }
      header .information .header-menu:hover {
        color: #2355A5; }
  header .main-wrapper {
    margin: 0 25%; }
    header .main-wrapper .main-contents {
      color: white;
      font-size: 3.2rem;
      text-align: center;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
      padding: 30% 0 35% 0; }

@media screen and (max-width: 910px) {
  header .header-flexbox .header-flexbox {
    display: none; }

  header .sp-header-firstFlex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 1%; }

  header .header-flexbox .sp-header-flexbox {
    display: flex;
    width: 80%; }

  header .header-flexbox .imformation {
    display: none; } }
header .effect-flexbox {
  display: flex;
  justify-content: space-around;
  padding: 40px 0; }
  header .effect-flexbox .flexbox {
    display: flex;
    justify-content: center;
    align-items: center; }
  header .effect-flexbox .flexbox .top-icon {
    margin: 0 20px; }
  header .effect-flexbox .flexbox .point {
    color: #09356A;
    font-weight: bold;
    padding: 5px 0; }

header .effect-layer {
  position: relative; }
  header .effect-layer::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 640px) {
  header .effect-flexbox {
    align-items: baseline; }
    header .effect-flexbox .flexbox {
      flex-direction: column;
      margin-bottom: 20px;
      padding: 5px 0; }
      header .effect-flexbox .flexbox .top-icon {
        margin: 0; }
        header .effect-flexbox .flexbox .top-icon img {
          width: 60px; } }
.middle-information {
  padding-top: 80px;
  background-color: #247DC0; }
  .middle-information .middle-title {
    color: #EDF5FB;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0; }
  .middle-information .middle-flexbox {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 40px 13%;
    padding: 25px 0; }
    .middle-information .middle-flexbox .wrapper-adjustment-right {
      margin-right: 45px; }
    .middle-information .middle-flexbox .wrapper-adjustment-left {
      margin-left: 45px; }
    .middle-information .middle-flexbox .middle-button {
      display: block;
      text-decoration: none;
      background-color: #EDF5FB;
      color: #1065CC;
      border-radius: 160px;
      padding: 20px 60px; }
      .middle-information .middle-flexbox .middle-button:hover {
        color: #EDF5FB;
        background-color: #1065CC; }
      .middle-information .middle-flexbox .middle-button i {
        width: 50px;
        text-align: left;
        padding: 2px;
        vertical-align: text-top; }
      .middle-information .middle-flexbox .middle-button #text {
        text-align: left; }
    .middle-information .middle-flexbox .middle-button-adjustment {
      font-size: 1.24rem; }
    .middle-information .middle-flexbox .font-adjustment {
      font-size: 1.01rem !important; }
    .middle-information .middle-flexbox .middle-button-sp {
      display: none; }
    .middle-information .middle-flexbox .middle-contents {
      margin-top: 12px;
      font-size: 0.8rem;
      color: #EDF5FB;
      padding: 5px 0; }

@media screen and (max-width: 680px) {
  .middle-information .middle-flexbox {
    flex-direction: column; }
    .middle-information .middle-flexbox .wrapper-adjustment-right, .middle-information .middle-flexbox .wrapper-adjustment-left {
      margin: 0; }
    .middle-information .middle-flexbox .middle-button {
      display: none; }
    .middle-information .middle-flexbox .middle-button-sp {
      margin-right: 0;
      margin: 0 auto;
      display: block;
      text-decoration: none;
      background-color: #EDF5FB;
      color: #1065CC;
      border-radius: 160px;
      font-size: 1.2rem;
      padding: 20px 60px; }
      .middle-information .middle-flexbox .middle-button-sp:hover {
        color: #EDF5FB;
        background-color: #1065CC; }
      .middle-information .middle-flexbox .middle-button-sp i {
        padding-right: 8%; }
    .middle-information .middle-flexbox .middle-contents {
      margin-top: 0;
      margin-bottom: 12px; } }
/*@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .middle-information .middle-title {
       height:40px;
       overflow: hidden;
        *::-ms-backdrop, .middle-contents{
            height:24px;
            overflow: hidden;
        }
    }
}
*/
.merit {
  background-image: url("../img/laptop-3190194_1920.png");
  background-size: cover;
  padding: 60px 0 120px 0;
  background-position: center center; }
  .merit .merit-adjustment {
    padding-top: 20px; }
  .merit .section-contents-flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 120px; }
    .merit .section-contents-flexbox .indiv-contents {
      background-color: white;
      width: 30%;
      margin: 0 5%;
      align-self: stretch; }
      .merit .section-contents-flexbox .indiv-contents .indiv-contents-explain {
        font-size: 1.2rem;
        letter-spacing: 1px;
        margin: 12% 5%;
        text-align: left;
        padding: 20px 0; }
    .merit .section-contents-flexbox .image-wrapper {
      position: relative;
      text-align: center;
      margin-top: 12%; }
      .merit .section-contents-flexbox .image-wrapper .number {
        position: absolute;
        color: white;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }

@media screen and (max-width: 640px) {
  .merit .section-contents-flexbox {
    display: block;
    padding-top: 0; }
    .merit .section-contents-flexbox .indiv-contents {
      width: 70%;
      margin: 8% auto;
      height: auto; }
    .merit .section-contents-flexbox .indiv-contents-explain {
      padding: 20px; } }
.sales {
  color: white;
  text-align: center;
  letter-spacing: 3px; }
  .sales .section-contents-sales {
    padding-bottom: 58.4px;
    background-color: #247DC0; }
    .sales .section-contents-sales .contents-sales-title {
      font-size: 2.4rem; }
    .sales .section-contents-sales .section-contents-content {
      font-size: 1.6rem;
      margin-bottom: 0;
      margin-top: 1px;
      padding: 5px 0; }
  .sales .sales-middle-wrapper {
    background-image: url("../img/mask.jpg");
    background-size: cover; }
    .sales .sales-middle-wrapper .section-merit-conclusion-layer .tri-wrapper {
      position: relative;
      height: 100px; }
      .sales .sales-middle-wrapper .section-merit-conclusion-layer .tri-wrapper .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 65px 65px 0 65px;
        border-color: #247DC0 transparent transparent transparent;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateY(-5%) translateX(-50%); }
    .sales .sales-middle-wrapper .section-merit-conclusion-layer .conclusion-wrapper {
      margin: 0 15%; }
      .sales .sales-middle-wrapper .section-merit-conclusion-layer .conclusion-wrapper .section-merit-contents {
        width: 720px;
        color: white;
        text-align: left;
        padding: 5px 0; }
        .sales .sales-middle-wrapper .section-merit-conclusion-layer .conclusion-wrapper .section-merit-contents .sp-paragrap {
          display: none; }
    .sales .sales-middle-wrapper .section-merit-conclusion-layer .conclusion-flexbox {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      align-items: center; }
      .sales .sales-middle-wrapper .section-merit-conclusion-layer .conclusion-flexbox img {
        display: inline-block;
        height: 64px; }

/*@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .sales .sales-layer .section-contents-sales .section-contents-content {
        height:60px;
        overflow: hidden;
    }
}
*/
@media screen and (min-width: 901px) and (max-width: 1145px) {
  .sales .sales-middle-wrapper .section-merit-conclusion .conclusion-wrapper .section-merit-contents {
    margin-left: 10%; } }
@media screen and (max-width: 900px) {
  .sales .sales-middle-wrapper .section-merit-conclusion .conclusion-wrapper .section-merit-contents {
    width: 70%;
    margin: 5%; }

  .section-merit-conclusion .conclusion-wrapper .conclusion-flexbox img {
    display: block;
    width: 100%; } }
@media screen and (max-width: 640px) {
  .sales .sales-middle-wrapper .section-merit-conclusion .conclusion-wrapper {
    margin: 0 10%; }
    .sales .sales-middle-wrapper .section-merit-conclusion .conclusion-wrapper .conclusion-flexbox .img-block {
      width: 55px; }
      .sales .sales-middle-wrapper .section-merit-conclusion .conclusion-wrapper .conclusion-flexbox .img-block img {
        width: 100%; } }
.customer-voice {
  padding: 60px 0; }
  .customer-voice .title-wrapper {
    margin: 0 33%; }
  .customer-voice .voice-wrapper {
    margin: 0 60px; }
    .customer-voice .voice-wrapper .section-voice-flexbox {
      background-color: #d5e5f5;
      display: flex;
      margin: 20px 0; }
      .customer-voice .voice-wrapper .section-voice-flexbox .image-icon {
        padding: 5% 10%; }
        .customer-voice .voice-wrapper .section-voice-flexbox .image-icon img {
          width: 100%; }
      .customer-voice .voice-wrapper .section-voice-flexbox .section-voice-contents {
        padding-top: 5%;
        margin-left: 3%; }
        .customer-voice .voice-wrapper .section-voice-flexbox .section-voice-contents .section-voice-contents-name {
          color: #08088A;
          font-size: 2rem;
          padding: 8px 0; }
        .customer-voice .voice-wrapper .section-voice-flexbox .section-voice-contents .section-voice-contents-review {
          color: navy;
          letter-spacing: 3px;
          padding: 5px 0; }
    .customer-voice .voice-wrapper .section-voice-flexbox-reverse {
      background-color: #d5e5f5;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
      .customer-voice .voice-wrapper .section-voice-flexbox-reverse .image-icon {
        padding: 5% 10%; }
        .customer-voice .voice-wrapper .section-voice-flexbox-reverse .image-icon img {
          width: 100%; }
      .customer-voice .voice-wrapper .section-voice-flexbox-reverse .section-voice-contents {
        padding-top: 5%;
        margin-left: 3%; }
        .customer-voice .voice-wrapper .section-voice-flexbox-reverse .section-voice-contents .section-voice-contents-name {
          color: navy;
          font-size: 2rem;
          padding: 8px 0; }
        .customer-voice .voice-wrapper .section-voice-flexbox-reverse .section-voice-contents .section-voice-contents-review {
          color: navy;
          letter-spacing: 3px;
          padding: 5px 0; }

@media screen and (max-width: 640px) {
  .customer-voice .voice-wrapper {
    margin: 0 5%; }
    .customer-voice .voice-wrapper .section-voice-flexbox {
      flex-direction: column;
      padding-bottom: 20px; }
      .customer-voice .voice-wrapper .section-voice-flexbox .image-icon {
        padding: 45px; }
      .customer-voice .voice-wrapper .section-voice-flexbox .section-voice-contents {
        padding: 0;
        margin: 0 3%; }
        .customer-voice .voice-wrapper .section-voice-flexbox .section-voice-contents .pc-only {
          display: none; }
    .customer-voice .voice-wrapper .section-voice-flexbox-reverse {
      flex-direction: column;
      padding-bottom: 20px; }
      .customer-voice .voice-wrapper .section-voice-flexbox-reverse .image-icon {
        padding: 45px; }
      .customer-voice .voice-wrapper .section-voice-flexbox-reverse .section-voice-contents {
        padding: 0;
        margin: 0 3%; }
        .customer-voice .voice-wrapper .section-voice-flexbox-reverse .section-voice-contents .pc-only {
          display: none; }

  .customer-voice .voice-wrapper .section-voice-flexbox-reverse .image-icon {
    padding: 45px; } }
.section-client-flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }

@media screen and (max-width: 940px) {
  .section-client-flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    flex-wrap: wrap; }
    .section-client-flexbox .image-icon {
      margin: 0 10px;
      width: 40%; }
      .section-client-flexbox .image-icon img {
        display: block;
        margin: 5% auto;
        max-width: 100%; } }
@media screen and (max-width: 472px) {
  .client .common-wrapper {
    margin: 0 20px; } }
.flow .common-wrapper {
  margin: 0 10%; }

.flow .section-title {
  margin-top: 80px;
  padding: 8px 0; }

.flow .section-title-adjustment {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 4px 0; }

.flow .section-title-adjustment-top {
  padding-top: 20px;
  margin: 0;
  padding-bottom: 4px; }

.flow .section-flow-flexbox {
  display: flex;
  justify-content: center;
  margin: 80px 0 20px 0; }
  .flow .section-flow-flexbox .indiv-block {
    margin-right: 2px; }
  .flow .section-flow-flexbox .step-block {
    margin-right: 15%;
    margin-bottom: 5px;
    background-color: #1065CC;
    color: white;
    text-align: center;
    padding: 15px; }

@media screen and (max-width: 534px) {
  .flow .section-title-adjustment-top {
    padding-top: 20px;
    margin: 0 11%; }

  .flow .section-title-adjustment {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-right: 11%;
    margin-left: 11%; } }
.flow .section-flow-contents-wrapper {
  position: relative; }
  .flow .section-flow-contents-wrapper .section-flow-block-contents {
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 5px 0; }

.flow .section-flow-path-flexbox {
  position: relative;
  display: flex;
  justify-content: space-between; }
  .flow .section-flow-path-flexbox .right-image {
    align-items: center; }
  .flow .section-flow-path-flexbox .center-wrapper {
    width: 50%; }
  .flow .section-flow-path-flexbox .center-wrapper .center-contents {
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 2px 0; }
  .flow .section-flow-path-flexbox .center-wrapper .center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-85%); }

.flow .tb {
  color: #0A4793;
  font-weight: bold;
  margin: 80px auto;
  border: solid 2px #1065CC;
  border-spacing: 0;
  width: 60%;
  background-color: #FCFDC9; }
  .flow .tb .th-border {
    border-bottom: solid 2px #1065CC;
    border-right: solid 2px #1065CC;
    padding: 30px; }
  .flow .tb .th-border2 {
    border-right: solid 2px #1065CC;
    padding: 30px; }
  .flow .tb .price {
    font-size: 1.6rem; }
  .flow .tb td {
    padding: 1% 0 1% 10%; }
  .flow .tb .td-adjustment-top {
    padding-top: 5%; }
  .flow .tb .td-border {
    border-bottom: solid 2px #1065CC;
    padding-bottom: 5%; }

@media screen and (max-width: 796px) {
  .flow .tb {
    width: 90%; } }
@media screen and (max-width: 1236px) {
  .flow .section-flow-flexbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 80px 0 20px 0;
    text-align: -webkit-center; }
    .flow .section-flow-flexbox .indiv-block {
      margin-right: 2px;
      width: 48%;
      text-align: center; }
    .flow .section-flow-flexbox .step-block {
      margin-top: 5%;
      margin-left: 15%;
      margin-bottom: 5px;
      text-align: center;
      padding: 15px;
      width: 43%; }
    .flow .section-flow-flexbox .section-flow-contents-wrapper {
      position: relative; }
      .flow .section-flow-flexbox .section-flow-contents-wrapper .section-flow-block-image img {
        width: 70%; }
      .flow .section-flow-flexbox .section-flow-contents-wrapper .section-flow-block-contents {
        font-size: 0.8rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%); }

  .flow .section-flow-path-flexbox {
    display: none; } }
.qa {
  background-color: #0A4793;
  padding-bottom: 60px; }

.qa .section-title {
  color: #EDF5FB;
  padding: 60px 0 8px 0; }

.qa .section-title-contents {
  color: #EDF5FB;
  opacity: 0.66; }

.qa .qa-adjustment {
  padding: 20px 0 5px 0; }

.qa .section-qa-flexbox {
  display: flex;
  align-items: center; }
  .qa .section-qa-flexbox .section-qa-question {
    margin-left: 4%;
    color: #EDF5FB; }

.qa .qa-triangle {
  width: 0;
  height: 0;
  margin-left: 140px;
  border-style: solid;
  border-width: 0 20px 40px 20px;
  border-color: transparent transparent #EDF5FB transparent; }

.qa .balloon {
  margin: 0 0 40px 60px;
  background-color: #EDF5FB;
  padding: 30px 50px; }
  .qa .balloon .answer {
    color: #09356A; }
    .qa .balloon .answer .pc {
      display: flex;
      align-items: center; }
  .qa .balloon .qa-font {
    font-size: 1.2rem;
    margin-left: 6%; }
  .qa .balloon .sp-paragrap {
    display: none; }
  .qa .balloon .sp {
    display: none; }
  .qa .balloon .size {
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 4%; }
  .qa .balloon .qa-flex-box {
    display: flex;
    align-items: center; }

.qa .common-wrapper {
  width: 80%; }

@media screen and (max-width: 864px) {
  .qa .balloon .sp-paragrap {
    display: block; }

  .qa .balloon .pc {
    display: none !important; }

  .qa .balloon .sp {
    display: block; }

  .qa .balloon .qa-font {
    margin-left: 0; }

  .qa .common-wrapper {
    margin: 0 10%; }

  .qa .balloon .qa-flex-box {
    display: block; }

  .qa .balloon .answer .a-adjustment {
    width: auto; } }
@media screen and (max-width: 483px) {
  .qa .qa-adjustment {
    margin: 0 14% 5%; }

  .qa .section-qa-flexbox .section-qa-question {
    margin: 5% 0; }

  .qa .balloon {
    margin: 0 0 40px 0; }

  .qa .section-qa-flexbox {
    flex-direction: column; } }
#contact {
  background-color: #EDF5FB;
  padding-bottom: 100px; }
  #contact .section-title {
    margin: 80px 0 3px;
    padding: 8px 0; }
  #contact .contact-adjustment {
    padding: 20px 0 5px 0; }

#contact .common-wrapper {
  margin-top: 80px; }
  #contact .common-wrapper .form {
    padding: 40px;
    display: flex; }
    #contact .common-wrapper .form label {
      margin-left: 60px;
      margin-right: 120px;
      width: 60px;
      color: white;
      background-color: #9E1010;
      padding: 1.2%;
      text-align: center;
      font-size: 0.8rem; }
    #contact .common-wrapper .form .label-adjustment {
      height: 50%; }
    #contact .common-wrapper .form p {
      margin: 0 auto; }
    #contact .common-wrapper .form .emphasis {
      margin-right: 20px;
      width: 121px;
      text-align: right;
      margin: auto;
      color: #09356A; }
    #contact .common-wrapper .form .span-adjustment {
      margin: 0 auto; }
    #contact .common-wrapper .form input {
      width: 60%;
      text-align: left;
      border: none; }
    #contact .common-wrapper .form textarea {
      width: 60%;
      text-align: left;
      border: none; }
  #contact .common-wrapper .button {
    text-align: center; }
    #contact .common-wrapper .button .btn {
      padding: 20px;
      background-color: #2355A5;
      text-align: center;
      border-radius: 160px;
      text-decoration: none;
      border-style: none;
      font-size: 1.6rem;
      color: white;
      width: 40%; }

@media screen and (min-width: 957px) and (max-width: 1276px) {
  #contact .common-wrapper .form .emphasis {
    padding-right: 20px; } }
@media screen and (max-width: 956px) {
  #contact .common-wrapper .form {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    /*.label-adjustment{
        padding-top:2%;
    }*/ }
    #contact .common-wrapper .form label {
      margin-left: 0;
      margin-right: 30px;
      color: white; }
    #contact .common-wrapper .form .emphasis {
      margin-right: 20px; }
    #contact .common-wrapper .form input {
      width: 50%; }
    #contact .common-wrapper .form textarea {
      width: 50%; } }
@media screen and (max-width: 568px) {
  #contact .common-wrapper {
    margin: 0 10%; }
    #contact .common-wrapper .form {
      padding-right: 0;
      padding-left: 0; } }
@media screen and (max-width: 640px) {
  #contact .common-wrapper .button {
    margin-right: 10% !important;
    margin-left: 10% !important; }
    #contact .common-wrapper .button .btn {
      width: 60%; } }
@media screen and (max-width: 483px) {
  #contact .contact-adjustment {
    margin: 0 12% 5%; } }
footer .footer-wrapper {
  text-align: center;
  padding: 80px 0;
  color: #09356A; }
  footer .footer-wrapper .company-info {
    padding: 5px 0; }
  footer .footer-wrapper .copyright {
    text-align: center;
    height: 90px; }

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