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

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

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

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

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

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

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

  #pagetop {
    display: none !important; } }
/* 共通 */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

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

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

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

main {
  overflow-x: hidden; }

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

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  box-sizing: border-box;
  padding: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* タブレット グリッドシステム */
@media only screen and (max-width: 1024px) {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media only screen and (max-width: 768px) {
  .container,
  .container-fluid {
    padding-left: clamp(0px, 5vw, 30px);
    padding-right: clamp(0px, 5vw, 30px);
    padding-top: clamp(10px, 7.5vw, 25px);
    padding-bottom: clamp(10px, 7.5vw, 50px); }

  .row {
    margin-right: calc( 5vw / 2 - 5vw );
    margin-left: calc( 5vw / 2 - 5vw );
    margin-top: clamp(0px, 7.5vw, 25px); }

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

  .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6,
  .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
    padding: clamp(10px, 2.5vw, 2.5vw); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sp-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1024px) {
  /*　画面サイズ $tabWitdh まではここを読み込む　*/
  /* トグルメニュー */
  .navToggle_wrap {
    display: flex;
    align-items: center; }

  /* トグルメニュー */
  #navToggle {
    background-color: #0D3E5E;
    display: block;
    position: relative;
    right: 20px;
    width: 46px;
    height: 44px;
    cursor: pointer;
    z-index: 99998;
    text-align: center;
    padding: 20px; }
    #navToggle span {
      display: block;
      position: absolute;
      width: 38px;
      border-bottom: solid 2px #fff;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      right: 3px; }
    #navToggle span:nth-child(1) {
      top: 12px; }
    #navToggle span:nth-child(2) {
      top: 22px;
      width: 28px; }
    #navToggle span:nth-child(3) {
      top: 32px; }

  #navToggle.active span {
    border-bottom: solid 2px #fff; }
  #navToggle.active span:nth-child(1) {
    top: 20px;
    transform: rotate(-45deg); }
  #navToggle.active span:nth-child(2) {
    width: 0;
    left: -10px; }
  #navToggle.active span:nth-child(3) {
    top: 20px;
    transform: rotate(45deg); }

  #gnav.active {
    right: 0; } }
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0D3E5E;
  z-index: 99996;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0; }
  header .header_logo {
    display: flex;
    align-items: center;
    padding: 20px;
    min-width: 430px; }
    @media only screen and (max-width: 768px) {
      header .header_logo {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        min-width: 30%; } }
    header .header_logo .logo img {
      width: min(80px, 12vw);
      padding: 0px 20px 0px 50px; }
      @media only screen and (max-width: 768px) {
        header .header_logo .logo img {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          padding: 0px 20px 0px 0px; } }
    header .header_logo .sanesu {
      font-size: 3.0rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        header .header_logo .sanesu {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 20px; } }
  header .header_nav {
    width: calc(100% - 430px);
    display: flex;
    justify-content: flex-end; }
    header .header_nav #gnav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 700px;
      width: 700px;
      padding: 20px;
      font-weight: 300;
      font-size: 18px;
      font-weight: bold; }
      @media only screen and (max-width: 1024px) {
        header .header_nav #gnav {
          /*　画面サイズ $tabWitdh まではここを読み込む　*/
          position: fixed;
          justify-content: center;
          height: 100%;
          width: 100%;
          max-width: unset;
          top: 0;
          left: 100%;
          z-index: 99997;
          background-color: #0D3E5E;
          flex-direction: column;
          text-align: center;
          line-height: 3;
          transition: all 0.3s ease; }
          header .header_nav #gnav.active {
            left: 0%; } }
      header .header_nav #gnav .contact_btn_header {
        background-color: #F19D0C;
        padding: 14px 20px;
        border-radius: 30px;
        margin-left: 10px;
        margin-right: 50px; }
        @media only screen and (max-width: 1024px) {
          header .header_nav #gnav .contact_btn_header {
            /*　画面サイズ $tabWitdh まではここを読み込む　*/
            display: block;
            margin: auto;
            margin-top: 20px;
            line-height: 1; } }
        header .header_nav #gnav .contact_btn_header:hover {
          color: #ffffff;
          background-color: #f16b0c; }

.contact_field {
  background-image: url("../img/home/tel.jpg");
  background-position: center center;
  background-size: cover;
  height: 400px; }
  @media only screen and (max-width: 768px) {
    .contact_field {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      height: 400px; } }
  .contact_field .filter {
    background-color: rgba(0, 31, 99, 0.2);
    height: 400px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .contact_field .filter {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        height: 400px; } }
    .contact_field .filter .contact_text1 {
      color: #ffffff;
      padding-top: 80px; }
      .contact_field .filter .contact_text1 br {
        display: none; }
      @media only screen and (max-width: 768px) {
        .contact_field .filter .contact_text1 {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 16px;
          padding: 40px 25px 0px;
          text-align: center; }
          .contact_field .filter .contact_text1 br {
            display: none; } }
    .contact_field .filter .contact_text2 {
      color: #ffffff;
      font-size: 2.8rem; }
      .contact_field .filter .contact_text2 br {
        display: none; }
      @media only screen and (max-width: 768px) {
        .contact_field .filter .contact_text2 {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 24px;
          margin: 0 auto;
          padding: 5px; }
          .contact_field .filter .contact_text2 br {
            display: inline-block; } }
    .contact_field .filter .contact_tel {
      color: #F19D0C;
      font-size: 4.8rem;
      font-weight: 700;
      font-style: italic;
      font-family: "noto sans JP"; }
      @media only screen and (max-width: 768px) {
        .contact_field .filter .contact_tel {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 32px; } }
      .contact_field .filter .contact_tel span {
        font-size: 2.8rem; }
        @media only screen and (max-width: 768px) {
          .contact_field .filter .contact_tel span {
            /*　画面サイズ $spWidth まではここを読み込む　*/
            font-size: 32px; } }
    .contact_field .filter .contact_btn {
      display: block;
      font-size: 2.8rem;
      color: #ffffff;
      background-color: #F19D0C;
      width: 530px;
      margin: 0 auto;
      border-radius: 90px;
      padding: 12px 40px; }
      @media only screen and (max-width: 768px) {
        .contact_field .filter .contact_btn {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 18px;
          padding: 10px 10px;
          width: 330px;
          text-align: center;
          margin-bottom: 30px;
          line-height: 1.0; } }
      .contact_field .filter .contact_btn:hover {
        color: #ffffff;
        background-color: #f16b0c; }

footer {
  background-color: #1c1c1c;
  padding: 50px 180px; }
  @media only screen and (max-width: 768px) {
    footer {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      padding: 25px 25px; } }
  footer .footer_inner {
    display: flex;
    justify-content: space-evenly; }
    @media only screen and (max-width: 768px) {
      footer .footer_inner {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        flex-direction: column; } }
    footer .footer_inner p {
      color: #ffffff; }
    footer .footer_inner .footer_flex {
      color: #ffffff;
      margin-right: 5vw;
      margin-bottom: 50px; }
      footer .footer_inner .footer_flex:last-child {
        margin-right: 0px; }
      @media only screen and (max-width: 768px) {
        footer .footer_inner .footer_flex {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 16px;
          margin-bottom: 16px; } }
      footer .footer_inner .footer_flex span {
        font-weight: 600; }

hr {
  background-color: #464646; }

.copy_footer {
  color: #ffffff;
  text-align: center;
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    .copy_footer {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 14px; } }

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

#pagetop.disp {
  bottom: 20px; }

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

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

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

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

@keyframes loading {
  0% {
    opacity: 1;
    z-index: 999999; }
  99% {
    opacity: 0;
    display: none;
    z-index: -1; }
  100% {
    opacity: 0;
    display: none;
    z-index: -1; } }
.loader {
  color: #F19D0C;
  font-size: 0.8rem;
  margin: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
/* 変数ファイルインポート */
/* PC用 */
/* ブレイクポイント 設定 */
/* SP用 */
/* 共通 */
.font-size-S {
  font-size: 1.5rem; }

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

a {
  color: #fff;
  text-decoration: none; }
  a:link {
    color: #fff; }
  a:visited {
    color: #fff; }
  a:hover {
    color: #f16b0c; }
  a:active {
    color: #f16b0c; }

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

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

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

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

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

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

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

/* ボタン */
.btn {
  display: inline-block;
  line-height: 3;
  transition: all 0.3s ease; }

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

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

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

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

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

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

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

/* 装飾 */
#index_page .hero_img {
  width: 100vw;
  height: 800px;
  background-image: url("../img/home/hero.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    #index_page .hero_img {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      height: 500px; } }
  #index_page .hero_img .filter {
    background-color: rgba(0, 31, 99, 0.2);
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      #index_page .hero_img .filter {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        height: 500px; } }
    #index_page .hero_img .filter .hero_copy {
      font-size: 4.0rem;
      font-weight: 600;
      color: #ffffff;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        #index_page .hero_img .filter .hero_copy {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 2.4rem; } }
    #index_page .hero_img .filter .hero_copy_sub {
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #index_page .hero_img .filter .hero_copy_sub {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 1.6rem; } }
    #index_page .hero_img .filter .hero_card {
      display: flex;
      justify-content: center;
      margin-top: 30px;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #index_page .hero_img .filter .hero_card {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          flex-direction: column;
          align-items: center; } }
      #index_page .hero_img .filter .hero_card .edu {
        background-color: #A12CA1;
        margin-right: 20px; }
      #index_page .hero_img .filter .hero_card .pc {
        background-color: #248936;
        margin-right: 20px; }
      #index_page .hero_img .filter .hero_card .indust {
        background-color: #C3692D;
        margin-right: 20px; }
      #index_page .hero_img .filter .hero_card .design {
        background-color: #3F50AF; }
      #index_page .hero_img .filter .hero_card .card {
        padding: 8px 20px;
        border-radius: 10px;
        font-weight: 400; }
        @media only screen and (max-width: 768px) {
          #index_page .hero_img .filter .hero_card .card {
            /*　画面サイズ $spWidth まではここを読み込む　*/
            font-size: 1.4rem;
            margin-top: 10px;
            margin-right: 0px; } }
#index_page .ttl {
  color: #F19D0C;
  font-size: 3.0rem;
  text-align: center;
  margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    #index_page .ttl {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 24px;
      margin-top: 10px; } }
#index_page .card {
  display: flex;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    #index_page .card .card_style {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      margin-bottom: 40px; } }
  #index_page .card .card_ttl {
    font-size: 2.4rem;
    color: #0D3E5E;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px; }
    @media only screen and (max-width: 768px) {
      #index_page .card .card_ttl {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 20px; } }
#index_page .handling {
  height: 300px;
  background-image: url("../img/home/handling.jpg");
  background-position: center center;
  background-size: cover;
  margin: 30px;
  position: relative; }
  #index_page .handling:hover {
    display: block;
    box-shadow: 0 0 8px gray; }
  #index_page .handling .filter {
    background-color: rgba(0, 31, 99, 0.2);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #index_page .handling .filter .handling_ttl {
      font-size: 3.6rem;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #index_page .handling .filter .handling_ttl {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 24px; } }
    #index_page .handling .filter .handling_ttl_sub {
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #index_page .handling .filter .handling_ttl_sub {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          padding: 20px;
          font-size: 16px; } }
  #index_page .handling a::before {
    content: "";
    position: absolute;
    margin: auto;
    display: block;
    width: 70px;
    height: 70px;
    background: #f19d0c;
    right: 0;
    bottom: 0;
    z-index: 2; }
  #index_page .handling a::after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 30px;
    bottom: 25px;
    z-index: 3; }
#index_page .news {
  text-align: center;
  background-color: #F0F0F0;
  padding: 50px; }
  #index_page .news .news_item_wrap {
    border-bottom: 1px solid #ccc; }
    #index_page .news .news_item_wrap:last-child {
      border-bottom: none; }
  #index_page .news .news_ttl {
    font-size: 3.6rem; }
    @media only screen and (max-width: 768px) {
      #index_page .news .news_ttl {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 24px; } }
  #index_page .news .news_ttl_sub {
    color: #0D3E5E; }
    @media only screen and (max-width: 768px) {
      #index_page .news .news_ttl_sub {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 16px; } }
  #index_page .news .news_inner {
    width: 80%;
    margin: 0 auto;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      #index_page .news .news_inner {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        width: 95%; } }
    #index_page .news .news_inner > a::last-child {
      border-bottom: none; }
    #index_page .news .news_inner .date {
      margin-top: 30px; }
      @media only screen and (max-width: 768px) {
        #index_page .news .news_inner .date {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 16px; } }
    #index_page .news .news_inner .news_p {
      margin-bottom: 30px;
      color: #0D3E5E;
      font-weight: 500;
      font-size: 20px; }
      @media only screen and (max-width: 768px) {
        #index_page .news .news_inner .news_p {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 16px;
          font-weight: bold; } }
#index_page .smart_inner {
  padding: 80px; }
  @media only screen and (max-width: 768px) {
    #index_page .smart_inner {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      padding: 30px; } }
  #index_page .smart_inner .smart_office_img_rap:hover {
    opacity: 0.7; }
  #index_page .smart_inner .smart_p span {
    font-weight: 800;
    font-size: 4.8rem; }
    @media only screen and (max-width: 768px) {
      #index_page .smart_inner .smart_p span {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 24px; } }

#product_page .hero {
  height: 300px;
  background-image: url("../img/home/handling.jpg");
  background-position: center center;
  background-size: cover;
  position: relative; }
  #product_page .hero .filter {
    background-color: rgba(0, 31, 99, 0.2);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #product_page .hero .filter .ttl {
      font-size: 3.6rem;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #product_page .hero .filter .ttl {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 24px; } }
#product_page .product_ttl {
  font-size: 36px;
  text-align: left;
  position: relative;
  margin-bottom: 10px; }
  #product_page .product_ttl::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #0D3E5E;
    width: 5px;
    height: 40px;
    margin: auto;
    left: -20px;
    bottom: 0;
    top: 0; }
  @media only screen and (max-width: 768px) {
    #product_page .product_ttl {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 24px; } }
#product_page .product_item_p {
  font-size: 2.4rem;
  color: #0D3E5E;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    #product_page .product_item_p {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 20px; } }
#product_page .product_item_explain {
  font-size: 1.9rem; }
  @media only screen and (max-width: 768px) {
    #product_page .product_item_explain {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 16px; } }
#product_page .product_p {
  font-size: 18px;
  color: #F19D0C;
  text-align: center;
  margin-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    #product_page .product_p {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 16px; } }
#product_page .card_rap .item_1 {
  width: 330px;
  height: 270px; }
#product_page .card_rap .card_ttl {
  text-align: center;
  font-size: 24px;
  margin-top: 12px; }
  @media only screen and (max-width: 768px) {
    #product_page .card_rap .card_ttl {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      margin-bottom: 30px; } }

#company_page .hero {
  height: 300px;
  background-image: url("../img/company/company_hero.jpg");
  background-position: center center;
  background-size: cover;
  position: relative; }
  #company_page .hero .filter {
    background-color: rgba(0, 31, 99, 0.2);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #company_page .hero .filter .ttl {
      font-size: 3.6rem;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #company_page .hero .filter .ttl {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 24px; } }
#company_page .company_ttl_first {
  font-size: 3.6rem;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    #company_page .company_ttl_first {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 24px;
      margin-top: 30px; } }
#company_page .company_ttl_first::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #ddd;
  width: 240px;
  margin: 10px auto;
  border-radius: 2px; }
#company_page .company_ttl {
  font-size: 3.6rem;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    #company_page .company_ttl {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 24px;
      margin-top: 55px; } }
#company_page .company_ttl::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #ddd;
  width: 240px;
  margin: 10px auto;
  border-radius: 2px; }
#company_page .base_table {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    #company_page .base_table {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 16px; } }
#company_page .base_table dt,
#company_page .base_table dd {
  padding: 1.75rem 1rem;
  box-sizing: border-box; }
#company_page .base_table dt {
  border-bottom: 2px solid #0d3e5e;
  width: 150px;
  color: #0d3e5e; }
  @media only screen and (max-width: 768px) {
    #company_page .base_table dt {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      width: 100px; } }
#company_page .base_table dd {
  width: calc(100% - 150px);
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    #company_page .base_table dd {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      width: calc(100% - 100px); } }
#company_page dd, #company_page dt {
  line-height: 1.5; }
#company_page dd > p {
  line-height: 1.5; }
#company_page .table_h3_title {
  font-size: 18px; }
#company_page .table_p + .table_h3_title {
  margin-top: 30px; }

#recruit_page .hero {
  height: 300px;
  background-image: url("../img/recruit/recruit_hero.jpg");
  background-position: center center;
  background-size: cover;
  position: relative; }
  #recruit_page .hero .filter {
    background-color: rgba(0, 31, 99, 0.2);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #recruit_page .hero .filter .ttl {
      font-size: 3.6rem;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #recruit_page .hero .filter .ttl {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 24px; } }
#recruit_page .recruit_area {
  background-color: #fff2d8;
  text-align: center;
  padding-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    #recruit_page .recruit_area {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      height: 90%;
      padding: 0px 25px 70px;
      text-align: left;
      padding-bottom: 40px; }
      #recruit_page .recruit_area br {
        display: none; } }
  #recruit_page .recruit_area .recruit_copy1 {
    font-size: 2.8rem;
    color: #0D3E5E;
    padding-top: 60px; }
    @media only screen and (max-width: 768px) {
      #recruit_page .recruit_area .recruit_copy1 {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 24px; } }
  #recruit_page .recruit_area .recruit_copy2 {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      #recruit_page .recruit_area .recruit_copy2 {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 16px;
        margin-bottom: 20px; } }
  #recruit_page .recruit_area .btn_flex {
    display: flex;
    justify-content: center;
    padding-bottom: 70px; }
    @media only screen and (max-width: 768px) {
      #recruit_page .recruit_area .btn_flex {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        flex-direction: column; } }
    #recruit_page .recruit_area .btn_flex .recruit_btn {
      background-color: #F19D0C;
      padding: 8px 60px;
      margin-top: 40px;
      margin-right: 20px;
      border-radius: 40px;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #recruit_page .recruit_area .btn_flex .recruit_btn {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          padding: 10px 100px;
          margin: 6px auto;
          font-size: 20px; } }
    #recruit_page .recruit_area .btn_flex .recruit_btn:nth-child(3) {
      margin-right: 0px; }
      @media only screen and (max-width: 768px) {
        #recruit_page .recruit_area .btn_flex .recruit_btn:nth-child(3) {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          padding: 10px 100px;
          margin: 6px auto; } }
#recruit_page .recruit_p span {
  font-size: 3.6rem; }
  @media only screen and (max-width: 768px) {
    #recruit_page .recruit_p span {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 28px;
      font-weight: bold; } }
#recruit_page .recruit_p .base_table {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    #recruit_page .recruit_p .base_table {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 16px;
      flex-direction: column; } }
#recruit_page .recruit_p .base_table dt,
#recruit_page .recruit_p .base_table dd {
  padding: 1.75rem 1rem;
  box-sizing: border-box; }
#recruit_page .recruit_p .base_table dt {
  border-bottom: 2px solid #0d3e5e;
  width: 150px;
  color: #0d3e5e; }
  @media only screen and (max-width: 768px) {
    #recruit_page .recruit_p .base_table dt {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      width: 100%; } }
#recruit_page .recruit_p .base_table dd {
  width: calc(100% - 150px);
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    #recruit_page .recruit_p .base_table dd {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      width: 100%;
      margin-bottom: 10px; } }
#recruit_page .recruit_p dd, #recruit_page .recruit_p dt {
  line-height: 1.5; }
#recruit_page .recruit_p dd > p {
  line-height: 1.5; }
#recruit_page .recruit_p .table_h3_title {
  font-weight: 400;
  font-size: 18px !important; }
#recruit_page .recruit_p .table_p + .table_h3_title {
  margin-top: 30px; }
#recruit_page .recruit_p .recruit_btn_wrap {
  margin-top: 0px; }
#recruit_page .recruit_p .contact_recruit {
  display: inline-block;
  padding: 10px 40px;
  background-color: #F19D0C;
  font-size: 2.4rem;
  color: #ffffff;
  border-radius: 250px;
  text-align: center;
  margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    #recruit_page .recruit_p .contact_recruit {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 16px;
      width: 100%; } }
#recruit_page .recruit_contact_ttl {
  font-size: 1.8rem;
  color: #0D3E5E;
  font-weight: bold;
  margin: 30px 0px 0px 0px; }
  @media only screen and (max-width: 768px) {
    #recruit_page .recruit_contact_ttl {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 18px; } }
#recruit_page .recruit_contact_tel {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #000;
  font-weight: bold; }
  #recruit_page .recruit_contact_tel small {
    font-weight: normal; }

#contact_page {
  /*個人情報スクロール*/ }
  #contact_page .contact_p + p {
    text-align: center; }
  #contact_page .hero {
    height: 300px;
    background-image: url("../img/home/tel.jpg");
    background-position: center center;
    background-size: cover;
    position: relative; }
    #contact_page .hero .filter {
      background-color: rgba(0, 31, 99, 0.2);
      height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #contact_page .hero .filter .ttl {
        font-size: 3.6rem;
        color: #ffffff; }
        @media only screen and (max-width: 768px) {
          #contact_page .hero .filter .ttl {
            /*　画面サイズ $spWidth まではここを読み込む　*/
            font-size: 24px; } }
  #contact_page .contact_p {
    text-align: center;
    color: #F19D0C;
    font-size: 2.0rem;
    padding: 50px; }
    @media only screen and (max-width: 768px) {
      #contact_page .contact_p {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        text-align: left;
        padding: 0px;
        font-size: 18px;
        font-weight: 500; }
        #contact_page .contact_p br {
          display: none; } }
  #contact_page .contact_message {
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      #contact_page .contact_message {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 16px;
        margin: 30px 0px; } }
  #contact_page .form_wrapper {
    width: 75%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #contact_page .form_wrapper {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        width: 100%; } }
  #contact_page .contact_wrapper {
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #contact_page .contact_wrapper {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        width: 100%; } }
  #contact_page .contact_boxttl {
    font-size: 14px; }
  #contact_page .tel_mgn_top {
    margin-top: 20px; }
  #contact_page .asterisk:after {
    content: "*";
    display: inline-block;
    color: red; }
  #contact_page .box_flex {
    display: flex;
    justify-content: space-between; }
    #contact_page .box_flex .contact_box_harf {
      height: 40px;
      width: 48%;
      border: solid 1px #1D2023;
      border-radius: 8px;
      margin: 4px 0px;
      box-shadow: inset 0 1px 2px #ccc; }
  #contact_page .contact_box_normal {
    height: 40px;
    margin: 5px auto 20px;
    border: solid 1px #1D2023;
    border-radius: 8px;
    font-size: 14px;
    color: #1D2023;
    box-shadow: inset 0 1px 2px #ccc;
    vertical-align: bottom;
    width: 100%;
    padding: 8px 12px; }
  #contact_page .contact_box_add {
    height: 40px;
    margin: 5px auto 5px;
    border: solid 1px #1D2023;
    border-radius: 8px;
    font-size: 14px;
    color: #ccc; }
  #contact_page .contact_box_harf {
    height: 40px;
    margin: 5px auto 10px;
    border: solid 1px #1D2023;
    border-radius: 8px;
    font-size: 14px;
    color: #1D2023;
    padding: 8px 12px;
    width: 120px; }
  #contact_page .contact_box_textarea {
    width: 100%;
    border: solid 1px #1D2023;
    border-radius: 8px;
    padding: 8px 12px; }
  #contact_page .check_box_flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    #contact_page .check_box_flex .check_box {
      height: 16px;
      width: 16px;
      border: solid 1px #1D2023;
      border-radius: 2px;
      margin-right: 10px;
      box-shadow: inset 0 1px 2px #ccc; }
    #contact_page .check_box_flex .consent {
      font-size: 14px; }
  #contact_page .send {
    display: block;
    padding: 20px 30px;
    margin: 0 auto;
    text-align: center;
    background-color: #b4b4b4;
    border-radius: 70px;
    color: #ffffff;
    margin-bottom: 50px;
    cursor: no-drop;
    font-size: 20px; }
    @media only screen and (max-width: 1024px) {
      #contact_page .send {
        /*　画面サイズ $tabWitdh まではここを読み込む　*/
        font-size: 18px; } }
  #contact_page .send_active {
    background-color: #F19D0C;
    cursor: pointer; }
  #contact_page .btn_return {
    padding: 20px 30px;
    color: #ffffff;
    background-color: darkgray;
    border-radius: 70px;
    line-height: 1.0; }
    #contact_page .btn_return:hover {
      opacity: 0.7; }
  #contact_page .privacy_wrap {
    height: 250px;
    border: 1px solid #000;
    overflow-y: scroll;
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
    padding: 16px;
    box-sizing: border-box;
    margin: 50px auto; }
  #contact_page p.privacy {
    line-height: 1.7; }
  #contact_page .privacy_strong_title {
    font-weight: bold; }
  #contact_page .contact_field {
    display: none; }

.page_error {
  background-color: #0D3E5E; }
  .page_error .error_p {
    font-size: 32px;
    color: #ffffff;
    background-color: #F19D0C;
    font-weight: bold;
    margin: 300px 0px;
    line-height: 1.0;
    padding-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .page_error .error_p {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 24px;
        margin: 50px auto; } }
    .page_error .error_p span {
      font-size: 80px;
      font-weight: bold;
      text-align: center;
      line-height: 1.5;
      margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .page_error .error_p {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 16px; } }

#thanks .hero {
  height: 300px;
  background-image: url("../img/home/tel.jpg");
  background-position: center center;
  background-size: cover;
  position: relative; }
  #thanks .hero .filter {
    background-color: rgba(0, 31, 99, 0.2);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #thanks .hero .filter .ttl {
      font-size: 3.6rem;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #thanks .hero .filter .ttl {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 24px; } }
#thanks .contact_field {
  display: none; }
#thanks .contact_p {
  font-size: 36px;
  color: #F19D0C;
  text-align: center;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    #thanks .contact_p {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 24px; } }
#thanks p {
  font-size: 16px;
  color: #1D2023;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px; }

.page_single .hero {
  height: 300px;
  background-image: url("../img/single/single_bg.jpeg");
  background-position: center center;
  background-size: cover;
  position: relative; }
  .page_single .hero .filter {
    background-color: rgba(0, 31, 99, 0.2);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .page_single .hero .filter .ttl {
      font-size: 3.6rem;
      color: #ffffff;
      text-shadow: 0 0 10px gray; }
      @media only screen and (max-width: 768px) {
        .page_single .hero .filter .ttl {
          /*　画面サイズ $spWidth まではここを読み込む　*/
          font-size: 24px; } }
@media only screen and (max-width: 768px) {
  .page_single .pra p {
    /*　画面サイズ $spWidth まではここを読み込む　*/
    font-size: 16px; } }
.page_single .single_hr {
  margin-top: 30px;
  margin-bottom: 50px; }
.page_single .pager {
  display: flex;
  justify-content: space-around;
  width: 300px; }
  @media only screen and (max-width: 768px) {
    .page_single .pager {
      /*　画面サイズ $spWidth まではここを読み込む　*/
      font-size: 16px; } }
  .page_single .pager .link a {
    color: #1D2023; }
    @media only screen and (max-width: 768px) {
      .page_single .pager .link a {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        font-size: 16px; } }
  .page_single .pager .return_home {
    padding: 12px 30px;
    background-color: #F19D0C;
    border-radius: 80px;
    color: #ffffff;
    font-weight: 400; }

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

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

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

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

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

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

/* アニメーション */
.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important; }

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

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

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

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

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.animationBar {
  display: inline-block;
  position: relative;
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInSlant {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes fadeInSlant {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

/*# sourceMappingURL=styles.css.map */
