@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul[role="list"],
ol[role="list"],
li[role="list"] {
  list-style: none; }

li {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

img,
picture {
  max-width: 100%;
  display: block; }

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

textarea {
  overflow: auto; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

select::-ms-expand {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bebebe; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bebebe; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bebebe; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bebebe; }

input::placeholder,
textarea::placeholder {
  color: #bebebe; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bebebe; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bebebe; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium"); }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

::selection {
  background: #000000;
  color: #ffffff; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%; }

html {
  width: 100%;
  height: 100%; }

  .m-0 {
    margin: 0 !important;
  }

body {
  color: #000;
  font-family: "Noto-sansJP", "YuGothic", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-break: strict;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: calc(15px * 0.001 * 50);
  position: relative; }

#canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  @media (max-width: 959px) {
    #canvas {
      opacity: 0.05; } }
  @media (min-width: 960px) {
    #canvas {
      opacity: 0.05; } }
  @media (max-width: 959px) {
    #canvas.is-active {
      opacity: 0.3; } }
  @media (min-width: 960px) {
    #canvas.is-active {
      opacity: 0.3; } }

#main {
  position: absolute;
  top: 0;
  left: 0; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.hide {
  display: none !important; }

.section {
  padding: 0 0 0 0 !important;
  color: #000 !important;
  margin: 50px auto; }

@media (max-width: 959px) {
  .pc-only {
    display: none !important; } }

@media (min-width: 960px) {
  .pc-only {
    display: inline; } }

@media (max-width: 959px) {
  .sp-only {
    display: inline; } }

@media (min-width: 960px) {
  .sp-only {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 959px) {
    .container {
      width: calc(100% - 50px); } }
  @media (min-width: 960px) {
    .container {
      min-width: 870px;
      width: 90%;
      max-width: 1240px; } }

.divider {
  width: 100%;
  height: 1px;
  background-color: #000000; }

.vertical {
  width: 1px;
  height: 18px;
  background-color: #000000; }

.w-100 {
  width: 100% !important; }

.header {
  width: 100%; }

.index__first {
  position: relative;
  width: 100%;
  margin-bottom: 80px; }
  @media (min-width: 960px) {
    .index__first {
      height: 430px; } }
  @media (max-width: 959px) {
    .index__first {
      height: 250px; } }
  .index__first__img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 960px) {
      .index__first__img {
        height: 430px; } }
    @media (max-width: 959px) {
      .index__first__img {
        height: 250px;
        -o-object-position: 30%;
           object-position: 30%; } }
  .index__first__bgImg {
    background-image: url("../img/philosophy/page/text/design-the-future.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media (max-width: 959px) {
      .index__first__bgImg {
        width: 100%;
        background-size: 130%; } }
  .index__first__box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
    @media (min-width: 960px) {
      .index__first__box {
        top: 60%; } }
    @media (max-width: 959px) {
      .index__first__box {
        top: 55%;
        width: 100%; }
        .index__first__box img {
          margin: auto; } }
    .index__first__box__title {
      margin-bottom: 20px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 400;
      font-style: normal;
      color: #ffffff; }
      @media (min-width: 960px) {
        .index__first__box__title {
          font-size: 35px;
          font-weight: 700;
          font-style: normal;
          line-height: 1;
          letter-spacing: calc(35px * 0.001 * 25); } }
      @media (max-width: 959px) {
        .index__first__box__title {
          font-size: 30px;
          font-weight: 700;
          font-style: normal;
          line-height: 1;
          letter-spacing: calc(30px * 0.001 * 25); } }
      .index__first__box__title__text img {
        margin: auto; }

@media (min-width: 960px) {
  .index__second {
    margin-bottom: 80px; } }

@media (max-width: 959px) {
  .index__second {
    margin-bottom: 40px; } }

.index__second__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-image: url("../img/philosophy/text/design-the-future-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }
  @media (min-width: 960px) {
    .index__second__box {
      background-size: 100%; } }
  @media (max-width: 959px) {
    .index__second__box {
      background-size: 150%; } }
  @media (max-width: 959px) {
    .index__second__box__item {
      margin: 0 auto 30px 5%; } }
  .index__second__box__item__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px; }
    @media (min-width: 960px) {
      .index__second__box__item__title {
        font-size: 25px;
        font-weight: 700;
        font-style: normal;
        line-height: 1;
        letter-spacing: calc(25px * 0.001 * 25); } }
    @media (max-width: 959px) {
      .index__second__box__item__title {
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        line-height: 1;
        letter-spacing: calc(20px * 0.001 * 25); } }
  .index__second__box__item__text {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    letter-spacing: calc(15px * 0.001 * 25); }

.index__third {
  position: relative; }
  @media (min-width: 960px) {
    .index__third {
      margin-bottom: 160px; } }
  @media (max-width: 959px) {
    .index__third {
      margin-bottom: 40px;
      background-image: url("../img/philosophy/page/section-bg.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 250%;
      height: 42vh; } }
  .index__third__bg {
    width: 100%;
    display: block; }
  .index__third__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media (max-width: 959px) {
      .index__third__box {
        width: 80vw;
        margin: auto; } }
    .index__third__box__mission {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: grid;
      width: 245px;
      background-color: #ffffff;
      padding: 8px 0;
      margin: 0 auto 30px; }
    .index__third__box__title {
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (min-width: 960px) {
        .index__third__box__title {
          margin: 0 auto 60px; } }
      @media (max-width: 959px) {
        .index__third__box__title {
          margin: 0 auto 30px; } }

.index__fourth {
  position: relative; }
  @media (min-width: 960px) {
    .index__fourth {
      padding-top: 60px; } }
  @media (max-width: 959px) {
    .index__fourth {
      margin-bottom: 0px; } }
  .index__fourth__bg {
    width: 100%; }
    @media (min-width: 960px) {
      .index__fourth__bg {
        height: 500px; } }
  .index__fourth__1945 {
    position: absolute; }
    @media (min-width: 960px) {
      .index__fourth__1945 {
        top: 0;
        left: 2.5%; } }
    @media (max-width: 959px) {
      .index__fourth__1945 {
        top: 10%;
        right: 2.5%;
        width: 30vw; } }
  .index__fourth__2021 {
    position: absolute; }
    @media (min-width: 960px) {
      .index__fourth__2021 {
        bottom: 25%;
        right: 2.5%; } }
    @media (max-width: 959px) {
      .index__fourth__2021 {
        bottom: 10%;
        left: 2.5%;
        width: 30vw; } }
  .index__fourth__list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto; }
    @media (min-width: 960px) {
      .index__fourth__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 959px) {
      .index__fourth__list {
        padding-top: 50px; } }
    .index__fourth__list__item {
      display: grid;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (min-width: 960px) {
        .index__fourth__list__item {
          width: calc(( 100% / 4) - 40px);
          margin-bottom: 60px; } }
      @media (max-width: 959px) {
        .index__fourth__list__item {
          width: 34vw;
          margin-bottom: 4vw; } }
      @media (min-width: 960px) {
        .index__fourth__list__item:nth-child(2) {
          padding-bottom: 80px; } }
      @media (max-width: 959px) {
        .index__fourth__list__item:nth-child(2) {
          margin-left: 15%; } }
      @media (min-width: 960px) {
        .index__fourth__list__item:nth-child(3) {
          padding-bottom: 140px; } }
      @media (max-width: 959px) {
        .index__fourth__list__item:nth-child(3) {
          margin-left: 30%; } }
      @media (min-width: 960px) {
        .index__fourth__list__item:nth-child(4) {
          padding-bottom: 180px; } }
      @media (max-width: 959px) {
        .index__fourth__list__item:nth-child(4) {
          margin-left: 45%; } }

.index__sixth {
  padding: 0 !important;
  position: relative; }
  @media (max-width: 959px) {
    .index__sixth {
      background-image: url("../img/philosophy/page/mock/mock-item4.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 250%;
      height: 220px; } }
  @media (min-width: 960px) {
    .index__sixth img {
      width: 100%;
      height: 288px; } }
  .index__sixth__title {
    position: absolute;
    margin: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff; }
    @media (min-width: 960px) {
      .index__sixth__title {
        font-size: 35px;
        font-weight: 700;
        font-style: normal;
        line-height: 1;
        letter-spacing: calc(35px * 0.001 * 25); } }
    @media (max-width: 959px) {
      .index__sixth__title {
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        line-height: 1;
        letter-spacing: calc(30px * 0.001 * 25); } }

.index__seventh {
  background-color: #F0F0F0; }
  @media (min-width: 960px) {
    .index__seventh {
      padding: 100px 0; } }
  @media (max-width: 959px) {
    .index__seventh {
      padding: 70px 0; } }
  .index__seventh__content {
    background-color: #FFFFFF;
    margin: auto; }
    @media (min-width: 960px) {
      .index__seventh__content {
        width: 60% !important;
        padding: 50px 80px; } }
    @media (max-width: 959px) {
      .index__seventh__content {
        width: 90% !important;
        padding: 40px 30px; } }
    .index__seventh__content__text {
      padding: 20px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 400;
      font-style: normal;
      margin-bottom: 60px;
      font-size: 15px;
      font-weight: 400;
      font-style: normal;
      line-height: 2.25;
      letter-spacing: calc(15px * 0.001 * 100); }
    .index__seventh__content__name {
      padding: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .index__seventh__content__name p {
        font-family: 'Noto Serif JP', serif;
        font-weight: 400;
        font-style: normal;
        padding-right: 15px; }
      .index__seventh__content__name img {
        width: 145px; }

.vison {
  background-color: #DBEEEC;
  display: block;
  width: 90%;
  margin-right: auto;
  padding: 30px;
  margin-bottom: 60px; }
  .vison h1 {
    width: 235px;
    margin-bottom: 40px; }
  .vison__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .vison__list__item {
      width: 320px;
      margin: 0 15px 30px 0; }

.polisy {
  background-color: #DBEEEC;
  display: block;
  width: 90%;
  margin-left: auto;
  padding: 30px;
  margin-bottom: 80px; }
  .polisy h1 {
    width: 235px;
    margin-bottom: 40px; }
  .polisy__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .polisy__list__item {
      width: 320px;
      margin: 0 15px 30px 0; }

.img1 {
  display: block; }
  @media (min-width: 960px) {
    .img1 {
      margin-left: auto;
      -webkit-transform: translate(0px, -80px);
              transform: translate(0px, -80px); } }
  @media (max-width: 959px) {
    .img1 {
      width: 350px;
      margin: 0 auto 60px 0;
      -webkit-transform: translate(0px, 0);
              transform: translate(0px, 0); } }

.img2 {
  display: block; }
  @media (max-width: 959px) {
    .img2 {
      width: 350px;
      margin: 0 0 60px auto;
      -webkit-transform: translate(0px, 0);
              transform: translate(0px, 0); } }

.img3 {
  width: 100%; }

.img4 {
  margin: auto; }

.img5 {
  width: 100%; }

.page__here {
  width: 90%;
  padding: 5% 0;
  color: black !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  margin-left: auto; }
  @media (min-width: 960px) {
    .page__here__title {
      color: black !important;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: calc(50px * 0.001 * 25); } }
  @media (max-width: 959px) {
    .page__here__title {
      color: black !important;
      margin-bottom: 20px;
      font-size: 35px;
      font-weight: 700;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: calc(35px * 0.001 * 25); } }

.btn {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: calc(15px * 0.001 * 25);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  padding: 18px 100px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 25px;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important; }

.btn-hover01:hover {
  background-color: #fafafa;
  color: #000000; }

.btn-hover02 {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn-hover02::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fafafa;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s; }
    @media (min-width: 960px) {
      .btn-hover02::before {
        border-radius: 30px; } }
    @media (max-width: 959px) {
      .btn-hover02::before {
        border-radius: 25px; } }
  .btn-hover02:hover {
    color: #ffffff; }
  .btn-hover02:hover::before {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

.btn-hover03 {
  overflow: hidden; }
  .btn-hover03 a {
    position: relative;
    z-index: 2; }
    .btn-hover03 a:before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 120%;
      height: 100%;
      z-index: -1;
      background-color: #000000;
      border: solid 2px #000000;
      -webkit-transition: all 350ms linear;
      transition: all 350ms linear;
      -webkit-transform: skewX(-30deg) scale(0, 1);
              transform: skewX(-30deg) scale(0, 1); }
    .btn-hover03 a:hover {
      color: #fafafa; }
      .btn-hover03 a:hover:before {
        left: -10%;
        -webkit-transform: skewX(-30deg) scale(1, 1);
                transform: skewX(-30deg) scale(1, 1); }

.btn-small {
  padding: 13px 30px; }

.btn-white {
  background-color: #ffffff; }

.btn-hover04 {
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .btn-hover04:hover {
    background-color: #fafafa;
    background-image: url("../img/philosophy/common/arrow.svg"); }
    .btn-hover04:hover p {
      color: #000000; }

@media (min-width: 960px) {
  .section-title {
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(35px * 0.001 * 25); } }

@media (max-width: 959px) {
  .section-title {
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(25px * 0.001 * 25); } }

@media (min-width: 960px) {
  .text-title {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(30px * 0.001 * 25); } }

@media (max-width: 959px) {
  .text-title {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 25); } }

@media (min-width: 960px) {
  .text-large {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 25); } }

@media (max-width: 959px) {
  .text-large {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: calc(20px * 0.001 * 25); } }

@media (min-width: 960px) {
  .text-bold {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25); } }

@media (max-width: 959px) {
  .text-bold {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25); } }

@media (min-width: 960px) {
  .text-normal {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25); } }

@media (max-width: 959px) {
  .text-normal {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.001 * 25); } }

@media (min-width: 960px) {
  .text-small {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(13px * 0.001 * 25); } }

@media (max-width: 959px) {
  .text-small {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(13px * 0.001 * 25); } }

#vision,
.service-area {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }



.bgLRextendTrigger,
.bgappearTrigger,
.fadeUpTrigger,
.flipLeftTrigger {
  opacity: 0; }

.fadeUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadeUp.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

[data-intersector=hiddein] .titleAnime span {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
  will-change: clip-path transform opacity; }

[data-intersector=hiddein] .fadeIn {
  opacity: 0;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out; }

[data-intersector=hiddein] .reveal {
  position: relative;
  overflow: hidden; }
  [data-intersector=hiddein] .reveal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999; }
  [data-intersector=hiddein] .reveal img {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transition: opacity 0.5s ease-out 1s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
    transition: opacity 0.5s ease-out 1s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
    transition: opacity 0.5s ease-out 1s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
    transition: opacity 0.5s ease-out 1s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
    will-change: opacity; }

[data-intersector=visible] .titleAnime span {
  display: block;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
  -webkit-animation-name: titleAnimation;
          animation-name: titleAnimation;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  [data-intersector=visible] .titleAnime span:nth-child(1) {
    -webkit-animation-delay: calc( 1 *  .1s);
            animation-delay: calc( 1 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(2) {
    -webkit-animation-delay: calc( 2 *  .1s);
            animation-delay: calc( 2 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(3) {
    -webkit-animation-delay: calc( 3 *  .1s);
            animation-delay: calc( 3 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(4) {
    -webkit-animation-delay: calc( 4 *  .1s);
            animation-delay: calc( 4 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(5) {
    -webkit-animation-delay: calc( 5 *  .1s);
            animation-delay: calc( 5 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(6) {
    -webkit-animation-delay: calc( 6 *  .1s);
            animation-delay: calc( 6 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(7) {
    -webkit-animation-delay: calc( 7 *  .1s);
            animation-delay: calc( 7 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(8) {
    -webkit-animation-delay: calc( 8 *  .1s);
            animation-delay: calc( 8 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(9) {
    -webkit-animation-delay: calc( 9 *  .1s);
            animation-delay: calc( 9 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(10) {
    -webkit-animation-delay: calc( 10 *  .1s);
            animation-delay: calc( 10 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(11) {
    -webkit-animation-delay: calc( 11 *  .1s);
            animation-delay: calc( 11 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(12) {
    -webkit-animation-delay: calc( 12 *  .1s);
            animation-delay: calc( 12 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(13) {
    -webkit-animation-delay: calc( 13 *  .1s);
            animation-delay: calc( 13 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(14) {
    -webkit-animation-delay: calc( 14 *  .1s);
            animation-delay: calc( 14 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(15) {
    -webkit-animation-delay: calc( 15 *  .1s);
            animation-delay: calc( 15 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(16) {
    -webkit-animation-delay: calc( 16 *  .1s);
            animation-delay: calc( 16 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(17) {
    -webkit-animation-delay: calc( 17 *  .1s);
            animation-delay: calc( 17 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(18) {
    -webkit-animation-delay: calc( 18 *  .1s);
            animation-delay: calc( 18 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(19) {
    -webkit-animation-delay: calc( 19 *  .1s);
            animation-delay: calc( 19 *  .1s); }
  [data-intersector=visible] .titleAnime span:nth-child(20) {
    -webkit-animation-delay: calc( 20 *  .1s);
            animation-delay: calc( 20 *  .1s); }

[data-intersector=visible] .fadeIn {
  opacity: 1; }

[data-intersector=visible] .reveal {
  position: relative;
  overflow: hidden;
  opacity: 1 !important; }
  [data-intersector=visible] .reveal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-animation: revealLTR 1.5s;
            animation: revealLTR 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  [data-intersector=visible] .reveal:nth-child(0):after {
    -webkit-animation-delay: calc( 0 * .05s);
            animation-delay: calc( 0 * .05s); }
  [data-intersector=visible] .reveal:nth-child(1):after {
    -webkit-animation-delay: calc( 1 * .05s);
            animation-delay: calc( 1 * .05s); }
  [data-intersector=visible] .reveal:nth-child(2):after {
    -webkit-animation-delay: calc( 2 * .05s);
            animation-delay: calc( 2 * .05s); }
  [data-intersector=visible] .reveal:nth-child(3):after {
    -webkit-animation-delay: calc( 3 * .05s);
            animation-delay: calc( 3 * .05s); }
  [data-intersector=visible] .reveal:nth-child(4):after {
    -webkit-animation-delay: calc( 4 * .05s);
            animation-delay: calc( 4 * .05s); }
  [data-intersector=visible] .reveal:nth-child(5):after {
    -webkit-animation-delay: calc( 5 * .05s);
            animation-delay: calc( 5 * .05s); }
  [data-intersector=visible] .reveal:nth-child(6):after {
    -webkit-animation-delay: calc( 6 * .05s);
            animation-delay: calc( 6 * .05s); }
  [data-intersector=visible] .reveal:nth-child(7):after {
    -webkit-animation-delay: calc( 7 * .05s);
            animation-delay: calc( 7 * .05s); }
  [data-intersector=visible] .reveal:nth-child(8):after {
    -webkit-animation-delay: calc( 8 * .05s);
            animation-delay: calc( 8 * .05s); }
  [data-intersector=visible] .reveal:nth-child(9):after {
    -webkit-animation-delay: calc( 9 * .05s);
            animation-delay: calc( 9 * .05s); }
  [data-intersector=visible] .reveal:nth-child(10):after {
    -webkit-animation-delay: calc( 10 * .05s);
            animation-delay: calc( 10 * .05s); }
  [data-intersector=visible] .reveal:nth-child(11):after {
    -webkit-animation-delay: calc( 11 * .05s);
            animation-delay: calc( 11 * .05s); }
  [data-intersector=visible] .reveal:nth-child(12):after {
    -webkit-animation-delay: calc( 12 * .05s);
            animation-delay: calc( 12 * .05s); }
  [data-intersector=visible] .reveal:nth-child(13):after {
    -webkit-animation-delay: calc( 13 * .05s);
            animation-delay: calc( 13 * .05s); }
  [data-intersector=visible] .reveal:nth-child(14):after {
    -webkit-animation-delay: calc( 14 * .05s);
            animation-delay: calc( 14 * .05s); }
  [data-intersector=visible] .reveal:nth-child(15):after {
    -webkit-animation-delay: calc( 15 * .05s);
            animation-delay: calc( 15 * .05s); }
  [data-intersector=visible] .reveal:nth-child(16):after {
    -webkit-animation-delay: calc( 16 * .05s);
            animation-delay: calc( 16 * .05s); }
  [data-intersector=visible] .reveal:nth-child(17):after {
    -webkit-animation-delay: calc( 17 * .05s);
            animation-delay: calc( 17 * .05s); }
  [data-intersector=visible] .reveal:nth-child(18):after {
    -webkit-animation-delay: calc( 18 * .05s);
            animation-delay: calc( 18 * .05s); }
  [data-intersector=visible] .reveal:nth-child(19):after {
    -webkit-animation-delay: calc( 19 * .05s);
            animation-delay: calc( 19 * .05s); }
  [data-intersector=visible] .reveal:nth-child(20):after {
    -webkit-animation-delay: calc( 20 * .05s);
            animation-delay: calc( 20 * .05s); }
  [data-intersector=visible] .reveal:nth-child(21):after {
    -webkit-animation-delay: calc( 21 * .05s);
            animation-delay: calc( 21 * .05s); }
  [data-intersector=visible] .reveal:nth-child(22):after {
    -webkit-animation-delay: calc( 22 * .05s);
            animation-delay: calc( 22 * .05s); }
  [data-intersector=visible] .reveal:nth-child(23):after {
    -webkit-animation-delay: calc( 23 * .05s);
            animation-delay: calc( 23 * .05s); }
  [data-intersector=visible] .reveal:nth-child(24):after {
    -webkit-animation-delay: calc( 24 * .05s);
            animation-delay: calc( 24 * .05s); }
  [data-intersector=visible] .reveal:nth-child(25):after {
    -webkit-animation-delay: calc( 25 * .05s);
            animation-delay: calc( 25 * .05s); }
  [data-intersector=visible] .reveal:nth-child(26):after {
    -webkit-animation-delay: calc( 26 * .05s);
            animation-delay: calc( 26 * .05s); }
  [data-intersector=visible] .reveal:nth-child(27):after {
    -webkit-animation-delay: calc( 27 * .05s);
            animation-delay: calc( 27 * .05s); }
  [data-intersector=visible] .reveal:nth-child(28):after {
    -webkit-animation-delay: calc( 28 * .05s);
            animation-delay: calc( 28 * .05s); }
  [data-intersector=visible] .reveal:nth-child(29):after {
    -webkit-animation-delay: calc( 29 * .05s);
            animation-delay: calc( 29 * .05s); }
  [data-intersector=visible] .reveal:nth-child(30):after {
    -webkit-animation-delay: calc( 30 * .05s);
            animation-delay: calc( 30 * .05s); }
  [data-intersector=visible] .reveal img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.table {
  width: 100%; }
  .table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 959px) {
      .table tr {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  @media (max-width: 959px) {
    .table th,
    .table td {
      padding: 20px 0; } }
  @media (min-width: 960px) {
    .table th,
    .table td {
      padding: 30px 0;
      width: 100%; } }
  .table th {
    color: #000000;
    border-top: 1px solid #e2e2e2; }
    @media (max-width: 959px) {
      .table th {
        width: 80px;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: calc(13px * 0.001 * 75); } }
    @media (min-width: 960px) {
      .table th {
        width: 180px;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: calc(14px * 0.001 * 75); } }
  .table td {
    border-top: 1px solid #e2e2e2; }
    @media (max-width: 959px) {
      .table td {
        width: calc(100% - 80px);
        padding-left: 10px;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: calc(13px * 0.001 * 75); } }
    @media (min-width: 960px) {
      .table td {
        width: calc(100% - 180px);
        padding-left: 30px;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: calc(14px * 0.001 * 75); } }
  .table dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 959px) {
      .table dl {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 15px; } }
    @media (min-width: 960px) {
      .table dl {
        margin-bottom: 5px; } }
    .table dl:last-child {
      margin: 0; }
  @media (max-width: 959px) {
    .table dt {
      width: 100px;
      font-size: 13px;
      font-weight: 400;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: calc(13px * 0.001 * 0); } }
  @media (min-width: 960px) {
    .table dt {
      width: 150px;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: calc(14px * 0.001 * 0); } }
  .table dd {
    margin: 0; }
    @media (max-width: 959px) {
      .table dd {
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: calc(13px * 0.001 * 0); } }
    @media (min-width: 960px) {
      .table dd {
        width: calc(100% - 150px);
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: calc(14px * 0.001 * 0); } }
  .table a {
    color: #000000;
    text-decoration: underline; }

.category {
  background-color: #000000;
  border-radius: 25px;
  padding: 10px 10px;
  color: #ffffff;
  width: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (min-width: 960px) {
    .category {
      font-size: 14px;
      font-weight: 700;
      font-style: normal;
      line-height: 1;
      letter-spacing: calc(14px * 0.001 * 25); } }
  @media (max-width: 959px) {
    .category {
      font-size: 14px;
      font-weight: 700;
      font-style: normal;
      line-height: 1;
      letter-spacing: calc(14px * 0.001 * 25); } }

.tag {
  background-color: #000000;
  display: block;
  padding: 3px 15px;
  border-radius: 25px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal; }

.poppins-normall {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; }

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }

.midashi-go {
  font-family: "a-otf-normalidashi-go-normalb31-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal; }

.futura-normal {
  font-family: "futura-pt, sans-serif";
  font-weight: 400;
  font-style: normal; }

.futura-bold {
  font-family: "futura-pt-boldold, sans-serif";
  font-weight: 700;
  font-style: normal; }

.montserrat-normal {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal; }

.montserrat-bold {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal; }

.accordion__content.is-open {
  display: block; }

.accordion__item.is-active .accordion__title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.accordion__item.is-active .accordion__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0; }

.accordion {
  width: 100%;
  margin-bottom: 30px; }

.accordion__container {
  width: 100%;
  margin: 0 auto; }

.accordion__title {
  background-color: #fafafa;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.25em;
  padding: 25px 20px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.accordion__title.is-active {
  border-radius: 5px 5px 0 0; }

.accordion__title::before,
.accordion__title::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 2px;
  right: 25px; }

.accordion__title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }

.accordion__title.is-active::before {
  opacity: 0; }

.accordion__title.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0); }

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .accordion__content__text {
    text-align: center;
    line-height: 2 !important;
    width: 80%;
    margin: 0 auto 30px; }

.accordion__content.is-open {
  border: 2px solid #fafafa;
  padding: 50px 0;
  line-height: normal;
  /* numberに書き換える*/
  height: auto;
  opacity: 1; }

@-webkit-keyframes pageScroll {
  0% {
    -webkit-transform: rotate(90deg) scaleX(1);
            transform: rotate(90deg) scaleX(1); }
  100% {
    -webkit-transform: rotate(90deg) scaleX(0);
            transform: rotate(90deg) scaleX(0); } }

@keyframes pageScroll {
  0% {
    -webkit-transform: rotate(90deg) scaleX(1);
            transform: rotate(90deg) scaleX(1); }
  100% {
    -webkit-transform: rotate(90deg) scaleX(0);
            transform: rotate(90deg) scaleX(0); } }

@-webkit-keyframes titleAnimationIndex {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%); } }

@keyframes titleAnimationIndex {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%); } }

@-webkit-keyframes revealLTR {
  0% {
    width: 100%;
    left: 0; }
  25% {
    width: 100%;
    left: 0; }
  85% {
    width: 0;
    left: 100%; }
  100% {
    width: 0;
    left: 100%; } }

@keyframes revealLTR {
  0% {
    width: 100%;
    left: 0; }
  25% {
    width: 100%;
    left: 0; }
  85% {
    width: 0;
    left: 100%; }
  100% {
    width: 0;
    left: 100%; } }

@-webkit-keyframes border-animation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes border-animation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.border-animetion {
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .border-animetion::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
  .border-animetion:hover::after {
    bottom: -8px;
    opacity: 1;
    visibility: visible;
    opacity: .8; }

.border-animetion-black {
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .border-animetion-black::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
  .border-animetion-black:hover::after {
    bottom: -2px;
    opacity: 1;
    visibility: visible; }

.text-opacity {
  -webkit-transition: .3s;
  transition: .3s; }
  .text-opacity:hover {
    opacity: 0.6; }

.shadow-hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 10px; }
  .shadow-hover:hover {
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.18), 0 0 60px 0 rgba(128, 128, 128, 0.04);
            box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.18), 0 0 60px 0 rgba(128, 128, 128, 0.04); }

.shadow-hover-bold {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 15px; }
  .shadow-hover-bold:hover {
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3), 0 0 60px 0 rgba(128, 128, 128, 0.04);
            box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3), 0 0 60px 0 rgba(128, 128, 128, 0.04); }
/*# sourceMappingURL=map/style.css.map */

.d-block {
  display: block !important;
}

.privacy-info-section p {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(15px * 0.001 * 25);
}
.privacy-info-section p:first-child {
  margin-bottom: 22px;
}