@charset "UTF-8";
/* PC用 */
/* ブレイクポイント 設定 */
/* SP用 */
/* 共通 */
/* ========================================
   共通
======================================== */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 40px;
}
@media only screen and (max-width: 768px) {
  .container {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-inline: 20px;
  }
}

main {
  overflow-x: hidden;
}

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

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

/* ========================================
   Column
======================================== */
.col-1 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-1 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-2 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-4 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-5 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-6 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-7 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-8 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-9 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-10 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-11 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .col-12 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: calc(30px / 3.5);
  }
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* ========================================
   Order
======================================== */
.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;
}

/* ========================================
   Spacing Utility
   ※ 元コードの意味を維持
======================================== */
.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-5 {
  margin: 5rem !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;
}

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

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

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

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

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

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

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

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

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

.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-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 - PC
======================================== */
.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%;
}

/* ========================================
   Tablet Grid System
======================================== */
@media only screen and (max-width: 1024px) {
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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;
  }
  .md-m-0 {
    margin: 0 !important;
  }
  .md-m-1 {
    margin: 2rem !important;
  }
  .md-m-2 {
    margin: 2rem !important;
  }
  .md-m-3 {
    margin: 3rem !important;
  }
  .md-m-4 {
    margin: 4rem !important;
  }
  .md-m-5 {
    margin: 5rem !important;
  }
  .md-mt-0,
  .md-my-0 {
    margin-top: 0 !important;
  }
  .md-mr-0,
  .md-mx-0 {
    margin-right: 0 !important;
  }
  .md-mb-0,
  .md-my-0 {
    margin-bottom: 0 !important;
  }
  .md-ml-0,
  .md-mx-0 {
    margin-left: 0 !important;
  }
  .md-p-0 {
    padding: 0 !important;
  }
  .md-pt-0,
  .md-py-0 {
    padding-top: 0 !important;
  }
  .md-pr-0,
  .md-px-0 {
    padding-right: 0 !important;
  }
  .md-pb-0,
  .md-py-0 {
    padding-bottom: 0 !important;
  }
  .md-pl-0,
  .md-px-0 {
    padding-left: 0 !important;
  }
  .md-mt-1,
  .md-my-1 {
    margin-top: 1rem !important;
  }
  .md-mr-1,
  .md-mx-1 {
    margin-right: 1rem !important;
  }
  .md-mb-1,
  .md-my-1 {
    margin-bottom: 1rem !important;
  }
  .md-ml-1,
  .md-mx-1 {
    margin-left: 1rem !important;
  }
  .md-p-1 {
    padding: 1rem !important;
  }
  .md-pt-1,
  .md-py-1 {
    padding-top: 1rem !important;
  }
  .md-pr-1,
  .md-px-1 {
    padding-right: 1rem !important;
  }
  .md-pb-1,
  .md-py-1 {
    padding-bottom: 1rem !important;
  }
  .md-pl-1,
  .md-px-1 {
    padding-left: 1rem !important;
  }
  .md-mt-2,
  .md-my-2 {
    margin-top: 2rem !important;
  }
  .md-mr-2,
  .md-mx-2 {
    margin-right: 2rem !important;
  }
  .md-mb-2,
  .md-my-2 {
    margin-bottom: 2rem !important;
  }
  .md-ml-2,
  .md-mx-2 {
    margin-left: 2rem !important;
  }
  .md-p-2 {
    padding: 2rem !important;
  }
  .md-pt-2,
  .md-py-2 {
    padding-top: 2rem !important;
  }
  .md-pr-2,
  .md-px-2 {
    padding-right: 2rem !important;
  }
  .md-pb-2,
  .md-py-2 {
    padding-bottom: 2rem !important;
  }
  .md-pl-2,
  .md-px-2 {
    padding-left: 2rem !important;
  }
  .md-mt-3,
  .md-my-3 {
    margin-top: 3rem !important;
  }
  .md-mr-3,
  .md-mx-3 {
    margin-right: 3rem !important;
  }
  .md-mb-3,
  .md-my-3 {
    margin-bottom: 3rem !important;
  }
  .md-ml-3,
  .md-mx-3 {
    margin-left: 3rem !important;
  }
  .md-p-3 {
    padding: 3rem !important;
  }
  .md-pt-3,
  .md-py-3 {
    padding-top: 3rem !important;
  }
  .md-pr-3,
  .md-px-3 {
    padding-right: 3rem !important;
  }
  .md-pb-3,
  .md-py-3 {
    padding-bottom: 3rem !important;
  }
  .md-pl-3,
  .md-px-3 {
    padding-left: 3rem !important;
  }
  .md-mt-4,
  .md-my-4 {
    margin-top: 4rem !important;
  }
  .md-mr-4,
  .md-mx-4 {
    margin-right: 4rem !important;
  }
  .md-mb-4,
  .md-my-4 {
    margin-bottom: 4rem !important;
  }
  .md-ml-4,
  .md-mx-4 {
    margin-left: 4rem !important;
  }
  .md-p-4 {
    padding: 4rem !important;
  }
  .md-pt-4,
  .md-py-4 {
    padding-top: 4rem !important;
  }
  .md-pr-4,
  .md-px-4 {
    padding-right: 4rem !important;
  }
  .md-pb-4,
  .md-py-4 {
    padding-bottom: 4rem !important;
  }
  .md-pl-4,
  .md-px-4 {
    padding-left: 4rem !important;
  }
  .md-mt-5,
  .md-my-5 {
    margin-top: 5rem !important;
  }
  .md-mr-5,
  .md-mx-5 {
    margin-right: 5rem !important;
  }
  .md-mb-5,
  .md-my-5 {
    margin-bottom: 5rem !important;
  }
  .md-ml-5,
  .md-mx-5 {
    margin-left: 5rem !important;
  }
  .md-p-5 {
    padding: 5rem !important;
  }
  .md-pt-5,
  .md-py-5 {
    padding-top: 5rem !important;
  }
  .md-pr-5,
  .md-px-5 {
    padding-right: 5rem !important;
  }
  .md-pb-5,
  .md-py-5 {
    padding-bottom: 5rem !important;
  }
  .md-pl-5,
  .md-px-5 {
    padding-left: 5rem !important;
  }
  .md-m-n1 {
    margin: -1rem !important;
  }
  .md-mt-n1,
  .md-my-n1 {
    margin-top: -1rem !important;
  }
  .md-mr-n1,
  .md-mx-n1 {
    margin-right: -1rem !important;
  }
  .md-mb-n1,
  .md-my-n1 {
    margin-bottom: -1rem !important;
  }
  .md-ml-n1,
  .md-mx-n1 {
    margin-left: -1rem !important;
  }
  .md-m-n2 {
    margin: -2rem !important;
  }
  .md-mt-n2,
  .md-my-n2 {
    margin-top: -2rem !important;
  }
  .md-mr-n2,
  .md-mx-n2 {
    margin-right: -2rem !important;
  }
  .md-mb-n2,
  .md-my-n2 {
    margin-bottom: -2rem !important;
  }
  .md-ml-n2,
  .md-mx-n2 {
    margin-left: -2rem !important;
  }
  .md-m-n3 {
    margin: -3rem !important;
  }
  .md-mt-n3,
  .md-my-n3 {
    margin-top: -3rem !important;
  }
  .md-mr-n3,
  .md-mx-n3 {
    margin-right: -3rem !important;
  }
  .md-mb-n3,
  .md-my-n3 {
    margin-bottom: -3rem !important;
  }
  .md-ml-n3,
  .md-mx-n3 {
    margin-left: -3rem !important;
  }
  .md-m-n4 {
    margin: -4rem !important;
  }
  .md-mt-n4,
  .md-my-n4 {
    margin-top: -4rem !important;
  }
  .md-mr-n4,
  .md-mx-n4 {
    margin-right: -4rem !important;
  }
  .md-mb-n4,
  .md-my-n4 {
    margin-bottom: -4rem !important;
  }
  .md-ml-n4,
  .md-mx-n4 {
    margin-left: -4rem !important;
  }
  .md-m-n5 {
    margin: -5rem !important;
  }
  .md-mt-n5,
  .md-my-n5 {
    margin-top: -5rem !important;
  }
  .md-mr-n5,
  .md-mx-n5 {
    margin-right: -5rem !important;
  }
  .md-mb-n5,
  .md-my-n5 {
    margin-bottom: -5rem !important;
  }
  .md-ml-n5,
  .md-mx-n5 {
    margin-left: -5rem !important;
  }
  .md-m-auto {
    margin: auto !important;
  }
  .md-mt-auto,
  .md-my-auto {
    margin-top: auto !important;
  }
  .md-mr-auto,
  .md-mx-auto {
    margin-right: auto !important;
  }
  .md-mb-auto,
  .md-my-auto {
    margin-bottom: auto !important;
  }
  .md-ml-auto,
  .md-mx-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%;
  }
}
/* ========================================
   Smartphone Grid System
======================================== */
@media only screen and (max-width: 768px) {
  .row {
    margin-top: clamp(0px, 7.5vw, 120px / 2);
    margin-right: calc(4vw / 2 - 4vw);
    margin-left: calc(4vw / 2 - 4vw);
  }
  .row + .row {
    margin-top: 120px;
  }
  .col-sp-1 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sp-2 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sp-3 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sp-4 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sp-5 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sp-6 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sp-7 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sp-8 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sp-9 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sp-10 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sp-11 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sp-12 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -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;
  }
  .sp-m-0 {
    margin: 0 !important;
  }
  .sp-m-1 {
    margin: 2rem !important;
  }
  .sp-m-2 {
    margin: 2rem !important;
  }
  .sp-m-3 {
    margin: 3rem !important;
  }
  .sp-m-4 {
    margin: 4rem !important;
  }
  .sp-m-5 {
    margin: 5rem !important;
  }
  .sp-mt-0,
  .sp-my-0 {
    margin-top: 0 !important;
  }
  .sp-mr-0,
  .sp-mx-0 {
    margin-right: 0 !important;
  }
  .sp-mb-0,
  .sp-my-0 {
    margin-bottom: 0 !important;
  }
  .sp-ml-0,
  .sp-mx-0 {
    margin-left: 0 !important;
  }
  .sp-p-0 {
    padding: 0 !important;
  }
  .sp-pt-0,
  .sp-py-0 {
    padding-top: 0 !important;
  }
  .sp-pr-0,
  .sp-px-0 {
    padding-right: 0 !important;
  }
  .sp-pb-0,
  .sp-py-0 {
    padding-bottom: 0 !important;
  }
  .sp-pl-0,
  .sp-px-0 {
    padding-left: 0 !important;
  }
  .sp-mt-1,
  .sp-my-1 {
    margin-top: 1rem !important;
  }
  .sp-mr-1,
  .sp-mx-1 {
    margin-right: 1rem !important;
  }
  .sp-mb-1,
  .sp-my-1 {
    margin-bottom: 1rem !important;
  }
  .sp-ml-1,
  .sp-mx-1 {
    margin-left: 1rem !important;
  }
  .sp-p-1 {
    padding: 1rem !important;
  }
  .sp-pt-1,
  .sp-py-1 {
    padding-top: 1rem !important;
  }
  .sp-pr-1,
  .sp-px-1 {
    padding-right: 1rem !important;
  }
  .sp-pb-1,
  .sp-py-1 {
    padding-bottom: 1rem !important;
  }
  .sp-pl-1,
  .sp-px-1 {
    padding-left: 1rem !important;
  }
  .sp-mt-2,
  .sp-my-2 {
    margin-top: 2rem !important;
  }
  .sp-mr-2,
  .sp-mx-2 {
    margin-right: 2rem !important;
  }
  .sp-mb-2,
  .sp-my-2 {
    margin-bottom: 2rem !important;
  }
  .sp-ml-2,
  .sp-mx-2 {
    margin-left: 2rem !important;
  }
  .sp-p-2 {
    padding: 2rem !important;
  }
  .sp-pt-2,
  .sp-py-2 {
    padding-top: 2rem !important;
  }
  .sp-pr-2,
  .sp-px-2 {
    padding-right: 2rem !important;
  }
  .sp-pb-2,
  .sp-py-2 {
    padding-bottom: 2rem !important;
  }
  .sp-pl-2,
  .sp-px-2 {
    padding-left: 2rem !important;
  }
  .sp-mt-3,
  .sp-my-3 {
    margin-top: 3rem !important;
  }
  .sp-mr-3,
  .sp-mx-3 {
    margin-right: 3rem !important;
  }
  .sp-mb-3,
  .sp-my-3 {
    margin-bottom: 3rem !important;
  }
  .sp-ml-3,
  .sp-mx-3 {
    margin-left: 3rem !important;
  }
  .sp-p-3 {
    padding: 3rem !important;
  }
  .sp-pt-3,
  .sp-py-3 {
    padding-top: 3rem !important;
  }
  .sp-pr-3,
  .sp-px-3 {
    padding-right: 3rem !important;
  }
  .sp-pb-3,
  .sp-py-3 {
    padding-bottom: 3rem !important;
  }
  .sp-pl-3,
  .sp-px-3 {
    padding-left: 3rem !important;
  }
  .sp-mt-4,
  .sp-my-4 {
    margin-top: 4rem !important;
  }
  .sp-mr-4,
  .sp-mx-4 {
    margin-right: 4rem !important;
  }
  .sp-mb-4,
  .sp-my-4 {
    margin-bottom: 4rem !important;
  }
  .sp-ml-4,
  .sp-mx-4 {
    margin-left: 4rem !important;
  }
  .sp-p-4 {
    padding: 4rem !important;
  }
  .sp-pt-4,
  .sp-py-4 {
    padding-top: 4rem !important;
  }
  .sp-pr-4,
  .sp-px-4 {
    padding-right: 4rem !important;
  }
  .sp-pb-4,
  .sp-py-4 {
    padding-bottom: 4rem !important;
  }
  .sp-pl-4,
  .sp-px-4 {
    padding-left: 4rem !important;
  }
  .sp-mt-5,
  .sp-my-5 {
    margin-top: 5rem !important;
  }
  .sp-mr-5,
  .sp-mx-5 {
    margin-right: 5rem !important;
  }
  .sp-mb-5,
  .sp-my-5 {
    margin-bottom: 5rem !important;
  }
  .sp-ml-5,
  .sp-mx-5 {
    margin-left: 5rem !important;
  }
  .sp-p-5 {
    padding: 5rem !important;
  }
  .sp-pt-5,
  .sp-py-5 {
    padding-top: 5rem !important;
  }
  .sp-pr-5,
  .sp-px-5 {
    padding-right: 5rem !important;
  }
  .sp-pb-5,
  .sp-py-5 {
    padding-bottom: 5rem !important;
  }
  .sp-pl-5,
  .sp-px-5 {
    padding-left: 5rem !important;
  }
  .sp-m-n1 {
    margin: -1rem !important;
  }
  .sp-mt-n1,
  .sp-my-n1 {
    margin-top: -1rem !important;
  }
  .sp-mr-n1,
  .sp-mx-n1 {
    margin-right: -1rem !important;
  }
  .sp-mb-n1,
  .sp-my-n1 {
    margin-bottom: -1rem !important;
  }
  .sp-ml-n1,
  .sp-mx-n1 {
    margin-left: -1rem !important;
  }
  .sp-m-n2 {
    margin: -2rem !important;
  }
  .sp-mt-n2,
  .sp-my-n2 {
    margin-top: -2rem !important;
  }
  .sp-mr-n2,
  .sp-mx-n2 {
    margin-right: -2rem !important;
  }
  .sp-mb-n2,
  .sp-my-n2 {
    margin-bottom: -2rem !important;
  }
  .sp-ml-n2,
  .sp-mx-n2 {
    margin-left: -2rem !important;
  }
  .sp-m-n3 {
    margin: -3rem !important;
  }
  .sp-mt-n3,
  .sp-my-n3 {
    margin-top: -3rem !important;
  }
  .sp-mr-n3,
  .sp-mx-n3 {
    margin-right: -3rem !important;
  }
  .sp-mb-n3,
  .sp-my-n3 {
    margin-bottom: -3rem !important;
  }
  .sp-ml-n3,
  .sp-mx-n3 {
    margin-left: -3rem !important;
  }
  .sp-m-n4 {
    margin: -4rem !important;
  }
  .sp-mt-n4,
  .sp-my-n4 {
    margin-top: -4rem !important;
  }
  .sp-mr-n4,
  .sp-mx-n4 {
    margin-right: -4rem !important;
  }
  .sp-mb-n4,
  .sp-my-n4 {
    margin-bottom: -4rem !important;
  }
  .sp-ml-n4,
  .sp-mx-n4 {
    margin-left: -4rem !important;
  }
  .sp-m-n5 {
    margin: -5rem !important;
  }
  .sp-mt-n5,
  .sp-my-n5 {
    margin-top: -5rem !important;
  }
  .sp-mr-n5,
  .sp-mx-n5 {
    margin-right: -5rem !important;
  }
  .sp-mb-n5,
  .sp-my-n5 {
    margin-bottom: -5rem !important;
  }
  .sp-ml-n5,
  .sp-mx-n5 {
    margin-left: -5rem !important;
  }
  .sp-m-auto {
    margin: auto !important;
  }
  .sp-mt-auto,
  .sp-my-auto {
    margin-top: auto !important;
  }
  .sp-mr-auto,
  .sp-mx-auto {
    margin-right: auto !important;
  }
  .sp-mb-auto,
  .sp-my-auto {
    margin-bottom: auto !important;
  }
  .sp-ml-auto,
  .sp-mx-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 .header_container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background-color: #fff;
  height: 135px;
}
@media screen and (max-width: 1040px) {
  #header .header_container {
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #header .header_container {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 70px;
  }
}
#header .header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px 3%;
}
#header .header_logo_img {
  width: 335px;
}
@media screen and (max-width: 1040px) {
  #header .header_logo_img {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #header .header_logo_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 180px;
  }
}
#header {
  /* -------- ハンバーガー -------- */
}
@media screen and (max-width: 1040px) {
  #header .hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
  }
}
@media screen and (max-width: 1040px) {
  #header .hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #00236a;
    left: 0;
    transition: 0.3s;
  }
}
#header .hamburger span:nth-child(1) {
  top: 0;
}
#header .hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#header .hamburger span:nth-child(3) {
  bottom: 0;
}
#header .gnav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  #header .gnav_list {
    gap: 20px;
  }
}
@media screen and (max-width: 1040px) {
  #header .gnav_list {
    position: fixed;
    top: 100px;
    right: 0;
    width: 100%;
    height: calc(100vh - 100px);
    flex-direction: column;
    justify-content: initial;
    align-items: flex-start;
    gap: 30px;
    padding: 30px 0 0 100px;
    background: rgba(210, 236, 250, 0.9);
    backdrop-filter: blur(8px);
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: none;
    z-index: 999;
  }
}
@media only screen and (max-width: 768px) {
  #header .gnav_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    top: 70px;
    height: calc(100vh - 70px);
    gap: 10px;
    padding: 30px 0 0 40px;
  }
}
@media screen and (max-width: 1040px) {
  #header .gnav_list.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.45s ease;
  }
}
#header .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
#header .overlay.is-open {
  opacity: 1;
  visibility: visible;
}
#header .hamburger.is-open span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
#header .hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
#header .hamburger.is-open span:nth-child(3) {
  bottom: 50%;
  transform: rotate(-45deg);
}
#header .gnav_item:nth-child(4) {
  margin-right: -20px;
}
@media screen and (max-width: 1200px) {
  #header .gnav_item:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1040px) {
  #header .gnav_item {
    position: relative;
    margin: 20px 0 0 0;
    padding-left: 40px;
  }
}
#header .gnav_item::before {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header .gnav_item::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #00236a;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
#header .gnav_item a {
  display: flex;
  flex-direction: column;
  transition: color 0.3s ease, transform 0.3s ease;
}
#header .gnav_basic a {
  position: relative;
}
#header .gnav_basic a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #00236a;
  transition: 0.3s ease;
}
#header .gnav_basic a:hover::after {
  width: 100%;
}
#header .gnav_title {
  color: #00236a;
  font-size: 1.6rem;
  font-weight: 600;
}
#header .gnav_subtitle {
  color: #00236a;
  font-size: 1.4rem;
  font-family: Roboto;
  line-height: 1.5;
  text-align: center;
}
#header .gnav_item.gnav_tel a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 200px;
  height: 65px;
  padding: 10px 0;
  background: #00236a;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 1200px) {
  #header .gnav_item.gnav_tel a {
    width: 170px;
    height: 50px;
  }
}
#header .gnav_item.gnav_tel a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
#header .gnav_tel_content {
  display: flex;
  align-items: center;
}
#header .gnav_item.gnav_contact a {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#header .gnav_item.gnav_contact a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
#header .gnav_title.is-white {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
#header .gnav_subtitle.is-white {
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  #header .gnav_subtitle.is-white {
    font-size: 1.4rem;
  }
}
#header .gnav_title.is-sky {
  color: #00236a;
  font-size: 1.6rem;
  font-weight: 600;
}
#header .gnav_item.gnav_contact a {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #d2ecfa;
  width: 200px;
  height: 65px;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  #header .gnav_item.gnav_contact a {
    width: 170px;
    height: 50px;
  }
}
@media screen and (max-width: 1040px) {
  #header .gnav_item.gnav_contact a {
    background: #fff;
  }
}
#header .gnav_tel_icon {
  width: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 1040px) {
  #header .gnav_tel_icon {
    width: 14px;
  }
}
#header .gnav_tel_icon--blue {
  display: none;
}
#header .gnav_mail_icon_pc {
  width: 25px;
  margin-right: 8px;
}
@media screen and (max-width: 1040px) {
  #header .gnav_mail_icon_pc {
    display: none;
  }
}
#header .gnav_tel_icon img,
#header .gnav_mail_icon_pc img,
#header .gnav_mail_icon_sp {
  display: block;
}
#header .gnav_mail_icon_sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  #header .gnav_mail_icon_sp {
    display: block;
    width: 25px;
    margin-right: 8px;
  }
}

/* -------- ここからfooter-------- */
#footer .action_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #footer .action_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
  }
}
#footer {
  /* カード共通 */
}
#footer .action_card {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden; /* ズームはみ出し防止 */
}
@media only screen and (max-width: 768px) {
  #footer .action_card {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 180px;
  }
}
#footer {
  /* 背景（擬似要素） */
}
#footer .action_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease, filter 0.6s ease;
  z-index: 0;
}
#footer {
  /* 背景画像 */
}
#footer .action_card--recruit::before {
  background-image: url(../image/base/base-recruit.png);
}
#footer .action_card--contact::before {
  background-image: url(../image/base/base-contact.png);
}
#footer {
  /* ホバーでズーム */
}
#footer .action_card:hover::before {
  transform: scale(1.1);
  filter: brightness(0.9);
}
#footer .action_title {
  font-size: 5rem;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 1.2;
  margin: 50px 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #footer .action_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.4rem;
    margin: 30px 0 0 30px;
  }
}
#footer .action_subtitle {
  font-size: 2rem;
  color: #fff;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  #footer .action_subtitle {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
    margin-left: 30px;
  }
}
#footer {
  /* テキストとアイコンを前面に */
}
#footer .action_item,
#footer .action_image {
  position: relative;
  z-index: 1;
}
#footer .action_image {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #footer .action_image {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    bottom: 30px;
  }
}
#footer .action_image img {
  width: 60px;
  height: 60px;
  transition: transform 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #footer .action_image img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 40px;
    height: 40px;
  }
}
#footer .action_card:hover .action_image img {
  transform: translateX(8px);
}
#footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px 0 0;
}
@media screen and (max-width: 520px) {
  #footer .footer_inner {
    display: block;
    padding: 40px 0 0;
  }
}
#footer .footer_logo {
  width: 335px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_logo {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    max-width: 240px;
  }
}
#footer .footer_logo a {
  display: block;
}
#footer .footer_logo img {
  width: 100%;
  display: block;
}
#footer .footer_name {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 30px 0 10px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_name {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer_info {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#footer .footer_item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
  margin-top: 30px;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  #footer .footer_item a {
    width: 200px;
  }
}
@media screen and (max-width: 520px) {
  #footer .footer_item a {
    width: 100%;
    margin-top: 15px;
    text-decoration: none;
  }
}
#footer .footer_item a span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #535354;
}
@media screen and (max-width: 1040px) {
  #footer .footer_item a span {
    font-size: 1.4rem;
  }
}
#footer .footer_item .footer_en {
  font-size: 1.4rem;
  font-weight: 400;
  color: #00236a;
}
#footer .footer_item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #ddd;
}
@media only screen and (max-width: 768px) {
  #footer .footer_item a::after {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    bottom: -2px;
  }
}
#footer .footer_bottom {
  margin-top: 50px;
  text-align: center;
}
#footer .footer_item a span,
#footer .footer_item .footer_en {
  transition: color 0.3s ease;
}
#footer {
  /* aタグ全体にホバーした時に、中の要素を同時に変える */
  /* 日本語 */
}
#footer .footer_item a:hover span:first-child {
  color: #0068b7;
}
#footer {
  /* 英語 */
}
#footer .footer_item a:hover .footer_en {
  color: #0068b7;
}
#footer {
  /* 下線 */
}
#footer .footer_item a:hover::after {
  background: #0068b7;
  transition: background 0.3s ease;
}
#footer .footer_bottom {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_bottom {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

#page-contact .grecaptcha-badge {
  position: fixed !important;
  right: -186px !important;
  bottom: 20px !important;
  z-index: 10000;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: right 0.3s ease, opacity 0.2s ease !important;
}

#page-contact .grecaptcha-badge:hover,
#page-contact .grecaptcha-badge:focus-within {
  right: 20px !important;
}

#page-service .header_container,
#page-company .header_container,
#page-recruit .header_container,
#page-contact .header_container,
#page-404 .header_container,
#page-thanks .header_container {
  background-color: #00236a;
}
#page-service .header_logo,
#page-company .header_logo,
#page-recruit .header_logo,
#page-contact .header_logo,
#page-404 .header_logo,
#page-thanks .header_logo {
  width: 335px;
}
@media screen and (max-width: 1200px) {
  #page-service .header_logo,
  #page-company .header_logo,
  #page-recruit .header_logo,
  #page-contact .header_logo,
  #page-404 .header_logo,
  #page-thanks .header_logo {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #page-service .header_logo,
  #page-company .header_logo,
  #page-recruit .header_logo,
  #page-contact .header_logo,
  #page-404 .header_logo,
  #page-thanks .header_logo {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 180px;
  }
}
@media screen and (max-width: 1200px) {
  #page-service .hamburger span,
  #page-company .hamburger span,
  #page-recruit .hamburger span,
  #page-contact .hamburger span,
  #page-404 .hamburger span,
  #page-thanks .hamburger span {
    background: #fff;
  }
}
#page-service .gnav_title,
#page-service .gnav_subtitle,
#page-company .gnav_title,
#page-company .gnav_subtitle,
#page-recruit .gnav_title,
#page-recruit .gnav_subtitle,
#page-contact .gnav_title,
#page-contact .gnav_subtitle,
#page-404 .gnav_title,
#page-404 .gnav_subtitle,
#page-thanks .gnav_title,
#page-thanks .gnav_subtitle {
  color: #fff;
}
@media screen and (max-width: 1040px) {
  #page-service .gnav_title,
  #page-service .gnav_subtitle,
  #page-company .gnav_title,
  #page-company .gnav_subtitle,
  #page-recruit .gnav_title,
  #page-recruit .gnav_subtitle,
  #page-contact .gnav_title,
  #page-contact .gnav_subtitle,
  #page-404 .gnav_title,
  #page-404 .gnav_subtitle,
  #page-thanks .gnav_title,
  #page-thanks .gnav_subtitle {
    color: #00236a;
  }
}
#page-service .gnav_basic a::after,
#page-company .gnav_basic a::after,
#page-recruit .gnav_basic a::after,
#page-contact .gnav_basic a::after,
#page-404 .gnav_basic a::after,
#page-thanks .gnav_basic a::after {
  background: #fff;
}
#page-service .gnav_item.gnav_tel a,
#page-company .gnav_item.gnav_tel a,
#page-recruit .gnav_item.gnav_tel a,
#page-contact .gnav_item.gnav_tel a,
#page-404 .gnav_item.gnav_tel a,
#page-thanks .gnav_item.gnav_tel a {
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  #page-service .gnav_item.gnav_tel a,
  #page-company .gnav_item.gnav_tel a,
  #page-recruit .gnav_item.gnav_tel a,
  #page-contact .gnav_item.gnav_tel a,
  #page-404 .gnav_item.gnav_tel a,
  #page-thanks .gnav_item.gnav_tel a {
    background-color: #00236a;
  }
}
#page-service .gnav_title.is-white,
#page-service .gnav_subtitle.is-white,
#page-company .gnav_title.is-white,
#page-company .gnav_subtitle.is-white,
#page-recruit .gnav_title.is-white,
#page-recruit .gnav_subtitle.is-white,
#page-contact .gnav_title.is-white,
#page-contact .gnav_subtitle.is-white,
#page-404 .gnav_title.is-white,
#page-404 .gnav_subtitle.is-white,
#page-thanks .gnav_title.is-white,
#page-thanks .gnav_subtitle.is-white {
  color: #00236a;
}
@media screen and (max-width: 1040px) {
  #page-service .gnav_title.is-white,
  #page-service .gnav_subtitle.is-white,
  #page-company .gnav_title.is-white,
  #page-company .gnav_subtitle.is-white,
  #page-recruit .gnav_title.is-white,
  #page-recruit .gnav_subtitle.is-white,
  #page-contact .gnav_title.is-white,
  #page-contact .gnav_subtitle.is-white,
  #page-404 .gnav_title.is-white,
  #page-404 .gnav_subtitle.is-white,
  #page-thanks .gnav_title.is-white,
  #page-thanks .gnav_subtitle.is-white {
    color: #fff;
  }
}
#page-service .gnav_tel_icon--white,
#page-company .gnav_tel_icon--white,
#page-recruit .gnav_tel_icon--white,
#page-contact .gnav_tel_icon--white,
#page-404 .gnav_tel_icon--white,
#page-thanks .gnav_tel_icon--white {
  display: none;
}
@media screen and (max-width: 1040px) {
  #page-service .gnav_tel_icon--white,
  #page-company .gnav_tel_icon--white,
  #page-recruit .gnav_tel_icon--white,
  #page-contact .gnav_tel_icon--white,
  #page-404 .gnav_tel_icon--white,
  #page-thanks .gnav_tel_icon--white {
    display: block;
  }
}
#page-service .gnav_tel_icon--blue,
#page-company .gnav_tel_icon--blue,
#page-recruit .gnav_tel_icon--blue,
#page-contact .gnav_tel_icon--blue,
#page-404 .gnav_tel_icon--blue,
#page-thanks .gnav_tel_icon--blue {
  display: block;
}
@media screen and (max-width: 1040px) {
  #page-service .gnav_tel_icon--blue,
  #page-company .gnav_tel_icon--blue,
  #page-recruit .gnav_tel_icon--blue,
  #page-contact .gnav_tel_icon--blue,
  #page-404 .gnav_tel_icon--blue,
  #page-thanks .gnav_tel_icon--blue {
    display: none;
  }
}

#page-recruit .action,
#page-contact .action,
#page-thanks .action {
  display: none;
}

/* 変数ファイルインポート */
/* 印刷プレビュー */
/* 共通 */
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: #535354;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Roboto", 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: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Roboto", sans-serif;
}

pre {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Roboto", sans-serif;
}

a {
  transition: 0.3s ease all;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Roboto", sans-serif;
  color: #0c5ba8;
  text-decoration: none;
}
a:link {
  color: #0c5ba8;
}
a:visited {
  color: #0c5ba8;
}
a:hover {
  color: #555;
  opacity: 0.8;
}
a:active {
  color: #555;
}

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

/* 変数ファイルインポート */
#page-front {
  /* -------- 共通 -------- */
  /* 初期状態（非表示） */
}
#page-front .fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}
#page-front .fade-in.is-visible {
  opacity: 1;
}
#page-front .section_title {
  color: #00236a;
  font-size: 8rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #page-front .section_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 5rem;
  }
}
#page-front .section_subtitle {
  color: #00236a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #page-front .section_subtitle {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}
#page-front .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 40px 0 0 0;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  z-index: 1;
  transition: color 0.4s ease;
}
@media screen and (max-width: 1040px) {
  #page-front .btn {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #page-front .btn {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
    max-width: 190px;
    height: 40px;
    margin: 15px auto;
  }
}
#page-front .btn:hover {
  color: #000032 !important;
}
#page-front {
  /* 背景・平行四辺形・光・白変化 */
}
#page-front .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg);
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(120deg, #000b2e 10%, #4a90ff 40%, #ffffff 70%);
  background-size: 300% 100%;
  background-position: 0% 0%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-position 0.6s ease;
  /* 初期状態のボーダー（透明） */
  border: 1px solid transparent;
  box-sizing: border-box; /* 線の太さを内側に含める */
}
@media only screen and (max-width: 768px) {
  #page-front .btn::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background: linear-gradient(120deg, #000b2e 0%, #2f5fa8 50%, #000b2e 100%);
    background-size: 200% 100%;
    animation: btnshine 2.8s ease-in-out infinite;
  }
}
@keyframes btnshine {
  0% {
    background-position: 200% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}
#page-front {
  /* ★ホバーした時：背景をスライドさせ、同時に枠線を表示する */
}
#page-front .btn:hover::before {
  background-position: 100% 0%;
  border: 1px solid #000032; /* ボーダーの色を指定 */
}
@media only screen and (max-width: 768px) {
  #page-front .btn:hover::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-position: 0% 0%;
    border: 1px solid transparent;
  }
}
#page-front {
  /* 矢印の設定 */
}
#page-front .btn span::after {
  content: "→";
  margin-left: 15px;
  display: inline-block;
  transition: transform 0.3s;
}
@media only screen and (max-width: 768px) {
  #page-front .btn:hover {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    color: #ffffff !important;
  }
}
#page-front .btn:hover span::after {
  transform: translateX(5px);
}
@media only screen and (max-width: 768px) {
  #page-front .btn:hover span::after {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    transform: none;
  }
}
#page-front {
  /* -------- ローディングアニメーション -------- */
}
#page-front #loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#page-front #loading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
  animation: loadingBaseHide 0.01s linear 3.7s forwards;
}
#page-front .loading_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #00236a;
  transform: translateY(-100%);
  animation: bgDrop 2.4s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  animation-delay: 2.7s;
}
#page-front .loading_content {
  position: relative;
  z-index: 2;
}
#page-front .loading_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #00236a;
  animation: loadingTitleColor 0.2s linear 2.95s forwards;
  font-size: clamp(3rem, 4vw, 8rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #page-front .loading_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    align-items: center;
    font-size: clamp(1.4rem, 4vw, 3rem);
  }
}
#page-front .loading_title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: textAnime 0.8s forwards;
}
#page-front .loading_title span:nth-child(1) {
  animation-delay: 0.8s;
}
#page-front .loading_title span:nth-child(2) {
  animation-delay: 0.9s;
}
#page-front .loading_title span:nth-child(3) {
  animation-delay: 1s;
}
#page-front .loading_title span:nth-child(4) {
  animation-delay: 1.1s;
}
#page-front .loading_title span:nth-child(5) {
  animation-delay: 1.2s;
}
#page-front .loading_title span:nth-child(6) {
  animation-delay: 1.3s;
}
#page-front .loading_title span:nth-child(7) {
  animation-delay: 1.4s;
}
#page-front .loading_title span:nth-child(8) {
  animation-delay: 1.5s;
}
#page-front .loading_title span:nth-child(9) {
  animation-delay: 1.6s;
}
#page-front .loading_title span:nth-child(10) {
  animation-delay: 1.7s;
}
#page-front .loading_title span:nth-child(11) {
  animation-delay: 1.8s;
}
@keyframes bgDrop {
  0% {
    transform: translateY(-100%);
    opacity: 1;
  }
  55% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(8%);
    opacity: 0;
  }
}
@keyframes loadingBaseHide {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loadingTitleColor {
  to {
    color: #fff;
  }
}
@keyframes textAnime {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-front #loading.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#page-front {
  /* -------- スクロールアニメーション -------- */
}
#page-front .scroll_indicator {
  position: absolute;
  left: 40px;
  bottom: 180px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  #page-front .scroll_indicator {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    left: 10px;
    bottom: 160px;
  }
}
#page-front .scroll_indicator span {
  display: block;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #535354;
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #page-front .scroll_indicator span {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1rem;
  }
}
#page-front {
  /* 線 */
}
#page-front .scroll_indicator span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 50px;
  background: #535354;
  transform: translateX(-50%);
}
#page-front {
  /* 動く点 */
}
#page-front .scroll_indicator span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #535354;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: scrollMove 2s infinite;
}
@keyframes scrollMove {
  0% {
    transform: translate(-50%, -50px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}
#page-front {
  /* -------- FV -------- */
}
#page-front .fv {
  position: relative;
  background-image: url(../image/top/fv-background_pc.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1920px;
  min-height: 850px;
  margin: 135px auto 0;
}
@media screen and (max-width: 1200px) {
  #page-front .fv {
    min-height: 700px;
  }
}
@media only screen and (max-width: 768px) {
  #page-front .fv {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    min-height: 620px;
    background-image: url(../image/top/fv-background_sp.png);
    background-size: cover;
    margin: 70px auto 0;
  }
}
#page-front .fv_image_pc {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 730px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #page-front .fv_image_pc {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  #page-front .fv_image_pc {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}
#page-front .fv_img_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease;
}
#page-front {
  /* 最初の画像だけ表示 */
}
#page-front .fv_img_pc.is-active {
  opacity: 1;
}
#page-front {
  /* 最初の1枚だけ表示 */
}
#page-front .fv_img_pc:first-child {
  display: block;
}
#page-front .fv_image_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #page-front .fv_image_sp {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 560px;
    z-index: 3;
  }
}
#page-front .fv_img_sp {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease;
}
#page-front .fv_img_sp.is-active {
  opacity: 1;
}
#page-front .fv_text_pc {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 4;
  width: 55%;
}
@media only screen and (max-width: 768px) {
  #page-front .fv_text_pc {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}
#page-front .fv_text_pc_img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
#page-front .fv_text_sp {
  display: none;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #page-front .fv_text_sp {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    position: absolute;
    top: 5%;
    left: 18%;
    width: 42%;
  }
}
#page-front .fv_text_sp_img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
#page-front {
  /* -------- 事業内容 -------- */
}
#page-front .service {
  box-sizing: border-box;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 150px 0 0 clamp(40px, (100% - 1200px) / 2 + 40px, 200px);
}
@media screen and (max-width: 1040px) {
  #page-front .service {
    padding: 50px 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  #page-front .service {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 50px 20px 0;
  }
}
#page-front .service_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  #page-front .service_container {
    display: block;
  }
}
#page-front .service_wrapper {
  max-width: 550px;
}
@media screen and (max-width: 1040px) {
  #page-front .service_wrapper {
    max-width: none;
  }
}
#page-front .service_text {
  font-size: 1.8rem;
  line-height: 2;
  width: 90%;
}
@media screen and (max-width: 1040px) {
  #page-front .service_text {
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #page-front .service_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
    width: 100%;
    margin-top: 10px;
  }
}
#page-front .service_image {
  width: 100%;
  max-width: 750px;
  text-align: right;
}
@media screen and (max-width: 1040px) {
  #page-front .service_image {
    display: none;
  }
}
#page-front .title-wrap {
  position: relative;
  display: inline-block; /* これで文字の幅が基準になる */
  margin-bottom: 30px; /* 下のテキストとの間隔 */
}
#page-front {
  /* 回転テキストの位置設定 */
}
#page-front .circular-text {
  position: absolute;
  top: 30%;
  left: 90%; /* タイトルの右端に配置 */
  transform: translateY(-50%); /* 上下の中央を合わせる */
  margin-left: 100px; /* ★文字との重なり具合を調整 */
  width: 300px;
  height: 300px;
  z-index: -1;
}
@media screen and (max-width: 1040px) {
  #page-front .circular-text {
    top: 55%;
    left: 60%;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #page-front .circular-text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    top: 50%;
    right: 20%;
    margin-left: 20px;
    width: 160px;
    height: 160px;
    z-index: -1;
  }
}
#page-front .circular-text text {
  fill: #00236a;
}
@media screen and (max-width: 1040px) {
  #page-front .circular-text text {
    fill: #8597c9;
  }
}
#page-front {
  /* SVGの中身を回転させる */
}
#page-front .circular-text svg {
  width: 100%;
  height: 100%;
  animation: rotate-text 20s linear infinite;
  transform-origin: center;
}
@keyframes rotate-text {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page-front {
  /* -------- スプレーシステム -------- */
}
#page-front .spraysystem_inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 180px;
}
@media only screen and (max-width: 768px) {
  #page-front .spraysystem_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    margin-top: 50px;
  }
}
#page-front .youtube_wrap {
  width: 100%;
  max-width: 800px;
}
#page-front .youtube_wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
}
#page-front .spraysystem_content {
  width: 100%;
  max-width: 560px;
}
@media only screen and (max-width: 768px) {
  #page-front .spraysystem_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #page-front .spraysystem_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 20px;
  }
}
#page-front .spraysystem_item:last-of-type {
  margin-top: 20px;
}
#page-front .spraysystem_title {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 4px;
  /* グラデーション下線の設定 */
  background-image: linear-gradient(90deg, #00236a, #1f94ff);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media only screen and (max-width: 768px) {
  #page-front .spraysystem_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}
#page-front .spraysystem_text {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #page-front .spraysystem_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#page-front {
  /* -------- 3つの強み -------- */
}
#page-front .strengths {
  background-image: url(../image/top/Top-strength_pcbg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #page-front .strengths {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-image: url(../image/top/Top-strength_spbg.png);
    background-size: cover;
  }
}
@media screen and (min-width: 2100px) {
  #page-front .strengths {
    background-image: url(../image/top/Top-strength_pcbg_2500.png);
    background-size: contain;
  }
}
#page-front .strengths_inner {
  padding: 110px 0 130px;
}
@media only screen and (max-width: 768px) {
  #page-front .strengths_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 30px 0 50px;
  }
}
#page-front .strengths_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #page-front .strengths_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    margin-top: 30px;
  }
}
#page-front .strengths_item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #00236a;
  width: 370px;
  height: auto;
  padding: 10px 10px 20px;
}
@media only screen and (max-width: 768px) {
  #page-front .strengths_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 80%;
    max-width: 300px;
    margin: 20px auto 0;
  }
}
#page-front .strengths_title {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #page-front .strengths_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #page-front .strengths_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
  }
}
#page-front .strengths_content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
#page-front .strengths_number {
  display: inline-flex; /* 中央寄せにしやすくする */
  justify-content: center; /* 左右中央 */
  align-items: center;
  flex-shrink: 0;
  width: 40px; /* 円の幅 */
  height: 40px; /* 円の高さ */
  background-color: #00236a; /* 背景色（先ほどの下線に合わせるならこれ） */
  color: #fff; /* 数字の色 */
  border-radius: 50%; /* 正方形を円にする */
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #page-front .strengths_number {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 28px;
    height: 28px;
  }
}
#page-front .strengths_text {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #page-front .strengths_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#page-front {
  /* -------- 会社概要 -------- */
}
#page-front .company {
  background-image: url(../image/top/Top-company_bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#page-front .company_inner {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  #page-front .company_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 30px 0;
  }
}
#page-front .map_wrap {
  width: 100%;
}
#page-front .map_wrap iframe {
  width: 100%;
  max-width: 700px;
  height: 400px;
  border: 0;
  display: block;
  margin: 15px auto;
}
@media only screen and (max-width: 768px) {
  #page-front .map_wrap iframe {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 200px;
  }
}
#page-front .company_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #page-front .company_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
  }
}
#page-front .company_item {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
}
#page-front .company_text {
  color: #000;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #page-front .btn--pc {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}
#page-front .btn--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #page-front .btn--sp {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 20px;
  }
}

/* 変数ファイルインポート */
#page-service,
#page-company,
#page-recruit,
#page-contact {
  margin-top: 70px;
}
#page-service .spBr,
#page-company .spBr,
#page-recruit .spBr,
#page-contact .spBr {
  display: none;
}
@media only screen and (max-width: 768px) {
  #page-service .spBr,
  #page-company .spBr,
  #page-recruit .spBr,
  #page-contact .spBr {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
  }
}
#page-service,
#page-company,
#page-recruit,
#page-contact {
  /* -------- キービジュアル -------- */
}
#page-service .kv,
#page-company .kv,
#page-recruit .kv,
#page-contact .kv {
  position: relative;
}
#page-service .kv_image_pc,
#page-service .kv_image_sp,
#page-company .kv_image_pc,
#page-company .kv_image_sp,
#page-recruit .kv_image_pc,
#page-recruit .kv_image_sp,
#page-contact .kv_image_pc,
#page-contact .kv_image_sp {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #page-service .kv_image_pc,
  #page-company .kv_image_pc,
  #page-recruit .kv_image_pc,
  #page-contact .kv_image_pc {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}
#page-service .kv_image_sp,
#page-company .kv_image_sp,
#page-recruit .kv_image_sp,
#page-contact .kv_image_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #page-service .kv_image_sp,
  #page-company .kv_image_sp,
  #page-recruit .kv_image_sp,
  #page-contact .kv_image_sp {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
  }
}
#page-service .kv_text,
#page-company .kv_text,
#page-recruit .kv_text,
#page-contact .kv_text {
  position: absolute;
  top: 65%;
  left: 120px;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #page-service .kv_text,
  #page-company .kv_text,
  #page-recruit .kv_text,
  #page-contact .kv_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#page-service .kv_text_sub,
#page-company .kv_text_sub,
#page-recruit .kv_text_sub,
#page-contact .kv_text_sub {
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  #page-service .kv_text_sub,
  #page-company .kv_text_sub,
  #page-recruit .kv_text_sub,
  #page-contact .kv_text_sub {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #page-service .kv_text_sub,
  #page-company .kv_text_sub,
  #page-recruit .kv_text_sub,
  #page-contact .kv_text_sub {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}
#page-service .kv_text_main,
#page-company .kv_text_main,
#page-recruit .kv_text_main,
#page-contact .kv_text_main {
  font-size: 14rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #page-service .kv_text_main,
  #page-company .kv_text_main,
  #page-recruit .kv_text_main,
  #page-contact .kv_text_main {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  #page-service .kv_text_main,
  #page-company .kv_text_main,
  #page-recruit .kv_text_main,
  #page-contact .kv_text_main {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 4.5rem;
  }
}
#page-service .breadcrumb,
#page-company .breadcrumb,
#page-recruit .breadcrumb,
#page-contact .breadcrumb {
  position: absolute;
  bottom: 30px;
  left: 110px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #page-service .breadcrumb,
  #page-company .breadcrumb,
  #page-recruit .breadcrumb,
  #page-contact .breadcrumb {
    bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #page-service .breadcrumb,
  #page-company .breadcrumb,
  #page-recruit .breadcrumb,
  #page-contact .breadcrumb {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    bottom: -40px;
    left: 20px;
    color: #333;
    font-size: 1.2rem;
  }
}
#page-service .breadcrumb a,
#page-company .breadcrumb a,
#page-recruit .breadcrumb a,
#page-contact .breadcrumb a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #page-service .breadcrumb a,
  #page-company .breadcrumb a,
  #page-recruit .breadcrumb a,
  #page-contact .breadcrumb a {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    color: #333;
  }
}
#page-service .kv_image_pc,
#page-service .kv_image_sp,
#page-company .kv_image_pc,
#page-company .kv_image_sp,
#page-recruit .kv_image_pc,
#page-recruit .kv_image_sp,
#page-contact .kv_image_pc,
#page-contact .kv_image_sp {
  position: relative;
  z-index: 1;
}

#page-service {
  scroll-behavior: smooth;
}
#page-service .tab_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  max-width: 1000px;
  margin: 100px auto 60px;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  #page-service .tab_container {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 0 20px;
    margin: 70px auto 0;
  }
}
#page-service .tab_item {
  flex: 1 1 200px; /* 崩れ防止） */
  height: 60px;
  border: 1px solid #535354;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #page-service .tab_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 5px);
    height: 40px;
  }
}
#page-service .tab_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00236a;
  text-decoration: none;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #page-service .tab_item a {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: center;
    padding: 0 10px;
  }
}
#page-service .tab_item:hover {
  background: #00236a;
}
#page-service .tab_item:hover a {
  color: #fff;
}
#page-service {
  /* -------- キャッチ -------- */
}
#page-service .catch {
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  #page-service .catch {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 50px 0 10px;
  }
}
#page-service .catch_title {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #page-service .catch_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
#page-service {
  /* 青い線 */
}
#page-service .catch_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #00236a;
}
#page-service .catch_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-service .catch_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
#page-service {
  /* -------- 3つの強み -------- */
}
#page-service .service_strengths_content {
  text-align: center;
}
#page-service .service_strengths_title {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
  color: #00236a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #page-service .service_strengths_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.4rem;
  }
}
#page-service .service_strengths_title span {
  font-size: 6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  margin: 0 5px;
}
#page-service .service_strengths_subtitle {
  color: #333;
  font-weight: 700;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #page-service .service_strengths_subtitle {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
  }
}
#page-service .service_strengths_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 100%;
  height: 2px;
  background: #00236a;
}
#page-service .service_strengths_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-left: 2px solid #00236a;
  border-bottom: 2px solid #00236a;
  transform: translateX(-50%) rotate(-45deg);
}
#page-service .service_strengths_list {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 50px 0 100px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #page-service .service_strengths_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 30px 0 50px;
  }
}
#page-service .service_strengths_card {
  position: relative;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: visible; /* 数字をはみ出させるため */
}
@media only screen and (max-width: 768px) {
  #page-service .service_strengths_card {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 75%;
    max-width: 300px;
  }
}
#page-service .card_image_box {
  background-color: #e6f0f5;
  padding: 40px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-service .card_image_box {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 20px;
  }
}
#page-service .service_strengths_img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  #page-service .service_strengths_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 120px;
    height: 120px;
  }
}
#page-service .service_strengths_card:first-child .service_strengths_img {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  #page-service .service_strengths_card:first-child .service_strengths_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 110px;
    height: 120px;
  }
}
#page-service .card_number {
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 10;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  font-size: 5rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
#page-service .card_number .num_outline {
  color: #fff;
  -webkit-text-stroke: 2px #00236a;
}
#page-service .card_number .num_fill {
  color: #00236a;
}
#page-service .card_title {
  position: absolute;
  display: inline-block;
  color: #fff;
  background-color: #00236a;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 30% 10px 20px;
  width: max-content;
  margin-top: -35px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: -50px;
  margin-left: -30px;
}
@media only screen and (max-width: 768px) {
  #page-service .card_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 6px 40% 6px 20px;
  }
}
#page-service .card_title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: #000b1a transparent transparent transparent;
  z-index: -1;
}
#page-service .card_content {
  padding: 20px;
}
#page-service .card_text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #page-service .card_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 10px 0 0 0;
  }
}
#page-service {
  /* -------- 事業紹介 -------- */
}
#page-service .works {
  background-color: #e6f0f5;
  padding: 100px;
}
@media only screen and (max-width: 768px) {
  #page-service .works {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 50px 0;
  }
}
#page-service .works_main {
  padding: 50px 10%;
}
@media only screen and (max-width: 768px) {
  #page-service .works_main {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 20px 8%;
  }
}
#page-service .suwaire_content {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-service .suwaire_content {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 10px;
  }
}
#page-service .works_main_title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 1040px) {
  #page-service .works_main_title {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #page-service .works_main_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.8rem;
  }
}
#page-service .system_title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  #page-service .system_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}
#page-service .system_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 30px;
  background: #00236a;
}
#page-service .system_subtitle {
  font-size: 2rem;
  font-weight: 700;
  color: #00236a;
}
@media only screen and (max-width: 768px) {
  #page-service .system_subtitle {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
#page-service .suwaire_txt {
  color: #000;
}
@media only screen and (max-width: 768px) {
  #page-service .suwaire_txt {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
  }
}
#page-service .merit {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #page-service .merit {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 20px;
  }
}
#page-service .merit_img {
  position: absolute;
  top: -10%;
  left: -30px;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  #page-service .merit_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    top: -5%;
    left: -20px;
    width: 45px;
  }
}
#page-service .merit_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #00236a;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  #page-service .merit_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-left: 10px;
  }
}
#page-service .merit_inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 40px;
  justify-self: center;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  #page-service .merit_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    grid-template-columns: 1fr;
  }
}
#page-service .merit_inner p {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  #page-service .merit_inner p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
  }
}
#page-service {
  /* ◼︎ */
}
#page-service .merit_inner p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  background: #00236a;
}
#page-service .works_youtube_wrap {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #page-service .works_youtube_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 20px;
  }
}
#page-service .works_youtube_wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
}
#page-service .rimspray {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #page-service .rimspray {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 40px;
  }
}
#page-service .rimspray_txt {
  color: #000;
  font-weight: 500;
  width: 100%;
  max-width: 770px;
}
@media only screen and (max-width: 768px) {
  #page-service .rimspray_txt {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
  }
}
#page-service .works_main {
  position: relative;
  scroll-margin-top: 135px;
  background-image: url(../image/page/service-works_main_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  #page-service .works_main {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    scroll-margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #page-service .works_main {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    scroll-margin-top: 70px;
  }
}
#page-service .works_item {
  position: relative;
  scroll-margin-top: 135px;
  background-image: url(../image/page/service-works_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  #page-service .works_item {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    scroll-margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #page-service .works_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    scroll-margin-top: 70px;
  }
}
#page-service .corner {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #00236a;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media only screen and (max-width: 768px) {
  #page-service .corner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 60px;
    height: 60px;
  }
}
#page-service .corner.left {
  left: 0;
  right: auto;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media only screen and (max-width: 768px) {
  #page-service .corner.left {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    left: auto;
    right: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}
#page-service .works_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
}
@media only screen and (max-width: 768px) {
  #page-service .works_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    gap: 20px;
    margin: 20px auto;
  }
}
#page-service .works_item {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #page-service .works_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    padding: 6%;
  }
}
#page-service .works_item_img {
  width: 45%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #page-service .works_item_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#page-service .works_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#page-service {
  /* 左右反転 */
}
#page-service .works_item.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #page-service .works_item.reverse {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
  }
}
#page-service .works_item_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 60%;
  padding: 30px 40px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #page-service .works_item_body {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    padding: 0;
    margin-top: 25px;
    gap: 5px;
  }
}
#page-service .works_item_text {
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #page-service .works_item_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
  }
}
#page-service .works_item_block {
  display: block;
}
#page-service .works_item_body_only {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #page-service .works_item_body_only {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 0;
  }
}

#page-company {
  /* -------- 事業所紹介 -------- */
}
#page-company .company_bg {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
}
#page-company .shape_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vw;
  background: #e6f0f5;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  #page-company .shape_left {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 1000px;
  }
}
#page-company .shape_right_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 400px;
  background: #e6f0f5;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  #page-company .shape_right_top {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 45%;
    height: 120px;
  }
}
#page-company .shape_right_bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 100vw;
  background: #001e73;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  #page-company .shape_right_bottom {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    height: 1000px;
  }
}
#page-company .outline_inner {
  margin: 80px 0;
}
@media only screen and (max-width: 768px) {
  #page-company .outline_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 50px 0;
  }
}
#page-company .outline_title {
  font-size: 4.6rem;
  font-weight: 700;
  color: #00236a;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #page-company .outline_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
#page-company .outline_subtitle {
  font-size: 2rem;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #page-company .outline_subtitle {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}
#page-company .outline_wrapper {
  padding: 100px 100px 0;
}
@media only screen and (max-width: 768px) {
  #page-company .outline_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 0;
    margin-top: 20px;
  }
}
#page-company {
  /* 1行ごとの枠組み */
}
#page-company .profile_item {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #page-company .profile_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 15px 0;
  }
}
#page-company .profile_item dt {
  width: 220px;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
  color: #00236a;
}
@media only screen and (max-width: 768px) {
  #page-company .profile_item dt {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 110px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  #page-company .profile_item dt {
    font-size: 1.4rem;
  }
}
#page-company .profile_item dd {
  font-size: 1.6rem;
  flex-grow: 1;
  margin: 0;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #page-company .profile_item dd {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  #page-company .profile_item dd {
    font-size: 1.4rem;
  }
}
#page-company .map_wrap {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #page-company .map_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 30px;
  }
}
#page-company .map_wrap iframe {
  width: 100%;
  height: 450px;
  border: none;
}
@media only screen and (max-width: 768px) {
  #page-company .map_wrap iframe {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 250px;
  }
}
#page-company .message {
  padding: 100px;
}
@media only screen and (max-width: 768px) {
  #page-company .message {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  #page-company .message_img_pc {
    display: none;
  }
}
#page-company .message_img_sp {
  display: none;
}
@media screen and (max-width: 500px) {
  #page-company .message_img_sp {
    display: block;
  }
}

#page-recruit {
  /* -------- キャッチ -------- */
}
#page-recruit .catch {
  padding: 100px 0 0;
}
#page-recruit .catch_title {
  position: relative;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-recruit .catch_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}
#page-recruit {
  /* 青い線 */
}
#page-recruit .catch_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #00236a;
}
@media only screen and (max-width: 768px) {
  #page-recruit .catch_title::after {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    bottom: -20px;
  }
}
#page-recruit .catch_text {
  line-height: 1.8;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-recruit .catch_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
#page-recruit {
  /* -------- 募集中 -------- */
}
#page-recruit .recruit_info {
  position: relative;
  margin: 50px 0 30px;
}
@media only screen and (max-width: 768px) {
  #page-recruit .recruit_info_img_pc {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}
#page-recruit .recruit_info_img_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #page-recruit .recruit_info_img_sp {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
  }
}
#page-recruit .recruit_info_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

#page-contact {
  /* -------- キャッチ -------- */
}
#page-contact .catch {
  margin: 100px 0 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-contact .catch {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 70px 0px 30px;
  }
}
@media only screen and (max-width: 768px) {
  #page-contact .catch_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#page-contact {
  /* -------- TEL -------- */
}
#page-contact .contact_tel {
  width: fit-content;
  margin: 0 auto;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_tel {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
#page-contact .contact_tel_list a {
  color: #535354;
}
#page-contact .contact_tel_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#page-contact .contact_tel_icon img {
  width: 30px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_tel_icon img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 17px;
  }
}
#page-contact .contact_tel {
  text-align: center;
}
#page-contact .contact_tel_title {
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_tel_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}
#page-contact .contact_tel_number {
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_tel_number {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.6rem;
  }
}
#page-contact .contact_tel_day {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_tel_day {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
    font-weight: 400;
  }
}
#page-contact {
  /* -------- フォーム -------- */
}
#page-contact .contact_inner {
  background-color: #e6f0f5;
  padding: 50px 6%;
  margin: 50px;
}
@media only screen and (max-width: 768px) {
  #page-contact .contact_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 30px 0 0;
    padding: 20px 5% 40px;
  }
}
#page-contact .inner_title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-contact .inner_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}
#page-contact .wpcf7.js {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-contact .wpcf7.js {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 15px;
  }
}
#page-contact .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #page-contact .form-group {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 8px;
  }
}
#page-contact label {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #page-contact label {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
    font-weight: 400;
  }
}
#page-contact label span {
  font-size: 1.4rem;
  color: #d21c24;
}
#page-contact .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  #page-contact .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 35px;
    margin-bottom: 5px;
  }
}
#page-contact .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}
#page-contact .wpcf7-list-item {
  margin: 0;
}
#page-contact .privacy-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #page-contact .privacy-title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 8px;
  }
}
#page-contact .privacy-box {
  font-size: 1.4rem;
  line-height: 2;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  height: 200px;
  overflow-y: scroll;
}
#page-contact .agree-box {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
  text-align: start;
}
@media only screen and (max-width: 768px) {
  #page-contact .agree-box {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 8px;
  }
}
#page-contact .agree-text {
  font-size: 1.4rem;
  line-height: 1.5;
}
#page-contact .submit-area {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #page-contact .submit-area {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 30px;
  }
}
#page-contact .submit-area input[type=submit] {
  width: 220px;
  height: 55px;
  border: none;
  background: linear-gradient(135deg, #000032, #00236a);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #page-contact .submit-area input[type=submit] {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 200px;
    height: 45px;
    font-size: 1.4rem;
  }
}
#page-contact .submit-area input[type=submit]:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #000032, #00236a);
}
#page-contact .wpcf7-spinner {
  display: none;
}

#page-thanks .spBr {
  display: none;
}
@media only screen and (max-width: 768px) {
  #page-thanks .spBr {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
  }
}
#page-thanks .thanks {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  #page-thanks .thanks {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 70px;
  }
}
#page-thanks .thanks_bg {
  position: relative;
  margin: 0;
  overflow-x: hidden;
}
#page-thanks .shape_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 650px;
  background: #e6f0f5;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  #page-thanks .shape_left {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 450px;
  }
}
#page-thanks .shape_right_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 360px;
  background: #e6f0f5;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  #page-thanks .shape_right_top {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 60%;
    height: 250px;
  }
}
#page-thanks .thanks_inner {
  text-align: center;
  padding: 200px 0 150px;
}
@media only screen and (max-width: 768px) {
  #page-thanks .thanks_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 100px 0 50px;
  }
}
#page-thanks .thanks_title {
  position: relative;
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  #page-thanks .thanks_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.6rem;
  }
}
#page-thanks .thanks_text {
  font-size: 1.8rem;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-thanks .thanks_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
}

#page-404 .page_header {
  margin-top: 100px;
  padding: 100px;
}
@media only screen and (max-width: 768px) {
  #page-404 .page_header {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 70px;
    padding: 150px 0;
  }
}
#page-404 hgroup {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
#page-404 .page_ttl {
  font-size: 6rem;
}

/* 変数ファイルインポート */
/* アニメーション */
.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 #00236a;
  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 #00236a;
  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);
  }
}