@charset "utf-8";

.top_mv {
  height: 760px;
  /* background: #B9F1FF; */
  background: url(/security/img/top_mv.png)no-repeat bottom;
  background-size: cover;
  padding: 154px 0 144px;
  h1 {
    color: var(--main-color);
    margin-bottom: 72px;
    line-height: 1.4;
    span {
      display: inline-block;
    }
  }
  span.h1_1stline {
    font-size: 3.4rem;
    letter-spacing: 3.4px;
  }
  span.h1_2ndline {
    font-size: 4.4rem;
    letter-spacing: 4.4px;
    span {
      display: block;
      font-size: 3.4rem;
      letter-spacing: 3.4px;
    }
  }
  h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 767px) {
    height: auto;
    padding: 328px 0 32px;
    h1 {
      margin-bottom: 20px;
    }
    span.h1_1stline {
      font-size: 1.8rem;
      letter-spacing: 1.8px;
    }
    span.h1_2ndline {
      font-size: 2.4rem;
      letter-spacing: 2.4px;
      span {
        font-size: 1.8rem;
        letter-spacing: 1.8px;
      }
    }
    h2 {
      font-size: 1.8rem;
      letter-spacing: 1.8px;
      margin-bottom: 20px;
    }
  }
}
.top_mv .container {
  width: 95%;
  max-width: 1240px;
  height: 100%;
  &::after {
    content: '';
    position: absolute;
    background: url(../img/mv_main.webp)no-repeat center;
    background-size: contain;
    width: 617px;
    height: 405px;
    right: 0;
    bottom: 0;
  }
  @media screen and (max-width: 767px) {
    width: 90%;
    &::after {
      width: 100%;
      height: 240px;
      top: -16em;
      bottom: auto;
      left: 0;
      margin: auto;
    }
    .ml10 {margin-left: 0;}
  }
}

.top_reason {
  background: linear-gradient(133deg, #DCF8FF 7.5%, #D5FFFA 51.68%, #84C3FF 95.87%);
  padding: 144px 0 60px;
  z-index: 1;
  @media screen and (max-width: 767px) {
    padding-top: 96px;
  }
}
.top_reason .container {
  &::after {
    content: '';
    position: absolute;
    background: url(../img/reason_after.webp);
    background-size: contain;
    width: 305px;
    height: 376px;
    top: -12em;
    right: -2em;
  }
  @media screen and (max-width: 767px) {
    &::after {display: none;}
  }
}
.top_reason .cmn_heading {
  position: absolute;
  top: -20em;
  h2 {
    margin-top: -1em;
    line-height: 1.5;
  }
  p {
    color: #F1FCFF;
  }
  & + p {
    margin-top: 4em;
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: -13.5em;
  }
}

/* 動き */
.reason_circle {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 56px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: center;
    gap: 80px;
    overflow: hidden;
  }
}
.number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow {
  position: absolute;
  cursor: pointer;
  display: block;
  height: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  &.left {
    left: -2.8em;
  }
  &.right {
    left: calc(446px + 2.8em);
  }
  @media screen and (max-width: 767px) {
    display: none;
    &.left {left: 0;}
    &.right {
      left: auto;
      right: 0;
    }
  }
}

.pie_block {
  position: relative;
  left: 5em;
  width: 100%;
  max-width: 534px;
  transition: all 0.4s;
  z-index: 2;
  @media screen and (max-width: 767px) {
    width: 280px;
    height: 280px;
    left: auto;
    display: flex;
    justify-content: center;
    transform: rotate(45deg);
  }
}
.pie {
  position: relative;
  width: 534px;
  height: 534px;
  border-radius: 50%;
  background: radial-gradient(rgb(255, 255, 255) 0% 30%, transparent 30.3% 100%),
  conic-gradient(
    #11238C 0% 25%,
    #1651A7 25% 50%,
    #1C87C7 50% 75%,
    #22BCE6 75% 100%
  );
  transition: all 0.4s;
  @media screen and (max-width: 767px) {
    width: 280px;
    height: 280px;
  }
}
.item {
  width: 240px;
  height: 50%;
  text-align: center;
  color: #fff;
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: 50% 100%;
  &:nth-child(1) {transform: translateX(-50%) rotate(45deg);}
  &:nth-child(2) {transform: translateX(-50%) rotate(135deg);}
  &:nth-child(3) {transform: translateX(-50%) rotate(225deg);}
  &:nth-child(4) {transform: translateX(-50%) rotate(315deg);}
  p {
    width: 100%;
    height: 145px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 64px 0 0;
  }
  @media screen and (max-width: 767px) {
    p {
      font-size: 1.2rem;
      letter-spacing: 0.6px;
      padding-top: 30px;
    }
  }
}

.triangle {
  position: absolute;
  top: 1.5em;
  left: 3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: rotate(-45deg);
  transition: all 0.4s;
  z-index: -1;
  & + p.center_txt {
    position: absolute;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    color: var(--main-color);
    font-weight: bold;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    &::before {
      content: '';
      position: relative;
      background: url(../img/pie_icon.svg)no-repeat center;
      background-size: contain;
      width: 163px;
      height: 112px;
      top: -3em;
    }
    span {
      position: relative;
      top: -2.5em;
    }
  }
  @media screen and (max-width: 767px) {
    top: 0;
    right: auto;
    left: 10px;
    margin: auto;
    transform: rotate(-45deg);
    & + p.center_txt {
      width: 128px;
      height: 128px;
      font-size: 1.1rem;
      letter-spacing: 0.55px;
      transform: rotate(-45deg);
      &::before {
        top: -1.3em;
      }
      span {
        top: -1.5em;
      }
    }
  }
}
/* 動き（終） */

.loop {
  position: relative;
  margin: 18px 0 -134px;
  top: 4em;
  div {
    position: relative;
    width: 100%;
    height: 174px;
  }
  div::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../img/loop.png");
    animation: bgAnime 75s linear infinite;
  }
}
@keyframes bgAnime {
  0% { background-position: 4939px 0 }
100% { background-position: 0 0 }
}


.top_service {
  padding: 120px 0;
  @media screen and (max-width: 767px) {
    padding-top: 60px;
  }
}
.top_service .cmn_heading {
  p {
    color: rgba(185, 241, 255, 0.50);
  }
  & + p {
    font-weight: 500;
    margin-top: 32px;
  }
}

.top_service--list {
  width: 100%;
  margin: -13em auto 0;
  display: flex;
  &.pc_block {display: flex;}
  &.sp_block {display: none;}
  a {
    position: relative;
    width: 25%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
    &::before {
      content: '';
      position: absolute;
      top: 1em;
      right: 0;
      left: 0;
      margin: auto;
    }
    &::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-bottom: 0;
      right: 0;
      left: 0;
      bottom: -20px;
      margin: auto;
    }
  }
  a:nth-child(1) {
    background: var(--main-color);
    &::before {
      background: url(../img/s_icon01.svg)no-repeat center;
      background-size: contain;
      width: 39px;
      height: 49px;
    }
    &::after {
      border-top: 20px solid var(--main-color);
    }
  }
  a:nth-child(2) {
    background: #1651A7;
    &::before {
      background: url(../img/s_icon02.svg)no-repeat center;
      background-size: contain;
      width: 48px;
      height: 52px;
    }
    &::after {
      border-top: 20px solid #1651A7;
    }
  }
  a:nth-child(3) {
    background: #1C87C7;
    &::before {
      background: url(../img/s_icon03.svg)no-repeat center;
      background-size: contain;
      width: 62px;
      height: 53px;
    }
    &::after {
      border-top: 20px solid #1C87C7;
    }
  }
  a:nth-child(4) {
    background: #22BCE6;
    &::before {
      background: url(../img/s_icon04.svg)no-repeat center;
      background-size: contain;
      width: 68px;
      height: 45px;
    }
    &::after {
      border-top: 20px solid #22BCE6;
    }
  }
  span {
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    margin: 88px auto 40px;
    flex-wrap: wrap;
    gap: 88px 6px;
    &.pc_block {display: none;}
    &.sp_block {display: flex;}
    a {
      width: calc(50% - 3px);
      height: 72px;
      border-radius: 5px;
      font-size: 1.4rem;
      letter-spacing: 0.7px;
      padding-bottom: 4px;
      &::before {
        top: -4.5em;
      }
      &::after {
        display: none;
      }
    }
    a:nth-child(1)::before {
      background: url(../img/s_icon01_sp.svg)no-repeat center;
      background-size: contain;
      width: 128px;
      height: 70px;
    }
    a:nth-child(2)::before {
      background: url(../img/s_icon02_sp.svg)no-repeat center;
      background-size: contain;
      width: 96px;
      height: 77px;
    }
    a:nth-child(3)::before {
      background: url(../img/s_icon03_sp.svg)no-repeat center;
      background-size: contain;
      width: 116px;
      height: 85px;
    }
    a:nth-child(4)::before {
      background: url(../img/s_icon04_sp.svg)no-repeat center;
      background-size: contain;
      width: 123px;
      height: 74px;
    }
    span {min-height: 43px;}
  }
}
.service_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  a {
    position: relative;
    width: calc(50% - 10px);
    min-height: 140px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding: 24px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    &::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      background: var(--main-color);
      width: 44px;
      height: 40px;
      border-top-left-radius: 5px;
    }
    &:not(:first-child) {
      padding-right: 30px;
    }
    &::after {
      content: '';
      position: absolute;
      background: url(/security/common/img/arrow_lbl.svg)no-repeat center;
      background-size: contain;
      width: 9px;
      height: 16px;
      bottom: 10px;
      margin: auto;
      right: 1em;
      transition: .25s;
    }
    &:hover::after {
      right: 0.6em;
    }
  }
  a.w_full {
    width: 100%;
    flex-direction: column;
  }
  figure {
    min-width: 86px;
  }

  a:nth-child(8) .service_nav--txt h3,
  a:nth-child(9) .service_nav--txt h3 {
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  a:nth-child(6) p,
  a:nth-child(7) p {
    min-height: 82px;
  }
  @media screen and (max-width: 767px) {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    a {
      width: 100%;
      padding-bottom: 32px;
    }
    a.w_full {
      flex-direction: row;
      .center_txt {text-align: left;}
    }
    figure {
      width: 56px;
      min-width: 56px;
      max-width: 56px;
      height: 56px;
      img {width: 100%;}
    }

    a:nth-child(6) p,
    a:nth-child(7) p {
      min-height: initial;
    }
  }
}

.service_nav--txt {
  h3 {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: var(--main-color);
  }
  p {
    font-weight: 500;
  }
}

.top_support {
  padding: 160px 0 104px;
  background: linear-gradient(101deg, rgba(17, 35, 140, 0.60) 4.87%, rgba(89, 187, 228, 0.60) 49.65%, rgba(34, 188, 230, 0.60) 94.43%);
  @media screen and (max-width: 767px) {
    padding-bottom: 56px;
  }
}
.top_support--link {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  a {
    width: 100%;
    max-width: 328px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s ease;
    &:hover {opacity: 1;}
    &:hover img {
      transform: scale(1.06, 1.06);
      transition: .5s all;
    }
  }
  figure {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
  }
  p {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    color: var(--main-color);
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 2px 8px;
  }
  p::after {
    content: '';
    position: absolute;
    background: url(/security/common/img/arrow_lbl.svg)no-repeat center;
    background-size: contain;
    width: 9px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2em;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
     p {
      font-size: 1.6rem;
      letter-spacing: 0.8px;
     }
  }
}

.top_news {
  padding: 120px 0;
}
.top_news .container {
  background: var(--main-color);
  padding: 72px 48px;
  @media screen and (max-width: 767px) {
    padding: 96px 5% 48px;
  }
}
.top_news .cmn_heading {
  position: absolute;
  top: -88px;
  h2 {
    color: #fff;
    margin-top: -0.5em;
  }
  p {
    color: #DEE2FA;
    font-size: 9.6rem;
    letter-spacing: 4.8px;
  }
  @media screen and (max-width: 767px) {
    top: -60px;
    right: 0;
    left: 0;
    margin: auto;
    h2 {text-align: center;}
    p {
      font-size: 6.4rem;
      letter-spacing: 3.2px;
      text-align: center;
    }
  }
}
.top_news--list {
  width: 100%;
  max-width: calc(100% - 240px);
  margin: 0 auto;
  margin-right: 0;
  border-top: 1px solid #fff;
  article {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  a, div {
    position: relative;
    width: 100%;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4px 32px;
    color: #fff;
  }
  /* a::after,
  div::after {
    content: '';
    position: absolute;
    background: url(/security/common/img/arrow_wht.svg)no-repeat center;
    background-size: contain;
    width: 10px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2em;
  } */
  h3 {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    font-weight: 400;
  }
  @media screen and (max-width: 767px) {
    max-width: 100%;
    a, div {
      padding: 16px;
    }
    a::after,
    div::after {
      right: 0;
    }
  }
}
.top_news .more_btn {
  margin-top: -42px;
  @media screen and (max-width: 767px) {
    margin: 24px auto 0;
  }
}

/*-------------------- スライダー --------------------*/
.slide_wrap {
  max-width: calc(1024px + (30px * 2));
  width: 100%;
  margin: 0 auto;

  .slide_list {

    a {
      width: 320px;
      display: flex;
      flex-direction: column;
      background: #ffffff;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0,19,50,.15);
      transition: all 0.3s;
      height: auto;

      @media screen and (max-width: 767px) {
        width: auto;
        margin: 0 20px;
      }
    }

    a:not(.slick-active):has(+.slick-active),
    a.slick-active+a:not(.slick-active) {
      opacity: 0;
      pointer-events: none;

      @media screen and (max-width: 767px) {
        opacity: 1;
      }
    }

    a + a{
      margin-left: 30px;

      @media screen and (max-width: 767px) {
        margin-left: 0;
      }
    }

    figure {
      width: 100%;
      height: 0;
      padding: calc(207 / 320 * 100%) 0 0 0;
      position: relative;

      img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .slide_list--text {
      padding: 12px 20px 30px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;

      .slide_list--company,
      time {
        font-size: 15px;
        font-weight: bold;
        color: #11238c;
      }

      h3 {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        line-height: 1.6;
        flex-grow: 1;
      }

      .slide_list--cat {
        display:flex;
        flex-wrap: wrap;
        column-gap: 6px;
        row-gap: 8px;
        margin-top: 25px;

        span {
          display:flex;
          align-items:center;
          padding: 0 1.4em;
          width: fit-content;
          min-height: 23px;
          background: #dcf8ff;
          border-radius: 12px;
          justify-content: center;
          font-size: 13px;
          font-weight: bold;
          color: #014099;
        }
      }
    }
  }

  .slide_list--btn {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px;

    a {
      position: relative;
      display:flex;
      align-items:center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      color: #ffffff;
      background: #11238c;
      border-radius: 5px;
      max-width: 218px;
      width: 100%;
      height: 49px;
    }
    a:after {
      content: '';
      position: absolute;
      background: url(../common/img/arrow_lbl.svg) no-repeat center;
      background-size: contain;
      width: 9px;
      height: 16px;
      right: 18px;
    }
  }

  .slick-list {
    padding: 30px!important;
  }

  .slick-track {
    display: flex;
  }

  .slick-next, .slick-prev {
    background: no-repeat center!important;
    background-size: contain!important;
    width: 20px;
    height: 0;
    padding: 34px 0 0 0;
    overflow:hidden;
    z-index: 9;
    top: 31.5%;
    transition: all .3s;

    &.slick-disabled {
      opacity: 0;
      pointer-events: none;
    }
  }
  .slick-prev {
    background-image: url(../img/prev.svg)!important;
    left: -18px;

    @media screen and (max-width: 767px) {
      left: 0;
    }
  }
  .slick-next {
    background-image: url(../img/next.svg)!important;
    right: -18px;

    @media screen and (max-width: 767px) {
      right: 0;
    }
  }
}

/*-------------------- /スライダー --------------------*/

/*-------------------- 事例 --------------------*/
.top_case {
  padding: 38px 0;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 767px) {
    padding-top: 60px;
  }
}

.top_case .cmn_heading {
  margin-bottom: 28px;

  p {
    color: rgba(185, 241, 255, 0.50);
  }
  & + p {
    font-weight: 500;
    margin-top: 32px;
  }
}
/*-------------------- /事例 --------------------*/

/*-------------------- コラム --------------------*/
.top_column {
  padding: 20px 0 30px;
  @media screen and (max-width: 767px) {
    padding-top: 60px;
  }

  .cmn_heading {
    margin-bottom: 12px;

    p {
      color: rgba(185, 241, 255, 0.50);
    }
    & + p {
      font-weight: 500;
      margin-top: 32px;
    }
  }

  .slide_wrap {
    .slide_list {
      .slide_list--text {
        .slide_list--cat {
          span {
            background-color: #dce6f7;
          }
        }
      }
    }
  }


  .slide_list--btn {
    margin-top: 12px;
  }
}

/*-------------------- /コラム --------------------*/
