@charset "UTF-8";
/*base*/
.pg-hd {
  flex-direction: column;
  min-height: calc(100vh - 89px);
  align-items: baseline;
  padding-left: 176px;
  padding-bottom: 20vh;
  padding-right: 16px;
  justify-content: flex-end;
  position: sticky;
  top: 0px;
  overflow: hidden;
  z-index: -1; }
  .pg-hd .text-slide {
    font-size: clamp(13px, 9vw, 160px);
    line-height: 1;
    top: auto;
    bottom: 100%;
    left: auto;
    right: .5em;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    width: 100vh; }
    .pg-hd .text-slide ul {
      animation-duration: 30s; }
.pg-heading {
  padding-right: 64px;
  margin-top: auto;
  margin-bottom: 0.25em;
  font-size: clamp(32px, 6vw, 132px);
  letter-spacing: 0.02em;
  max-width: 12em; }
.pg-lead {
  font-size: clamp(13px, 2.5vw, 42px);
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 32px;
  margin-top: 0;
  width: 17em; }
  .pg-lead--e {
    font-size: clamp(13px, 1.5vw, 24px);
    line-height: 1.3333333333;
    margin: 0; }
.pg-explanation {
  font-size: clamp(13px, 1vw, 16px);
  line-height: 2;
  margin: 0;
  font-weight: 400; }
.pg-main {
  padding: 0;
  position: relative;
  background: #F6F6F6;
  margin-top: 5vh; }
  .pg-main:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(31, 47, 52, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5; }
.pg-mv {
  width: 100%;
  background: #fff;
  position: relative; }
  .pg-mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #5b5b5b;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5; }
  .pg-mv img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;"; }

.l-pg-hd-explanation {
  display: flex; }
  .l-pg-hd-explanation .box-txt,
  .l-pg-hd-explanation .box-figure {
    flex: 1; }
  .l-pg-hd-explanation .box-figure {
    padding: 0 3em; }

.site-hd {
  flex-direction: column;
  padding-top: 64px;
  padding-left: 64px;
  padding-right: 64px;
  align-items: flex-start;
  position: relative; }
  .site-hd:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #DEE0E1;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block; }
.site-heading {
  flex-direction: column;
  font-size: clamp(13px, 2vw, 32px);
  line-height: 1.25;
  margin-bottom: 1em; }
.site-subheading {
  font-size: clamp(13px, 2.5vw, 40px);
  line-height: 1;
  display: flex;
  flex-direction: column; }
.site-ft {
  padding: 2em 64px; }
  .site-ft-inner {
    position: relative;
    padding: 1em;
    border-radius: 5em;
    background-color: #fff;
    overflow: hidden; }
    .site-ft-inner .navbar {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .site-ft-inner .navbar .arrowbtn-label {
        margin: 2px 0 0 0;
        padding: 0;
        font-size: 12px; }
    .site-ft-inner:before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background-color: #DEE0E1;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      transform: scale(0, 1);
      transform-origin: center;
      border-radius: 5em; }
    .site-ft-inner:hover:before {
      transform: scale(1);
      opacity: 1; }

.cmn-heading {
  font-size: clamp(13px, 4vw, 48px);
  line-height: 1;
  margin-bottom: 2em;
  display: flex;
  align-items: flex-end;
  font-weight: 400; }
  .cmn-heading span {
    font-size: clamp(13px, 1.25vw, 20px);
    line-height: 1.2;
    margin-left: auto; }
.cmn-hd {
  font-size: clamp(13px, 2vw, 32px);
  line-height: 1;
  font-weight: 400; }
.cmn-txt {
  font-size: clamp(13px, 1.25vw, 20px);
  line-height: 2.4; }
.cmn-box {
  padding: 3em 0;
  border-top: solid 1px #DEE0E1;
  display: grid;
  grid-template-columns: 1fr 2fr; }
.cmn-area {
  padding: 3em 1em;
  border-top: solid 1px #DEE0E1; }
  .cmn-area:last-child {
    padding: 3em 1em 0 1em; }
.cmn-subheading {
  font-size: clamp(13px, 1.5vw, 24px);
  line-height: 1.3333333333;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3em; }
  .cmn-subheading span {
    font-weight: 300;
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.5;
    display: block;
    margin-left: 1em; }
  .cmn-subheading:before {
    counter-increment: number 1;
    /* number カウンタを増加 */
    content: "#" counter(number);
    /* 表示形式を指定 */
    background-color: #3689E8;
    font-weight: 400;
    font-size: clamp(13px, 1.25vw, 20px);
    line-height: 1.2;
    border-radius: 1.5em;
    width: auto;
    display: inline-block;
    padding: 0.5em 1.5em;
    text-align: center;
    margin-right: 2em;
    color: #fff; }
.cmn-item-heading {
  padding-left: 3em;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.5;
  position: sticky;
  top: 6em;
  flex-direction: column;
  align-self: start;
  align-items: flex-start;
  padding-right: 1em; }
  .cmn-item-heading--e {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333333333;
    font-weight: 400;
    letter-spacing: 0; }
  .cmn-item-heading--j {
    font-weight: 300;
    display: block; }
.cmn-item-lead {
  line-height: 2;
  margin-top: 0; }
.cmn-content {
  width: 100%;
  padding-right: 10vw;
  margin-left: auto;
  order: 2; }
  .cmn-content h4 {
    font-size: clamp(13px, 1.5vw, 24px);
    line-height: 1.3333333333;
    margin-top: 2em;
    margin-bottom: 1.5em; }

.sc-cmn {
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 15vw;
  padding-right: 64px;
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */ }
  .sc-cmn .cmn-subheading {
    width: 50%;
    position: sticky;
    top: 3em;
    flex-direction: column;
    align-self: start;
    align-items: flex-start;
    padding-left: 1em; }
    .sc-cmn .cmn-subheading:before {
      margin-bottom: 32px;
      margin-right: 0; }
    .sc-cmn .cmn-subheading span {
      margin-left: 0; }
  .sc-cmn:last-child {
    margin-bottom: 0; }
.sc--systp {
  background-color: #fff; }
.sc--about .cmn-subheading {
  width: 100%;
  position: static;
  top: auto;
  flex-direction: row;
  align-self: start;
  align-items: baseline;
  padding-left: 0; }
  .sc--about .cmn-subheading:before {
    margin-bottom: 0;
    margin-right: 2em; }
  .sc--about .cmn-subheading span {
    margin-left: 1em; }
.sc-bottom {
  background-color: #fff;
  margin-bottom: 0; }
.sc-figure, .sc-line {
  width: 100%;
  height: auto;
  padding-left: 6em;
  padding-top: 6em;
  padding-bottom: 6em;
  overflow: hidden;
  background-color: #fff; }
  .sc-figure img, .sc-line img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    border-radius: 1.5em 0 0 1.5em; }
.sc-head-img {
  margin-left: 6em;
  border-radius: 1.5em;
  overflow: hidden; }

@media screen and (max-height: 700px) {
  /* 高さ700px以下の場合 */
  .pg-hd {
    position: static; } }
@media screen and (max-width: 1024px) {
  /*-- 1024px 以下 --*/
  .pg-lead {
    margin-bottom: 2em; } }
@media screen and (max-width: 768px) {
  .sc-cmn {
    padding: 64px 80px;
    padding-right: 32px; }
  .sc-head-img {
    margin-left: 0; }

  .cmn-content {
    padding-right: 1em; }
  .cmn-box {
    grid-template-columns: 1fr 3fr; }

  .pg-hd {
    padding: 64px 80px;
    padding-right: 32px;
    justify-content: center; }
  .pg-heading {
    padding-right: 32px;
    margin-top: 3em; } }
@media screen and (max-width: 667px) {
  .l-pg-hd-explanation {
    flex-direction: column; }
    .l-pg-hd-explanation .box-figure {
      padding: 3em 0; }

  .sc-cmn {
    padding: 64px 16px; }
    .sc-cmn .cmn-subheading {
      width: 100%;
      position: static;
      padding: 0; }
  .sc-figure, .sc-line {
    padding-left: 1em; }

  .cmn-heading {
    margin-bottom: 32px; }
  .cmn-content {
    padding: 0; }
  .cmn-box {
    display: block; }
    .cmn-box .cmn-item-heading {
      padding: 0 1em;
      position: static; }
  .cmn-area {
    padding: 3em 0; }
    .cmn-area:last-child {
      padding: 3em 0 0; }

  .pg-heading {
    padding-right: 16px; }
  .pg-hd {
    padding-left: 32px; }
  .pg-mv {
    width: calc(100% - 64px); }
    .pg-mv img {
      height: 375px; }

  .site-hd {
    padding-left: 16px;
    padding-right: 16px; } }
/*--------------------------------------------------------------*/
/*solution*/
.figure--solution {
  width: 35vw;
  height: 35vw;
  position: relative;
  margin: 7em auto 0 auto; }
  .figure--solution .prt-base {
    content: "";
    position: absolute;
    width: 20vw;
    height: 20vw;
    left: 50%;
    top: 50%;
    margin-left: -10vw;
    margin-top: -10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(13px, 2vw, 20px);
    line-height: 1;
    font-weight: 600;
    padding-top: 1em; }
    .figure--solution .prt-base:before {
      content: "";
      position: absolute;
      width: 20vw;
      height: 20vw;
      border-radius: 50%;
      left: 0;
      top: 0;
      animation-name: prt-base-anime;
      animation-fill-mode: backwards;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: ease;
      animation-direction: normal;
      animation-delay: 0s; }
  .figure--solution .prt-01,
  .figure--solution .prt-02,
  .figure--solution .prt-03 {
    position: absolute; }
    .figure--solution .prt-01 .prt-container,
    .figure--solution .prt-02 .prt-container,
    .figure--solution .prt-03 .prt-container {
      position: relative;
      width: 14vw;
      height: 14vw;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      animation-fill-mode: backwards;
      /*2で解説*/
      animation-duration: 15s;
      /*3で解説*/
      animation-iteration-count: infinite;
      /*4で解説*/
      animation-timing-function: ease;
      /*5で解説*/
      animation-direction: normal;
      /*7で解説*/ }
      .figure--solution .prt-01 .prt-container:before,
      .figure--solution .prt-02 .prt-container:before,
      .figure--solution .prt-03 .prt-container:before {
        width: 13vw;
        height: 13vw;
        content: "";
        display: block;
        border-radius: 50%;
        top: 0.3vw;
        left: 0.3vw;
        position: absolute;
        z-index: -1;
        animation-fill-mode: backwards;
        /*2で解説*/
        animation-duration: 15s;
        /*3で解説*/
        animation-iteration-count: infinite;
        /*4で解説*/
        animation-timing-function: ease;
        /*5で解説*/
        animation-direction: normal;
        /*7で解説*/ }
  .figure--solution .prt-01 {
    left: 50%;
    top: 0;
    margin-left: -7vw; }
    .figure--solution .prt-01 .prt-container.is-show {
      animation-name: prt-01-anime;
      animation-delay: 0s;
      /*6で解説*/ }
      .figure--solution .prt-01 .prt-container.is-show:before {
        animation-name: prt-01-anime2;
        animation-delay: 0s;
        /*6で解説*/ }
  .figure--solution .prt-02 {
    right: 100%;
    bottom: 0em;
    margin-right: -14vw; }
    .figure--solution .prt-02 .prt-container.is-show {
      animation-name: prt-02-anime;
      animation-delay: 5s;
      /*6で解説*/ }
      .figure--solution .prt-02 .prt-container.is-show:before {
        animation-name: prt-02-anime2;
        animation-delay: 5s;
        /*6で解説*/ }
  .figure--solution .prt-03 {
    left: 100%;
    bottom: 0em;
    margin-left: -14vw; }
    .figure--solution .prt-03 .prt-container.is-show {
      animation-name: prt-03-anime;
      animation-delay: 10s;
      /*6で解説*/ }
      .figure--solution .prt-03 .prt-container.is-show:before {
        animation-name: prt-03-anime2;
        animation-delay: 10s;
        /*6で解説*/ }
  .figure--solution .prt--num {
    font-size: clamp(13px, 2vw, 32px);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0.25em; }
  .figure--solution .prt--heading {
    font-size: clamp(13px, 1.15vw, 18px);
    line-height: 1.2777777778;
    font-weight: 600;
    letter-spacing: 0;
    margin: 1em 0; }
    .figure--solution .prt--heading--j {
      font-size: clamp(13px, 1vw, 16px);
      line-height: 1;
      font-weight: 300; }

.prt-01--label,
.prt-02--label,
.prt-03--label {
  display: inline-block;
  padding: 16px 32px;
  border: solid 1px rgba(31, 47, 52, 0.25);
  animation-fill-mode: backwards;
  /*2で解説*/
  animation-duration: 15s;
  /*3で解説*/
  animation-iteration-count: infinite;
  /*4で解説*/
  animation-timing-function: ease;
  /*5で解説*/
  animation-direction: normal;
  /*7で解説*/
  animation-delay: 0s;
  /*6で解説*/
  white-space: nowrap;
  font-weight: 600;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  text-align: center; }

.prt-01--label {
  top: -4.5em;
  animation-name: prt-01-anime3;
  animation-delay: 0s;
  /*6で解説*/ }

.prt-02--label {
  margin-top: 1em;
  animation-name: prt-02-anime3;
  animation-delay: 5s;
  /*6で解説*/ }

.prt-03--label {
  margin-top: 1em;
  animation-name: prt-03-anime3;
  animation-delay: 10s;
  /*6で解説*/ }

/*animation*/
@keyframes prt-base-anime {
  0% {
    transform: scale(0.5, 0.5);
    border: solid 1px rgba(31, 47, 52, 0); }
  5% {
    transform: scale(0.5, 0.5);
    border: solid 1px rgba(31, 47, 52, 0.15); }
  50% {
    transform: scale(1.25, 1.25);
    border: solid 1px rgba(31, 47, 52, 0.08); }
  100% {
    transform: scale(1.25, 1.25);
    border: solid 1px rgba(31, 47, 52, 0); } }
@keyframes prt-01-anime {
  0% {
    border: solid 3px rgba(31, 47, 52, 0.2);
    opacity: 0.5; }
  25% {
    border: solid 3px rgba(54, 137, 232, 0.6);
    opacity: 1; }
  35% {
    border: solid 3px rgba(54, 137, 232, 0.6);
    opacity: 1; }
  40% {
    border: solid 3px rgba(31, 47, 52, 0.2);
    opacity: 0.5; }
  100% {
    border: solid 3px rgba(31, 47, 52, 0.2);
    opacity: 0.5; } }
@keyframes prt-01-anime2 {
  0% {
    background-color: rgba(31, 47, 52, 0.1); }
  25% {
    background-color: rgba(54, 137, 232, 0.3); }
  35% {
    background-color: rgba(54, 137, 232, 0.3); }
  40% {
    background-color: rgba(31, 47, 52, 0.1); }
  100% {
    background-color: rgba(31, 47, 52, 0.1); } }
@keyframes prt-02-anime {
  0% {
    border: solid 3px rgba(31, 47, 52, 0.2);
    opacity: 0.5; }
  25% {
    border: solid 3px rgba(55, 201, 197, 0.6);
    opacity: 1; }
  35% {
    border: solid 3px rgba(55, 201, 197, 0.6);
    opacity: 1; }
  40% {
    border: solid 3px rgba(31, 47, 52, 0.2);
    opacity: 0.5; }
  100% {
    border: solid 3px rgba(31, 47, 52, 0.2);
    opacity: 0.5; } }
@keyframes prt-02-anime2 {
  0% {
    background-color: rgba(31, 47, 52, 0.1); }
  25% {
    background-color: rgba(55, 201, 197, 0.3); }
  35% {
    background-color: rgba(55, 201, 197, 0.3); }
  40% {
    background-color: rgba(31, 47, 52, 0.1); }
  100% {
    background-color: rgba(31, 47, 52, 0.1); } }
@keyframes prt-03-anime {
  0% {
    border: solid 3px rgba(31, 47, 52, 0.2);
    opacity: 0.5; }
  25% {
    border: solid 3px rgba(229, 195, 70, 0.6);
    opacity: 1; }
  35% {
    border: solid 3px rgba(229, 195, 70, 0.6);
    opacity: 1; }
  40% {
    border: solid 3px rgba(31, 47, 52, 0.2);
    opacity: 0.5; }
  100% {
    border: solid 3px rgba(31, 47, 52, 0.2);
    opacity: 0.5; } }
@keyframes prt-03-anime2 {
  0% {
    background-color: rgba(31, 47, 52, 0.1); }
  25% {
    background-color: rgba(229, 195, 70, 0.3); }
  35% {
    background-color: rgba(229, 195, 70, 0.3); }
  40% {
    background-color: rgba(31, 47, 52, 0.1); }
  100% {
    background-color: rgba(31, 47, 52, 0.1); } }
@keyframes prt-01-anime3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes prt-02-anime3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes prt-03-anime3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.pg-list--cat {
  list-style: none; }
  .pg-list--cat li {
    border-bottom: solid 1px #1F2F34; }
  .pg-list--cat .pg-list-heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 96px; }
    .pg-list--cat .pg-list-heading .en {
      margin-right: auto;
      font-size: clamp(13px, 1.5vw, 24px);
      line-height: 1; }
    .pg-list--cat .pg-list-heading .j {
      margin-left: auto; }
  .pg-list--cat .pg-list-lead {
    font-weight: 600;
    font-size: clamp(13px, 2vw, 40px);
    line-height: 1.4;
    width: 50%;
    margin-left: auto;
    margin-bottom: 112px;
    position: relative; }
    .pg-list--cat .pg-list-lead:before {
      content: "";
      height: 2px;
      width: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #fff; }
.pg-list-item a {
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: block;
  position: relative;
  border-radius: 1.25em; }
  .pg-list-item a .circle--icon {
    position: absolute;
    right: 64px;
    bottom: 96px;
    z-index: 1; }
  .pg-list-item a:hover {
    background: #fff;
    transform: scale(1.05, 1.05); }
    .pg-list-item a:hover .pg-list-lead:before {
      width: 100%; }

.sys-development .breadcrumb-wrapper {
  border-top: none; }

.sys-consultant .breadcrumb-wrapper {
  border-top: none; }

.server .breadcrumb-wrapper {
  border-top: none; }

@media screen and (max-width: 1024px) {
  .prt-01--label,
  .prt-02--label,
  .prt-03--label {
    white-space: normal;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px; }

  .figure--solution {
    width: 360px;
    height: 360px; }
    .figure--solution .prt-base {
      width: 260px;
      height: 260px;
      margin-left: -130px;
      margin-top: -130px; }
      .figure--solution .prt-base:before {
        width: 260px;
        height: 260px; }
    .figure--solution .prt-01 .prt-container,
    .figure--solution .prt-02 .prt-container,
    .figure--solution .prt-03 .prt-container {
      width: 150px;
      height: 150px; }
      .figure--solution .prt-01 .prt-container:before,
      .figure--solution .prt-02 .prt-container:before,
      .figure--solution .prt-03 .prt-container:before {
        width: 140px;
        height: 140px;
        top: 2px;
        left: 2px; }
    .figure--solution .prt-01 {
      margin-left: -75px; }
    .figure--solution .prt-02 {
      margin-right: -150px; }
    .figure--solution .prt-03 {
      margin-left: -150px; } }
@media screen and (max-width: 768px) {
  .pg-list--cat .pg-list-lead {
    width: 80%;
    margin-bottom: 32px; }
  .pg-list--cat .pg-list-heading {
    flex-direction: column;
    align-items: flex-start; }

  .pg-list-item a {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 64px;
    padding-bottom: 64px; }
    .pg-list-item a .circle--icon {
      bottom: 16px;
      right: 32px; } }
@media screen and (max-width: 667px) {
  .pg-list-item a {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 32px; }
    .pg-list-item a .circle--icon {
      right: 16px; }

  .figure--solution {
    width: 260px;
    height: 260px; }
    .figure--solution .prt-base {
      width: 200px;
      height: 200px;
      margin-left: -100px;
      margin-top: -100px; }
      .figure--solution .prt-base:before {
        width: 200px;
        height: 200px; }
    .figure--solution .prt-01 .prt-container,
    .figure--solution .prt-02 .prt-container,
    .figure--solution .prt-03 .prt-container {
      width: 130px;
      height: 130px; }
      .figure--solution .prt-01 .prt-container:before,
      .figure--solution .prt-02 .prt-container:before,
      .figure--solution .prt-03 .prt-container:before {
        width: 120px;
        height: 120px;
        top: 2px;
        left: 2px; }
    .figure--solution .prt-01--label,
    .figure--solution .prt-02--label,
    .figure--solution .prt-03--label {
      width: auto; }
    .figure--solution .prt-01 {
      margin-left: -65px; }
    .figure--solution .prt-02 {
      margin-right: -130px; }
    .figure--solution .prt-03 {
      margin-left: -130px; }
    .figure--solution .prt-02--label {
      margin-left: 0;
      left: 0; }
    .figure--solution .prt-03--label {
      margin-left: 0;
      left: auto;
      right: 0; } }
/*consultant----------------------------------------------------------------*/
.figure--flow {
  width: 100%;
  margin-bottom: 10vh;
  margin-top: 6vh;
  overflow: hidden; }
  .figure--flow .step--flow {
    counter-reset: number 0;
    /* number のカウンタを 0 にセット */
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0 -16px; }
  .figure--flow .step-icon {
    font-size: clamp(13px, 5vw, 80px);
    line-height: 1; }
    .figure--flow .step-icon:before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-color: #1F2F34;
      border-radius: 50%;
      position: absolute;
      top: -48px;
      left: 50%;
      margin-left: -8px; }
  .figure--flow .step-number span {
    background-color: #DEE0E1;
    border-radius: 100%;
    height: 96px;
    width: 96px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: clamp(13px, 1.5vw, 24px);
    line-height: 1.3333333333;
    margin-bottom: 96px; }
    .figure--flow .step-number span:before {
      counter-increment: number 1;
      /* number カウンタを増加 */
      content: "step" counter(number);
      /* 表示形式を指定 */ }
  .figure--flow .step-heading {
    text-align: left;
    font-size: clamp(13px, 1.5vw, 24px);
    line-height: 1.3333333333;
    font-weight: 400; }
  .figure--flow .step-body {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 32px;
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    width: 40vw; }
    .figure--flow .step-body:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: -40px;
      width: calc(100% + 32px);
      height: 1px;
      border: dashed 1px rgba(31, 47, 52, 0.6); }
    .figure--flow .step-body:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: -40px;
      width: 1px;
      height: 46px;
      border: solid 1px rgba(31, 47, 52, 0.3);
      margin-left: -1px; }
  .figure--flow .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding: 0 16px; }
    .figure--flow .step-item:last-child .step-body:before {
      display: none; }

@media screen and (max-width: 667px) {
  .figure--flow .step-icon {
    font-size: clamp(24px, 14vw, 64px); }
  .figure--flow .step-body {
    width: 80vw; } }
@media screen and (max-height: 600px) {
  .figure--flow .step-number span {
    width: 10vh;
    height: 10vh;
    margin-bottom: 1em; }

  .figure--flow .step-body {
    width: 70vw;
    padding: 2em 20%; }
    .figure--flow .step-body:before, .figure--flow .step-body:after {
      display: none; }
  .figure--flow .step-heading,
  .figure--flow .step-txt {
    margin: 1em 0; }
  .figure--flow .step-icon:before {
    display: none; } }
@media screen and (max-width: 321px) {
  .figure--flow .step-body {
    width: 90vw;
    padding: 2em 1em; }
    .figure--flow .step-body:before, .figure--flow .step-body:after {
      display: none; } }
.cs-item .header {
  background-color: #F6F6F6; }

.cases {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: auto;
  margin: 0 -16px -64px -16px; }
  .cases-heading {
    font-weight: 400;
    font-size: clamp(13px, 1.5vw, 24px);
    line-height: 1.3333333333;
    margin-bottom: 24px;
    position: relative; }
    .cases-heading:before {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      background-color: #1F2F34;
      position: absolute;
      bottom: 0;
      left: 0; }
  .cases-img {
    margin-bottom: 48px;
    overflow: hidden;
    border-radius: 1.25em; }
    .cases-img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%;"; }
  .cases-item {
    padding: 0 16px;
    width: 33.3333333%;
    margin-bottom: 64px; }
    .cases-item a {
      text-decoration: none; }
      .cases-item a:hover .cases-heading:before {
        width: 100%; }
      .cases-item a:hover .cases-img {
        border-radius: 1.25em; }
      .cases-item a:hover img {
        transform: scale(1.2, 1.2); }
  .cases-tag {
    font-size: clamp(13px, 0.8125vw, 13px);
    line-height: 1.2307692308;
    font-weight: 400; }
  .cases .is-hide {
    display: none; }
  .cases-lead {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.con-tag-list,
.con-cat-list,
.con-place-list {
  position: relative;
  margin-bottom: 2em;
  padding-left: 8em;
  line-height: 2.25; }
  .con-tag-list:before,
  .con-cat-list:before,
  .con-place-list:before {
    content: "tag";
    display: inline-block;
    width: 7em;
    padding: 0.5em 1em;
    background-color: #DEE0E1;
    font-weight: 600;
    border-radius: 1.25em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.25; }

.con-cat-list:before {
  content: "category"; }

.con-place-list:before {
  content: "place"; }

.con-function {
  list-style: none; }
  .con-function li {
    margin-bottom: 1em; }
  .con-function-item {
    background-color: #fff;
    padding: 1.5em 2em 1em 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0;
    border-radius: 3px; }
    .con-function-item [class^="icon-"],
    .con-function-item [class*=" icon-"] {
      font-size: clamp(13px, 9vw, 64px);
      line-height: 1; }
    .con-function-item p {
      margin: 1em 0 0 0; }

.cspg-mv {
  height: 48vh;
  width: 100%; }
  .cspg-mv figure {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: #DEE0E1; }
    .cspg-mv figure img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      -ms-filter: blur(5px);
      filter: blur(5px);
      opacity: .7; }
.cspg-main {
  background-color: #F6F6F6;
  padding-top: 4em; }

.cspg-box--figure {
  padding-bottom: 3em; }
  .cspg-box--figure figure {
    padding: 1em 4em;
    text-align: center; }
    .cspg-box--figure figure img {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      border-radius: 1.25em; }

@media screen and (max-width: 768px) {
  .cases-item {
    width: 50%; } }
@media screen and (max-width: 667px) {
  .cases-item {
    width: 100%;
    margin-bottom: 32px; }
  .cases-img {
    margin-bottom: 16px; }
    .cases-img img {
      width: 100%;
      height: auto; }

  .con-function-item {
    padding: 1.5em 1em 1em 1em; }

  .cspg-main {
    padding: .5em; }
    .cspg-main .row-mrg {
      margin: 0 -.5em; }
      .cspg-main .row-mrg .col {
        padding-left: .5em;
        padding-right: .5em; }
  .cspg-box--figure {
    padding-bottom: 1em; }
    .cspg-box--figure figure {
      padding: 0em 1em; } }
/*development*/
.con--technology {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: -1em; }
  .con--technology .item {
    margin-left: 1em;
    margin-bottom: 1em;
    padding: 1.5em 2em;
    background-color: #1F2F34;
    color: #fff;
    border-radius: 3px;
    font-weight: 400; }

.con--content .item {
  margin-bottom: 1em;
  padding: 32px 48px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center; }
  .con--content .item:last-child {
    margin-bottom: 0; }
  .con--content .item-icon {
    font-size: clamp(13px, 4vw, 64px);
    line-height: 1;
    width: 112px;
    display: flex;
    align-items: center; }
  .con--content .item-content {
    width: calc(100% - 112px); }
  .con--content .item-heading {
    font-size: clamp(13px, 1.25vw, 20px);
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 400; }
  .con--content .item p {
    margin: 0; }

@media screen and (max-width: 768px) {
  .sys-development .row-mrg {
    margin: 0; }

  .con--content .item {
    flex-direction: column;
    padding: 2em; }
    .con--content .item-icon {
      font-size: clamp(13px, 10vw, 48px);
      line-height: 1;
      width: auto;
      justify-content: center;
      margin-bottom: 1em; }
    .con--content .item-content {
      width: 100%; } }
.pg--mis .pg-hd {
  padding-left: 0;
  padding-right: 0; }

.cn--phil {
  margin: 0 5em 0 auto; }
  .cn--phil dt {
    font-size: clamp(13px, 1.25vw, 20px);
    line-height: 1.2;
    margin-bottom: 1.33333333em;
    position: relative;
    padding-left: 1em; }
    .cn--phil dt:before {
      content: "1.";
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
  .cn--phil dd {
    margin-bottom: 10vh;
    padding-left: 1em; }

.cn--vis {
  margin: 0 5em 0 auto; }

.cn--education .row {
  margin-bottom: 2em; }
.cn--education img {
  height: 100%;
  object-fit: contain;
  border-radius: 1.25em; }

.bg-sc--phil {
  background-color: #fff; }

.sc--vision .localnav-item.is-current .localnav-link:before {
  background-color: #fff; }
.sc--vision .localnav-item.is-current .localnav-link:after {
  background-color: #fff; }
.sc--vision .localnav-item.is-current .localnav-link--cld:after {
  background-color: #fff; }
.sc--vision .localnav-item .localnav-link {
  color: #fff; }
  .sc--vision .localnav-item .localnav-link:before {
    background-color: #fff; }
  .sc--vision .localnav-item .localnav-link:after {
    background-color: #fff; }
  .sc--vision .localnav-item .localnav-link--cld {
    color: #fff; }
    .sc--vision .localnav-item .localnav-link--cld:after {
      background-color: #fff; }

.bg-sc--vision {
  background-color: #1F2F34;
  color: #fff;
  transition: background-color 0.7s ease; }

.con-step--mice {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
  margin-top: 6em; }
  .con-step--mice .step-icon {
    font-size: clamp(24px, 5vw, 80px);
    text-align: center; }
    .con-step--mice .step-icon span {
      display: block;
      margin: 16px 0; }
    .con-step--mice .step-icon-heading {
      font-size: clamp(13px, 1vw, 16px);
      line-height: 1;
      font-weight: 400; }
  .con-step--mice .step-number span {
    background-color: #DEE0E1;
    border-radius: 100%;
    height: 96px;
    width: 96px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: clamp(13px, 1.5vw, 24px);
    line-height: 1.3333333333; }
    .con-step--mice .step-number span:before {
      counter-increment: number 1;
      /* number カウンタを増加 */
      content: "step" counter(number);
      /* 表示形式を指定 */ }
  .con-step--mice .step-heading {
    text-align: left;
    font-size: clamp(13px, 1.5vw, 24px);
    line-height: 1.3333333333;
    font-weight: 400; }
  .con-step--mice .step-body {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .con-step--mice .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6em; }
    .con-step--mice .step-item:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 667px) {
  .cn--phil {
    margin: 0 0 0 auto; }

  .cn--vis {
    margin: 0 0 0 auto; } }
/*company*/
.l-pg-explanation--company {
  display: flex;
  background-color: #fff; }
  .l-pg-explanation--company .box-txt {
    padding-right: 3em;
    margin-left: auto;
    width: 36em; }

.company .pg-explanation {
  padding: 10vh 0; }

.mv--company {
  width: 100%;
  height: auto;
  background-color: #fff; }
  .mv--company .slick-slide {
    text-transform: uppercase;
    transition: all 1s ease;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0); }
    .mv--company .slick-slide:nth-child(odd) {
      -webkit-clip-path: inset(0 0 100% 0);
      clip-path: inset(0 0 100% 0); }
  .mv--company.is-show .slick-slide,
  .mv--company.is-show .slick-slide:nth-child(odd) {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition-delay: 0.25s; }

.con--history {
  position: relative; }
  .con--history .figure--history {
    height: 100%;
    width: 360px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }

.sc-bg--history {
  background-color: #1F2F34;
  transition: background-color 0.7s ease;
  color: #fff; }

.bg-sc--history .localnav-item.is-current .localnav-link:before {
  background-color: #fff; }
.bg-sc--history .localnav-item.is-current .localnav-link:after {
  background-color: #fff; }
.bg-sc--history .localnav-item.is-current .localnav-link--cld:after {
  background-color: #fff; }
.bg-sc--history .localnav-item .localnav-link {
  color: #fff; }
  .bg-sc--history .localnav-item .localnav-link:before {
    background-color: #fff; }
  .bg-sc--history .localnav-item .localnav-link:after {
    background-color: #fff; }
  .bg-sc--history .localnav-item .localnav-link--cld {
    color: #fff; }
    .bg-sc--history .localnav-item .localnav-link--cld:after {
      background-color: #fff; }
.bg-sc--history .toggle-btn {
  border-color: #fff;
  color: #fff; }

.dataitem-col {
  padding: 0 2vw;
  margin-bottom: 2vw; }
.dataitem-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 0; }
.dataitem-content {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  padding: 4vw 2vw 3vw 2vw;
  display: flex;
  flex-direction: column;
  border-radius: 1.25em; }
.dataitem-img {
  width: 9vw;
  margin: 0 auto; }
.dataitem-glaf img {
  margin: 0 auto;
  height: 100%; }
.dataitem-heading {
  font-size: clamp(13px, 2vw, 32px);
  line-height: 1;
  font-weight: 400;
  margin: 1.5vw 0 2vw 0; }
  .dataitem-heading span {
    font-size: clamp(13px, 1vw, 16px);
    line-height: 2;
    opacity: 0.8;
    display: block; }
.dataitem-unit {
  font-size: clamp(13px, 2vw, 32px);
  line-height: 1;
  font-weight: 400;
  color: #1F2F34;
  opacity: 0.8; }
.dataitem-post {
  font-size: clamp(13px, 4vw, 64px);
  line-height: 1;
  font-weight: 600;
  color: #3689E8;
  margin-top: auto; }
.dataitem--01 {
  grid-column-start: 1;
  grid-column-end: 2; }
.dataitem--02 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3; }
.dataitem--03 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3; }
.dataitem--07 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 6; }
.dataitem--08 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5; }
.dataitem--09 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 6; }
.dataitem--10 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 7; }
.dataitem--11 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 6;
  grid-row-end: 7; }

.employees-wrap {
  display: flex; }
  .employees-wrap .ranking {
    counter-reset: number 0;
    /* number のカウンタを 0 にセット */
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    text-align: left; }
    .employees-wrap .ranking li {
      display: flex;
      font-size: clamp(13px, 2vw, 32px);
      line-height: 1;
      margin-bottom: 1em;
      align-items: flex-end; }
      .employees-wrap .ranking li .unit {
        font-weight: 400;
        margin-right: 16px;
        display: inline-block; }
        .employees-wrap .ranking li .unit:before {
          font-size: clamp(13px, 1.5vw, 24px);
          line-height: 1;
          content: "位"; }
      .employees-wrap .ranking li:before {
        counter-increment: number 1;
        /* number カウンタを増加 */
        content: counter(number);
        /* 表示形式を指定 */
        font-weight: 400;
        width: auto;
        display: inline-block;
        font-size: 160%;
        color: #3689E8; }
      .employees-wrap .ranking li:first-child {
        font-weight: 400;
        font-size: clamp(13px, 3.5vw, 56px);
        line-height: 1;
        margin-bottom: 0.5em; }
    .employees-wrap .ranking:last-child {
      position: relative; }
      .employees-wrap .ranking:last-child:after {
        content: "";
        display: inline-block;
        width: 128px;
        height: 128px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        position: absolute;
        right: 0;
        bottom: 0; }
    .employees-wrap .ranking .complement {
      font-size: clamp(13px, 1vw, 16px);
      line-height: 2;
      margin-left: 2em;
      color: #7C8588; }
    .employees-wrap .ranking-heading {
      font-size: clamp(13px, 2vw, 32px);
      line-height: 1;
      font-weight: 400;
      margin-bottom: 1em;
      text-align: left; }
    .employees-wrap .ranking--other {
      text-align: left;
      font-size: clamp(13px, 1vw, 16px);
      line-height: 1.5;
      font-weight: 400; }
      .employees-wrap .ranking--other li {
        margin-bottom: 1em; }
    .employees-wrap .ranking--drink li:last-child:after {
      background-image: url("../images/coffee_c.svg"); }
    .employees-wrap .ranking--baseball {
      margin-bottom: 1em; }
      .employees-wrap .ranking--baseball li:last-child:after {
        content: "";
        background-image: url("../images/baseball_c.svg");
        bottom: -168px; }
    .employees-wrap .ranking--football {
      margin-bottom: 1em; }
      .employees-wrap .ranking--football li:last-child:after {
        background-image: url("../images/football_c.svg");
        bottom: -48px; }
    .employees-wrap .ranking-inner--other {
      display: inline-block;
      margin: 0 auto; }
.employees-figure img {
  width: 90%; }
.employees-col {
  padding: 0 2vw;
  margin-bottom: 2vw;
  width: 50%; }
.employees-full {
  padding: 0 2vw;
  margin-bottom: 2vw;
  width: 100%; }
.employees-content {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  padding: 4vw 2vw 3vw 2vw;
  border-radius: 1.25em; }
  .employees-content .comment {
    background: #DEE0E1;
    padding: 1em 2em;
    text-align: left;
    margin: 2em auto 0 auto;
    max-width: 1000px; }
.employees-hd {
  font-size: clamp(13px, 2.5vw, 40px);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.5em;
  justify-content: center; }
.employees-ico {
  margin-bottom: 3em; }
  .employees-ico img {
    height: 10vw; }
.employees--time {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  display: inline-block; }
  .employees--time li {
    margin-bottom: 2vw;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .employees--time li:last-child {
      margin-bottom: 0; }
    .employees--time li .time-heading {
      width: 5em;
      font-size: clamp(13px, 1vw, 16px);
      line-height: 1.5;
      margin-right: 1em; }
    .employees--time li .time-post {
      font-size: clamp(13px, 4vw, 64px);
      line-height: 1;
      font-weight: 400;
      width: auto; }
      .employees--time li .time-post span.unit {
        font-size: clamp(13px, 1vw, 16px);
        line-height: 1.5;
        opacity: 0.5;
        margin-left: 2em; }
.employees--way .way-content {
  background-color: #DEE0E1;
  padding: 4em 0 3em 0; }
.employees--fromnow {
  padding-top: 3em; }

.way-hd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1em; }
.way-icon [class^="icon-"],
.way-icon [class*=" icon-"] {
  font-size: clamp(13px, 5vw, 80px);
  line-height: 1; }
.way-heading {
  font-size: clamp(13px, 1.5vw, 24px);
  line-height: 1;
  margin: 1vw 0;
  font-weight: 400; }
.way-body .post {
  font-size: clamp(13px, 6vw, 96px);
  line-height: 1;
  font-weight: 400; }
.way-body .unit {
  font-size: clamp(13px, 3vw, 48px);
  line-height: 1;
  font-weight: 400; }

.glaf--holidays {
  width: 736px;
  height: 753px;
  margin: 0 auto;
  position: relative; }
  .glaf--holidays .holidays-figure {
    width: 360px;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -180px;
    margin-left: -180px; }
    .glaf--holidays .holidays-figure img {
      width: 100%; }
    .glaf--holidays .holidays-figure figcaption {
      position: absolute;
      width: 160px;
      height: auto;
      left: 50%;
      top: 110px;
      margin-left: -80px; }
      .glaf--holidays .holidays-figure figcaption p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.1428571429;
        text-align: left;
        margin: 0; }
      .glaf--holidays .holidays-figure figcaption header {
        justify-content: center;
        font-weight: 400;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 1em; }
  .glaf--holidays .holidays-img {
    display: none; }
  .glaf--holidays .item--01, .glaf--holidays .item--02, .glaf--holidays .item--03, .glaf--holidays .item--04 {
    position: absolute;
    text-align: left; }
    .glaf--holidays .item--01:before, .glaf--holidays .item--02:before, .glaf--holidays .item--03:before, .glaf--holidays .item--04:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%;
      border-radius: 3px; }
    .glaf--holidays .item--01 .post, .glaf--holidays .item--02 .post, .glaf--holidays .item--03 .post, .glaf--holidays .item--04 .post {
      font-size: 64px;
      font-size: 6.4rem;
      line-height: 1;
      font-weight: 600;
      margin: 0.25em 0;
      padding-left: 0.5em; }
      .glaf--holidays .item--01 .post .unit, .glaf--holidays .item--02 .post .unit, .glaf--holidays .item--03 .post .unit, .glaf--holidays .item--04 .post .unit {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1; }
    .glaf--holidays .item--01 .holidays-heading, .glaf--holidays .item--02 .holidays-heading, .glaf--holidays .item--03 .holidays-heading, .glaf--holidays .item--04 .holidays-heading {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      position: relative;
      width: 100%;
      font-weight: 400; }
      .glaf--holidays .item--01 .holidays-heading:before, .glaf--holidays .item--02 .holidays-heading:before, .glaf--holidays .item--03 .holidays-heading:before, .glaf--holidays .item--04 .holidays-heading:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 3px; }
    .glaf--holidays .item--01 p, .glaf--holidays .item--02 p, .glaf--holidays .item--03 p, .glaf--holidays .item--04 p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin: 0;
      padding-left: 3em; }
    .glaf--holidays .item--01:after, .glaf--holidays .item--02:after, .glaf--holidays .item--03:after, .glaf--holidays .item--04:after {
      content: "";
      display: block;
      width: 96px;
      height: 96px;
      background-repeat: no-repeat;
      background-size: cover; }
  .glaf--holidays .item--01 {
    width: 208px;
    top: 96px; }
    .glaf--holidays .item--01:before {
      background-color: rgba(31, 47, 52, 0.5);
      transform: rotate(-14deg);
      transform-origin: 0 0;
      height: 128px;
      top: 23px; }
    .glaf--holidays .item--01:after {
      background-image: url("../images/family_c.svg"); }
    .glaf--holidays .item--01 .holidays-heading {
      color: rgba(31, 47, 52, 0.6); }
      .glaf--holidays .item--01 .holidays-heading:before {
        background-color: rgba(31, 47, 52, 0.6); }
    .glaf--holidays .item--01 .post {
      color: rgba(31, 47, 52, 0.6); }
  .glaf--holidays .item--02 {
    bottom: 0;
    width: 224px;
    left: 0; }
    .glaf--holidays .item--02:before {
      background-color: rgba(54, 137, 232, 0.65);
      transform: rotate(220deg);
      transform-origin: 0 0;
      height: 25px;
      top: 25px; }
    .glaf--holidays .item--02:after {
      background-image: url("../images/cleaning_c.svg"); }
    .glaf--holidays .item--02 .holidays-heading {
      color: rgba(54, 137, 232, 0.65); }
      .glaf--holidays .item--02 .holidays-heading:before {
        background-color: rgba(54, 137, 232, 0.65); }
    .glaf--holidays .item--02 .post {
      color: rgba(54, 137, 232, 0.65); }
  .glaf--holidays .item--03 {
    width: 368px;
    right: 20px; }
    .glaf--holidays .item--03:before {
      background-color: rgba(31, 47, 52, 0.9);
      transform: rotate(13deg);
      transform-origin: 20px 9px;
      right: auto;
      top: 26px;
      left: -3px;
      height: 183px; }
    .glaf--holidays .item--03 .holidays-heading {
      color: rgba(31, 47, 52, 0.9);
      text-align: right; }
      .glaf--holidays .item--03 .holidays-heading:before {
        background-color: rgba(31, 47, 52, 0.9); }
    .glaf--holidays .item--03 .post {
      color: rgba(31, 47, 52, 0.8); }
  .glaf--holidays .item--04 {
    right: 0;
    bottom: 160px;
    width: 186px; }
    .glaf--holidays .item--04:before {
      background-color: #3689e8;
      transform: rotate(40deg);
      transform-origin: 0 0;
      height: 55px;
      top: 22px;
      left: 2px; }
    .glaf--holidays .item--04:after {
      background-image: url("../images/camp_c.svg");
      position: relative;
      left: 30px; }
    .glaf--holidays .item--04 .holidays-heading {
      color: #3689e8;
      text-align: right; }
      .glaf--holidays .item--04 .holidays-heading:before {
        background-color: #3689e8; }
    .glaf--holidays .item--04 .post {
      color: #3689e8; }

.fromnow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .fromnow-box {
    width: 24vw;
    padding: 3vw 3vw 2vw 3vw;
    font-size: clamp(13px, 1.5vw, 24px);
    line-height: 2;
    list-style: none;
    opacity: 0;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 1vh;
    font-weight: 600;
    position: relative;
    border-radius: 1.25em; }
    .fromnow-box--step01 {
      left: 1vw;
      width: 26vw; }
    .fromnow-box--step06 {
      top: 1vw; }
    .fromnow-box--step02 {
      top: 2vw; }
    .fromnow-box--step08 {
      left: 2vw;
      width: 26vw; }
    .fromnow-box--step09 {
      left: 1.3vw; }
    .fromnow-box--step05 {
      left: -1vw; }
    .fromnow-box--step11 {
      left: -1.7vw;
      width: 26vw; }
    .fromnow-box--step12 {
      left: 1.5vw; }
    .fromnow-box--step13 {
      top: -1vw; }
    .fromnow-box:before {
      content: "";
      display: block;
      border-top: 60px solid #fff;
      border-right: 30px solid transparent;
      border-left: 30px solid transparent;
      width: 30px;
      height: 60px;
      position: absolute;
      bottom: -40px;
      right: 1vw; }
  .fromnow--cooperate {
    font-size: clamp(13px, 2.5vw, 40px);
    line-height: 1.25;
    display: inline-block; }
  .fromnow--complement {
    font-size: clamp(13px, 0.5vw, 20px);
    line-height: 1.2; }

.cn-founding-date {
  text-align: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .cn-founding-date .heading {
    font-size: clamp(13px, 1vw, 16px);
    line-height: 2;
    margin: 0;
    width: auto; }
  .cn-founding-date .year {
    letter-spacing: 0;
    font-size: clamp(13px, 10vw, 160px);
    line-height: 1;
    background: #1f2f34;
    height: auto;
    overflow: hidden;
    position: relative;
    color: rgba(0, 0, 0, 0);
    /*テキストは透過させる*/
    -webkit-background-clip: text;
    /*背景をテキストでマスクする*/
    background-clip: text;
    background-size: 150%;
    background-image: url("../images/mv.gif");
    /*背景の画像*/
    width: auto;
    margin: 0 auto; }

/*==================================================
ふわっ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 0; }
  .fadeUp--step01 {
    animation-delay: 1s; }
  .fadeUp--step06 {
    animation-delay: 1.3s; }
  .fadeUp--step02 {
    animation-delay: 2.3s; }
  .fadeUp--step07 {
    animation-delay: 2.1s; }
  .fadeUp--step03 {
    animation-delay: 0.8s; }
  .fadeUp--step08 {
    animation-delay: 1.8s; }
  .fadeUp--step04 {
    animation-delay: 2s; }
  .fadeUp--step09 {
    animation-delay: 0.6s; }
  .fadeUp--step05 {
    animation-delay: 0.2s; }
  .fadeUp--step10 {
    animation-delay: 3.3s; }
  .fadeUp--step11 {
    animation-delay: 2.8s; }
  .fadeUp--step12 {
    animation-delay: 1.5s; }
  .fadeUp--step13 {
    animation-delay: 0.3s; }

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  50%,
  80% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(100px); } }
@media screen and (max-width: 1024px) {
  .dataitem-wrap,
  .employees-wrap {
    margin: 0 -1vw; }
  .dataitem-col, .dataitem-full,
  .employees-col,
  .employees-full {
    padding: 0 0.5vw;
    margin-bottom: 1vw; }

  .fromnow-box:before {
    border-top: 30px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    width: 15px;
    height: 30px;
    position: absolute;
    bottom: -20px; }

  .glaf--holidays {
    width: 470px;
    height: 532px; }

  .glaf--holidays .holidays-figure {
    width: 260px;
    height: 260px;
    margin-top: -130px;
    margin-left: -130px; }

  .glaf--holidays .holidays-figure figcaption {
    width: 120px;
    margin-left: -60px;
    top: 70px; }
    .glaf--holidays .holidays-figure figcaption p {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.3333333333; }
    .glaf--holidays .holidays-figure figcaption header {
      margin-bottom: 0.5em;
      line-height: 1; }

  .glaf--holidays .item--04 {
    width: 132px; }

  .glaf--holidays .item--03 {
    width: 210px; }
    .glaf--holidays .item--03:before {
      transform: rotate(13deg);
      height: 113px;
      top: 26px; }

  .glaf--holidays .item--02 {
    width: 160px; }
    .glaf--holidays .item--02:before {
      transform: rotate(203deg);
      height: 34px; }

  .glaf--holidays .item--01 {
    width: 123px; }
    .glaf--holidays .item--01:before {
      transform: rotate(-16deg);
      height: 45px;
      top: 46px; }

  .glaf--holidays .item--01 p,
  .glaf--holidays .item--02 p,
  .glaf--holidays .item--03 p,
  .glaf--holidays .item--04 p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3333333333; }
  .glaf--holidays .item--01 .post,
  .glaf--holidays .item--02 .post,
  .glaf--holidays .item--03 .post,
  .glaf--holidays .item--04 .post {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1; }
    .glaf--holidays .item--01 .post .unit,
    .glaf--holidays .item--02 .post .unit,
    .glaf--holidays .item--03 .post .unit,
    .glaf--holidays .item--04 .post .unit {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1; }
  .glaf--holidays .item--01:after,
  .glaf--holidays .item--02:after,
  .glaf--holidays .item--03:after,
  .glaf--holidays .item--04:after {
    width: 46px;
    height: 46px; } }
@media screen and (max-width: 768px) {
  .glaf--holidays {
    width: 100%;
    height: auto; }
    .glaf--holidays .item--01, .glaf--holidays .item--02, .glaf--holidays .item--03, .glaf--holidays .item--04 {
      display: none; }
    .glaf--holidays .holidays-figure {
      display: none; }
    .glaf--holidays .holidays-img {
      display: block;
      width: 100%;
      height: auto; }
      .glaf--holidays .holidays-img img {
        width: 100%; }

  .employees-wrap .ranking .complement {
    margin-left: 3em; } }
@media screen and (max-width: 667px) {
  .l-pg-explanation--company {
    display: block; }
    .l-pg-explanation--company .box-txt {
      padding: 0 1em;
      margin-left: 0;
      width: auto; }

  .fromnow-box {
    width: 40vw; }
    .fromnow-box--step01 {
      left: 1vw;
      width: 40vw; }
    .fromnow-box--step08 {
      width: 40vw; }
    .fromnow-box--step11 {
      width: 40vw; }

  .employees-wrap {
    flex-direction: column; }
    .employees-wrap .employees-col {
      width: 100%; }
    .employees-wrap .ranking {
      display: block; }
      .employees-wrap .ranking li:first-child {
        flex-wrap: wrap; }
        .employees-wrap .ranking li:first-child .complement {
          width: 100%; }
      .employees-wrap .ranking-inner--other {
        width: 100%;
        display: block;
        margin: 0; }
  .employees-content {
    padding: 1em; }
    .employees-content .row-mrg {
      margin: 0 -.25em; }
    .employees-content .col {
      padding: 0 0.25em; }

  .con--history .figure--history {
    width: auto; } }
/*recruit*/
.bgfixed {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 15%;
  top: 25%;
  z-index: -2;
  background-color: red;
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  opacity: 0.5;
  background: radial-gradient(63.44% 82.03% at 55.58% -15.63%, #5adde6 0%, rgba(90, 221, 230, 0.26) 53.72%, rgba(90, 221, 230, 0) 100%), linear-gradient(26.62deg, rgba(249, 124, 89, 0.8) 20.64%, rgba(249, 124, 89, 0) 49.82%), linear-gradient(56.79deg, #b95be6 33.79%, rgba(185, 91, 230, 0) 72.67%), linear-gradient(301.08deg, rgba(252, 178, 91, 0.91) 20.42%, rgba(252, 178, 91, 0) 60.38%), linear-gradient(141.57deg, rgba(78, 173, 235, 0.85) 19.08%, rgba(78, 173, 235, 0) 98.72%, #d3e4ff);
  background-blend-mode: normal, normal, darken, normal, normal, normal;
  filter: blur(50px);
  background-size: 110% 110%;
  transform: rotate(0);
  animation: bggradient 60s ease infinite; }

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
    transform: rotate(180deg);
    width: 30vw;
    height: 30vw;
    right: 15%;
    top: 25%; }
  25% {
    background-position: 50% 50%;
    transform: rotate(0);
    width: 50vw;
    height: 50vw; }
  50% {
    background-position: 50% 50%;
    transform: rotate(300deg);
    width: 100vw;
    height: 100vw;
    right: 10%;
    top: 5%; }
  80% {
    background-position: 0% 0%;
    transform: rotate(0deg);
    width: 90vw;
    height: 90vw; }
  100% {
    background-position: 0% 50%;
    transform: rotate(180deg);
    width: 30vw;
    height: 30vw;
    right: 15%;
    top: 25%; } }
.cn--rcr {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto; }
  .cn--rcr .dl-row dt {
    width: 10em;
    max-width: 100%; }
  .cn--rcr .dl-row dd {
    width: calc(100% - 10em);
    max-width: 100%; }

.recruit {
  background-color: #fff; }
  .recruit .l-pg-hd--rcr {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: -1; }
    .recruit .l-pg-hd--rcr .pg-hd {
      min-height: calc(100vh - 89px);
      padding-left: 208px;
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 0;
      top: 89px; }
    .recruit .l-pg-hd--rcr:before {
      display: none; }
    .recruit .l-pg-hd--rcr .txt-recruit {
      position: absolute;
      right: 3em;
      bottom: 10%;
      width: 35vw;
      z-index: -1; }
    .recruit .l-pg-hd--rcr .txt-joinus {
      position: absolute;
      right: -10%;
      top: 3em;
      width: clamp(110px, 25vw, 500px);
      z-index: 1; }
  .recruit .pg-catch--rcr {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    opacity: 1;
    margin-top: 3em;
    position: relative; }
    .recruit .pg-catch--rcr span {
      font-size: clamp(13px, 10vw, 150px);
      line-height: 1;
      font-weight: 600;
      margin: 0;
      position: relative; }
  .recruit .pg-main--rcr {
    margin-top: 100vh;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    /* 背景色 */
    -webkit-backdrop-filter: blur(20px);
    /* ぼかしエフェクト */
    backdrop-filter: blur(20px); }
    .recruit .pg-main--rcr .sc--rcr {
      padding: 14em 3em 20em 3em; }
    .recruit .pg-main--rcr .sc--tp {
      overflow: hidden;
      width: 100%;
      height: auto; }
  .recruit .footer {
    margin-bottom: 100vh; }

@media screen and (max-height: 716px) {
  .recruit .pg-hd h1 {
    font-size: clamp(13px, 5vw, 18px); }
  .recruit .pg-hd .pg-lead {
    font-size: clamp(13px, 4vw, 18px); }
  .recruit .pg-hd .pg-catch--rcr span {
    font-size: clamp(13px, 15vw, 56px); } }
.l-slider-item {
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center; }
  .l-slider-item img {
    margin: 0;
    border-radius: 1.25em;
    min-height: 270px; }
.l-slider--rcr {
  padding: 10vh 0 10vh 0;
  background-color: #F6F6F6; }
  .l-slider--rcr .text-slide {
    position: relative;
    top: 0.25em;
    color: #7C8588; }

.bg--voice {
  background-color: #7C8588; }
  .bg--voice .cmn-heading {
    color: #fff; }

.is-bg--voice .toggle-btn {
  border-color: #fff;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: all;
  transition-property: all; }
.is-bg--voice .toggle--name::before {
  color: #fff; }
.is-bg--voice .wrapper {
  background-color: #7C8588; }

.bg--detail {
  background-color: #F6F6F6; }

.inner--voice {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .inner--voice .row {
    flex-wrap: nowrap;
    height: 70vh;
    max-height: 500px;
    min-height: 360px;
    justify-content: flex-start; }
    .inner--voice .row .col {
      position: relative;
      margin-bottom: 1em; }
    .inner--voice .row .card {
      height: 100%;
      min-height: 360px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: flex-end;
      background-color: #3689E8;
      color: #fff;
      padding: 2em; }
      .inner--voice .row .card .detail-wrapper {
        width: 100%; }
      .inner--voice .row .card .detail {
        width: 12em;
        height: 12em;
        padding: 0 2em;
        border-radius: 50%;
        background-color: #fff;
        font-weight: 600;
        color: #3689E8;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .inner--voice .row .card .circle--icon,
      .inner--voice .row .card .arrow-line-right::after {
        border-color: #fff; }
      .inner--voice .row .card .arrow-line-right::before {
        background-color: #fff; }
      .inner--voice .row .card:hover {
        background: #fff;
        color: #3689E8; }
        .inner--voice .row .card:hover .circle--icon,
        .inner--voice .row .card:hover .arrow-line-right::after {
          border-color: #3689E8; }
        .inner--voice .row .card:hover .arrow-line-right::before,
        .inner--voice .row .card:hover .arrowbtn-inner--hover {
          background-color: #3689E8; }
  .inner--voice .card-wrapper--employee {
    display: none;
    position: absolute;
    left: 1em;
    top: 0;
    height: 100%;
    width: calc(100% - 2em); }
  .inner--voice .card-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border-radius: 1.25em; }
    .inner--voice .card-box p {
      overflow: auto;
      flex: 1; }
    .inner--voice .card-box .card-ft {
      margin-top: auto;
      text-align: center;
      display: flex;
      align-items: center;
      flex-direction: column; }

.pg--article {
  background-color: #fff; }
  .pg--article .wrapper {
    background-color: #fff; }

.article-wrapper {
  margin: 30vh 0 0 168px;
  background: #fff;
  padding: 6em 4em 0 4em; }

.article--rcr {
  width: 70vw;
  margin: 0 0 0 auto; }
  .article--rcr figcaption {
    width: 30em;
    padding: 4em;
    position: relative;
    top: -4em;
    left: -20vw;
    background-color: #fff;
    border-radius: 1.25em;
    margin-right: auto;
    font-size: clamp(13px, 2vw, 24px);
    line-height: 1.5; }
    .article--rcr figcaption p {
      margin: 0;
      font-weight: 600;
      font-size: clamp(13px, 2vw, 24px);
      line-height: 1.5; }
    .article--rcr figcaption h3 {
      font-size: clamp(13px, 1vw, 16px);
      line-height: 1.5;
      margin-bottom: 2em; }
      .article--rcr figcaption h3 span {
        background: linear-gradient(transparent 60%, #3689E8 60%); }
  .article--rcr img {
    width: 100%;
    border-radius: 1.25em; }

.chachcoppy--rcr {
  font-size: clamp(13px, 7vw, 112px);
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.2);
  /*テキストは透過させる*/
  -webkit-background-clip: text;
  /*背景をテキストでマスクする*/
  background-clip: text;
  background-size: cover;
  background-image: url("../images/mv.gif");
  font-weight: 400;
  position: relative;
  top: 0;
  transform: translateY(80px);
  /* 下に50pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
  opacity: 0;
  z-index: 0;
  display: block;
  max-width: 6em;
  opacity: 1;
  display: block;
  margin: 0 auto; }
  .chachcoppy--rcr.is-show {
    opacity: 1;
    transform: translateY(10px);
    /* 30px上に移動する */
    transition-delay: 0.5s;
    /* フェード開始を0.5秒遅らせる */ }

@media screen and (max-width: 1024px) {
  .article-wrapper {
    margin: 30vh 0 0 0;
    padding: 2em 1em 0 1em; } }
@media screen and (max-width: 768px) {
  .recruit .l-pg-hd--rcr .pg-hd {
    padding-left: 5vw; }

  .bgfixed {
    top: 50%; }

  @keyframes bggradient {
    0% {
      background-position: 0% 50%;
      transform: rotate(180deg);
      width: 30vw;
      height: 30vw; }
    25% {
      background-position: 50% 50%;
      transform: rotate(0);
      width: 50vw;
      height: 50vw; }
    50% {
      background-position: 50% 50%;
      transform: rotate(300deg);
      width: 100vw;
      height: 100vw;
      right: 10%;
      top: 35%; }
    80% {
      background-position: 0% 0%;
      transform: rotate(0deg);
      width: 90vw;
      height: 90vw; }
    100% {
      background-position: 0% 50%;
      transform: rotate(180deg);
      width: 30vw;
      height: 30vw;
      right: 15%;
      top: 50%; } }
  .inner--voice .row {
    flex-wrap: wrap;
    max-height: none;
    height: auto; }

  .article--rcr {
    left: 0; } }
@media screen and (max-width: 667px) {
  .recruit .pg-lead {
    width: auto; }
  .recruit .pg-main--rcr .sc--rcr {
    padding: 7em 1em 10em 1em; }

  .article--rcr {
    position: relative;
    top: 0;
    margin-left: 0;
    width: 100%; }
    .article--rcr:before {
      display: none; }
    .article--rcr figcaption {
      position: static;
      width: auto;
      padding: 2em 1em; }
    .article--rcr img {
      width: 100%; }

  .recruit .pg-hd {
    margin: 0;
    padding-top: 0; }

  .chachcoppy--rcr {
    max-width: 90%;
    font-size: clamp(13px, 12vw, 80px);
    line-height: 1; }

  .cn--rcr .dl-row dd,
  .cn--rcr .dl-row dt {
    width: 100%; } }
.section-1,
.section-2 {
  min-height: 150vh;
  clear: both; }

.section-1 {
  padding-top: 300px;
  padding-bottom: 150px;
  padding-left: 0px;
  padding-right: 30px; }

.section-2 {
  padding-top: 150px;
  padding-bottom: 300px;
  padding-left: 30px;
  padding-right: 0px; }

.article {
  position: relative;
  width: 100%;
  margin-bottom: 200px; }

.article img {
  max-width: 100%;
  height: auto; }

.article_image-1,
.article_image-2 {
  display: block;
  width: 80%;
  height: auto;
  margin-bottom: 100px; }

.article_image-1 {
  float: left; }

.article_image-2 {
  float: right; }

.article_text-1,
.article_text-2 {
  position: relative;
  width: 40%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 65px;
  clear: both; }

.article_text-1 {
  margin-left: auto; }

.article_text-2 {
  margin-right: auto; }

.article_text-1 > h2,
.article_text-2 > h2 {
  color: #222;
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal; }

.article_text-1 > p,
.article_text-2 > p {
  color: #222;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify; }

.cn-tel-heading {
  font-size: clamp(13px, 2vw, 32px);
  line-height: 1;
  font-weight: 600; }

.cn-tel-post {
  font-size: clamp(13px, 2vw, 32px);
  line-height: 1;
  font-weight: 600; }

.contact .wrapper,
.entry .wrapper {
  background-color: #F6F6F6;
  padding-bottom: 64px; }

.contact .wrapper,
.entry .wrapper {
  position: relative; }
  .contact .wrapper:before,
  .entry .wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DEE0E1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5; }

.form p {
  margin: 0; }

.form-input p {
  font-size: 110%;
  font-weight: 400; }

.screen-reader-response {
  display: none; }

.wpcf7-form-control-wrap.Check .wpcf7-list-item > label {
  position: relative;
  display: block;
  line-height: 2.35; }
  .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"] {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0 0 0 6px;
    transform: translate(0, -50%);
    opacity: 0; }
    .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"] + span {
      padding: 0 0 0 2.333333em;
      display: inline-block;
      position: relative;
      white-space: nowrap;
      line-height: 18px; }
      .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"] + span::before, .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"] + span::after {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        display: block;
        border-radius: 4px;
        z-index: 2;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 11px;
        color: #fff;
        box-shadow: 0 0 0 6px rgba(88, 201, 243, 0);
        -webkit-box-shadow: 0 0 0 6px rgba(88, 201, 243, 0);
        line-height: 19px;
        letter-spacing: 0; }
      .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"] + span::after {
        content: "";
        display: block;
        font-weight: 400;
        border: solid 1px #1F2F34;
        z-index: 1;
        width: 19px;
        height: 19px;
        border-radius: 3px; }
    .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"]:disabled + span {
      color: #ababab; }
      .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"]:disabled + span::before {
        color: #dcc5da; }
      .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"]:disabled + span::after {
        background-color: #b9afb8;
        border: solid 1px #b9afb8; }
    .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"]:checked + span::before {
      content: "\f00c";
      color: #fff;
      left: 4px; }
    .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"]:checked + span::after {
      background-color: #1F2F34;
      border: solid 1px #1F2F34; }
    .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"]:checked:disabled + span::before {
      color: #dcc5da; }
    .wpcf7-form-control-wrap.Check .wpcf7-list-item > label input[type="checkbox"]:checked:disabled + span::after {
      background-color: #947191;
      border: solid 1px #947191; }
  .wpcf7-form-control-wrap.Check .wpcf7-list-item > label:hover input[type="checkbox"] + span::after {
    box-shadow: 0 0 0 6px rgba(88, 201, 243, 0.1);
    -webkit-box-shadow: 0 0 0 6px rgba(88, 201, 243, 0.1);
    border-color: #58c9f3; }
  .wpcf7-form-control-wrap.Check .wpcf7-list-item > label:hover input[type="checkbox"]:disabled + span::after {
    box-shadow: 0 0 0 6px rgba(88, 201, 243, 0);
    -webkit-box-shadow: 0 0 0 6px rgba(88, 201, 243, 0); }

.wpcf7-not-valid-tip {
  color: #d41d41;
  margin-left: 1em;
  display: inline-block; }

input[type="email"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  background: rgba(212, 29, 65, 0.08); }

.wpcf7-response-output {
  margin-top: 1em;
  position: fixed;
  bottom: 30%;
  right: 0;
  padding: 1.5em;
  color: #fff; }

.wpcf7-form .card-ft p {
  margin: 0; }
  .wpcf7-form .card-ft p input[type="submit"], .wpcf7-form .card-ft p input[type="button"] {
    width: 100%;
    padding: 1.5em;
    border: none;
    font-size: clamp(13px, 2vw, 32px);
    line-height: 1;
    background-color: #fff; }
    .wpcf7-form .card-ft p input[type="submit"]:hover, .wpcf7-form .card-ft p input[type="button"]:hover {
      background-color: #DEE0E1; }
.wpcf7-form.sent .wpcf7-response-output {
  background: #3689E8;
  border-color: #3689E8; }
.wpcf7-form.invalid .wpcf7-response-output {
  background: #d41d41; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #3689E8; }

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #d41d41; }

.wpcf7-form-control.wpcf7-previous {
  border: none;
  padding: 1em 2em;
  background-color: #1F2F34;
  color: #fff;
  max-width: 100%;
  margin-bottom: .5em;
  border-radius: 1.25em; }
  .wpcf7-form-control.wpcf7-previous:hover {
    opacity: .7; }

.wpcf7-form-control.wpcf7-submit {
  border: none;
  padding: 1em 4em;
  background-color: #3689E8;
  color: #fff;
  max-width: 100%;
  border-radius: 1.25em; }
  .wpcf7-form-control.wpcf7-submit:hover {
    opacity: .7; }

/* エラーメッセージの上部を消去 */
div.screen-reader-response {
  display: none; }

/* 送信NG時の枠の色  */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #d41d41; }

/* 送信OK時の文字色  */
div.wpcf7-mail-sent-ok {
  border: 2px solid #3689E8; }

/* 送信NG時の文字色  */
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #d41d41; }

@media screen and (max-width: 667px) {
  .wpcf7-response-output {
    bottom: 10%; }

  .wpcf7-not-valid-tip {
    margin-left: 0;
    display: block; } }
.privacy-policy .wrapper {
  padding-bottom: 64px;
  background-color: #fff;
  position: relative; }
  .privacy-policy .wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DEE0E1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5; }
  .privacy-policy .wrapper ol {
    margin-bottom: 1em; }
    .privacy-policy .wrapper ol > li {
      margin-bottom: 1em; }
      .privacy-policy .wrapper ol > li ul {
        margin-bottom: 1em;
        margin-left: 2em; }
        .privacy-policy .wrapper ol > li ul > li {
          margin-bottom: 1; }
