@charset "UTF-8";
/* 変数ファイルインポート */
/* PC用 */
/* ブレイクポイント 設定 */
/* SP用 */
/* 共通 */
.font-size-S {
  font-size: 1.5rem; }

.font-size-R {
  font-size: 1.6rem; }

.font-size-M {
  font-size: 1.7rem; }

.font-size-L {
  font-size: 1.8rem; }

.font-size-XL {
  font-size: 1.9rem; }

.font-size-XXL {
  font-size: 2rem; }

@media print {
  body {
    zoom: 50%;
    width: 100% !important; }

  #pagetop {
    display: none !important; } }
/* 共通 */
.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: auto;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

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

main {
  overflow-x: hidden; }

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

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

.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: $vSpace / 2;*/ }

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

.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: 15px; }

.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; }

.pt-6 {
  padding-top: 6rem !important; }

.pt-7 {
  padding-top: 7rem !important; }

.pt-8 {
  padding-top: 8rem !important; }

.pt-9 {
  padding-top: 9rem !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 {
    padding-left: clamp(0px, 5vw, 30px);
    padding-right: clamp(0px, 5vw, 30px);
    padding-top: clamp(10px, 7.5vw, 30px);
    padding-bottom: clamp(10px, 7.5vw, 60px); }

  .row {
    margin-right: calc( 5vw / 2 - 5vw );
    margin-left: calc( 5vw / 2 - 5vw );
    /* margin-top: clamp(0px, $spVSpace, $vSpace / 2);*/ }

  .row + .row {
    margin-top: clamp(0px, 7.5vw, 60px); }

  .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, 2.5vw, 2.5vw); }

  .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%; } }
/* 変数ファイルインポート */
/* PC用 */
/* ブレイクポイント 設定 */
/* SP用 */
/* 共通 */
.font-size-S {
  font-size: 1.5rem; }

.font-size-R {
  font-size: 1.6rem; }

.font-size-M {
  font-size: 1.7rem; }

.font-size-L {
  font-size: 1.8rem; }

.font-size-XL {
  font-size: 1.9rem; }

.font-size-XXL {
  font-size: 2rem; }

/* 
    オリジナルフレームワーク
    by Yuki Ashikaga $ Yohbunsha
    date: 2021.10
*/
/*
 スクロールナビゲーション
 */
.navToggle {
  display: none; }

header {
  transition: all 0.2s;
  background-color: transparent;
  z-index: 99996;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0; }
  header a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.1s; }
    header a:link {
      color: #ffffff; }
    header a:visited {
      color: #ffffff; }
    header a:hover {
      color: #fa942e; }
    header a:active {
      color: #fa942e; }
  header .header_nav {
    color: #ffffff; }
    @media print, screen and (min-width: 1025px) {
      header .header_nav {
        /*　画面サイズ $tabWidth からはここを読み込む　*/ }
        header .header_nav .header_nav_inner {
          display: flex;
          justify-content: space-between;
          margin: 20px 50px 0px 30px;
          position: fixed;
          top: 0;
          left: 0;
          width: 95%; }
          header .header_nav .header_nav_inner .logo {
            height: 58px; }
          header .header_nav .header_nav_inner #gnav {
            width: 60%;
            display: flex;
            justify-content: space-around;
            align-items: center;
            font-weight: 300;
            font-size: 1.7rem;
            font-weight: bold;
            color: #ffffff; }
          header .header_nav .header_nav_inner .contact_btn_header {
            padding: 15px 25px 15px 55px;
            background-image: url(../img/ico_letter.svg);
            background-repeat: no-repeat;
            background-position: left 20px center;
            background-color: #000000; } }
    @media only screen and (max-width: 1024px) {
      header .header_nav {
        /*　画面サイズ $tabWitdh まではここを読み込む　*/ }
        header .header_nav #gnav.active {
          left: 0;
          top: 0; }
        header .header_nav #gnav {
          position: fixed;
          display: flex;
          height: 100%;
          width: 100%;
          top: 68px;
          margin: auto;
          left: 100%;
          z-index: 99997;
          background-color: #245c93;
          flex-direction: column;
          transition: all 0.1s ease;
          padding: 5vw; }
          header .header_nav #gnav > li {
            border-bottom: 1px solid #ffffff;
            border-left: none;
            position: relative;
            line-height: 3; }
            header .header_nav #gnav > li label {
              cursor: pointer;
              position: absolute;
              right: 0;
              top: 0; }
            header .header_nav #gnav > li a {
              display: block; }
            header .header_nav #gnav > li ul {
              display: none; }
              header .header_nav #gnav > li ul li {
                line-height: 2; }
                header .header_nav #gnav > li ul li a {
                  padding-left: 15px; }
              header .header_nav #gnav > li ul li:last-child {
                margin-bottom: 20px; }
            header .header_nav #gnav > li .open {
              display: block; } }

@media print, screen and (min-width: 1025px) {
  /*　画面サイズ $tabWidth からはここを読み込む　*/
  #page-home #change2 .head_bg {
    height: 100px; } }
  @media only screen and (min-width: 1025px) and (max-width: 768px) {
    #page-home #change2 .head_bg {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      height: 80px; } }
@media print, screen and (min-width: 1025px) {
  #page-home #change2 {
    background-color: #ffffff;
    transition: all 0.2s; }
    #page-home #change2 .header_nav_inner #gnav:link {
      color: #245c93; }
    #page-home #change2 .header_nav_inner #gnav {
      color: #245c93; }
      #page-home #change2 .header_nav_inner #gnav a:visited {
        color: #245c93; }
      #page-home #change2 .header_nav_inner #gnav a:hover {
        color: #fa942e; }
      #page-home #change2 .header_nav_inner #gnav a:active {
        color: #fa942e; }
      #page-home #change2 .header_nav_inner #gnav a:link {
        color: #245c93; }
      #page-home #change2 .header_nav_inner #gnav a.contact_btn_header:visited {
        color: #ffffff; }
      #page-home #change2 .header_nav_inner #gnav a.contact_btn_header:link {
        color: #ffffff; }
      #page-home #change2 .header_nav_inner #gnav a.contact_btn_header:hover {
        color: #ffffff; }
      #page-home #change2 .header_nav_inner #gnav a.contact_btn_header:active {
        color: #ffffff; }

  #change .head_bg {
    height: 100px; } }
  @media only screen and (min-width: 1025px) and (max-width: 768px) {
    #change .head_bg {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      height: 80px; } }

@media print, screen and (min-width: 1025px) {
  #change {
    transition: all 0.2s;
    background-color: #ffffff; }
    #change .header_nav_inner #gnav:link {
      color: #245c93; }
    #change .header_nav_inner #gnav {
      color: #245c93; }
      #change .header_nav_inner #gnav a:visited {
        color: #245c93; }
      #change .header_nav_inner #gnav a:hover {
        color: #fa942e; }
      #change .header_nav_inner #gnav a:active {
        color: #fa942e; }
      #change .header_nav_inner #gnav a:link {
        color: #245c93; }
      #change .header_nav_inner #gnav a.contact_btn_header {
        color: #ffffff; }
        #change .header_nav_inner #gnav a.contact_btn_header:visited {
          color: #ffffff; }
        #change .header_nav_inner #gnav a.contact_btn_header:link {
          color: #ffffff; }
        #change .header_nav_inner #gnav a.contact_btn_header:hover {
          color: #ffffff; }
        #change .header_nav_inner #gnav a.contact_btn_header:active {
          color: #ffffff; } }
@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: #245c93;
    display: block;
    position: fixed;
    right: 15px;
    width: 50px;
    top: 10px;
    height: 50px;
    cursor: pointer;
    z-index: 99998;
    text-align: center;
    padding: 20px; }
    #navToggle span {
      display: block;
      position: absolute;
      width: 30px;
      border-bottom: solid 2px #fff;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      right: 10px; }
    #navToggle span:nth-child(1) {
      top: 13px; }
    #navToggle span:nth-child(2) {
      top: 23px; }
    #navToggle span:nth-child(3) {
      top: 33px; }

  #navToggle.active {
    background-color: #245c93; }
    #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 {
  display: flex;
  justify-content: space-between;
  border-top: 5px solid #245c93;
  padding: 40px 60px 40px 60px; }
  @media only screen and (max-width: 768px) {
    .footer_inner {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      flex-direction: column;
      padding: 40px 20px 40px 20px; } }
  .footer_inner .contact_btn_image {
    max-width: 400px;
    width: 40vw; }
    @media only screen and (max-width: 768px) {
      .footer_inner .contact_btn_image {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        width: 100%;
        max-width: 600px; } }
  .footer_inner .footer_logo_area .footer_logo {
    max-height: 80px;
    margin: 10px 10px 10px 0px; }
    @media only screen and (max-width: 768px) {
      .footer_inner .footer_logo_area .footer_logo {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        margin-bottom: 10px; } }
  .footer_inner .footer_logo_area .add {
    margin-bottom: 20px; }
  .footer_inner .footer_nav #fnav {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      .footer_inner .footer_nav #fnav {
        /*　画面サイズ $tabWitdh まではここを読み込む　*/
        flex-direction: column;
        margin-bottom: 20px; } }
    .footer_inner .footer_nav #fnav li {
      margin-right: 40px; }
      @media only screen and (max-width: 1024px) {
        .footer_inner .footer_nav #fnav li {
          /*　画面サイズ $tabWitdh まではここを読み込む　*/
          margin-bottom: 25px; } }
      .footer_inner .footer_nav #fnav li a {
        color: #000000; }
    .footer_inner .footer_nav #fnav .policy > a {
      color: gray; }

.fotter_copy_area {
  background-color: #245c93;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fotter_copy_area .copy_footer {
    font-size: 1.4rem; }

#pagetop {
  position: fixed;
  display: block;
  bottom: -80px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #ccc;
  border-radius: 30px;
  transition: all 0.6s ease;
  cursor: pointer; }
  #pagetop span {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    top: 27px;
    right: 0;
    left: 0;
    margin: auto;
    outline: none;
    transition: all 0.3s ease; }

#pagetop.disp {
  bottom: 20px; }

#pagetop:hover {
  opacity: 0.8;
  transition: all 0.1s ease; }

@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: -60px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 25px; }
    #pagetop span {
      top: 18px;
      width: 8px;
      height: 8px; }

  #pagetop.disp {
    bottom: 15px; } }
#loading {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999999;
  position: fixed; }

.onload {
  animation-name: loading;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@keyframes loading {
  0% {
    opacity: 1;
    z-index: 999999; }
  99% {
    opacity: 0;
    display: none;
    z-index: -1; }
  100% {
    opacity: 0;
    display: none;
    z-index: -1; } }
.spinner-box {
  width: 100px;
  height: 100px;
  background-color: transparent;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

/* ALTERNATING ORBITS */
.circle-border {
  width: 100px;
  height: 100px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #245c93;
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, #245c93 100%);
  animation: spin .8s linear 0s infinite; }

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%; }

/* KEYFRAMES */
@keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(359deg); } }
@keyframes spin3D {
  from {
    transform: rotate3d(0.5, 0.5, 0.5, 360deg); }
  to {
    transform: rotate3d(0deg); } }
@keyframes configure-clockwise {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg); }
  25% {
    transform: rotate(-45deg); }
  50% {
    transform: rotate(-135deg); }
  75% {
    transform: rotate(-225deg); }
  100% {
    transform: rotate(-315deg); } }
@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: .25;
    transform: scale(0.75); } }
/* 変数ファイルインポート */
/* PC用 */
/* ブレイクポイント 設定 */
/* SP用 */
/* 共通 */
.font-size-S {
  font-size: 1.5rem; }

.font-size-R {
  font-size: 1.6rem; }

.font-size-M {
  font-size: 1.7rem; }

.font-size-L {
  font-size: 1.8rem; }

.font-size-XL {
  font-size: 1.9rem; }

.font-size-XXL {
  font-size: 2rem; }

a > *, a {
  transition: 0.3s; }

/* 共通 */
img {
  image-rendering: -webkit-optimize-contrast; }

.logo:hover {
  opacity: 0.7;
  transition: 0.1s; }

.contact_btn_area:hover {
  opacity: 0.7;
  transition: 0.1s; }

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

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

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: clamp(6.25px, 2.67vw, 10px); } }

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3","noto sans jp","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

pre {
  font-family: "noto sans jp", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Zen Kaku Gothic New', sans-serif; }

a {
  color: #3b3b6e;
  text-decoration: none; }
  a:link {
    color: #3b3b6e; }
  a:visited {
    color: #3b3b6e; }
  a:hover {
    color: #3b3b6e; }
  a:active {
    color: #3b3b6e; }

.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; } }

/* ボタン */
.btn {
  display: inline-block;
  line-height: 3;
  transition: all 0.1s ease; }
  .btn:hover, .btn:active {
    opacity: 0.7; }

.btn_return:hover {
  transition: 0.1s;
  opacity: 0.7; }

.submit_btn:hover {
  transition: 0.1s;
  opacity: 0.7; }

.color_btn:hover {
  transition: 0.1s;
  opacity: 0.7; }

.line_btn:hover {
  opacity: 0.7;
  transition: 0.1s; }

.nomal_btn:hover {
  opacity: 0.7;
  transition: 0.1s; }

.view_btn:hover {
  opacity: 0.7;
  transition: 0.1s; }

.contact_btn_header:hover {
  opacity: 0.7;
  transition: 0.1s; }

.btn_detail {
  background-image: url("../image/common/arrow.svg");
  background-position: center right 20px;
  background-repeat: no-repeat; }
  .btn_detail:link, .btn_detail:visited, .btn_detail:active {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0 30px;
    width: 240px;
    max-width: 100%;
    font-size: 1.8rem; }
  .btn_detail:hover {
    color: #ffffff;
    opacity: 0.7;
    transition: 0.1s; }

/* 変数ファイルインポート */
/* PC用 */
/* ブレイクポイント 設定 */
/* SP用 */
/* 共通 */
.font-size-S {
  font-size: 1.5rem; }

.font-size-R {
  font-size: 1.6rem; }

.font-size-M {
  font-size: 1.7rem; }

.font-size-L {
  font-size: 1.8rem; }

.font-size-XL {
  font-size: 1.9rem; }

.font-size-XXL {
  font-size: 2rem; }

@media only screen and (max-width: 768px) {
  #page-service .service_header {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none; } }
#page-service .service_header_sp {
  display: none; }
  @media only screen and (max-width: 768px) {
    #page-service .service_header_sp {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      display: block;
      margin: 0 auto; } }
#page-service .service_explain_ttl {
  font-size: 2.8rem;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    #page-service .service_explain_ttl {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 2.2rem; } }
  #page-service .service_explain_ttl span {
    color: #c04140; }
#page-service .service_item_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%; }
  #page-service .service_item_wrap .service_p {
    margin-bottom: 15px; }
  #page-service .service_item_wrap .btn_wrap4 {
    text-align: center;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      #page-service .service_item_wrap .btn_wrap4 {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        margin-bottom: 10px; } }
    #page-service .service_item_wrap .btn_wrap4 .nomal_btn {
      display: block;
      padding: 10px;
      width: 100%;
      background-color: #000000;
      font-weight: bold;
      color: #ffffff;
      font-size: 2.0rem;
      background-image: url(../img/wh_arrow.svg);
      background-position: right 15px center;
      background-repeat: no-repeat;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        #page-service .service_item_wrap .btn_wrap4 .nomal_btn {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          padding: 10px 40px 10px 30px;
          font-size: 1.8rem;
          font-weight: 400;
          font-weight: 400;
          background-size: 4px; } }
#page-service .others_list {
  font-size: 2.8rem;
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    #page-service .others_list {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 2.0rem;
      font-weight: 500; } }
  #page-service .others_list span {
    font-size: 2.4rem;
    color: #245c93; }
  #page-service .others_list .sub_p {
    font-size: 1.6rem;
    margin-left: 20px;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      #page-service .others_list .sub_p {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        margin-left: 0px; } }

#page-product .product_page_btn_wrap {
  display: flex;
  justify-content: center;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    #page-product .product_page_btn_wrap {
      /*　画面サイズ $tabWitdh まではここを読み込む　*/
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center; } }
  #page-product .product_page_btn_wrap img {
    display: block;
    max-height: 70px; }
    #page-product .product_page_btn_wrap img:hover {
      opacity: 0.7;
      transition: 0.1s; }
  #page-product .product_page_btn_wrap a + a {
    margin-left: 20px; }
    @media only screen and (max-width: 1024px) {
      #page-product .product_page_btn_wrap a + a {
        /*　画面サイズ $tabWitdh まではここを読み込む　*/
        margin-left: 0px; } }
  #page-product .product_page_btn_wrap a {
    margin-bottom: 10px; }
#page-product .bg {
  background-color: #efefef; }
#page-product .product_ttl_wrap {
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    #page-product .product_ttl_wrap {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      flex-direction: column; } }
  #page-product .product_ttl_wrap img {
    width: 10%;
    margin-right: 30px;
    min-width: 60px; }
  #page-product .product_ttl_wrap .p_ttl_wrap_inner {
    width: 90%; }
    @media only screen and (max-width: 768px) {
      #page-product .product_ttl_wrap .p_ttl_wrap_inner {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        width: 100%; } }
    #page-product .product_ttl_wrap .p_ttl_wrap_inner .product_ttl {
      font-size: 3.5rem;
      font-weight: bold;
      color: #245c93;
      margin-bottom: 15px;
      border-bottom: 2px solid #245c93; }
      @media only screen and (max-width: 1024px) {
        #page-product .product_ttl_wrap .p_ttl_wrap_inner .product_ttl {
          /*　画面サイズ $tabWitdh まではここを読み込む　*/
          font-size: 2.4rem;
          margin-top: 5px;
          margin-bottom: 10px; } }
    #page-product .product_ttl_wrap .p_ttl_wrap_inner .cate_item {
      padding: 2px 18px;
      line-height: 1.4;
      margin-right: 10px;
      border-radius: 3px;
      color: #ffffff; }
      @media only screen and (max-width: 1024px) {
        #page-product .product_ttl_wrap .p_ttl_wrap_inner .cate_item {
          /*　画面サイズ $tabWitdh まではここを読み込む　*/
          margin-right: 5px;
          padding: 2px 12px;
          margin-bottom: 5px; } }
    #page-product .product_ttl_wrap .p_ttl_wrap_inner span {
      display: inline-block; }
    #page-product .product_ttl_wrap .p_ttl_wrap_inner .color-orange {
      background-color: #fca674; }
    #page-product .product_ttl_wrap .p_ttl_wrap_inner .color-blue {
      background-color: #4d8eda; }
    #page-product .product_ttl_wrap .p_ttl_wrap_inner .color-green {
      background-color: #8ac87f; }
    #page-product .product_ttl_wrap .p_ttl_wrap_inner .color-pink {
      background-color: #ef8c92; }
    #page-product .product_ttl_wrap .p_ttl_wrap_inner .color-purple {
      background-color: #b98ced; }

.cardarea_wrap {
  display: flex; }

.card_border {
  border: 1px solid lightgray; }

.card_wrap {
  width: 100%;
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 50px;
  background-color: #ffffff; }
  @media only screen and (max-width: 768px) {
    .card_wrap {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      margin-bottom: 10px;
      padding: 20px; } }
  .card_wrap .card_ttl {
    background-color: #245c93;
    color: #ffffff;
    position: absolute;
    padding: 15px 20px;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 2.4rem;
    display: inline-block;
    margin: 0 auto;
    text-align: center; }
  .card_wrap .cardimg_wrap {
    margin-top: 70px;
    height: 100px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center; }
  .card_wrap .card_p {
    margin-top: 80px; }
    @media only screen and (max-width: 768px) {
      .card_wrap .card_p {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        margin-top: 120px; } }
  .card_wrap .target_wrap {
    margin-top: 80px;
    background-color: #e8f2fb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 40px;
    position: relative;
    font-weight: 600;
    color: #245c93;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .card_wrap .target_wrap {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        margin-top: 50px;
        margin-bottom: 15px;
        padding: 12px 20px; } }
    .card_wrap .target_wrap span {
      color: #000000; }
    .card_wrap .target_wrap::before {
      content: "ご対象";
      color: #ffffff;
      position: absolute;
      font-weight: 500;
      display: block;
      padding: 5px 20px;
      bottom: 100%;
      left: 0;
      background-color: #245c93; }
  .card_wrap .btn_wrap {
    text-align: center;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .card_wrap .btn_wrap {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        margin-bottom: 25px; } }
    .card_wrap .btn_wrap .view_btn {
      display: block;
      padding: 10px;
      width: 100%;
      background-color: #000000;
      font-weight: bold;
      color: #ffffff;
      font-size: 2.0rem;
      background-image: url("../img/ico_link.svg");
      background-position: right 15px center;
      background-repeat: no-repeat;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .card_wrap .btn_wrap .view_btn {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          padding: 10px 40px 10px 30px;
          font-size: 1.8rem;
          font-weight: 400;
          font-weight: 400;
          background-size: 20px; } }

#page-company .company_ttl {
  padding-left: 50px;
  border-left: 5px solid #245c93;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    #page-company .company_ttl {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      border-left: 4px solid #245c93;
      font-size: 2.4rem;
      margin-bottom: 0px;
      padding-left: 20px; } }
#page-company .philo_ttl {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #245c93; }
  @media only screen and (max-width: 768px) {
    #page-company .philo_ttl {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 1.8rem;
      margin-bottom: 15px; } }
#page-company table.table {
  width: 100%; }
  #page-company table.table tr {
    border-bottom: 1px solid #245c93;
    width: 30%; }
    @media only screen and (max-width: 768px) {
      #page-company table.table tr {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        width: 40%; } }
  #page-company table.table td {
    width: 70%;
    padding: 20px 60px;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      #page-company table.table td {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        padding: 8px 20px;
        font-size: 1.6rem;
        width: 60%;
        line-height: 1.3; } }
  #page-company table.table th {
    border-bottom: 2px solid #245c93;
    padding: 20px 40px;
    background-color: #e8f2fb; }
    @media only screen and (max-width: 768px) {
      #page-company table.table th {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        padding: 8px 20px;
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.3; } }

#page-contact .contact_ttl_wrap {
  text-align: center; }
  #page-contact .contact_ttl_wrap .contact_ttl {
    font-size: 3.5rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      #page-contact .contact_ttl_wrap .contact_ttl {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 2.4rem; } }
  @media only screen and (max-width: 768px) {
    #page-contact .contact_ttl_wrap {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 2.4rem; } }
#page-contact .contact_p {
  font-size: 1.6rem; }
#page-contact .privacy_consent {
  color: red; }
#page-contact .privacy_wrap {
  border: 1px solid #333;
  border-radius: 2px;
  height: 200px;
  overflow-y: scroll;
  margin-top: 20px;
  background-color: #EDEDED;
  padding: 15px; }
  #page-contact .privacy_wrap .privacy_mess {
    font-weight: 500;
    margin: 0; }
  #page-contact .privacy_wrap .privacy_h {
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 110%; }
#page-contact .red {
  color: red; }
#page-contact .flex {
  width: 100%;
  margin-bottom: 20px; }
#page-contact .contact_wrapper {
  width: 60%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #page-contact .contact_wrapper {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      margin-top: 0px;
      width: 100%; } }
#page-contact select {
  padding: 6px 12px;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    #page-contact select {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      width: 100%; } }
#page-contact input {
  padding: 4px 12px;
  width: 50%; }
  @media only screen and (max-width: 768px) {
    #page-contact input {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      width: 100%; } }
#page-contact .contact_box_textarea {
  padding: 4px 12px;
  width: 100%; }
#page-contact .add01 {
  width: 100%; }
#page-contact .submit_btn {
  padding: 40px 120px;
  margin: 40px auto;
  display: block; }
#page-contact .submit_btn {
  display: block;
  margin: 30px auto 40px auto;
  padding: 30px 90px 30px 80px;
  background-color: #245c93;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.0rem;
  background-image: url(../img/wh_arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    #page-contact .submit_btn {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      padding: 10px 40px 10px 30px;
      font-size: 1.8rem;
      font-weight: 400;
      font-weight: 400;
      background-size: 4px; } }

/* 変数ファイルインポート */
/* PC用 */
/* ブレイクポイント 設定 */
/* SP用 */
/* 共通 */
.font-size-S {
  font-size: 1.5rem; }

.font-size-R {
  font-size: 1.6rem; }

.font-size-M {
  font-size: 1.7rem; }

.font-size-L {
  font-size: 1.8rem; }

.font-size-XL {
  font-size: 1.9rem; }

.font-size-XXL {
  font-size: 2rem; }

/* アニメーション */
.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); } }
.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: black;
  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: white;
  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 2s 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); } }
/* 変数ファイルインポート */
/* PC用 */
/* ブレイクポイント 設定 */
/* SP用 */
/* 共通 */
.font-size-S {
  font-size: 1.5rem; }

.font-size-R {
  font-size: 1.6rem; }

.font-size-M {
  font-size: 1.7rem; }

.font-size-L {
  font-size: 1.8rem; }

.font-size-XL {
  font-size: 1.9rem; }

.font-size-XXL {
  font-size: 2rem; }

#page-home .head_bg {
  position: relative;
  width: 100vw; }
#page-home .hero {
  width: 100%;
  width: 100vw; }
@media only screen and (max-width: 768px) {
  #page-home .hero_pc {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none; } }
#page-home .hero_sp {
  display: none; }
  @media only screen and (max-width: 768px) {
    #page-home .hero_sp {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      display: block; } }
#page-home .service_wrap {
  text-align: center; }
  #page-home .service_wrap .section_ttl {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    display: inline;
    width: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 3.8rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      #page-home .service_wrap .section_ttl {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 2.4rem; } }
    #page-home .service_wrap .section_ttl::after {
      content: "";
      display: inline;
      position: absolute;
      width: 60%;
      height: 5px;
      background-color: #245c93;
      right: 0;
      left: 0;
      bottom: -20px;
      margin: auto; }
#page-home .top_service_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  @media only screen and (max-width: 1024px) {
    #page-home .top_service_wrap {
      /*　画面サイズ $tabWitdh まではここを読み込む　*/
      flex-direction: column; } }
#page-home .top_service_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    #page-home .top_service_ttl {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 2.2rem; } }
  #page-home .top_service_ttl span {
    color: #c04140; }
#page-home .service_p_area {
  padding: 60px 60px;
  background-color: #ffffff;
  margin-right: 40px;
  position: relative;
  z-index: 99;
  margin-top: 80px;
  margin-right: 8vw; }
  @media only screen and (max-width: 1024px) {
    #page-home .service_p_area {
      /*　画面サイズ $tabWitdh まではここを読み込む　*/
      margin-top: 0px;
      margin: 0 auto;
      padding: 30px 30px; } }
#page-home .ill_service {
  position: absolute;
  top: calc(100% - 30px);
  right: 8vw;
  max-width: 200px;
  z-index: 99; }
  @media only screen and (max-width: 768px) {
    #page-home .ill_service {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      margin-top: 0px;
      right: 10px;
      max-width: 35vw; } }
#page-home .service_right {
  width: 60%;
  position: relative;
  margin-top: 60px; }
  @media only screen and (max-width: 1024px) {
    #page-home .service_right {
      /*　画面サイズ $tabWitdh まではここを読み込む　*/
      margin-top: 0px;
      width: 100%; } }
  #page-home .service_right::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url("../img/service_salesman.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 60vw;
    top: -80px;
    height: 580px;
    right: 80%;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      #page-home .service_right::before {
        /*　画面サイズ $tabWitdh まではここを読み込む　*/
        display: none; } }
#page-home .service_left {
  width: 40%; }
#page-home .top_service_image {
  width: 60%; }
#page-home .btn_wrap {
  text-align: center;
  margin-bottom: 150px;
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    #page-home .btn_wrap {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      margin-bottom: 20px; } }
#page-home .btn_wrap2 {
  text-align: center;
  margin-bottom: 150px;
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    #page-home .btn_wrap2 {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      margin-bottom: 20px;
      margin-top: 20px; } }
#page-home .btn_wrap3 {
  text-align: center;
  margin-bottom: 150px;
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    #page-home .btn_wrap3 {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      margin-bottom: 60px;
      margin-top: 20px; } }
#page-home .color_btn {
  display: inline;
  padding: 30px 90px 30px 80px;
  background-color: #245c93;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.0rem;
  background-image: url(../img/wh_arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #page-home .color_btn {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      padding: 10px 40px 10px 30px;
      font-size: 1.8rem;
      font-weight: 400;
      font-weight: 400;
      background-size: 4px; } }
#page-home .ttl_caption {
  color: #245c93;
  font-size: 2.0rem; }
#page-home .product_lineup_wrap {
  display: flex;
  margin-bottom: 80px;
  transition: 0.3s; }
  #page-home .product_lineup_wrap a:hover {
    transform: scale(1.02); }
  #page-home .product_lineup_wrap a {
    transition: 0.3s; }
  @media only screen and (max-width: 768px) {
    #page-home .product_lineup_wrap {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      flex-direction: column;
      margin-bottom: 20px; } }
#page-home .bycolor_bg {
  background: #e8f2fb;
  position: relative; }
  #page-home .bycolor_bg .key_blue_bg {
    position: absolute;
    bottom: 0;
    height: 30%;
    width: 100%;
    background-color: #245c93; }
    @media only screen and (max-width: 768px) {
      #page-home .bycolor_bg .key_blue_bg {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        height: 15%; } }
#page-home .line_btn {
  display: inline;
  padding: 30px 90px 30px 80px;
  border: 3px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.0rem;
  background-image: url(../img/wh_arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #page-home .line_btn {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      padding: 10px 40px 10px 30px;
      font-size: 1.8rem;
      font-weight: 400;
      font-weight: 400;
      background-size: 4px; } }
#page-home .color-key {
  color: #245c93;
  border: 3px solid #245c93;
  background-image: url(../img/key_arrow.svg);
  background-position: right 15px center;
  background-repeat: no-repeat; }
