@charset "UTF-8";
/* width */
/*border*/
/*screenmarge*/
.servicelist section {
  margin-bottom: 4rem; }
  .servicelist section .name {
    width: 33%;
    min-width: 16em;
    font-size: 1.7rem;
    position: relative; }
    .servicelist section .name a {
      color: #FFF;
      width: 100%;
      height: 100%;
      display: block;
      background: #02216a;
      padding: 1rem 1.5rem; }
    .servicelist section .name span {
      font-size: 1.3rem; }
  .servicelist section .read {
    display: flex;
    padding-top: 2rem;
    margin: -3rem 0 0 20%; }
    @media only screen and (max-width: 600px) {
      .servicelist section .read {
        margin: -3rem 0 0 5%; } }
    .servicelist section .read p {
      display: block;
      flex: 1;
      border: 1px solid #02216a;
      padding: 1.5rem 1.5rem; }
    .servicelist section .read .detailbtn {
      position: relative;
      display: inline-block;
      width: 40px;
      transform: scale(var(--ggs, 1));
      background: #02216a; }
      .servicelist section .read .detailbtn:after, .servicelist section .read .detailbtn:before {
        content: "";
        display: block;
        position: absolute;
        right: 15px; }
      .servicelist section .read .detailbtn:after {
        width: 6px;
        height: 6px;
        border-top: 2px solid  #FFF;
        border-right: 2px solid  #FFF;
        transform: rotate(45deg);
        bottom: calc(50% - 3px); }
      .servicelist section .read .detailbtn:before {
        width: 10px;
        height: 2px;
        bottom: calc(50%);
        background: #FFF; }

.headarea {
  margin-bottom: 5rem; }
  .headarea img {
    width: 100%;
    height: 40vh;
    margin-top: 3rem;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.abouttop {
  position: relative;
  height: 600px;
  top: 0;
  left: 0;
  z-index: 5;
  background: url("../imgs/top_mainbg_op.webp");
  background-size: cover;
  margin: 3rem 0;
 /*
.service10{
	top:18%;
	left:calc(50% - 9.5em);
	@media only screen and (max-height: $maxHeight) {
		left:calc(50% - ($maxHeight * 0.2));
	}
}*/ }
  .abouttop .logo {
    position: absolute;
    top: 45%;
    left: calc(50% - 100px);
    z-index: 21; }
    .abouttop .logo img {
      width: 200px; }
  .abouttop .ben {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  .abouttop .ben01 {
    background: url("../imgs/top_mainimg_01.webp") center center no-repeat;
    background-size: contain;
    z-index: 10; }
  .abouttop .ben02 {
    background: url("../imgs/top_mainimg_02.webp") center center no-repeat;
    background-size: contain;
    z-index: 11; }
  .abouttop .ben03 {
    background: url("../imgs/top_mainimg_03.webp") center center no-repeat;
    background-size: contain;
    z-index: 12; }
  .abouttop .ben04 {
    background: url("../imgs/top_mainimg_04.webp") center center no-repeat;
    background-size: contain;
    z-index: 13; }
  .abouttop .ben05 {
    background: url("../imgs/top_mainimg_05.webp") center center no-repeat;
    background-size: contain;
    z-index: 14; }
  .abouttop .ben06 {
    background: url("../imgs/top_mainimg_06.webp") center center no-repeat;
    background-size: contain;
    z-index: 15; }
  .abouttop .ben07 {
    background: url("../imgs/top_mainimg_07.webp") center center no-repeat;
    background-size: contain;
    z-index: 16; }
  .abouttop .ben08 {
    background: url("../imgs/top_mainimg_08.webp") center center no-repeat;
    background-size: contain;
    z-index: 17; }
  .abouttop .ben09 {
    background: url("../imgs/top_mainimg_09.webp") center center no-repeat;
    background-size: contain;
    z-index: 18; }
  .abouttop .ben10 {
    background: url("../imgs/top_mainimg_10.webp") center center no-repeat;
    background-size: contain;
    z-index: 19; }
  .abouttop p {
    position: absolute;
    text-shadow: 2px  2px 2px #FFF, -2px  2px 2px #FFF, 2px -2px 2px #FFF, -2px -2px 2px #FFF, 2px  0px 2px #FFF, 0px  2px 2px #FFF, -2px  0px 2px #FFF, 0px -2px 2px #FFF;
    color: #02216a;
    font-weight: bold;
    z-index: 30;
    text-align: center; }
  .abouttop .service01 {
    top: 12%;
    left: calc(50% - 3.5em); }
  .abouttop .service02 {
    top: 19%;
    left: calc(50% + 6em); }
    @media only screen and (max-height: 750px) {
      .abouttop .service02 {
        left: calc(50% + ($maxHeight * 0.13)); } }
  .abouttop .service03 {
    top: 40%;
    left: calc(50% + 10em); }
    @media only screen and (max-height: 750px) {
      .abouttop .service03 {
        left: calc(50% + ($maxHeight * 0.22)); } }
  .abouttop .service04 {
    top: 66%;
    left: calc(50% + 9em); }
    @media only screen and (max-height: 750px) {
      .abouttop .service04 {
        left: calc(50% + ($maxHeight * 0.2)); } }
  .abouttop .service05 {
    top: 80%;
    left: calc(50% + 1em); }
    @media only screen and (max-height: 750px) {
      .abouttop .service05 {
        left: calc(50% + ($maxHeight * 0.035)); } }
  .abouttop .service06 {
    top: 80%;
    left: calc(50% - 7em); }
    @media only screen and (max-height: 750px) {
      .abouttop .service06 {
        left: calc(50% - ($maxHeight * 0.17)); } }
  .abouttop .service07 {
    top: 66%;
    left: calc(50% - 15em); }
    @media only screen and (max-height: 750px) {
      .abouttop .service07 {
        left: calc(50% - ($maxHeight * 0.29)); } }
  .abouttop .service08 {
    top: 42%;
    left: calc(50% - 16em); }
    @media only screen and (max-height: 750px) {
      .abouttop .service08 {
        left: calc(50% - ($maxHeight * 0.3)); } }
  .abouttop .service09 {
    top: 22%;
    left: calc(50% - 10em); }
    @media only screen and (max-height: 750px) {
      .abouttop .service09 {
        left: calc(50% - ($maxHeight * 0.2)); } }
  @media only screen and (max-width: 561px) {
    .abouttop {
      height: 100vw;
      font-size: 1.3rem; }
      .abouttop .logo {
        left: calc(50% - (100vw * 0.35) / 2); }
        .abouttop .logo img {
          width: calc(100vw * 0.35); }
      .abouttop .service01, .abouttop .service02, .abouttop .service03, .abouttop .service04, .abouttop .service05, .abouttop .service06, .abouttop .service07, .abouttop .service08, .abouttop .service09, .abouttop .service10 {
        left: auto; }
      .abouttop .service01 {
        left: calc(50% - 10vw); }
      .abouttop .service02 {
        right: 16vw; }
      .abouttop .service03 {
        right: 1vw; }
      .abouttop .service04 {
        right: 6vw; }
      .abouttop .service05 {
        right: 22vw; }
      .abouttop .service06 {
        left: 26vw; }
      .abouttop .service07 {
        left: 10vw; }
      .abouttop .service08 {
        left: 3vw; }
      .abouttop .service09 {
        left: 22vw; } }

.mainarea {
  margin: 0 0 0 2%; }
  .mainarea em {
    font-style: normal;
    background: linear-gradient(transparent 70%, #EEE 70%);
    color: #02216a; }

ul.txtlist li {
  margin: 0.25rem 0 0.5rem;
  padding-left: 1.75rem;
  position: relative; }
  ul.txtlist li:before {
    content: "";
    width: 7px;
    height: 7px;
    border: 2px solid #999;
    border-radius: 50%;
    position: absolute;
    top: 0.7rem;
    left: 0; }

ul.singlelist li {
  margin: 0.25rem 0 0.5rem;
  padding-left: 1.75rem;
  position: relative; }
  ul.singlelist li:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid #999;
    position: absolute;
    top: 0.75rem;
    left: 0;
    transform: rotate(45deg) scale(var(--ggs, 1)); }

/*矢印*/
.degital-f_process, .technic .subm, .moni_flow .flowblock, .edrm > div:not(:last-of-type), .do_flow:not(:last-of-type), .voice_how {
  background: url(../about/imgs/icon_flowarrow.webp) bottom 6px center no-repeat;
  background-size: 24px 24px;
  padding-bottom: 36px; }

.odr_model:nth-of-type(2) .work {
  background: url(../about/imgs/icon_flowarrow.webp) top center no-repeat;
  background-size: 24px 24px;
  padding-top: 36px; }

.odr_model .work.customer {
  background: url(../about/imgs/icon_flowarrow_r.webp) top center no-repeat;
  background-size: 24px 24px;
  padding-top: 36px; }

/*共通ここまで*/
/*デジタルフォレンジック調査における標準プロセス*/
.degital-f_process:last-of-type {
  background: none;
  padding-bottom: 0; }
.degital-f_process .title,
.degital-f_process .work,
.degital-f_process .operation {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 1.5rem; }
  @media only screen and (max-width: 780px) {
    .degital-f_process .title,
    .degital-f_process .work,
    .degital-f_process .operation {
      display: inherit; } }
.degital-f_process .title {
  background: #02216a;
  color: #FFF;
  width: 18%;
  text-align: center; }
.degital-f_process .work,
.degital-f_process .operation {
  border-top: 1px solid #02216a;
  border-right: 1px solid #02216a;
  border-bottom: 1px solid #02216a;
  width: 30%; }
.degital-f_process .work {
  color: #02216a; }
.degital-f_process .operation {
  width: 52%; }
@media only screen and (max-width: 780px) {
  .degital-f_process .title,
  .degital-f_process .work,
  .degital-f_process .operation {
    width: 100%;
    border: none;
    border-bottom: 1px solid #02216a; } }

/*調査手法*/
.technic {
  position: relative; }
  .technic ul {
    display: flex;
    flex-wrap: wrap; }
  .technic .subm ul {
    justify-content: center;
    border: 2px solid #ccc; }
    .technic .subm ul li {
      margin: 0.75rem; }
      .technic .subm ul li img {
        width: 45px;
        display: block; }
  .technic .method ul {
    justify-content: space-between; }
    .technic .method ul li {
      border: 2px solid #ccc;
      width: 10.5%;
      padding: 0.75rem 0.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
    @media only screen and (max-width: 780px) {
      .technic .method ul {
        justify-content: start; }
        .technic .method ul li {
          width: 15.6%;
          margin: 0 0.5% 0.5rem; } }
    @media only screen and (max-width: 600px) {
      .technic .method ul li {
        width: 24%;
        margin: 0 0.5% 0.5rem; } }
  .technic .flow ul {
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc; }
    .technic .flow ul li {
      border-bottom: 2px solid #ccc;
      border-right: 2px solid #ccc;
      width: 25%;
      padding: 0.7rem;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
      @media only screen and (max-width: 780px) {
        .technic .flow ul li {
          width: 33.3%; } }

.technic p,
.method p,
.flow p {
  background: #02216a;
  color: #FFF;
  padding: 0.25rem;
  text-align: center;
  margin-bottom: 0.5rem; }

/*ドキュメントレビュー*/
.revew img {
  float: left;
  width: 40%;
  min-width: 250px;
  margin-right: 2rem; }
  .revew img.right {
    float: right;
    margin: 0 0 1rem 2rem; }
  @media only screen and (max-width: 780px) {
    .revew img {
      float: none;
      width: 60%;
      min-width: 380px;
      margin: 1rem auto;
      display: block; }
      .revew img.right {
        float: none;
        margin: 1rem auto; } }
.revew:after {
  content: "";
  display: block;
  clear: both; }

.reviewpeople img {
  width: 640px;
  max-width: 100%;
  margin: 2rem auto 0;
  display: block; }

/*モニタリング*/
.moni_flow .flowblock {
  display: flex;
  justify-content: space-around;
  padding-top: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #02216a; }
  @media only screen and (max-width: 780px) {
    .moni_flow .flowblock {
      display: inherit;
      padding-top: 0; } }
  .moni_flow .flowblock:last-of-type {
    background: none;
    padding-bottom: 0; }
  .moni_flow .flowblock h4,
  .moni_flow .flowblock div.img,
  .moni_flow .flowblock div {
    border-bottom: 1px solid #02216a;
    padding-bottom: 2rem; }
  .moni_flow .flowblock h4 {
    width: 25%;
    margin: 0; }
  .moni_flow .flowblock div.img {
    width: 23%; }
    .moni_flow .flowblock div.img img {
      padding: 0 1rem;
      display: block; }
  .moni_flow .flowblock div {
    width: 52%; }
  @media only screen and (max-width: 780px) {
    .moni_flow .flowblock h4,
    .moni_flow .flowblock div.img,
    .moni_flow .flowblock div {
      width: 100%;
      padding: 1rem 0; }
    .moni_flow .flowblock h4 {
      border-bottom: none; }
    .moni_flow .flowblock div.img img {
      max-width: 240px;
      margin: 0 auto; } }

/*eディス*/
.edrm > div > div a:hover + .popicon a + .popup, .edrm .popicon a:hover + .popup {
  visibility: inherit;
  opacity: 1;
  margin-top: -10px; }

.edrm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem; }
  .edrm > div {
    width: 100%; }
    .edrm > div > div {
      border: 2px solid #CCC;
      padding: 0.5rem;
      justify-content: center;
      align-items: center;
      position: relative; }
      .edrm > div > div a {
        font-size: 1.7rem; }
  .edrm div.b2 {
    width: 49.5%; }
  .edrm div.b3 {
    width: 32.6%; }
  @media only screen and (max-width: 600px) {
    .edrm div.b2, .edrm div.b3 {
      width: 100%; }
    .edrm div.b2:nth-child(3), .edrm div.b3:nth-child(5), .edrm div.b3:nth-child(6) {
      background: none;
      padding-bottom: 1rem; } }
  .edrm .popicon > a {
    padding: 0 0 0 10px;
    display: block;
    flex: 1; }
  .edrm .popicon img {
    display: block;
    width: 2.2rem;
    min-width: 2.2rem;
    height: auto; }
  .edrm .popicon ul.popup {
    position: absolute;
    width: 320px;
    top: 55px;
    left: 50%;
    margin-left: -160px;
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 1.5rem;
    color: #FFF;
    line-height: 1.6;
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition: 0.2s linear;
    z-index: 100; }
    .edrm .popicon ul.popup:after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -10px;
      border: 10px solid transparent;
      border-bottom: 10px solid rgba(0, 0, 0, 0.9);
      pointer-events: none; }
    .edrm .popicon ul.popup p {
      border-bottom: 2px solid #FFF;
      margin-bottom: 1rem;
      padding-bottom: 0.5rem;
      text-align: center; }
    .edrm .popicon ul.popup li {
      margin-bottom: 0.5rem;
      position: relative;
      padding-left: 1.2rem; }
      .edrm .popicon ul.popup li:before {
        display: block;
        content: '';
        position: absolute;
        top: .65rem;
        left: 0;
        width: 4px;
        height: 4px;
        border: 2px solid #FFF;
        border-radius: 50%; }

.edrm img {
  max-width: 100%;
  width: 640px;
  margin: 0 auto; }

/*D&O*/
.do_flow:first-of-type {
  margin-top: 1.5rem; }
.do_flow div {
  padding: 1rem 1.5rem 1rem;
  border: 2px solid #CCC; }
.do_flow h4 {
  margin-top: 0; }

.doprotect img {
  width: 640px;
  max-width: 100%;
  margin: 1rem auto;
  display: block; }

/*odr*/
.odr_model {
  width: 100%;
  display: flex;
  margin-bottom: 1.5rem; }
  .odr_model .title,
  .odr_model .work {
    text-align: center; }
  .odr_model .title {
    border: 2px solid #02216a;
    color: #02216a;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    margin-right: 2rem; }
  @media only screen and (max-width: 600px) {
    .odr_model {
      flex-wrap: wrap-reverse; }
      .odr_model:nth-of-type(1) .work {
        padding-bottom: 0;
        background: none; }
      .odr_model .title {
        width: 100%;
        padding: 0.5rem;
        margin: 0.5rem 0 0; } }
  .odr_model .work {
    color: #02216a;
    width: 100%; }
    .odr_model .work img {
      height: 36px;
      display: block;
      margin: 0 auto 0.5rem; }
    .odr_model .work > p {
      border-radius: 4px;
      border: 1px dotted #02216a;
      padding: 0.25rem 0.5rem;
      color: #02216a;
      margin-top: 1rem; }
    .odr_model .work ul.company {
      display: flex;
      justify-content: space-between;
      text-align: center; }
      .odr_model .work ul.company li {
        width: 24%;
        background: url(../about/imgs/icon_flowarrow.webp) top center no-repeat;
        background-size: 24px 24px;
        padding-top: 36px; }
        .odr_model .work ul.company li p {
          border: 1px solid #02216a;
          padding: 0.75rem; }

.odr_flow img {
  max-width: 100%;
  width: 720px;
  margin: 0 auto;
  display: block; }

/*voice to text*/
.voice_how {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between; }
  .voice_how .fortxt,
  .voice_how .degital {
    padding: 0 1.5rem 2rem;
    width: 49%;
    border: 2px solid #CCC; }
  .voice_how .fortxt h4,
  .voice_how .degital h4 {
    margin-top: 2rem; }

.voice_result {
  padding: 1rem 1.5rem 2rem;
  border: 2px solid #CCC; }

.voice_result p,
.voice_how p {
  border-radius: 4px;
  border: 1px dotted #02216a;
  padding: 0.25rem 0.5rem;
  color: #02216a;
  margin-top: 1rem; }

/*末尾共通リスト*/
.relationlist,
.pagelist {
  margin-left: 2%; }

.relationlist {
  margin-bottom: 4rem; }
  .relationlist li {
    padding: 0.75rem;
    border-bottom: 1px dotted #999;
    margin-bottom: 0.75rem; }

.pagelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem; }
  .pagelist li {
    border: #999 4px double;
    width: 32%;
    margin: 0 0 1.5rem; }
    @media only screen and (max-width: 780px) {
      .pagelist li {
        width: 49%; } }
    .pagelist li a {
      padding: 1rem 0 1rem 1.5rem;
      display: block;
      height: 100%; }
      .pagelist li a:hover {
        background: #02216a;
        color: #FFF; }

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