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

.container {
  max-width: 1200px;
}

.container_sm {
  max-width: 900px;
}

.container_lg {
  max-width: 1348px;
}

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

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) {
  .container,
  .container_sm,
  .container_lg {
    padding-left: clamp(0px, 4vw, 30px);
    padding-right: clamp(0px, 4vw, 30px);
    padding-top: clamp(10px, 7.5vw, 120px);
    padding-bottom: 60px;
  }
  .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%;
  }
}
/* 変数ファイルインポート */
.a {
  color: #000000;
}

.header_gnav_wrap {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media only screen and (max-width: 768px) {
  .header_gnav_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 15px 20px 0;
  }
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  #header {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 0;
  }
}

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

.gnav_right_wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(20px, 4vw, 60px);
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .gnav_right_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}

.gnav_right_wrap li a {
  color: #000000;
  white-space: nowrap;
}

.tab_gnav_entry {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 80px;
  background-color: #053895;
  color: #fff !important;
  border-bottom-left-radius: 15px;
}

@media only screen and (max-width: 1024px) {
  /*　画面サイズ $tabWitdh まではここを読み込む　*/
  body.nav-active {
    overflow: hidden;
  }
  #gnav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 82vw);
    height: 100vh;
    padding: 110px 36px 40px;
    background-color: #053895;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 99990;
  }
  #gnav.active {
    transform: translateX(0);
  }
  .gnav_right_wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    font-size: 1.8rem;
  }
  .gnav_right_wrap li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }
  .gnav_right_wrap li:last-child {
    border-bottom: none;
  }
  .gnav_right_wrap li a {
    display: block;
    padding: 18px 0;
    color: #fff;
  }
  .gnav_right_wrap li a.tab_gnav_entry {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-top: 24px;
    padding: 0;
    border-radius: 15px;
    color: #053895 !important;
    background-color: #fff;
    text-align: center;
  }
  .tab_gnav_entry::after {
    top: 50%;
    right: 24px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }
  /* トグルメニュー */
  .navToggle_wrap {
    display: flex;
    align-items: center;
  }
  .header_nav_inner {
    padding-bottom: 8px;
  }
  .logo {
    height: 40px;
    margin: 10px 10px 10px 5px;
  }
  .footer_logo {
    height: 50px;
    margin: 10px 10px 10px 0px;
  }
  /* トグルメニュー */
  #navToggle {
    background-color: #053895;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 99998;
    text-align: center;
    padding: 0;
    border-radius: 50%;
  }
  #navToggle span {
    display: block;
    position: absolute;
    left: 50%;
    width: 24px;
    height: 1px;
    background-color: #fff;
    border-radius: 100vmax;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.3s ease;
    transform: translate(-50%, -50%);
  }
  #navToggle span:nth-child(1) {
    top: calc(50% - 7px);
  }
  #navToggle span:nth-child(2) {
    top: 50%;
  }
  #navToggle span:nth-child(3) {
    top: calc(50% + 7px);
  }
  #navToggle.active {
    background-color: #053895;
  }
  #navToggle.active span {
    background-color: #fff;
  }
  #navToggle.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #navToggle.active span:nth-child(2) {
    opacity: 0;
  }
  #navToggle.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
#navToggle {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #navToggle {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: block;
    position: fixed;
    top: 30%;
    right: 2%;
  }
}

.entry_banner {
  position: relative;
  display: block;
  width: fit-content;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .entry_banner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    margin: 0 auto 50px;
  }
}

.entry_banner > picture {
  display: block;
}

.entry_banner img {
  display: block;
  width: 100%;
  height: auto;
}

.entry_banner_hover {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .entry_banner_hover {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 110%;
    right: -4%;
    bottom: -2%;
  }
}

.entry_banner:hover .entry_banner_hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#footer .container {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #footer .container {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer .container_lg {
  padding-bottom: 0;
}

.footer_logo {
  width: 30%;
  margin-bottom: 30px;
  min-width: 350px;
}
@media only screen and (max-width: 768px) {
  .footer_logo {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 20px;
  }
}

.footer_nav {
  display: flex;
  gap: min(8vw, 75px);
  margin-bottom: 20px;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  .footer_nav {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: column;
    align-items: baseline;
    gap: 2vw;
  }
}

.footer_nav_item {
  line-height: 2;
}

.nav_title {
  font-size: 2rem;
  font-weight: 500;
  color: black !important;
  line-height: 3;
}
@media only screen and (max-width: 768px) {
  .nav_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
  }
}

.footer_nav_item ul li a {
  font-size: 1.5rem;
  color: #666666 !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .footer_nav_item ul li a {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: none;
  }
}
.footer_nav_item ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666666;
  display: inline-block;
}

#pagetop p {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 1.7rem;
  font-weight: 600;
  display: block;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
#pagetop p::after {
  content: "";
  background-image: url(../image/base/pagetop_aicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 12px;
  display: inline-block;
}

.footer_text {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 20px;
  font-size: 1.4rem;
  color: black;
}
@media only screen and (max-width: 768px) {
  .footer_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    gap: 5px;
    align-items: end;
  }
}

.privacy_policy {
  font-size: 1.4rem;
  color: black !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.corporatesite {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #053895;
  width: 100%;
  padding: 25px 45px;
  border-radius: 15px 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .corporatesite {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 25px;
  }
}

.corporatesite picture {
  width: 40%;
  min-width: 220px;
}
.corporatesite picture img {
  width: 100%;
  height: auto;
}

.corporatesite_button {
  font-size: 1.5rem;
  color: #053895;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .corporatesite_button {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .corporatesite_button span {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}
.corporatesite_button::after {
  content: "";
  background-image: url(../image/base/corporatesite_aicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: auto;
  aspect-ratio: 13/10;
  display: inline-block;
}

/* 変数ファイルインポート */
/* 印刷プレビュー */
/* 共通 */
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: #000000;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Light", sans-serif;
  overflow-x: hidden !important;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
}

a {
  transition: 0.3s ease all;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  color: #fff;
  text-decoration: none;
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:active {
  color: #555;
}

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

a:hover img {
  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;
}

#section-header {
  background-image: url(../image/page/page_header_about.webp);
  background-repeat: no-repeat;
  background-position: top 35px right 15vw;
  background-size: 400px;
}
@media only screen and (max-width: 1024px) {
  #section-header {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    background-size: 40vw;
    background-position: top 50px right;
  }
}
@media only screen and (max-width: 768px) {
  #section-header {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-size: 55vw;
    background-position: top 30px right;
  }
}
#section-header .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #8d8d8d;
  font-size: 1.4rem;
  font-weight: 500;
  list-style: none;
}
#section-header .breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #9b9b9b;
}
#section-header .breadcrumb a {
  color: #8d8d8d;
}
#section-header .page_heading {
  padding: 100px 40px 40px 60px;
}
@media only screen and (max-width: 768px) {
  #section-header .page_heading {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 100px 40px 40px 0px;
  }
}
#section-header .page_en {
  margin: 0 0 10px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #section-header .page_en {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.2rem;
  }
}
#section-header .page_ttl {
  margin: 0;
  color: #000000;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #section-header .page_ttl {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.6rem;
  }
}
#section-header .page_nav_area {
  width: 100%;
  position: relative;
}
#section-header .page_nav_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  background-color: #000000;
  position: absolute;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #section-header .page_nav_area::after {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 140vw;
    left: -20vw;
  }
}
#section-header .page_nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  width: 344px;
  margin-left: 117px;
  padding: 18px 28px;
  background-color: #fff;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  #section-header .page_nav {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    margin-left: 0;
    padding: 18px 20px;
    max-width: 400px;
  }
}
#section-header .page_nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
#section-header .page_nav a span {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background-image: url(../image/base/nav_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
}

body {
  width: 100%;
  background-image: url(../image/base/background.jpg);
  background-repeat: repeat;
  background-size: auto;
}

main {
  padding-top: 80px;
}

#section-header .container_lg {
  padding-bottom: 60px;
}

.section_title {
  text-align: left;
  color: #053895;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .section_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 30px;
  }
}
.section_title p {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.section_title h2 {
  font-size: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .section_title h2 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.4rem;
  }
}

.section_title_white {
  color: #fff;
}

.btn {
  font-size: 1.7rem;
  color: #fff !important;
  background-color: #053895;
  border-radius: 50px;
  padding: 20px 70px;
  text-align: center;
  display: block;
  width: fit-content;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .btn {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 10px 25px;
    font-size: 1.5rem;
  }
}

.btn_right {
  margin-left: auto;
}

.btn_center {
  margin: 0 auto;
}

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

#page_header .container {
  padding-top: 0;
  padding-bottom: 30px;
}

.page_header_inner {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .page_header_inner {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: column;
    margin: 0;
  }
}

.page_header_img {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .page_header_img {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .page_header_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
.page_header_img img {
  width: 100%;
  height: auto;
  display: block;
}

.page_header_text {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .page_header_text {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .page_header_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    padding: 0;
  }
}
.page_header_text h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page_header_text h4 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 10px;
  }
}
.page_header_text p {
  font-size: 1.7rem;
}

body:not(:has(.wpcf7)) .grecaptcha-badge {
  display: none !important;
}

/* 変数ファイルインポート */
/* 変数ファイルインポート */
.splide {
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .splide {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 20px 0;
  }
}

.splide__slide img {
  height: auto;
  width: 100%;
}

.fv_copy {
  position: absolute;
  top: 25%;
  left: 54%;
  width: 24%;
  height: auto;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .fv_copy {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 35%;
    left: 56%;
    top: 22%;
  }
}
@media only screen and (max-width: 768px) {
  .fv_copy {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 74%;
    left: 9%;
    top: min(400px, 50%);
  }
}

#top-about {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  #top-about {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 380px 0 150px;
  }
}

.top_about_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.top_about_content {
  position: relative;
  z-index: 1;
  width: clamp(630px, 45vw, 751px);
  height: clamp(630px, 45vw, 751px);
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 3vw;
}
@media only screen and (max-width: 1024px) {
  .top_about_content {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 80vw;
    height: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  .top_about_content {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 120vw;
    height: 120vw;
    padding: 0 5px;
    margin: 0 calc(50% - 60vw);
  }
}

.top_about_ttl {
  font-size: 2.7rem;
  line-height: 1.8;
  color: #053895;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Bold";
}
@media only screen and (max-width: 768px) {
  .top_about_ttl {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.7rem;
  }
}

.top_about_txt {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 30px;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .top_about_txt {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 20vw;
  }
}

.top_about_img {
  position: absolute;
  z-index: 2;
}

.top_about_img img {
  width: clamp(360px, 33vw, 551px);
  height: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top_about_img img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 90vw;
  }
}

.top_about_img_left {
  left: clamp(-280px, -16.8vw, -120px);
  top: clamp(50px, 5.4vw, 90px);
}
@media only screen and (max-width: 1024px) {
  .top_about_img_left {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    top: -80px;
    left: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .top_about_img_left {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    top: -150px;
    left: -150px;
  }
}
.top_about_img_left img {
  position: relative;
}
.top_about_img_left::after {
  content: "";
  background-image: url(../image/top/top_about01_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(174px, 17vw, 284px);
  height: clamp(215px, 21vw, 351px);
  position: absolute;
  top: -5px;
  left: 47px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .top_about_img_left::after {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    left: 150px;
  }
}

.top_about_img_right {
  right: clamp(-280px, -16.8vw, -120px);
  bottom: clamp(50px, 5.4vw, 90px);
}
@media only screen and (max-width: 1024px) {
  .top_about_img_right {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    bottom: -80px;
    right: -150px;
  }
}
@media only screen and (max-width: 768px) {
  .top_about_img_right {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    bottom: -150px;
    right: -150px;
  }
}
.top_about_img_right img {
  position: relative;
}
.top_about_img_right::after {
  content: "";
  background-image: url(../image/top/top_about02_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(133px, 13vw, 217px);
  height: clamp(246px, 24vw, 401px);
  position: absolute;
  top: -41px;
  left: -12px;
  z-index: 2;
}

.information_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .information_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    gap: 30px;
  }
}

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

.news-list {
  margin-bottom: 60px;
}

.news-list li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .news-list li {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 15px;
  }
}

.news-list li a {
  display: flex;
  align-items: center;
  gap: 40px;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .news-list li a {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    gap: 20px;
  }
}

.news-date {
  width: 110px;
  flex-shrink: 0;
  font-size: 1.7rem;
  font-weight: 700;
}

.news-title {
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 400;
}

#top-team {
  background-image: url(../image/top/background.webp);
  background-repeat: repeat;
  background-size: auto;
}

.top_team_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10vw;
}
@media only screen and (max-width: 768px) {
  .top_team_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
  }
}

.top_team_text .btn {
  background-color: #fff;
  color: #186DAC !important;
}

.top_team_text h4 {
  font-size: 2.5rem;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .top_team_text h4 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}

.top_team_p {
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .top_team_p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5;
  }
}

.top_team_img {
  width: 50vw;
}

/* スライダー全体 */
.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}

/* スライド3枚のグループ */
.slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex; /* スライド3枚を横並び */
}
@media only screen and (max-width: 768px) {
  .slider {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    animation-duration: 17s;
  }
}

/* スライド */
.slide {
  width: 120vw; /* 3はスライドの枚数 */
}
@media only screen and (max-width: 768px) {
  .slide {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 280vw;
  }
}

/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top_environment .section_title {
  text-align: center;
  color: black;
}

.top_environment_img {
  display: block;
  position: relative;
  width: fit-content;
  margin: 50px auto 0;
}
.top_environment_img:hover img {
  opacity: 1;
}
.top_environment_img:hover .top_environment_img_btn {
  transform: translateY(-10px);
}

.top_environment_img_back {
  display: block;
  width: 100%;
}

.top_environment_img_btn {
  position: absolute;
  width: 14.6%;
  height: auto;
  bottom: 7.3%;
  right: 6%;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media only screen and (max-width: 768px) {
  .top_environment_img_btn {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 33%;
    height: auto;
    bottom: 6.8%;
    right: 4%;
  }
}

#page-about .page_nav {
  width: 370px;
}
#page-about .company_first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  #page-about .company_first {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: column;
    gap: 5vw;
    align-items: center;
    padding: 20px 0;
  }
}
#page-about .company_first h3 {
  font-size: 4rem;
  color: black;
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 6vw;
}
@media only screen and (max-width: 1024px) {
  #page-about .company_first h3 {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #page-about .company_first h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.8rem;
  }
}
#page-about .company_first img {
  width: 20vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #page-about .company_first img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 40vw;
  }
}
#page-about .company_table {
  width: 100%;
  margin-top: 20px;
  table-layout: fixed;
  padding-left: 15vw;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #page-about .company_table {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    padding-left: 0;
  }
}
#page-about .company_table tr {
  border-bottom: 1px solid #b3b3b3;
}
@media only screen and (max-width: 768px) {
  #page-about .company_table tr {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    padding: 10px 0;
  }
}
#page-about .company_table tr:first-child {
  border-top: 1px solid #b3b3b3;
}
#page-about .company_table th,
#page-about .company_table td {
  padding: 28px 0;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  #page-about .company_table th,
  #page-about .company_table td {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    display: block;
    padding: 0;
  }
}
#page-about .company_table th {
  font-weight: 500;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  text-align: left;
  color: black;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  #page-about .company_table th {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#page-about .company_table td {
  color: black;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.6;
}
#page-about .company_table strong {
  font-family: YakuHanJP, "MFW-PA1GothicStd-Regular";
  padding-top: 7px;
  display: inline-block;
}
#page-about .slide_history {
  margin: 60px auto 0;
  width: 150% !important;
  max-width: none !important;
  padding-right: 20%;
}
#page-about .splide__track {
  position: relative;
}
#page-about .splide__track::before {
  content: "";
  position: absolute;
  top: 7px; /* 線を10px下げる */
  left: 0;
  width: 100%;
  border-top: 1px solid #b3b3b3;
}
#page-about .splide__list {
  gap: 2vw;
}
#page-about .splide__slide {
  width: 15% !important;
}
@media only screen and (max-width: 768px) {
  #page-about .splide__slide {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 40% !important;
    height: 200px !important;
  }
}
#page-about .splide__slide img {
  width: 15px;
  height: 15px;
}
#page-about .splide__slide h4 {
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  color: #186DAC;
  padding-top: 40px;
}
#page-about .splide__slide h4::before {
  content: "";
  background-color: #186DAC;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
#page-about .text_only h4 {
  color: transparent;
}
#page-about .text_only h4::before {
  display: none;
}
#page-about .history_nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #page-about .history_nav {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
}
#page-about .history_buttons {
  display: flex;
}
#page-about .history_nav button {
  width: 50px;
  height: 50px;
  background-color: transparent;
}
#page-about .thumbnails {
  display: flex;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #b3b3b3;
}
@media only screen and (max-width: 768px) {
  #page-about .thumbnails {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-wrap: wrap;
    justify-content: left;
  }
}
#page-about .thumbnail {
  width: 60px;
  height: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #page-about .thumbnail {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 40px;
  }
}
#page-about .thumbnail.is-active {
  opacity: 1;
}
#page-about .thumbnail img {
  width: 100%;
  height: auto;
}
#page-about .global_lead {
  margin-top: 20px;
  line-height: 2;
}
#page-about .global_block {
  margin-top: 50px;
}
#page-about .global_block h3 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
@media only screen and (max-width: 768px) {
  #page-about .global_block h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}
#page-about .global_list {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
}
#page-about .global_list li,
#page-about .global_case {
  position: relative;
  padding-left: 20px;
}
#page-about .global_list li::before,
#page-about .global_case::before {
  content: "";
  background-color: #053895;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.9em;
  left: 0;
}
#page-about .global_list li + li {
  margin-top: 24px;
}
#page-about .global_list h4,
#page-about .global_case h4 {
  font-size: 2rem;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #page-about .global_list h4,
  #page-about .global_case h4 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
  }
}
#page-about .global_list p {
  font-size: 1.7rem;
  line-height: 1.8;
}
#page-about .global_case {
  margin-top: 30px;
}
#page-about .global_case + .global_case {
  margin-top: 50px;
}
#page-about .global_case_images {
  margin-top: 12px;
}
#page-about .global_case_main {
  display: block;
  width: clamp(180px, 22vw, 280px);
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
#page-about .global_case_gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 28px;
}
#page-about .global_case_gallery img {
  max-width: 100%;
  height: auto;
}
#page-about .global_case_gallery_two img {
  width: clamp(180px, 22vw, 260px);
}
@media only screen and (max-width: 768px) {
  #page-about {
    /*　画面サイズ $spWidth まではここを読み込む　*/
  }
  #page-about .global_lead {
    line-height: 1.8;
  }
  #page-about .global_block {
    margin-top: 36px;
  }
  #page-about .global_list {
    padding-top: 24px;
  }
  #page-about .global_case {
    margin-top: 24px;
  }
  #page-about .global_case + .global_case {
    margin-top: 36px;
  }
  #page-about .global_case_main,
  #page-about .global_case_gallery img,
  #page-about .global_case_gallery_two img {
    width: 80%;
  }
  #page-about .global_case_gallery {
    flex-direction: column;
    gap: 16px;
  }
}
#page-about .philosophy_vision_wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #page-about .philosophy_vision_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
  }
}
#page-about .philosophy_vision_wrapper .section_title {
  color: #fff;
}
#page-about .philosophy_vision_wrapper h3 {
  font-size: 4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #page-about .philosophy_vision_wrapper h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 3rem;
  }
}
#page-about .philosophy_inner {
  width: 50%;
  padding: 80px 80px 130px;
  background-image: url(../image/page/philosophy_bg.webp);
}
@media only screen and (max-width: 768px) {
  #page-about .philosophy_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    padding: 20px 20px 40px;
  }
}
#page-about .vision_inner {
  width: 50%;
  padding: 80px 80px 130px;
  background-image: url(../image/page/vision_bg.webp);
}
@media only screen and (max-width: 768px) {
  #page-about .vision_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    padding: 20px 20px 40px;
  }
}
#page-about #strenght {
  background-image: url(../image/page/strenght_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #page-about #strenght {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    background-position: center top;
    background-image: url(../image/page/strenght_bg_sp.webp);
    width: 100%;
    max-height: 700px;
    margin-bottom: 600px;
  }
}
#page-about #strenght .section_title {
  color: #fff;
}
#page-about .point_list {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  background-color: #fff;
  padding: 60px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 60%;
  margin-left: auto;
  transform: translateY(20%);
}
@media only screen and (max-width: 1024px) {
  #page-about .point_list {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 75%;
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #page-about .point_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 90%;
    padding: 30px;
    transform: translateY(5%);
  }
}
#page-about .point_item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  #page-about .point_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#page-about .point_num {
  color: #053895;
  font-size: 1.5rem;
}
#page-about .point_num span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #page-about .point_num span {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}
#page-about .point_content {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
#page-about .point_content p {
  overflow-wrap: anywhere;
  word-break: break-word;
}
#page-about .point_content h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
#page-about .point_content p {
  font-size: 1.7rem;
  color: black;
}
#page-about #products .container_sm {
  padding-bottom: 0;
}
#page-about .product_text {
  text-align: center;
  padding: 50px 0 90px;
}
@media only screen and (max-width: 768px) {
  #page-about .product_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 20px 0 30px;
  }
}
#page-about .product_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5vw 4vw;
}
@media only screen and (max-width: 768px) {
  #page-about .product_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-about .product_item img {
  display: block;
}
@media only screen and (max-width: 768px) {
  #page-about .product_item img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#page-about .product_item h3 {
  margin-top: 20px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #page-about .product_item h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 10px;
    font-size: 2rem;
  }
}
#page-about .product_item p {
  margin-top: 10px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #page-about .product_item p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 0;
  }
}

#page-information #section-header {
  background-image: url(../image/page/page_header_information.webp);
}
#page-information .page_heading {
  padding-bottom: 85px;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  #page-information .page_heading {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-bottom: 50px;
  }
}
#page-information .section_information .container {
  padding-top: 0;
}
#page-information .information_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6vw;
}
@media only screen and (max-width: 768px) {
  #page-information .information_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10vw;
  }
}
#page-information .information_contents {
  width: 64%;
}
@media only screen and (max-width: 768px) {
  #page-information .information_contents {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#page-information .information_category {
  max-width: 615px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  #page-information .information_category {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 14px;
    margin-bottom: 40px;
    text-align: center;
  }
}
#page-information .information_category a {
  color: #000000;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  font-size: 2rem;
  position: relative;
}
#page-information .information_category a.active {
  color: #053895;
}
#page-information .information_category a.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #053895;
  border-radius: 50px;
  position: absolute;
  left: 0;
  bottom: -15px;
}
#page-information .information_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
@media only screen and (max-width: 1024px) {
  #page-information .information_list {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw;
  }
}
#page-information .information_item_img img {
  border-radius: 15px;
}
#page-information .information_item_category_wrapper {
  margin-top: 10px;
}
#page-information .information_item_inner {
  display: flex;
  gap: 12px 5px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  #page-information .information_item_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    align-items: baseline;
    gap: 12px;
  }
}
#page-information .information_item_category {
  background-color: #186DAC;
  border-radius: 50px;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1;
}
#page-information .information_item_date {
  font-size: 1.5rem;
  color: #999999;
  line-height: 1;
}
#page-information .information_item_title {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  margin-top: 7px;
  color: black;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #page-information .information_item_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 2px;
  }
}
#page-information .pagenation {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 0;
}
#page-information .pagenation .page-numbers,
#page-information .pagenation .current {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-information .pagenation .page-numbers {
  background-color: #fff;
  color: #053895;
}
#page-information .pagenation .current {
  background-color: #053895;
  color: #fff;
}
#page-information .pagenation .next {
  background-image: url(../image/page/imformation_aicon_right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
#page-information .pagenation .prev {
  background-image: url(../image/page/imformation_aicon_left.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
#page-information .information_sidepanel {
  flex: 1;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 1vw;
}
#page-information .information_sidepanel_title {
  font-size: 2.4rem;
  color: #053895;
  text-align: center;
  border-bottom: 1px solid #053895;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  #page-information .information_sidepanel_title {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #page-information .information_sidepanel_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px 10px;
  }
}
#page-information .information_sidepanel_item {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #b3b3b3;
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  #page-information .information_sidepanel_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    align-items: baseline;
    gap: 4vw;
    border-bottom: none;
    padding: 5px 10px;
  }
}
#page-information .information_sidepanel_item:last-child {
  border-bottom: none;
}
#page-information .information_sidepanel_item_img {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #page-information .information_sidepanel_item_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#page-information .information_sidepanel_item_img img {
  border-radius: 10px;
}
#page-information .information_sidepanel_item_text {
  flex: 1;
}
#page-information .information_sidepanel_item_text_date {
  font-size: 1.4rem;
  color: #666666;
}
#page-information .information_sidepanel_item_text_title {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
}

#page-information-about .container_lg {
  padding-bottom: 0;
}
#page-information-about #section-header {
  background-image: none;
}
#page-information-about .imformation_about_heading_text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
}
#page-information-about .single_category {
  background-color: #186DAC;
  border-radius: 50px;
  padding: 5px 10px;
  color: #fff;
}
#page-information-about .single_date {
  color: #999999;
}
#page-information-about .single_title {
  font-size: 4.2rem;
  padding: 20px 0 50px;
  margin-bottom: 80px;
  border-bottom: 1px solid #666666;
}
@media only screen and (max-width: 768px) {
  #page-information-about .single_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.6rem;
    padding: 20px 0 25px;
    margin-bottom: 50px;
  }
}
#page-information-about .single_content img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 30px;
}
#page-information-about .single_content h2 {
  font-size: 3.2rem;
  line-height: 2;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-information-about .single_content h2 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.4rem;
  }
}
#page-information-about .single_content h3 {
  font-size: 2.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #page-information-about .single_content h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}
#page-information-about .single_content p {
  font-size: 1.8rem;
  line-height: 1.6;
}
#page-information-about .back_to_news {
  width: fit-content;
  margin-left: auto;
}
#page-information-about .back_to_news a {
  color: #000;
  font-size: 2rem;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 200;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Light", sans-serif;
}
@media only screen and (max-width: 768px) {
  #page-information-about .back_to_news a {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
  }
}
#page-information-about .back_to_news a::after {
  content: "";
  background-image: url(../image/page/imformation_back_aicon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
}
#page-information-about .contact_input_area {
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  #page-information-about .contact_input_area {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 0;
  }
}
#page-information-about .contact_input_area dt {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin: 25px 0 10px;
}
@media only screen and (max-width: 768px) {
  #page-information-about .contact_input_area dt {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 15px 0 5px;
  }
}
#page-information-about .contact_label {
  font-size: 2rem;
  font-weight: 400;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
}
@media only screen and (max-width: 768px) {
  #page-information-about .contact_label {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
  }
}
#page-information-about .required {
  font-size: 1.5rem;
  color: #fff;
  background-color: #C34C4F;
  border-radius: 50px;
  padding: 5px 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #page-information-about .required {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.4rem;
    padding: 3px 8px;
  }
}
#page-information-about .wpcf7-text,
#page-information-about .wpcf7-textarea {
  width: 100% !important;
  border: none;
  padding: 20px 25px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #page-information-about .wpcf7-text,
  #page-information-about .wpcf7-textarea {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 15px 20px;
    font-size: 1.6rem;
  }
}
#page-information-about .privacy_agree_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #page-information-about .privacy_agree_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 20px;
    gap: 10px;
  }
}
#page-information-about .privacy_agree_wrap a {
  color: #000;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #page-information-about .privacy_agree_wrap a {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
  }
}
#page-information-about .privacy_agree_wrap span {
  padding: 0;
}
#page-information-about .wpcf7-list-item {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-information-about .wpcf7 input[type=checkbox] {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 768px) {
  #page-information-about .wpcf7 input[type=checkbox] {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 15px;
    height: 15px;
  }
}
#page-information-about .pricacy_comment {
  font-size: 1.5rem !important;
  text-align: center;
}
#page-information-about .submit_btn_wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-information-about .submit_btn_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 20px;
  }
}

#page-vision main {
  overflow-x: visible;
}
#page-vision #section-header {
  background-image: url(../image/page/page_header_vision.webp);
}
#page-vision .page_nav {
  width: 331px;
}
@media only screen and (max-width: 768px) {
  #page-vision .page_nav {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#page-vision .page_nav a:nth-child(2) {
  margin-right: 45%;
}
#page-vision .organizationchart_info {
  text-align: right;
  font-size: 1.5rem;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #page-vision .organizationchart_img {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
#page-vision .organizationchart_img img {
  width: 180%;
  min-width: 450px;
  max-width: 970px;
}
#page-vision .section_organization_wrapper {
  background-color: #fff;
  padding: 4vw;
  border-radius: 30px;
  margin-top: 150px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-vision .section_organization_wrapper {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 20px;
    border-radius: 15px;
    margin-top: 100px;
  }
}
#page-vision .section_organization_wrapper h3 {
  color: #fff;
  font-size: 2.8rem;
  padding: 5px 20px;
  border-radius: 10px;
  background-image: url(../image/page/organization_title_bg.webp);
  width: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 3%;
  top: -5%;
}
@media only screen and (max-width: 768px) {
  #page-vision .section_organization_wrapper h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.2rem;
    width: 150px;
    left: 2%;
    top: -3%;
  }
}
#page-vision .section_organization_item {
  display: flex;
  gap: 4vw;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #page-vision .section_organization_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    align-items: center;
  }
}
#page-vision .section_organization_item img {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #page-vision .section_organization_item img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#page-vision .section_organization_item p {
  padding-top: 10px;
}
#page-vision .section_organization_text {
  display: flex;
  gap: 10vw;
  margin-top: 2vw;
}
@media only screen and (max-width: 768px) {
  #page-vision .section_organization_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    gap: 0;
  }
}
#page-vision .section_organization_text li {
  margin-top: 10px;
}
#page-vision .section_organization_text .area_title {
  margin-top: 5px;
}
#page-vision .section_organization_text h4 {
  color: #053895;
  font-size: 2rem;
  line-height: 1.7;
}
#page-vision .section_organization_text p {
  color: #000;
}
#page-vision .section_organization_text span {
  font-weight: 300;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
}
#page-vision .section_organization_text_right,
#page-vision .section_organization_text_left {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #page-vision .section_organization_text_right,
  #page-vision .section_organization_text_left {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#page-vision .section_personality {
  background-image: url(../image/page/vision_personality_bg.webp);
}
#page-vision .personality_info {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #page-vision .personality_info {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 20px;
  }
}
#page-vision .personality_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 914px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 1024px) {
  #page-vision .personality_contents {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #page-vision .personality_contents {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    width: 85%;
    max-width: 500px;
  }
}
#page-vision .personality_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
#page-vision .personality_item_num {
  width: 10%;
  min-width: 35px;
}
#page-vision .personality_item_text {
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #page-vision .personality_item_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
    margin: 20px 0;
  }
}
#page-vision .personality_item_img {
  width: 40%;
}
#page-vision .section_interview .container {
  padding-bottom: 0;
}
#page-vision .interview_contents {
  width: 90%;
  max-width: 1045px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_contents {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    margin-top: 80px;
  }
}
#page-vision .interview_item {
  position: relative;
}
#page-vision .interview_item_top {
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_top {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-bottom: 130px;
  }
}
#page-vision .interview_item_img {
  width: 57%;
  min-width: 550px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #page-vision .interview_item_img {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    min-width: 460px;
  }
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 85%;
    max-width: 450px;
    min-width: auto;
  }
}
#page-vision .interview_item_img::before {
  content: "";
  display: block;
  width: 18%;
  max-width: 110px;
  height: auto;
  aspect-ratio: 1/0.845;
  background-image: url(../image/page/vision_interview_decoration1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_img::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 18%;
    max-width: 80px;
    top: -28px;
    left: auto;
    right: -40px;
  }
}
#page-vision .interview_item_img img {
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_img img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    border-radius: 10px;
  }
}
#page-vision .interview_item_num {
  width: 18%;
  max-width: 164px;
  position: absolute;
  top: 135px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  #page-vision .interview_item_num {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    top: 152px;
    width: 23%;
  }
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_num {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 35%;
    max-width: 160px;
    top: -35px;
    right: auto;
    left: 0;
  }
}
#page-vision .interview_item_blackboard {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 48%;
  min-width: 480px;
  height: auto;
  aspect-ratio: 1/0.452;
  background-image: url(../image/page/vision_interview_name_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  padding: 60px 60px;
  color: #ffffff;
  box-sizing: border-box;
  position: absolute;
  top: 180px;
  right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #page-vision .interview_item_blackboard {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    top: 200px;
    min-width: 430px;
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_blackboard {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    max-width: 420px;
    min-width: auto;
    width: 79%;
    padding: 35px 25px;
    margin-top: -70px;
  }
}
#page-vision .interview_item_name {
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_name {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: clamp(14px, 0.279rem + 2.54vw, 24px);
  }
}
#page-vision .interview_item_name strong {
  font-size: 2.9rem;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_name strong {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: clamp(20px, 0.355rem + 3.82vw, 35px);
  }
}
#page-vision .interview_item_name span {
  display: block;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Light", sans-serif;
  font-size: 1.5rem;
  margin-top: 5px;
}
#page-vision .interview_item_accordion_btn {
  width: 12%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../image/page/vision_interview_accordion_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_accordion_btn {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 12%;
  }
}
#page-vision .interview_item_accordion_btn:hover {
  opacity: 0.8;
}
#page-vision .interview_item_blackboard.is-open .interview_item_accordion_btn {
  background-image: url(../image/page/vision_interview_accordion_close.svg);
}
#page-vision .interview_item_qa {
  padding: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_qa {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-bottom: 80px;
  }
}
#page-vision .interview_item_qa_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  #page-vision .interview_item_qa_block {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: column-reverse !important;
  }
}
#page-vision .interview_item_qa_block + .interview_item_qa_block {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_qa_block + .interview_item_qa_block {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 50px;
  }
}
#page-vision .interview_item_qa_block:nth-child(even) {
  flex-direction: row-reverse;
}
#page-vision .interview_item_qa_block:nth-child(2) .interview_item_qa_q::before {
  background-image: url(../image/page/vision_interview_decoration_yellow.svg);
}
#page-vision .interview_item_qa_block:nth-child(3) .interview_item_qa_q::before {
  background-image: url(../image/page/vision_interview_decoration_blue.svg);
}
#page-vision .interview_item_qa_q {
  display: flex;
  align-items: center;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
#page-vision .interview_item_qa_q::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2.5rem;
  background-image: url(../image/page/vision_interview_decoration_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_qa_q::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 18px;
    margin-right: 5px;
    margin-bottom: 2px;
  }
}
#page-vision .interview_item_qa_a + .interview_item_qa_q {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_qa_a + .interview_item_qa_q {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 40px;
  }
}
#page-vision .interview_item_qa_contents {
  flex: 1;
}
#page-vision .interview_item_qa_img {
  width: 41%;
  border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
  #page-vision .interview_item_qa_img {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item_qa_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    border-radius: 10px;
  }
}
#page-vision .interview_item + .interview_item {
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  #page-vision .interview_item + .interview_item {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    margin-top: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item + .interview_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 50px;
  }
}
#page-vision .interview_item:nth-of-type(even) .interview_item_blackboard,
#page-vision .interview_item:nth-of-type(even) .interview_item_num {
  left: 0;
  right: auto;
}
#page-vision .interview_item:nth-of-type(even) .interview_item_img {
  margin-left: auto;
}
#page-vision .interview_item:nth-of-type(even) .interview_item_img::before {
  background-image: url(../image/page/vision_interview_decoration2.webp);
  left: auto;
  top: -15px;
  right: -20px;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item:nth-of-type(even) .interview_item_img::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    right: auto;
    left: -35px;
    top: -24px;
  }
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item:nth-of-type(even) .interview_item_num {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    left: auto;
    right: 0;
  }
}
#page-vision .interview_item:nth-of-type(even) .interview_item_qa_block {
  flex-direction: row-reverse;
}
#page-vision .interview_item:nth-of-type(even) .interview_item_qa_block:nth-child(even) {
  flex-direction: row;
}
#page-vision .interview_item:nth-of-type(3) .interview_item_img::before {
  width: 20%;
  background-image: url(../image/page/vision_interview_decoration3.webp);
  top: 270px;
  left: -35px;
  max-width: 125px;
}
@media only screen and (max-width: 768px) {
  #page-vision .interview_item:nth-of-type(3) .interview_item_img::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 19%;
    top: -28px;
    left: auto;
    right: -40px;
  }
}
#page-vision .accordion_contents {
  display: none;
}

#page-environment .page_nav {
  width: 250px;
}
#page-environment #section-header {
  background-image: url(../image/page/page_header_enviroment.webp);
}
#page-environment .program_text {
  margin-top: 3vw;
}
#page-environment .program_list {
  padding: 30px 0 0;
}
#page-environment .program_list li {
  position: relative;
  padding-left: 20px;
}
#page-environment .program_list li::before {
  content: "";
  background-color: #186DAC;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.9em;
  left: 0;
}
#page-environment .program_list h4 {
  font-size: 2rem;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Regular";
  font-weight: 400;
  margin-bottom: 10px;
}
#page-environment .program_img {
  display: flex;
  gap: 5vw;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #page-environment .program_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
  }
}
#page-environment .program_img_item {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-environment .program_img_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 0 auto;
  }
}
#page-environment .program_img_item img {
  display: block;
}
#page-environment .program_img_item p {
  margin-top: 5px;
}
#page-environment .benefits_table {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 3vw;
  display: block;
}
@media only screen and (max-width: 768px) {
  #page-environment .benefits_table {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    padding: 10px 7px;
    margin-top: 5vw;
  }
}
#page-environment .benefits_table tbody {
  width: 100%;
  display: block;
}
#page-environment .benefits_table th,
#page-environment .benefits_table td {
  padding: 28px 0;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  #page-environment .benefits_table th,
  #page-environment .benefits_table td {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    display: block;
    padding: 0;
  }
}
#page-environment .benefits_table tr {
  width: 90%;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #b3b3b3;
}
@media only screen and (max-width: 768px) {
  #page-environment .benefits_table tr {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-bottom: 10px;
  }
}
#page-environment .benefits_table tr:last-child {
  border-bottom: none;
}
#page-environment .benefits_table th {
  font-weight: 500;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Medium", sans-serif;
  color: black;
  width: 20vw;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  #page-environment .benefits_table th {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
}
#page-environment .benefits_table td {
  color: black;
  overflow-wrap: anywhere;
  word-break: break-word;
}
#page-environment .benefits_table span {
  font-size: 1.5rem;
  display: block;
}
#page-environment .benefits_table li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #page-environment .benefits_table li {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    gap: 10px;
  }
}
#page-environment .benefits_table li::before {
  content: "";
  background-color: #186DAC;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 0.9em;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #page-environment .benefits_table li::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 5px;
    height: 5px;
  }
}

#page-404 .page_heading {
  border-bottom: 1px solid #000;
}

#page-privacy-policy .page_heading {
  border-bottom: 1px solid #000;
}
#page-privacy-policy #section-header {
  background-image: url(../image/page/page_header_privacy_policy.webp);
}
@media only screen and (max-width: 768px) {
  #page-privacy-policy .container_lg {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-bottom: 10px;
  }
}

#privacy-policy .container {
  padding-top: 0;
}
#privacy-policy h3 {
  font-size: 2rem;
  margin-top: 20px;
  line-height: 2;
}
#privacy-policy strong {
  font-family: YakuHanJP, "MFW-PA1GothicStd-Regular", sans-serif;
  margin-top: 15px;
  display: inline-block;
}
#privacy-policy a {
  color: #000;
  font-family: YakuHanJP, "MFW-PA1GothicStd-Light", sans-serif;
}

#page-thanks .page_heading {
  border-bottom: 1px solid #000;
}

.thanks_wrapper .container {
  padding-top: 50px;
}
.thanks_wrapper p {
  font-size: 1.8rem;
}
.thanks_wrapper a {
  margin-top: 10px;
}

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