<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*all setting*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  color: #333;
}
body {
  font-size: 1.6rem;
  background: rgb(255, 255, 255);
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  background: white;
}
/*header*/
header {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
header h1 {
  margin: 20px 0px 20px 0px;
  width: 30%;
  padding: 0;
  text-align: left;
}
header nav {
  width: 70%;
}
header ul {
  height: 50px;
  display: flex;
}
header li {
  letter-spacing: 1px;
  font-size: 95%;
  width: calc(100% / 5);
  line-height: 1;
  text-align: center;
  list-style: none;
}
header li a {
  display: block;
  padding: 45px 0;
  color: #333;
  text-decoration: none;
  position: relative;
}
header li a:hover {
  background-color: #f5f5f5;
}
header li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #999;
  transform: scale(0, 1);
  transition: 0.4s;
}
header li a:hover:before {
  transform: scale(1);
}
/*-----main-home-----*/
#cnt_main-header {
  text-align: right;
  padding: 0px 0px 420px 0px;
}
.cnt_main-img {
  text-align: center;
  width: 100%;
  height: 350px;
  background: gray;
  background-image: url("../images/print-1822374_1280.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.cnt_main-img &gt; h2 {
  color: #FFF;
  text-shadow: 1.5px 1px 2px rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 90px;
  color: #666;
  font-weight: normal;
  text-align: right;
  width: 88%;
}
.cnt_main {
  line-height: 2em;
  padding: 0px 5px 5px 0px;
  font-size: 140%;
  background: linear-gradient(transparent 70%, #81CEF2 20%);
}
/*news*/
.cnt_news-bg {
  padding: 3%;
  background-color: #E7E7E7;
}
#cnt_news {
  font-size: 90%;
  width: 83%;
  margin: 0 auto;
  padding: 2%;
  background: rgba(255, 255, 255, 0.9);
}
#cnt_news h2 {
  padding: 10px;
  color: #666;
  margin-bottom: 2%;
  text-align: center;
  border-bottom: 2px solid #E7E7E7;
}
.itm_news th {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px dotted #ccc;
}
.itm_news td {
  vertical-align: top;
  line-height: 1.8;
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}
/*page-link*/
#cnt_p-link {
  width: 80%;
  margin: 5% auto;
  display: flex;
  justify-content: space-between;
}
#cnt_p-link img {
  width: 100%;
  object-fit: contain;
}
.itm_link {
  width: calc(100% / 3);
  margin: 3%;
  padding: 1em 1em;
  border: solid 1px #CCC;
}
.itm_link h3 {
  font-size: 97%;
  text-align: center;
  font-weight: normal;
  padding: 3px 0px 0px 0px;
}
.itm_link a {
  text-decoration: none;
}
/*-----main-company-----*/
/*sec_title*/
#cnt_p-title-company {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  height: 230px;
  background-image: url(../images/bank-phrom-Tzm3Oyu_6sk-unsplash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#cnt_p-title-company h2 {
  font-weight: normal;
  width: 89%;
  padding: 90px 0px;
  text-align: right;
  text-decoration: none;
  letter-spacing: 5px;
}
/*table*/
#main_company th, #main_company td {
  border: 1px solid #181818;
}
#main_company table {
  width: 100%;
  border-collapse: collapse;
}
#main_company th {
  width: 30%;
  color: #181818;
  background: rgba(151, 147, 147, 0.3);
  text-align: center;
}
#main_company td {
  width: 70%;
  padding: 1% 2%;
}
/*aisatu*/
#cnt_aisatu {
  margin-top: 80px;
  padding: 70px 0px;
  background-color: #f5f5f5;
}
#cnt_aisatu h3 {
  width: 80%;
  text-align: center;
  background-color: #999999;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 8px 0px 8px 0px;
  border-bottom: solid 3px #CCC;
}
#cnt_aisatu p {
  padding: 15px 30px 30px 60px;
  background-color: #FFF;
  width: 80%;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}
.aisatu {
  line-height: 2.5em;
  width: 80%;
  text-align: left;
}
/*portrait*/
#cnt_portrait {
  margin-top: 80px;
}
#cnt_portrait h3 {
  border-bottom: solid 3px #CCC;
  width: 80%;
  text-align: center;
  background-color: #999999;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 8px 0px 8px 0px;
}
#cnt_portrait table {
  width: 80%;
  background-color: #FFF;
  line-height: 1.8em;
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}
#cnt_portrait td {
  border: 1px solid #CCC;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-align: left;
}
#cnt_portrait th {
  font-weight: normal;
  width: 230px;
  background-color: #FFF;
  border: 1px solid #CCC;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
/*history*/
#cnt_history {
  margin-top: 80px;
  padding: 70px 0px;
  background-color: #f5f5f5;
}
#cnt_history h3 {
  width: 80%;
  text-align: center;
  background-color: #999999;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 8px 0px 8px 0px;
  border-bottom: solid 3px #CCC;
}
#cnt_history table {
  width: 80%;
  background-color: #FFF;
  line-height: 1.8em;
  font-size: 1.0em;
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
}
#cnt_history td {
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-align: left;
  border: 0;
}
#cnt_history th {
  border: none;
  font-weight: normal;
  width: 230px;
  background-color: #FFF;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.dashed {
  border-bottom: dotted 3px #eee;
}
/*client*/
#cnt_client {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  margin-top: 80px;
  padding: 0px;
  border: 5px solid #999;
}
#cnt_client h3 {
  border-bottom: solid 3px #CCC;
  color: #FFF;
  width: 100%;
  text-align: center;
  background-color: #999;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 2px 0px 8px 0px;
}
#cnt_client table {
  margin: 15px;
  width: 80%;
  background-color: #FFF;
  font-size: 1.0em;
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
}
#cnt_client td {
  width: calc(100% / 3);
  border: none;
}
/*access*/
#cnt_access {
  margin-top: 80px;
  padding: 70px 0px;
  background-color: #f5f5f5;
}
#cnt_access h3 {
  border-bottom: solid 3px #CCC;
  width: 80%;
  text-align: center;
  background-color: #999999;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 8px 0px 8px 0px;
}
.itm_access {
  width: 60%;
  margin: 2% auto;
  padding: 1%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.itm_link-form {
  width: 30%;
  box-shadow: 10px 10px 2px 1px rgba(0, 0, 0, 0.2);
}
.itm_link-form a {
  display: block;
  padding: 3% 1%;
  color: white;
  background: gray;
  text-align: center;
  text-decoration: none;
}
#cnt_access iframe {
  width: 100%;
}
#map {
  width: 80%;
  border: 15px solid #FFF;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/*-----main-service-----*/
#cnt_p-title-service {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  height: 230px;
  background-image: url(../images/magnifying-glass-541626_1280.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#cnt_p-title-service h2 {
  font-weight: normal;
  width: 89%;
  padding: 90px 0px;
  text-align: right;
  text-decoration: none;
  letter-spacing: 5px;
}
#cnt_service {
  margin: 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
#cnt_service h3 {
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #FFF;
  width: 80%;
  text-align: center;
  background-color: #999;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 8px 0px 8px 0px;
  border-bottom: solid 3px #CCC;
}
.service .box {
  margin-bottom: 80px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service .item {
  padding: 25px;
  width: 47%;
  border: 5px solid #f5f5f5;
}
.service .item p {
  font-size: 90%;
}
.ph {
  margin: 0px 0px 15px 0px;
}
.service .item h4 {
  font-size: 105%;
  font-weight: bold;
  color: #797979;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  border-bottom: 2px dotted #CCC;
}
.cnt_link-contact {
  width: 60%;
  margin: 2% auto;
  padding: 2% 0;
  background: rgb(207, 207, 207);
  position: relative;
}
.cnt_link-contact h2, .cnt_link-contact p {
  text-align: center;
}
.cnt_link-contact h2 {
  width: 20%;
  position: absolute;
  top: -10%;
  left: 40%;
}
.itm_link-contact {
  width: 20%;
  margin: 2% auto;
  padding: 5px;
  color: white;
  background: #797979;
}
/*-----main-knowledge-----*/
#cnt_p-title-knowledge {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  height: 230px;
  background-image: url(../images/knowledge.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#cnt_p-title-knowledge h2 {
  font-weight: normal;
  width: 89%;
  padding: 90px 0px;
  text-align: right;
  color: white;
  text-decoration: none;
  letter-spacing: 5px;
}
.cnt_knowledge01 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 80px;
  padding: 70px 0px;
  background-color: #f5f5f5;
}
.cnt_knowledge01 p {
  background-color: #FFF;
  font-weight: bold;
  width: 50%;
  padding: 1.3%;
  border: 8px solid #DDD;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cnt_knowledge01 a {
  text-decoration: none;
  color: #181818;
}
/*-----main-contact-----*/
#cnt_p-title-contact {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  height: 230px;
  background-image: url(../images/img_service04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#cnt_p-title-contact h2 {
  font-weight: normal;
  width: 89%;
  padding: 90px 0px;
  text-align: right;
  text-decoration: none;
  letter-spacing: 2px;
}
.fuchidori_wh {
  color: #666;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.fuchidori_gr {
  color: #FFF;
  text-shadow: 2px 2px 0 #999, -2px -2px 0 #999, -2px 2px 0 #999, 2px -2px 0 #999, 0px 2px 0 #999, 0-2px 0 #999, -2px 0 0 #999, 2px 0 0 #999;
}
#cnt_contact_tel {
  margin-top: 80px;
  padding: 70px 0px;
  background-color: #f5f5f5;
}
#cnt_contact_mail {
  margin-top: 0px;
  padding: 70px 0px;
}
#contact_tel {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#cnt_contact_tel h3 {
  width: 80%;
  text-align: center;
  background-color: #999999;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 8px 0px 8px 0px;
  border-bottom: solid 3px #CCC;
}
#cnt_contact_mail h3 {
  border-bottom: solid 3px #CCC;
  width: 80%;
  text-align: center;
  background-color: #999999;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 8px 0px 8px 0px;
}
#contents p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 855px;
}
.telmail {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 0px 0px;
  line-height: 3em;
}
.time {
  text-align: center;
}
.mar_10 {
  margin: 0px 10px 0px 0px;
}
.cnt_contact p {
  text-align: center;
  vertical-align: middle;
}
.box_contact {
  margin: 2%;
  padding: 2%;
  background: rgb(211, 211, 211);
  display: flex;
  justify-content: space-around;
}
.itm_contact01, .itm_contact02 {
  width: 40%;
  padding: 2%;
}
.itm_contact01, .itm_contact02 img {
  vertical-align: bottom;
}
.itm_contact02 {
  background: white;
  border-radius: 30px;
}
.cnt_link-access {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
}
.cnt_link-access p {
  font-weight: bold;
  background: #f5f5f5;
  width: 100%;
  margin: 2% 0;
  margin-left: auto;
  padding: 1.5%;
  border: 8px solid #DDDDDD;
  border-radius: 12px;
  text-align: center;
}
.cnt_link-access a {
  text-decoration: none;
  color: #181818;
}
/*footer*/
footer {
  text-align: center;
  background: #ababab;
}
#cnt_footer {
  display: flex;
  justify-content: space-between;
}
.itm_company {
  width: 100%;
  padding: 20px;
}
.itm_company li {
  line-height: 1.6;
  text-align: center;
  list-style: none;
  color: white;
}
.itm_company img {
  vertical-align: baseline;
}
/*topへ戻るボタン*/
.btn_top {
  text-align: center;
  padding: 25px;
  margin-top: 80px;
}
/*copyright*/
.copy-right {
  background: #c6c6c6;
  padding: 15px;
  color: #666;
}
.copy-right small {
  text-align: center;
}
.font_bold {
  font-weight: bold;
}
.clear {
  clear: both;
}
@media screen and (min-width: 0px) and (max-device-width: 599px) {
  /*-----home_sp-----*/
  /*header*/
  #cnt_main-header {
    padding: 0px 0px 180px 0px;
  }
  .cnt_main-img {
    height: 150px;
  }
  .cnt_main-img &gt; h2 {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    top: 30px;
    right: 15px;
    font-size: 100%;
  }
  .cnt_main {
    line-height: 1em;
    font-size: 100%;
    background: linear-gradient(transparent 80%, #81CEF2 20%);
  }
  .itm_news tr {
    display: flex;
    flex-direction: column;
  }
  .itm_news th {
    border-bottom: hidden;
  }
  .itm_news td {
    padding: 5px 0px;
    border-bottom: 1px dotted #ccc;
  }
  #cnt_p-link {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .itm_link {
    width: 90%;
    height: 150px;
  }
  #cnt_p-link img {
    height: 100px;
    object-fit: cover;
  }
  .itm_link h3 {
    font-size: 97%;
    text-align: center;
    font-weight: normal;
    padding: 0;
  }
  /*-----company_sp-----*/
  /*sec_title*/
  #cnt_p-title-company {
    height: 150px;
  }
  #cnt_p-title-company h2 {
    padding: 80px 0px 0px 0px;
  }
  #cnt_aisatu {
    margin-top: 30px;
    padding: 30px 0px;
  }
  #cnt_aisatu h3 {
    width: 90%;
  }
  #cnt_aisatu p {
    width: 90%;
    padding: 10px;
  }
  .aisatu {
    width: 90%;
    line-height: 1.75em;
  }
  /*portrait*/
  #cnt_portrait {
    margin-top: 30px;
    padding: 0px;
  }
  #cnt_portrait h3 {
    width: 90%;
  }
  #cnt_portrait table {
    width: 90%;
    line-height: 1.75em;
  }
  #cnt_portrait th {
    width: 230px;
    padding: 10px 5px;
  }
  #cnt_portrait td {
    padding: 10px 5px;
  }
  /*history*/
  #cnt_history {
    margin-top: 30px;
    padding: 30px 0px;
  }
  #cnt_history h3 {
    width: 90%;
  }
  #cnt_history table {
    width: 90%;
    line-height: 1.75em;
  }
  #cnt_history th {
    padding: 10px 5px;
  }
  #cnt_history td {
    padding: 10px 5px;
  }
  /*client*/
  #cnt_client {
    width: 90%;
    margin-top: 30px;
  }
  #cnt_client table {
    width: 90%;
  }
  #cnt_client tr {
    display: flex;
    flex-direction: column;
  }
  #cnt_client td {
    width: 100%;
    padding: 5px 0px;
  }
  /*access*/
  #cnt_access {
    margin-top: 30px;
    padding: 30px 0;
  }
  #cnt_access h3 {
    width: 90%;
  }
  .itm_access {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }
  .itm_link-form {
    width: 60%;
    margin: 15px auto;
    box-shadow: 5px 5px 1px 0.5px rgba(0, 0, 0, 0.2);
  }
  #cnt_access iframe {
    height: 50%;
  }
  #map {
    width: 80%;
    border: 15px solid #FFF;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  /*-----service_sp-----*/
  #cnt_p-title-service {
    height: 150px;
  }
  #cnt_p-title-service h2 {
    padding: 80px 0px 0px 0px;
  }
  #cnt_service h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .service .box {
    width: 100%;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }
  .service .item {
    width: 90%;
    margin-bottom: 20px;
    border: 5px solid #f5f5f5;
  }
  .service &gt; .item:last-child {
    margin-bottom: 0px;
  }
  .btn_top {
    margin-top: 0px;
  }
  /*-----knowledge_sp-----*/
  #cnt_p-title-knowledge {
    height: 150px;
  }
  #cnt_p-title-knowledge h2 {
    padding: 80px 0px 0px 0px;
  }
  .cnt_knowledge01 {
    margin-top: 30px;
    padding: 20px 0px;
  }
  .cnt_knowledge01 p {
    width: 80%;
  }
  /*-----contact_sp-----*/
  #cnt_p-title-contact {
    height: 150px;
  }
  #cnt_p-title-contact h2 {
    font-weight: normal;
    padding: 80px 0px 0px 0px;
  }
  #cnt_contact_tel {
    margin-top: 30px;
    padding: 30px 0px;
  }
  #cnt_contact_mail {
    padding: 30px 0px;
  }
  #contact_tel {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .time {
    padding: 3%;
  }
  /*fuchidori*/
  .fuchidori_wh {
    color: #666;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  .fuchidori_gr {
    color: #FFF;
    text-shadow: 1px 1px 0 #999, -1px -1px 0 #999, -1px 1px 0 #999, 1px -1px 0 #999, 0px 1px 0 #999, 0-1px 0 #999, -1px 0 0 #999, 1px 0 0 #999;
  }
  /*hmb_menu*/
  header nav {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 60%;
    padding-top: 60px;
    background: rgba(33, 33, 33, .9);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    align-content: space-around;
  }
  header nav ul li {
    width: 100%;
    padding: 5px 28px;
  }
  header nav ul li:first-child {
    padding-top: 20px;
  }
  header nav ul li a {
    padding: 15px 0;
    color: #ddd;
  }
  header .btn-gnavi {
    position: fixed;
    top: 40px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  header .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 20px;
  }
  header .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header .btn-gnavi.open span {
    background: #fff;
  }
  header .btn-gnavi.open span:nth-child(1) {
    width: 24px;
    -webkit-transform: translate(-7px, 17px) rotate(45deg);
    transform: translate(-7px, 17px) rotate(45deg);
  }
  header .btn-gnavi.open span:nth-child(3) {
    width: 24px;
    -webkit-transform: translate(-7px, -17px) rotate(-45deg);
    transform: translate(-7px, -17px) rotate(-45deg);
  }
}
/*----mediaquery end*/</pre></body></html>