<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*  ====================================================
  MV
===================================================== */
.mv {
  height: 600px;
  margin: 80px 0 30px;
  display: flex;
  position: relative;
  transition: 0.3s ease-out;
}

.mv-item {
  width: calc(100% / 3);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.mv-inner {
  width: 100%;
  padding: 20px 40px 126px;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mv-ttl-sub {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  color: var(--c-white);
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.mv-ttl {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 32px;
  font-weight: bold;
  color: var(--c-white);
  text-shadow: 0 0 6px rgba(0,0,0,0.4);
  font-feature-settings: "palt";
}
.mv-ttl-narrow {
  /*letter-spacing: -0.2rem;*/
}

.mv-lead {
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  color: var(--c-white);
  text-shadow: 0 0 6px rgba(0,0,0,0.4);
}


/* ボタン */
.mv-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.mv-btn span{
  width: 190px;
  margin: 0 auto;
  line-height: 42px;
  border: solid 2px var(--c-white);
  border-radius: 23pc;
  color: var(--c-white);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  background: rgba(0,0,0,0.3) url(../images/common/i_arrow_wh.png) no-repeat right 15px center;
  background-size: 7px auto;
}

/* 背景画像 */
.mv-item-01 {
  background: url(../images/top/mv_01.jpg) no-repeat center center;
  background-size: cover;
}
.mv-item-02 {
  background: url(../images/top/mv_02.jpg) no-repeat center center;
  background-size: cover;
}
.mv-item-03 {
  background: url(../images/top/mv_03.jpg) no-repeat center center;
  background-size: cover;
}


@media screen and (max-width: 940px) {
.mv {
  margin: 72px 0 15px;
  transition: 0.3s ease-out;
}
}

@media screen and (max-width: 834px) {
.mv {
  height: 420px;
}

.mv-inner {
  padding: 20px 15px 86px;
}

/* ボタン */
.mv-btn {
  bottom: 30px;
}

}

@media screen and (max-width: 767px) {
.mv {
  height: auto;
  display: block;
  transition: 0.3s ease-out;
}

.mv-item {
  width: 100%;
}

.mv-inner {
  padding: 40px 30px 40px 20px;
  background: rgba(0,0,0,0.3) url(../images/common/i_arrow_wh.png) no-repeat right 15px center;
  background-size: 7px auto;
}

.mv-ttl {
  font-size: 24px;
}

.mv-lead {
  font-size: 14px;
}

.mv-btn span{
  display: none;
}

}



/*  ====================================================
  consulting
===================================================== */
.consulting-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.consulting-list li {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  background: var(--c-white);
  border-radius: 10px;
}
.consulting-list li:nth-of-type(3) {
  margin-bottom: 0;
}
.consulting-list li:nth-of-type(4) {
  margin-bottom: 0;
}

.consulting-list li a {
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  display: block;
  background: url(../images/common/i_arrow_bk.png) no-repeat right 15px center;
  background-size: 7px auto;
}

.consulting-img {
  margin-bottom: 10px;
  text-align: center;
}
.consulting-img img {
  width: 100%;
  max-width: 70px;
}

.consulting-txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.company-wrap a {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {


.consulting-list li {
  width: calc(50% - 7px);
  margin-bottom: 14px;
}

.consulting-list li:nth-of-type(3) {
  margin-bottom: 0;
}
.consulting-list li:nth-of-type(4) {
  margin-bottom: 0;
}

.consulting-list li a {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
}

.consulting-txt {
  font-size: 12px;
  font-feature-settings: "palt";
}

}


/*  ====================================================
  Analysis
===================================================== */
.analysis-img {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: block;
  background: var(--c-white) url(../images/common/i_arrow_bk.png) no-repeat right 15px center;
  background-size: 7px auto;
  border-radius: 10px;
  text-align: center;
}
.analysis-img img {
  width: 100%;
  max-width: 310px;
}

@media screen and (max-width: 834px) {
.analysis-img {
  padding: 20px 30px 20px 20px;
}
}


/*  ====================================================
  CRM
===================================================== */
.card-wrap-crm {
  padding: 40px;
  background: var(--c-white);
  border-radius: 10px;
}

.crm-list {
  list-style: none;
}

.crm-list li {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../images/common/i_list.png) no-repeat left center;
  background-size: 9px auto;
  font-size: 14px;
  line-height: 1.4;
}
.crm-list li:last-of-type {
  margin-bottom: 0;
}
.crm-list li a {
  display: block;
}
.crm-list li a:hover {
  text-decoration: underline;
}

.crm-img {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: block;
  background: var(--c-white) url(../images/common/i_arrow_bk.png) no-repeat right 15px center;
  background-size: 7px auto;
  border-radius: 10px;
  text-align: center;
}
.crm-img img {
  width: 100%;
}


@media screen and (max-width: 834px) {
.card-wrap-crm {
  padding: 20px;
}

.crm-list li {
  margin-bottom: 15px;
  font-feature-settings: "palt";
}
.crm-list li:last-of-type {
  margin-bottom: 0;
}

.crm-img {
  padding: 20px 30px 20px 20px;
}

}


/*  ====================================================
  コラム・トピックス / ニュース
===================================================== */
.info-wrap {
  padding: 30px 0;
}

.card-wrap-topics {
  display: flex;
  justify-content: space-between;
}

/* カード：左枠 */
.card-wrap-topics .card-wrap-left {
  width: 230px;
  display: flex;
  flex-wrap: wrap;
}

.card-wrap-topics .card-wrap-left .card-ttl-sub {
  margin-bottom: 5px;
}

.topics-link a {
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  background: url(../images/common/i_arrow_bk.png) no-repeat right center;
  background-size: 6px auto;
  text-decoration: underline;
}
.topics-link a:hover {
  text-decoration: none;
}


/* カード：右枠 */
.card-wrap-topics .card-wrap-right {
  width: calc(100% - 240px);
}

.topics-list {
  list-style: none;
}

.topics-list li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.topics-list li:last-of-type {
  margin-bottom: 0;
}

.topics-list li span {
  width: 110px;
  font-weight: bold;
}

.topics-list li a {
  width: calc(100% - 120px);
}
.topics-list li a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 834px) {
.info-wrap {
  padding: 15px 0;
}

.card-wrap-topics {
  display: block;
}

/* カード：左枠 */
.card-wrap-topics .card-wrap-left {
  width: 100%;
}

.card-wrap-topics .card-wrap-left .card-ttl-sub {
  display: inline-block;
}

.topics-link {
  padding-left: 20px;
  display: inline-block;
}

.topics-list {
  padding-top: 30px;
}


/* カード：右枠 */
.card-wrap-topics .card-wrap-right {
  width: 100%;
}

.topics-list li {
  margin-bottom: 25px;
  display: block;
}
.topics-list li:last-of-type {
  margin-bottom: 0;
}

.topics-list li span {
  width: 100%;
  padding-bottom: 5px;
  display: block;
  font-size: 12px;
}

.topics-list li a {
  width: 100%;
  display: block;
  font-size: 12px;
}

}

</pre></body></html>