<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * ダイセキを知る
 *
 * ダイセキの仕事
 *
 */
body.-inEnd .main-cont {
  transform: none !important;
}

body.-bg {
  background-color: #f2f2f2;
}

#main {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .main-head,
  .widebox-wrap,
  .cmn-sct {
    background-color: #f2f2f2;
  }
}

.topicpath-wrap {
  background-color: #fff;
}

.topicpath-wrap li a {
  color: #111 !important;
}

/* main-head
 ========================================================================== */
.main-head {
  position: relative;
  z-index: 0;
}

.main-head img {
  width: 100%;
}

.main-head-img {
  display: block;
  position: relative;
  z-index: 0;
}

.main-head-ttl-wrap {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

@media screen and (min-width: 768px), print {
  .main-head-ttl-wrap {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .main-head-ttl-wrap {
    top: 50%;
  }
}

.main-head-ttl-wrap p {
  font-family: "FOT-筑紫明朝 Pr6 H", serif;
  text-align: center;
  text-shadow: 1px 1px 12px #444;
  line-height: 1.82;
}

@media screen and (min-width: 768px), print {
  .main-head-ttl-wrap p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .main-head-ttl-wrap p {
    font-size: 4.27vw;
  }
}

.main-head-ttl span {
  display: block;
  line-height: 1;
}

.main-head-ttl span &gt; span {
  display: block;
  position: relative;
  z-index: 1;
}

.main-head-ttl span.ja {
  font-family: "FOT-筑紫明朝 Pr6 E", serif;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .main-head-ttl span.ja {
    padding: 6px 5px 10px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .main-head-ttl span.ja {
    font-size: 4.27vw;
    padding: 1.6vw 2.13vw 2.13vw;
  }
}

.main-head-ttl span.ja:before {
  background-color: rgba(185, 0, 0, 0.9);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-15deg);
}

.main-head-ttl span.en {
  text-shadow: 1px 1px 12px #444;
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .main-head-ttl span.en {
    margin: 24px 0 10px;
    white-space: nowrap;
    font-size: 100px;
    font-size: 10rem;
    letter-spacing: 0.45rem;
  }
  .main-head-ttl span.en br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-head-ttl span.en {
    font-size: 17.07vw;
    line-height: .9;
    margin: 5.33vw 0 2.13vw;
    white-space: nowrap;
  }
}

/* widebox
 ========================================================================== */
@media screen and (min-width: 768px), print {
  .widebox-wrap {
    margin: 0 0 50px;
    min-width: 1200;
  }
}

.widebox {
  overflow: hidden;
  position: relative;
}

.widebox.-show:before {
  transition-duration: 1.5s;
  transition-delay: .5s;
  opacity: 0;
}

.widebox:before {
  background-color: #000;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media screen and (min-width: 768px), print {
  .widebox {
    padding: 10.67vw 0;
    display: block;
  }
  .widebox:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .widebox {
    padding: 10.67vw 5.33vw;
  }
}

.widebox-cont {
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .widebox-cont {
    min-width: 750px;
    padding: 5.33vw 0 4vw;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .widebox-cont {
    padding: 8vw 0;
  }
}

@media screen and (min-width: 768px), print {
  .widebox-cont.-right {
    float: right;
  }
}

.widebox-cont-ttl {
  font-family: "FOT-筑紫明朝 Pr6 E", serif;
  letter-spacing: .05em;
  line-height: 1.2;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .widebox-cont-ttl {
    padding: 0 6.67vw;
  }
}

@media screen and (max-width: 767px) {
  .widebox-cont-ttl {
    padding: 0 10.67vw;
  }
}

.widebox-cont-ttl:before {
  background-color: #ba0101;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .widebox-cont-ttl:before {
    width: 4.27vw;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .widebox-cont-ttl:before {
    width: 6.67vw;
    height: 0.53vw;
  }
}

@media screen and (min-width: 768px), print {
  .widebox-cont-ttl {
    margin-bottom: 35px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .widebox-cont-ttl {
    font-size: 6.4vw;
    margin-bottom: 5.33vw;
  }
}

@media screen and (min-width: 768px), print {
  .widebox-cont-inner {
    padding: 0 6.67vw;
  }
}

@media screen and (max-width: 767px) {
  .widebox-cont-inner {
    padding: 0 10.67vw;
  }
}

@media screen and (min-width: 768px), print {
  .widebox-cont-inner &gt; * {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .widebox-cont-inner &gt; * {
    margin-bottom: 4vw;
  }
}

.widebox-cont-bdr {
  border: 1px solid rgba(255, 255, 255, 0.7);
  position: relative;
}

@media screen and (min-width: 768px), print {
  .widebox-cont-bdr {
    margin-top: 50px;
    padding: 45px 34px 30px;
  }
}

@media screen and (max-width: 767px) {
  .widebox-cont-bdr {
    margin-top: 8vw;
    padding: 8vw 2.67vw 6.67vw;
  }
}

.widebox-cont-bdr-ttl {
  font-family: "FOT-筑紫明朝 Pr6 E", serif;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.widebox-cont-bdr-ttl &gt; span {
  display: inline-block;
  position: relative;
}

.widebox-cont-bdr-ttl &gt; span:before {
  background-color: rgba(185, 0, 0, 0.9);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-15deg);
  z-index: 0;
}

.widebox-cont-bdr-ttl &gt; span span {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .widebox-cont-bdr-ttl &gt; span span {
    padding: 7px 50px 11px;
  }
}

@media screen and (max-width: 767px) {
  .widebox-cont-bdr-ttl &gt; span span {
    padding: 1.33vw 5.33vw 1.87vw;
  }
}

.widebox-cont-list li {
  line-height: 1.3;
  position: relative;
  padding-left: 1em;
}

@media screen and (min-width: 768px), print {
  .widebox-cont-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .widebox-cont-list li:not(:last-child) {
    margin-bottom: 2.67vw;
  }
}

.widebox-cont-list li:before {
  display: block;
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.widebox.-bg01 {
  background: url(img/wide_bg01.jpg) no-repeat center center;
  background-size: cover;
}

.widebox.-bg02 {
  background: url(img/wide_bg02.jpg) no-repeat center center;
  background-size: cover;
}

/* about-list
 ========================================================================== */
@media screen and (min-width: 768px), print {
  .about-list-wrap {
    display: flex;
    margin: 80px auto 0;
  }
  .about-list-wrap &gt; * {
    flex: 1;
  }
}

.about-list-img {
  display: block;
}

.about-list-img img {
  width: 100%;
}

.about-list-cont {
  background-color: rgba(244, 244, 244, 0.95);
  color: #000;
}

@media screen and (min-width: 768px), print {
  .about-list-cont {
    margin: 0 auto;
    padding: 32px 0;
    position: relative;
    top: -60px;
    width: calc(100% - 50px);
  }
  .about-list-cont &gt; * {
    padding: 0 50px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .about-list-cont {
    padding: 5.33vw 0;
  }
  .about-list-cont &gt; * {
    padding: 0 10.67vw;
  }
}

.about-list-cont-ttl {
  font-family: "FOT-筑紫明朝 Pr6 E", serif;
  line-height: 1.2;
  position: relative;
}

.about-list-cont-ttl:before {
  background-color: #ba0101;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .about-list-cont-ttl:before {
    width: 30px;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .about-list-cont-ttl:before {
    width: 6.67vw;
    height: 0.53vw;
  }
}

@media screen and (min-width: 768px), print {
  .about-list-cont-ttl {
    margin-bottom: 18px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .about-list-cont-ttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 768px), print {
  .about-btn {
    margin-top: 0;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .about-btn {
    margin: 8vw 5.33vw 13.33vw;
  }
}

.about-list-cont {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px), print {
  .about-list-cont {
    min-height: 158px;
  }
}

.about-list-cont-link {
  margin-top: 20px;
  padding: 0 50px;
  font-size: 13px;
  font-size: 1.3rem;
}

.about-list-cont-link a {
  color: #ba0101 !important;
}

@media screen and (max-width: 767px) {
  .about-list-cont-link {
    padding: 0 10.67vw;
    margin-bottom: 2.67vw;
  }
}

/* bg-interval
 ========================================================================== */
.bg-interval img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .bg-interval {
    margin: 15px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .bg-interval {
    margin: 16vw 0 5.33vw;
    position: relative;
    overflow: hidden;
  }
}

/* cmn-sct
 ========================================================================== */
@media screen and (max-width: 767px) {
  .cmn-sct {
    padding: 0 1.07vw;
  }
}

.cmn-sct .sttl01 {
  color: #1a1a1a;
}

@media screen and (min-width: 768px), print {
  .cmn-sct .sttl01 {
    margin-bottom: 42px;
  }
}

.cmn-sct-lead {
  color: #1a1a1a;
}

@media screen and (min-width: 768px), print {
  .cmn-sct-lead {
    line-height: 1.875;
    text-align: center;
    padding: 0 100px;
  }
  .cmn-sct-lead.-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .cmn-sct-lead {
    padding: 0 4.27vw;
  }
}

/* flow */
@media screen and (min-width: 768px), print {
  .flow {
    margin: 100px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 10.67vw 0 13.33vw;
  }
  .flow .sttl01 {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px), print {
  .flow-list {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .flow-list {
    margin-top: 5.33vw;
    padding: 0 4.27vw;
  }
}

.flow-list li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
}

.flow-list li:not(:last-child):after {
  background: url(img/arrow_flow.png) no-repeat left 0;
  background-size: 16px auto;
  content: '';
  width: 16px;
  height: 20px;
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .flow-list li:not(:last-child):after {
    left: 77px;
    bottom: -35px;
  }
}

@media screen and (max-width: 767px) {
  .flow-list li:not(:last-child):after {
    left: calc(50% - 8px);
    bottom: calc(-10px - 5.335vw);
  }
}

@media screen and (min-width: 768px), print {
  .flow-list li {
    display: flex;
  }
  .flow-list li:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .flow-list li:not(:last-child) {
    margin-bottom: 10.67vw;
  }
}

.flow-list-ttl {
  font-family: "Teko", sans-serif;
  letter-spacing: .05em;
  position: relative;
  background-color: #1a1a1a;
}

@media screen and (min-width: 768px), print {
  .flow-list-ttl {
    width: 160px;
    line-height: 1;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .flow-list-ttl &gt; span {
    display: inline-block;
    position: absolute;
    left: 7.5%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    z-index: 1;
  }
  .flow-list-ttl:after {
    background-color: #1a1a1a;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 15px;
    top: 0;
    transform: skewX(-12deg);
  }
}

@media screen and (max-width: 767px) {
  .flow-list-ttl {
    font-size: 5.87vw;
  }
}

.flow-list-txt {
  background-color: #fff;
  color: #222;
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px), print {
  .flow-list-txt {
    padding: 12px;
    width: calc(100% - 120px);
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .flow-list-txt {
    font-size: 4vw;
    padding: 4vw 2.67vw;
  }
}

/* network */
.network {
  position: relative;
}

@media screen and (max-width: 767px) {
  .network .sttl01 {
    margin-top: 0;
  }
}

.network:before, .network:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px), print {
  .network:before, .network:after {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .network:before, .network:after {
    height: 13.33vw;
  }
}

.network-img {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .network-img {
    margin-top: 30px;
  }
}

/* step
 ========================================================================== */
@media screen and (min-width: 768px), print {
  .step {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .step {
    padding: 8vw 1.07vw 10.67vw;
  }
  .step .sttl01 {
    margin-top: 0;
  }
}

.step-sup {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .step-sup {
    margin-bottom: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.step-box {
  line-height: 1.625;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .step-box {
    display: block;
  }
  .step-box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .step-box:not(:last-child) {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .step-box:not(:last-child) {
    margin-bottom: 10.67vw;
  }
}

.step-box:not(:last-child):before {
  content: '';
  background: url(img/arrow_flow.png) no-repeat left 0;
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .step-box:not(:last-child):before {
    background-size: 16px auto;
    width: 16px;
    height: 20px;
    left: 90px;
    top: calc((100% - 56px) / 2 + 56px);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .step-box:not(:last-child):before {
    background-size: 4.27vw auto;
    width: 4.27vw;
    height: 5.33vw;
    left: 0;
    right: 0;
    bottom: -8vw;
    margin: auto;
  }
}

.step-box-ttl {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #1a1a1a;
  line-height: 1.45em;
}

@media screen and (min-width: 768px), print {
  .step-box-ttl {
    float: left;
    padding: 12px 5px;
    width: 200px;
    height: 70px;
    position: relative;
  }
  .step-box-ttl:after {
    background-color: #ba0101;
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .step-box-ttl span {
    font-size: 13.4px;
    font-size: 1.34rem;
    color: #c8c8c8;
    letter-spacing: 0.05rem;
  }
}

@media screen and (max-width: 767px) {
  .step-box-ttl {
    font-size: 4vw;
    padding: 3vw 10vw;
    line-height: 1.38em;
  }
  .step-box-ttl span {
    font-size: 12.5px;
    font-size: 1.25rem;
    color: #c8c8c8;
    letter-spacing: 0.05rem;
  }
}

.step-box-cont {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px), print {
  .step-box-cont {
    float: right;
    padding: 21px 40px;
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 767px) {
  .step-box-cont {
    padding: 4vw;
  }
}

/* border-cont */
.border-cont {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.9);
}

.border-cont &gt; p {
  color: #1a1a1a;
}

@media screen and (min-width: 768px), print {
  .border-cont {
    margin-top: 80px;
    margin-bottom: 120px;
    padding: 75px 100px 85px;
  }
}

@media screen and (max-width: 767px) {
  .border-cont {
    margin-top: 10.67vw;
    padding: 8vw 4.27vw;
  }
}

.border-cont-ttl {
  font-family: "FOT-筑紫明朝 Pr6 H", serif;
  text-align: center;
  line-height: 1;
}

.border-cont-ttl &gt; span {
  display: inline-block;
  position: relative;
}

.border-cont-ttl &gt; span:before {
  background-color: #222;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: skewX(-20deg);
}

.border-cont-ttl &gt; span span {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .border-cont-ttl &gt; span span {
    padding: 12px 40px 14px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .border-cont-ttl &gt; span span {
    font-size: 4.8vw;
    padding: 2.13vw 6.4vw 2.67vw;
  }
}

@media screen and (min-width: 768px), print {
  .border-cont-ttl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .border-cont-ttl {
    margin-bottom: 5.33vw;
  }
}

/* data-box */
@media screen and (min-width: 768px), print {
  .data-box-wrap {
    margin-top: 60px;
  }
  .data-box-wrap.-pcCol2 {
    display: flex;
  }
  .data-box-wrap.-pcCol2 &gt; * {
    width: 50%;
  }
  .data-box-wrap.-pcCol2 &gt; *:nth-child(odd) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .data-box-wrap {
    margin-top: 5.33vw;
  }
  .data-box-wrap &gt; *:not(:last-child) {
    margin-bottom: 5.33vw;
  }
}

@media screen and (min-width: 768px), print {
  .data-box-wrap + .data-box-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .data-box-wrap + .data-box-wrap {
    margin-top: 5.33vw;
  }
}

.data-box {
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 768px), print {
  .data-box {
    border: 5px solid #fff;
  }
}

.data-box-ttl {
  background-color: #ba0101;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6 H", serif;
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 768px), print {
  .data-box-ttl {
    padding: 10px 10px 12px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .data-box-ttl {
    font-size: 4.8vw;
    padding: 2.13vw 2.13vw 2.67vw;
  }
}

.data-box-cont {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .data-box-cont {
    padding: 40px 30px 45px;
  }
}

@media screen and (max-width: 767px) {
  .data-box-cont {
    padding: 5.33vw 8vw;
  }
}

.data-box-chart {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .data-box-chart.-n1 {
    right: -3px;
  }
}

@media screen and (min-width: 768px), print {
  .data-box-chart.-n2 {
    right: -6px;
  }
}

/* ==========================================================================
   ANIMATION
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .about-list {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(60px);
  }
  .about-list:nth-child(1) {
    transition-delay: 0.1s;
  }
  .about-list:nth-child(2) {
    transition-delay: 0.2s;
  }
  .about-list:nth-child(3) {
    transition-delay: 0.3s;
  }
  .about-list-wrap.inviewed .about-list {
    opacity: 1;
    transform: translateY(0);
    will-change: transform, opacity;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>