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

.container {
  max-width: 990px;
}

.container-fluid {
  max-width: 1500px;
}

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

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

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

main {
  overflow-x: hidden;
}

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

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

/* ========================================
   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-fluid {
    padding-left: clamp(0px, 4vw, 30px);
    padding-right: clamp(0px, 4vw, 30px);
    padding-top: clamp(10px, 7.5vw, 100px);
    padding-bottom: 60px;
  }
  .row {
    margin-top: clamp(0px, 7.5vw, 100px / 2);
    margin-right: calc(4vw / 2 - 4vw);
    margin-left: calc(4vw / 2 - 4vw);
  }
  .row + .row {
    margin-top: 100px;
  }
  .col-sp-1 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sp-2 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sp-3 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sp-4 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sp-5 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sp-6 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sp-7 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sp-8 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sp-9 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sp-10 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sp-11 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sp-12 {
    padding: clamp(10px, 4vw / 2, 4vw / 2);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sp-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sp-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sp-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sp-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sp-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sp-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sp-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sp-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sp-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sp-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sp-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sp-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sp-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sp-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sp-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .sp-m-0 {
    margin: 0 !important;
  }
  .sp-m-1 {
    margin: 2rem !important;
  }
  .sp-m-2 {
    margin: 2rem !important;
  }
  .sp-m-3 {
    margin: 3rem !important;
  }
  .sp-m-4 {
    margin: 4rem !important;
  }
  .sp-m-5 {
    margin: 5rem !important;
  }
  .sp-mt-0,
  .sp-my-0 {
    margin-top: 0 !important;
  }
  .sp-mr-0,
  .sp-mx-0 {
    margin-right: 0 !important;
  }
  .sp-mb-0,
  .sp-my-0 {
    margin-bottom: 0 !important;
  }
  .sp-ml-0,
  .sp-mx-0 {
    margin-left: 0 !important;
  }
  .sp-p-0 {
    padding: 0 !important;
  }
  .sp-pt-0,
  .sp-py-0 {
    padding-top: 0 !important;
  }
  .sp-pr-0,
  .sp-px-0 {
    padding-right: 0 !important;
  }
  .sp-pb-0,
  .sp-py-0 {
    padding-bottom: 0 !important;
  }
  .sp-pl-0,
  .sp-px-0 {
    padding-left: 0 !important;
  }
  .sp-mt-1,
  .sp-my-1 {
    margin-top: 1rem !important;
  }
  .sp-mr-1,
  .sp-mx-1 {
    margin-right: 1rem !important;
  }
  .sp-mb-1,
  .sp-my-1 {
    margin-bottom: 1rem !important;
  }
  .sp-ml-1,
  .sp-mx-1 {
    margin-left: 1rem !important;
  }
  .sp-p-1 {
    padding: 1rem !important;
  }
  .sp-pt-1,
  .sp-py-1 {
    padding-top: 1rem !important;
  }
  .sp-pr-1,
  .sp-px-1 {
    padding-right: 1rem !important;
  }
  .sp-pb-1,
  .sp-py-1 {
    padding-bottom: 1rem !important;
  }
  .sp-pl-1,
  .sp-px-1 {
    padding-left: 1rem !important;
  }
  .sp-mt-2,
  .sp-my-2 {
    margin-top: 2rem !important;
  }
  .sp-mr-2,
  .sp-mx-2 {
    margin-right: 2rem !important;
  }
  .sp-mb-2,
  .sp-my-2 {
    margin-bottom: 2rem !important;
  }
  .sp-ml-2,
  .sp-mx-2 {
    margin-left: 2rem !important;
  }
  .sp-p-2 {
    padding: 2rem !important;
  }
  .sp-pt-2,
  .sp-py-2 {
    padding-top: 2rem !important;
  }
  .sp-pr-2,
  .sp-px-2 {
    padding-right: 2rem !important;
  }
  .sp-pb-2,
  .sp-py-2 {
    padding-bottom: 2rem !important;
  }
  .sp-pl-2,
  .sp-px-2 {
    padding-left: 2rem !important;
  }
  .sp-mt-3,
  .sp-my-3 {
    margin-top: 3rem !important;
  }
  .sp-mr-3,
  .sp-mx-3 {
    margin-right: 3rem !important;
  }
  .sp-mb-3,
  .sp-my-3 {
    margin-bottom: 3rem !important;
  }
  .sp-ml-3,
  .sp-mx-3 {
    margin-left: 3rem !important;
  }
  .sp-p-3 {
    padding: 3rem !important;
  }
  .sp-pt-3,
  .sp-py-3 {
    padding-top: 3rem !important;
  }
  .sp-pr-3,
  .sp-px-3 {
    padding-right: 3rem !important;
  }
  .sp-pb-3,
  .sp-py-3 {
    padding-bottom: 3rem !important;
  }
  .sp-pl-3,
  .sp-px-3 {
    padding-left: 3rem !important;
  }
  .sp-mt-4,
  .sp-my-4 {
    margin-top: 4rem !important;
  }
  .sp-mr-4,
  .sp-mx-4 {
    margin-right: 4rem !important;
  }
  .sp-mb-4,
  .sp-my-4 {
    margin-bottom: 4rem !important;
  }
  .sp-ml-4,
  .sp-mx-4 {
    margin-left: 4rem !important;
  }
  .sp-p-4 {
    padding: 4rem !important;
  }
  .sp-pt-4,
  .sp-py-4 {
    padding-top: 4rem !important;
  }
  .sp-pr-4,
  .sp-px-4 {
    padding-right: 4rem !important;
  }
  .sp-pb-4,
  .sp-py-4 {
    padding-bottom: 4rem !important;
  }
  .sp-pl-4,
  .sp-px-4 {
    padding-left: 4rem !important;
  }
  .sp-mt-5,
  .sp-my-5 {
    margin-top: 5rem !important;
  }
  .sp-mr-5,
  .sp-mx-5 {
    margin-right: 5rem !important;
  }
  .sp-mb-5,
  .sp-my-5 {
    margin-bottom: 5rem !important;
  }
  .sp-ml-5,
  .sp-mx-5 {
    margin-left: 5rem !important;
  }
  .sp-p-5 {
    padding: 5rem !important;
  }
  .sp-pt-5,
  .sp-py-5 {
    padding-top: 5rem !important;
  }
  .sp-pr-5,
  .sp-px-5 {
    padding-right: 5rem !important;
  }
  .sp-pb-5,
  .sp-py-5 {
    padding-bottom: 5rem !important;
  }
  .sp-pl-5,
  .sp-px-5 {
    padding-left: 5rem !important;
  }
  .sp-m-n1 {
    margin: -1rem !important;
  }
  .sp-mt-n1,
  .sp-my-n1 {
    margin-top: -1rem !important;
  }
  .sp-mr-n1,
  .sp-mx-n1 {
    margin-right: -1rem !important;
  }
  .sp-mb-n1,
  .sp-my-n1 {
    margin-bottom: -1rem !important;
  }
  .sp-ml-n1,
  .sp-mx-n1 {
    margin-left: -1rem !important;
  }
  .sp-m-n2 {
    margin: -2rem !important;
  }
  .sp-mt-n2,
  .sp-my-n2 {
    margin-top: -2rem !important;
  }
  .sp-mr-n2,
  .sp-mx-n2 {
    margin-right: -2rem !important;
  }
  .sp-mb-n2,
  .sp-my-n2 {
    margin-bottom: -2rem !important;
  }
  .sp-ml-n2,
  .sp-mx-n2 {
    margin-left: -2rem !important;
  }
  .sp-m-n3 {
    margin: -3rem !important;
  }
  .sp-mt-n3,
  .sp-my-n3 {
    margin-top: -3rem !important;
  }
  .sp-mr-n3,
  .sp-mx-n3 {
    margin-right: -3rem !important;
  }
  .sp-mb-n3,
  .sp-my-n3 {
    margin-bottom: -3rem !important;
  }
  .sp-ml-n3,
  .sp-mx-n3 {
    margin-left: -3rem !important;
  }
  .sp-m-n4 {
    margin: -4rem !important;
  }
  .sp-mt-n4,
  .sp-my-n4 {
    margin-top: -4rem !important;
  }
  .sp-mr-n4,
  .sp-mx-n4 {
    margin-right: -4rem !important;
  }
  .sp-mb-n4,
  .sp-my-n4 {
    margin-bottom: -4rem !important;
  }
  .sp-ml-n4,
  .sp-mx-n4 {
    margin-left: -4rem !important;
  }
  .sp-m-n5 {
    margin: -5rem !important;
  }
  .sp-mt-n5,
  .sp-my-n5 {
    margin-top: -5rem !important;
  }
  .sp-mr-n5,
  .sp-mx-n5 {
    margin-right: -5rem !important;
  }
  .sp-mb-n5,
  .sp-my-n5 {
    margin-bottom: -5rem !important;
  }
  .sp-ml-n5,
  .sp-mx-n5 {
    margin-left: -5rem !important;
  }
  .sp-m-auto {
    margin: auto !important;
  }
  .sp-mt-auto,
  .sp-my-auto {
    margin-top: auto !important;
  }
  .sp-mr-auto,
  .sp-mx-auto {
    margin-right: auto !important;
  }
  .sp-mb-auto,
  .sp-my-auto {
    margin-bottom: auto !important;
  }
  .sp-ml-auto,
  .sp-mx-auto {
    margin-left: auto !important;
  }
  .offset-sp-0 {
    margin-left: 0;
  }
  .offset-sp-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sp-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sp-3 {
    margin-left: 25%;
  }
  .offset-sp-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sp-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sp-6 {
    margin-left: 50%;
  }
  .offset-sp-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sp-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sp-9 {
    margin-left: 75%;
  }
  .offset-sp-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sp-11 {
    margin-left: 91.6666666667%;
  }
}
/* 変数ファイルインポート */
#header #gnav {
  display: none;
}
#header #header_logo {
  padding: 8px 20px 8px 100px;
}
#header #header_logo a {
  display: inline-block;
  height: 100%;
  width: auto;
}
#header #header_logo a img {
  max-height: 60px;
}

@media only screen and (max-width: 768px) {
  /*　画面サイズ $spWidth まではここを読み込む　*/
  #header {
    z-index: 99;
    background-color: #ffffff;
    width: 100%;
    height: 66px;
  }
  #header.active {
    height: 100%;
    overflow-y: auto;
    position: fixed;
  }
  #header #header_logo {
    padding: 10px 20px;
  }
  #header #header_logo a img {
    max-height: 45px;
  }
  #header #gnav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 60px 30px;
    height: 100%;
    position: relative;
    right: -100%;
  }
  #header #gnav li {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 2vw;
    width: 100%;
    line-height: 3;
  }
  #header #gnav li:last-of-type {
    border-bottom: none;
  }
  #header #gnav li a {
    color: #111827;
    font-weight: 400;
  }
  #header #gnav .section_cta_wrap {
    position: relative;
    padding: 0;
    width: 100%;
  }
  #header #gnav.active {
    right: 0;
  }
  #header .section_cta_wrap {
    box-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  /*　画面サイズ $spWidth まではここを読み込む　*/
  #navToggle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    z-index: 99;
    background-color: #abb7bb;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
  }
  #navToggle span {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.5s;
  }
  #navToggle.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(315deg);
  }
  #navToggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #navToggle.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(-315deg);
  }
}
#footer {
  background-color: #4d5f81;
  padding: 80px 20px 20px;
  color: #fff;
}
#footer .footer_inner {
  max-width: 500px;
  margin: 0 auto;
}
#footer .footer_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_nav {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}
#footer .footer_logo {
  text-align: center;
}
#footer .footer_logo img {
  width: 160px;
  margin: 0 autos;
}
@media only screen and (max-width: 768px) {
  #footer .footer_info_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: center;
  }
}
#footer .footer_info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_info {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#footer .footer_info_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 27px;
  background-color: #fff;
  color: #4d5f81;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
}
#footer .footer_info_text {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer_info_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: center;
  }
}
#footer .footer_copy {
  text-align: center;
  font-size: 1.2rem;
}

#pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  background: #f7f7f7;
}
#pagetop img {
  width: 120px;
  display: 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: #111827;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  overflow-x: hidden !important;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-margin-top: 30px;
}

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

pre {
  font-family: "Noto Serif JP", serif;
}

a {
  transition: 0.3s ease all;
  font-family: "Noto Sans JP", sans-serif;
  color: #111827;
  text-decoration: none;
}
a:link {
  color: #111827;
}
a:visited {
  color: #111827;
}
a:hover {
  color: #555;
}
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) {
  .pc_br {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc_br {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}

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

.sp_br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_br {
    /*　画面サイズ $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_cta_wrap {
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 7;
  text-align: center;
  padding: min(2vw, 20px);
  border-radius: 10px;
  width: 50vw;
  max-width: 600px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .section_cta_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 95%;
    max-width: 380px;
  }
}
.section_cta_wrap .cta_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.section_cta_wrap .cta_btn_wrap a,
.section_cta_wrap .cta_btn_wrap picture,
.section_cta_wrap .cta_btn_wrap img {
  display: block;
}
.section_cta_wrap .cta_btn_wrap img {
  width: 100%;
}
.section_cta_wrap .cta_bloom_text {
  max-width: 400px;
  width: 25vw;
}
@media only screen and (max-width: 768px) {
  .section_cta_wrap .cta_bloom_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}

/* 変数ファイルインポート */
picture .hero {
  display: block;
  width: 100%;
  z-index: 5;
  position: relative;
}

.hero_wrap {
  position: relative;
}
.hero_wrap .hero_cta_wrap {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  left: 20%;
  bottom: 12%;
  z-index: 7;
  text-align: center;
  padding: min(2vw, 20px);
  border-radius: 10px;
  width: 30vw;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .hero_wrap .hero_cta_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
  }
}
.hero_wrap .cta_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.hero_wrap .cta_btn_wrap a,
.hero_wrap .cta_btn_wrap picture,
.hero_wrap .cta_btn_wrap img {
  display: block;
}
.hero_wrap .cta_btn_wrap img {
  width: 100%;
}
.hero_wrap .cta_bloom_text {
  max-width: 400px;
  width: 25vw;
}
@media only screen and (max-width: 768px) {
  .hero_wrap .cta_bloom_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}

#lead {
  background: linear-gradient(90deg, #f8f6f2 0 66%, #e5e8ed 66% 100%);
  padding: 200px 0 60px;
  text-align: center;
  margin-top: -150px;
}
@media only screen and (max-width: 768px) {
  #lead {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 350px 4.8vw 70px;
    margin-top: -250px;
  }
}

.section_lead_inner {
  max-width: 980px;
  margin: 0 auto;
}

.section_lead_eyebrow,
.section_lead_title,
.section_lead_catch {
  display: inline-block;
  background: #ffffff;
  font-family: "Noto Serif JP", serif;
}

.section_lead_eyebrow {
  margin: 0 0 2.1rem;
  padding: 0.4rem 1.4rem 0.5rem;
  color: #111827;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.section_lead_eyebrow span {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .section_lead_eyebrow {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    margin-bottom: 1.8rem;
    padding: 0;
    background: transparent;
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .section_lead_eyebrow span {
    display: table;
    margin-right: auto;
    padding: 0.45rem 1.6rem 0.55rem;
    background: #ffffff;
  }
  .section_lead_eyebrow span + span {
    margin-top: 0.8rem;
  }
}

.section_lead_title {
  margin: 0 0 24px;
  padding: 0.6rem 1.8rem 0.8rem;
  color: #1383c4;
  font-size: 2.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
}
@media only screen and (max-width: 768px) {
  .section_lead_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 2.4rem;
    padding: 0.55rem 1rem 0.7rem;
    font-size: 2.7rem;
  }
}

.section_lead_intro,
.section_lead_text {
  margin: 0;
  color: #111827;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2.05;
}
@media only screen and (max-width: 768px) {
  .section_lead_intro,
  .section_lead_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.45rem;
    line-height: 2.05;
  }
}

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

.section_lead_catch {
  margin: 2rem 0 1.1rem;
  padding: 0.5rem 1.6rem 0.6rem;
  color: #1383c4;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
@media only screen and (max-width: 768px) {
  .section_lead_catch {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 1.8rem;
    padding: 0.6rem 1rem 0.7rem;
    font-size: 1.65rem;
  }
}

#trouble {
  background-color: #f7f7f7;
  background-image: url(../img/touble_bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #trouble {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-image: url(../img/touble_bg_sp.svg);
  }
}

.section_trouble_inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 60px;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .section_trouble_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 90px 4.8vw 60px;
  }
}

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

.trouble_title {
  margin: 0 0 24px;
  color: #111827;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .trouble_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 22px;
    margin: 0 0 20px;
  }
}

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

.trouble_list_wrap {
  position: relative;
  margin: 0 auto 34px;
  padding: 40px 38px 38px;
  text-align: left;
  max-width: 660px;
}
.trouble_list_wrap::before, .trouble_list_wrap::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 90px;
  pointer-events: none;
}
.trouble_list_wrap::before {
  top: 0;
  right: 0;
  border-top: 2px solid #e3e8ee;
  border-right: 2px solid #e3e8ee;
}
.trouble_list_wrap::after {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #e3e8ee;
  border-left: 2px solid #e3e8ee;
}
@media only screen and (max-width: 768px) {
  .trouble_list_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 32px 18px 32px;
  }
}

.trouble_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.trouble_list li {
  position: relative;
  margin: 0 0 18px;
  padding-left: 28px;
  color: #111827;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.trouble_list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/ico_house.svg) center/contain no-repeat;
}
.trouble_list li:last-child {
  margin-bottom: 0;
}
.trouble_list li span {
  color: #1f93d1;
}

.trouble_closing {
  margin: 0 0 12px;
  color: #111827;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.trouble_marker {
  display: inline-block;
  margin: 0;
  padding: 4px 100px 5px;
  background: #ffdf36;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .trouble_marker {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 4px 30px 5px;
    font-size: 1.6rem;
  }
}

#solution {
  background: linear-gradient(0deg, #b4cedc 0 90%, #f7f7f7 90% 100%);
  text-align: center;
}
#solution picture {
  display: block;
}
#solution img {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

#point {
  padding: 60px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #point {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 7.2vw;
    background-color: #ffffff;
  }
}
#point .section_point_inner {
  max-width: 980px;
  margin: 0 auto;
}
#point .section_point_ttl {
  display: block;
  max-width: 545px;
  margin: 0 auto;
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  #point .section_point_ttl {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 50px;
  }
}
#point .point_item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  #point .point_item_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    margin-bottom: 65px;
    text-align: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #point .point_item_wrap.reverse {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column-reverse;
  }
}
#point .point_item_right,
#point .point_item_left {
  width: 50%;
}
#point .point_item_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #point .point_item_right {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#point .point_item_right img {
  display: block;
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  #point .point_item_right img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    max-width: 245px;
  }
}
#point .point_item_left {
  box-sizing: border-box;
  padding: 0 20px;
  color: #111827;
}
@media only screen and (max-width: 768px) {
  #point .point_item_left {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    padding: 0;
  }
}
#point .point_num {
  margin: 0 0 8px;
  color: #88c8e9;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #point .point_num {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.9rem;
    margin-bottom: 0px;
  }
}
#point .point_heading {
  margin: 0 0 22px;
  color: #111827;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #point .point_heading {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.2rem;
  }
}
#point .point_text {
  margin: 0 0 14px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  #point .point_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: left;
  }
}
#point .point_text span {
  background: #ffeb75;
  padding: 0.1em 5px;
  mix-blend-mode: multiply;
}
#point .point_check_box {
  margin: 12px 0 18px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #dce3ea;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.08);
}
#point .point_check_box p {
  position: relative;
  margin: 0 0 8px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
#point .point_check_box p::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#point .point_check_box p:last-child {
  margin-bottom: 0;
}
#point .point_feature {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #111827;
}
#point .point_feature_lead,
#point .point_feature_text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
}
#point .point_feature_labels {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 14px 0 14px;
}
@media only screen and (max-width: 768px) {
  #point .point_feature_labels {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    align-items: center;
  }
  #point .point_feature_labels img {
    max-width: 250px;
  }
}
#point .point_feature_labels span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeb7bf;
  background: #ffffff;
  color: #1383c4;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 40px;
}
@media only screen and (max-width: 768px) {
  #point .point_feature_labels span {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    max-width: 250px;
    padding: 15px;
  }
}
#point .point_feature_bloom {
  display: block;
  margin: 24px auto 0;
}
#point .point_feature_bloom_more {
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  #point .point_feature_bloom_more {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    max-width: 180px;
  }
}
#point .point_feature_bloom_add {
  max-width: 315px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #point .point_feature_bloom_add {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    max-width: 240px;
  }
}
#point .point_feature_note {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.9;
}
#point .point_feature_list {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 0;
  text-align: left;
  list-style: none;
}
#point .point_feature_list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
#point .point_feature_list li::before {
  content: "・";
}
#point .point_feature_message {
  position: relative;
  max-width: 730px;
  margin: 0 auto;
  padding: 14px 130px 14px 80px;
  box-sizing: border-box;
  background: #fff5b8;
  border-radius: 4px;
  text-align: left;
}
#point .point_feature_message p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #point .point_feature_message p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #point .point_feature_message {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    padding: 20px 60px 17px 30px;
  }
}
#point .point_feature_illust {
  position: absolute;
  right: 52px;
  bottom: -4px;
  width: auto;
  max-height: 151px;
}
@media only screen and (max-width: 768px) {
  #point .point_feature_illust {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    right: 5px;
    max-height: 100px;
  }
}

#failure {
  background-color: #e5e7eb;
  background-image: url(../img/failure_bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #failure {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-image: url(../img/failure_bg_sp.svg);
  }
}
#failure .section_failure_inner {
  padding-top: 30px;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #failure .section_failure_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 80px 4.8vw 15px 4.8vw;
  }
}
#failure .section_failure_ttl {
  display: block;
  max-width: 626px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #failure .section_failure_ttl {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 30px;
  }
}
#failure .failure_lead_p {
  margin-bottom: 50px;
}
#failure .failure_card_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 46px 35px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #failure .failure_card_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    align-self: center;
    place-items: center;
    gap: 40px;
    margin-bottom: 20px;
  }
}
#failure .failure_card {
  position: relative;
  min-height: 170px;
  box-sizing: border-box;
  padding: 58px 45px 34px;
  background: #4d6388;
  border-radius: 18px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #failure .failure_card {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    max-width: 500px;
    padding: 35px 20px 20px;
  }
}
#failure .failure_card h3 {
  margin: 0 0 22px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  #failure .failure_card h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
#failure .failure_card p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #failure .failure_card p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    line-height: 1.5;
  }
}
#failure .failure_num {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 110px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #failure .failure_num {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    min-width: 80px;
    width: 10vw;
  }
}
#failure .failure_shock {
  position: absolute;
  top: -9px;
  right: 18px;
  width: 34px;
}
@media only screen and (max-width: 768px) {
  #failure .failure_shock {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 16px;
  }
}
#failure .failure_end_p {
  max-width: 525px;
  margin: 0 auto;
  line-height: 2.5;
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #failure .failure_end_p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: left;
    padding-bottom: 15px;
  }
}

#data {
  background-color: #f7f7f7;
  padding-bottom: 130px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #data {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-bottom: 30px;
  }
}
#data .section_data_inner {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #data .section_data_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 0px 7.2vw;
  }
}
#data .data_ttl_wrap {
  background: linear-gradient(0deg, #f7f7f7 0 50%, #e5e7eb 50% 100%);
  margin-bottom: 45px;
  padding: 0px 2.4vw;
}
@media only screen and (max-width: 768px) {
  #data .data_ttl_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 25px;
  }
}
#data .data_ttl_wrap .data_ttl {
  display: block;
  max-width: 795px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #data .data_ttl_wrap .data_ttl {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    max-width: 400px;
  }
}
#data .data_lead_p {
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #data .data_lead_p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 20px;
    text-align: left;
  }
}
#data .data_lead_p span {
  color: #1f93d1;
}
#data .data_area {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #data .data_area {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#data .data_area img {
  display: block;
  width: 100%;
  max-width: 380px;
}
#data .section_cta_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -125px;
  z-index: 7;
}
@media only screen and (max-width: 768px) {
  #data .section_cta_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
  }
}

#consult {
  background: #d8c1b1;
}
#consult .section_consult_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 180px 30px 120px 30px;
}
@media only screen and (max-width: 768px) {
  #consult .section_consult_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 140px 7.2vw 80px 7.2vw;
  }
}
#consult .consult_ttl {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #consult .consult_ttl {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.5rem;
  }
}
#consult .consult_p {
  text-align: center;
  margin-bottom: 45px;
  font-size: 1.55rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #consult .consult_p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: left;
    margin-bottom: 30px;
  }
}
#consult .consult_item_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #consult .consult_item_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    grid-template-columns: 1fr;
  }
}
#consult .consult_item_wrap .consult_item {
  text-align: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 9px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #consult .consult_item_wrap .consult_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
  }
  #consult .consult_item_wrap .consult_item:first-child {
    padding: 10px 20px;
    line-height: 1.5;
  }
}

#difference {
  padding: 90px 20px 120px;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  #difference {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 50px 0 0;
  }
}
#difference .difference_ttl {
  margin: 0 auto;
  margin-bottom: 95px;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  #difference .difference_ttl {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 300px;
  }
}
#difference .difference_ttl picture,
#difference .difference_ttl img {
  display: block;
}
#difference .difference_ttl img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#difference .difference_inner {
  max-width: 1140px;
  margin: 0 auto;
}
#difference .difference_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 90px;
  padding: max(60px, 2.6vw) max(60px, 6.2vw) max(70px, 3.6vw);
  background: #4d8192;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #difference .difference_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    padding: 0;
    margin-bottom: 70px;
  }
}
#difference .difference_item::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 33vw;
  max-width: 455px;
  height: 45px;
  background: url(../img/difference_bar.png) center/contain no-repeat;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #difference .difference_item::before {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 60%;
  }
}
#difference .difference_item:last-child {
  margin-bottom: 0;
}
#difference .difference_item_02 {
  background: #a46151;
}
#difference .difference_item_03 {
  background: #d08242;
}
#difference .difference_illust {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#difference .difference_illust_01 {
  top: -30px;
  right: 65px;
  width: 160px;
}
@media only screen and (max-width: 768px) {
  #difference .difference_illust_01 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    top: -33px;
    right: 20px;
    width: 145px;
  }
}
#difference .difference_illust_02 {
  top: -12px;
  right: 70px;
  width: 84px;
}
@media only screen and (max-width: 768px) {
  #difference .difference_illust_02 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    top: 44px;
    right: 44px;
    width: 78px;
    transform: rotate(20deg);
  }
}
#difference .difference_illust_03 {
  top: -65px;
  right: 60px;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  #difference .difference_illust_03 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    top: -20px;
    right: 20px;
    width: 100px;
  }
}
#difference .difference_text {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #difference .difference_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    padding-bottom: 44px;
    padding: max(30px, 2.6vw) 7.2vw max(30px, 3.6vw);
  }
}
#difference .difference_num {
  position: relative;
  margin: 0 0 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1.2;
}
#difference .difference_num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 55px;
  height: 1px;
  background: #ffffff;
}
#difference .difference_text h3 {
  margin: 0 0 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  #difference .difference_text h3 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2rem;
  }
}
#difference .difference_p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.1;
  font-weight: 300;
}
#difference .difference_photo {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #difference .difference_photo {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
  #difference .difference_photo img {
    width: 100%;
  }
}

#voice {
  background-color: #f7f7f7;
}
#voice .section_voice_inner {
  padding: 70px 0 0px;
}
@media only screen and (max-width: 768px) {
  #voice .section_voice_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 7.2vw 0px;
  }
}
#voice hgroup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  #voice hgroup {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 60px;
  }
}
#voice .difference_ttl_lead {
  margin: 0 0 18px;
  font-size: min(1.8vw, 2.8rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #voice .difference_ttl_lead {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
#voice .difference_ttl {
  position: relative;
  z-index: 2;
  width: 615px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #voice .difference_ttl {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 34px;
    width: 100%;
  }
}
#voice .difference_ttl picture,
#voice .difference_ttl img {
  display: block;
}
#voice .difference_ttl img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #voice .voice_ttl_img_left,
  #voice .voice_ttl_img_right {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 28px;
  }
}
#voice .voice_ttl_img_left {
  max-width: 650px;
  min-width: 300px;
  width: 33vw;
  margin-right: 15px;
  align-self: end;
}
@media only screen and (max-width: 1024px) {
  #voice .voice_ttl_img_left {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 20vw;
  }
}
#voice .voice_ttl_img_left img {
  box-shadow: 10px 10px 0 #1383c4;
}
#voice .voice_ttl_img_right {
  max-width: 560px;
  min-width: 200px;
  width: 29vw;
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  #voice .voice_ttl_img_right {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 16vw;
  }
}
#voice .voice_ttl_img_right img {
  box-shadow: -10px 10px 0 #1383c4;
}
@media only screen and (max-width: 768px) {
  #voice {
    /*　画面サイズ $spWidth まではここを読み込む　*/
  }
  #voice hgroup {
    display: block;
    min-height: 0;
  }
}
#voice .voice_inner {
  display: flex;
  gap: 30px;
  padding: 7.2vw;
  padding-top: 0px;
  max-width: calc(1350px + 7.2vw);
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #voice .voice_inner {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #voice .voice_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-direction: row;
    margin: 0;
    padding: 0;
  }
  #voice .voice_inner::-webkit-scrollbar {
    display: none;
  }
}
#voice {
  /* =========================
  共通
  ========================= */
}
@media only screen and (max-width: 768px) {
  #voice .voice_box {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    min-width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
    background: none;
    border: none;
  }
}
#voice .voice_mv img {
  display: block;
  width: 100%;
}
#voice .voice_wrap {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 0px;
  }
}
#voice .voice_profile {
  position: relative;
  padding: 15px 20px;
  border: 2px solid #1f93d1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_profile {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-color: #fff;
    margin-bottom: 20px;
  }
}
#voice .voice_profile .voice_person {
  position: absolute;
  top: -130px;
  right: -10px;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_profile .voice_person {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    top: -100px;
    right: 20px;
    width: 90px;
  }
}
#voice .voice_profile .voice_person img {
  width: 100%;
}
#voice .voice_profile .voice_income {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1f93d1;
}
@media only screen and (max-width: 768px) {
  #voice .voice_profile .voice_income {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: left;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
#voice .voice_profile .voice_list {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  color: #1f93d1;
}
@media only screen and (max-width: 768px) {
  #voice .voice_profile .voice_list {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 0;
  }
}
#voice .voice_profile .voice_list li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_profile .voice_list li {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding-left: 10px;
  }
}
#voice .voice_profile .voice_list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
}
#voice .voice_title_wrap {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #voice .voice_title_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: left;
  }
}
#voice .voice_title_wrap .voice_title {
  display: inline-block;
  padding: 3px 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #1f93d1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_title_wrap .voice_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: inline;
    line-height: 2.5;
    font-size: 1.8rem;
    padding: 3px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 6px 12px;
  }
}
#voice .voice_border {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #707070;
}
@media only screen and (max-width: 768px) {
  #voice .voice_border {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 30%;
  }
}
#voice .voice_point {
  width: fit-content;
  margin: 0 auto 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #voice .voice_point {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin: 0 0 10px;
  }
}
#voice .voice_point li {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  line-height: 2;
}
#voice .voice_point li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
#voice .voice_ps {
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #voice .voice_ps {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: left;
  }
}
#voice .voice_card {
  margin-top: 30px;
  border: 2px solid #1f93d1;
  border-radius: 8px;
  background-color: #fff;
}
#voice .voice_card .voice_card_head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 20px 5px 10px;
  background: #1f93d1;
  color: #fff;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  #voice .voice_card .voice_card_head {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 10px 15px 10px 55px;
  }
}
#voice .voice_card .voice_card_head h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #voice .voice_card .voice_card_head h4 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.8rem;
  }
}
#voice .voice_card .voice_card_head .voice_card_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  max-height: none;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #voice .voice_card .voice_card_head .voice_card_label {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
  }
}
#voice .voice_card .voice_card_head .voice_card_label img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#voice .voice_card .voice_card_h5 {
  display: block;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #voice .voice_card .voice_card_h5 {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    max-width: 100%;
    padding: 10px;
  }
}
#voice .voice_card .voice_card_body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 20px;
  align-items: center;
}
#voice .voice_card .voice_card_text {
  flex: 1;
}
#voice .voice_card .voice_card_text li {
  font-size: 1.5rem;
  line-height: 2;
}
#voice .voice_card .voice_card_img {
  width: 100%;
  max-width: 280px;
  flex-shrink: 0;
  margin: 0 auto;
}
#voice .voice_card .voice_card_img img {
  width: 100%;
}
#voice .voice_bottom {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
#voice .voice_bottom .voice_card_con {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  background: #1f93d1;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 99px;
  text-align: center;
  padding: 10px 30px;
  white-space: nowrap;
}
#voice .voice_bottom img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto 20px;
}
#voice .voice_bottom .voice_bottom_text {
  display: inline;
  line-height: 2.2;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  background: #1f93d1;
  padding: 6px 14px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#voice {
  /* =========================
  オレンジだけ変更
  ========================= */
}
#voice .voice_box_orange .voice_person {
  position: absolute;
  top: -130px;
  left: -10px;
  right: unset;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_box_orange .voice_person {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 150px;
    top: -105px;
  }
}
#voice .voice_box_orange .voice_person img {
  width: 100%;
}
#voice .voice_box_orange .voice_profile {
  border-color: #ff6a00;
}
#voice .voice_box_orange .voice_list {
  color: #ff6a00;
}
#voice .voice_box_orange .voice_income {
  color: #ff6a00;
}
#voice .voice_box_orange .voice_title {
  background: #ff6a00;
}
#voice .voice_box_orange .voice_card {
  border-color: #ff6a00;
}
#voice .voice_box_orange .voice_card_head {
  background: #ff6a00;
}
#voice .voice_box_orange .voice_card_label {
  color: #ff6a00;
}
#voice .voice_box_orange .voice_bottom {
  margin-top: 30px;
}
#voice .voice_box_orange .voice_bottom_text {
  background: #ff6a00;
}
#voice {
  /* =========================
  ナビ
  ========================= */
}
#voice .voice_nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  #voice .voice_nav {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
  }
}
#voice .voice_nav {
  /* =========================
  ボタン
  ========================= */
}
#voice .voice_nav .voice_prev,
#voice .voice_nav .voice_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
#voice .voice_nav {
  /* =========================
  ドット
  ========================= */
}
#voice .voice_nav .voice_dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
}
#voice .voice_nav .voice_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfcfcf;
  transition: 0.3s;
}
#voice .voice_nav {
  /* 1枚目 */
}
#voice .voice_nav .voice_dot.active.blue {
  background: #1f93d1;
}
#voice .voice_nav {
  /* 2枚目 */
}
#voice .voice_nav .voice_dot.active.orange {
  background: #ff6a00;
}
#voice .voice_nav {
  /* =========================
  矢印
  ========================= */
}
#voice .voice_nav .voice_arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 18px;
}
#voice .voice_nav {
  /* 共通 */
}
#voice .voice_nav .voice_arrow::before,
#voice .voice_nav .voice_arrow::after {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 1px;
  background: #707070;
  border-radius: 9999px;
  transform-origin: 1px 50%;
}
#voice .voice_nav {
  /* 左矢印 */
}
#voice .voice_nav .voice_arrow.prev::before {
  top: 50%;
  transform: rotate(45deg);
}
#voice .voice_nav .voice_arrow.prev::after {
  top: 50%;
  transform: rotate(-45deg);
}
#voice .voice_nav {
  /* 右矢印 */
}
#voice .voice_nav .voice_arrow.next::before {
  top: 50%;
  transform: rotate(135deg);
  left: 10px;
}
#voice .voice_nav .voice_arrow.next::after {
  top: 50%;
  transform: rotate(-135deg);
  left: 10px;
}

#fp-profile {
  position: relative;
  background-color: #f7f7f7;
}
#fp-profile .profile_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1040px;
  padding: 180px 30px 120px 30px;
}
@media only screen and (max-width: 768px) {
  #fp-profile .profile_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 140px 7.2vw 80px 7.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #fp-profile .pc_only {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: none;
  }
}
#fp-profile .fp_bg_text {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
  font-size: 8rem;
  color: #abb7bb;
  opacity: 0.18;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #fp-profile .fp_bg_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 4rem;
    line-height: 1.2;
    top: 0;
    text-align: right;
    right: 15px;
  }
}
#fp-profile .fp_light {
  width: 140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #fp-profile .fp_light {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 90px;
    left: 1rem;
  }
}
#fp-profile .fp_title {
  position: relative;
  z-index: 3;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  #fp-profile .fp_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.2rem;
    margin-bottom: 2rem;
    margin-top: 9rem;
  }
}
#fp-profile .fp_wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #fp-profile .fp_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
  }
}
#fp-profile .fp_img {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #fp-profile .fp_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 80%;
  }
}
#fp-profile .fp_img img {
  width: 100%;
  display: block;
}
#fp-profile .fp_content {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  #fp-profile .fp_content {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    text-align: center;
  }
}
#fp-profile .fp_name {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  #fp-profile .fp_name {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.4rem;
  }
}
#fp-profile .fp_job {
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
}
#fp-profile .fp_job span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #fp-profile .fp_job {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.6rem;
  }
  #fp-profile .fp_job span {
    font-size: 1.4rem;
  }
}
#fp-profile .fp_label {
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 6px;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #fp-profile .fp_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    text-align: left;
  }
}

#agency-service {
  position: relative;
  background-color: #f7f7f7;
  background-image: url(../img/agency_top_bg.svg), url(../img/agency_bg_img.png);
  background-repeat: no-repeat;
  background-position: top center, top center;
  background-size: contain, cover;
}
@media only screen and (max-width: 768px) {
  #agency-service {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    background-image: url(../img/agency_top_bg_sp.svg), url(../img/agency_bg_img.png);
    background-repeat: no-repeat;
    background-position: top center, center;
    background-size: contain, cover;
  }
}
#agency-service .agency_service_inner {
  max-width: 760px;
  padding: 180px 30px 120px 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #agency-service .agency_service_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 50px 7.2vw 50px 7.2vw;
  }
}
#agency-service .agency_head {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 30px;
  text-align: center;
  background-color: #1f93d1;
  overflow: visible;
}
#agency-service .agency_label {
  color: #fff;
  font-size: 2.8rem;
  padding: 15px 50px;
}
@media only screen and (max-width: 768px) {
  #agency-service .agency_label {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.6rem;
    padding: 10px 20px;
  }
}
#agency-service .agency_img {
  width: 200px;
  height: auto;
  max-height: none;
  position: absolute;
  bottom: 0;
  right: 3rem;
}
@media only screen and (max-width: 768px) {
  #agency-service .agency_img {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 3.5vw;
    width: 130px;
    right: -30px;
  }
}
#agency-service .agency_ttl {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 30px;
  text-align: center;
}
#agency-service .agency_ttl img {
  width: 100%;
  display: block;
}
#agency-service .agency_text {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 2.8;
}
#agency-service .agency_bottom img {
  width: 100%;
  max-width: 370px;
  display: block;
  margin: 0 auto;
}

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

#flow {
  background-color: #f7f7f7;
}
#flow .flow_ttl {
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #flow .flow_ttl {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 50px 0 20px;
  }
}
#flow .flow_ttl .flow_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  z-index: 1;
}
#flow .flow_ttl h2 {
  position: relative;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  font-size: 4.5rem;
}
#flow .flow_ttl h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, #111827 0%, #111827 50%, #88c8e9 50%, #88c8e9 100%);
}
#flow .flow_wrap {
  background-color: #fff;
}
#flow .flow_wrap .flow_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px 120px 30px;
}
@media only screen and (max-width: 768px) {
  #flow .flow_wrap .flow_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 15px 7.2vw 80px 7.2vw;
  }
}
#flow .flow_wrap .flow_text {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #flow .flow_wrap .flow_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 40px;
  }
}
#flow .flow_wrap .flow_container {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #flow .flow_wrap .flow_container {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    flex-direction: column;
  }
}
#flow .flow_wrap .flow_container .flow_left {
  width: 45%;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  #flow .flow_wrap .flow_container .flow_left {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
  }
}
#flow .flow_wrap .flow_container .flow_left .flow_item_01 a {
  display: block;
}
#flow .flow_wrap .flow_container .flow_left .flow_item_01 .flow_step {
  width: 100%;
  display: block;
}
#flow .flow_wrap .flow_container .flow_right {
  width: 55%;
  max-width: 520px;
}
@media only screen and (max-width: 1024px) {
  #flow .flow_wrap .flow_container .flow_right {
    /*　画面サイズ $tabWitdh まではここを読み込む　*/
    width: 100%;
  }
}
#flow .flow_wrap .flow_container .flow_right .flow_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}
#flow .flow_wrap .flow_container .flow_right .flow_item img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 auto 15px;
}
#flow .flow_wrap .flow_container .flow_right .flow_item h3 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

#cta {
  position: relative;
  background-image: url(../img/cta_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#cta .cta_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 60px 0px;
}
@media only screen and (max-width: 768px) {
  #cta .cta_wrap {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    flex-direction: column;
    padding: 60px 0px 22vw 0px;
  }
}
#cta .cta_text {
  width: 40%;
  max-width: 430px;
}
@media only screen and (max-width: 768px) {
  #cta .cta_text {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: calc(100% - 40px);
    margin: 20px;
  }
}
#cta .cta_text img {
  width: 100%;
  display: block;
}
#cta .cta_code {
  width: 60%;
  min-height: 300px;
}
@media only screen and (max-width: 768px) {
  #cta {
    /*　画面サイズ $spWidth まではここを読み込む　*/
  }
  #cta .section_cta_wrap {
    position: absolute;
    bottom: -100px;
  }
}

#faq {
  background-color: #f7f7f7;
}
#faq .faq_inner {
  max-width: 980px;
  padding: 140px 30px 140px 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #faq .faq_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 180px 7.2vw 100px 7.2vw;
  }
}
#faq .faq_title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 80px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #faq .faq_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-bottom: 40px;
  }
}
#faq .faq_title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
  width: 175px;
  height: 80px;
  background-image: url(../img/faq_ttl.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
#faq .faq_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#faq .faq_item {
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 3px 2px 0 rgba(31, 147, 209, 0.4);
}
#faq .faq_item.is-open .faq_answer {
  grid-template-rows: 1fr;
}
#faq .faq_item.is-open .faq_icon::after {
  opacity: 0;
}
#faq .faq_question {
  width: 100%;
  background: none;
  border: none;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}
#faq .faq_head {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#faq .question_text {
  font-size: 1.6rem;
  font-weight: bold;
}
#faq .faq_mark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
#faq .faq_mark_q {
  background-color: #1f93d1;
  color: #fff;
}
#faq .faq_mark_q span {
  transform: translateX(-1px);
  transform: translateY(-1px);
}
#faq .faq_mark_a {
  border: 1px solid #1f93d1;
  color: #1f93d1;
  background-color: #fff;
}
#faq .faq_icon {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  flex-shrink: 0;
}
#faq .faq_icon::before, #faq .faq_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1f93d1;
  border-radius: 10rem;
  transition: 0.3s;
}
#faq .faq_icon::before {
  width: 2.4rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
}
#faq .faq_icon::after {
  width: 0.2rem;
  height: 2.4rem;
  transform: translate(-50%, -50%);
}
#faq .faq_answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s;
}
#faq .faq_answer_inner {
  overflow: hidden;
}
#faq .faq_answer_content {
  position: relative;
  padding: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
#faq .faq_answer_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  width: calc(100% - 6rem);
  height: 1px;
  background-color: #e5e7eb;
}

#contact {
  background-color: #f7f7f7;
}
#contact .contact_inner {
  max-width: 640px;
  width: 100%;
  padding: 40px 20px 160px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #contact .contact_inner {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    padding: 40px 8vw 120px;
  }
}
#contact .contact_form .contact_form_title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #contact .contact_form .contact_form_title {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
#contact .contact_form .contact_form_item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #contact .contact_form .contact_form_item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    margin-bottom: 10px;
  }
}
#contact .contact_form .contact_form_label {
  width: 140px;
  font-size: 1.4rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #contact .contact_form .contact_form_label {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    margin-bottom: 10px;
  }
}
#contact .contact_form .contact_form_label span {
  color: #ff2121;
  margin-left: 3px;
  font-size: 0.9rem;
  position: relative;
  vertical-align: top;
}
#contact .contact_form .contact_form_input {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  padding: 0 15px;
  font-size: 1.6rem;
  outline: none;
}
@media only screen and (max-width: 768px) {
  #contact .contact_form .contact_form_input {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 1.5rem;
  }
}
#contact .contact_form .contact_form_textarea {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 1.6rem;
  line-height: 1.8;
  resize: vertical;
  outline: none;
}
@media only screen and (max-width: 768px) {
  #contact .contact_form .contact_form_textarea {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    height: 220px;
    font-size: 1.6rem;
  }
}
#contact .contact_form .contact_form_radio {
  padding-top: 18px;
}
#contact .contact_form .contact_form_radio .wpcf7-list-item {
  margin: 0 35px 0 0;
}
@media only screen and (max-width: 768px) {
  #contact .contact_form .contact_form_radio .wpcf7-list-item {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    display: block;
    margin: 0 0 10px;
  }
}
#contact .contact_form .contact_form_radio label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
#contact .contact_form .contact_form_radio input[type=radio] {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: #e5e7eb;
}
#contact .contact_form .contact_form_check {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  padding-top: 10px;
}
#contact .contact_form .contact_form_check .wpcf7-list-item {
  margin: 0 0 10px;
  display: block;
}
#contact .contact_form .contact_form_check label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  cursor: pointer;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #contact .contact_form .contact_form_check label {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-right: 0;
  }
}
#contact .contact_form .contact_form_check input[type=checkbox] {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: #e5e7eb;
}
#contact .contact_form .contact_form_button {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #contact .contact_form .contact_form_button {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    margin-top: 30px;
  }
}
#contact .contact_form .contact_form_button .wpcf7-submit {
  width: 280px;
  height: 55px;
  border: 4px solid #fff;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(120deg, #11a9d5 0%, #20c16e 100%);
  box-shadow: 0 0 0 0.3px #707070;
}
@media only screen and (max-width: 768px) {
  #contact .contact_form .contact_form_button .wpcf7-submit {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    width: 100%;
    max-width: 320px;
    height: 65px;
    font-size: 1.5rem;
  }
}
#contact .contact_form .wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px 20px;
  font-size: 1.5rem;
  border-radius: 10px;
}
#contact .contact_form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 8px;
}
#contact .contact_form .contact_form_item_column {
  display: block;
}
#contact .contact_form .contact_form_item_column .contact_form_label {
  width: 100%;
  margin-bottom: 10px;
}
#contact .contact_form .wpcf7-spinner {
  display: none;
}

/* 変数ファイルインポート */
#page-404 {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}
#page-404 .page_404 {
  width: 100%;
}
#page-404 .page_404 .page_404_inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#page-404 .page_404_en {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #1383c4;
  font-weight: 700;
  margin-bottom: 15px;
}
#page-404 .page_404_ttl {
  font-size: clamp(7rem, 14vw, 16rem);
  line-height: 1;
  font-weight: 900;
  color: #1383c4;
  margin-bottom: 30px;
}
#page-404 .page_404_text {
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  margin-bottom: 40px;
}
#page-404 .page_404_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 60px;
  padding: 0 30px;
  border-radius: 100px;
  background-color: #1383c4;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
#page-404 .page_404_btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

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