@charset "UTF-8";
/* 変数ファイルインポート */
/* PC用 */
/* ブレイクポイント 設定 */
/* SP用 */
/* 共通 */
/* 共通 */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.shrink-vspace {
  padding-top: 0;
  padding-bottom: 0;
}

.container-fluid {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.inner-width {
  max-width: 980px;
}

main {
  overflow-x: hidden;
}

/* PC */
.container {
  max-width: 1200px;
}

.container,
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 100px;
  padding-bottom: 120px;
}

.container-wide {
  padding-right: 90px;
  padding-left: 90px;
  width: 100%;
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(30px / 2 - 30px);
  margin-left: calc(30px / 2 - 30px);
  margin-top: calc(120px / 2);
}

.row + .row {
  margin-top: 120px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 2rem !important;
}

.mt-1,
.my-1 {
  margin-top: 1rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2,
.my-2 {
  margin-top: 2rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3,
.my-3 {
  margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4,
.my-4 {
  margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2,
.py-2 {
  padding-top: 2rem !important;
}

.pr-2,
.px-2 {
  padding-right: 2rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}

.pl-2,
.px-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4,
.py-4 {
  padding-top: 4rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 5rem !important;
}

.m-n1 {
  margin: -1rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

.m-n2 {
  margin: -2rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -2rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -2rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -2rem !important;
}

.m-n3 {
  margin: -3rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -3rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3rem !important;
}

.m-n4 {
  margin: -4rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -4rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -4rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -4rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -4rem !important;
}

.m-n5 {
  margin: -5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -5rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

/* タブレット グリッドシステム */
@media only screen and (max-width: 1024px) {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (max-width: 768px) {
  .container,
  .container-fluid,
  .container-wide {
    padding-left: clamp(0px, 4vw, 30px);
    padding-right: clamp(0px, 4vw, 30px);
    padding-top: clamp(10px, 7.5vw, 120px);
    padding-bottom: 60px;
  }
  .row {
    margin-right: calc(4vw / 2 - 4vw);
    margin-left: calc(4vw / 2 - 4vw);
    margin-top: clamp(0px, 7.5vw, 120px / 2);
  }
  .row + .row {
    margin-top: clamp(0px, 7.5vw, 120px);
  }
  .col-sp-1,
  .col-sp-2,
  .col-sp-3,
  .col-sp-4,
  .col-sp-5,
  .col-sp-6,
  .col-sp-7,
  .col-sp-8,
  .col-sp-9,
  .col-sp-10,
  .col-sp-11,
  .col-sp-12 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
  }
  .col-sp-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sp-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sp-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sp-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sp-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sp-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sp-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sp-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sp-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sp-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sp-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sp-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sp-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sp-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sp-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sp-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sp-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sp-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sp-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sp-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sp-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sp-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sp-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sp-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sp-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sp-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sp-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .m-sp-0 {
    margin: 0 !important;
  }
  .mt-sp-0,
  .my-sp-0 {
    margin-top: 0 !important;
  }
  .mr-sp-0,
  .mx-sp-0 {
    margin-right: 0 !important;
  }
  .mb-sp-0,
  .my-sp-0 {
    margin-bottom: 0 !important;
  }
  .ml-sp-0,
  .mx-sp-0 {
    margin-left: 0 !important;
  }
  .m-sp-1 {
    margin: 1rem !important;
  }
  .mt-sp-1,
  .my-sp-1 {
    margin-top: 1rem !important;
  }
  .mr-sp-1,
  .mx-sp-1 {
    margin-right: 1rem !important;
  }
  .mb-sp-1,
  .my-sp-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sp-1,
  .mx-sp-1 {
    margin-left: 1rem !important;
  }
  .m-sp-2 {
    margin: 2rem !important;
  }
  .mt-sp-2,
  .my-sp-2 {
    margin-top: 2rem !important;
  }
  .mr-sp-2,
  .mx-sp-2 {
    margin-right: 2rem !important;
  }
  .mb-sp-2,
  .my-sp-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sp-2,
  .mx-sp-2 {
    margin-left: 2rem !important;
  }
  .m-sp-3 {
    margin: 3rem !important;
  }
  .mt-sp-3,
  .my-sp-3 {
    margin-top: 3rem !important;
  }
  .mr-sp-3,
  .mx-sp-3 {
    margin-right: 3rem !important;
  }
  .mb-sp-3,
  .my-sp-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sp-3,
  .mx-sp-3 {
    margin-left: 3rem !important;
  }
  .m-sp-4 {
    margin: 4rem !important;
  }
  .mt-sp-4,
  .my-sp-4 {
    margin-top: 4rem !important;
  }
  .mr-sp-4,
  .mx-sp-4 {
    margin-right: 4rem !important;
  }
  .mb-sp-4,
  .my-sp-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sp-4,
  .mx-sp-4 {
    margin-left: 4rem !important;
  }
  .m-sp-5 {
    margin: 5rem !important;
  }
  .mt-sp-5,
  .my-sp-5 {
    margin-top: 5rem !important;
  }
  .mr-sp-5,
  .mx-sp-5 {
    margin-right: 5rem !important;
  }
  .mb-sp-5,
  .my-sp-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sp-5,
  .mx-sp-5 {
    margin-left: 5rem !important;
  }
  .p-sp-0 {
    padding: 0 !important;
  }
  .pt-sp-0,
  .py-sp-0 {
    padding-top: 0 !important;
  }
  .pr-sp-0,
  .px-sp-0 {
    padding-right: 0 !important;
  }
  .pb-sp-0,
  .py-sp-0 {
    padding-bottom: 0 !important;
  }
  .pl-sp-0,
  .px-sp-0 {
    padding-left: 0 !important;
  }
  .p-sp-1 {
    padding: 1rem !important;
  }
  .pt-sp-1,
  .py-sp-1 {
    padding-top: 1rem !important;
  }
  .pr-sp-1,
  .px-sp-1 {
    padding-right: 1rem !important;
  }
  .pb-sp-1,
  .py-sp-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sp-1,
  .px-sp-1 {
    padding-left: 1rem !important;
  }
  .p-sp-2 {
    padding: 2rem !important;
  }
  .pt-sp-2,
  .py-sp-2 {
    padding-top: 2rem !important;
  }
  .pr-sp-2,
  .px-sp-2 {
    padding-right: 2rem !important;
  }
  .pb-sp-2,
  .py-sp-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sp-2,
  .px-sp-2 {
    padding-left: 2rem !important;
  }
  .p-sp-3 {
    padding: 3rem !important;
  }
  .pt-sp-3,
  .py-sp-3 {
    padding-top: 3rem !important;
  }
  .pr-sp-3,
  .px-sp-3 {
    padding-right: 3rem !important;
  }
  .pb-sp-3,
  .py-sp-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sp-3,
  .px-sp-3 {
    padding-left: 3rem !important;
  }
  .p-sp-4 {
    padding: 4rem !important;
  }
  .pt-sp-4,
  .py-sp-4 {
    padding-top: 4rem !important;
  }
  .pr-sp-4,
  .px-sp-4 {
    padding-right: 4rem !important;
  }
  .pb-sp-4,
  .py-sp-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sp-4,
  .px-sp-4 {
    padding-left: 4rem !important;
  }
  .p-sp-5 {
    padding: 5rem !important;
  }
  .pt-sp-5,
  .py-sp-5 {
    padding-top: 5rem !important;
  }
  .pr-sp-5,
  .px-sp-5 {
    padding-right: 5rem !important;
  }
  .pb-sp-5,
  .py-sp-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sp-5,
  .px-sp-5 {
    padding-left: 5rem !important;
  }
  .m-sp-n1 {
    margin: -1rem !important;
  }
  .mt-sp-n1,
  .my-sp-n1 {
    margin-top: -1rem !important;
  }
  .mr-sp-n1,
  .mx-sp-n1 {
    margin-right: -1rem !important;
  }
  .mb-sp-n1,
  .my-sp-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sp-n1,
  .mx-sp-n1 {
    margin-left: -1rem !important;
  }
  .m-sp-n2 {
    margin: -2rem !important;
  }
  .mt-sp-n2,
  .my-sp-n2 {
    margin-top: -2rem !important;
  }
  .mr-sp-n2,
  .mx-sp-n2 {
    margin-right: -2rem !important;
  }
  .mb-sp-n2,
  .my-sp-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sp-n2,
  .mx-sp-n2 {
    margin-left: -2rem !important;
  }
  .m-sp-n3 {
    margin: -3rem !important;
  }
  .mt-sp-n3,
  .my-sp-n3 {
    margin-top: -3rem !important;
  }
  .mr-sp-n3,
  .mx-sp-n3 {
    margin-right: -3rem !important;
  }
  .mb-sp-n3,
  .my-sp-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sp-n3,
  .mx-sp-n3 {
    margin-left: -3rem !important;
  }
  .m-sp-n4 {
    margin: -4rem !important;
  }
  .mt-sp-n4,
  .my-sp-n4 {
    margin-top: -4rem !important;
  }
  .mr-sp-n4,
  .mx-sp-n4 {
    margin-right: -4rem !important;
  }
  .mb-sp-n4,
  .my-sp-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-sp-n4,
  .mx-sp-n4 {
    margin-left: -4rem !important;
  }
  .m-sp-n5 {
    margin: -5rem !important;
  }
  .mt-sp-n5,
  .my-sp-n5 {
    margin-top: -5rem !important;
  }
  .mr-sp-n5,
  .mx-sp-n5 {
    margin-right: -5rem !important;
  }
  .mb-sp-n5,
  .my-sp-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-sp-n5,
  .mx-sp-n5 {
    margin-left: -5rem !important;
  }
  .m-sp-auto {
    margin: auto !important;
  }
  .mt-sp-auto,
  .my-sp-auto {
    margin-top: auto !important;
  }
  .mr-sp-auto,
  .mx-sp-auto {
    margin-right: auto !important;
  }
  .mb-sp-auto,
  .my-sp-auto {
    margin-bottom: auto !important;
  }
  .ml-sp-auto,
  .mx-sp-auto {
    margin-left: auto !important;
  }
  .offset-sp-0 {
    margin-left: 0;
  }
  .offset-sp-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sp-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sp-3 {
    margin-left: 25%;
  }
  .offset-sp-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sp-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sp-6 {
    margin-left: 50%;
  }
  .offset-sp-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sp-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sp-9 {
    margin-left: 75%;
  }
  .offset-sp-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sp-11 {
    margin-left: 91.6666666667%;
  }
}
/* 変数ファイルインポート */
.header_gnav_wrap {
  width: 100%;
  position: fixed;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* Safari用 */
  background: rgba(255, 255, 255, 0); /* 必須 */
  z-index: 999;
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
  position: relative;
  padding: 10px 50px 20px;
  margin: 0 auto;
  max-width: 1840px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #header {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 0 auto;
    padding: 15px 15px 10px;
  }
}

@media only screen and (max-width: 1024px) {
  body.nav-active #header {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 100vw;
    height: 100vh;
    align-items: baseline;
  }
}

.gnav_left_wrap {
  width: 20vw;
}

#header_logo {
  margin-right: 15px;
  max-width: 410px;
  min-width: 250px;
}
@media only screen and (max-width: 768px) {
  #header_logo {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: auto;
    width: 230px;
  }
}

@media only screen and (max-width: 1024px) {
  #gnav {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #005892;
    top: 0;
    left: 0;
    opacity: 0;
    flex-direction: column;
    transition: 0.3s all;
    pointer-events: none;
    visibility: hidden;
  }
  #gnav.active {
    opacity: 1;
    z-index: 997;
    pointer-events: auto;
    visibility: visible;
  }
}
#gnav p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005892;
  text-align: right;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#gnav span {
  font-size: 1.5rem;
}
#gnav .gnav_right_wrap {
  display: flex;
  align-items: center;
  gap: 3vw;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #gnav .gnav_right_wrap {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
    gap: min(8vw, 30px);
    display: flex;
    margin: auto;
    left: 100%;
    z-index: 99997;
    flex-direction: column;
  }
}
#gnav .gnav_right_wrap li a {
  color: #005892;
}
@media only screen and (max-width: 1024px) {
  #gnav .gnav_right_wrap li a {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #gnav .gnav_right_wrap li a::before {
    content: "Top";
    display: block;
    font-size: 4rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  #gnav .gnav_right_wrap li .tab_gnav_service {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
  }
  #gnav .gnav_right_wrap li .tab_gnav_service::before {
    content: "Service";
  }
}
@media only screen and (max-width: 1024px) {
  #gnav .gnav_right_wrap li .tab_gnav_products {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
  }
  #gnav .gnav_right_wrap li .tab_gnav_products::before {
    content: "Products";
  }
}
@media only screen and (max-width: 1024px) {
  #gnav .gnav_right_wrap li .tab_gnav_company {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
  }
  #gnav .gnav_right_wrap li .tab_gnav_company::before {
    content: "Company";
  }
}
#gnav .gnav_right_wrap li .tab_gnav_contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-weight: 400;
  background-color: #00bbd5;
  padding: 25px 40px 25px 55px;
  background-image: url(../image/top/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 40px 7px;
  background-position: left -10px top 50%;
  transition: 0.3s all;
}
#gnav .gnav_right_wrap li .tab_gnav_contact:hover {
  background-color: #005892;
  background-position: left 0 top 50%;
  opacity: 1;
}
#gnav .gnav_right_wrap li .tab_gnav_contact::before {
  content: "";
  background-image: url(../image/base/ico_letter.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  #gnav .gnav_right_wrap li .tab_gnav_contact {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: row;
  }
  #gnav .gnav_right_wrap li .tab_gnav_contact::before {
    content: "";
  }
}

.tab_visible {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tab_visible {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .pc_visible {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: none;
  }
}

#navToggle {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #navToggle {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  /*　画面サイズ $tabWitdh まではここを読み込む　*/
  /* トグルメニュー */
  .navToggle_wrap {
    display: flex;
    align-items: center;
  }
  .header_nav_inner {
    padding-bottom: 8px;
  }
  .logo {
    height: 40px;
    margin: 10px 10px 10px 5px;
  }
  .footer_logo {
    height: 50px;
    margin: 10px 10px 10px 0px;
  }
  /* トグルメニュー */
  #navToggle {
    background-color: #005892;
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 99998;
    text-align: center;
    padding: 20px;
    border-radius: 100vmax;
  }
  #navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 1px #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.3s ease;
    right: 7px;
  }
  #navToggle span:nth-child(1) {
    top: 16px;
  }
  #navToggle span:nth-child(2) {
    top: 21px;
  }
  #navToggle span:nth-child(3) {
    top: 26px;
  }
  #navToggle.active {
    background-color: transparent;
  }
  #navToggle.active span {
    border-bottom: solid 2px #fff;
  }
  #navToggle.active span:nth-child(1) {
    top: 24px;
    transform: rotate(-45deg);
  }
  #navToggle.active span:nth-child(2) {
    width: 0;
    left: -10px;
  }
  #navToggle.active span:nth-child(3) {
    top: 24px;
    transform: rotate(45deg);
  }
}
.footer_inner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 70px;
  }
}

.footer_logo {
  width: auto;
  height: 90px;
}
@media only screen and (max-width: 768px) {
  .footer_logo {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: auto;
    height: 72px;
  }
}

.left_inner_fnav_wrap {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 10px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .left_inner_fnav_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
    width: fit-content;
    margin: 0 auto;
    padding-right: 0px;
  }
}
.left_inner_fnav_wrap .br_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .left_inner_fnav_wrap .br_sp {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: inline;
  }
}

#fnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  #fnav {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #fnav {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
  }
}

.right_inner_fnav_wrap {
  width: 100%;
  max-width: 900px;
}
@media only screen and (max-width: 1024px) {
  .right_inner_fnav_wrap {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .right_inner_fnav_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: fit-content;
    margin: 0 auto;
  }
}

.right_inner_fnav_wrap ul {
  display: flex;
  justify-content: flex-end;
  gap: min(5vw, 85px);
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  .right_inner_fnav_wrap ul {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 35px;
    row-gap: 20px;
    column-gap: 40px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .right_inner_fnav_wrap ul {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    grid-template-columns: 1fr 1fr;
  }
}

/* 変数ファイルインポート */
/* 印刷プレビュー */
/* 共通 */
html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}
@media only screen and (max-width: 768px) {
  html {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: clamp(6.25px, 2.5vw, 10px);
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #272727;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  overflow-x: hidden !important;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

pre {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

a {
  transition: 0.3s ease all;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #005892;
  text-decoration: none;
}
a:visited {
  color: #005892;
}
a:hover {
  opacity: 0.8;
}

a img {
  opacity: 1;
  transition: all 0.3s ease;
}

a:hover img {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.center {
  text-align: center !important;
}

.justify {
  text-align: justify !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

@media only screen and (max-width: 1024px) {
  .br_pc {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .br_pc {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .br_tab {
    /*　画面サイズ $tabWidth からはここを読み込む　*/
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .br_tab {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}

.br_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .br_sp {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: initial;
  }
}

.center-sp {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .center-sp {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: left;
  }
}

.border-none {
  border: none !important;
}

.z-index5 {
  position: relative;
  z-index: 5;
}

main {
  margin-top: 145px;
}
@media only screen and (max-width: 768px) {
  main {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 80px;
  }
}

section {
  scroll-margin-top: 200px;
}

.center {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .center {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    margin-bottom: 15px;
  }
}

.right {
  text-align: right;
}

.section_title {
  font-weight: bold;
  color: #005892;
}
@media only screen and (max-width: 768px) {
  .section_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 15px;
  }
}
.section_title h2 {
  font-size: min(9.5rem, 8vw);
  font-family: "Raleway", sans-serif;
  line-height: 1.1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .section_title h2 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 6.3rem;
  }
}
.section_title p {
  font-size: min(2.7rem, 2.5vw);
}
@media only screen and (max-width: 768px) {
  .section_title p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}

.btn {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  background-color: #00bbd5;
  padding: 20px 40px 20px 55px;
  min-width: 200px;
  margin-top: 40px;
  width: fit-content;
  white-space: nowrap;
  background-image: url(../image/top/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 45px 7px;
  background-position: left -10px top 50%;
  position: relative;
  z-index: 10;
  transition: 0.3s all ease;
}
.btn:hover {
  background-color: #005892;
  background-position: left 0 top 50%;
}
.btn:visited {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 0;
  }
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.deco_text {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.loop_text {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 8rem;
  overflow: hidden;
  padding-left: 20px;
  color: #fff;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .loop_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 5rem;
  }
}

.loop_text:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop_text:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#pagetop {
  position: fixed;
  display: block;
  right: 90px;
  bottom: 100px;
  z-index: 900;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 65px;
  height: auto;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 50px;
    right: 30px;
    bottom: 40px;
  }
}

#pagetop.disp {
  opacity: 1;
}

#contact {
  background-image: linear-gradient(133deg, #e4f8fa, rgba(0, 142, 182, 0.5019607843) 27%, #005892);
  padding: 50px 20px 80px;
  max-width: 1750px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  border-radius: 32px;
}
@media (max-width: 1150px) {
  #contact {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #contact {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 40px 20px;
  }
}
#contact .section_title {
  color: #fff !important;
}

.contact_item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1150px) {
  .contact_item {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
  }
}

.contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 550px;
  background-color: #fff;
  color: #005892;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .contact_btn {
    margin-top: 0;
    min-height: 100px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact_btn {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 15px 20px;
  }
}
.contact_btn:hover {
  background-image: linear-gradient(45deg, #bbe9f1, #e2f2f4 81%, #f8f8f8);
  opacity: 1;
}
.contact_btn:hover::after {
  left: 0;
}
.contact_btn::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/page/contact_btn_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 17px;
  left: -10px;
  top: 50%;
  transition: all 0.3s;
}
@media (max-width: 1150px) {
  .contact_btn::after {
    display: none;
  }
}
.contact_btn .contact_btn_title {
  font-size: min(2.6rem, 2vw);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .contact_btn .contact_btn_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
  }
}
.contact_btn .contact_btn_telnumber {
  font-size: min(5rem, 4vw);
  line-height: 1.4;
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width: 768px) {
  .contact_btn .contact_btn_telnumber {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 3rem;
  }
}
.contact_btn .contact_btn_telnumber span {
  font-size: 2.6rem;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .contact_btn .contact_btn_telnumber span {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
  }
}
.contact_btn .contact_btn_text {
  color: #272727 !important;
  font-size: 1.6rem;
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .contact_btn .contact_btn_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
  }
}
.contact_btn .contact_btn_text small {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .contact_btn .contact_btn_text small {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.2rem;
  }
}
.contact_btn.contact_btn_blue {
  background-color: #005892;
  color: #fff !important;
  position: relative;
}
.contact_btn.contact_btn_blue:hover {
  color: #005892 !important;
}
.contact_btn.contact_btn_blue:hover::after {
  background-image: url(../image/page/contact_btn_arrow_blue.png);
  left: 0;
}
.contact_btn.contact_btn_blue:hover .contact_btn_inner p::before {
  background-image: url("../image/page/contact_btn_icon_blue.png");
}
.contact_btn.contact_btn_blue::after {
  background-image: url(../image/page/contact_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 80px 17px;
  width: 80px;
  height: 17px;
  left: -10px;
  top: 50%;
}
@media (max-width: 1150px) {
  .contact_btn.contact_btn_blue::after {
    display: none;
  }
}
.contact_btn.contact_btn_blue .contact_btn_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .contact_btn.contact_btn_blue .contact_btn_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    gap: 10px;
  }
}
.contact_btn.contact_btn_blue .contact_btn_inner p {
  font-size: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .contact_btn.contact_btn_blue .contact_btn_inner p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
    gap: 10px;
  }
}
.contact_btn.contact_btn_blue .contact_btn_inner p::before {
  content: "";
  display: block;
  background-image: url("../image/page/contact_btn_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .contact_btn.contact_btn_blue .contact_btn_inner p::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 30px;
    height: 30px;
  }
}
.contact_btn.contact_btn_blue .contact_btn_inner img {
  max-width: 50px;
}
@media only screen and (max-width: 768px) {
  .contact_btn.contact_btn_blue .contact_btn_inner img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 30px;
    height: auto;
  }
}

.page_top_bg .page_top_deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 45vw;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page_top_bg .page_top_deco {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 70vw;
    height: auto;
  }
}

.subpage_top {
  display: flex;
  flex-direction: column;
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    justify-content: flex-start;
  }
}
.breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.breadcrumb li a {
  color: #272727;
  margin-right: 20px;
}
.breadcrumb li::after {
  content: ">";
  color: #005892;
  margin: auto;
  margin-right: 20px;
  font-size: 2.5rem;
  line-height: 1.8;
}
.breadcrumb li:last-child::after {
  display: none;
}

.subpage_img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .subpage_img img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    object-fit: cover;
    aspect-ratio: 2/1;
  }
}

.subpage_nav {
  width: 100%;
}
.subpage_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 60px 0;
  padding: 30px 10px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  font-weight: bold;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .subpage_nav ul {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .subpage_nav ul li {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    line-height: 1.3;
  }
}
@media only screen and (max-width: 768px) {
  .subpage_nav ul {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    gap: 30px;
  }
}
.subpage_nav img {
  width: 30px;
  height: auto;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .subpage_nav img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 23px;
    height: auto;
    padding-left: 3px;
  }
}

.service_wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .service_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    gap: 0;
  }
}
.service_wrapper .section_title h2 {
  font-size: min(9.5rem, 6vw);
}
@media only screen and (max-width: 768px) {
  .service_wrapper .section_title h2 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 6.3rem;
  }
}
.service_wrapper .section_title p {
  font-size: min(2.7rem, 2vw);
}
@media only screen and (max-width: 768px) {
  .service_wrapper .section_title p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}

.service_text {
  margin-top: 40px;
  color: #005892;
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .service_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
    margin-top: 10px;
  }
}
.service_text span {
  color: #272727;
  font-size: 1.6rem;
  display: block;
  line-height: 2;
  margin-top: 10px;
}
.service_text .btn {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .service_text .btn {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 10px 0;
  }
}

/* 変数ファイルインポート */
#test1 {
  padding: 40px;
  height: 1200px;
  background-color: orange;
}

#test2 {
  padding: 40px;
  height: 1200px;
  background-color: #ccc;
}

/* 変数ファイルインポート */
#page-front .top_image {
  width: 100vw;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-front .top_image img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    height: 100%;
  }
}
#page-front .service_deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 45vw;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #page-front .service_deco {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100vw;
    height: auto;
  }
}
#page-front .bg {
  background-image: linear-gradient(45deg, #eaf7f9, rgba(246, 246, 246, 0.4705882353));
  position: relative;
}
#page-front .bg .service_deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: auto;
  height: auto;
}
#page-front .products_item_wrapper {
  margin-top: 35px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #page-front .products_item_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-bottom: 40px;
  }
}
#page-front .products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 25vw;
}
@media only screen and (max-width: 1024px) {
  #page-front .products-list {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    grid-template-columns: repeat(2, 1fr);
    height: 50vw;
  }
}
@media only screen and (max-width: 768px) {
  #page-front .products-list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    grid-template-columns: 1fr;
    height: 200vw;
    margin-bottom: 20px;
  }
}
#page-front .products-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 10;
}
#page-front .products-item:hover span::before {
  content: "";
  right: -75px;
}
#page-front .products-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  transition: transform 0.3s ease, filter 0.3s ease;
  z-index: 0;
}
#page-front .products-item:hover::before {
  transform: scale(1.1);
  filter: blur(10px);
}
#page-front .products-item span {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 1;
  color: #fff;
  font-size: min(1.9rem, 1.5vw);
}
@media only screen and (max-width: 1024px) {
  #page-front .products-item span {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    font-size: 1.7rem;
  }
}
#page-front .products-item span::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../image/top/products_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 10px;
  margin: auto;
  right: -70px;
  bottom: 45%;
  transition: 0.3s all;
}
#page-front {
  /* 背景画像 */
}
#page-front .item-1::before {
  background-image: url("../image/page/products_item_01.jpg");
}
#page-front .item-2::before {
  background-image: url("../image/page/products_item_02.jpg");
}
#page-front .item-3::before {
  background-image: url("../image/page/products_item_03.jpg");
}
#page-front .item-4::before {
  background-image: url("../image/page/products_item_04.jpg");
}
#page-front .company_wrapper {
  display: flex;
  max-width: 1470px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-front .company_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-bottom: 0;
  }
}
#page-front .company_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-image: url(../image/top/top_company_grd.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#page-front .company_wrapper .deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: auto;
  transform: translate(-44%, -46%);
  z-index: 0;
}
#page-front .company_inner_left {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  #page-front .company_inner_left {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: none;
  }
}
#page-front .company_inner_right {
  width: 60%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #page-front .company_inner_right {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 100%;
  }
}
#page-front .company_box {
  width: 100%;
  background-color: #fff;
  padding: 60px 70px 60px 120px;
  background-image: url(../image/top/why_us.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 3;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.11);
}
@media only screen and (max-width: 1024px) {
  #page-front .company_box {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    background-size: auto 250px;
    padding: 25px 25px 25px 80px;
    transform: translateX(0px) translateY(-50px);
    width: calc(100% + 40px);
    margin-top: -80px;
    margin-bottom: 40px;
  }
}
#page-front .company_box .btn {
  margin-left: auto;
}
#page-front .company_bg {
  width: 850px;
  height: 400px;
  position: absolute;
  top: 0px;
  left: -665px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  #page-front .company_bg {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    position: relative;
    height: auto;
    width: calc(100% + 40px);
    transform: translateX(-35px);
    top: 0px;
    left: 0px;
  }
}
#page-front .company_text {
  color: #272727;
  font-size: 1.7rem;
  margin-bottom: 10px;
  line-height: 2.2;
}
@media only screen and (max-width: 1024px) {
  #page-front .company_text {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    font-size: 1.6rem;
  }
}
#page-front .company_box > * {
  position: relative;
  z-index: 1;
}

#page-service #service_about {
  background: linear-gradient(-130deg, rgba(246, 246, 246, 0.5), rgba(242, 246, 247, 0.65), rgb(234, 247, 249));
}
#page-service .strength_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  align-items: flex-start;
  position: relative;
}
#page-service .strength_wrapper .deco {
  position: absolute;
  top: -65%;
  left: -34%;
  z-index: -2;
  max-width: 600px;
  width: 60%;
  min-width: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  #page-service .strength_wrapper {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: column;
    margin-top: 30px;
  }
}
#page-service .strength_left {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #page-service .strength_left {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: contents;
  }
}
#page-service .strength_wrapper:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  #page-service .strength_wrapper:nth-of-type(odd) {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: column;
  }
}
#page-service .strength_wrapper:nth-of-type(odd) .strength_img {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  padding-right: 30px;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  #page-service .strength_wrapper:nth-of-type(odd) .strength_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-left: 0;
    padding-right: 0;
  }
}
#page-service .text_number {
  width: 30%;
  position: relative;
  order: 1;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #page-service .text_number {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-bottom: 5px;
    width: 40%;
  }
}
#page-service .text_number::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  #page-service .text_number::after {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 150vw;
    left: -30%;
    transform: none;
  }
}
#page-service .strength_text {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #page-service .strength_text {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    order: 3;
    margin-top: 10px;
  }
}
#page-service .strength_text img {
  width: 170px;
  padding-bottom: 30px;
}
#page-service .strength_text h3 {
  font-size: 4rem;
  font-weight: bold;
  color: #005892;
  line-height: 1.8;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  #page-service .strength_text h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 0;
    font-size: 2.3rem;
  }
}
#page-service .strength_text p {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #page-service .strength_text p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #page-service .strength_text p br {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}
#page-service .strength_img {
  height: auto;
  margin-right: calc(50% - 50vw);
  padding-left: 30px;
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  #page-service .strength_img {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    order: 2;
    margin: 20px auto 0;
    padding: 0;
  }
}
#page-service .service_aicon {
  max-width: 800px;
  width: 41%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #page-service .service_aicon {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 90%;
  }
}
#page-service .service_img {
  text-align: center;
}
#page-service #trouble {
  position: relative;
}
#page-service #trouble .service_deco {
  position: absolute;
  top: -150px;
  right: 0;
  z-index: -1;
  width: 30vw;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  #page-service #trouble .service_deco {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: none;
  }
}
#page-service .service_list_wrapper {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  #page-service .service_list_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 0;
  }
}
#page-service .service_list + .service_list {
  margin-top: 55px;
}
#page-service .service_list {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #page-service .service_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    margin-top: 0 !important;
    gap: 0;
  }
}
#page-service .service_list + #page-service .service_list {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  #page-service .service_list + #page-service .service_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 0px;
  }
}
#page-service .service_list dt {
  display: flex;
  border: 1px solid #005892;
  padding-left: 56px;
  padding-right: 56px;
  align-items: center;
  justify-content: center;
  color: #005892;
}
@media only screen and (max-width: 768px) {
  #page-service .service_list dt {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 15px 56px;
  }
}
#page-service .service_list dd {
  border-bottom: 1px solid #005892;
  border-top: 1px solid #005892;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 70px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  #page-service .service_list dd {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    border: none;
    padding: 15px 10px 30px;
  }
}
#page-service .service_list dd p + p {
  margin-top: 3px;
}
#page-service .service_list dd p::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #005892;
  border-radius: 50%;
  margin-right: 10px;
}

#page-products .products_section_title {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #page-products .products_section_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
  }
}
#page-products .products_section_title h3 {
  color: #005892;
  font-size: 5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #page-products .products_section_title h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
#page-products .products_section_title img {
  width: 90px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #page-products .products_section_title img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 65px;
    height: auto;
  }
}
#page-products .cuttingtools_wrapper {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  #page-products .cuttingtools_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 0;
  }
}
#page-products .cuttingtools_contents {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-products .cuttingtools_contents {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: flex;
    flex-direction: column;
  }
}
#page-products .cuttingtools_contents .bg_image {
  width: max(47vw, 900px);
  position: absolute;
  left: max(53%, 450px);
  top: min(-4vw, -80px);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #page-products .cuttingtools_contents .bg_image {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    position: static;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 10px;
  }
}
#page-products .cuttingtools_list {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 0 30px #fff;
}
@media only screen and (max-width: 768px) {
  #page-products .cuttingtools_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    box-shadow: none;
  }
}
#page-products .misctools_p {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 0 30px #fff;
  height: 170px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #page-products .misctools_p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    box-shadow: none;
    height: fit-content;
  }
}
#page-products .cuttingtools_list_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 3px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #page-products .cuttingtools_list_block {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    text-align: left;
  }
}
#page-products .cuttingtools_list_block:nth-child(odd) .cuttingtools_item {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  #page-products .cuttingtools_list_block:nth-child(odd) .cuttingtools_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-color: transparent;
  }
}
#page-products .cuttingtools_item {
  padding: 30px 3px;
}
@media only screen and (max-width: 768px) {
  #page-products .cuttingtools_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 0 0 0 10px;
  }
}
#page-products .cuttingtools_item a {
  color: #272727;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  #page-products .cuttingtools_item a {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    font-size: 1.4rem;
  }
}

#page-company .greetings_bg {
  position: relative;
}
#page-company .greetings_bg .company_deco {
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1;
  object-fit: cover;
  width: 40vw;
}
@media only screen and (max-width: 768px) {
  #page-company .greetings_bg .company_deco {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 80vw;
    object-fit: cover;
    top: 50px;
  }
}
#page-company .greetings_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #page-company .greetings_wrapper {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
  }
}
#page-company .greetings_wrapper_left {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  #page-company .greetings_wrapper_left {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: contents;
  }
}
#page-company .company_section_title {
  font-size: 5rem;
  color: #005892;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  #page-company .company_section_title {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  #page-company .company_section_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  #page-company .company_section_text {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    order: 3;
  }
}
#page-company .company_section_text p {
  font-size: 1.8rem;
  line-height: 2.3;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #page-company .company_section_text p br {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #page-company .company_section_text p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
    margin-top: 0;
  }
}
#page-company .company_section_text .greetings_name {
  width: 40%;
  max-width: 250px;
  height: auto;
  margin-left: auto;
  display: block;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-company .company_section_text .greetings_name {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 60%;
  }
}
#page-company .greetings_img {
  flex: 1;
  transform: translateX(15%);
}
@media only screen and (max-width: 1024px) {
  #page-company .greetings_img {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    order: 2;
    transform: translateX(0);
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #page-company .greetings_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#page-company .greetings_img img {
  width: 130%;
}
#page-company .center {
  width: 100%;
}
#page-company .company_background {
  background-image: linear-gradient(50deg, #eaf7f9, rgba(242, 246, 247, 0.6509803922) 85%, rgba(246, 246, 246, 0.4705882353));
}
#page-company #greetings .history_wrapper {
  background-color: transparent;
}
#page-company #greetings .history_wrapper h3 {
  font-size: 4rem;
  background-image: url("../image/page/career_title.png");
}
@media only screen and (max-width: 768px) {
  #page-company #greetings .history_wrapper h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.5rem;
  }
}
#page-company #greetings .history_item_wrapper {
  margin-top: 30px;
}
#page-company #greetings .history_item_wrapper::before {
  content: "";
  height: 87%;
  top: 7%;
}
@media only screen and (max-width: 768px) {
  #page-company #greetings .history_item_wrapper::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 90%;
    top: 5%;
  }
}
#page-company #greetings .history_text small {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.2;
}
#page-company .company_table {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #page-company .company_table {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 10px;
  }
}
#page-company .company_table tr:first-child td {
  border-top: 2px solid #ebebeb;
}
#page-company .company_table td {
  padding: 25px 30px;
  border-bottom: 2px solid #ebebeb;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  #page-company .company_table td {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 15px 10px;
  }
}
#page-company .company_table tr td:first-child {
  text-align: right;
  width: 30%;
  color: #005892;
  font-weight: bold;
}
#page-company .history_background {
  background-image: linear-gradient(transparent, #ffffff);
}
#page-company .history_wrapper {
  max-width: 1700px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 30px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #page-company .history_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 30px 20px;
  }
}
#page-company .history_wrapper h3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  color: #00bbd5;
  background-image: url("../image/page/history_title.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 393px auto;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  #page-company .history_wrapper h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.5rem;
    background-size: contain;
    height: 70px;
  }
}
#page-company .history_item_wrapper {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #page-company .history_item_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 20px;
  }
}
#page-company .history_item_wrapper::before {
  content: "";
  display: block;
  width: 1px;
  height: 79%;
  background-color: #707070;
  position: absolute;
  top: 11%;
  left: calc(28% - 13px + 11px);
}
@media only screen and (max-width: 768px) {
  #page-company .history_item_wrapper::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    left: calc(30% - 13px + 11px);
    top: 13%;
    height: 78%;
  }
}
#page-company .history_item {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #page-company .history_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    gap: 10px;
    padding-bottom: 10px;
  }
}
#page-company .history_item:last-child {
  padding-bottom: 0;
}
#page-company .history_year {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  width: 28%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #page-company .history_year {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    gap: 5px;
    width: 30%;
  }
}
#page-company .history_year p {
  font-size: 4.5rem;
  color: #00bbd5;
  font-family: "Raleway", sans-serif;
}
@media only screen and (max-width: 768px) {
  #page-company .history_year p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.5rem;
  }
}
#page-company .history_year img {
  width: 13px;
  height: 13px;
}
#page-company .history_text {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  #page-company .history_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
  }
}
#page-company .access_map {
  width: 100%;
  height: 500px;
  margin-top: 40px;
}
#page-company .access_map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #page-company .access_map {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 320px;
    margin-top: 20px;
  }
}

#page-contact .page_top_deco {
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #page-contact .bg {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-image: linear-gradient(45deg, #eaf7f9, rgba(246, 246, 246, 0.4705882353));
  }
}
#page-contact .contact_background {
  background-image: linear-gradient(45deg, #eaf7f9, rgba(246, 246, 246, 0.4705882353));
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_background {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-image: none;
  }
}
#page-contact .white {
  position: relative;
}
#page-contact .white::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
}
#page-contact .section_title {
  position: relative;
  z-index: 10;
}
#page-contact .subpage_img {
  z-index: 3;
}
#page-contact .contact_title h4 {
  font-size: 3rem;
  color: #005892;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_title h4 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}
#page-contact .contact_tel {
  width: 100%;
  max-width: 1200px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 40px;
  margin-top: 15px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_tel {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
#page-contact .contact_tel p {
  font-size: 7rem;
  color: #005892;
  font-family: "Jost", sans-serif;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_tel p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 3.5rem;
  }
}
#page-contact .contact_tel span {
  font-size: 3.9rem;
  font-family: "Raleway", sans-serif;
  margin-right: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_tel span {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.9rem;
    margin-right: 5px;
  }
}
#page-contact .contact_tel .contact_tel_text {
  font-size: 1.8rem;
  color: #272727;
  font-family: "Noto Sans JP";
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_tel .contact_tel_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.3rem;
  }
}
#page-contact .contact_input_area {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_input_area {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 10px;
  }
}
#page-contact .contact_field {
  display: grid;
  grid-template-columns: 3.5fr 7fr;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_field {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    padding-bottom: 15px;
  }
}
#page-contact .contact_label_wrap {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_label_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 5px;
  }
}
#page-contact .contact_label {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_label {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
  }
}
#page-contact .required,
#page-contact .any {
  color: #fff;
  font-weight: bold;
  background-color: #00bbd5;
  padding: 2px 7px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #page-contact .required,
  #page-contact .any {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1rem;
  }
}
#page-contact .any {
  background-color: #727272;
}
#page-contact .contact_input {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_input {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-left: 0;
  }
}
#page-contact .contact_input input {
  width: 100%;
  height: 50px;
  border: 1px solid #cfd4d8;
  padding: 10px 15px;
}
#page-contact .contact_input textarea {
  width: 100%;
  border: 1px solid #cfd4d8;
  padding: 10px 15px;
}
#page-contact .cf_scroll {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px 30px;
  border: 1px solid #cfd4d8;
  background-color: #fff;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #page-contact .cf_scroll {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 10px 20px;
  }
}
#page-contact .privacy_agree_wrap {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #page-contact .privacy_agree_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}
#page-contact .privacy_agree_wrap input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #4e4e4e;
}
#page-contact .wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
}
#page-contact .wpcf7 input[type=checkbox] {
  position: relative;
  top: 2px;
}
#page-contact .pricacy_comment {
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #page-contact .pricacy_comment {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: left;
    margin-bottom: 20px;
  }
}
#page-contact .submit_btn {
  font-size: 1.8rem;
  padding: 35px 105px 35px 110px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  #page-contact .submit_btn {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 30px 100px 30px 105px;
  }
}
#page-contact .wpcf7-spinner {
  display: none;
  margin: 0;
  width: 0;
}

#page-404 .btn {
  margin-bottom: 70px;
}

/* 変数ファイルインポート */
/* アニメーション */
.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.25s;
  -ms-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.25s;
  -ms-animation-duration: 1.25s;
  animation-duration: 1.25s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.25s;
  -ms-animation-duration: 1.25s;
  animation-duration: 1.25s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.25s;
  -ms-animation-duration: 1.25s;
  animation-duration: 1.25s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.delay-first {
  animation-delay: 0.3s;
}

.delay-middle {
  animation-delay: 0.8s;
}

.delay-last {
  animation-delay: 1.3s;
}

.animationBar {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.animationBar span {
  animation: 0s fadeIn 0.5s ease forwards;
  opacity: 0;
  visibility: visible !important;
}

.animationBar:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(0, 0, 0);
  visibility: visible !important;
  animation: 1.25s animationBar 0s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}

@keyframes animationBar {
  0% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.animationBar-wh {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.animationBar-wh span {
  animation: 0s fadeIn 0.5s ease forwards;
  opacity: 0;
  visibility: visible !important;
}

.animationBar-wh:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible !important;
  animation: 1.25s animationBar-wh 0s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}

@keyframes animationBar-wh {
  0% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.fadeInScale {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInScale;
  animation-name: fadeInScale;
  visibility: visible !important;
  z-index: 1;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animation-grad-left {
  overflow: hidden;
  position: relative;
  visibility: visible !important;
}

.animation-grad-left:before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.9;
}

.fadeInGradLeft:before {
  animation: fadeInGradLeft 0.8s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes fadeInGradLeft {
  100% {
    transform: translateX(100%);
  }
}
.animation-grad-right {
  overflow: hidden;
  position: relative;
  visibility: visible !important;
}

.animation-grad-right:before {
  background: #000;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
}

.fadeInGradRight:before {
  animation: fadeInGradRight 0.8s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes fadeInGradRight {
  100% {
    transform: translateX(-100%);
  }
}
.fadeInSlant {
  animation: fadeInSlant 1s ease forwards;
  animation-delay: 0.3s;
  transform-origin: 50% 0% 0px;
  transform: matrix3d(0.996195, 0, 0.0871557, -0.000217889, 0.00759612, 0.996195, -0.0868241, 0.00021706, -0.0868241, 0.0871557, 0.992404, -0.00248101, 0, 90, 0, 1);
  opacity: 0;
  visibility: visible !important;
}

@-webkit-keyframes fadeInSlant {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes fadeInSlant {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
#loading {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 999999;
  position: fixed;
  flex-direction: column;
  opacity: 1; /* 初期状態：不透明 */
  visibility: visible; /* 初期状態：表示 */
  transition: opacity 0.8s ease, visibility 0.8s ease; /* トランジション効果 */
}
#loading .loading-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading .loading {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading .l1 {
  width: 90px;
  height: 90px;
  border: 1px dashed #005892;
  border-radius: 50%;
  -webkit-animation: loading3D 3s linear 0s infinite;
  animation: loading3D 3s linear 0s infinite;
}
#loading .l2 {
  width: 70px;
  height: 70px;
  border: 1px dashed #005892;
  border-radius: 50%;
  -webkit-animation: loading3D 2s linear 0s infinite;
  animation: loading3D 2s linear 0s infinite;
}
#loading .earth {
  width: 50px;
  height: 50px;
  border: 3px solid #4d93ae;
  border-radius: 50%;
  -webkit-animation: loading3D 6s linear 0s infinite;
  animation: loading3D 6s linear 0s infinite;
}
#loading .e1 {
  transform: rotate3D(90deg);
}
#loading .e2 {
  transform: rotate3D(1, 3, 0.5, 180deg);
}
#loading .e3 {
  transform: rotate3D(0.5, 1, 3, 360deg);
}
@keyframes loading3D {
  from {
    transform: rotate3d(3, 3, 3, 360deg);
  }
  to {
    transform: rotate3d(0deg);
  }
}